/* ═══════════════════════════════════════════════════════════════════════════
   MAHALEKSHMI SILKS — Design System v1
   ───────────────────────────────────────────────────────────────────────────
   Concept: Kottayam's landmark bridal silk house on MC Road, Ettumanoor.
   Reads like a bridal trousseau catalogue: silk-tag labels, gold-thread biases,
   wax-seal stamps, script accents, saree-name marquees, editorial grids.

   Typography:
     Cormorant Garamond  — display + italic emotional pulls (Bridal-Blush palette)
     Inter Tight         — body copy
     Caveat              — handwritten script accent
     JetBrains Mono      — tag codes, labels
     Noto Serif Malayalam — Malayalam script

   Palette: Bridal-Blush + Silk Gold
     BlushPaper   #F8F1EC  warm bridal blush
     BlushDeep    #EFE2DA  deeper blush panel
     Petal        #FCF7F3  soft panel
     Ink          #3A2A2E  deep plum-brown
     DustyRose    #B6776E  spot — old rose (CTAs, topbar)
     DustyRose-D  #9A5D58  hover state
     SilkGold     #C7A06A  antique silk gold
     SilkGold-Deep #9A7840 labels / text on light
═══════════════════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, svg { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

:root {
  /* ── palette ── */
  --paper:      #F8F1EC;
  --paper-2:    #EFE2DA;
  --cream:      #FCF7F3;
  --ink:        #3A2A2E;
  --ink-soft:   #6B5A56;
  --ink-mute:   #8E7D78;
  --burgundy:   #B6776E;
  --burgundy-d: #9A5D58;
  --gold:       #C7A06A;
  --gold-soft:  #DDBA88;
  --gold-deep:  #9A7840;
  --sage:       #8A9B7F;
  --kumkum:     #C47060;
  --line:       rgba(58,42,46,0.14);
  --line-soft:  rgba(58,42,46,0.07);

  /* ── type ── */
  --f-display: 'Cormorant Garamond', Georgia, serif;
  --f-serif:   'Cormorant Garamond', Georgia, serif;
  --f-body:    'Inter Tight', system-ui, -apple-system, sans-serif;
  --f-script:  'Caveat', 'Brush Script MT', cursive;
  --f-mono:    'JetBrains Mono', ui-monospace, monospace;
  --f-mal:     'Noto Serif Malayalam', Georgia, serif;

  /* ── sizing ── */
  --maxw: 1340px;
  --pad-x: clamp(20px, 5vw, 80px);
  --pad-y: clamp(80px, 11vw, 150px);

  /* ── effects ── */
  --t-fast: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --t-base: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  --t-slow: 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-deep: 0 40px 100px -50px rgba(26,15,12,0.4);
  --shadow-card: 0 24px 60px -40px rgba(26,15,12,0.3);
}

[data-theme="dark"] {
  --paper:      #1A1218;
  --paper-2:    #231920;
  --cream:      #2C1E26;
  --ink:        #F8F1EC;
  --ink-soft:   #E5D5D0;
  --ink-mute:   #B09890;
  --burgundy:   #D4908A;
  --burgundy-d: #B87570;
  --gold:       #DDBA88;
  --gold-soft:  #C7A06A;
  --gold-deep:  #9A7840;
  --sage:       #A4B498;
  --kumkum:     #E08070;
  --line:       rgba(248,241,236,0.18);
  --line-soft:  rgba(248,241,236,0.08);
}

/* Malayalam text utility */
.mal {
  font-family: var(--f-mal);
  font-size: 0.92em;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: 'kern', 'liga', 'calt';
  transition: background var(--t-base), color var(--t-base);
}

/* ─────────────────── TYPOGRAPHY ─────────────────── */
.display, .h1, h1, .h2, h2, .h3, h3 {
  font-family: var(--f-display);
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.02;
}
h1, .h1 { font-size: clamp(3rem, 8vw, 7rem); }
h2, .h2 { font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: 1.04; }
h3, .h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); line-height: 1.15; }

.serif-italic, i, em {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  color: inherit;
}
em.gold, .gold-italic { color: var(--gold-deep); font-style: italic; font-family: var(--f-serif); }

.script {
  font-family: var(--f-script);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.mono {
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 24px;
}
.eyebrow::before {
  content: "";
  width: 32px; height: 1px;
  background: var(--gold);
}

p { color: var(--ink-soft); max-width: 62ch; }
p.lead { font-size: 1.12rem; line-height: 1.65; color: var(--ink-soft); }
p.mono { color: var(--ink-mute); }

/* ─────────────────── TAILOR'S TAG (signature brand element) ─────────────────── */
.tag {
  display: inline-flex; flex-direction: column;
  background: var(--paper-2);
  border: 1px solid var(--line);
  padding: 8px 14px 10px;
  position: relative;
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border-radius: 2px;
  /* punched hole at top — like a real garment tag */
}
.tag::before {
  content: "";
  position: absolute; top: -4px; left: 50%;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--line);
  transform: translateX(-50%);
}
.tag__code { color: var(--burgundy); font-weight: 600; }
.tag__sub { font-size: 0.58rem; opacity: 0.6; margin-top: 2px; letter-spacing: 0.22em; }

/* ─────────────────── WAX SEAL (used as page signatures) ─────────────────── */
.seal {
  display: inline-grid; place-items: center;
  width: 90px; height: 90px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  position: relative;
  color: var(--gold-deep);
}
.seal::before {
  content: ""; position: absolute; inset: 6px;
  border: 1px dashed var(--gold);
  border-radius: 50%;
}
.seal__inner {
  font-family: var(--f-display);
  font-size: 2rem;
  line-height: 1;
}
.seal__year {
  position: absolute; bottom: 10px;
  font-family: var(--f-mono);
  font-size: 0.5rem;
  letter-spacing: 0.2em;
}

