/* =============================================================
   True North Atlas — Redesign Design System
   "Editorial authority meets quiet luxury"
   Self-contained. Pairs with index.redesign.html.
   Non-destructive: does NOT touch tokens.css / global.css.
   Author: product/brand redesign pass — 2026-06-25
   ============================================================= */

/* ─────────────────────────────────────────────────────────────
   0 · RESET
   ───────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

img, svg, video { display: block; max-width: 100%; }
input, button, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }

/* ─────────────────────────────────────────────────────────────
   1 · TOKENS  (oklch-first, warm near-black ink / warm paper)
   ───────────────────────────────────────────────────────────── */
:root {
  /* Paper / surfaces — warm off-white, layered for depth */
  --paper:        oklch(97.6% 0.006 95);   /* page */
  --paper-sunk:   oklch(95.4% 0.008 92);   /* recessed tray / alt section */
  --surface:      oklch(99.2% 0.004 96);   /* cards float above paper */
  --surface-2:    oklch(98.0% 0.006 95);

  /* Ink — warm near-black */
  --ink:          oklch(20% 0.012 75);     /* primary headings / fills */
  --ink-deep:     oklch(16% 0.014 72);     /* dark sections */
  --ink-abyss:    oklch(13% 0.012 70);     /* deepest panel */

  /* Text */
  --text:         oklch(27% 0.012 72);     /* body */
  --text-soft:    oklch(46% 0.012 72);     /* secondary */
  --text-faint:   oklch(53% 0.010 75);     /* tertiary / captions — darkened for WCAG AA (~6.6:1) on body text */
  --text-inverse: oklch(95% 0.006 95);
  --text-inverse-soft: oklch(78% 0.008 90);

  /* Signal — the ONE confident accent: "you're visible / cited / found" */
  --signal:        oklch(72% 0.148 165);   /* emerald-teal */
  --signal-bright: oklch(78% 0.158 168);
  --signal-deep:   oklch(48% 0.110 165);   /* AA-safe green text on paper */
  --signal-ink:    oklch(38% 0.090 166);   /* deepest, for small text */
  --signal-tint:   oklch(95.5% 0.030 165); /* faint fill */
  --signal-line:   oklch(86% 0.060 166);

  /* Muted secondary — reserved for AI-engine references */
  --muted:        oklch(56% 0.028 252);    /* cool slate */
  --muted-soft:   oklch(70% 0.022 252);
  --muted-tint:   oklch(95% 0.012 252);

  /* Hairlines */
  --line:         oklch(90% 0.007 92);
  --line-strong:  oklch(83% 0.010 90);
  --line-dark:    oklch(30% 0.010 75);
  --line-dark-2:  oklch(36% 0.012 75);

  /* Typography */
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-sans:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SFMono-Regular', monospace;

  /* Fluid type — large scale contrast */
  --fs-mono:   clamp(0.69rem, 0.66rem + 0.16vw, 0.78rem);
  --fs-xs:     clamp(0.78rem, 0.76rem + 0.12vw, 0.84rem);
  --fs-sm:     clamp(0.86rem, 0.83rem + 0.18vw, 0.94rem);
  --fs-base:   clamp(0.98rem, 0.94rem + 0.24vw, 1.08rem);
  --fs-lead:   clamp(1.12rem, 1.02rem + 0.5vw, 1.4rem);
  --fs-h4:     clamp(1.18rem, 1.05rem + 0.6vw, 1.5rem);
  --fs-h3:     clamp(1.45rem, 1.2rem + 1.2vw, 2.1rem);
  --fs-h2:     clamp(2rem, 1.5rem + 2.4vw, 3.4rem);
  --fs-display:clamp(2.85rem, 1.1rem + 7.6vw, 6.4rem);
  --fs-mega:   clamp(3.4rem, 1rem + 10vw, 8rem);

  --lh-tight: 1.02;
  --lh-snug:  1.16;
  --lh-mid:   1.4;
  --lh-body:  1.62;

  --tk-tight: -0.025em;
  --tk-snug:  -0.012em;
  --tk-wide:  0.02em;
  --tk-mono:  0.14em;

  /* Space (base-8) + intentional fluid section rhythm (varied, not uniform) */
  --s1: 0.25rem;  --s2: 0.5rem;   --s3: 0.75rem;  --s4: 1rem;
  --s5: 1.5rem;   --s6: 2rem;     --s7: 2.75rem;  --s8: 3.5rem;
  --s9: 5rem;     --s10: 7rem;

  --pad-x: clamp(1.15rem, 4.5vw, 4rem);
  --sec:    clamp(4.5rem, 3rem + 7vw, 9rem);
  --sec-sm: clamp(3.25rem, 2.4rem + 4vw, 5.5rem);
  --sec-lg: clamp(5.5rem, 3rem + 10vw, 12rem);

  /* Radius — deliberately varied */
  --r-chip: 7px;
  --r-card: 14px;
  --r-window: 18px;
  --r-pill: 999px;

  /* Shadows — warm-tinted, layered (not uniform) */
  --sh-1: 0 1px 2px rgba(28,22,14,.05), 0 1px 1px rgba(28,22,14,.04);
  --sh-2: 0 8px 24px -12px rgba(28,22,14,.18), 0 2px 6px -2px rgba(28,22,14,.08);
  --sh-3: 0 30px 60px -28px rgba(24,20,12,.34), 0 8px 20px -10px rgba(24,20,12,.14);
  --sh-float: 0 40px 80px -36px rgba(20,30,24,.40), 0 12px 28px -14px rgba(20,30,24,.18);
  --sh-signal: 0 18px 50px -22px rgba(20,120,90,.40);

  --container: 1180px;
  --container-wide: 1320px;
  --nav-h: 70px;

  --ease: cubic-bezier(.2,.8,.2,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-spring: cubic-bezier(.34,1.4,.5,1);
  --dur-1: 140ms;
  --dur-2: 280ms;
  --dur-3: 520ms;
}

/* ─────────────────────────────────────────────────────────────
   2 · BASE
   ───────────────────────────────────────────────────────────── */
body {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: var(--lh-body);
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "cv05" 1, "ss01" 1;
  overflow-x: hidden;
}

/* Warm paper grain — extremely subtle, fixed */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  opacity: .55;
}

