/* ==========================================================================
   FRAME IGNITE — dossier / masthead system
   Single stylesheet. Maroon-forward, bordered editorial layout, sharp edges.
   ========================================================================== */

:root {
  --brand: #9e1f2f;
  --brand-600: #841a27;
  --brand-700: #6b151f;
  --brand-800: #3a0d13;
  --brand-tint: #f7e8e9;
  --brand-tint-2: #edcdd1;

  --accent: #ab8642;
  --accent-600: #8c6d33;

  --ink: #1c1516;
  --ink-2: #2a2022;
  --ink-3: #3d2f31;
  --paper: #faf7f4;
  --paper-2: #f1e9e5;
  --white: #ffffff;

  --muted: #b3a49e;
  --muted-on-light: #6f5f5a;
  --line-light: #e3d7d1;
  --line-dark: rgba(255,255,255,.16);
  --error: #b3261e;

  --font-display: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --wrap: 1280px;
  --gutter: 24px;
  --header-h: 84px;
  --radius-sm: 2px;
  --radius: 3px;
  --radius-lg: 4px;
  --radius-pill: 999px;
  --hair-dark: 1px solid var(--line-dark);
  --hair-light: 1px solid var(--line-light);
  --measure: 66ch;
  --shadow-sm: 0 1px 0 rgba(28, 21, 22, .05);
  --shadow-md: 6px 6px 0 0 rgba(28, 21, 22, .07);
  --shadow-lg: 14px 14px 0 0 rgba(28, 21, 22, .09);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.65;
  text-wrap: pretty;
  scroll-behavior: auto;
}
html { scroll-padding-top: calc(var(--header-h) + 20px); }
img, svg { max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 800; line-height: 1.05; letter-spacing: -0.015em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }
a { color: var(--brand); text-decoration: none; background-image: linear-gradient(currentColor, currentColor); background-repeat: no-repeat; background-position: 0 100%; background-size: 0 1px; transition: color .15s ease, background-size .15s ease; }
a:hover { color: var(--brand-600); background-size: 100% 1px; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 0; }
.skip-link {
  position: absolute; left: 0; top: -60px; z-index: 200;
  background: var(--brand); color: var(--white); padding: 14px 22px;
  font-family: var(--font-mono); font-size: .8125rem; text-transform: uppercase;
  letter-spacing: .12em; text-decoration: none; border-radius: 0;
  transition: top .12s ease;
}
.skip-link:focus { top: 0; }
.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;
}

