/* ═══════════════════════════════════════════════════════════════════════════
   COLONY SHOP & BRIDAL LOFT — Design System v1
   ───────────────────────────────────────────────────────────────────────────
   Palette: champagne heritage bridal — Iowa boutique, not Indian atelier.
   Named after the brand's WORLD per site-forge design system:

     --champagne   #F8F1EB  warm ivory page ground (≡ --paper)
     --ivory       #EFE4DA  panel surface (≡ --paper-2)
     --blush-sep   #E8D9CE  soft divider (≡ --cream)
     --midnight    #1C1318  near-black ink
     --rose        #8C4A52  colonial dusty rose — brand primary (≡ --burgundy)
     --gilt        #B39060  antique brass accent (≡ --gold)

   Typography (carried from template):
     Italiana          — display couture serif (Google)
     Cormorant Garamond — italic emotional pulls (Google)
     Inter Tight       — clean modern body (Google)
     Caveat            — handwritten "Colony Shop" signature (Google)
     JetBrains Mono    — tag codes, captions, vertical labels (Google)
═══════════════════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body { line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
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 — champagne heritage bridal ── */
  --paper:      #F8F1EB;   /* champagne veil */
  --paper-2:    #EFE4DA;   /* warm ivory panel */
  --cream:      #E8D9CE;   /* blush separator */
  --ink:        #1C1318;   /* midnight near-black */
  --ink-soft:   #3A2832;   /* warm deep */
  --ink-mute:   #6B5A55;   /* muted warm grey */
  --burgundy:   #8C4A52;   /* colonial dusty rose — brand primary */
  --burgundy-d: #6B3540;   /* deepened rose */
  --gold:       #B39060;   /* antique brass */
  --gold-soft:  #D4B888;   /* light gilt */
  --gold-deep:  #8A6C3A;   /* WCAG-safe dark brass for labels */
  --sage:       #8A9B7F;   /* botanical green accent */
  --kumkum:     #C47A70;   /* warm blush spot (replaces kumkum red) */
  --line:       rgba(28,19,24,0.14);
  --line-soft:  rgba(28,19,24,0.07);

  /* ── type ── */
  --f-display: 'Italiana', 'Cormorant Garamond', Georgia, serif;
  --f-serif:   'Cormorant Garamond', 'Italiana', 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;

  /* ── 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(28,19,24,0.4);
  --shadow-card: 0 24px 60px -40px rgba(28,19,24,0.3);
}

[data-theme="dark"] {
  --paper:      #160F12;
  --paper-2:    #1E151A;
  --cream:      #261C20;
  --ink:        #F8F1EB;
  --ink-soft:   #D9C9C3;
  --ink-mute:   #9C8A84;
  --burgundy:   #D47A86;
  --burgundy-d: #B05C6A;
  --gold:       #D4B888;
  --gold-soft:  #B39060;
  --gold-deep:  #8A6C3A;
  --sage:       #A4B498;
  --kumkum:     #E8A097;
  --line:       rgba(248,241,235,0.16);
  --line-soft:  rgba(248,241,235,0.07);
}

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); }

/* ─────────────────── TAG (boutique label 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;
}
.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 ─────────────────── */
.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 ─────────────────── */
.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(248, 241, 235, 0.88);
  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(22, 15, 18, 0.88); }
.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;
  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;
}

/* ═══════════════════════════════════════════════════════════════════════════
   MARQUEE
═══════════════════════════════════════════════════════════════════════════ */
.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 55s 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 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
═══════════════════════════════════════════════════════════════════════════ */
.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
═══════════════════════════════════════════════════════════════════════════ */
.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__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;
}
.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(28,19,24,0) 35%, rgba(28,19,24,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(248,241,235,0.78); font-size: 0.92rem; max-width: 40ch; }
.coll-card:hover img { transform: scale(1.08); }
.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
═══════════════════════════════════════════════════════════════════════════ */
.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 steps (4-column on desktop)
═══════════════════════════════════════════════════════════════════════════ */
.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(4, 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 COLONY SHOP — dark band with numbered list
═══════════════════════════════════════════════════════════════════════════ */
.why { background: var(--ink); color: var(--paper); padding: var(--pad-y) var(--pad-x); }
[data-theme="dark"] .why { background: #120D10; }
.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(248,241,235,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(248,241,235,0.18); display: grid; grid-template-columns: 70px 1fr; gap: 28px; align-items: baseline; }
.why__list li:last-child { border-bottom: 1px solid rgba(248,241,235,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(248,241,235,0.78); }
.why__list li em { color: var(--gold-soft); font-family: var(--f-serif); }

/* ═══════════════════════════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════════════════════════ */
.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: "\201C"; 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 boutique 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(28,19,24,0.88) 0%, rgba(28,19,24,0.55) 50%, rgba(28,19,24,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(248,241,235,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); }

/* ═══════════════════════════════════════════════════════════════════════════
   LOCATION / BRANCHES
═══════════════════════════════════════════════════════════════════════════ */
.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(248,241,235,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(248,241,235,0.25); }
.branch--feature .branch__call:hover { color: var(--paper); }
.branch__call:hover { color: var(--gold-deep); }

/* ═══════════════════════════════════════════════════════════════════════════
   FINAL CTA
═══════════════════════════════════════════════════════════════════════════ */
.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(179,144,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(248,241,235,0.5); }
.cta__buttons .btn--ghost:hover { background: var(--paper); color: var(--burgundy); border-color: var(--paper); }
.cta__fine { color: rgba(248,241,235,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: #120D10; }
.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(248,241,235,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(248,241,235,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(248,241,235,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(248,241,235,0.6); font-size: 0.66rem; }
.foot__bottom a { color: var(--gold-soft); }

/* ═══════════════════════════════════════════════════════════════════════════
   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; }

/* ═══════════════════════════════════════════════════════════════════════════
   SERVICES / PRICING
═══════════════════════════════════════════════════════════════════════════ */
.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(248,241,235,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); }

/* ═══════════════════════════════════════════════════════════════════════════
   REVEAL ANIMATIONS — JS-gated, fails open
═══════════════════════════════════════════════════════════════════════════ */
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); }
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); }

/* ═══════════════════════════════════════════════════════════════════════════
   SCROLL PROGRESS + GRAIN
═══════════════════════════════════════════════════════════════════════════ */
.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; }

.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; }

/* ═══════════════════════════════════════════════════════════════════════════
   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(3) { border-right: none; }
  .stat:nth-child(4), .stat:nth-child(5) { border-right: none; }

  .section-head { grid-template-columns: 1fr; gap: 30px; padding-bottom: 40px; }
  .story__grid, .spread__grid, .why__grid { grid-template-columns: 1fr; gap: 50px; }

  .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 { grid-template-columns: repeat(2, 1fr); }
  .step { border-bottom: 1px solid var(--line); }
  .step:nth-child(even) { border-right: none; }

  .testimonials__grid { grid-template-columns: 1fr; }
  .t-card { border-right: none; border-bottom: 1px solid var(--line); }
  .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; }

  .pricing__grid { grid-template-columns: 1fr; }
  .price-card { border-right: none; border-bottom: 1px solid var(--line); }
  .price-card:last-child { border-bottom: none; }

  .foot__top { grid-template-columns: 1fr; }
}

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

  .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; }

  .process__grid { grid-template-columns: 1fr; }
  .step { 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%; }

  .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; }
  .grain::before { display: none; }
}