::selection { background: var(--signal-tint); color: var(--signal-ink); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-to-main {
  position: absolute; top: -120%; left: var(--s4); z-index: 999;
  background: var(--ink); color: var(--text-inverse);
  padding: var(--s3) var(--s5); border-radius: 8px; font-weight: 600;
  transition: top var(--dur-1) var(--ease-out);
}
.skip-to-main:focus { top: var(--s4); }

/* ─────────────────────────────────────────────────────────────
   3 · LAYOUT PRIMITIVES
   ───────────────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}
.container--wide { max-width: var(--container-wide); }
.container--narrow { max-width: 760px; }

.section { padding-block: var(--sec); position: relative; }
.section--sm { padding-block: var(--sec-sm); }
.section--lg { padding-block: var(--sec-lg); }
.bg-sunk { background: var(--paper-sunk); }
.bg-sunk + .bg-sunk { border-top: 1px solid var(--line); }

/* Eyebrow — mono technical label with signal tick */
.eyebrow {
  display: inline-flex; align-items: center; gap: var(--s2);
  font-family: var(--font-mono);
  font-size: var(--fs-mono);
  letter-spacing: var(--tk-mono);
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: var(--s4);
}
.eyebrow::before {
  content: ''; width: 22px; height: 1px; background: var(--ink); opacity: .5;
}
.eyebrow--signal { color: var(--signal-deep); }
.eyebrow--signal::before { background: var(--signal); opacity: 1; }
.eyebrow--inverse { color: var(--text-inverse-soft); }
.eyebrow--inverse::before { background: var(--signal-bright); opacity: 1; }

/* Section headings — Fraunces editorial */
.h-display {
  font-family: var(--font-display);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: var(--lh-tight);
  letter-spacing: var(--tk-tight);
  color: var(--ink);
}
.h2 {
  font-family: var(--font-display);
  font-weight: 580;
  font-size: var(--fs-h2);
  line-height: var(--lh-snug);
  letter-spacing: var(--tk-tight);
  color: var(--ink);
  text-wrap: balance;
}
.h3 {
  font-family: var(--font-display);
  font-weight: 560;
  font-size: var(--fs-h3);
  line-height: var(--lh-snug);
  letter-spacing: var(--tk-snug);
  color: var(--ink);
}
.h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--fs-h4);
  line-height: var(--lh-snug);
  letter-spacing: var(--tk-snug);
  color: var(--ink);
}
em.serif-accent, .ink-italic {
  font-style: italic;
  color: var(--signal-deep);
}
.lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-mid);
  color: var(--text-soft);
  max-width: 54ch;
}
.sec-head { max-width: 60ch; }
.sec-head .lead { margin-top: var(--s4); }

/* ─────────────────────────────────────────────────────────────
   4 · NAV  (markup-compatible with nav.js)
   ───────────────────────────────────────────────────────────── */
.site-nav {
  position: sticky; top: 0; z-index: 200;
  height: var(--nav-h);
  background: color-mix(in oklab, var(--paper) 80%, transparent);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-2) var(--ease), background var(--dur-2) var(--ease);
}
.site-nav.scrolled {
  border-bottom-color: var(--line);
  background: color-mix(in oklab, var(--paper) 92%, transparent);
}
.nav-inner {
  height: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: var(--s6);
}
.nav-brand { display: flex; align-items: center; gap: var(--s3); flex-shrink: 0; }
.nav-brand-mark { width: 30px; height: 30px; flex-shrink: 0; }
.nav-brand-mark path, .nav-brand-mark circle { transition: transform var(--dur-2) var(--ease); }
.nav-brand-name {
  font-family: var(--font-display);
  font-size: 1.04rem; font-weight: 600; letter-spacing: var(--tk-snug);
  color: var(--ink); white-space: nowrap;
}
.nav-brand-name span { font-style: italic; color: var(--signal-deep); }

.nav-links { display: flex; align-items: center; gap: var(--s1); }
.nav-links a {
  display: block; padding: var(--s2) var(--s3);
  font-size: var(--fs-sm); font-weight: 500; color: var(--text-soft);
  border-radius: 6px; position: relative;
  transition: color var(--dur-1) var(--ease);
}
.nav-links a::after {
  content: ''; position: absolute; left: var(--s3); right: var(--s3); bottom: 4px;
  height: 1.5px; background: var(--signal); border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur-2) var(--ease-out);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--ink); }

.lang-toggle {
  font-family: var(--font-mono); font-size: var(--fs-mono);
  letter-spacing: .08em; color: var(--text-soft);
  border: 1px solid var(--line-strong); border-radius: var(--r-pill);
  padding: 5px 11px; transition: all var(--dur-1) var(--ease);
}
.lang-toggle:hover { color: var(--ink); border-color: var(--ink); }