/* ---------- layout primitives ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(60px, 7vw, 108px) 0; position: relative; }
.section--dark { background: var(--ink); color: var(--paper); }
.section--light { background: var(--paper); color: var(--ink); border-top: var(--hair-light); }
.section--band { background: var(--brand-800); color: var(--paper); }
.section--dark a, .section--band a { color: var(--accent); }
.section--dark a:hover, .section--band a:hover { color: var(--white); }

.mono {
  font-family: var(--font-mono); font-size: .75rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .14em;
}

.eyebrow {
  display: flex; align-items: center; gap: 14px; margin: 0 0 20px;
  padding: 0 0 14px; color: var(--brand); border-bottom: 2px solid var(--brand);
  border-radius: 0; width: fit-content;
}
.eyebrow__idx {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 30px; height: 22px; padding: 0 6px; border-radius: 0; background: var(--ink); color: var(--paper);
  font-size: .6875rem;
}
.section--dark .eyebrow, .section--band .eyebrow { color: var(--accent); border-bottom-color: var(--accent); }
.section--dark .eyebrow__idx, .section--band .eyebrow__idx { background: var(--paper); color: var(--ink); }
.eyebrow__rule { display: block; flex: 1 1 auto; height: 1px; background: currentColor; opacity: .3; min-width: 40px; }

.h1 { font-size: clamp(2.5rem, 6vw, 4rem); letter-spacing: -0.03em; }
h2, .h2 { font-size: clamp(1.75rem, 3.1vw, 2.4rem); letter-spacing: -0.02em; }
h3, .h3 { font-size: clamp(1.1rem, 1.5vw, 1.25rem); font-weight: 700; letter-spacing: -0.01em; }
.lede { margin: 18px 0 0; max-width: 58ch; color: var(--muted-on-light); font-size: 1.125rem; padding-left: 18px; border-left: 3px solid var(--line-light); }
.section--dark .lede, .section--band .lede { color: var(--muted); border-left-color: var(--line-dark); }
.section-head { margin-bottom: clamp(40px, 5vw, 64px); max-width: 780px; }
.section-head--wide { max-width: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 13px 28px; border: 1.5px solid transparent;
  border-radius: var(--radius-sm); font-family: var(--font-mono); font-size: .8125rem;
  font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; background-image: none;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.btn--primary { background: var(--brand); color: var(--white); border-color: var(--brand); box-shadow: var(--shadow-md); }
.btn--primary:hover { background: var(--ink); border-color: var(--ink); color: var(--white); transform: translate(-3px,-3px); box-shadow: var(--shadow-lg); }
.btn--ghost { background: transparent; color: var(--paper); border-color: var(--line-dark); }
.btn--ghost:hover { border-color: var(--accent); background: transparent; color: var(--accent); }
.btn--dark { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--dark:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }
.btn--outline-light { background: var(--white); color: var(--brand); border-color: var(--line-light); }
.btn--outline-light:hover { border-color: var(--brand); background: var(--brand); color: var(--white); }
.btn[disabled] { opacity: .6; cursor: default; transform: none !important; }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  min-height: var(--header-h);
  background: var(--paper); color: var(--ink);
  border-bottom: 1px solid var(--line-light);
  transition: box-shadow .15s ease, border-color .15s ease;
}
.header--scrolled { box-shadow: 0 4px 0 0 var(--brand); border-bottom-color: var(--ink); }
.header__inner { display: flex; align-items: center; gap: 0; min-height: var(--header-h); }
.header__logo { display: inline-flex; align-items: center; padding: 17px 28px 17px 0; text-decoration: none; color: var(--ink); background: none; }
.header__logo:hover { background: none; }
.header__logo svg { display: block; height: 28px; width: auto; }
.header__nav { margin-left: auto; border-left: var(--hair-light); padding-left: 4px; }
.nav__list { display: flex; align-items: stretch; gap: 0; list-style: none; }
.nav__link {
  display: flex; align-items: center; height: var(--header-h); padding: 0 20px; color: var(--muted-on-light); text-decoration: none;
  font-family: var(--font-mono); font-size: .75rem; font-weight: 500; text-transform: uppercase; letter-spacing: .1em;
  border-radius: 0; border-bottom: 3px solid transparent; background: none;
}
.nav__link:hover { color: var(--ink); background: var(--paper-2); }
.nav__link[aria-current="true"], .nav__link.is-active { color: var(--brand); background: none; border-bottom-color: var(--brand); }
.header__cta { margin-left: 20px; background: var(--brand); color: var(--white); border-color: var(--brand); min-height: 44px; padding: 10px 22px; }
.header__cta:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.header__toggle {
  display: none; margin-left: auto; align-items: center; gap: 12px;
  background: var(--ink); border: 1px solid var(--ink); border-radius: 0;
  padding: 10px 18px; min-height: 44px; cursor: pointer;
  font-family: var(--font-mono); font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  color: var(--paper);
}
.header__toggle-bars { display: grid; gap: 4px; width: 16px; }
.header__toggle-bars span { display: block; height: 1.5px; background: currentColor; }

.overlay {
  position: fixed; inset: 0; z-index: 99; display: none;
  background: var(--ink); padding: calc(var(--header-h) + 24px) var(--gutter) 32px;
  overflow-y: auto; border-top: 6px solid var(--brand);
}
.overlay.is-open { display: block; }
.overlay__list { list-style: none; display: grid; gap: 0; max-width: 620px; }
.overlay__list li { border-bottom: 1px solid var(--line-dark); }
.overlay__list li:first-child { border-top: 1px solid var(--line-dark); }
.overlay__link {
  display: flex; align-items: baseline; gap: 18px; padding: 22px 4px;
  color: var(--paper); text-decoration: none; background: none;
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
}
.overlay__link span { font-family: var(--font-mono); font-size: .75rem; color: var(--accent); letter-spacing: .12em; }
.overlay__cta { margin-top: 32px; display: grid; max-width: 620px; }
.overlay__cta .btn { background: var(--brand); color: var(--white); border-color: var(--brand); }
body.is-locked { overflow: hidden; }

/* ---------- hero (light masthead, offset frame) ---------- */
.hero {
  background: var(--paper); color: var(--ink);
  padding: clamp(48px, 7vw, 84px) 0 0;
  position: relative; overflow: hidden; border-bottom: var(--hair-light);
}
.hero::before {
  content: "01"; position: absolute; top: -0.12em; right: var(--gutter);
  font-family: var(--font-display); font-weight: 800; font-size: clamp(8rem, 22vw, 18rem);
  color: var(--brand-tint); line-height: 1; z-index: 0; pointer-events: none; letter-spacing: -0.05em;
}
.hero__strip { display: none; }
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(32px, 5vw, 64px); align-items: end;
  padding-bottom: clamp(48px, 6vw, 80px);
  border-bottom: var(--hair-light);
}
.hero__eyebrow { display: inline-flex; color: var(--brand); margin-bottom: 26px; background: none; padding: 0 0 10px; border-bottom: 2px solid var(--brand); border-radius: 0; }
.hero__title { margin-bottom: 26px; }
.hero__title-main { display: block; font-size: clamp(2.4rem, 5.6vw, 3.6rem); font-weight: 800; letter-spacing: -0.03em; color: var(--ink); }
.hero__title-main .zero { color: var(--brand); }
.hero__title-sub { display: block; margin-top: 16px; font-size: clamp(1.15rem, 2.2vw, 1.5rem); font-weight: 500; letter-spacing: -0.01em; color: var(--brand); font-family: var(--font-body); }
.hero__sub { max-width: 52ch; color: var(--muted-on-light); font-size: 1.0625rem; }
.hero__sub strong { color: var(--ink); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 34px; }
.hero__actions .btn--ghost { color: var(--ink); border-color: var(--line-light); }
.hero__actions .btn--ghost:hover { border-color: var(--brand); color: var(--brand); }
.hero__trust { margin-top: 28px; color: var(--muted-on-light); padding-top: 18px; border-top: var(--hair-light); }

