/* ==========================================================================
   BAM Savings — site stylesheet
   The vault artwork is drawn by vault.js and styled by vault/bam-vault.css;
   this file only positions and fades the slot. Design notes: docs/DESIGN-NOTES.md
   ========================================================================== */

:root {
  --bg: #070708;
  --bg-2: #0b0b0d;
  --line: rgba(255, 255, 255, 0.10);
  --line-2: rgba(255, 255, 255, 0.18);
  --text: #eceae4;
  --text-2: rgba(236, 234, 228, 0.72);   /* ≥ 7:1 on the ground */
  --text-3: rgba(236, 234, 228, 0.58);   /* ≥ 4.5:1 — small mono labels use this */
  --gold: #d4a53a;
  --gold-2: #f0cf78;
  --gold-dim: rgba(212, 165, 58, 0.45);

  --sans: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --wrap: 1240px;
  --gutter: clamp(20px, 5vw, 72px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }
html.no-motion { scroll-behavior: auto; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap, .wrap[role="list"] { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.mono {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: #000; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
/* Visible focus everywhere (keyboard users) */
:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 3px; }
.btn:focus-visible { outline-offset: 4px; }

h1, h2, h3 { font-weight: 700; letter-spacing: -0.035em; line-height: 1.02; }
.eyebrow {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 24px;
}
.eyebrow--gold { color: var(--gold); }

[data-parallax] { transform: translateY(var(--py, 0px)); will-change: transform; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 52px; padding: 0 28px;
  font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; border-radius: 2px; border: 1px solid transparent; white-space: nowrap;
  transition: transform 240ms var(--ease), background 180ms, color 180ms, border-color 180ms;
}
.btn--primary { background: linear-gradient(135deg, #f0cf78 0%, #d4a53a 45%, #b8892a 100%); color: #120e04; }
.btn--primary:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: 0 10px 30px -10px rgba(212,165,58,0.6); }
.btn--link { padding: 0; height: auto; color: var(--text-2); border: 0; position: relative; }
.btn--link::after { content: "→"; font-family: var(--sans); transition: transform 200ms var(--ease); }
.btn--link:hover { color: var(--gold-2); }
.btn--link:hover::after { transform: translateX(4px); }
.btn--sm { height: 40px; padding: 0 18px; font-size: 11px; }
.btn--lg { height: 58px; padding: 0 34px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding-block: 20px;
  transition: padding 260ms, background 260ms, border-color 260ms;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  padding-block: 12px;
  background: rgba(7, 7, 8, 0.96);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand__logo { width: 96px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 40px; }
.site-nav__links { display: flex; gap: 32px; }
.site-nav__links a {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-3); text-decoration: none; transition: color 160ms;
}
.site-nav__links a:hover { color: var(--text); }

/* ======================================================================
   HERO — copy only
   ====================================================================== */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center;
  padding-top: 120px; padding-bottom: 96px;
}
.hero__inner { max-width: 1160px; margin-inline: auto; text-align: center; }
.hero .eyebrow {
  margin-bottom: 30px;
  font-family: var(--mono); font-size: clamp(12px, 1.3vw, 16px); font-weight: 500;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold);
}
.hero .eyebrow::after { content: ""; display: block; width: 36px; height: 1px; margin: 12px auto 0; background: var(--gold-dim); }
.hero__headline {
  font-size: clamp(44px, 7vw, 116px);
  font-weight: 800; letter-spacing: -0.045em; line-height: 0.96;
  max-width: 15ch; margin: 0 auto 32px; text-wrap: balance;
}
/* Colour swipe on "Better pricing" only: --sw (0–100%) is written by
   script.js from scroll; the letters turn gold left → right. */
.hero__swipe {
  --sw: 0%;
  background-image: linear-gradient(90deg, #f0cf78 0%, #d4a53a calc(var(--sw) - 8%), var(--text) calc(var(--sw) + 8%), var(--text) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
html.no-motion .hero__swipe { --sw: 100%; }
.hero__subhead { font-size: clamp(18px, 1.7vw, 26px); color: var(--text-2); max-width: 54ch; margin: 0 auto 40px; line-height: 1.5; }
.hero__actions .btn--primary { height: 58px; padding: 0 34px; font-size: 13px; }
.hero__actions .btn--link { font-size: 13px; }
.hero__actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; margin-bottom: 24px; }
.hero__note { color: var(--text-3); }
.hero__cue {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  color: var(--text-3); display: flex; align-items: center; gap: 12px;
}
.hero__cue::before { content: ""; width: 1px; height: 28px; background: linear-gradient(180deg, transparent, var(--gold)); }

/* ======================================================================
   THE SAVINGS VAULT — pinned scene
   ====================================================================== */
.combo {
  position: relative; height: 690vh;   /* overwritten by script.js from the timeline */
  /* Vault geometry, shared by title / captions / reveal so they stay aligned. */
  --dial-w: min(52vh, 540px);
  --dial-dy: -6vh;                                  /* centre offset from viewport centre: negative = up */
  --dial-top: calc(50vh + var(--dial-dy) - var(--dial-w) / 2);
  --dial-bottom: calc(50vh + var(--dial-dy) + var(--dial-w) / 2);
  --nav-h: 96px;
}
.combo__sticky {
  position: sticky; top: 0;
  height: 100vh; height: 100svh;
  overflow: hidden;
}

/* Title above the vault */
.combo__title {
  position: absolute; left: 0; right: 0;
  top: calc(var(--nav-h) + 18px);
  text-align: center;
  font-family: var(--mono); font-size: clamp(12px, 1.3vw, 16px); font-weight: 500;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold);
}
.combo__title::after {
  content: ""; display: block; width: 36px; height: 1px; margin: 12px auto 0; background: var(--gold-dim);
}

/* Captions: centred in the band between the bottom of the vault and the
   bottom of the viewport (vault on top, text below). */
.combo__captions {
  position: absolute; left: 0; right: 0;
  top: var(--dial-bottom);
  bottom: 0;
  pointer-events: none;
}
.combo__caption {
  position: absolute; left: var(--gutter); right: var(--gutter); top: 50%;
  text-align: center;
  max-width: 1000px; margin-inline: auto;
  opacity: var(--v, 0);
  transform: translateY(calc(-50% + (1 - var(--v, 0)) * 18px));
}
.combo__caption-number { display: block; color: var(--gold); margin-bottom: 18px; }
.combo__caption-title {
  font-size: clamp(32px, 4.8vw, 68px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 14px;
  text-wrap: balance;
}
.combo__caption-body { color: var(--text-2); font-size: clamp(16px, 1.3vw, 19px); max-width: 52ch; margin-inline: auto; text-wrap: balance; }
.combo__caption-title--disc { text-transform: uppercase; letter-spacing: -0.03em; font-size: clamp(30px, 4.2vw, 58px); }
.combo__caption-title--disc .disc { color: var(--gold-2); }
.combo__caption--cat .combo__caption-title { margin-bottom: 18px; }
.combo__caption-fig {
  display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 10px 20px;
}
.combo__caption-fig-label {
  font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.16em;
  font-size: clamp(14px, 1.5vw, 20px); color: var(--text-2);
}
.combo__caption-fig b {
  font-size: clamp(34px, 4.2vw, 60px); font-weight: 800; letter-spacing: -0.04em; line-height: 1;
  color: var(--gold-2); font-variant-numeric: tabular-nums;
}
.combo__caption--unlocked .combo__caption-title {
  font-size: clamp(44px, 7.2vw, 108px); color: var(--gold-2); letter-spacing: -0.05em;
  text-shadow: 0 0 24px rgba(240,207,120,0.65), 0 0 70px rgba(212,165,58,0.45), 0 0 140px rgba(212,165,58,0.25);
}
.combo__caption--unlocked .combo__caption-number { color: var(--gold-2); text-shadow: 0 0 14px rgba(240,207,120,0.6); }

/* Vault: fixed at the top of the scene */
.dial {
  position: absolute; left: 50%; top: 50%;
  width: var(--dial-w);
  aspect-ratio: 1;

  transform: translate(-50%, calc(-50% + var(--dial-dy)));
  opacity: calc(1 - var(--ghost, 0));
  will-change: opacity;
}
.dial { transition: filter 700ms; }
/* --ghost is a step (0 → 1) here: the vault is removed, not faded. */
.combo.is-cut .dial, .combo.is-cut .combo__captions, .combo.is-cut .combo__title { visibility: hidden; }

/* The imported vault's own styles live in vault/bam-vault.css (loaded by
   vault.js). The slot only positions, scales and fades it. */

/* Open */
/* Open-state glow is the component's own (verdigris), see vault/bam-vault.css. */

/* The reveal: centred on screen; each word fades in on its own (--w1..3). */
.combo__reveal {
  position: absolute; left: 50%; top: 50%;
  width: min(90vw, 1100px);
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.combo__reveal-title { display: flex; flex-direction: column; align-items: center; gap: 0.02em; margin-bottom: 28px; }
.combo__reveal-word {
  display: block;
  font-size: clamp(56px, 12vw, 180px);
  font-weight: 800; letter-spacing: -0.05em; line-height: 0.92;
  text-transform: uppercase;
  color: var(--gold-2);
  filter: drop-shadow(0 0 18px rgba(240,207,120,0.7)) drop-shadow(0 0 60px rgba(212,165,58,0.45));
  opacity: var(--w, 0);
  transform: translateY(calc((1 - var(--w, 0)) * 14px));
  will-change: opacity, transform, filter;
}
.combo__reveal-kicker {
  display: block;
  font-family: var(--mono); font-size: clamp(13px, 1.4vw, 18px); letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-2);
  text-shadow: 0 0 16px rgba(240,207,120,0.6), 0 0 40px rgba(212,165,58,0.35);
  opacity: var(--w, 0);
  transform: translateY(calc((1 - var(--w, 0)) * 10px));
}
html.no-motion .combo__reveal { display: none; }

/* Sound toggle (added by audio/vault-audio.js) */
.combo__sound {
  position: absolute; left: var(--gutter); top: calc(var(--nav-h) + 4px);
  display: inline-flex; align-items: center; gap: 8px;
  height: 30px; padding: 0 12px;
  background: transparent; border: 1px solid var(--line-2); border-radius: 999px;
  color: var(--text-3); cursor: pointer;
  transition: color 160ms, border-color 160ms;
  z-index: 2;
}
.combo__sound::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.combo__sound:hover { color: var(--text); border-color: var(--text-3); }
.combo__sound.is-on { color: var(--gold-2); border-color: var(--gold-dim); }
.combo__sound.is-waiting { animation: sound-pulse 1.6s ease-in-out infinite; }
@keyframes sound-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(212,165,58,0); } 50% { box-shadow: 0 0 0 5px rgba(212,165,58,0.22); } }
.combo__sound-prompt {
  position: absolute; left: var(--gutter); top: calc(var(--nav-h) + 42px);
  color: var(--text-2); font-size: 10.5px; z-index: 2;
}
.combo__sound-prompt::before { content: "↑ "; color: var(--gold); }
@media (max-width: 900px) { .combo__sound-prompt { top: auto; bottom: 48px; } }
@media (prefers-reduced-motion: reduce) { .combo__sound.is-waiting { animation: none; } }
@media (max-width: 900px) { .combo__sound { top: auto; bottom: 12px; left: var(--gutter); } }

/* ======================================================================
   INSIDE THE VAULT
   ====================================================================== */
.inside { position: relative; padding-top: clamp(40px, 8vw, 96px); padding-bottom: clamp(96px, 12vw, 160px); }
.inside__intro { text-align: center; max-width: 880px; margin-bottom: clamp(80px, 10vw, 140px); }
.inside__heading {
  font-size: clamp(38px, 6vw, 88px);
  font-weight: 800;
  letter-spacing: -0.045em;
  margin-bottom: 28px;
}
.inside__subheading { font-size: clamp(20px, 2.2vw, 30px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; color: var(--gold-2); max-width: 40ch; margin: 0 auto 26px; text-wrap: balance; }
.inside__body { color: var(--text-2); font-size: clamp(17px, 1.4vw, 20px); max-width: 60ch; margin-inline: auto; }

.contracts__head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: 40px; }
.contracts__title { font-size: clamp(26px, 3vw, 40px); }
.contracts__intro { color: var(--text-2); max-width: 48ch; }

.contracts__list { border-top: 1px solid var(--line-2); }
.contract {
  display: grid;
  grid-template-columns: 56px minmax(0, 1.4fr) minmax(0, 1fr) 200px 140px;
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  transition: background 200ms;
  opacity: 0; transform: translateY(14px);
}
.contract.in-view { opacity: 1; transform: none; transition: opacity 700ms var(--ease), transform 700ms var(--ease), background 200ms; }
.contract:nth-child(2).in-view { transition-delay: 60ms; }
.contract:nth-child(3).in-view { transition-delay: 120ms; }
.contract:nth-child(4).in-view { transition-delay: 180ms; }
.contract:hover .contract__category { color: var(--gold-2); }
.contract__index { color: var(--text-3); }
.contract__index::before { content: "0"; }
.contract__category { font-size: clamp(19px, 1.8vw, 24px); font-weight: 600; letter-spacing: -0.02em; transition: color 200ms; }
.contract__supplier { color: var(--text-2); font-size: 15px; }
.contract__savings { display: flex; flex-direction: column; gap: 4px; }
.contract__savings b {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}
.contract__savings .mono { color: var(--text-3); font-size: 10px; }
.contract__ref { color: var(--text-3); text-align: right; }
.contracts__foot { padding-top: 32px; display: flex; justify-content: flex-end; }

/* ======================================================================
   GET STARTED — lead form
   ====================================================================== */
.lead { padding-block: clamp(96px, 12vw, 160px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.lead__statement { text-align: center; max-width: 960px; margin-bottom: clamp(64px, 8vw, 110px); display: grid; gap: 18px; }
.lead__line { font-size: clamp(26px, 3.6vw, 52px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.08; text-wrap: balance; color: var(--text-2); }
.lead__line:nth-child(2) { color: var(--text); }
.lead__line:last-child { color: var(--gold-2); }
.lead__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: clamp(40px, 7vw, 110px); align-items: start; }
.lead__title { font-size: clamp(34px, 4.6vw, 64px); margin-bottom: 20px; }
.lead__intro { color: var(--text-2); font-size: 17px; max-width: 46ch; }

.lead__form { display: grid; gap: 26px; }
.lead__form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.lead__form legend { color: var(--text-2); margin-bottom: 12px; padding: 0; }
.lead__chips { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead__chip {
  position: relative; display: grid; gap: 4px;
  padding: 16px 18px; background: #000; color: var(--text); border: 2px solid var(--line-2); border-radius: 8px; cursor: pointer;
  transition: border-color 160ms, box-shadow 160ms, color 160ms;
}
.lead__chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.lead__chip-label { font-weight: 600; font-size: 16px; letter-spacing: -0.01em; }
.lead__chip-desc { color: var(--text-2); font-size: 14px; }
.lead__chip:hover { border-color: var(--text-3); }
.lead__chip:has(input:checked) { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,165,58,0.25); }
.lead__chip:has(input:checked) .lead__chip-label { color: var(--gold-2); }
.lead__chip:has(input:checked) .lead__chip-desc { color: var(--gold); }
.lead__chip:has(input:focus-visible) { outline: 3px solid var(--gold-2); outline-offset: 2px; }

.lead__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead__field { display: grid; gap: 8px; }
.lead__field > .mono { color: var(--text); font-size: 12px; letter-spacing: 0.1em; }
.lead__field input, .lead__field select, .lead__field textarea {
  width: 100%; background: #fff; color: #111; border: 1px solid #cfcfcf; border-radius: 8px;
  font-family: var(--sans); font-size: 17px; padding: 13px 14px; outline: none;
  transition: border-color 160ms, box-shadow 160ms;
}
.lead__field input::placeholder, .lead__field textarea::placeholder { color: #888; }
.lead__field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23333' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 12px; padding-right: 36px; }
.lead__field textarea { resize: vertical; min-height: 96px; }
.lead__field input:focus-visible, .lead__field select:focus-visible, .lead__field textarea:focus-visible { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,165,58,0.4); }
.lead__field .is-invalid { border-color: #d43c3c; box-shadow: 0 0 0 3px rgba(212,60,60,0.3); }
.lead__only[hidden] { display: none; }

.lead__checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; }
.lead__check { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 15px; color: var(--text); }
.lead__check input { width: 18px; height: 18px; margin: 0; accent-color: var(--gold); cursor: pointer; }
.lead__check input:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 2px; }

.lead__hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.lead__turnstile[hidden] { display: none; }
.lead__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; padding-top: 6px; }
.lead__consent { color: var(--text-2); max-width: 36ch; line-height: 1.6; }
.lead__error { color: #ff9b9b; }
.lead__form button:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }
.lead__success { grid-column: 2; padding: 40px; border: 1px solid var(--gold-dim); }
.lead__success:focus { outline: 3px solid var(--gold-2); outline-offset: 4px; }
.lead__success-title { font-size: clamp(28px, 3.4vw, 44px); margin-bottom: 14px; color: var(--gold-2); }

/* ---------- Stats ---------- */
.stats { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.stats__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; padding-block: clamp(36px, 4vw, 56px); max-width: 760px; }
.stat { display: flex; flex-direction: column; gap: 10px; opacity: 0; transform: translateY(12px); }
.stat.in-view { opacity: 1; transform: none; transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.stat:nth-child(2).in-view { transition-delay: 80ms; }
.stat:nth-child(3).in-view { transition-delay: 160ms; }
.stat:nth-child(4).in-view { transition-delay: 240ms; }
.stat__value { font-size: clamp(36px, 4vw, 56px); font-weight: 800; letter-spacing: -0.045em; line-height: 1; }
.stat__label { color: var(--text-3); line-height: 1.6; }

/* ---------- Why BAM ---------- */
.why { padding-block: clamp(96px, 12vw, 160px); }
.why__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(40px, 8vw, 120px); }
.why__head-inner { position: sticky; top: 140px; }
.why__title { font-size: clamp(30px, 3.6vw, 48px); margin-bottom: 20px; max-width: 16ch; text-wrap: balance; }
.why__intro { color: var(--text-2); max-width: 40ch; }
.why__list { display: grid; gap: 22px; }
.why__item {
  position: relative;
  display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: 18px;
  padding: 30px 8px;
  opacity: 0; transform: translateY(14px);
}
.why__item.in-view { opacity: 1; transform: none; transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.why__copy { padding-block: 4px; }
.why__item-title { font-size: clamp(20px, 2vw, 26px); margin-bottom: 10px; }
.why__item-body { color: var(--text-2); max-width: 46ch; }

/* Nodes */
.why__node {
  position: relative; z-index: 1;
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line-2); background: var(--bg);
  transition: border-color 300ms, box-shadow 300ms, color 300ms, background 300ms;
}
.why__node--start::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--text-3); transition: background 300ms; }
.why__node--end { font-family: var(--mono); font-weight: 600; font-size: 15px; color: var(--text-3); }
.why__item.is-linked .why__node--start { border-color: var(--gold); }
.why__item.is-linked .why__node--start::after { background: var(--gold); }
.why__item.is-linked .why__node--end { border-color: var(--gold); color: #120e04; background: var(--gold-2); box-shadow: 0 0 22px rgba(240,207,120,0.45); }

/* The trace: up from the start node, across the top edge, down to the $ node.
   pathLength="1" so dashoffset is progress regardless of size. */
.why__trace { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.why__trace-path {
  fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 1; stroke-dashoffset: 1;
  filter: drop-shadow(0 0 6px rgba(212,165,58,0.6));
}
.why__trace-bg { fill: none; stroke: var(--line); stroke-width: 1; }

/* ---------- FAQ ---------- */
.faq { padding-block: clamp(80px, 10vw, 140px); border-top: 1px solid var(--line); }
.faq__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: clamp(32px, 6vw, 96px); }
.faq__title { font-size: clamp(32px, 4vw, 52px); }
.faq__list { border-top: 1px solid var(--line-2); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px 0; cursor: pointer; list-style: none;
  font-size: 19px; font-weight: 600; letter-spacing: -0.015em;
  transition: color 160ms;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--gold-2); }