.nav-cta { display: flex; align-items: center; gap: var(--s3); flex-shrink: 0; }

.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 42px; height: 42px; color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: 9px;
}
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="false"] .icon-close { display: none; }

.nav-mobile {
  display: none; position: fixed; inset: var(--nav-h) 0 0 0;
  background: var(--paper); z-index: 100; padding: var(--s6) var(--pad-x);
  overflow-y: auto; opacity: 0; transform: translateY(-10px);
  transition: opacity var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.nav-mobile.is-open { display: block; opacity: 1; transform: translateY(0); }
.nav-mobile-links { margin-bottom: var(--s6); }
.nav-mobile-links a {
  display: block; padding: var(--s4) 0; font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.nav-mobile-links a:hover { color: var(--signal-deep); }
.nav-mobile-cta { display: flex; flex-direction: column; gap: var(--s3); }
.nav-mobile-cta .btn { width: 100%; }

@media (max-width: 960px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
}

/* ─────────────────────────────────────────────────────────────
   5 · BUTTONS
   ───────────────────────────────────────────────────────────── */
.btn {
  --btn-pad-y: 0.72rem; --btn-pad-x: 1.35rem;
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  font-family: var(--font-sans); font-size: var(--fs-sm); font-weight: 600;
  letter-spacing: var(--tk-wide); line-height: 1;
  border: 1.5px solid transparent; border-radius: var(--r-pill);
  white-space: nowrap; user-select: none; position: relative;
  transition: transform var(--dur-1) var(--ease), background var(--dur-1) var(--ease),
              color var(--dur-1) var(--ease), border-color var(--dur-1) var(--ease),
              box-shadow var(--dur-2) var(--ease);
}
.btn svg { width: 16px; height: 16px; transition: transform var(--dur-2) var(--ease-out); }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--ink); color: var(--text-inverse); border-color: var(--ink);
  box-shadow: var(--sh-2);
}
.btn-primary:hover { background: var(--ink-deep); box-shadow: var(--sh-3); }
.btn-primary .live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--signal-bright);
  box-shadow: 0 0 0 0 color-mix(in oklab, var(--signal-bright) 60%, transparent);
  animation: live-pulse 2.4s var(--ease) infinite;
}

.btn-secondary {
  background: transparent; color: var(--ink); border-color: var(--line-strong);
}
.btn-secondary:hover { border-color: var(--ink); background: color-mix(in oklab, var(--ink) 4%, transparent); }

.btn-ghost { color: var(--text-soft); }
.btn-ghost:hover { color: var(--ink); }

.btn-inverse { background: var(--paper); color: var(--ink); border-color: var(--paper); box-shadow: var(--sh-3); }
.btn-inverse:hover { background: #fff; }
.btn-inverse-outline { background: transparent; color: var(--text-inverse); border-color: var(--line-dark-2); }
.btn-inverse-outline:hover { border-color: var(--text-inverse); }

.btn-lg { --btn-pad-y: 1rem; --btn-pad-x: 1.85rem; font-size: var(--fs-base); }
.btn-sm { --btn-pad-y: 0.5rem; --btn-pad-x: 1rem; font-size: var(--fs-xs); }
.btn-block { width: 100%; }

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--signal-bright) 55%, transparent); }
  70% { box-shadow: 0 0 0 7px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

/* ─────────────────────────────────────────────────────────────
   6 · CHIPS / BADGES
   ───────────────────────────────────────────────────────────── */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: var(--fs-mono); letter-spacing: .04em;
  padding: 5px 10px; border-radius: var(--r-pill);
  border: 1px solid var(--line); background: var(--surface); color: var(--text-soft);
}
.chip-cited {
  border-color: var(--signal-line); background: var(--signal-tint); color: var(--signal-ink);
  font-family: var(--font-sans); font-weight: 600; letter-spacing: var(--tk-wide);
  text-transform: uppercase; font-size: 0.66rem;
}
.chip-cited svg { width: 13px; height: 13px; color: var(--signal-deep); }
.chip-muted {
  border-color: var(--line); background: var(--muted-tint); color: var(--muted);
  font-size: 0.66rem; text-transform: uppercase; letter-spacing: var(--tk-wide);
  font-family: var(--font-sans); font-weight: 600;
}
.tick {
  display: inline-flex; width: 17px; height: 17px; border-radius: 50%;
  background: var(--signal); color: #fff; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tick svg { width: 11px; height: 11px; }

/* ─────────────────────────────────────────────────────────────
   7 · HERO  (offset editorial + AI answer-card mockup)
   ───────────────────────────────────────────────────────────── */
.hero { padding-top: clamp(3rem, 6vw, 6rem); padding-bottom: clamp(3rem, 5vw, 5.5rem); position: relative; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 {
  font-family: var(--font-display);
  font-weight: 590;
  font-optical-sizing: auto;
  font-size: var(--fs-display);
  line-height: 0.98;
  letter-spacing: var(--tk-tight);
  color: var(--ink);
  margin-bottom: var(--s5);
  text-wrap: balance;
}
.hero h1 .line-2 {
  display: block; font-style: italic; font-weight: 480;
  color: var(--signal-deep);
}
.hero .lead { margin-bottom: var(--s6); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: var(--s3); align-items: center; margin-bottom: var(--s6); }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: var(--s2) var(--s5);
  padding-top: var(--s5); border-top: 1px solid var(--line);
}
.hero-meta-item {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: var(--fs-xs); color: var(--text-soft);
}
.hero-meta-item .tick { width: 15px; height: 15px; }
.hero-meta-item .tick svg { width: 9px; height: 9px; }

/* Stage + layered answer card */
.answer-stage { position: relative; z-index: 1; min-height: 1px; }
.answer-stage::before { /* soft signal glow — depth, semantic, not a center blob */
  content: ''; position: absolute; inset: -18% -12% -22% -6%;
  background: radial-gradient(60% 55% at 62% 38%,
              color-mix(in oklab, var(--signal) 26%, transparent), transparent 70%);
  filter: blur(18px); z-index: 0; pointer-events: none;
}
.answer-stack { position: relative; z-index: 1; }

/* back card — a competitor, not cited */
.answer-card--back {
  position: absolute; top: -34px; right: -22px; left: 46px;
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: var(--r-window); padding: var(--s5);
  box-shadow: var(--sh-2); transform: rotate(2.2deg);
  opacity: .92;
}
.answer-card--back .ac-row { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); }
.answer-card--back .ac-name { font-weight: 600; color: var(--text-faint); font-size: var(--fs-sm); }

