/* ============================================================================
   The House — site styles for the Folk with Folks landing page.
   Reads tokens from colors_and_type.css.
   ============================================================================ */

/* ---------- Page reset + base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

body {
  background-color: var(--bg, #F4ECDD);
  background-image: var(--grain);
  background-size: var(--grain-size);
  color: var(--fg1);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--terracotta); color: var(--paper); }

/* fixed paper-grain overlay so it sits over deep blocks too */
.grain-overlay {
  position: fixed; inset: 0;
  pointer-events: none; z-index: 1;
  background-image: var(--grain);
  background-size: var(--grain-size);
  opacity: 0.6;
}

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 var(--sp-5); }
.wrap-narrow { max-width: 760px; margin: 0 auto; padding: 0 var(--sp-5); }
section { padding: var(--sp-9) 0; position: relative; z-index: 2; }
@media (max-width: 768px) { section { padding: var(--sp-7) 0; } }

/* ---------- Type helpers ---------- */
.h-display { font-family: var(--font-display); font-weight: 800; letter-spacing: var(--tracking-display); line-height: var(--lh-tight); margin: 0; }
.h-story   { font-family: var(--font-story); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
h1.h-display { font-size: clamp(44px, 6.4vw, 84px); }
h2.h-display { font-size: clamp(32px, 4.2vw, 56px); }
h3.h-display { font-size: clamp(22px, 2vw, 28px); line-height: 1.15; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terracotta);
}
.eyebrow::before {
  content: ""; width: 22px; height: 2px; background: var(--terracotta);
}
.lead { font-size: clamp(18px, 1.4vw, 21px); line-height: 1.55; color: var(--fg2); }
.mark { color: var(--terracotta); }
.mark-italic { font-family: var(--font-story); font-style: italic; font-weight: 500; color: var(--terracotta); }
.mark-band { background: var(--marigold); color: var(--ink); padding: 0 0.14em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  border-bottom: var(--border);
  backdrop-filter: saturate(1.1) blur(2px);
  -webkit-backdrop-filter: saturate(1.1) blur(2px);
}
.header-inner { display: flex; align-items: center; height: 72px; gap: var(--sp-5); }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -0.03em; }
.brand .mark { font-family: var(--font-story); font-style: italic; font-weight: 500; color: var(--terracotta); padding: 0 0.18em; }
.brand .symbol { width: 34px; height: 34px; flex: none; }
.nav-links { display: flex; gap: 26px; margin-left: 22px; list-style: none; padding: 0; margin-top: 0; margin-bottom: 0; }
.nav-link { font-weight: 600; font-size: 14.5px; padding: 4px 0; border-bottom: 2px solid transparent; }
.nav-link:hover { border-bottom-color: var(--terracotta); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 16px;
  color: var(--ink); background: var(--terracotta);
  border: var(--border); border-radius: var(--radius);
  padding: 12px 20px; cursor: pointer;
  transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
  text-decoration: none;
}
.btn:hover  { background: #CC5942; }
.btn:active { background: var(--terracotta-press); transform: translate(2px, 2px); }
.btn--shadow { box-shadow: var(--shadow-hard); }
.btn--shadow:active { box-shadow: 2px 2px 0 0 var(--ink); }
.btn--ghost { background: transparent; }
.btn--ghost:hover { background: var(--ink-12); }
.btn--marigold { background: var(--marigold); }
.btn--marigold:hover { background: #EEAE54; }
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: #3A322B; }
.btn .arrow { transition: transform 200ms ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Hero ---------- */
.hero { padding: var(--sp-7) 0 var(--sp-8); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: var(--sp-8); align-items: center; }
@media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; gap: var(--sp-6); } }
.hero-title { font-size: clamp(46px, 6.6vw, 86px); margin: 14px 0 18px; }
.hero-lead { max-width: 30ch; margin: 0 0 var(--sp-5); }
.hero-actions { display: flex; gap: var(--sp-3); flex-wrap: wrap; margin-bottom: var(--sp-5); }
.hero-trust { display: flex; gap: 22px; font-size: 13px; color: var(--fg2); flex-wrap: wrap; }
.hero-trust .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); display: inline-block; margin-right: 8px; vertical-align: 2px; }