/* ─────────────────── GOLD THREAD (bias-edge divider) ─────────────────── */
.thread {
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%, var(--gold) 12%, var(--gold) 88%, transparent 100%);
  margin: clamp(40px, 6vw, 80px) auto;
  max-width: var(--maxw);
}

/* ─────────────────── TOP BAR ─────────────────── */
.topbar {
  background: var(--burgundy);
  color: var(--paper);
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.topbar__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 9px var(--pad-x);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  flex-wrap: wrap;
}
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 14px; }
.topbar__pulse {
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold-soft);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.5); }
}
.topbar__rating { color: var(--gold-soft); }

/* ─────────────────── NAV ─────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(239, 226, 218, 0.92);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line-soft);
  transition: background var(--t-base);
}
[data-theme="dark"] .nav { background: rgba(26, 18, 24, 0.92); }
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 16px var(--pad-x);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 28px;
}
.nav__logo { color: var(--ink); display: flex; align-items: center; gap: 12px; }
.nav__mark-svg { width: 56px; height: 56px; }
.nav__wordmark {
  display: flex; flex-direction: column;
  font-family: var(--f-display);
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  line-height: 1;
  color: var(--ink);
}
.nav__wordmark small {
  font-family: var(--f-mono);
  font-size: 0.52rem;
  letter-spacing: 0.32em;
  color: var(--ink-mute);
  margin-top: 5px;
}
.nav__links { display: flex; align-items: center; gap: 38px; justify-content: center; }
.nav__links a {
  font-size: 0.88rem; font-weight: 500;
  color: var(--ink-soft);
  transition: color var(--t-fast);
  position: relative;
  padding: 4px 0;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--burgundy);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-base);
}
.nav__links a:hover, .nav__links a.is-active { color: var(--burgundy); }
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); }
.nav__right { display: flex; align-items: center; gap: 14px; justify-content: flex-end; }
.nav__theme {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  font-size: 1rem; line-height: 1;
  transition: all var(--t-fast);
  position: relative; overflow: hidden;
}
.nav__theme:hover { border-color: var(--gold); }
.theme-ico { transition: opacity var(--t-base), transform var(--t-base); position: absolute; }
[data-theme="light"] .theme-ico--moon { opacity: 0; transform: rotate(90deg) scale(0.5); }
[data-theme="light"] .theme-ico--sun  { opacity: 1; transform: rotate(0) scale(1); }
[data-theme="dark"]  .theme-ico--sun  { opacity: 0; transform: rotate(-90deg) scale(0.5); }
[data-theme="dark"]  .theme-ico--moon { opacity: 1; transform: rotate(0) scale(1); }
.nav__burger {
  display: none;
  width: 38px; height: 38px;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.nav__burger span { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: transform var(--t-base), opacity var(--t-base); }
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ─────────────────── BUTTONS ─────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px;
  font-size: 0.9rem; font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 0;
  transition: all var(--t-base);
  min-height: 48px;
  white-space: nowrap;
  border: 1px solid transparent;
  position: relative;
  text-transform: uppercase;
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}
.btn--primary {
  background: var(--burgundy);
  color: var(--paper);
}
.btn--primary:hover {
  background: var(--burgundy-d);
  transform: translateY(-1px);
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--gold {
  background: var(--gold);
  color: var(--paper);
}
.btn--gold:hover { background: var(--gold-deep); }
.btn--lg { padding: 20px 38px; min-height: 60px; font-size: 0.78rem; }
.btn__arrow { transition: transform var(--t-base); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ─────────────────── MOBILE OVERLAY ─────────────────── */
.mobilemenu {
  position: fixed; inset: 0; z-index: 99;
  background: var(--paper);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 110px var(--pad-x) 40px;
  transform: translateY(-100%);
  transition: transform var(--t-slow);
  visibility: hidden;
}
.mobilemenu.is-open { transform: translateY(0); visibility: visible; }
.mobilemenu nav { display: flex; flex-direction: column; gap: 14px; }
.mobilemenu nav a {
  font-family: var(--f-display); font-size: 2.4rem;
  color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 12px;
}
.mobilemenu__cta { color: var(--burgundy) !important; font-style: italic; font-family: var(--f-serif) !important; }
.mobilemenu__foot { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 24px; }

