/* ═══════════════════════════════════════════════════════════════
   BELLA — Resort / Summer 2026
   Romantic resort. Warm shell canvas, coral accent, aqua + marigold
   support. Colour is the point: no desaturation anywhere.
   Motion doctrine: unhurried, but never cold. Deep ease-out.
   ═══════════════════════════════════════════════════════════════ */

:root{
  /* Palette — drawn from the actual garments */
  --shell:      #FEF9F3;   /* warm cream canvas          */
  --shell-deep: #F9EDE0;   /* deeper cream for banding   */
  --ink:        #2E2019;   /* warm dark brown, not black */
  --ink-soft:   #6E5A4E;
  --muted:      #A08B79;
  --coral:      #DC6A55;   /* primary accent             */
  --aqua:       #6FA8BA;   /* echoes the blue tiers      */
  --marigold:   #E5A24B;
  --rule:       #EFDECC;

  /* Type */
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --ui:      "Jost", "Helvetica Neue", sans-serif;

  /* Motion */
  --ease: cubic-bezier(.16,1,.3,1);

  /* Rhythm */
  --gut:  clamp(20px, 4.5vw, 72px);
  --bay:  clamp(96px, 15vh, 200px);

  /* The signature arch, shared by every framed image */
  --arch: 50% 50% 5px 5px / 26% 26% 4px 4px;
}

/* ─── Reset ──────────────────────────────────────────────────── */
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0 }

html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth }
html.lenis, html.lenis body{ height:auto }
.lenis.lenis-smooth{ scroll-behavior:auto !important }