.faq__plus { position: relative; flex: 0 0 auto; width: 14px; height: 14px; }
.faq__plus::before, .faq__plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform 300ms var(--ease); }
.faq__plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq__item[open] .faq__q { color: var(--gold-2); }
.faq__a { color: var(--text-2); padding: 0 40px 26px 0; max-width: 60ch; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line-2); padding-top: clamp(48px, 6vw, 72px); background: var(--bg-2); }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; padding-bottom: 48px; }
.site-footer__email { color: var(--text-2); text-decoration: none; text-transform: none; letter-spacing: 0.04em; font-size: 13px; }
.site-footer__email:hover { color: var(--gold-2); }
.site-footer__brand img { width: 110px; height: auto; margin-bottom: 18px; }
.site-footer__brand p { color: var(--text-3); font-size: 14px; max-width: 32ch; }
.site-footer__col h3 { color: var(--text-3); margin-bottom: 16px; font-size: 11.5px; }
.site-footer__col ul, .site-footer address { display: flex; flex-direction: column; gap: 9px; font-style: normal; }
.site-footer__col a, .site-footer address { font-size: 14.5px; color: var(--text-2); text-decoration: none; }
.site-footer__col a:hover { color: var(--gold-2); }
.site-footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-block: 20px; color: var(--text-3); position: relative; }
.site-footer__bottom::before { content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: var(--line); }