/* hero visual: offset bordered frame */
.hero__visual { display: grid; gap: 0; position: relative; padding: 0 0 20px 20px; }
.hero__media {
  border-radius: 0; overflow: hidden; border: 1.5px solid var(--ink);
  box-shadow: var(--shadow-lg); line-height: 0; position: relative; z-index: 1;
}
.hero__media img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: cover; filter: grayscale(.25) contrast(1.05); }
.hero__visual::before {
  content: ""; position: absolute; top: 20px; left: 0; right: 20px; bottom: 0;
  border: 1.5px solid var(--brand); z-index: 0;
}

.hero__cards { display: grid; gap: 0; margin-top: -1px; }
.hero__card {
  background: var(--white); border: 1.5px solid var(--ink); border-top: 0;
  border-radius: 0; padding: 18px 20px;
  display: flex; align-items: center; gap: 16px; position: relative; z-index: 1;
}
.hero__card-num { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; color: var(--brand); flex: 0 0 auto; }
.hero__card-body h3 { color: var(--ink); font-size: 1rem; margin-bottom: 4px; }
.hero__card-body p { color: var(--muted-on-light); font-size: .875rem; margin: 0; }
.hero__card--cta {
  background: var(--brand); border-color: var(--brand); display: block; text-align: left; color: var(--white);
}
.hero__card--cta .mono { color: rgba(255,255,255,.75); }
.hero__card--cta strong { display: block; color: var(--white); font-size: 1.0625rem; margin-top: 8px; font-family: var(--font-display); }

.ticker { display: none; }

/* ---------- overview: prose top, spec strip, arrow-flow steps ---------- */
.about__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.about__prose {
  grid-column: 1; background: none; border: 0; border-radius: 0;
  padding: 0; box-shadow: none; max-width: 78ch;
}
.about__prose h3 { margin: 30px 0 8px; color: var(--brand); font-size: .8125rem; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
.about__prose h3:first-child { margin-top: 0; }
.spec {
  border-radius: 0; background: var(--ink); color: var(--paper); overflow: hidden;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(36px, 4vw, 52px);
  border: 1px solid var(--ink);
}
.spec__head { grid-column: 1 / -1; padding: 18px 22px; color: var(--accent); border-bottom: 1px solid var(--line-dark); }
.spec__list { list-style: none; padding: 0; display: contents; }
.spec__list li { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px; border-right: 1px solid var(--line-dark); border-top: 1px solid var(--line-dark); }
.spec__k { color: var(--muted); font-family: var(--font-mono); font-size: .6875rem; text-transform: uppercase; letter-spacing: .1em; }
.spec__v { text-align: left; font-weight: 600; font-size: 1rem; color: var(--white); }

.runs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: clamp(40px, 5vw, 64px); counter-reset: run; border-top: var(--hair-light); border-left: var(--hair-light); }
.run {
  position: relative; border-right: var(--hair-light); border-bottom: var(--hair-light); background: transparent;
  padding: 30px 26px; counter-increment: run;
}
.run::before {
  content: counter(run, decimal-leading-zero);
  display: block; margin-bottom: 20px;
  font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; color: var(--brand-tint-2);
}
.run__idx { display: none; }
.run h3 { margin: 0 0 8px; }
.run p { color: var(--muted-on-light); font-size: .9375rem; }

/* ---------- fit: ledger list, not boxed columns ---------- */
.fit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 56px); border-top: 2px solid var(--paper); }
.fit__col { border-radius: 0; padding: 0; }
.fit__col--yes { border-right: 1px dashed var(--line-dark); padding-right: clamp(24px, 4vw, 56px); }
.fit__col--no { }
.fit__head { padding-bottom: 18px; margin-bottom: 6px; font-size: 2rem; font-family: var(--font-display); text-transform: none; letter-spacing: -0.02em; font-weight: 800; border-bottom: 0; }
.fit__col--yes .fit__head { color: var(--accent); }
.fit__col--no .fit__head { color: var(--muted); }
.fit__list { list-style: none; }
.fit__list li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); font-size: 1rem; align-items: flex-start; }
.fit__list li:last-child { border-bottom: 0; }
.fit__mark {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 0; font-family: var(--font-mono); font-size: .8125rem; margin-top: 1px; border: 1px solid currentColor;
}
.fit__col--yes .fit__mark { background: transparent; color: var(--accent); }
.fit__col--no .fit__mark { background: transparent; color: var(--muted); }
.fit__col--yes li { color: var(--paper); }
.fit__col--no li { color: var(--muted); }

