:root {
  color-scheme: light;
  --sans: Inter, "IBM Plex Sans", "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --paper: #f5f6f1;
  --white: #fffefa;
  --ink: #111311;
  --graphite: #2b2f33;
  --muted: #636a63;
  --line: #cfd6ce;
  --soft: #e6ece4;
  --coral: #d95238;
  --coral-dark: #b43f28;
  --teal: #1f5c50;
  --teal-dark: #123e36;
  --yellow: #e9ba39;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(17, 19, 17, 0.08);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
  margin: 0;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p { line-height: 1.65; }
.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skip-link {
  background: var(--ink);
  color: var(--white);
  left: 16px;
  padding: 11px 14px;
  position: fixed;
  top: -60px;
  z-index: 200;
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid rgba(217, 82, 56, 0.4); outline-offset: 3px; }

.site-header {
  align-items: center;
  background: rgba(255, 254, 250, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr auto;
  min-height: 76px;
  padding: 0 clamp(20px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 100;
}
.brand { align-items: center; display: inline-flex; }
.brand-logo { height: auto; width: 188px; }
.desktop-nav { align-items: center; display: flex; font-size: 12px; gap: clamp(14px, 2vw, 30px); justify-content: center; }
.nav-group { position: relative; }
.nav-group > button {
  align-items: center;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  gap: 6px;
  padding: 14px 0;
}
.nav-group > button::after { border: solid currentColor; border-width: 0 1px 1px 0; content: ""; height: 5px; transform: rotate(45deg) translateY(-2px); width: 5px; }
.nav-menu {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: none;
  left: -18px;
  min-width: 250px;
  padding: 10px;
  position: absolute;
  top: calc(100% - 4px);
}
.nav-group:hover .nav-menu, .nav-group:focus-within .nav-menu { display: grid; }
.nav-menu a { border-radius: 4px; display: grid; gap: 3px; padding: 11px 12px; }
.nav-menu a:hover, .nav-menu a:focus-visible { background: var(--soft); }
.nav-menu strong { font-size: 12px; }
.nav-menu span { color: var(--muted); font-size: 10px; line-height: 1.4; }
.header-cta, .button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 47px;
  padding: 12px 18px;
  text-align: center;
}
.header-cta, .button-primary { background: var(--coral); color: var(--white); }
.header-cta:hover, .button-primary:hover { background: var(--coral-dark); }
.button-secondary { border-color: var(--ink); color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: var(--white); }
.button-consent { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-consent:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.button-light { background: var(--white); color: var(--teal-dark); }
.button-light:hover { background: var(--yellow); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--teal-dark); }
.text-link { border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; padding-bottom: 4px; }
.text-link:hover { color: var(--coral); }
.menu-button, .mobile-panel { display: none; }

.container { margin: 0 auto; max-width: var(--max); padding-left: 28px; padding-right: 28px; width: 100%; }
.section { padding-bottom: clamp(70px, 9vw, 116px); padding-top: clamp(70px, 9vw, 116px); }
.section-white { background: var(--white); }
.section-ink { background: var(--ink); color: var(--white); }
.section-teal { background: var(--teal-dark); color: var(--white); }
.section-yellow { background: var(--yellow); color: var(--ink); }
.section-coral { background: var(--coral); color: var(--white); }
.section-header { display: grid; gap: 24px; grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.45fr); margin-bottom: 52px; }
.section-header p { color: var(--muted); margin: 8px 0 0; }
.section-ink .section-header p, .section-teal .section-header p { color: rgba(255,255,255,.72); }
.eyebrow, .kicker { color: var(--coral); font-size: 10px; font-weight: 900; margin: 0 0 16px; text-transform: uppercase; }
.section-coral .eyebrow, .section-teal .eyebrow, .section-ink .eyebrow { color: var(--yellow); }
h1, h2, h3 { letter-spacing: 0; }
h1 { font-size: 68px; line-height: 1.02; margin: 0; max-width: 1000px; }
h1 em, h2 em { color: var(--teal); font-family: var(--serif); font-weight: 500; }
.section-teal h1 em, .section-ink h1 em, .section-coral h1 em { color: var(--yellow); }
h2 { font-size: 42px; line-height: 1.08; margin: 0; max-width: 900px; }
h3 { font-size: 23px; line-height: 1.2; margin: 0; }
.lead { color: var(--muted); font-size: 19px; line-height: 1.62; max-width: 760px; }
.section-ink .lead, .section-teal .lead, .section-coral .lead { color: rgba(255,255,255,.76); }
.micro { color: var(--muted); font-size: 12px; line-height: 1.5; }
.actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.price-line { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; font-size: 12px; font-weight: 800; gap: 18px; margin-top: 38px; padding-top: 18px; text-transform: uppercase; }
.section-teal .price-line, .section-ink .price-line { border-color: rgba(255,255,255,.22); }
.hero-audience-routes { display: grid; gap: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 28px; }
.hero-audience-routes a { border: 1px solid var(--line); color: var(--ink); font-size: 13px; line-height: 1.45; padding: 14px; }
.hero-audience-routes a:hover { border-color: var(--teal); }
.hero-audience-routes span { color: var(--coral); display: block; font-size: 10px; font-weight: 900; margin-bottom: 5px; text-transform: uppercase; }
.internal-proof-note { border-top: 1px solid rgba(20,37,35,.16); margin: 32px 0 0; padding-top: 18px; }

.page-hero {
  background: var(--white);
  min-height: 690px;
  overflow: hidden;
  padding: clamp(70px, 9vw, 116px) 0 clamp(64px, 8vw, 100px);
  position: relative;
}
.page-hero .container { align-items: center; display: grid; gap: clamp(50px, 8vw, 110px); grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr); }
.page-hero.enterprise { background: var(--teal-dark); color: var(--white); }
.page-hero.enterprise .lead { color: rgba(255,255,255,.78); }
.hero-note { border-left: 3px solid var(--yellow); font-size: 14px; line-height: 1.55; margin-top: 28px; max-width: 700px; padding-left: 16px; }
.hero-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 420px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}
.enterprise .hero-panel { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.22); }
.panel-top { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 17px; }
.enterprise .panel-top { border-color: rgba(255,255,255,.2); }
.panel-top span { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.system-orbit { align-items: center; display: flex; height: 260px; justify-content: center; position: relative; }
.system-orbit::before, .system-orbit::after { border: 1px solid var(--line); border-radius: 50%; content: ""; position: absolute; }
.system-orbit::before { height: 230px; width: 230px; }
.system-orbit::after { height: 150px; width: 150px; }
.enterprise .system-orbit::before, .enterprise .system-orbit::after { border-color: rgba(255,255,255,.22); }
.orbit-core { align-items: center; background: var(--teal); border-radius: 50%; color: var(--white); display: flex; flex-direction: column; height: 96px; justify-content: center; position: relative; width: 96px; z-index: 2; }
.orbit-core strong { font-family: var(--serif); font-size: 28px; font-weight: 500; }
.orbit-core span { font-size: 9px; text-transform: uppercase; }
.orbit-tag { background: var(--white); border: 1px solid var(--line); border-radius: 4px; font-size: 9px; font-weight: 900; padding: 8px 10px; position: absolute; text-transform: uppercase; }
.enterprise .orbit-tag { background: var(--teal-dark); border-color: rgba(255,255,255,.28); }
.orbit-tag:nth-of-type(1) { left: 3px; top: 70px; }
.orbit-tag:nth-of-type(2) { right: 0; top: 112px; }
.orbit-tag:nth-of-type(3) { bottom: 34px; left: 28%; }
.hero-index { bottom: 20px; color: var(--muted); font-size: 10px; font-weight: 900; position: absolute; right: 22px; }
.enterprise .hero-index { color: rgba(255,255,255,.55); }

.definition-band { background: var(--yellow); border-bottom: 1px solid rgba(17,19,17,.2); border-top: 1px solid rgba(17,19,17,.2); }
.definition-band .container { align-items: start; display: grid; gap: 36px; grid-template-columns: 240px 1fr; padding-bottom: 48px; padding-top: 48px; }
.definition-band h2 { font-size: 23px; }
.definition-band p { font-size: 18px; margin: 0; max-width: 850px; }

.grid-2 { display: grid; gap: 1px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { display: grid; gap: 1px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--muted); margin-bottom: 0; }
.section-ink .card, .section-teal .card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.18); }
.section-ink .card p, .section-teal .card p { color: rgba(255,255,255,.68); }
.number-card { min-height: 250px; position: relative; }
.number-card .number { color: var(--coral); font-family: var(--serif); font-size: 40px; margin-bottom: 50px; }
.offer-card { display: flex; flex-direction: column; min-height: 340px; }
.offer-card .offer-audience { color: var(--coral); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.offer-card h3 { font-size: 28px; margin: 40px 0 12px; }
.offer-card .offer-format { border-top: 1px solid var(--line); font-size: 11px; font-weight: 800; margin-top: auto; padding-top: 18px; text-transform: uppercase; }
.offer-card .text-link { align-self: flex-start; margin-top: 24px; }
.list-clean { list-style: none; margin: 0; padding: 0; }
.list-clean li { border-top: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 34px 1fr; padding: 18px 0; }
.list-clean li::before { color: var(--coral); content: "->"; font-weight: 900; }
.section-ink .list-clean li, .section-teal .list-clean li { border-color: rgba(255,255,255,.18); }
.split { align-items: start; display: grid; gap: clamp(48px, 8vw, 112px); grid-template-columns: minmax(0,.8fr) minmax(0,1fr); }
.statement { font-family: var(--serif); font-size: 31px; line-height: 1.35; margin: 0; }
.quote-block { border-left: 4px solid var(--coral); font-family: var(--serif); font-size: 27px; line-height: 1.4; margin: 0; padding: 8px 0 8px 26px; }
.metric-row { border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 120px 1fr; padding: 22px 0; }
.metric-row span { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.metric-row strong { font-size: 18px; }

.process { counter-reset: process; }
.process-step { border-top: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 80px minmax(180px,.65fr) 1fr; padding: 28px 0; }
.process-step::before { color: var(--coral); content: counter(process, decimal-leading-zero); counter-increment: process; font-family: var(--serif); font-size: 30px; }
.process-step p { color: var(--muted); margin: 0; }
.section-teal .process-step, .section-ink .process-step { border-color: rgba(255,255,255,.2); }
.section-teal .process-step p, .section-ink .process-step p { color: rgba(255,255,255,.68); }
.outcome-map { align-items: stretch; display: grid; gap: 0; grid-template-columns: 1fr 60px 1fr 60px 1.4fr; }
.outcome-stage { border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; min-height: 180px; padding: 24px; }
.outcome-stage span { color: var(--muted); font-size: 10px; font-weight: 900; margin-bottom: 8px; text-transform: uppercase; }
.outcome-stage strong { font-family: var(--serif); font-size: 28px; }
.outcome-arrow { align-items: center; display: flex; justify-content: center; }
.outcome-arrow::after { content: "->"; font-size: 24px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag { border: 1px solid var(--line); border-radius: 4px; font-size: 10px; font-weight: 900; padding: 8px 10px; text-transform: uppercase; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; padding: 24px 48px 24px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 26px; font-weight: 400; position: absolute; right: 8px; top: 18px; }
.faq details[open] summary::after { content: "-"; }
.faq details p { color: var(--muted); margin: 0; max-width: 800px; padding: 0 40px 25px 0; }

.cta-band { background: var(--coral); color: var(--white); padding: clamp(64px,8vw,100px) 0; }
.cta-band .container { align-items: end; display: grid; gap: 50px; grid-template-columns: 1fr auto; }
.cta-band h2 { max-width: 850px; }
.cta-band p { color: rgba(255,255,255,.8); max-width: 700px; }

.article-grid { display: grid; gap: 20px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.article-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 320px; padding: 26px; }
.article-card .category { color: var(--coral); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.article-card h3 { font-size: 25px; margin: 50px 0 16px; }
.article-card p { color: var(--muted); }
.article-card .meta { border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 10px; justify-content: space-between; margin-top: auto; padding-top: 16px; text-transform: uppercase; }
.article-layout { align-items: start; display: grid; gap: 70px; grid-template-columns: minmax(0,1fr) 260px; }
.article-body { font-size: 18px; max-width: 760px; min-width: 0; width: 100%; }
.article-body h2 { font-size: 34px; margin: 60px 0 18px; }
.article-body h3 { margin: 34px 0 12px; }
.article-body p, .article-body li { line-height: 1.75; }
.article-body .answer { background: var(--yellow); border-radius: var(--radius); font-size: 20px; padding: 26px; }
.table-scroll { -webkit-overflow-scrolling: touch; max-width: 100%; min-width: 0; overflow-x: auto; }
.article-body table { border-collapse: collapse; margin: 30px 0; min-width: 620px; width: 100%; }
.article-body th, .article-body td { border: 1px solid var(--line); min-width: 170px; padding: 14px 16px; text-align: left; vertical-align: top; }
.article-body th { background: var(--soft); font-size: 13px; }
.article-aside { border-top: 3px solid var(--coral); padding-top: 18px; position: sticky; top: 110px; }
.article-aside a { display: block; font-size: 13px; font-weight: 800; margin-top: 12px; }

.founder-stage { align-items: stretch; display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); }
.founder-visual { background: var(--teal-dark); min-height: 460px; overflow: hidden; position: relative; }
.founder-visual img { display: block; height: 100%; object-fit: cover; width: 100%; }
.founder-monogram { align-items: center; color: var(--white); display: flex; font-family: var(--serif); font-size: 170px; height: 100%; justify-content: center; opacity: .9; }
.founder-copy { background: var(--white); display: flex; flex-direction: column; padding: clamp(44px,7vw,90px); }
.founder-copy h2 { margin-bottom: 28px; }
.network-strip { background: var(--ink); color: var(--white); display: grid; grid-template-columns: repeat(4,1fr); }
.network-strip div { border-right: 1px solid rgba(255,255,255,.18); padding: 28px; }
.network-strip span { color: var(--yellow); display: block; font-size: 9px; font-weight: 900; margin-bottom: 8px; text-transform: uppercase; }
.network-strip strong { font-size: 13px; line-height: 1.5; }
.image-credit { display: none; }
.photo-credit-inline { color: var(--muted); font-size: 8px; line-height: 1.2; margin: auto 0 0; opacity: .72; padding-top: 18px; }
.author-note { border-top: 1px solid var(--line); margin-top: 54px; padding-top: 28px; }

.contact-grid { align-items: start; display: grid; gap: 80px; grid-template-columns: minmax(0,.7fr) minmax(0,1fr); }
.form { display: grid; gap: 20px; }
.form[hidden] { display: none; }
.field { display: grid; gap: 8px; }
.field label, .fieldset-label { font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea {
  background: var(--white);
  border: 1px solid #aeb7af;
  border-radius: 6px;
  color: var(--ink);
  min-height: 50px;
  padding: 13px 14px;
  width: 100%;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); outline: 3px solid rgba(31,92,80,.18); }
.form-note { color: var(--muted); font-size: 11px; line-height: 1.55; }
.form-status { background: var(--soft); border-left: 3px solid var(--teal); display: none; padding: 14px; }
.form-status.is-visible { display: block; }
.form-status.is-preview { background: #f4edcf; border-color: var(--yellow); }
.form-status.is-success { background: #dfece5; border-color: var(--teal); }
.form-status.is-error { background: #f7ddd7; border-color: var(--coral); }
.field-honeypot { left: -10000px; opacity: 0; pointer-events: none; position: absolute; }
.form button:disabled { cursor: wait; opacity: .65; }

.check-hero { background: var(--teal-dark); color: var(--white); padding: 72px 0 56px; }
.check-hero .lead { color: rgba(255,255,255,.75); }
.check-shell { display: grid; gap: 28px; grid-template-columns: minmax(0,1fr) 330px; margin: 0 auto; max-width: 1120px; padding: 48px 28px 100px; }
.check-main { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); min-height: 580px; padding: clamp(25px,5vw,52px); }
.check-progress { align-items: center; display: flex; gap: 16px; margin-bottom: 42px; }
.progress-track { background: var(--soft); height: 5px; overflow: hidden; width: 100%; }
.progress-bar { background: var(--coral); height: 100%; transition: width 220ms ease; width: 14%; }
.progress-label { color: var(--muted); font-size: 10px; font-weight: 900; white-space: nowrap; }
.check-step[hidden] { display: none; }
.check-step h2 { font-size: 34px; margin-bottom: 10px; }
.check-step > p { color: var(--muted); margin-bottom: 30px; }
.fit-question { border: 0; margin: 0; padding: 0; }
.fit-question + .fit-question { margin-top: 28px; }
.fit-question legend { font-size: 16px; font-weight: 700; margin-bottom: 12px; padding: 0; }
.choice-grid { display: grid; gap: 12px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.choice input { opacity: 0; pointer-events: none; position: absolute; }
.choice label { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; cursor: pointer; display: block; min-height: 105px; padding: 20px; }
.choice label strong { display: block; margin-bottom: 7px; }
.choice label span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.choice input:checked + label { background: var(--soft); border-color: var(--teal); box-shadow: inset 0 0 0 2px var(--teal); }
.secondary-outcomes, .readiness-question, .delivery-options { border: 0; margin: 0; padding: 0; }
.secondary-outcomes { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 24px; }
.secondary-outcomes legend, .readiness-question legend, .delivery-options legend { font-size: 16px; font-weight: 800; padding: 0; }
.secondary-outcomes > p { color: var(--muted); font-size: 12px; margin: 6px 0 14px; }
.secondary-grid { display: grid; gap: 9px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.secondary-grid label { align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; cursor: pointer; display: flex; gap: 9px; min-height: 45px; padding: 10px 12px; }
.secondary-grid input { accent-color: var(--teal); height: 17px; width: 17px; }
.secondary-grid label:has(input:checked) { background: var(--soft); border-color: var(--teal); }
.secondary-grid label:has(input:disabled) { cursor: default; opacity: .45; }
.selection-note { color: var(--muted); font-size: 11px; margin-top: 10px; }
.readiness-question + .readiness-question { border-top: 1px solid var(--line); margin-top: 26px; padding-top: 24px; }
.readiness-grid { display: grid; gap: 9px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 12px; }
.readiness-grid label { cursor: pointer; display: block; }
.readiness-grid input { opacity: 0; pointer-events: none; position: absolute; }
.readiness-grid span { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; color: var(--muted); display: block; font-size: 11px; line-height: 1.45; min-height: 112px; padding: 14px; }
.readiness-grid strong { color: var(--ink); display: block; font-size: 12px; margin-bottom: 6px; }
.readiness-grid input:checked + span { background: var(--soft); border-color: var(--teal); box-shadow: inset 0 0 0 2px var(--teal); }
.range-wrap { margin: 30px 0; }
.range-wrap label { display: flex; font-size: 12px; font-weight: 800; justify-content: space-between; }
.range-wrap output { color: var(--coral); }
.range-wrap input { accent-color: var(--teal); margin-top: 16px; width: 100%; }
.check-actions { align-items: center; display: flex; justify-content: space-between; margin-top: 38px; }
.check-aside { background: var(--ink); color: var(--white); min-height: 420px; padding: 26px; position: sticky; top: 104px; }
.check-aside .aside-label { color: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.signal { border-top: 1px solid rgba(255,255,255,.18); margin-top: 22px; padding-top: 18px; }
.signal span { color: rgba(255,255,255,.58); display: block; font-size: 9px; margin-bottom: 6px; text-transform: uppercase; }
.signal strong { font-size: 17px; }
.result-screen { display: none; }
.result-screen.is-visible { display: block; }
.result-hero { background: var(--teal-dark); color: var(--white); padding: 34px; }
.result-hero .result-label { color: var(--yellow); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.result-hero h2 { font-size: 38px; margin: 18px 0; }
.result-hero p { color: rgba(255,255,255,.76); }
.score-grid { display: grid; gap: 1px; grid-template-columns: repeat(3,1fr); margin-top: 1px; }
.score-card { background: var(--paper); border: 1px solid var(--line); padding: 20px; }
.score-card span { color: var(--muted); display: block; font-size: 9px; text-transform: uppercase; }
.score-card strong { display: block; font-family: var(--serif); font-size: 38px; margin-top: 8px; }
.result-block { border-bottom: 1px solid var(--line); padding: 30px 0; }
.result-block h3 { font-size: 20px; margin-bottom: 12px; }
.result-block p { color: var(--muted); }
.benchmark { background: #dfece5; border-left: 5px solid var(--teal); border-radius: var(--radius); padding: 22px; }
.benchmark p { color: var(--ink); }
.first-action { background: var(--soft); border-bottom: 0; border-radius: var(--radius); margin-top: 18px; padding: 22px; }
.outcome-list { display: grid; gap: 8px; margin: 0; padding-left: 20px; }
.email-panel { background: var(--soft); border-radius: var(--radius); margin-top: 28px; padding: 24px; }
.email-benefits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.email-benefits span { background: var(--white); border: 1px solid var(--line); border-radius: 4px; font-size: 10px; font-weight: 800; padding: 7px 9px; }
.email-panel [data-result-email] { display: grid; gap: 12px; grid-template-columns: minmax(0, .55fr) minmax(0, 1fr); margin-top: 20px; }
.email-panel input[type="text"], .email-panel input[type="email"] { border: 1px solid #aeb7af; border-radius: 6px; min-height: 47px; padding: 12px; width: 100%; }
.email-panel .delivery-options, .email-panel .form-note, .email-panel .form-status, .email-panel button { grid-column: 1 / -1; }
.delivery-options { display: grid; gap: 10px; }
.delivery-options legend { margin-bottom: 12px; }
.delivery-option { align-items: start; background: var(--white); border: 1px solid var(--line); border-radius: 6px; cursor: pointer; display: grid; font-size: 11px; gap: 10px; grid-template-columns: auto 1fr; line-height: 1.5; padding: 14px; }
.delivery-option input { accent-color: var(--teal); height: 18px; margin-top: 2px; width: 18px; }
.delivery-option strong { color: var(--ink); display: block; font-size: 12px; margin-bottom: 3px; }
.delivery-option:has(input:checked) { border-color: var(--teal); box-shadow: inset 0 0 0 2px var(--teal); }
.consent-check { align-items: start; cursor: pointer; display: grid; font-size: 12px; gap: 10px; grid-template-columns: auto 1fr; line-height: 1.5; }
.consent-check input { accent-color: var(--teal); height: 18px; margin-top: 2px; width: 18px; }
.consent-check strong { display: block; }
.consent-check-required { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 12px; }
.consent-check .text-link { font-size: inherit; }
.is-hidden { display: none !important; }

.site-footer { background: var(--ink); color: var(--white); padding: 70px 0 30px; }
.footer-grid { display: grid; gap: 50px; grid-template-columns: 1.2fr repeat(3,.55fr); }
.footer-logo { filter: invert(1); height: auto; max-height: 32px; object-fit: contain; object-position: left center; width: 210px; }
.footer-copy { color: rgba(255,255,255,.6); font-size: 13px; max-width: 390px; }
.footer-col { display: grid; gap: 10px; align-content: start; }
.footer-col strong { color: var(--yellow); font-size: 9px; margin-bottom: 8px; text-transform: uppercase; }
.footer-col a { color: rgba(255,255,255,.78); font-size: 12px; }
.footer-link { background: none; border: 0; color: rgba(255,255,255,.78); cursor: pointer; font-size: 12px; padding: 0; text-align: left; }
.footer-link:hover, .footer-link:focus-visible { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.48); display: flex; font-size: 10px; justify-content: space-between; margin-top: 55px; padding-top: 20px; }

.consent-banner {
  align-items: end;
  background: var(--white);
  border: 1px solid var(--ink);
  bottom: 18px;
  box-shadow: 0 20px 60px rgba(17,19,17,.22);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0,1fr) auto;
  left: 50%;
  max-width: min(940px, calc(100vw - 36px));
  padding: 24px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 300;
}
.consent-banner[hidden], .consent-dialog[hidden], .consent-backdrop[hidden] { display: none; }
.consent-copy h2 { font-size: 25px; margin-bottom: 8px; }
.consent-copy p:not(.eyebrow) { color: var(--muted); font-size: 13px; margin: 0; }
.consent-copy a { border-bottom: 1px solid currentColor; display: inline-block; font-size: 11px; font-weight: 800; margin-top: 10px; }
.consent-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.consent-actions .button { min-width: 142px; }
.consent-actions .text-link { background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; }
.consent-backdrop { background: rgba(17,19,17,.55); inset: 0; position: fixed; z-index: 310; }
.consent-dialog { background: var(--white); border: 1px solid var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.3); left: 50%; max-height: calc(100vh - 40px); max-width: 680px; overflow: auto; padding: 30px; position: fixed; top: 50%; transform: translate(-50%,-50%); width: calc(100vw - 40px); z-index: 320; }
.consent-dialog-head { align-items: start; display: flex; gap: 20px; justify-content: space-between; }
.consent-dialog-head h2 { font-size: 30px; }
.icon-button { align-items: center; background: none; border: 1px solid var(--line); cursor: pointer; display: inline-flex; font-size: 25px; height: 42px; justify-content: center; width: 42px; }
.consent-option { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 1fr auto; padding: 20px 0; position: relative; }
.consent-option strong { display: block; font-size: 14px; }
.consent-option p { color: var(--muted); font-size: 12px; margin: 5px 0 0; }
.consent-required { color: var(--teal); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.consent-option input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.toggle { background: #abb3ac; border-radius: 18px; cursor: pointer; height: 28px; position: relative; width: 50px; }
.toggle::after { background: var(--white); border-radius: 50%; content: ""; height: 22px; left: 3px; position: absolute; top: 3px; transition: transform 180ms ease; width: 22px; }
.consent-option input:checked + .toggle { background: var(--teal); }
.consent-option input:checked + .toggle::after { transform: translateX(22px); }
.consent-option input:focus-visible + .toggle { outline: 3px solid rgba(217,82,56,.4); outline-offset: 3px; }
.consent-dialog-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 8px; }

.legal { max-width: 820px; }
.legal h2 { font-size: 30px; margin-top: 48px; }
.legal p, .legal li { line-height: 1.75; }
.notice { background: var(--yellow); border-left: 4px solid var(--ink); padding: 18px; }
.error-page { align-items: center; display: flex; min-height: calc(100vh - 76px); text-align: center; }
.error-page .container { display: grid; justify-items: center; }
.error-code { color: var(--coral); font-family: var(--serif); font-size: 120px; line-height: 1; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 480ms ease, transform 480ms ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1023px) {
  h1 { font-size: 54px; }
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { background: none; border: 0; cursor: pointer; display: grid; gap: 6px; padding: 12px; }
  .menu-button span:not(.sr-only) { background: var(--ink); display: block; height: 2px; width: 24px; }
  .mobile-panel { background: var(--white); border-bottom: 1px solid var(--line); display: none; left: 0; padding: 22px 28px 32px; position: fixed; right: 0; top: 76px; z-index: 99; }
  .mobile-panel.is-open { display: grid; }
  .mobile-panel a { border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 750; padding: 14px 0; }
  .mobile-label { color: var(--coral); font-size: 9px; font-weight: 900; margin-top: 12px; text-transform: uppercase; }
  .page-hero .container, .section-header, .check-shell { grid-template-columns: 1fr; }
  .page-hero { min-height: auto; }
  .hero-panel { min-height: 360px; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3, .article-grid { grid-template-columns: repeat(2,1fr); }
  .outcome-map { grid-template-columns: 1fr; }
  .outcome-arrow { min-height: 50px; transform: rotate(90deg); }
  .check-aside { position: static; }
  .founder-stage { grid-template-columns: 1fr; }
  .founder-visual { min-height: 360px; }
  .network-strip { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .consent-banner { align-items: stretch; grid-template-columns: 1fr; }
  .consent-actions { align-items: stretch; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); justify-content: stretch; }
  .consent-actions .button { min-width: 0; padding-left: 8px; padding-right: 8px; width: 100%; }
  .consent-actions .text-link { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 767px) {
  .container { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: 43px; line-height: 1.04; }
  h2 { font-size: 32px; }
  .lead { font-size: 17px; }
  .page-hero { padding-top: 62px; }
  .page-hero .container { gap: 40px; }
  .hero-panel { min-height: 330px; padding: 20px; }
  .system-orbit { height: 230px; }
  .system-orbit::before { height: 200px; width: 200px; }
  .definition-band .container, .split, .contact-grid, .article-layout, .cta-band .container { grid-template-columns: 1fr; }
  .grid-2, .grid-3, .grid-4, .article-grid, .choice-grid, .score-grid { grid-template-columns: 1fr; }
  .hero-audience-routes { grid-template-columns: 1fr; }
  .number-card { min-height: 210px; }
  .process-step { grid-template-columns: 48px 1fr; }
  .process-step p { grid-column: 2; }
  .metric-row { grid-template-columns: 1fr; gap: 6px; }
  .network-strip { grid-template-columns: 1fr; }
  .check-shell { padding-left: 14px; padding-right: 14px; }
  .check-main { padding: 24px 18px; }
  .check-step h2 { font-size: 29px; }
  .secondary-grid, .readiness-grid { grid-template-columns: 1fr; }
  .readiness-grid span { min-height: 0; }
  .email-panel [data-result-email] { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .consent-banner { align-items: stretch; bottom: 10px; grid-template-columns: 1fr; max-width: calc(100vw - 20px); padding: 20px; }
  .consent-actions { align-items: stretch; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); justify-content: stretch; }
  .consent-actions .button { min-width: 0; padding-left: 8px; padding-right: 8px; width: 100%; }
  .consent-actions .text-link { grid-column: 1 / -1; justify-self: center; }
  .consent-dialog { padding: 22px 20px; width: calc(100vw - 20px); }
  .consent-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .founder-monogram { font-size: 110px; }
  .article-aside { position: static; }
}

@media (max-width: 360px) {
  h1 { font-size: 39px; }
  .brand-logo { width: 160px; }
  .site-header { padding: 0 14px; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
}

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