/* ============================================================
   PAGE STYLES — homepage hero & sections
   ============================================================ */

/* ---------- Page-load curtain intro ---------- */
.curtain { position: fixed; inset: 0; z-index: 500; background: var(--noir); color: var(--ivory); display: grid; place-items: center; }
.curtain__word { font-family: var(--font-display); font-size: clamp(2rem,7vw,4rem); letter-spacing: .3em; overflow: hidden; }
.curtain__word span { display: inline-block; }
.reduced .curtain { display: none; }

/* ===========================================================
   HERO — full-bleed bird's-eye video, copy over a dark scrim.
   Native scroll, no pinning.
   =========================================================== */
.hero { position: relative; height: 100vh; min-height: 620px; overflow: hidden; background: #0b0806; }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.hero__scrim { position: absolute; inset: 0; background:
  linear-gradient(to top, rgba(10,7,4,.94) 2%, rgba(10,7,4,.30) 40%, rgba(10,7,4,.10) 66%, rgba(10,7,4,.55) 100%); }
.hero__content { position: absolute; inset: auto 0 0 0; padding-bottom: clamp(3rem, 8vh, 6rem); display: flex; flex-direction: column; gap: 1.3rem; }
.hero__content .lead { color: #e9ddc6; max-width: 40ch; }
.hero__title { font-size: var(--fs-hero); line-height: .95; letter-spacing: -0.02em; max-width: 15ch; }
.hero__row { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; margin-top: .4rem; }
.hero__cue { position: absolute; right: var(--gutter); bottom: clamp(3rem, 8vh, 6rem); font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; color: #d8c9ad; writing-mode: vertical-rl; }
.hero__cue::after { content: ""; display: block; width: 1px; height: 40px; margin: .6rem auto 0; background: currentColor; opacity: .6; }

/* ===========================================================
   SECTION: intro statement
   =========================================================== */
.statement { text-align: center; }
.statement__big { font-size: var(--fs-h1); max-width: 18ch; margin-inline: auto; line-height: 1.02; }
.statement__big em { color: var(--accent); }

/* ===========================================================
   SECTION: The Collection (categories)
   =========================================================== */
.collection__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 3rem; flex-wrap: wrap; }
/* 6-col grid: first three tiles fill row 1 (span 2 each), last two fill
   row 2 (span 3 each) — no empty cells, whatever the tile order. */
.cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.cat { position: relative; background: var(--surface); grid-column: span 2; min-height: 54vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; overflow: hidden; transition: color .5s; }
.cats > .cat:nth-child(n+4) { grid-column: span 3; }
.cat--wide, .cat--tall { /* legacy classes neutralised — layout is driven by nth-child */ }
.cat__plate { position: absolute; inset: 0; z-index: 0; opacity: 1; transform: scale(1.02); transition: transform 1.1s var(--ease-lux); }
.cat:hover .cat__plate { transform: scale(1.09); }
.cat__plate::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,6,4,.82), rgba(8,6,4,.15) 55%, rgba(8,6,4,.30)); }
.cat__svg { display: none; }
.cat__body { position: relative; z-index: 2; color: #f4ecdb; text-shadow: 0 2px 24px rgba(0,0,0,.5); }
.cat__title { font-family: var(--font-display); font-size: clamp(2rem,3.6vw,3.4rem); line-height: 1; }
.cat__tag { font-size: .82rem; letter-spacing: .04em; opacity: .85; margin-top: .3rem; }
.cat__go { margin-top: 1rem; display: inline-flex; align-items: center; gap: .5rem; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: .5s var(--ease-lux); }
.cat:hover .cat__go { opacity: 1; transform: none; }

/* ===========================================================
   SECTION: Assembly (full-bleed video, the piece coming together)
   =========================================================== */
.assembly { position: relative; height: 100vh; min-height: 560px; overflow: hidden; background: #06050a; }
.assembly__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 50% 36%; background: #06050a; }
.assembly__scrim { position: absolute; inset: 0; pointer-events: none; background:
  linear-gradient(to top, rgba(6,5,10,.96) 4%, rgba(6,5,10,.30) 28%, transparent 48%); }
.assembly__caption { position: absolute; inset: auto 0 0 0; padding-bottom: clamp(2.5rem, 7vh, 5rem); text-align: center; display: grid; gap: .9rem; justify-items: center; }
.assembly__caption h2 { font-size: var(--fs-h1); }
.assembly__caption .lead { margin-inline: auto; text-align: center; max-width: 44ch; }

/* ===========================================================
   SECTION: Campaign (portrait model video + copy)
   =========================================================== */
.campaign { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 96vh; background: var(--bg); }
.campaign__media { position: relative; overflow: hidden; background: #0d0a07; }
.campaign__media video { position: absolute; top: -9%; left: 0; width: 100%; height: 118%; object-fit: cover; object-position: 50% 30%; }
.campaign__text { display: flex; flex-direction: column; justify-content: center; gap: 1.4rem; padding: clamp(2.5rem, 6vw, 7rem); }

/* ===========================================================
   SECTION: Shop the Look
   =========================================================== */
.look { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; align-items: stretch; }
.look__media { position: relative; aspect-ratio: 4/5; min-height: 70vh; }
.look__media .plate { position: absolute; inset: 0; }
.look__aside { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,6vw,6rem); gap: 1.4rem; background: var(--surface); }
.look__index { font-family: var(--font-display); font-size: clamp(3rem,8vw,7rem); line-height: .9; }
.look__list { display: grid; gap: .2rem; margin-top: 1rem; }
.look__item { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); transition: padding-left .4s; }
.look__item:last-child { border-bottom: 1px solid var(--line); }
.look__item:hover { padding-left: .6rem; color: var(--accent); }
.look__item .price { color: var(--ink-soft); }
.look__tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1.5rem; }
.look__tab { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; padding: .6rem 1.1rem; border: 1px solid var(--line); border-radius: 100px; transition: .3s; }
.look__tab.on, .look__tab:hover { background: #f0e6d4; color: #1a140d; border-color: #f0e6d4; }

/* ===========================================================
   SECTION: Editorial campaign strip (neck / ear / worn)
   =========================================================== */
.editorial { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.editorial__cell { position: relative; background: var(--surface); min-height: 78vh; overflow: hidden; }
.editorial__cell .plate { position: absolute; inset: 0; transform: scale(1.05); }
.editorial__cap { position: absolute; left: 0; bottom: 0; z-index: 2; padding: 2rem; color: var(--ivory); }
.editorial__cap h3 { font-size: clamp(1.6rem,2.4vw,2.4rem); }
.editorial__wide { grid-column: 1 / -1; min-height: 90vh; }

/* ===========================================================
   SECTION: Brand story
   =========================================================== */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gutter); align-items: center; }