/* ---------- advantages: stacked ledger rows with big index, not bento ---------- */
.adv { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; border-top: var(--hair-light); counter-reset: advc; }
.adv__card {
  background: var(--white); border: 0; border-bottom: var(--hair-light); border-radius: 0;
  padding: clamp(22px, 2.6vw, 30px) 0; box-shadow: none; transition: padding-left .18s ease, background-color .18s ease;
  display: grid; grid-template-columns: 56px 40px minmax(0,1fr); column-gap: clamp(16px, 3vw, 32px); row-gap: 6px; align-items: start;
}
.adv__card:hover { padding-left: 12px; background: var(--brand-tint); }
.adv__card::before {
  grid-column: 1; grid-row: 1 / 3;
  counter-increment: advc; content: counter(advc, decimal-leading-zero);
  font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; color: var(--brand-tint-2); line-height: 1;
}
.adv__icon { grid-column: 2; grid-row: 1 / 3; width: 28px; height: 28px; margin: 2px 0 0; color: var(--brand); }
.adv__card h3 { grid-column: 3; grid-row: 1; margin-bottom: 0; }
.adv__card p { grid-column: 3; grid-row: 2; color: var(--muted-on-light); font-size: .9375rem; margin: 0; }

/* ---------- program modules: numbered dossier list, replaces sidebar timeline ---------- */
.tl { position: relative; }
.tl__ruler, .tl__playhead { display: none; }
.tl__track {
  list-style: none; display: grid; gap: 0; border-left: 0; padding-left: 0;
  border-top: 1px solid var(--line-dark);
}
.tl__clip {
  position: relative; display: block; width: 100%; text-align: left;
  background: transparent; border: 0; border-bottom: 1px solid var(--line-dark); border-radius: 0;
  padding: 22px 0; cursor: pointer; color: var(--paper);
  display: grid; grid-template-columns: 56px auto 1fr auto; align-items: center; gap: 20px;
  transition: background-color .15s ease;
}
.tl__clip::before { content: none; }
.tl__clip:hover { background: rgba(255,255,255,.03); }
.tl__clip[aria-expanded="true"] { background: rgba(171,134,66,.08); }
.tl__clip[aria-expanded="true"]::before { content: none; }
.tl__tc { display: block; font-family: var(--font-mono); font-size: .6875rem; color: var(--muted); }
.tl__no {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 0;
  background: transparent; border: 1px solid var(--line-dark); color: var(--muted); font-family: var(--font-mono); font-size: .8125rem;
}
.tl__clip[aria-expanded="true"] .tl__no { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.tl__name { font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; line-height: 1.25; letter-spacing: -0.01em; }
.tl__meta { display: flex; align-items: center; gap: 10px; justify-self: end; }
.tl__bar { display: none; }
.tl__chip { border: 1px solid var(--line-dark); border-radius: 0; padding: 6px 12px; color: var(--muted); font-family: var(--font-mono); font-size: .6875rem; letter-spacing: .08em; }
.tl__clip[aria-expanded="true"] .tl__chip { border-color: var(--accent); color: var(--ink); background: var(--accent); }

.tl__panels { margin-top: 0; }
.tl__panel { display: none; padding: 26px 0 30px clamp(0px, 0vw, 0px); border-bottom: 1px solid var(--line-dark); }
.tl__panel.is-open { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .72fr); gap: clamp(24px, 4vw, 48px); padding-left: 76px; }
.tl__panel h3 { margin-bottom: 6px; color: var(--white); }
.tl__panel-tc { color: var(--accent); margin-bottom: 14px; }
.tl__lessons { list-style: none; counter-reset: l; }
.tl__lessons li {
  counter-increment: l; display: grid; grid-template-columns: 30px 1fr; gap: 12px;
  padding: 11px 0; border-bottom: 1px solid var(--line-dark); color: var(--paper); font-size: .9375rem;
}
.tl__lessons li:last-child { border-bottom: 0; }
.tl__lessons li::before { content: counter(l, decimal-leading-zero); color: var(--accent); font-family: var(--font-mono); font-size: .75rem; letter-spacing: .1em; }
.tl__deliver { background: transparent; border: 1px solid var(--accent); border-radius: 0; padding: 20px; align-self: start; }
.tl__deliver .mono { color: var(--accent); }
.tl__deliver p { margin-top: 12px; font-size: 1rem; color: var(--white); }

.bonus { display: grid; grid-template-columns: minmax(0, 220px) minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); margin-top: 48px; padding: clamp(24px, 3vw, 34px) 0; border-radius: 0; background: transparent; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.bonus__label { color: var(--accent); }
.bonus__list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 24px; }
.bonus__list li { display: flex; gap: 10px; color: var(--paper); font-size: .9375rem; align-items: baseline; }
.bonus .bonus__label.mono { color: var(--accent); }
.bonus__list li::before { content: "＋"; color: var(--accent); font-family: var(--font-mono); }
.callout { margin-top: 40px; border-radius: 0; background: transparent; border: 1.5px solid var(--accent); padding: clamp(24px, 3vw, 32px); color: var(--paper); }
.callout p { font-size: 1.0625rem; }
.callout p + p { color: var(--muted); }
.callout__link { display: inline-block; margin-top: 16px; font-family: var(--font-mono); font-size: .8125rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }

/* ---------- tools: striped ledger rows, replaces card grid ---------- */
.tools__table { border-collapse: collapse; display: block; }
.tools__table caption {
  display: flex; align-items: baseline; gap: 14px; text-align: left;
  margin-bottom: 0; padding-bottom: 18px; border-bottom: 2px solid var(--ink);
  color: var(--ink); font-family: var(--font-mono); font-size: .75rem;
  font-weight: 500; text-transform: uppercase; letter-spacing: .1em;
}
.tools__table caption::before { content: none; }
.tools__table thead { display: grid; grid-template-columns: 1.1fr 1.6fr 1.6fr 1fr; padding: 14px 0; border-bottom: var(--hair-light); }
.tools__table thead tr { display: contents; }
.tools__table thead th { font-family: var(--font-mono); font-size: .6875rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-on-light); font-weight: 500; }
.tools__table tbody { display: block; }
.tools__table tr {
  display: grid; grid-template-columns: 1.1fr 1.6fr 1.6fr 1fr; gap: 16px; align-items: baseline;
  background: transparent; border: 0; border-bottom: var(--hair-light);
  padding: 18px 0; box-shadow: none;
}
.tools__table tr:hover { background: var(--brand-tint); }
.tools__table th, .tools__table td { display: block; padding: 0; text-align: left; vertical-align: top; font-size: .9375rem; border: 0; }
.tools__table tbody th { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--ink); margin-bottom: 0; }
.tools__table td { margin-top: 0; color: var(--muted-on-light); }
.tools__table td::before { content: none; }
.tools__table td:last-child { font-family: var(--font-mono); font-size: .8125rem; color: var(--brand); }

.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 48px; border: 1.5px solid var(--ink); }
.tier { border: 0; border-right: 1.5px solid var(--ink); border-radius: 0; background: var(--white); padding: 30px 26px; box-shadow: none; }
.tier:last-child { border-right: 0; }
.tier:nth-child(2) { background: var(--ink); border-color: var(--ink); color: var(--paper); box-shadow: none; transform: none; }
.tier:nth-child(2) .tier__label, .tier:nth-child(2) p { color: var(--muted); }
.tier:nth-child(2) .tier__price { color: var(--accent); }
.tier__label { color: var(--muted-on-light); }
.tier__price { display: block; margin: 14px 0 10px; font-family: var(--font-display); font-weight: 800; font-size: 1.75rem; color: var(--brand); }
.tier p { color: var(--muted-on-light); font-size: .875rem; }
.notes { margin-top: 36px; display: grid; gap: 14px; max-width: var(--measure); padding-top: 24px; border-top: var(--hair-light); }
.notes p { color: var(--muted-on-light); font-size: .875rem; }

/* ---------- numbers: bordered ledger grid, not solid dark blocks ---------- */
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; background: transparent; border-radius: 0; overflow: visible; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.stat { background: transparent; padding: clamp(28px, 3vw, 38px); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.stat__fig { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2.1rem, 3.6vw, 2.75rem); letter-spacing: -0.03em; line-height: 1; color: var(--white); }
.stat__label { display: block; margin: 16px 0 8px; color: var(--accent); }
.stat__note { color: var(--muted); font-size: .875rem; }
.numbers__foot { margin-top: 36px; display: grid; gap: 12px; max-width: var(--measure); padding-top: 24px; border-top: 1px solid var(--line-dark); }
.numbers__foot .mono { color: var(--accent); }
.numbers__foot p { color: var(--muted); font-size: .9375rem; }

/* ---------- enrollment: diagonal numbered strip, replaces connected circles ---------- */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; position: relative; border-top: 2px solid var(--ink); }
.steps::before { content: none; }
.step { position: relative; padding: 26px 22px 0 0; border-right: var(--hair-light); }
.step:last-child { border-right: 0; }
.step::before {
  content: counter(stp, decimal-leading-zero); counter-increment: stp;
  display: block; margin-bottom: 16px; width: auto; height: auto; border-radius: 0;
  background: none; border: 0; font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; color: var(--brand);
}
.steps { counter-reset: stp; }
.step__idx { display: none; }
.step h3 { margin: 0 0 8px; }
.step p { color: var(--muted-on-light); font-size: .9375rem; padding-right: 10px; }
.enroll__note { margin-top: 40px; padding-top: 20px; border-top: var(--hair-light); color: var(--muted-on-light); font-size: .9375rem; max-width: var(--measure); }