/* ═══════════════════════════════════════════════════════════════════════════
   HERO — Asymmetric editorial split
═══════════════════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: var(--paper);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100dvh - 130px);
}
.hero__left {
  padding: clamp(50px, 7vw, 90px) clamp(40px, 5vw, 80px);
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
  background: var(--paper);
}
.hero__meta {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  margin-bottom: 36px;
}
.hero__meta .mono { color: var(--gold-deep); }
.hero__meta .dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.hero__title {
  font-family: var(--f-display);
  font-size: clamp(3.4rem, 7vw, 6.5rem);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin-bottom: 30px;
}
.hero__title .gold-italic {
  font-family: var(--f-serif);
  font-style: italic;
  color: var(--burgundy);
  font-weight: 400;
}
[data-theme="dark"] .hero__title .gold-italic { color: var(--gold); }
.hero__title .line { display: block; overflow: hidden; }
.hero__title .word { display: inline-block; }

.hero__sub {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 50ch;
  margin-bottom: 38px;
  line-height: 1.65;
}

.hero__signature {
  font-family: var(--f-script);
  font-size: 2.6rem;
  color: var(--burgundy);
  line-height: 1;
  margin-bottom: 30px;
  transform: rotate(-3deg);
  display: inline-block;
}
[data-theme="dark"] .hero__signature { color: var(--gold); }

.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.hero__right {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.hero__right img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.hero__photo-frame {
  position: absolute; inset: clamp(20px, 3vw, 40px);
  border: 1px solid var(--gold);
  pointer-events: none;
  z-index: 2;
}
.hero__photo-tag {
  position: absolute;
  bottom: clamp(30px, 4vw, 60px);
  right: clamp(30px, 4vw, 60px);
  background: var(--paper);
  padding: 14px 18px;
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  z-index: 3;
  border: 1px solid var(--line);
  max-width: 220px;
}
.hero__photo-tag strong { color: var(--burgundy); font-weight: 600; display: block; margin-bottom: 4px; }

.hero__vlabel {
  position: absolute;
  left: clamp(12px, 2vw, 24px);
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ink-mute);
  white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════════════════════════
   BRIDE MARQUEE — auto-scrolling list of bride names
═══════════════════════════════════════════════════════════════════════════ */
.marquee {
  background: var(--burgundy);
  color: var(--paper);
  padding: 28px 0;
  overflow: hidden;
  position: relative;
}
.marquee__track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scrollX 50s linear infinite;
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  letter-spacing: -0.005em;
  color: var(--gold-soft);
}
.marquee__track .serif-italic { color: var(--paper); }
.marquee__track span { white-space: nowrap; display: inline-flex; align-items: center; gap: 60px; }
.marquee__track span::after { content: "✦"; color: var(--gold); font-size: 0.7em; }
@keyframes scrollX {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════════════════════
   STATS — minimal numeric strip
═══════════════════════════════════════════════════════════════════════════ */
.stats {
  background: var(--paper);
  border-bottom: 1px solid var(--line-soft);
}
.stats__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(50px, 7vw, 90px) var(--pad-x);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  align-items: end;
}
.stat {
  display: flex; flex-direction: column;
  padding-right: 28px;
  border-right: 1px solid var(--line-soft);
  position: relative;
}
.stat:last-child { border-right: none; }
.stat__no {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  margin-bottom: 10px;
}
.stat__num {
  font-family: var(--f-display);
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 14px;
}
.stat__label {
  font-family: var(--f-body);
  font-size: 0.84rem;
  color: var(--ink-mute);
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION HEAD
═══════════════════════════════════════════════════════════════════════════ */
.section-head {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: var(--pad-y) var(--pad-x) clamp(36px, 5vw, 70px);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: end;
}
.section-head--center {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 900px;
}
.section-head--center .section-head__sub { margin-left: auto; margin-right: auto; }
.section-head__sub {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 52ch;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════════════════
   STORY — long-form spread with vertical label
═══════════════════════════════════════════════════════════════════════════ */
.story {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: var(--pad-y) var(--pad-x);
  position: relative;
}
.story__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 110px);
  align-items: center;
}
.story__copy h2 { margin-bottom: 30px; }
.story__copy p { margin-top: 18px; font-size: 1.08rem; line-height: 1.7; }
.story__copy p .gold-italic { font-size: 1.18em; }
.story__sig {
  display: flex; align-items: baseline; gap: 22px;
  margin-top: 50px; padding-top: 28px;
  border-top: 1px solid var(--line);
}
.story__sig .script {
  font-size: 3rem; color: var(--burgundy);
}
[data-theme="dark"] .story__sig .script { color: var(--gold); }