.hero-stage {
  position: relative; aspect-ratio: 4/5;
  background: var(--paper-deep);
  border: var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hard);
  overflow: hidden;
  rotate: -1.2deg;
}
.hero-stage .photo {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(1.05);
}
/* Torana arch crowning the hero image */
.hero-stage .torana-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: url("assets/torana-frame.svg") no-repeat top center / 70% auto;
  opacity: 0.0;
  mix-blend-mode: multiply;
}
.hero-tag {
  position: absolute; top: -14px; right: -10px;
  background: var(--ink); color: var(--paper);
  font-family: var(--font-body); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700;
  padding: 8px 14px; border-radius: var(--radius-pill);
  border: var(--border); transform: rotate(6deg);
  box-shadow: var(--shadow-hard-sm);
}
.hero-corner-motif {
  position: absolute; pointer-events: none;
  width: 96px; height: 96px; opacity: 0.6;
}
.hero-corner-motif.bl { left: -30px; bottom: -10px; }
.hero-corner-motif.tr { right: -10px; top: 8%; }

/* ---------- Divider ---------- */
.divider { display: flex; align-items: center; justify-content: center; gap: 18px; max-width: 520px; margin: 0 auto; padding: var(--sp-3) 0; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--ink-45), transparent); }
.divider .motif-mark { width: 22px; height: 22px; }

/* ---------- Cast turnaround (3D scroll) ---------- */
.cast { background: var(--paper-deep); border-top: var(--border); border-bottom: var(--border); padding: 0; position: relative; z-index: auto; }
.cast-sticky {
  position: sticky; top: 0;
  height: 100vh; width: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
/* Warm tabletop pool of light */
.cast-sticky::before {
  content: ""; position: absolute; z-index: 0;
  width: 84vh; height: 84vh;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(232,163,61,0.30) 0%,
    rgba(194,78,58,0.10) 45%,
    transparent 70%);
  pointer-events: none;
}
/* 3D cast renders in front of the sticky header; pointer-events:none keeps the nav clickable through it */
#cast-canvas { width: 100%; height: 100%; display: block; position: relative; z-index: 31; pointer-events: none; }

/* Pinned title */
.cast-title {
  position: absolute; z-index: 32; pointer-events: none;
  top: clamp(90px, 13vh, 116px); left: clamp(20px, 4vw, 56px);
  max-width: min(42ch, 46vw);
}
.cast-title h2 { font-size: clamp(28px, 3.6vw, 48px); margin: 14px 0 6px; }
.cast-hint {
  font-family: var(--font-body); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg3); margin-top: 6px;
}
.cast-hint .bob { display: inline-block; animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(4px)} }

/* Torana stage backdrop behind models */
.cast-torana {
  position: absolute; z-index: 0;
  top: 4vh; left: 50%; transform: translateX(-50%);
  width: min(620px, 70vw); height: 80vh;
  background: url("assets/torana-frame.svg") no-repeat center / contain;
  opacity: 0; mix-blend-mode: multiply;
  transition: opacity 400ms ease;
  pointer-events: none;
}
.cast-torana.on { opacity: 0.18; }

/* Dossier panel (right side) — name, sentence list, chips, CTA */
.cast-panel {
  position: absolute; z-index: 33;
  top: 50%; right: clamp(20px, 4vw, 56px);
  transform: translateY(-50%);
  width: min(360px, 38vw);
  display: grid;
  pointer-events: none;
}
.dossier {
  grid-area: 1 / 1;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  border: var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-hard);
  padding: clamp(20px, 1.9vw, 28px);
  text-align: left;
  opacity: 0; transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
  pointer-events: none;
}
.dossier.active { opacity: 1; transform: none; pointer-events: auto; }

.dossier-eyebrow {
  font-family: var(--font-body); font-weight: 700; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--terracotta);
}
.dossier-name {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(26px, 2.6vw, 38px); line-height: 1.04;
  letter-spacing: var(--tracking-display); color: var(--ink); margin: 8px 0 3px;
}
.dossier-name em { font-family: var(--font-story); font-style: italic; color: var(--terracotta); font-weight: 500; }
.dossier-sub {
  font-family: var(--font-body); font-weight: 600; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg3);
}