/* ---------- form: split ticket layout ---------- */
.reg__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .62fr); gap: 0; align-items: stretch; border: 1.5px solid var(--ink); }
.form {
  display: grid; gap: 22px; background: var(--white); border-radius: 0;
  padding: clamp(28px, 3.2vw, 44px); box-shadow: none; border-right: 1.5px solid var(--ink);
}
.form__row { display: grid; gap: 8px; }
.form__row--2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form label { font-family: var(--font-mono); font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--brand); }
.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form select, .form textarea {
  width: 100%; min-height: 48px; padding: 12px 4px; font-family: var(--font-body); font-size: 1rem;
  color: var(--ink); background: transparent; border: 0; border-bottom: 1.5px solid var(--line-light); border-radius: 0;
  transition: border-color .12s ease;
}
.form textarea { min-height: 100px; resize: vertical; }
.form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted-on-light) 50%), linear-gradient(135deg, var(--muted-on-light) 50%, transparent 50%); background-position: calc(100% - 12px) 21px, calc(100% - 7px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form input:hover, .form select:hover, .form textarea:hover { border-color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--brand); background: transparent; }
.form [aria-invalid="true"] { border-color: var(--error); }
.form__hint { color: var(--muted-on-light); font-family: var(--font-mono); font-size: .75rem; letter-spacing: .06em; }
.form__err { display: none; color: var(--error); font-family: var(--font-mono); font-size: .75rem; letter-spacing: .06em; }
.form__err.is-shown { display: block; }
.form__count { justify-self: end; color: var(--muted-on-light); font-family: var(--font-mono); font-size: .75rem; }
.form__check { display: grid; grid-template-columns: 20px 1fr; gap: 14px; align-items: start; }
.form__check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--brand); border-radius: 0; }
.form__check label { font-family: var(--font-body); font-size: .9375rem; font-weight: 400; text-transform: none; letter-spacing: normal; color: var(--ink); line-height: 1.5; }
.form__honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__summary { display: none; border-radius: 0; background: #f7e2df; border-left: 3px solid var(--error); padding: 14px 16px; color: var(--error); font-size: .9375rem; }
.form__summary.is-shown { display: block; }
.form__submit { display: grid; gap: 14px; justify-items: start; }
.form__submit .mono { color: var(--muted-on-light); text-transform: none; letter-spacing: .02em; font-size: .8125rem; max-width: 52ch; line-height: 1.6; font-family: var(--font-body); }
.reassure { border-radius: 0; background: var(--ink); color: var(--paper); padding: clamp(28px, 3vw, 40px); }
.reassure__head { color: var(--accent); padding-bottom: 18px; }
.reassure__list { list-style: none; }
.reassure__list li { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line-dark); font-size: .9375rem; align-items: flex-start; color: var(--paper); }
.reassure__list li:last-child { border-bottom: 0; }
.reassure__list li::before { content: "—"; color: var(--accent); font-family: var(--font-mono); font-weight: 700; }
.reassure a { color: var(--accent); }
.reassure a:hover { color: var(--white); }

/* ---------- faq: bordered list, plus/minus removed for a text arrow ---------- */
.faq { max-width: 920px; display: grid; gap: 0; border-top: 1.5px solid var(--ink); }
.faq details { border-radius: 0; background: transparent; overflow: hidden; transition: background-color .12s ease; border-bottom: var(--hair-light); }
.faq details[open] { background: var(--brand-tint); box-shadow: none; }
.faq summary { display: grid; grid-template-columns: 40px 1fr auto; gap: 16px; align-items: center; padding: 22px 4px; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before {
  counter-increment: faqc; content: counter(faqc, decimal-leading-zero);
  font-family: var(--font-mono); color: var(--muted); font-size: .8125rem; font-weight: 400;
}
.faq { counter-reset: faqc; }
.faq summary::after {
  content: "＋"; font-family: var(--font-mono); color: var(--brand); background: none;
  border-radius: 0; width: auto; height: auto; display: inline-flex; align-items: center; justify-content: center;
  text-align: center; font-size: 1.125rem;
}
.faq details[open] summary::after { content: "－"; color: var(--brand); }
.faq summary:hover { color: var(--brand); }
.faq__body { padding: 0 4px 26px 56px; max-width: var(--measure); }
.faq__body p { color: var(--muted-on-light); font-size: .9375rem; }
.faq__body p + p { margin-top: .8em; }

/* ---------- company: business-card block ---------- */
.company__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(24px, 4vw, 40px); align-items: start; border: 1px solid var(--line-dark); }
.company__logo { color: var(--ink); background: var(--paper); border-radius: 0; padding: 32px clamp(24px,3vw,40px); display: flex; align-items: center; }
.company__logo svg { height: 32px; width: auto; }
.company__prose { max-width: none; padding: 0 clamp(24px,3vw,40px) clamp(24px,3vw,40px); }
.company__prose p { color: var(--muted); max-width: var(--measure); }
.details {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0; background: transparent; border-radius: 0; overflow: visible; margin-top: 30px; border: 1px solid var(--line-dark);
}
.details div { background: transparent; padding: 18px 20px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.details dt { color: var(--accent); font-family: var(--font-mono); font-size: .6875rem; text-transform: uppercase; letter-spacing: .1em; }
.details dd { margin: 8px 0 0; font-size: .9375rem; color: var(--white); }
.company__link { display: inline-block; margin-top: 26px; font-family: var(--font-mono); font-size: .8125rem; text-transform: uppercase; letter-spacing: .1em; }

/* ---------- final CTA: bordered ticket, not gradient banner ---------- */
.final { background: var(--paper); color: var(--ink); }
.final__inner { display: grid; gap: 24px; justify-items: start; text-align: left; padding: clamp(40px,5vw,64px); border: 1.5px solid var(--ink); position: relative; }
.final__inner::before { content: "→"; position: absolute; top: clamp(40px,5vw,64px); right: clamp(40px,5vw,64px); font-family: var(--font-display); font-size: 2.5rem; color: var(--brand-tint-2); }
.final h2 { max-width: 22ch; color: var(--ink); }
.final p { font-size: 1.125rem; max-width: 46ch; color: var(--muted-on-light); }
.final p.mono { font-size: .8125rem; color: var(--muted-on-light); }
.final p.mono a { color: var(--brand); }
.final .btn--dark { background: var(--brand); color: var(--white); border-color: var(--brand); }
.final .btn--dark:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }

/* ---------- footer: unique asymmetric dossier layout ---------- */
.footer { background: var(--brand-800); color: var(--paper); border-top: 6px solid var(--brand); }
.footer__brandband {
  display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 24px;
  padding: clamp(48px, 6vw, 72px) 0 clamp(32px,4vw,48px); border-bottom: 0;
}
.footer__brand { display: grid; gap: 18px; }
.footer__brand svg { height: 46px; width: auto; color: var(--white); }
.footer__brand p { margin: 0; color: var(--muted); font-size: .9375rem; max-width: 46ch; }
.footer__cta { display: flex; gap: 12px; flex-wrap: wrap; justify-self: end; }
.footer__cta .btn--primary { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.footer__cta .btn--primary:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }

.footer__rail {
  display: grid; grid-template-columns: .9fr .9fr 1fr 1.1fr; gap: 0;
  padding: 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark);
}
.footer__col { padding: clamp(28px,3vw,40px) clamp(20px, 2.4vw, 36px); border-left: 1px solid var(--line-dark); }
.footer__col:first-child { border-left: 0; }
.footer__col:last-child { background: rgba(0,0,0,.18); }
.footer__col h2 { font-size: .6875rem; font-family: var(--font-mono); font-weight: 500; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); margin-bottom: 22px; }
.footer__col ul { list-style: none; display: grid; gap: 14px; }
.footer__col p { color: var(--muted); font-size: .875rem; line-height: 1.6; margin: 0 0 16px; }
.footer__col a, .footer__col button.footer__linkbtn {
  color: var(--paper); text-decoration: none; background-image: none; font-size: .9375rem; background: none; border: 0; padding: 0; cursor: pointer; text-align: left;
}
.footer__col a:hover, .footer__col button.footer__linkbtn:hover { color: var(--accent); }
.footer__legal-data { display: grid; gap: 12px; color: var(--muted); font-family: var(--font-mono); font-size: .85rem; line-height: 1.7; letter-spacing: .02em; }
.footer__legal-data a { color: var(--paper); }
.footer__legal-data a:hover { color: var(--accent); }

.footer__disclaimer { border-radius: 0; background: transparent; border: 0; border-left: 3px solid var(--accent); padding: clamp(24px, 3vw, 34px) clamp(24px,3vw,34px); margin: 0; }
.footer__disclaimer h2 { font-family: var(--font-mono); font-size: .75rem; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); margin-bottom: 18px; }
.footer__disclaimer p { color: var(--muted); font-size: .875rem; max-width: 96ch; }
.footer__disclaimer p + p { margin-top: .9em; }
.footer__disclaimer strong { color: var(--paper); font-weight: 600; }

.footer__t3 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; padding: 22px 0; border-top: 1px solid var(--line-dark); color: var(--muted); }
.footer__t3 span:not(:last-child)::after { content: "·"; margin-left: 12px; color: var(--accent); }

/* legacy hooks kept for JS compatibility, visually unused now */
.footer__buttons { display: none; }

/* ---------- consent ---------- */
.consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; display: none;
}
.consent.is-open { display: flex; justify-content: center; padding: 0 var(--gutter) 20px; }
.consent__inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 24px; align-items: center;
  padding: 22px 26px; max-width: 980px; width: 100%;
  background: var(--ink); color: var(--paper); border-radius: 0; border-top: 3px solid var(--brand); box-shadow: var(--shadow-lg);
}
.consent p { font-size: .9375rem; color: var(--muted); max-width: 76ch; margin: 0; }
.consent p a { color: var(--accent); }
.consent__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.consent .btn--ghost { color: var(--paper); }
.consent__link { font-family: var(--font-mono); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--accent); }

/* ---------- thank you + legal pages ---------- */
.page { padding: clamp(56px, 7vw, 104px) 0; }
.thanks { max-width: 640px; margin: 0 auto; text-align: left; }
.thanks__check { width: 56px; height: 56px; color: var(--brand); margin: 0 0 28px; display: block; }
.thanks h1 { font-size: clamp(2.1rem, 4.6vw, 3rem); }
.thanks p { margin-top: 20px; color: var(--muted-on-light); }
.thanks__steps { list-style: none; text-align: left; margin: 36px 0 0; border-top: 2px solid var(--ink); }
.thanks__steps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 16px 0; border-bottom: var(--hair-light); font-size: .9375rem; }
.thanks__steps li span { color: var(--brand); font-family: var(--font-mono); font-size: .75rem; letter-spacing: .1em; }
.thanks__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-start; margin-top: 36px; }