/* ======================================================================
   NO-MOTION / BARE: static, fully open layout
   ====================================================================== */
html.no-motion .combo { height: auto; }
html.no-motion .combo__sticky { position: static; height: auto; overflow: visible; padding: 120px 0 80px; display: grid; gap: 48px; }
html.no-motion .combo__title { position: static; }
html.no-motion .dial { position: relative; top: auto; left: auto; transform: none; opacity: 1; width: min(440px, 72vw); margin-inline: auto; }
html.no-motion .combo__captions { position: static; height: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
html.no-motion .combo__caption { position: static; opacity: 1; transform: none; text-align: left; max-width: none; margin: 0; }
html.no-motion .combo__caption-title { font-size: clamp(22px, 2.4vw, 30px); }
html.no-motion .combo__caption-fig { justify-content: flex-start; }
html.no-motion .combo__reveal { display: none; }
html.no-motion .contract, html.no-motion .stat, html.no-motion .why__item { opacity: 1; transform: none; transition: none; }
html.no-motion .why__trace-path { stroke-dashoffset: 0; }
html.no-motion .why__item .why__node--end { border-color: var(--gold); color: #120e04; background: var(--gold-2); }
html.no-motion [data-parallax] { transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1280px) {
  /* Mid-size hero: give the copy and the vault more air. */
  .combo { --nav-h: 88px; }
  .hero__headline { font-size: clamp(38px, 6.4vw, 84px); }
}
@media (max-width: 1080px) {
  .site-nav__links { display: none; }
  .contract { grid-template-columns: 44px minmax(0, 1.4fr) 150px 130px; }
  .contract__supplier { display: none; }
  .site-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .hero { padding-top: 110px; padding-bottom: 80px; min-height: 0; }
  .hero__headline { font-size: clamp(34px, 9.6vw, 56px); max-width: none; }
  .hero__subhead { font-size: 15.5px; max-width: 40ch; }
  .hero__actions { gap: 16px; }
  .hero__cue { display: none; }
  .combo { --dial-w: min(80vw, 42vh); --dial-dy: -12vh; --nav-h: 80px; }
  .combo__title { top: calc(var(--nav-h) + 8px); }
  .combo__caption-fig b { font-size: 30px; }
  .combo__caption-fig-label { font-size: 12px; }
  html.no-motion .combo__captions { grid-template-columns: 1fr; }
  .lead__grid { grid-template-columns: 1fr; gap: 40px; }
  .lead__success { grid-column: 1; }
  .contracts__head { grid-template-columns: 1fr; }
  .contract { grid-template-columns: 36px minmax(0, 1fr) auto; gap: 16px; padding: 20px 0; }
  .contract__ref { display: none; }
  .stats__list { grid-template-columns: 1fr 1fr; }
  .why__grid { grid-template-columns: 1fr; }
  .why__head-inner { position: static; }
  .why__item { grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 12px; padding: 24px 4px; }
  .why__node { width: 30px; height: 30px; }
  .faq__grid { grid-template-columns: 1fr; gap: 32px; }
  .end__actions { flex-direction: column; gap: 22px; }
}
@media (max-width: 600px) {
  .contract { grid-template-columns: minmax(0, 1fr) auto; }
  .contract__index { display: none; }
  .contract__category { overflow-wrap: anywhere; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .lead__chips, .lead__row, .lead__checks { grid-template-columns: 1fr; }
  .contract__category { font-size: 18px; }
  .contract__savings b { font-size: 26px; }
  .combo__actions { gap: 18px; }
}