/* Sentence list — left-aligned, well-spaced; active one lights up by scroll */
.dossier-caps { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.cap {
  display: flex; gap: 10px; align-items: flex-start;
  font-family: var(--font-story); font-size: 15.5px; line-height: 1.4;
  color: var(--fg2); opacity: 0.5;
  transition: opacity .35s ease, color .35s ease;
}
.cap::before {
  content: ""; flex: none; width: 7px; height: 7px; margin-top: 0.5em;
  border-radius: 50%; border: 1.5px solid var(--ink); background: transparent;
  transition: background .35s ease, transform .35s ease;
}
.cap.active { opacity: 1; color: var(--ink); }
.cap.active::before { background: var(--terracotta); transform: scale(1.3); }

/* Stat chips */
.dossier-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.dossier-tags .tag {
  font-family: var(--font-body); font-weight: 600; font-size: 11.5px; letter-spacing: 0.03em;
  color: var(--ink); background: var(--paper-deep); border: 1.5px solid var(--ink);
  border-radius: 999px; padding: 4px 11px;
}

/* CTA */
.dossier-cta { margin-top: 18px; }
.dossier-cta .btn { width: 100%; justify-content: center; font-size: 15px; padding: 11px 18px; }

/* Progress dots (bottom centre) */
.cast-progress {
  position: absolute; z-index: 32; pointer-events: none;
  bottom: clamp(28px, 5vh, 44px); left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; align-items: center;
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ink-12); border: 1.5px solid var(--ink); transition: background .3s ease, transform .3s ease; }
.dot.active { background: var(--terracotta); transform: scale(1.3); }

/* Angle readout (bottom left) */
.cast-angle {
  position: absolute; z-index: 32; pointer-events: none;
  bottom: clamp(28px, 5vh, 44px); left: clamp(20px, 4vw, 56px);
  font-family: var(--font-body); font-size: 11px; letter-spacing: 0.22em;
  color: var(--fg3); font-variant-numeric: tabular-nums; opacity: 0.7;
}

/* ============================================================
   MOBILE — Cast turnaround
   ------------------------------------------------------------
   The previous block referenced classes (.cast-nameplate,
   .np-name, .cast-captions) that don't exist in this build, so
   the dossier panel never actually relocated on phones — it
   stayed pinned to the right at vertical-centre and grew wider,
   overlapping the puppet. Fix: pin the panel to the BOTTOM,
   compress it heavily, hide the long caption list (the model
   is the star on mobile), and translucent-paper the background
   so the puppet still reads through.
   ============================================================ */
@media (max-width: 720px) {
  /* Title block — keep only eyebrow + tiny h2 up top */
  .cast-title {
    top: clamp(70px, 10vh, 88px);
    left: 0; right: 0;
    max-width: 92%;
    margin: 0 auto;
    padding: 0 clamp(12px, 3vw, 18px);
    text-align: center;
  }
  .cast-title h2 { font-size: 20px; margin: 6px 0 4px; }
  .cast-hint { font-size: 10px; letter-spacing: 0.16em; }

  /* The panel: bottom-pinned strip, full width with gutters */
  .cast-panel {
    top: auto;
    right: 0; left: 0;
    bottom: clamp(58px, 11vh, 86px);
    transform: none;
    width: auto;
    margin: 0 clamp(12px, 3vw, 18px);
    pointer-events: auto;
  }

  /* Dossier — compact, frosted khadi paper so the model peeks through */
  .dossier {
    padding: 12px 14px 12px;
    background: color-mix(in srgb, var(--paper) 94%, transparent);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-hard-sm);
  }
  .dossier-eyebrow { font-size: 10px; letter-spacing: 0.16em; }
  .dossier-name    { font-size: 22px; line-height: 1.05; margin: 4px 0 2px; }
  .dossier-sub     { font-size: 10px; letter-spacing: 0.12em; }

  /* Caption list is the height-killer on mobile. Hide all caps,
     show only the active one — it becomes a rotating subtitle
     that changes as you scroll through the character. */
  .dossier-caps {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    min-height: 2.6em;
    position: relative;
  }
  .cap {
    display: none;
    font-size: 12.5px;
    line-height: 1.35;
  }
  .cap.active {
    display: flex;
    opacity: 1;
    color: var(--ink);
  }
  .cap.active::before {
    margin-top: 0.45em;
  }

  /* Stat chips: row, smaller */
  .dossier-tags { gap: 5px; margin-top: 8px; }
  .dossier-tags .tag {
    font-size: 10px;
    padding: 2px 9px;
    border-width: 1px;
  }

  /* CTA: smaller padding, font */
  .dossier-cta { margin-top: 10px; }
  .dossier-cta .btn {
    font-size: 13px;
    padding: 9px 14px;
  }

  /* Progress dots — tuck under the title up top */
  .cast-progress {
    bottom: auto;
    top: clamp(46px, 8vh, 62px);
  }

  /* Angle readout is desktop fluff — hide it on a phone */
  .cast-angle { display: none; }
}