/* main answer card */
.answer-card {
  position: relative; z-index: 2;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-window);
  box-shadow: var(--sh-float);
  overflow: hidden;
}
.ac-chrome {
  display: flex; align-items: center; gap: var(--s3);
  padding: var(--s3) var(--s5);
  border-bottom: 1px solid var(--line);
  background: color-mix(in oklab, var(--paper-sunk) 60%, var(--surface));
}
.ac-dots { display: flex; gap: 6px; }
.ac-dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-strong); display: block; }
.ac-chrome-label {
  margin-left: auto; font-family: var(--font-mono); font-size: var(--fs-mono);
  letter-spacing: .1em; color: var(--text-faint); text-transform: uppercase;
}
.ac-body { padding: var(--s5) var(--s5) var(--s6); }

.ac-query {
  display: flex; gap: var(--s3); align-items: baseline;
  font-size: var(--fs-base); color: var(--text); margin-bottom: var(--s5);
}
.ac-query .q-mark {
  font-family: var(--font-mono); color: var(--muted); font-size: var(--fs-sm); flex-shrink: 0;
}
.ac-query .q-text { font-weight: 500; color: var(--ink); }

.ac-answer-label {
  font-family: var(--font-mono); font-size: var(--fs-mono); letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-faint); margin-bottom: var(--s3);
}
/* the cited recommendation — highlighted */
.ac-cited {
  display: flex; align-items: center; gap: var(--s4);
  padding: var(--s4); border-radius: var(--r-card);
  background: var(--signal-tint);
  border: 1px solid var(--signal-line);
  margin-bottom: var(--s4);
}
.ac-cited .ac-rank {
  font-family: var(--font-mono); font-weight: 600; font-size: var(--fs-sm);
  color: var(--signal-ink); flex-shrink: 0;
}
.ac-cited .ac-name { font-weight: 700; color: var(--ink); font-size: var(--fs-base); }
.ac-cited .ac-sub { font-size: var(--fs-xs); color: var(--signal-ink); }
.ac-cited .ac-name-wrap { flex: 1; min-width: 0; }
.ac-cited .chip-cited { margin-left: auto; flex-shrink: 0; }

.ac-lines { display: flex; flex-direction: column; gap: var(--s2); margin-bottom: var(--s5); }
.ac-skel { height: 8px; border-radius: var(--r-pill); background: var(--line); }
.ac-skel.w-1 { width: 92%; } .ac-skel.w-2 { width: 78%; } .ac-skel.w-3 { width: 60%; }

.ac-engines {
  display: flex; flex-wrap: wrap; gap: 7px; align-items: center;
  padding-top: var(--s4); border-top: 1px solid var(--line);
}
.ac-engines .ac-engines-label {
  font-family: var(--font-mono); font-size: var(--fs-mono); letter-spacing: .08em;
  color: var(--text-faint); text-transform: uppercase; margin-right: 2px;
}
.engine-pill {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.72rem; font-weight: 500; color: var(--muted);
  padding: 4px 9px; border-radius: var(--r-pill);
  border: 1px solid var(--line); background: var(--surface);
}
.engine-pill .tick { width: 14px; height: 14px; }
.engine-pill .tick svg { width: 8px; height: 8px; }

/* floating score chip — overlaps card corner for depth */
.score-chip {
  position: absolute; z-index: 3; right: -18px; bottom: -22px;
  display: flex; align-items: center; gap: var(--s3);
  background: var(--ink); color: var(--text-inverse);
  padding: var(--s3) var(--s4) var(--s3) var(--s3);
  border-radius: var(--r-pill); box-shadow: var(--sh-3);
}
.score-ring {
  --val: 92;
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background:
    radial-gradient(closest-side, var(--ink) 70%, transparent 71%),
    conic-gradient(var(--signal-bright) calc(var(--val) * 1%), color-mix(in oklab, var(--text-inverse) 18%, transparent) 0);
}
.score-ring b { font-family: var(--font-mono); font-size: 0.92rem; font-weight: 600; color: var(--text-inverse); }
.score-chip .score-label { display: flex; flex-direction: column; line-height: 1.15; }
.score-chip .score-label .sl-top {
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-inverse-soft);
}
.score-chip .score-label .sl-val { font-weight: 600; font-size: var(--fs-sm); }
.score-chip .score-label .sl-val span { color: var(--text-inverse-soft); font-weight: 400; }