.story__copy { max-width: 46ch; display: grid; gap: 1.5rem; }
.story__copy p { color: var(--ink-soft); }
.story__quote { font-family: var(--font-display); font-size: var(--fs-h3); color: var(--ink); line-height: 1.25; }
.story__media { position: relative; aspect-ratio: 3/4; }
.story__media .plate { position: absolute; inset: 0; }
.pull { font-family: var(--font-display); font-size: var(--fs-h2); line-height: 1.05; letter-spacing: -.01em; }
.pull em { color: var(--accent); }

/* Guarantee banner */
.guarantee { display:grid; grid-template-columns: 1fr 1fr; gap: var(--gutter); align-items:center; border-top:1px solid var(--line); padding-top: var(--space-4); margin-top: var(--space-5); }
.guarantee h2 { font-size: var(--fs-h2); }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero__title { font-size: clamp(2.6rem, 11vw, 4rem); }
  .campaign { grid-template-columns: 1fr; }
  .campaign__media { min-height: 80vh; }
  .cats { grid-template-columns: 1fr; }
  .cat, .cats > .cat:nth-child(n+4) { grid-column: 1 / -1; min-height: 48vh; }
  .look { grid-template-columns: 1fr; }
  .editorial { grid-template-columns: 1fr; }
  .story, .guarantee { grid-template-columns: 1fr; }
}
