/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(assets/fonts/manrope-cyrillic-ext-v20.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(assets/fonts/manrope-cyrillic-v20.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(assets/fonts/manrope-greek-v20.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(assets/fonts/manrope-vietnamese-v20.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(assets/fonts/manrope-latin-ext-v20.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(assets/fonts/manrope-latin-v20.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/days-one-cyrillic-v19.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/days-one-latin-v19.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* All catalog and recommendation cards share the approved first collection palette. */
.catalog .product-picture {
  --set-light: #ce3b2f;
  --set-mid: #b82017;
  --set-dark: #721710;
  --set-reflection: 237 107 88;
  --set-floor: 166 45 34;
}

/* Curved specular reflection and restrained satin sheen give the red a metallic finish.
   The vignette and all lighting layers remain behind the photographs. */
.catalog .picture-hover {
  background-color: var(--set-dark);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='.035'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Cpath fill='%23808080' filter='url(%23grain)' d='M0 0h128v128H0z'/%3E%3C/svg%3E"),
    radial-gradient(ellipse 75% 85% at 52% 46%,
      #210f1300 30%, #210f130d 58%, #210f132e 80%, #210f1361 100%),
    linear-gradient(to bottom,
      rgb(var(--set-floor) / 0) 55%,
      rgb(var(--set-floor) / .08) 65%,
      rgb(var(--set-floor) / .40) 82%,
      rgb(var(--set-floor) / .85) 100%),
    radial-gradient(ellipse 155% 105% at 8% -30%,
      rgb(var(--set-reflection) / 0) 46%,
      rgb(var(--set-reflection) / .08) 54%,
      rgb(var(--set-reflection) / .34) 62%,
      rgb(var(--set-reflection) / .14) 69%,
      rgb(var(--set-reflection) / 0) 82%),
    linear-gradient(118deg,
      rgb(var(--set-reflection) / 0) 25%,
      rgb(var(--set-reflection) / .035) 39%,
      rgb(var(--set-reflection) / .12) 44%,
      rgb(var(--set-reflection) / .025) 50%,
      rgb(var(--set-reflection) / 0) 61%),
    radial-gradient(ellipse 95% 78% at 72% 32%,
      var(--set-light) 0%, var(--set-mid) 42%, var(--set-dark) 100%);
  background-size: 128px 128px, auto, auto, auto, auto, auto;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.catalog .product-picture::before {
  background:
    radial-gradient(ellipse 82% 79% at 48% 43%,
      #1c242c00 34%, #1c242c08 70%, #1c242c1a 100%),
    linear-gradient(to bottom,
      #d0cec900 69%, #d0cec912 75%, #d0cec999 86%, #d0cec9eb 100%),
    radial-gradient(ellipse 95% 78% at 74% 36%,
      #deddd9 0%, #cac9c5 54%, #b4b4b1 100%);
}

/* Keep the shoe-contact core and diffuse its actual silhouette across the floor.
   These layers contain only shadows; the model photographs remain unfiltered.
   Reuse the same grounding in galleries and the image viewer. */
.catalog .card-ground,
.ground-shadow {
  filter:
    drop-shadow(0 2px 2px #08131c8c)
    drop-shadow(-8px 2px 6px #08131ce6)
    drop-shadow(-16px 0 12px #08131cad);
}

/* Outfit-inspired alternative: pale beige paper, black type and a vivid red cursor. */
:root { --paper: #f7f4f0; --ink: #151515; --cursor-red: #ff1609; }
body { background: var(--paper); color: var(--ink); }
.header, .header::before { background: var(--paper); }
.header { border-bottom-color: #e1ded9; }
.catalog, .detail-layout, .collection-end, footer, .bag-dialog, .image-dialog-bar { background: var(--paper); }
footer, .image-dialog-bar { border-color: #e1ded9; }
.header nav, .header-actions, .section-heading, .product-line, .detail-info h1 { color: var(--ink); }
.product-subline { color: #393633; }
.product-line > a, [data-detail-title], [data-detail-crumb], .bag-item h3 { text-transform: uppercase; }
.catalog .product-grid { column-gap: var(--card-gap); }
.catalog .product-line, .catalog .product-subline { padding-left: 0; padding-right: 0; }
.custom-cursor { width: 100px; height: 100px; background: var(--cursor-red); color: #fff; font-size: 12px; line-height: 1; text-transform: uppercase; }
@media (max-width: 1100px) {
  .catalog .product-grid { column-gap: var(--card-gap); }
  .custom-cursor { width: 86px; height: 86px; font-size: 11px; }
}
@media (max-width: 680px) { .catalog .product-grid { column-gap: var(--card-gap); } }
/* Google Fonts Manrope: one family across the storefront, with a clear weight hierarchy. */
:root { --font-site: 'Manrope', Arial, sans-serif; }
body { font-family: var(--font-site); font-weight: 400; }
button, input, select, textarea { font-family: inherit; }
h1, h2, h3, h4, h5, h6,
.section-heading h2, .detail-info h1, .bag-heading h2, .collection-end > span {
  font-weight: 600;
  text-transform: uppercase;
}
.hero h1, .story-type { font-weight: 700; }
.hero h1 { line-height: 1.03; letter-spacing: -.035em; text-transform: none; }
/* Days One has one inherently heavy cut; use its actual weight without synthetic bolding. */
.hero h1, .story-type { font-family: 'Days One', Arial, sans-serif; font-weight: 400; font-synthesis: none; }
.section-heading h2 { line-height: 1.15; letter-spacing: -.03em; }
.product-line > a, .bag-item h3 { font-weight: 400; letter-spacing: .01em; }
.hero-link {
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color .25s ease, color .25s ease;
}
:is(.hero-link, .story .story-bottom > a, .collection-end > a, .continue-shopping, .add-to-bag) {
  transition: background-color .25s ease, color .25s ease;
}
:is(.hero-link, .story .story-bottom > a, .collection-end > a, .continue-shopping, .add-to-bag):not(:disabled):is(:hover, :focus-visible) {
  background: var(--cursor-red);
  color: #fff;
}
.header :is(.catalog-nav, .category-nav, .header-actions > a, .bag-toggle),
.product-breadcrumb > a {
  transition: color .25s ease;
}
.header :is(.catalog-nav, .category-nav, .header-actions > a, .bag-toggle):is(:hover, :focus-visible),
.product-breadcrumb > a:is(:hover, :focus-visible) { color: var(--cursor-red); }
@media (prefers-reduced-motion: reduce) {
  :is(.hero-link, .story .story-bottom > a, .collection-end > a, .continue-shopping, .add-to-bag),
  .header :is(.catalog-nav, .category-nav, .header-actions > a, .bag-toggle),
  .product-breadcrumb > a { transition: none; }
}
/* Keep the wider Days One words inside the frame throughout the scroll parallax. */
@media (min-width: 681px) and (max-width: 1100px) {
  #story-mesh .story-type { font-size: 15vw; }
  #story-shape .story-type { font-size: 10.6vw; }
}
@media (max-width: 680px) {
  .hero h1 { font-size: clamp(28px, 8vw, 47px); }
  .section-heading h2 { font-size: clamp(20px, 5.5vw, 28px); }
  .story-seated .story-type { font-size: 14.2vw; }
  #story-mesh .story-type { font-size: 16vw; }
  #story-motion .story-type { font-size: 24vw; }
}
@media (max-width: 370px) {
  .header .brand { width: clamp(100px, 35vw, 128px); }
}
/* Portrait study: move the original photo layer through the existing parallax.
   Its lower edge stays outside the banner throughout the full scroll range. */
#story.story-portrait .story-person {
  inset: 0 20% auto 20%;
  height: auto;
  aspect-ratio: 1400 / 1866;
  transform: translate3d(
    calc(var(--person-x, 0px) + var(--portrait-pointer-x, 0px)),
    calc(var(--person-y, 0px) + var(--portrait-pointer-y, 0px)), 0);
}
#story.story-portrait .story-person > img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: none;
}
#story.story-portrait .story-type {
  inset: 40% 4% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(32px, 10vw, 192px);
  line-height: 1;
  white-space: nowrap;
}
#story.story-portrait .story-type span:first-child { margin-left: 8.5vw; }
/* Preserve the right word's starting position after removing its period. */
#story.story-portrait .story-type span + span { margin-left: 0; flex: 0 0 3.4em; }
@media (max-width: 1100px) {
  #story.story-portrait .story-person { inset: 8% 5% auto 5%; }
  #story.story-portrait .story-type { top: 30%; }
  #story.story-portrait .story-type span:first-child { margin-left: 4vw; }
}
@media (max-width: 680px) {
  #story.story-portrait .story-person { inset: 16% -22.5% auto -22.5%; }
  #story.story-portrait .story-type { top: 40%; left: 3%; right: 3%; font-size: 8.6vw; }
  #story.story-portrait .story-type span:first-child { margin-left: 0; }
}
/* Catalogue dots indicate colours; detail and recommendation swatches are interactive. */
.variant-swatches { display: flex; align-items: center; flex-wrap: wrap; gap: 2px; }
.variant-swatch {
  position: relative; flex: 0 0 28px; width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; padding: 0; background: transparent; border-radius: 50%;
  cursor: default; color: var(--ink);
}
button.variant-swatch { cursor: pointer; }
.variant-swatch::before {
  content: ''; width: 14px; height: 14px; border-radius: 50%;
  background: var(--swatch); box-shadow: inset 0 0 0 1px #15151520;
}
.variant-swatch.is-selected::before { outline: 1px solid var(--ink); outline-offset: 3px; }
button.variant-swatch:hover::before { outline: 1px solid var(--cursor-red); outline-offset: 3px; }
.variant-swatch:focus-visible { outline: 2px solid var(--cursor-red); outline-offset: 1px; }
.variant-swatch.is-unavailable::after {
  content: ''; position: absolute; width: 18px; height: 1px;
  background: #555; transform: rotate(-45deg); box-shadow: 0 1px #ffffffb3;
}
.product-name { display: flex; align-items: center; flex-wrap: wrap; gap: 2px 10px; min-width: 0; }
.product-name > a { text-transform: uppercase; font-weight: 400; letter-spacing: .01em; }
.product-line { align-items: flex-start; }
.product-line > span { padding-top: 2px; }
.product-name .variant-swatches { flex: 0 0 auto; }
.detail-options { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 20px 30px; margin-bottom: 24px; }
.detail-options .size-field { margin-bottom: 0; }
.color-field { border: 0; padding: 0; margin: 0; min-width: 0; }
.color-field legend { font-size: 15px; margin-bottom: 15px; }
.color-field .variant-swatches { min-height: 54px; gap: 6px; }
.color-field .variant-swatch { flex-basis: 36px; width: 36px; height: 36px; }
.color-field .variant-swatch::before { width: 20px; height: 20px; }
.color-field .variant-swatch.is-unavailable::after { width: 24px; }
/* Keep the original pose and contact shadow above the static studio background. */
.recommendations .product-picture > .pose-a { z-index: 2; }
.recommendations .product-picture > .card-ground { z-index: 1; }
@media (max-width: 680px) {
  .product-name { gap: 2px 4px; }
  .product-name .variant-swatches { gap: 0; flex-wrap: nowrap; }
  .variant-swatch { width: 32px; height: 32px; flex-basis: 32px; }
  .detail-options { gap: 20px 22px; }
}
/* Move the complete composition; keep the existing independent parallax transforms. */
@media (min-width: 1101px) {
  #story-seated :is(.story-person, .story-type) { translate: -5.5vw 0; }
}

/* Portraits use the existing transparent photographs at their original aspect ratios. */
#story-mesh .story-type {
  left: 6%; top: 29%; font-size: clamp(46px, 7.2vw, 154px);
  line-height: 1.12; letter-spacing: -.035em;
}
#story-mesh .story-person {
  inset: 0 2% auto 46%; height: auto; aspect-ratio: 1400 / 1865;
}
#story-motion .story-type {
  left: 6%; top: 22%; font-size: clamp(70px, 15vw, 308px); line-height: 1.02;
}
#story-motion .story-person {
  inset: 2% 2% auto 46%; height: auto; aspect-ratio: 1400 / 1864;
}
#story-mesh .story-person > img,
#story-motion .story-person > img {
  width: 100%; height: auto; max-width: none; object-fit: contain; filter: none;
}
@media (min-width: 681px) and (max-width: 1100px) {
  #story-seated :is(.story-person, .story-type) { translate: -3vw 0; }
  #story-mesh .story-person { inset: 8% -6% auto 38%; }
  #story-mesh .story-type { left: 4%; top: 34%; font-size: 7.4vw; }
  #story-motion .story-person { inset: 8% -6% auto 38%; }
  #story-motion .story-type { left: 4%; top: 27%; font-size: 14vw; }
}

/* A cropped detail reads as an editorial image panel, with motion inside a fixed edge. */
#story-shape .story-backdrop {
  background: radial-gradient(ellipse at 65% 40%, #999ca3 0%, #7b7e85 45%, #50545c 100%);
}
#story-shape .story-person {
  inset: 0; width: 100%; overflow: hidden; transform: none; translate: none;
}
#story-shape .bayan-detail-layer {
  position: absolute; inset: -32px;
  transform: translate3d(var(--person-x, 0px), var(--person-y, 0px), 0);
  will-change: transform;
}
#story-shape .bayan-detail-layer > img {
  width: 100%; height: 100%; max-width: none;
  object-fit: cover; object-position: 50% 50%; filter: none;
}
#story-shape .story-type {
  left: 58%; top: 37%; font-size: clamp(85px, 10.5vw, 218px);
  line-height: 1; letter-spacing: -.035em; translate: none;
  z-index: 3;
}
#story-shape .story-kicker > span:first-child { color: #191919; }
@media (max-width: 1100px) and (min-width: 681px) {
  #story-shape .story-type { left: 58%; font-size: 10.3vw; }
  #story-shape .bayan-detail-layer > img { object-fit: contain; }
}
@media (max-width: 680px) {
  #story-shape .story-person { inset: auto 0 0; width: 100%; height: auto; aspect-ratio: 1.18; }
  #story-shape .bayan-detail-layer { inset: 0 auto 0 -8%; width: 200%; }
  #story-shape .bayan-detail-layer > img { object-position: 50% 50%; }
  #story-shape .story-type { left: 6%; top: 12%; font-size: 22vw; }
  #story-shape .story-kicker > span:first-child { color: #fff; }
}
@media (prefers-reduced-motion: reduce) {
  #story-shape .bayan-detail-layer { transform: none; }
}
@media (max-width: 680px) {
  #story-mesh .story-person { inset: 18% -32% auto 5%; }
  #story-mesh .story-type { left: 6%; top: 11%; font-size: 8.7vw; line-height: 1.05; }
  #story-motion .story-person { inset: 16% -36% auto 7%; }
  #story-motion .story-type { left: 6%; top: 11%; font-size: 17vw; }
}

/* Two-column catalog: the photographed lower edge must stay below the stage
   throughout the parallax, including tall tablet and phone viewports. */
@media (max-width: 1100px) {
  #story.story-portrait .story-person,
  #story-mesh .story-person,
  #story-motion .story-person {
    inset: auto -3% -36px auto;
    width: auto;
    height: calc(100% - 40px);
    aspect-ratio: 1400 / 1865;
  }
  #story.story-portrait .story-person { left: 50%; right: auto; bottom: -48px; translate: -50% 0; }
  #story.story-portrait .story-person > img,
  #story-mesh .story-person > img,
  #story-motion .story-person > img {
    width: 100%; height: 100%; object-fit: contain;
  }
  /* The wide detail retains its whole vertical frame; only empty background
     to the right is cropped on narrow screens. */
  #story-shape { --story-height: min(620px, 70vw, 78svh); }
  #story-shape .story-person { inset: 0; width: 100%; height: 100%; aspect-ratio: auto; }
  #story-shape .bayan-detail-layer {
    inset: 0 -12px; width: auto;
    transform: translate3d(var(--person-x, 0px), 0, 0);
  }
  #story-shape .bayan-detail-layer > img { object-fit: cover; object-position: 0 50%; }
  #story-shape .story-type { left: auto; right: 5%; top: 22%; font-size: 10.3vw; }
  #story-shape .story-kicker > span:first-child { color: #191919; }
}
@media (max-width: 680px) {
  #story.story-portrait, #story-mesh, #story-motion { --story-height: min(720px, 145vw, 78svh); }
  #story.story-portrait .story-person,
  #story-mesh .story-person,
  #story-motion .story-person { height: calc(100% - 112px); right: -4%; }
  #story.story-portrait .story-person { right: auto; height: calc(100% - 64px); }
  #story-shape { --story-height: min(80vw, 78svh); }
  #story-shape .story-type { top: 20%; right: 5%; font-size: 12vw; }
  #story-shape .story-kicker { top: 16px; font-size: 8px; }
  #story-shape .story-kicker > span:last-child { display: none; }
  #story-shape .story-bottom { bottom: 14px; }
  #story-shape .story-bottom > a { width: 176px; padding: 10px 12px; }
}
@media (max-width: 1100px) and (prefers-reduced-motion: reduce) {
  #story-shape .bayan-detail-layer { transform: none; }
}

/* Keep banner product links aligned after removing redundant captions. */
.story .story-bottom > a { margin-inline-start: auto; }