/* engine authority strip under hero */
.engine-strip {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--s4) var(--s6);
  padding-top: var(--s5); border-top: 1px solid var(--line);
}
.engine-strip .es-label {
  font-family: var(--font-mono); font-size: var(--fs-mono); letter-spacing: var(--tk-mono);
  text-transform: uppercase; color: var(--text-faint);
}
.engine-strip .es-name {
  font-size: var(--fs-sm); font-weight: 500; color: var(--muted); letter-spacing: .01em;
}

/* ─────────────────────────────────────────────────────────────
   8 · PROBLEMS — editorial split + numbered rows
   ───────────────────────────────────────────────────────────── */
.split { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.split-head { position: sticky; top: calc(var(--nav-h) + var(--s5)); }
.rows { display: flex; flex-direction: column; }
.row-item {
  display: grid; grid-template-columns: auto 1fr; gap: var(--s5);
  padding: var(--s6) 0; border-top: 1px solid var(--line);
  transition: background var(--dur-2) var(--ease);
}
.row-item:last-child { border-bottom: 1px solid var(--line); }
.row-index {
  font-family: var(--font-mono); font-size: var(--fs-sm); font-weight: 500;
  color: var(--signal-deep); padding-top: 4px;
}
.row-item h3 { margin-bottom: var(--s3); }
.row-item p { color: var(--text-soft); max-width: 52ch; }
.row-item:hover { background: linear-gradient(90deg, color-mix(in oklab, var(--signal) 5%, transparent), transparent 60%); }

/* ─────────────────────────────────────────────────────────────
   9 · SCORECARD — 16 checks / 3 sections / one score
   ───────────────────────────────────────────────────────────── */
.scorecard { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; margin-top: var(--s7); }
.score-panel {
  background: var(--ink-deep); color: var(--text-inverse);
  border-radius: var(--r-card); padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: var(--sh-3); position: sticky; top: calc(var(--nav-h) + var(--s5));
}
.score-panel .sp-top { display: flex; align-items: center; gap: var(--s5); margin-bottom: var(--s6); }
.sp-ring {
  --val: 100;
  width: 92px; height: 92px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center;
  background:
    radial-gradient(closest-side, var(--ink-deep) 72%, transparent 73%),
    conic-gradient(var(--signal-bright) calc(var(--val) * 1%), color-mix(in oklab, var(--text-inverse) 16%, transparent) 0);
}
.sp-ring b { font-family: var(--font-mono); font-weight: 600; font-size: 1.5rem; }
.sp-ring small { display:block; font-family: var(--font-mono); font-size: .58rem; letter-spacing: .12em; color: var(--text-inverse-soft); text-align:center; }
.sp-top h3 { color: var(--text-inverse); font-size: var(--fs-h4); font-family: var(--font-sans); font-weight: 600; }
.sp-top p { color: var(--text-inverse-soft); font-size: var(--fs-sm); margin-top: 4px; }

.meter { margin-bottom: var(--s5); }
.meter:last-child { margin-bottom: 0; }
.meter-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: var(--s2); }
.meter-name { font-size: var(--fs-sm); font-weight: 500; color: var(--text-inverse); }
.meter-val { font-family: var(--font-mono); font-size: var(--fs-xs); color: var(--signal-bright); }
.meter-track { height: 6px; border-radius: var(--r-pill); background: color-mix(in oklab, var(--text-inverse) 12%, transparent); overflow: hidden; }
.meter-fill { height: 100%; border-radius: var(--r-pill); background: linear-gradient(90deg, var(--signal-deep), var(--signal-bright)); transform-origin: left; }

.checks-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s3); }
.check {
  display: flex; align-items: flex-start; gap: var(--s3);
  padding: var(--s4); background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-chip); transition: border-color var(--dur-2) var(--ease), transform var(--dur-2) var(--ease), box-shadow var(--dur-2) var(--ease);
}
.check:hover { border-color: var(--signal-line); transform: translateY(-2px); box-shadow: var(--sh-1); }
.check.is-flag { border-color: var(--signal-line); background: linear-gradient(180deg, var(--signal-tint), var(--surface)); }
.check-num {
  font-family: var(--font-mono); font-size: 0.7rem; font-weight: 600; color: var(--text-faint);
  width: 22px; flex-shrink: 0; padding-top: 2px;
}
.check-info { flex: 1; min-width: 0; }
.check-name { font-size: var(--fs-sm); font-weight: 600; color: var(--ink); }
.check-sec { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: .06em; color: var(--text-faint); text-transform: uppercase; margin-top: 2px; }
.check-pts { font-family: var(--font-mono); font-size: 0.72rem; font-weight: 600; color: var(--signal-deep); flex-shrink: 0; }

/* ─────────────────────────────────────────────────────────────
   10 · SERVICES — bento (asymmetric, varied sizes)
   ───────────────────────────────────────────────────────────── */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--s4); margin-top: var(--s7); }