.doc { max-width: var(--measure); }
.doc__meta { display: grid; gap: 8px; margin: 26px 0 44px; padding: 18px 22px; border-radius: 0; background: transparent; border-left: 3px solid var(--brand); color: var(--brand); }
.doc h2 { font-size: clamp(1.25rem, 2vw, 1.5rem); margin: 46px 0 14px; color: var(--brand); padding-top: 24px; border-top: var(--hair-light); }
.doc h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.doc h3 { margin: 28px 0 8px; }
.doc p, .doc li { color: var(--ink); }
.doc ul { list-style: none; margin: 14px 0; display: grid; gap: 10px; }
.doc ul li { position: relative; padding-left: 26px; font-size: 1rem; }
.doc ul li::before { content: "—"; position: absolute; left: 0; top: 0; color: var(--brand); font-family: var(--font-mono); font-size: .8125rem; }
.doc__toc { list-style: none; display: grid; gap: 8px; margin: 0 0 44px; padding: 22px; border-radius: 0; background: var(--paper-2); border: var(--hair-light); }
.doc__toc a { font-size: .9375rem; }

.contact__card { border-radius: 0; background: var(--white); border: 1.5px solid var(--ink); box-shadow: none; padding: clamp(26px, 3vw, 38px); max-width: 720px; }
.contact__mail { display: inline-block; margin: 8px 0 30px; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.25rem, 3vw, 1.75rem); letter-spacing: -0.01em; color: var(--brand); }
.contact__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; background: transparent; border-radius: 0; overflow: visible; border-top: var(--hair-light); border-left: var(--hair-light); }
.contact__grid div { background: transparent; padding: 18px 20px; border-right: var(--hair-light); border-bottom: var(--hair-light); }
.contact__grid dt { color: var(--muted-on-light); font-family: var(--font-mono); font-size: .6875rem; text-transform: uppercase; letter-spacing: .1em; }
.contact__grid dd { margin: 8px 0 0; font-size: .9375rem; }

/* ---------- reveal / motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
  .reveal.is-in { opacity: 1; transform: none; }
}

/* ---------- breakpoints ---------- */
@media (max-width: 1200px) {
  .adv__card { grid-template-columns: 48px 36px minmax(0,1fr); column-gap: 18px; }
}
@media (max-width: 992px) {
  .hero__grid { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; }
  .about__prose { grid-column: 1; }
  .reg__grid, .company__grid { grid-template-columns: 1fr; }
  .form { border-right: 0; border-bottom: 1.5px solid var(--ink); }
  .runs, .tiers, .stats, .fit { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fit__col--yes { border-right: 0; padding-right: 0; border-bottom: 1px dashed var(--line-dark); padding-bottom: 24px; }
  .tools__table thead, .tools__table tr { grid-template-columns: 1fr 1fr; row-gap: 10px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .step { border-right: 0; }
  .footer__brandband { grid-template-columns: 1fr; align-items: start; }
  .footer__cta { justify-self: start; }
  .footer__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .footer__col:nth-child(3) { border-top: 1px solid var(--line-dark); }
  .footer__col:nth-child(4) { border-top: 1px solid var(--line-dark); }

  /* header → overlay nav */
  .header__nav, .header__cta { display: none; }
  .header__toggle { display: flex; }
}
@media (max-width: 768px) {
  :root { --gutter: 16px; }
  .header__logo svg { height: 24px; }
  .fit, .adv, .runs, .tiers, .stats, .bonus, .form__row--2, .details, .contact__grid { grid-template-columns: 1fr; }
  .adv__card { grid-template-columns: 36px 1fr; column-gap: 14px; }
  .adv__card::before { grid-column: 1; grid-row: 1; }
  .adv__icon { grid-column: 1; grid-row: 2; margin-top: 8px; }
  .adv__card h3 { grid-column: 2; grid-row: 1; }
  .adv__card p { grid-column: 2; grid-row: 2; }
  .tools__table thead { display: none; }
  .tools__table tr { grid-template-columns: 1fr; gap: 6px; }
  .tools__table td::before { content: attr(data-label); display: block; margin-top: 6px; font-family: var(--font-mono); font-size: .625rem; text-transform: uppercase; letter-spacing: .1em; color: var(--brand); }
  .bonus__list { grid-template-columns: 1fr; }
  .consent__inner { flex-direction: column; align-items: flex-start; }
  .footer__rail { grid-template-columns: 1fr; }
  .footer__col { border-left: 0; border-top: 1px solid var(--line-dark); }
  .footer__col:first-child { border-top: 0; }
  .btn { width: auto; }
  .tl__panel.is-open { grid-template-columns: 1fr; padding-left: 0; }
  .tl__clip { grid-template-columns: 40px 1fr; }
  .tl__tc { display: none; }
}
@media (max-width: 480px) {
  .hero__title-main { font-size: clamp(2.2rem, 11vw, 2.75rem); }
  .hero__actions .btn { width: 100%; }
  .final__inner .btn { width: 100%; }
  .tl__meta { grid-column: 1 / -1; justify-self: start; margin-top: 8px; }
}

/* ---------- print ---------- */
@media print {
  .header, .footer__buttons, .consent, .overlay, .hero__actions { display: none; }
  body { background: #fff; color: #000; }
}