/* ============================================================
   MOBILE — Header (the nav-label wrap-each-word bug)
   ------------------------------------------------------------
   On a 380-ish viewport the four nav labels were wrapping at
   their internal space ("The cast" → "The" / "cast"). They
   couldn't fit beside brand + CTA + cart anyway. So on phones
   we hide the nav links entirely and keep only the brand + CTA
   + cart icon. The CTA also doubles as a section jump.
   ============================================================ */
@media (max-width: 720px) {
  .nav-links { display: none; }
  .brand { white-space: nowrap; }
  .brand .symbol { width: 26px; height: 26px; }
  .brand span { font-size: 17px; }
  .header-actions .btn {
    padding: 7px 12px !important;
    font-size: 13px !important;
  }
  .header-inner { gap: 10px; }
}

/* ============================================================
   MOBILE — Hero polish (sub-480px tighten)
   ============================================================ */
@media (max-width: 480px) {
  .hero-title { font-size: 32px; line-height: 1.05; }
  .hero-lead  { font-size: 15px; }
  .hero-actions .btn { padding: 10px 14px; font-size: 14px; }
  .hero-trust { gap: 12px; font-size: 11px; }
  .hero-tag { font-size: 10px; padding: 6px 10px; }
  .hero-stage { max-width: 100%; }
}

/* ---------- Kits grid ---------- */
.kits-head { display: flex; align-items: end; justify-content: space-between; gap: var(--sp-5); margin-bottom: var(--sp-6); flex-wrap: wrap; }
.kits-head h2 { max-width: 22ch; }
.kits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
@media (max-width: 920px) { .kits-grid { grid-template-columns: 1fr; } }

.kit {
  background: var(--card); border: var(--border); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.kit:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow-hard); }
.kit-thumb {
  position: relative;
  aspect-ratio: 4/3;
  border-bottom: var(--border);
  background: var(--paper-deep);
  display: grid; place-items: center;
  overflow: hidden;
}
.kit-thumb::after {
  content: ""; position: absolute; inset: 0;
  background-image: var(--grain); background-size: var(--grain-size);
  opacity: 0.5; pointer-events: none;
}
.kit-thumb .chip {
  position: absolute; top: 12px; left: 12px;
  background: var(--marigold); color: var(--ink);
  font-family: var(--font-body); font-weight: 700;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  border: var(--border); border-radius: var(--radius-pill);
  padding: 4px 10px; z-index: 2;
}
.kit-thumb .character {
  position: relative; z-index: 1;
  width: 60%; aspect-ratio: 1; display: grid; place-items: center;
  font-family: var(--font-body); color: var(--fg3);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
}
.kit-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 1; }
.kit-body { padding: var(--sp-5); display: flex; flex-direction: column; gap: 8px; flex: 1; }
.kit h3 { margin: 0; }
.kit p { font-size: 15px; line-height: 1.5; color: var(--fg2); margin: 0; flex: 1; }
.kit-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.kit-price { font-family: var(--font-display); font-weight: 800; font-size: 22px; }
.kit-tag {
  font-family: var(--font-body); font-weight: 600;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--fg3); margin-bottom: 4px;
}