.tile {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: clamp(1.4rem, 2.4vw, 2.1rem); position: relative; overflow: hidden;
  transition: transform var(--dur-2) var(--ease), box-shadow var(--dur-2) var(--ease), border-color var(--dur-2) var(--ease);
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--line-strong); }
.tile h3 { margin-bottom: var(--s2); }
.tile p { color: var(--text-soft); font-size: var(--fs-sm); }
.tile-ico { display: block; width: 30px; height: 30px; color: var(--signal-deep); margin-bottom: var(--s4); }
.tile-ico svg { display: block; width: 100%; height: 100%; }
.tile-num {
  position: absolute; top: var(--s4); right: var(--s5);
  font-family: var(--font-mono); font-size: var(--fs-mono); color: var(--text-faint); letter-spacing: .1em;
}
.tile--feature {
  grid-column: span 3; grid-row: span 2;
  background: linear-gradient(155deg, var(--ink-deep), var(--ink-abyss));
  color: var(--text-inverse); border-color: var(--ink-deep);
  display: flex; flex-direction: column; justify-content: space-between; gap: var(--s6);
}
.tile--feature h3 { color: var(--text-inverse); font-size: var(--fs-h3); }
.tile--feature p { color: var(--text-inverse-soft); font-size: var(--fs-base); max-width: 38ch; }
.tile--feature .tile-ico { color: var(--signal-bright); width: 34px; height: 34px; }
.tile--feature .tile-num { color: var(--text-inverse-soft); }
.tile--feature .feature-foot { display: flex; align-items: center; gap: var(--s3); font-family: var(--font-mono); font-size: var(--fs-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--signal-bright); }
.tile--wide { grid-column: span 3; }
.tile--std { grid-column: span 3; }
@media (min-width: 921px) {
  .tile--std { grid-column: span 2; }
  .tile--wide { grid-column: span 3; }
}

/* ─────────────────────────────────────────────────────────────
   11 · PROCESS — timeline
   ───────────────────────────────────────────────────────────── */
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem,4vw,3.5rem); margin-top: var(--s8); position: relative; }
.timeline::before {
  content: ''; position: absolute; top: 26px; left: 6%; right: 6%; height: 1px;
  background: linear-gradient(90deg, var(--line), var(--signal-line), var(--line));
}
.step { position: relative; }
.step-num {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--paper); border: 1.5px solid var(--ink);
  display: grid; place-items: center; margin-bottom: var(--s5);
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--ink);
  position: relative; z-index: 1;
}
.step:first-child .step-num { background: var(--ink); color: var(--text-inverse); }
.step h3 { margin-bottom: var(--s3); }
.step p { color: var(--text-soft); font-size: var(--fs-sm); }

/* ─────────────────────────────────────────────────────────────
   12 · FLYWHEEL
   ───────────────────────────────────────────────────────────── */
.flywheel { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.fw-visual {
  aspect-ratio: 1; max-width: 360px; margin-inline: auto; width: 100%;
  position: relative; display: grid; place-items: center;
}
.fw-ring {
  position: absolute; inset: 8%; border-radius: 50%;
  border: 1px dashed var(--signal-line);
  animation: spin 38s linear infinite;
}
.fw-ring::before {
  content: ''; position: absolute; inset: 14%; border-radius: 50%; border: 1px solid var(--line);
}
.fw-core {
  width: 52%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, var(--surface), var(--paper-sunk));
  border: 1px solid var(--line-strong); box-shadow: var(--sh-2);
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-display); font-style: italic; font-size: var(--fs-base);
  color: var(--ink); line-height: 1.2; padding: var(--s4);
}
.fw-node {
  position: absolute; width: 14px; height: 14px; border-radius: 50%;
  background: var(--signal); box-shadow: 0 0 0 5px color-mix(in oklab, var(--signal) 18%, transparent);
}
.fw-node.n1 { top: 2%; left: 50%; transform: translateX(-50%); }
.fw-node.n2 { right: 2%; top: 50%; transform: translateY(-50%); }
.fw-node.n3 { bottom: 2%; left: 50%; transform: translateX(-50%); }
.fw-node.n4 { left: 2%; top: 50%; transform: translateY(-50%); }
.fw-list { margin-top: var(--s5); display: flex; flex-direction: column; gap: var(--s2); }
.fw-list li { display: flex; align-items: center; gap: var(--s3); color: var(--text-soft); font-size: var(--fs-base); }
.fw-list li .tick { width: 18px; height: 18px; }

/* ─────────────────────────────────────────────────────────────
   13 · ROI teaser
   ───────────────────────────────────────────────────────────── */
.roi {
  display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.5rem,4vw,3.5rem);
  align-items: center;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-card); padding: clamp(2rem,4vw,3.5rem);
  box-shadow: var(--sh-2); position: relative; overflow: hidden;
}
.roi::before { content:''; position:absolute; left:0; top:0; bottom:0; width:4px; background: linear-gradient(var(--signal-bright), var(--signal-deep)); }
.roi-num { font-family: var(--font-display); font-weight: 600; font-size: clamp(3rem, 6vw, 5.2rem); line-height: .9; color: var(--ink); letter-spacing: -0.03em; }
.roi-num span { color: var(--signal-deep); }
.roi-text h3 { margin-bottom: var(--s2); }
.roi-text p { color: var(--text-soft); font-size: var(--fs-sm); max-width: 46ch; }
.roi-text .disclaimer { font-size: var(--fs-mono); font-family: var(--font-mono); color: var(--text-faint); margin-top: var(--s3); letter-spacing: .04em; }
@media (max-width: 820px) { .roi { grid-template-columns: 1fr; text-align: left; } }

/* ─────────────────────────────────────────────────────────────
   14 · WHY-US + THREE LAWS (manifesto)
   ───────────────────────────────────────────────────────────── */