body{
  background:var(--shell);
  background-image:radial-gradient(120% 70% at 50% 0%, #FFFDFA 0%, var(--shell) 52%);
  color:var(--ink);
  font-family:var(--ui);
  font-weight:300;
  font-size:clamp(15px,1.02vw,16.5px);
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
body.is-locked{ overflow:hidden }

img{ display:block; max-width:100%; height:auto }
ul{ list-style:none }
a{ color:inherit; text-decoration:none }
button,input{ font:inherit; color:inherit }
::selection{ background:var(--coral); color:#fff }

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; overflow:hidden;
  clip:rect(0 0 0 0); white-space:nowrap; border:0;
}
.skip{
  position:fixed; top:-100px; left:16px; z-index:999; background:var(--coral);
  color:#fff; padding:10px 18px; font-size:12px; letter-spacing:.12em;
  text-transform:uppercase; transition:top .3s var(--ease);
}
.skip:focus{ top:16px }

:focus-visible{ outline:1px solid var(--coral); outline-offset:4px }

/* Colour treatment shared by every photograph. A whisper of warmth
   and saturation ties disparate sources into one summer. */
.tone{ filter:saturate(1.07) contrast(1.02) brightness(1.01) }

/* ─── Shared type ────────────────────────────────────────────── */
.label{
  font-family:var(--ui);
  font-size:10.5px; font-weight:400;
  letter-spacing:.34em; text-transform:uppercase;
  color:var(--coral);
}
.section-title{
  font-family:var(--display);
  font-weight:300;
  font-size:clamp(2.4rem,6.2vw,5.6rem);
  line-height:.98;
  letter-spacing:-.018em;
}
.section-title em{ font-style:italic; color:var(--coral) }

.section-head{ margin-bottom:clamp(48px,7vw,96px) }
.section-head .label{ margin-bottom:22px }
.section-head--split{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:32px; flex-wrap:wrap;
}

.link-arrow{
  position:relative; display:inline-flex; align-items:center; gap:.7em;
  font-size:11.5px; letter-spacing:.2em; text-transform:uppercase;
  padding-bottom:9px; color:var(--ink);
}
.link-arrow::after{
  content:""; position:absolute; left:0; bottom:0; height:1px; width:100%;
  background:currentColor; opacity:.3;
  transform-origin:right; transition:transform .8s var(--ease), opacity .5s;
}
.link-arrow:hover::after{ transform:scaleX(0); opacity:1 }
.link-arrow i{
  width:20px; height:1px; background:currentColor; position:relative;
  transition:width .7s var(--ease);
}
.link-arrow i::after{
  content:""; position:absolute; right:0; top:-2.5px;
  width:6px; height:6px; border-top:1px solid currentColor;
  border-right:1px solid currentColor; transform:rotate(45deg);
}
.link-arrow:hover i{ width:36px }
.link-arrow:hover{ color:var(--coral) }
.link-arrow--light{ color:#fff }
.link-arrow--light:hover{ color:#fff }

/* ─── Reveal primitives ──────────────────────────────────────── */
.mask{ display:block; overflow:hidden }
.mask > span{ display:block }

.js-anim .mask > span{ transform:translateY(110%) }
.js-anim [data-reveal]{ opacity:0; transform:translateY(26px) }
.js-anim [data-words] .word{ opacity:.1 }

/* ─── Grain ──────────────────────────────────────────────────── */
.grain{
  position:fixed; inset:-120px; z-index:9000; pointer-events:none;
  opacity:.32; mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
  animation:grain 7s steps(6) infinite;
}
@keyframes grain{
  0%,100%{ transform:translate(0,0) }    16%{ transform:translate(-14px,8px) }
  33%{ transform:translate(9px,-12px) }  50%{ transform:translate(-8px,-6px) }
  66%{ transform:translate(12px,10px) }  83%{ transform:translate(-10px,4px) }
}

/* ─── Scroll progress ────────────────────────────────────────── */
.progress{
  position:fixed; top:0; left:0; right:0; height:2px; z-index:8000;
  pointer-events:none;
}
.progress i{
  display:block; height:100%; width:100%;
  background:linear-gradient(90deg, var(--marigold), var(--coral) 60%, var(--aqua));
  transform:scaleX(0); transform-origin:0 50%;
}

/* ─── Preloader ──────────────────────────────────────────────── */
.preloader{
  position:fixed; inset:0; z-index:9500; background:var(--shell);
  display:grid; place-items:center;
  transition:transform 1.15s var(--ease), visibility 1.15s;
}
.preloader.is-done{ transform:translateY(-101%); visibility:hidden }
.preloader__inner{ text-align:center }
.preloader__mark{
  display:block; font-family:var(--display); font-weight:300;
  font-size:clamp(1.5rem,5.4vw,3.2rem); letter-spacing:.3em; text-indent:.3em;
  color:var(--ink); white-space:nowrap;
  animation:preIn 1.3s var(--ease) both;
}
@keyframes preIn{ from{ opacity:0; letter-spacing:.62em } to{ opacity:1 } }
.preloader__rule{
  display:block; width:min(240px,42vw); height:2px; margin:26px auto 0;
  background:var(--rule); overflow:hidden; border-radius:2px;
}
.preloader__rule i{
  display:block; height:100%; width:100%;
  background:linear-gradient(90deg, var(--marigold), var(--coral));
  transform:scaleX(0); transform-origin:0 50%;
  animation:preBar 1.5s var(--ease) both;
}
@keyframes preBar{ to{ transform:scaleX(1) } }

/* ─── Cursor ─────────────────────────────────────────────────── */
.cursor{ display:none }
@media (hover:hover) and (pointer:fine){
  .cursor{
    display:block; position:fixed; top:0; left:0; z-index:9200;
    pointer-events:none; mix-blend-mode:difference;
  }
  .cursor__dot,.cursor__ring{
    position:absolute; top:0; left:0; border-radius:50%;
    transform:translate(-50%,-50%);
  }
  .cursor__dot{ width:5px; height:5px; background:#fff }
  .cursor__ring{
    width:38px; height:38px; border:1px solid rgba(255,255,255,.6);
    display:grid; place-items:center;
    transition:width .55s var(--ease), height .55s var(--ease),
               background-color .45s var(--ease), border-color .45s;
  }
  .cursor__label{
    font-style:normal; font-size:9.5px; letter-spacing:.16em;
    text-transform:uppercase; color:#fff; opacity:0;
    transition:opacity .3s; white-space:nowrap;
  }
  .cursor.is-link .cursor__ring{ width:58px; height:58px }
  .cursor.is-media .cursor__ring{
    width:88px; height:88px; background:rgba(255,255,255,.16);
    border-color:transparent;
  }
  .cursor.is-media .cursor__label{ opacity:1 }
  .cursor.is-media .cursor__dot{ opacity:0 }
  html.has-cursor, html.has-cursor *{ cursor:none !important }
}

/* ─── Nav ────────────────────────────────────────────────────── */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:8500;
  padding:26px var(--gut);
  transition:padding .7s var(--ease), background-color .7s var(--ease),
             backdrop-filter .7s;
}
.nav::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:1px;
  background:var(--rule); transform:scaleX(0);
  transition:transform .9s var(--ease);
}
.nav.is-stuck{
  padding:15px var(--gut);
  background:rgba(254,249,243,.84);
  -webkit-backdrop-filter:blur(16px) saturate(1.15);
  backdrop-filter:blur(16px) saturate(1.15);
}
.nav.is-stuck::after{ transform:scaleX(1) }
.nav.is-hidden{ transform:translateY(-100%); transition:transform .6s var(--ease) }

/* Un-stuck means we sit over the photograph — invert the type. */
.nav:not(.is-stuck) .nav__mark,
.nav:not(.is-stuck) .nav__group a{
  color:rgba(255,253,250,.94);
  /* The hero is bright and busy under the bar; a soft shadow keeps
     the type legible without darkening the photograph. */
  text-shadow:0 1px 14px rgba(46,32,25,.55), 0 0 3px rgba(46,32,25,.35);
}
.nav:not(.is-stuck) .nav__group a sup{ color:rgba(255,253,250,.7) }
.nav:not(.is-stuck) .nav__group a:hover{ color:#fff }
.nav:not(.is-stuck) .nav__burger span{ background:#fff }

.nav__inner{
  display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:24px;
}
/* Tracking is dialled back from .44em: "Bella La Vie" is twelve
   characters, and the old spacing pushed it into the nav links. */
.nav__mark{
  font-family:var(--display); font-weight:400;
  font-size:clamp(.95rem,1.4vw,1.2rem);
  letter-spacing:.22em; text-indent:.22em; text-transform:uppercase;
  text-align:center; white-space:nowrap;
}
.nav__group{ display:flex; gap:clamp(18px,2.4vw,40px) }
.nav__group--right{ justify-content:flex-end }
.nav__group a{
  position:relative; font-size:11px; letter-spacing:.19em; text-transform:uppercase;
  color:var(--ink-soft); transition:color .4s; padding-bottom:3px;
}
.nav__group a sup{ font-size:8.5px; vertical-align:super; color:var(--muted) }
.nav__group a::after{
  content:""; position:absolute; left:0; bottom:0; height:1px; width:100%;
  background:currentColor; transform:scaleX(0); transform-origin:left;
  transition:transform .6s var(--ease);
}
.nav__group a:hover{ color:var(--coral) }
.nav__group a:hover::after{ transform:scaleX(1) }

.nav__burger{
  display:none; background:none; border:0; padding:10px; cursor:pointer;
  justify-self:end; width:44px;
}
.nav__burger span{
  display:block; height:1px; background:var(--ink); margin:5px 0;
  transition:transform .5s var(--ease), opacity .3s;
}
.nav__burger[aria-expanded="true"] span:first-child{ transform:translateY(3px) rotate(45deg) }
.nav__burger[aria-expanded="true"] span:last-child{ transform:translateY(-3px) rotate(-45deg) }

.menu{
  position:fixed; inset:0; z-index:8400; background:var(--shell);
  display:flex; flex-direction:column; justify-content:center;
  padding:0 var(--gut); opacity:0; visibility:hidden;
  transition:opacity .6s var(--ease), visibility .6s;
}
.menu.is-open{ opacity:1; visibility:visible }
.menu__list{ display:flex; flex-direction:column; gap:6px }
.menu__list a{
  font-family:var(--display); font-weight:300; font-size:clamp(2.2rem,11vw,3.4rem);
  line-height:1.16; letter-spacing:-.02em;
  opacity:0; transform:translateY(24px);
  transition:opacity .7s var(--ease), transform .7s var(--ease);
}
.menu.is-open .menu__list a{ opacity:1; transform:none }
.menu.is-open .menu__list a:nth-child(1){ transition-delay:.10s }
.menu.is-open .menu__list a:nth-child(2){ transition-delay:.16s }
.menu.is-open .menu__list a:nth-child(3){ transition-delay:.22s }
.menu.is-open .menu__list a:nth-child(4){ transition-delay:.28s }
.menu__foot{
  position:absolute; left:var(--gut); right:var(--gut); bottom:40px;
  display:flex; justify-content:space-between;
  font-size:11px; letter-spacing:.19em; text-transform:uppercase; color:var(--muted);
  padding-top:20px; border-top:1px solid var(--rule);
}

/* ─── Hero ───────────────────────────────────────────────────── */
.hero{
  position:relative; height:100vh; height:100svh; min-height:600px;
  display:flex; align-items:flex-end;
  padding:0 var(--gut) clamp(48px,8vh,96px);
  overflow:hidden;
}
.hero__media{ position:absolute; inset:0; overflow:hidden; z-index:0 }
.hero__media picture{ display:contents }
.hero__media img{
  width:100%; height:100%; object-fit:cover; object-position:center 42%;
  filter:saturate(1.1) contrast(1.03);
  transform:scale(1.06);
  animation:kenburns 22s ease-out both;
}
@keyframes kenburns{ from{ transform:scale(1.14) } to{ transform:scale(1.02) } }

/* Three warm scrims: bottom for the headline, left for the column,
   top so the navigation stays legible over bright water. */
.hero__veil{
  position:absolute; inset:0;
  background:
    linear-gradient(to top,    rgba(46,32,25,.62) 0%, rgba(46,32,25,.18) 38%, rgba(46,32,25,0) 66%),
    linear-gradient(to right,  rgba(46,32,25,.30) 0%, rgba(46,32,25,.04) 48%, rgba(46,32,25,0) 70%),
    linear-gradient(to bottom, rgba(46,32,25,.34) 0%, rgba(46,32,25,0) 22%);
}

.hero__copy{ position:relative; z-index:2; color:#FFFDFA; max-width:min(900px,88vw) }
.hero__copy .eyebrow{
  font-size:10.5px; letter-spacing:.36em; text-transform:uppercase;
  color:rgba(255,253,250,.86); margin-bottom:clamp(16px,2.4vh,28px);
}
.hero__title{
  font-family:var(--display); font-weight:300;
  font-size:clamp(3.4rem,12.5vw,11rem);
  line-height:.86; letter-spacing:-.032em;
  text-shadow:0 2px 40px rgba(46,32,25,.28);
}
.hero__title em{ font-style:italic; padding-left:.09em }
.hero__sub{
  margin-top:clamp(18px,2.6vh,32px);
  font-size:clamp(.92rem,1.3vw,1.06rem); font-weight:300;
  color:rgba(255,253,250,.9); max-width:46ch;
}
.hero__cta{ margin-top:clamp(24px,3.4vh,44px) }
.hero__cta .link-arrow{ color:#FFFDFA }
.hero__cta .link-arrow:hover{ color:#fff }

.hero__scroll{
  position:absolute; z-index:2; right:var(--gut); bottom:clamp(48px,8vh,96px);
  display:flex; flex-direction:column; align-items:center; gap:14px;
  font-size:9.5px; letter-spacing:.3em; text-transform:uppercase;
  color:rgba(255,253,250,.8);
}
.hero__scroll span{ writing-mode:vertical-rl }
.hero__scroll i{
  width:1px; height:64px; background:rgba(255,253,250,.35);
  position:relative; overflow:hidden;
}
.hero__scroll i::after{
  content:""; position:absolute; inset:0; background:#fff;
  animation:scrollCue 2.6s var(--ease) infinite;
}
@keyframes scrollCue{ 0%{ transform:translateY(-100%) } 55%,100%{ transform:translateY(100%) } }

/* ─── Marquee ────────────────────────────────────────────────── */
.marquee{
  overflow:hidden; border-bottom:1px solid var(--rule);
  padding:16px 0; background:var(--shell);
}
.marquee__track{ display:flex; width:max-content; animation:marquee 46s linear infinite }
.marquee__track span{
  display:flex; align-items:center; white-space:nowrap;
  font-size:10.5px; letter-spacing:.3em; text-transform:uppercase; color:var(--ink-soft);
}
.marquee__track i{
  font-style:normal; color:var(--coral);
  padding:0 clamp(24px,4vw,56px); font-size:11px;
}
@keyframes marquee{ to{ transform:translateX(-50%) } }

/* ─── Manifesto ──────────────────────────────────────────────── */
.manifesto{
  padding:clamp(120px,20vh,240px) var(--gut);
  max-width:1180px; margin-inline:auto; text-align:center;
}
.manifesto .label{ margin-bottom:clamp(40px,6vw,72px) }
.manifesto__text{
  font-family:var(--display); font-weight:300;
  font-size:clamp(1.7rem,4.4vw,3.5rem);
  line-height:1.24; letter-spacing:-.014em; text-wrap:balance;
}
.manifesto__text .word{ display:inline-block; transition:opacity .5s var(--ease) }
.manifesto__sign{
  margin-top:clamp(40px,6vw,72px);
  font-size:11px; letter-spacing:.22em; text-transform:uppercase; color:var(--muted);
}

/* ─── Collection ─────────────────────────────────────────────── */
.collection{ padding:0 var(--gut) var(--bay) }
.collection__grid{
  display:grid; grid-template-columns:repeat(12,1fr);
  gap:clamp(28px,4vw,64px) clamp(20px,3vw,48px);
}
.piece--a{ grid-column:1 / span 5 }
.piece--b{ grid-column:7 / span 6; margin-top:clamp(56px,11vw,180px) }
.piece--c{ grid-column:2 / span 4; margin-top:clamp(-24px,-3vw,0px) }

.piece__link{ display:block }
.piece__media{
  position:relative; overflow:hidden; background:var(--shell-deep);
  aspect-ratio:3/4; border-radius:var(--arch);
}
.piece--b .piece__media{ aspect-ratio:4/5 }
.piece--c .piece__media{ aspect-ratio:2/3 }
.piece__media img{
  width:100%; height:112%; object-fit:cover;
  filter:saturate(1.07) contrast(1.02);
  transition:transform 1.3s var(--ease), filter .9s var(--ease);
  will-change:transform;
}
.piece__link:hover .piece__media img{ transform:scale(1.045); filter:saturate(1.16) contrast(1.03) }

.piece__cap{
  display:grid; grid-template-columns:auto 1fr auto;
  grid-template-areas:"idx name price" "idx desc price";
  column-gap:16px; align-items:baseline;
  padding-top:22px; margin-top:22px; border-top:1px solid var(--rule);
}
.piece__idx{
  grid-area:idx; font-size:10px; letter-spacing:.2em; color:var(--coral);
  padding-top:.35em;
}
.piece__cap h3{
  grid-area:name; font-family:var(--display); font-weight:400;
  font-size:clamp(1.15rem,1.9vw,1.6rem); line-height:1.2; letter-spacing:-.008em;
}
.piece__cap p:not(.piece__price){
  grid-area:desc; font-size:12.5px; color:var(--muted); letter-spacing:.02em;
}
.piece__price{
  grid-area:price; font-size:12px; letter-spacing:.1em; color:var(--ink-soft);
  align-self:start; padding-top:.4em;
}
.collection__more{ margin-top:clamp(56px,8vw,104px); text-align:center }

/* ─── Lookbook ───────────────────────────────────────────────── */
.lookbook{ background:var(--shell-deep); overflow:hidden }
.lookbook__viewport{ overflow:hidden }
.lookbook__track{
  display:flex; align-items:center; gap:clamp(24px,3.4vw,64px);
  padding:clamp(72px,10vh,120px) var(--gut);
  height:100vh; height:100svh; width:max-content;
  will-change:transform;
}
.lookbook__intro{
  width:min(46vw,520px); flex:0 0 auto;
  padding-right:clamp(24px,4vw,72px);
}
.lookbook__intro .label{ margin-bottom:20px }
.lookbook__hint{
  margin-top:36px; display:flex; align-items:center; gap:14px;
  font-size:9.5px; letter-spacing:.3em; text-transform:uppercase; color:var(--muted);
}
.lookbook__hint i{
  width:56px; height:1px; background:var(--rule); position:relative; overflow:hidden;
}
.lookbook__hint i::after{
  content:""; position:absolute; inset:0; background:var(--coral);
  animation:hintCue 2.8s var(--ease) infinite;
}
@keyframes hintCue{ 0%{ transform:translateX(-100%) } 55%,100%{ transform:translateX(100%) } }

.look{
  position:relative; flex:0 0 auto;
  width:clamp(240px,30vw,420px); height:64vh;
  overflow:hidden; background:var(--shell);
  border-radius:var(--arch);
}
.look--tall{ height:78vh; width:clamp(220px,26vw,360px) }
.look--short{ height:48vh; align-self:flex-end; width:clamp(200px,23vw,330px) }
.look img{
  width:100%; height:100%; object-fit:cover;
  filter:saturate(1.07) contrast(1.02);
  transition:transform 1.4s var(--ease), filter 1s var(--ease);
}
.look:hover img{ transform:scale(1.05); filter:saturate(1.18) contrast(1.03) }
.look figcaption{
  position:absolute; left:0; right:0; bottom:0;
  padding:56px 22px 20px; color:#fff;
  font-family:var(--display); font-size:1.2rem; font-weight:400;
  background:linear-gradient(to top, rgba(46,32,25,.72), transparent);
}
.look figcaption span{
  display:block; font-family:var(--ui); font-size:9.5px; font-weight:400;
  letter-spacing:.28em; text-transform:uppercase;
  color:rgba(255,253,250,.82); margin-bottom:5px;
}
.lookbook__end{
  flex:0 0 auto; width:min(34vw,300px);
  padding-left:clamp(12px,2vw,40px);
}

/* ─── Atelier ────────────────────────────────────────────────── */
.atelier{
  display:grid; grid-template-columns:1fr 1fr;
  gap:clamp(32px,6vw,96px);
  padding:var(--bay) var(--gut);
  align-items:start;
}
.atelier__sticky{ position:sticky; top:14vh }
.atelier__frame{
  position:relative; aspect-ratio:4/5; overflow:hidden;
  background:var(--shell-deep); border-radius:var(--arch);
}
.atelier__img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  filter:saturate(1.07) contrast(1.02);
  opacity:0; transform:scale(1.05);
  transition:opacity 1.05s var(--ease), transform 1.6s var(--ease);
}
.atelier__img.is-on{ opacity:1; transform:scale(1) }

.atelier__head{ margin-bottom:clamp(48px,7vw,88px) }
.atelier__head .label{ margin-bottom:20px }
.step{
  padding:clamp(40px,6vw,72px) 0;
  border-top:1px solid var(--rule);
  transition:opacity .8s var(--ease);
}
.atelier.is-synced .step{ opacity:.42 }
.atelier.is-synced .step.is-active{ opacity:1 }
.step:last-child{ border-bottom:1px solid var(--rule) }
.step__num{
  display:block; font-family:var(--display); font-size:.95rem;
  letter-spacing:.16em; color:var(--coral); margin-bottom:14px;
}
.step h3{
  font-family:var(--display); font-weight:400;
  font-size:clamp(1.5rem,2.9vw,2.3rem); line-height:1.14;
  letter-spacing:-.012em; margin-bottom:16px;
}
.step p{ color:var(--ink-soft); max-width:44ch; text-wrap:pretty }

/* ─── Featured ───────────────────────────────────────────────── */
.featured{ position:relative; min-height:92vh; display:flex; align-items:flex-end; overflow:hidden }
.featured__media{ position:absolute; inset:0; z-index:0 }
.featured__media::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(to top,   rgba(46,32,25,.82) 0%, rgba(46,32,25,.5) 34%, rgba(46,32,25,.1) 72%, rgba(46,32,25,0) 100%),
    linear-gradient(to right, rgba(46,32,25,.6) 0%, rgba(46,32,25,.16) 46%, rgba(46,32,25,0) 70%);
}
.featured__media img{
  width:100%; height:118%; object-fit:cover; object-position:center 34%;
  filter:saturate(1.08) contrast(1.02);
  will-change:transform;
}
.featured__copy{
  position:relative; z-index:1; color:#FFFDFA;
  padding:var(--gut) var(--gut) clamp(64px,10vh,120px);
  max-width:min(700px,90vw);
}
.featured__copy .label{ color:#F2B6A6; margin-bottom:22px }
.featured__title{
  font-family:var(--display); font-weight:300;
  font-size:clamp(2.6rem,7.4vw,6rem); line-height:.94; letter-spacing:-.026em;
  margin-bottom:26px;
}
.featured__body{
  color:rgba(255,253,250,.9); max-width:48ch; margin-bottom:36px; text-wrap:pretty;
}

/* ─── Journal ────────────────────────────────────────────────── */
.journal{ padding:var(--bay) var(--gut) }
.journal__grid{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:clamp(28px,3.6vw,56px);
}
.entry figure{
  overflow:hidden; aspect-ratio:4/3; background:var(--shell-deep);
  margin-bottom:24px; border-radius:8px;
}
.entry img{
  width:100%; height:100%; object-fit:cover;
  filter:saturate(1.07) contrast(1.02);
  transition:transform 1.3s var(--ease), filter .9s var(--ease);
}
.entry a:hover img{ transform:scale(1.05); filter:saturate(1.18) contrast(1.03) }
.entry__meta{
  font-size:10px; letter-spacing:.24em; text-transform:uppercase;
  color:var(--coral); margin-bottom:12px;
}
.entry h3{
  font-family:var(--display); font-weight:400;
  font-size:clamp(1.3rem,2.1vw,1.75rem); line-height:1.16;
  letter-spacing:-.01em; margin-bottom:12px;
}
.entry__ex{ font-size:14px; color:var(--ink-soft); max-width:38ch; text-wrap:pretty }

/* ─── Signup ─────────────────────────────────────────────────── */
.signup{
  border-top:1px solid var(--rule);
  background:linear-gradient(180deg, var(--shell) 0%, var(--shell-deep) 100%);
  padding:clamp(96px,15vh,180px) var(--gut);
}
.signup__inner{ max-width:760px; margin-inline:auto; text-align:center }
.signup__title{
  font-family:var(--display); font-weight:300;
  font-size:clamp(2.2rem,5.4vw,4.2rem); line-height:1.02; letter-spacing:-.02em;
}
.signup__title em{ font-style:italic; color:var(--coral) }
.signup__note{ margin-top:22px; color:var(--ink-soft); font-size:14px }
.signup__form{
  position:relative; margin-top:clamp(40px,6vw,64px);
  display:flex; gap:20px; align-items:center; flex-wrap:wrap;
  border-bottom:1px solid var(--ink); padding-bottom:12px;
}
.signup__form input{
  flex:1 1 220px; min-width:0; background:none; border:0; outline:none;
  font-size:15px; letter-spacing:.02em; padding:6px 0;
}
.signup__form input::placeholder{ color:var(--muted) }
.signup__form button{
  background:none; border:0; cursor:pointer;
  font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:var(--ink); padding:6px 0; transition:color .4s;
}
.signup__form button:hover{ color:var(--coral) }
.signup__msg{
  position:absolute; left:0; top:100%; padding-top:12px;
  font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--coral);
  opacity:0; transform:translateY(-4px);
  transition:opacity .5s var(--ease), transform .5s var(--ease);
}
.signup__msg.is-on{ opacity:1; transform:none }

/* ─── Footer ─────────────────────────────────────────────────── */
.foot{
  border-top:1px solid var(--rule); background:var(--shell-deep);
  padding:clamp(56px,8vw,88px) var(--gut) 32px;
}
.foot__cols{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:clamp(32px,4vw,56px);
}
.foot__cols .label{ margin-bottom:20px }
.foot__cols li{ font-size:13px; color:var(--ink-soft); margin-bottom:10px }
.foot__cols a{ position:relative; transition:color .4s }
.foot__cols a::after{
  content:""; position:absolute; left:0; bottom:-2px; height:1px; width:100%;
  background:currentColor; transform:scaleX(0); transform-origin:left;
  transition:transform .55s var(--ease);
}
.foot__cols a:hover{ color:var(--coral) }
.foot__cols a:hover::after{ transform:scaleX(1) }

/* Set on two lines. One line of "Bella La Vie" would have to shrink
   past the point where the wordmark reads as a statement. */
.foot__mark{
  font-family:var(--display); font-weight:300; font-style:italic;
  font-size:clamp(2.8rem,15vw,12rem); line-height:.86;
  letter-spacing:.02em;
  text-align:center; color:var(--coral); opacity:.9;
  margin:clamp(56px,9vw,120px) 0 clamp(24px,3vw,40px);
  user-select:none;
}
.foot__base{
  display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap;
  padding-top:26px; border-top:1px solid var(--rule);
  font-size:10.5px; letter-spacing:.18em; text-transform:uppercase; color:var(--muted);
}
.foot__legal{ display:flex; gap:26px }
.foot__legal a:hover{ color:var(--coral) }

/* ═══ Responsive ═════════════════════════════════════════════ */
@media (max-width:1024px){
  .atelier{ grid-template-columns:1fr }
  .atelier__sticky{ position:relative; top:0; max-width:520px; margin-bottom:56px }
  .piece--a{ grid-column:1 / span 7 }
  .piece--b{ grid-column:6 / span 7; margin-top:clamp(40px,8vw,110px) }
  .piece--c{ grid-column:1 / span 6 }
}

@media (max-width:768px){
  .nav__inner{ grid-template-columns:1fr auto }
  .nav__group{ display:none }
  .nav__burger{ display:block; grid-column:2 }
  .nav__mark{ grid-column:1; text-align:left; text-indent:.44em }

  .hero__scroll{ display:none }

  .collection__grid{ grid-template-columns:1fr; gap:64px }
  .piece--a,.piece--b,.piece--c{ grid-column:1 / -1; margin-top:0 }
  .piece--a .piece__media,.piece--b .piece__media,.piece--c .piece__media{ aspect-ratio:3/4 }

  .lookbook__viewport{
    overflow-x:auto; overflow-y:hidden;
    -webkit-overflow-scrolling:touch; scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .lookbook__viewport::-webkit-scrollbar{ display:none }
  .lookbook__track{ height:auto; padding-block:clamp(72px,12vh,110px); transform:none !important }
  .lookbook__intro{ width:min(78vw,420px) }
  .look,.look--tall,.look--short{
    height:60vh; width:min(66vw,300px); align-self:center; scroll-snap-align:center;
  }
  .lookbook__end{ width:min(60vw,240px) }

  .signup__form{ gap:12px }
  .foot__base{ justify-content:center; text-align:center }
}

@media (max-width:480px){
  .piece__cap{
    grid-template-columns:auto 1fr;
    grid-template-areas:"idx name" "idx desc" ". price";
    row-gap:6px;
  }
  .piece__price{ padding-top:8px }
}

/* ═══ Reduced motion ═════════════════════════════════════════ */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important; animation-iteration-count:1 !important;
    transition-duration:.01ms !important; scroll-behavior:auto !important;
  }
  .grain{ display:none }
  .preloader{ display:none }
  .cursor{ display:none }
  .hero__media img{ transform:none }
  .js-anim .mask > span{ transform:none }
  .js-anim [data-reveal]{ opacity:1; transform:none }
  .js-anim [data-words] .word{ opacity:1 }
  .atelier.is-synced .step{ opacity:1 }
  .atelier__img{ opacity:0 }
  .atelier__img.is-on{ opacity:1; transform:none }
}