/* ---------- Story band ---------- */
.story-band {
  background: var(--indigo); color: var(--paper);
  border-top: var(--border); border-bottom: var(--border);
  text-align: center;
  background-image: var(--grain-deep);
  background-size: var(--grain-size);
  position: relative;
}
.story-band .eyebrow { color: var(--marigold); }
.story-band .eyebrow::before { background: var(--marigold); }
.story-band .quote {
  font-family: var(--font-story); font-style: italic; font-weight: 400;
  font-size: clamp(24px, 3.4vw, 44px);
  line-height: 1.25; letter-spacing: -0.01em;
  color: var(--paper); max-width: 22ch; margin: 24px auto 18px;
}
.story-band .quote .mark { color: var(--marigold); }
.story-band .by {
  font-family: var(--font-body); font-weight: 600;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(244,236,221,0.7);
}

/* ---------- Newsletter ---------- */
.news-card {
  background: var(--card); border: var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hard);
  padding: var(--sp-7) var(--sp-7);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--sp-6); align-items: center;
}
@media (max-width: 800px) { .news-card { grid-template-columns: 1fr; padding: var(--sp-6) var(--sp-5); } }
.news-card h2 { margin-bottom: 12px; }
.news-card p { color: var(--fg2); font-size: 15.5px; }
.news-form { display: flex; gap: 10px; flex-wrap: wrap; }
.news-form input {
  flex: 1 1 240px; font-family: var(--font-body); font-size: 16px;
  background: #fff8ed; border: var(--border); border-radius: var(--radius);
  padding: 12px 16px; color: var(--ink); min-width: 0;
}
.news-form input:focus { outline: none; box-shadow: var(--shadow-hard-accent); }
.news-note { font-size: 12px; color: var(--fg3); margin-top: 12px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink); color: var(--paper);
  border-top: var(--border);
  background-image: var(--grain-deep);
  background-size: var(--grain-size);
  padding: var(--sp-8) 0 var(--sp-5);
}
.foot-motifs { display: flex; justify-content: center; gap: 18px; margin-bottom: var(--sp-6); }
.foot-motifs svg { width: 26px; height: 26px; color: var(--marigold); opacity: 0.7; }
.foot-quote { text-align: center; font-family: var(--font-story); font-style: italic; font-size: clamp(22px, 2.4vw, 32px); color: var(--paper); margin-bottom: 8px; }
.foot-pillars { text-align: center; font-family: var(--font-body); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--marigold); margin-bottom: var(--sp-7); }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--sp-5); }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: var(--sp-5); } }
.foot-brand { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -0.03em; margin-bottom: 8px; }
.foot-brand .mark { font-family: var(--font-story); font-style: italic; color: var(--terracotta); padding: 0 0.18em; }
.foot-tag { font-size: 14px; color: rgba(244,236,221,0.7); max-width: 32ch; }
.foot-col h4 { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--marigold); margin: 0 0 12px; }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.foot-col a { font-size: 14px; color: rgba(244,236,221,0.75); }
.foot-col a:hover { color: var(--paper); }
.foot-base {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(244,236,221,0.15);
  margin-top: var(--sp-7); padding-top: var(--sp-4);
  font-size: 12px; color: rgba(244,236,221,0.55);
  gap: var(--sp-3); flex-wrap: wrap;
}

/* ---------- Reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Tweaks-driven theme variants ---------- */
body[data-tone="warm"] { --bg: #F4ECDD; }
body[data-tone="deep"] { --bg: #EADDC6; }
body[data-tone="indigo"] { --bg: #2E3A59; color: var(--paper); }
body[data-tone="indigo"] .hero-stage,
body[data-tone="indigo"] .kit,
body[data-tone="indigo"] .news-card { background: var(--paper); }

body[data-accent="terracotta"] { --accent-live: var(--terracotta); }
body[data-accent="marigold"]   { --accent-live: var(--marigold); }
body[data-accent="neem"]       { --accent-live: var(--neem); }
body[data-accent="indigo"]     { --accent-live: var(--indigo); }