.feature-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s5); margin-top: var(--s7); }
.feature-col { padding-top: var(--s5); border-top: 2px solid var(--ink); }
.feature-col .fc-ico { display: block; width: 26px; height: 26px; color: var(--signal-deep); margin-bottom: var(--s4); }
.feature-col .fc-ico svg { display: block; width: 100%; height: 100%; }
.feature-col h4 { margin-bottom: var(--s2); font-size: var(--fs-base); }
.feature-col p { color: var(--text-soft); font-size: var(--fs-sm); }

.laws { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem,3vw,2.5rem); margin-top: var(--s7); }
.law { position: relative; padding-top: var(--s6); }
.law-num { font-family: var(--font-display); font-size: 2.4rem; font-weight: 300; font-style: italic; color: var(--signal-deep); line-height: 1; margin-bottom: var(--s4); }
.law h4 { margin-bottom: var(--s3); font-family: var(--font-display); font-size: var(--fs-h4); font-weight: 560; color: var(--ink); letter-spacing: var(--tk-snug); }
.law p { color: var(--text-soft); font-size: var(--fs-sm); }
.laws-foot { text-align: center; margin-top: var(--s7); font-family: var(--font-display); font-style: italic; font-size: var(--fs-lead); color: var(--text-soft); }

/* ─────────────────────────────────────────────────────────────
   15 · COSTS — dark panel
   ───────────────────────────────────────────────────────────── */
.costs {
  background: var(--ink-deep); color: var(--text-inverse);
  border-radius: var(--r-card); padding: clamp(2.5rem,5vw,4.5rem) clamp(1.5rem,4vw,4rem);
  position: relative; overflow: hidden;
}
.costs::after {
  content: ''; position: absolute; right: -10%; top: -30%; width: 50%; height: 160%;
  background: radial-gradient(closest-side, color-mix(in oklab, var(--signal) 16%, transparent), transparent);
  pointer-events: none;
}
.costs-head { max-width: 60ch; position: relative; z-index: 1; }
.costs-head h2 { color: var(--text-inverse); }
.costs-head p { color: var(--text-inverse-soft); margin-top: var(--s4); font-size: var(--fs-lead); line-height: var(--lh-mid); }
.costs-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s5); margin-top: var(--s7); position: relative; z-index: 1; }
.cost-stat { padding-top: var(--s4); border-top: 1px solid var(--line-dark-2); }
.cost-stat .csv { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.8rem,3.5vw,2.8rem); color: var(--signal-bright); line-height: 1; letter-spacing: -0.02em; }
.cost-stat .csl { font-size: var(--fs-xs); color: var(--text-inverse-soft); margin-top: var(--s2); }
.costs-disclaimer { font-family: var(--font-mono); font-size: var(--fs-mono); color: var(--text-inverse-soft); opacity: .6; margin-top: var(--s6); letter-spacing: .04em; position: relative; z-index: 1; }

/* ─────────────────────────────────────────────────────────────
   16 · OFFER LADDER
   ───────────────────────────────────────────────────────────── */
.ladder { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--s4); margin-top: var(--s7); align-items: stretch; }
.rung {
  display: flex; flex-direction: column; gap: var(--s3);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: var(--s5); position: relative;
  transition: transform var(--dur-2) var(--ease), box-shadow var(--dur-2) var(--ease), border-color var(--dur-2) var(--ease);
}
.rung:hover { transform: translateY(-4px); box-shadow: var(--sh-3); }
.rung-step { font-family: var(--font-mono); font-size: var(--fs-mono); letter-spacing: .12em; color: var(--text-faint); text-transform: uppercase; }
.rung h3 { font-size: var(--fs-base); font-family: var(--font-sans); font-weight: 700; color: var(--ink); }
.rung p { font-size: var(--fs-xs); color: var(--text-soft); flex: 1; }
.rung-price { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--ink); letter-spacing: -0.01em; }
.rung-price small { font-family: var(--font-sans); font-size: var(--fs-xs); font-weight: 500; color: var(--text-faint); }
.rung-link { font-size: var(--fs-sm); font-weight: 600; color: var(--signal-deep); display: inline-flex; align-items: center; gap: 5px; }
.rung-link svg { width: 14px; height: 14px; transition: transform var(--dur-2) var(--ease-out); }
.rung:hover .rung-link svg { transform: translateX(3px); }
.rung--free {
  background: linear-gradient(165deg, var(--ink-deep), var(--ink-abyss));
  color: var(--text-inverse); border-color: var(--ink-deep);
}
.rung--free .rung-step { color: var(--signal-bright); }
.rung--free h3 { color: var(--text-inverse); }
.rung--free p { color: var(--text-inverse-soft); }
.rung--free .rung-price { color: var(--text-inverse); }
.rung--free .rung-link { color: var(--signal-bright); }
.rung--featured { border-color: var(--signal-line); box-shadow: var(--sh-signal); }
.rung-tag {
  position: absolute; top: -10px; left: var(--s5);
  font-family: var(--font-sans); font-size: 0.6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  background: var(--signal); color: #fff; padding: 4px 9px; border-radius: var(--r-pill);
}
.ladder-cta { text-align: center; margin-top: var(--s7); }

/* ─────────────────────────────────────────────────────────────
   17 · FINAL CTA + FORM (dark)
   ───────────────────────────────────────────────────────────── */