.story__visual { position: relative; }
.story__visual img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  filter: contrast(1.02) saturate(0.95);
}
.story__visual::before {
  content: ""; position: absolute;
  top: 24px; right: -24px;
  width: 100%; height: 100%;
  border: 1px solid var(--gold);
  z-index: -1;
}
.story__visual figcaption {
  margin-top: 18px;
  display: flex; justify-content: space-between; gap: 16px;
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ═══════════════════════════════════════════════════════════════════════════
   COLLECTIONS — asymmetric editorial grid
═══════════════════════════════════════════════════════════════════════════ */
.collections {
  background: var(--paper-2);
  padding-top: 0;
  padding-bottom: var(--pad-y);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.collgrid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  grid-auto-rows: 6vw;
  min-height: 700px;
}

/* Asymmetric placement for editorial feel */
.coll-card { position: relative; overflow: hidden; background: var(--ink); }
.coll-card a { display: block; height: 100%; width: 100%; position: relative; }
.coll-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.coll-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,12,8,0) 35%, rgba(20,12,8,0.78) 100%);
  pointer-events: none;
}
.coll-card__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 28px;
  color: var(--paper);
  z-index: 2;
}
.coll-card__tag {
  display: inline-flex;
  background: var(--paper);
  color: var(--ink);
  padding: 4px 10px;
  font-family: var(--f-mono);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.coll-card__tag strong { color: var(--burgundy); margin-right: 8px; font-weight: 600; }
.coll-card__cap h3 {
  color: var(--paper);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  margin-bottom: 8px;
}
.coll-card__cap p {
  color: rgba(241,230,210,0.78);
  font-size: 0.92rem;
  max-width: 40ch;
}
.coll-card:hover img { transform: scale(1.08); }

/* Asymmetric grid spans */
.coll-1 { grid-column: 1 / span 7; grid-row: span 7; }
.coll-2 { grid-column: 8 / span 5; grid-row: span 4; }
.coll-3 { grid-column: 8 / span 5; grid-row: span 3; }
.coll-4 { grid-column: 1 / span 4; grid-row: span 5; }
.coll-5 { grid-column: 5 / span 4; grid-row: span 5; }
.coll-6 { grid-column: 9 / span 4; grid-row: span 5; }

/* ═══════════════════════════════════════════════════════════════════════════
   EDITORIAL SPREAD — pull-quote with photo
═══════════════════════════════════════════════════════════════════════════ */
.spread {
  background: var(--paper);
  padding: var(--pad-y) var(--pad-x);
}
.spread__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.spread__left { position: relative; }
.spread__left img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(0.08);
}
.spread__left .tag {
  position: absolute; top: 22px; left: 22px;
  background: var(--paper);
  border-color: var(--gold);
  z-index: 2;
}
.spread__copy .quote-mark {
  font-family: var(--f-display);
  font-size: 6rem;
  line-height: 0.6;
  color: var(--gold);
  margin-bottom: 20px;
  display: inline-block;
}
.spread__copy h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-style: italic;
  font-family: var(--f-serif);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 28px;
  color: var(--ink);
}
.spread__copy p { font-size: 1.08rem; line-height: 1.7; margin-bottom: 18px; }
.spread__credit {
  margin-top: 32px; padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 16px;
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ═══════════════════════════════════════════════════════════════════════════
   PROCESS — numbered fitting cards
═══════════════════════════════════════════════════════════════════════════ */
.process {
  background: var(--paper);
  padding: 0 var(--pad-x) var(--pad-y);
}
.process__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.step {
  padding: clamp(32px, 4vw, 50px) clamp(28px, 3vw, 40px);
  border-right: 1px solid var(--line);
  position: relative;
  background: var(--paper);
  transition: background var(--t-base);
}
.step:last-child { border-right: none; }
.step:hover { background: var(--paper-2); }
.step__no {
  font-family: var(--f-display);
  font-size: 4rem;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 20px;
  display: block;
}
.step h3 {
  font-family: var(--f-display);
  font-size: 1.7rem;
  margin-bottom: 14px;
  color: var(--ink);
}
.step p { font-size: 1rem; line-height: 1.65; }
.step__detail {
  margin-top: 26px;
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: flex; align-items: center; gap: 8px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   WHY ALLURA — dark band with numbered list
═══════════════════════════════════════════════════════════════════════════ */
.why {
  background: var(--ink);
  color: var(--paper);
  padding: var(--pad-y) var(--pad-x);
}
[data-theme="dark"] .why { background: #0E0907; }
.why__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 110px); align-items: flex-start;
}
.why__lead h2 { color: var(--paper); }
.why__lead .eyebrow { color: var(--gold-soft); }
.why__lead .eyebrow::before { background: var(--gold-soft); }
.why__lead p { color: rgba(241,230,210,0.78); margin-top: 24px; font-size: 1.05rem; }
.why__list { display: grid; gap: 0; }
.why__list li {
  padding: 30px 0;
  border-top: 1px solid rgba(241,230,210,0.18);
  display: grid; grid-template-columns: 70px 1fr; gap: 28px; align-items: baseline;
}
.why__list li:last-child { border-bottom: 1px solid rgba(241,230,210,0.18); }
.why__list li .mono {
  color: var(--gold-soft);
  font-family: var(--f-display);
  font-size: 1.4rem;
  letter-spacing: 0;
  text-transform: none;
}
.why__list li h3 { color: var(--paper); margin-bottom: 8px; font-family: var(--f-display); }
.why__list li p { color: rgba(241,230,210,0.78); }
.why__list li em { color: var(--gold-soft); font-family: var(--f-serif); }

/* ═══════════════════════════════════════════════════════════════════════════
   TESTIMONIALS — wedding-card style
═══════════════════════════════════════════════════════════════════════════ */
.testimonials {
  background: var(--paper);
  padding-bottom: var(--pad-y);
}
.testimonials__grid {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.t-card {
  background: var(--paper);
  padding: 40px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 22px;
  position: relative;
}
.t-card:last-child { border-right: none; }
.t-card__stars { color: var(--gold); letter-spacing: 5px; font-size: 0.95rem; }
.t-card blockquote {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--ink);
  position: relative;
}
.t-card blockquote::before {
  content: """;
  position: absolute;
  top: -20px; left: -10px;
  font-family: var(--f-display);
  font-size: 4rem;
  line-height: 0;
  color: var(--gold);
  opacity: 0.4;
}
.t-card figcaption {
  display: flex; flex-direction: column; gap: 6px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.t-card figcaption span:first-child {
  font-family: var(--f-display);
  font-size: 1.15rem;
  color: var(--burgundy);
}
[data-theme="dark"] .t-card figcaption span:first-child { color: var(--gold); }
.t-card figcaption .mono { color: var(--ink-mute); }

/* ═══════════════════════════════════════════════════════════════════════════
   BAND — full-bleed interior visual
═══════════════════════════════════════════════════════════════════════════ */
.band {
  position: relative;
  min-height: 70vh;
  display: flex; align-items: center;
  padding: var(--pad-y) var(--pad-x);
  overflow: hidden;
  color: var(--paper);
}
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.band__veil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(20,12,8,0.88) 0%, rgba(20,12,8,0.55) 50%, rgba(20,12,8,0.30) 100%);
}
.band__copy {
  position: relative; z-index: 2;
  max-width: 700px;
  margin: 0 auto 0 0;
}
.band__copy .eyebrow { color: var(--gold-soft); margin-bottom: 26px; }
.band__copy .eyebrow::before { background: var(--gold-soft); }
.band__copy h2 {
  color: var(--paper);
  font-style: italic;
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.18;
  margin-bottom: 28px;
}
.band__copy p { color: rgba(241,230,210,0.85); font-size: 1.05rem; line-height: 1.7; max-width: 50ch; margin-bottom: 18px; }
.band__sig { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.band__sig .script { color: var(--gold-soft); font-size: 2.6rem; }
.band__sig .mono { color: var(--gold-soft); }

/* ═══════════════════════════════════════════════════════════════════════════
   BRANCHES — directory grid
═══════════════════════════════════════════════════════════════════════════ */
.branches {
  background: var(--paper);
  padding-bottom: var(--pad-y);
}
.branches__grid {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.branch {
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: background var(--t-base);
  background: var(--paper);
}
.branch:last-child { border-right: none; }
.branch:hover { background: var(--paper-2); }
.branch--feature {
  background: var(--burgundy);
  color: var(--paper);
}
.branch--feature:hover { background: var(--burgundy-d); }
.branch--feature h3, .branch--feature .mono, .branch--feature p { color: var(--paper); }
.branch--feature .branch__no { color: var(--gold-soft); }
.branch--feature p { color: rgba(241,230,210,0.85); }
.branch__no {
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 18px;
}
.branch h3 {
  font-family: var(--f-display);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: 16px;
  color: var(--ink);
}
.branch p { font-size: 0.92rem; line-height: 1.55; margin-bottom: 24px; flex: 1; color: var(--ink-soft); }
.branch__call {
  font-family: var(--f-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--burgundy);
  font-weight: 600;
  transition: color var(--t-fast);
}
[data-theme="dark"] .branch__call { color: var(--gold); }
.branch--feature .branch__call { color: var(--gold-soft); border-top-color: rgba(241,230,210,0.25); }
.branch--feature .branch__call:hover { color: var(--paper); }
.branch__call:hover { color: var(--gold-deep); }

/* ═══════════════════════════════════════════════════════════════════════════
   FINAL CTA — burgundy with wax seal
═══════════════════════════════════════════════════════════════════════════ */
.cta {
  background: var(--burgundy);
  color: var(--paper);
  padding: var(--pad-y) var(--pad-x);
  text-align: center;
  position: relative; overflow: hidden;
}
.cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(181,149,96,0.22) 0%, transparent 65%);
  pointer-events: none;
}
.cta__inner { max-width: 1000px; margin: 0 auto; position: relative; z-index: 1; }
.cta .seal { color: var(--gold-soft); border-color: var(--gold-soft); margin: 0 auto 40px; }
.cta .seal::before { border-color: var(--gold-soft); }
.cta .seal__inner { font-style: italic; font-family: var(--f-serif); color: var(--gold-soft); }
.cta .seal__year { color: var(--gold-soft); }

.cta__title {
  color: var(--paper);
  font-size: clamp(2.6rem, 6.5vw, 5.4rem);
  font-family: var(--f-display);
  margin: 18px 0 40px;
  line-height: 1.0;
}
.cta__title em { color: var(--gold-soft); font-style: italic; font-family: var(--f-serif); }
.cta__title .line { display: block; }
.cta__buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 36px; }
.cta__buttons .btn--primary { background: var(--paper); color: var(--burgundy); }
.cta__buttons .btn--primary:hover { background: var(--gold-soft); color: var(--burgundy-d); }
.cta__buttons .btn--ghost { color: var(--paper); border-color: rgba(241,230,210,0.5); }
.cta__buttons .btn--ghost:hover { background: var(--paper); color: var(--burgundy); border-color: var(--paper); }
.cta__fine {
  color: rgba(241,230,210,0.75);
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════════════════ */
.foot {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(70px, 9vw, 110px) var(--pad-x) 26px;
}
[data-theme="dark"] .foot { background: #0E0907; }
.foot__top {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 2fr;
  gap: clamp(40px, 6vw, 90px);
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(241,230,210,0.18);
}
.foot__brand .foot__mark { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; color: var(--paper); }
.foot__mark-svg { width: 64px; height: 64px; }
.foot__wordmark {
  font-family: var(--f-display);
  font-size: 1.7rem;
  letter-spacing: 0.4em;
  line-height: 1;
}
.foot__wordmark small {
  display: block;
  font-family: var(--f-mono);
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  color: var(--gold-soft);
  margin-top: 6px;
}
.foot__tag { color: rgba(241,230,210,0.75); max-width: 38ch; font-size: 0.95rem; line-height: 1.6; margin-bottom: 28px; }
.foot__script {
  font-family: var(--f-script);
  font-size: 2.4rem;
  color: var(--gold-soft);
  display: inline-block;
  transform: rotate(-3deg);
}
.foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.foot__col h4 {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 18px;
  font-weight: 500;
}
.foot__col ul { display: flex; flex-direction: column; gap: 10px; }
.foot__col li, .foot__col a {
  color: rgba(241,230,210,0.78);
  font-size: 0.94rem;
  transition: color var(--t-fast);
}
.foot__col a:hover { color: var(--gold-soft); }
.foot__bottom {
  max-width: var(--maxw); margin: 0 auto;
  padding-top: 28px;
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center;
}
.foot__bottom .mono { color: rgba(241,230,210,0.6); font-size: 0.66rem; }
.foot__bottom a { color: var(--gold-soft); }

/* ═══════════════════════════════════════════════════════════════════════════
   PAGE HERO — used on inner pages
═══════════════════════════════════════════════════════════════════════════ */
.page-hero {
  background: var(--paper);
  padding: clamp(60px, 9vw, 130px) var(--pad-x) clamp(50px, 7vw, 90px);
  border-bottom: 1px solid var(--line);
}
.page-hero__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: end;
}
.page-hero__title {
  font-family: var(--f-display);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1.0;
  margin-bottom: 24px;
  color: var(--ink);
}
.page-hero__title em { color: var(--burgundy); font-style: italic; font-family: var(--f-serif); }
[data-theme="dark"] .page-hero__title em { color: var(--gold); }
.page-hero__sub { font-size: 1.1rem; color: var(--ink-soft); line-height: 1.65; max-width: 50ch; }
.page-hero__meta {
  display: flex; flex-direction: column; gap: 18px;
}
.page-hero__meta > div {
  display: flex; flex-direction: column; gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
}
.page-hero__meta > div:first-child { border-top: none; padding-top: 0; }
.page-hero__meta span.mono {
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.page-hero__meta strong {
  color: var(--burgundy);
  font-weight: 500;
  font-family: var(--f-display);
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
[data-theme="dark"] .page-hero__meta strong { color: var(--gold); }

/* ═══════════════════════════════════════════════════════════════════════════
   COLLECTIONS PAGE — feature spreads
═══════════════════════════════════════════════════════════════════════════ */
.spread-feat {
  padding: var(--pad-y) var(--pad-x);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.spread-feat:nth-of-type(even) { background: var(--paper-2); }
.spread-feat__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 110px);
  align-items: center;
}
.spread-feat:nth-of-type(even) .spread-feat__inner { grid-template-columns: 1fr 1fr; direction: rtl; }
.spread-feat:nth-of-type(even) .spread-feat__inner > * { direction: ltr; }
.spread-feat__visual { position: relative; }
.spread-feat__visual img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
}
.spread-feat__visual .tag {
  position: absolute; top: 22px; left: 22px;
  z-index: 3;
}
.spread-feat__visual::after {
  content: ""; position: absolute;
  top: 20px; left: 20px; right: -20px; bottom: -20px;
  border: 1px solid var(--gold);
  z-index: -1;
}
.spread-feat__copy h2 { margin-bottom: 22px; }
.spread-feat__copy h2 em { color: var(--burgundy); font-style: italic; font-family: var(--f-serif); }
[data-theme="dark"] .spread-feat__copy h2 em { color: var(--gold); }
.spread-feat__copy p { font-size: 1.06rem; line-height: 1.7; margin-bottom: 18px; }
.spread-feat__list {
  margin: 30px 0;
  display: grid; gap: 14px;
}
.spread-feat__list li {
  display: grid;
  grid-template-columns: 28px 1fr 80px;
  gap: 14px; align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.spread-feat__list li:last-child { border-bottom: 1px solid var(--line-soft); }
.spread-feat__list .num { font-family: var(--f-mono); color: var(--gold-deep); font-size: 0.7rem; letter-spacing: 0.18em; }
.spread-feat__list .meas { font-family: var(--f-mono); color: var(--ink-mute); font-size: 0.7rem; letter-spacing: 0.14em; text-align: right; }

/* ═══════════════════════════════════════════════════════════════════════════
   JOURNAL — bride feature cards
═══════════════════════════════════════════════════════════════════════════ */
.journal {
  padding: var(--pad-y) var(--pad-x);
  background: var(--paper);
}
.journal__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 5vw, 80px) clamp(30px, 4vw, 60px);
}
.entry { display: flex; flex-direction: column; gap: 22px; }
.entry__visual { position: relative; overflow: hidden; aspect-ratio: 5/6; }
.entry__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--t-slow); }
.entry:hover .entry__visual img { transform: scale(1.04); }
.entry__visual .tag {
  position: absolute; top: 22px; left: 22px;
  background: var(--paper);
  z-index: 2;
}
.entry__meta {
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: flex; gap: 14px;
}
.entry__meta .dot { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; align-self: center; }
.entry h3 {
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.1;
  color: var(--ink);
}
.entry h3 em { color: var(--burgundy); font-style: italic; font-family: var(--f-serif); }
[data-theme="dark"] .entry h3 em { color: var(--gold); }
.entry__excerpt { font-size: 1rem; color: var(--ink-soft); line-height: 1.65; max-width: none; }
.entry__credits {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.entry__credits strong { color: var(--burgundy); font-weight: 600; display: block; margin-bottom: 2px; }
[data-theme="dark"] .entry__credits strong { color: var(--gold); }

/* ═══════════════════════════════════════════════════════════════════════════
   ATELIER PAGE — story sections
═══════════════════════════════════════════════════════════════════════════ */
.manifesto {
  padding: var(--pad-y) var(--pad-x);
  background: var(--paper);
  text-align: center;
}
.manifesto__inner { max-width: 900px; margin: 0 auto; }
.manifesto__lead {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 40px;
}
.manifesto__lead .gold-italic { color: var(--burgundy); font-family: var(--f-serif); }
[data-theme="dark"] .manifesto__lead .gold-italic { color: var(--gold); }
.manifesto__body { font-size: 1.05rem; line-height: 1.75; color: var(--ink-soft); margin: 0 auto 20px; max-width: 62ch; }

.craft {
  padding: 0 var(--pad-x) var(--pad-y);
  background: var(--paper);
}
.craft__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.craft-item { }
.craft-item__no {
  font-family: var(--f-display);
  font-size: 2.4rem;
  color: var(--gold);
  margin-bottom: 14px;
  line-height: 1;
}
.craft-item h3 {
  font-family: var(--f-display);
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.craft-item p { font-size: 0.98rem; line-height: 1.65; }

/* ═══════════════════════════════════════════════════════════════════════════
   VISIT PAGE — booking form
═══════════════════════════════════════════════════════════════════════════ */
.book {
  padding: var(--pad-y) var(--pad-x);
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}
.book__inner {
  max-width: 1000px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.book__copy h2 { margin-bottom: 24px; }
.book__copy h2 em { color: var(--burgundy); font-style: italic; font-family: var(--f-serif); }
[data-theme="dark"] .book__copy h2 em { color: var(--gold); }
.book__copy p { margin-bottom: 18px; font-size: 1.02rem; line-height: 1.65; }
.book__copy .seal { margin-top: 24px; }
.book__copy .seal__inner { color: var(--gold-deep); }

.book__form {
  background: var(--paper);
  padding: clamp(32px, 4vw, 50px);
  border: 1px solid var(--line);
  display: grid; gap: 22px;
}
.book__form label {
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: block;
  margin-bottom: 8px;
}
.book__form input, .book__form select, .book__form textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-family: var(--f-body);
  font-size: 1rem;
  color: var(--ink);
  border-radius: 0;
  transition: border-color var(--t-fast);
}
.book__form input:focus, .book__form select:focus, .book__form textarea:focus {
  outline: none;
  border-color: var(--burgundy);
}
.book__form textarea { resize: vertical; min-height: 100px; }
.book__form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.book__form button {
  width: 100%;
  padding: 18px;
  background: var(--burgundy);
  color: var(--paper);
  font-family: var(--f-mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all var(--t-base);
  margin-top: 10px;
}
.book__form button:hover { background: var(--burgundy-d); transform: translateY(-1px); }

/* ═══════════════════════════════════════════════════════════════════════════
   REVEAL ANIMATIONS — JS-gated for fallback safety
═══════════════════════════════════════════════════════════════════════════ */
html.js-ready .reveal { opacity: 0; transform: translateY(40px); }
html.js-ready .reveal.is-in {
  opacity: 1; transform: translateY(0);
  transition: opacity 0.9s var(--t-slow), transform 0.9s var(--t-slow);
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .nav__inner { grid-template-columns: auto 1fr auto; }
  .nav__links { display: none; }
  .nav__right .btn { display: none; }
  .nav__burger { display: flex; }

  .hero__grid { grid-template-columns: 1fr; }
  .hero__right { min-height: 60vh; }

  .stats__inner { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .stat:nth-child(4), .stat:nth-child(5) { border-right: none; }
  .stat:nth-child(3) { border-right: none; }

  .section-head { grid-template-columns: 1fr; gap: 30px; padding-bottom: 40px; }
  .story__grid, .spread__grid, .spread-feat__inner, .why__grid, .book__inner {
    grid-template-columns: 1fr; gap: 50px;
  }
  .spread-feat:nth-of-type(even) .spread-feat__inner { direction: ltr; }

  .collgrid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 280px;
    min-height: auto;
  }
  .coll-1, .coll-2, .coll-3, .coll-4, .coll-5, .coll-6 {
    grid-column: span 1; grid-row: span 1;
  }
  .coll-1 { grid-column: span 2; grid-row: span 2; }

  .process__grid, .testimonials__grid, .craft__inner {
    grid-template-columns: 1fr;
  }
  .step, .t-card { border-right: none; border-bottom: 1px solid var(--line); }
  .step:last-child, .t-card:last-child { border-bottom: none; }

  .branches__grid { grid-template-columns: repeat(2, 1fr); }
  .branch--feature { grid-column: span 2; }
  .branch { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .branch:nth-child(even) { border-right: none; }

  .foot__top { grid-template-columns: 1fr; }
  .journal__grid { grid-template-columns: 1fr; }
  .page-hero__inner { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .topbar__rating { display: none; }
  .nav__wordmark { font-size: 1.2rem; }
  .nav__mark-svg { width: 44px; height: 44px; }

  .stats__inner { grid-template-columns: 1fr 1fr; gap: 20px; }
  .stat:nth-child(odd) { border-right: 1px solid var(--line-soft); }
  .stat:nth-child(even) { border-right: none; }
  .stat:nth-child(5) { grid-column: span 2; border-right: none; }

  .branches__grid { grid-template-columns: 1fr; }
  .branch--feature { grid-column: span 1; }
  .branch { border-right: none; }

  .foot__cols { grid-template-columns: 1fr; gap: 28px; }
  .why__list li { grid-template-columns: 50px 1fr; gap: 16px; }
  .hero__title { font-size: clamp(2.6rem, 12vw, 4rem); }
  .hero__signature { font-size: 2rem; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; }
  .hero__vlabel { display: none; }
  .hero__photo-tag { left: 20px; right: 20px; bottom: 20px; max-width: none; text-align: center; }

  .cta__buttons { flex-direction: column; align-items: stretch; }
  .cta__buttons .btn { width: 100%; }

  .book__form-row { grid-template-columns: 1fr; }

  .marquee__track { font-size: 1.4rem; gap: 36px; }
  .marquee__track span { gap: 36px; }

  .collgrid { grid-template-columns: 1fr; }
  .coll-1 { grid-column: span 1; grid-row: span 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}



/* ═══════════════════════════════════════════════════════════════════════════
   v3 — PREMIUM POLISH ADDITIONS
═══════════════════════════════════════════════════════════════════════════ */

/* Harden against any sub-pixel horizontal overflow (marquee etc.) */
html, body { overflow-x: clip; }

/* Scroll progress bar — thin gold thread at top */
.scrollbar {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-soft));
  z-index: 200;
  pointer-events: none;
  transition: width 0.1s linear;
}

/* Image clip-path reveal — gowns "unveil" as they enter viewport */
html.js-ready .img-reveal { clip-path: inset(0 0 100% 0); }
html.js-ready .img-reveal.is-in {
  clip-path: inset(0 0 0% 0);
  transition: clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
html.js-ready .img-reveal img { transform: scale(1.12); transition: transform 1.6s cubic-bezier(0.16,1,0.3,1); }
html.js-ready .img-reveal.is-in img { transform: scale(1); }

/* Paper grain texture overlay for atelier warmth (very subtle) */
.grain::before {
  content: ""; position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
[data-theme="dark"] .grain::before { mix-blend-mode: screen; opacity: 0.04; }

/* ── JEWELLERY MACRO GALLERY (collections page jewellery section) ── */
.jwl-gallery {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(40px,5vw,70px) var(--pad-x) 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.jwl-gallery figure { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--ink); }
.jwl-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--t-slow); }
.jwl-gallery figure:hover img { transform: scale(1.08); }
.jwl-gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 16px 12px;
  background: linear-gradient(180deg, transparent, rgba(20,12,8,0.82));
  color: var(--paper);
  font-family: var(--f-mono);
  font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase;
}
.jwl-gallery figcaption strong { color: var(--gold-soft); display: block; font-size: 0.66rem; margin-bottom: 2px; }

/* ── ATELIER RACK GALLERY (atelier page) ── */
.rack-gallery {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
  grid-auto-rows: 300px;
}
.rack-gallery figure { position: relative; overflow: hidden; background: var(--ink); }
.rack-gallery figure:first-child { grid-row: span 2; }
.rack-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--t-slow); }
.rack-gallery figure:hover img { transform: scale(1.06); }
.rack-gallery .tag { position: absolute; top: 18px; left: 18px; z-index: 2; }

/* ── FAQ ACCORDION ── */
.faq { background: var(--paper-2); padding: var(--pad-y) var(--pad-x); border-top: 1px solid var(--line); }
.faq__inner {
  max-width: 980px; margin: 0 auto;
}
.faq__list { margin-top: clamp(30px,4vw,50px); border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 28px 0;
  font-family: var(--f-display);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: var(--ink);
  cursor: pointer;
  transition: color var(--t-fast);
}
.faq__q:hover { color: var(--burgundy); }
[data-theme="dark"] .faq__q:hover { color: var(--gold); }
.faq__icon {
  flex-shrink: 0; width: 26px; height: 26px; position: relative;
}
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; background: var(--gold-deep);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  transition: transform var(--t-base);
}
.faq__icon::before { width: 16px; height: 1.5px; }
.faq__icon::after { width: 1.5px; height: 16px; }
.faq__item.is-open .faq__icon::after { transform: translate(-50%,-50%) scaleY(0); }
.faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1);
}
.faq__a-inner { padding: 0 0 28px; }
.faq__a p { font-size: 1.02rem; line-height: 1.7; color: var(--ink-soft); max-width: 70ch; }
.faq__item.is-open .faq__a { max-height: 320px; }

/* ── PRICING / HOW-RENTAL clarity strip ── */
.pricing { background: var(--paper); padding: var(--pad-y) var(--pad-x); }
.pricing__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 0; border: 1px solid var(--line);
}
.price-card {
  padding: clamp(30px,3.5vw,46px);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.price-card:last-child { border-right: none; }
.price-card--feature { background: var(--burgundy); color: var(--paper); }
.price-card--feature h3, .price-card--feature .price-card__from, .price-card--feature p { color: var(--paper); }
.price-card--feature .price-card__amt { color: var(--gold-soft); }
.price-card__tier { font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 18px; }
.price-card--feature .price-card__tier { color: var(--gold-soft); }
.price-card__from { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 6px; }
.price-card__amt { font-family: var(--f-display); font-size: clamp(2rem,3vw,2.8rem); color: var(--burgundy); line-height: 1; margin-bottom: 18px; }
[data-theme="dark"] .price-card__amt { color: var(--gold); }
.price-card p { font-size: 0.96rem; line-height: 1.6; margin-bottom: 22px; flex: 1; }
.price-card ul { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.price-card li { font-size: 0.9rem; color: var(--ink-soft); display: flex; gap: 10px; align-items: baseline; }
.price-card--feature li { color: rgba(241,230,210,0.88); }
.price-card li::before { content: "✦"; color: var(--gold); font-size: 0.7em; flex-shrink: 0; }
.price-card--feature li::before { color: var(--gold-soft); }

@media (max-width: 1024px) {
  .jwl-gallery { grid-template-columns: repeat(2,1fr); }
  .rack-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .rack-gallery figure:first-child { grid-row: span 1; grid-column: span 2; }
  .pricing__grid { grid-template-columns: 1fr; }
  .price-card { border-right: none; border-bottom: 1px solid var(--line); }
  .price-card:last-child { border-bottom: none; }
}
@media (max-width: 640px) {
  .jwl-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .rack-gallery { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .rack-gallery figure:first-child { grid-column: span 1; }
}