.final {
  background: var(--ink-abyss); color: var(--text-inverse);
  position: relative; overflow: hidden;
}
.final::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(50% 60% at 50% 0%, color-mix(in oklab, var(--signal) 14%, transparent), transparent 70%);
}
.final .container { position: relative; z-index: 1; }
.final-head { text-align: center; max-width: 60ch; margin-inline: auto; }
.final-head h2 { color: var(--text-inverse); }
.final-head p { color: var(--text-inverse-soft); margin-top: var(--s4); font-size: var(--fs-lead); }
.form-wrap { max-width: 540px; margin: var(--s7) auto 0; }
.contact-form { display: flex; flex-direction: column; gap: var(--s3); }
.form-row { display: flex; gap: var(--s3); flex-wrap: wrap; }
.form-input, .form-textarea {
  flex: 1; min-width: 150px; padding: 0.9rem 1.1rem;
  background: color-mix(in oklab, var(--text-inverse) 6%, transparent);
  border: 1px solid var(--line-dark-2); border-radius: 11px;
  color: var(--text-inverse); font-size: var(--fs-sm); outline: none;
  transition: border-color var(--dur-1) var(--ease), background var(--dur-1) var(--ease);
}
.form-textarea { width: 100%; resize: vertical; }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-inverse-soft); opacity: .6; }
.form-input:focus, .form-textarea:focus {
  border-color: var(--signal); background: color-mix(in oklab, var(--text-inverse) 9%, transparent);
}
.contact-form .btn-inverse { width: 100%; margin-top: var(--s2); }
.form-alt { text-align: center; margin-top: var(--s4); font-size: var(--fs-sm); color: var(--text-inverse-soft); }
.form-alt a { color: var(--signal-bright); font-weight: 600; }
.form-alt a:hover { text-decoration: underline; }
.guard-rail {
  text-align: center; margin-top: var(--s7);
  font-family: var(--font-display); font-style: italic; font-size: var(--fs-base);
  color: var(--text-inverse-soft); max-width: 50ch; margin-inline: auto;
}

/* ─────────────────────────────────────────────────────────────
   18 · FOOTER
   ───────────────────────────────────────────────────────────── */
.site-footer { background: var(--ink-abyss); color: var(--text-inverse-soft); padding-block: var(--sec-sm) var(--s7); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--s7); margin-bottom: var(--s8); }
.footer-brand-row { display: flex; align-items: center; gap: var(--s3); margin-bottom: var(--s4); }
.footer-brand-row .nav-brand-mark { width: 28px; height: 28px; }
.footer-brand-row .nav-brand-name { color: var(--text-inverse); }
.footer-tagline { font-size: var(--fs-sm); line-height: var(--lh-mid); color: var(--text-inverse-soft); max-width: 320px; margin-bottom: var(--s5); }
.footer-contact a { display: block; color: var(--text-inverse-soft); font-size: var(--fs-sm); margin-bottom: var(--s2); transition: color var(--dur-1) var(--ease); }
.footer-contact a:hover { color: var(--text-inverse); }
.footer-col-title { font-family: var(--font-mono); font-size: var(--fs-mono); letter-spacing: var(--tk-mono); text-transform: uppercase; color: var(--text-inverse); margin-bottom: var(--s4); }
.footer-links { display: flex; flex-direction: column; gap: var(--s3); }
.footer-links a { color: var(--text-inverse-soft); font-size: var(--fs-sm); transition: color var(--dur-1) var(--ease); }
.footer-links a:hover { color: var(--signal-bright); }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-top: var(--s5); display: flex; justify-content: space-between; gap: var(--s5); flex-wrap: wrap; }
.footer-legal { font-size: var(--fs-xs); color: var(--text-inverse-soft); opacity: .7; }
.footer-legal a { color: var(--text-inverse-soft); }
.footer-legal a:hover { color: var(--text-inverse); text-decoration: underline; }
.footer-address { font-size: var(--fs-xs); color: var(--text-inverse-soft); opacity: .7; font-style: normal; text-align: right; }

/* ─────────────────────────────────────────────────────────────
   19 · REVEAL / MOTION
   ───────────────────────────────────────────────────────────── */
#scrollProgress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--signal-deep), var(--signal-bright));
  z-index: 300; transition: width .1s linear;
}
/* Progressive enhancement: hide-then-reveal only when JS is on (html.js). Without
   JS (most AI crawlers — GPTBot/ClaudeBot/PerplexityBot fetch static HTML), all
   content stays visible so the page remains indexable/citable. */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity var(--dur-3) var(--ease-out), transform var(--dur-3) var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .fw-ring { animation: none; }
}

/* ─────────────────────────────────────────────────────────────
   20 · RESPONSIVE
   ───────────────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: clamp(3rem,8vw,5rem); }
  .answer-stage { max-width: 460px; margin-inline: auto; width: 100%; }
  .split { grid-template-columns: 1fr; }
  .split-head { position: static; }
  .scorecard { grid-template-columns: 1fr; }
  .score-panel { position: static; }
  .flywheel { grid-template-columns: 1fr; }
  .feature-cols { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile--feature, .tile--wide, .tile--std { grid-column: span 1; grid-row: auto; }
  .ladder { grid-template-columns: repeat(2, 1fr); }
  .laws { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; gap: var(--s6); }
  .timeline::before { display: none; }
  .costs-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .checks-board { grid-template-columns: 1fr; }
  .feature-cols { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .costs-stats { grid-template-columns: 1fr 1fr; }
  .ladder { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-address { text-align: left; }
  .hero-ctas .btn { width: 100%; }
  .score-chip { right: 50%; transform: translateX(50%); bottom: -26px; }
}
