:root {
  --ink: #102a25;
  --ink-2: #183b34;
  --paper: #f5f1e8;
  --paper-2: #ebe5d8;
  --white: #fffdf8;
  --blue: #1859f1;
  --blue-dark: #1244b8;
  --lime: #d9ff66;
  --coral: #ff7a59;
  --green: #11835f;
  --amber: #a96500;
  --red: #b83d2c;
  --muted: #5e6e69;
  --line: #cfd7cf;
  --line-dark: #315049;
  --shadow: 0 18px 45px rgba(16, 42, 37, .10);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
body::before { content: none; }\n.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--lime); color: var(--ink); padding: 10px 14px; font-weight: 800; }
.skip-link:focus { left: 8px; }
.site-shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header { padding-top: 18px; }
.site-nav { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 10px 0 20px; background: rgba(255,253,248,.96); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 22px rgba(16,42,37,.06); }
.wordmark { color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -.06em; white-space: nowrap; }
.wordmark span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: #314c45; text-decoration: none; font-size: 13px; font-weight: 750; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--blue); }
.nav-links .nav-button { color: white; background: var(--ink); padding: 12px 17px; border-radius: 8px; }
.nav-links .nav-button:hover, .nav-links .nav-button:focus-visible { color: var(--lime); background: var(--ink-2); }
.eyebrow { display: block; margin-bottom: 14px; color: var(--blue); font: 700 11px/1.2 "DM Mono", ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 58px; align-items: center; padding: 84px 0 78px; }
.hero h1, .page-hero h1 { max-width: 720px; margin: 0; font-size: clamp(44px, 5.4vw, 68px); line-height: .98; letter-spacing: -.065em; }
.hero-lede, .page-lede { max-width: 670px; margin: 24px 0 0; color: #3f5751; font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 800; cursor: pointer; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 22px rgba(24,89,241,.20); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue-dark); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--line-dark); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--white); }
.text-link { color: var(--blue); font-weight: 800; text-underline-offset: 4px; }
.scan-form { display: grid; gap: 10px; max-width: 650px; margin-top: 30px; }
.commit-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; align-items:end; }
.commit-row .button { min-height:52px; white-space:nowrap; }
.email-step { display:grid; gap:12px; margin-top:4px; padding:18px; background:var(--white); border:1px solid var(--line-dark); }
.email-step[hidden] { display:none; }
.email-step-head { display:flex; justify-content:space-between; gap:18px; align-items:start; }
.email-step-head strong { display:block; font-size:14px; }
.email-step-head span { display:block; color:var(--muted); font-size:11px; }
.form-row { display: grid; grid-template-columns: 1.12fr .88fr; gap: 10px; }
.field { display: grid; gap: 7px; }
.field label { color: #304a44; font-size: 12px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid #bfcac3; border-radius: 8px; outline: none; }
.field textarea { min-height: 104px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(24,89,241,.13); }
.mission-details { border-top: 1px solid var(--line); padding-top: 8px; }
.mission-details summary { width: fit-content; color: #3e5a53; font-size: 12px; font-weight: 800; cursor: pointer; }
.mission-details .field { margin-top: 10px; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.form-note { max-width: 390px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.report-preview { background: var(--ink); color: white; border: 1px solid var(--ink); border-radius: 14px; box-shadow: 14px 14px 0 var(--lime); overflow: hidden; }
.report-preview-head { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 20px 22px; border-bottom: 1px solid var(--line-dark); }
.report-preview-head strong { display: block; font-size: 16px; }
.report-preview-head small { color: #a9bdb7; font: 500 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }
.fixture-tag { color: var(--ink); background: var(--lime); padding: 6px 8px; border-radius: 4px; font: 700 9px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.mission-row { padding: 17px 22px; background: #173c34; border-bottom: 1px solid var(--line-dark); }
.report-label { display: block; margin-bottom: 5px; color: #9bb3ac; font: 600 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.mission-row p { margin: 0; font-size: 13px; line-height: 1.45; }
.report-result { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 16px 22px; border-bottom: 1px solid var(--line-dark); }
.report-result strong { color: #ffd26f; font-size: 22px; letter-spacing: -.04em; }
.report-result span { color: #b4c6c1; font-size: 11px; }
.evidence-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.evidence-table th, .evidence-table td { padding: 11px 22px; border-bottom: 1px solid var(--line-dark); text-align: left; vertical-align: top; }
.evidence-table th { color: #92aaa3; font: 600 9px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.evidence-table td:last-child { text-align: right; font: 700 10px "DM Mono", monospace; }
.status-pass { color: #9cf0b9; }
.status-fail { color: #ffad99; }
.report-finding { display: grid; grid-template-columns: 1fr 1fr; }
.finding-cell { padding: 17px 22px 20px; }
.finding-cell + .finding-cell { border-left: 1px solid var(--line-dark); }
.finding-cell p { margin: 0; color: #e3ece9; font-size: 12px; line-height: 1.5; }
.report-rerun { display: flex; justify-content: space-between; gap: 18px; padding: 13px 22px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 800; }
.section { padding: 84px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 400px); gap: 56px; align-items: end; margin-bottom: 38px; }
.section-heading h2 { max-width: 700px; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.03; letter-spacing: -.055em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.finding-demo { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--line-dark); background: var(--white); }
.finding-copy { padding: 34px; background: var(--coral); color: #281c17; }
.finding-copy .eyebrow { color: #632b1d; }
.finding-copy h3 { margin: 0 0 14px; font-size: 30px; line-height: 1.08; letter-spacing: -.045em; }
.finding-copy p { margin: 0; font-size: 14px; }
.finding-evidence { padding: 32px 34px; }
.code-line { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); font: 500 12px/1.55 "DM Mono", monospace; }
.code-line:last-child { border-bottom: 0; }
.code-line span:first-child { color: var(--muted); }
.code-line.missing strong { color: var(--red); }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--white); }
.outcome { min-height: 260px; padding: 28px; }
.outcome + .outcome { border-left: 1px solid var(--line); }
.outcome-number { color: var(--blue); font: 700 11px "DM Mono", monospace; }
.outcome h3 { margin: 58px 0 12px; font-size: 25px; line-height: 1.05; letter-spacing: -.045em; }
.outcome p { margin: 0; color: var(--muted); font-size: 14px; }
.check-list { border-top: 1px solid var(--line-dark); }
.check-row { display: grid; grid-template-columns: 44px minmax(170px, .7fr) 1.3fr; gap: 24px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); }
.check-row .check-number { color: var(--blue); font: 700 11px "DM Mono", monospace; }
.check-row h3 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.check-row p { margin: 0; color: var(--muted); font-size: 13px; }
.audience-block { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-dark); }
.audience { padding: 38px; background: var(--ink); color: white; }
.audience + .audience { border-left: 1px solid #49645d; background: #1a3b34; }
.audience .eyebrow { color: var(--lime); }
.audience h3 { margin: 0 0 12px; font-size: 30px; letter-spacing: -.045em; }
.audience p { margin: 0; color: #bfd0cb; }
.audience ul { margin: 24px 0 0; padding: 0; list-style: none; }
.audience li { padding: 9px 0; border-top: 1px solid #49645d; font-size: 13px; }
.method { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; }
.method h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.02; letter-spacing: -.055em; }
.method-intro { color: var(--muted); font-size: 14px; }
.method-steps { counter-reset: method; border-top: 1px solid var(--line-dark); }
.method-step { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.method-step::before { counter-increment: method; content: "0" counter(method); color: var(--blue); font: 700 10px "DM Mono", monospace; }
.method-step strong { display: block; margin-bottom: 4px; }
.method-step span { color: var(--muted); font-size: 13px; }
.technical-dl { display:grid; grid-template-columns:repeat(3,1fr); margin:38px 0 0; border:1px solid var(--line); background:var(--white); }
.technical-dl div { padding:20px; }
.technical-dl div + div { border-left:1px solid var(--line); }
.technical-dl dt { font-weight:800; }
.technical-dl dd { margin:7px 0 0; color:var(--muted); font-size:12px; }
.plain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.plain-item { padding: 24px; background: var(--white); border: 1px solid var(--line); }
.plain-item strong { display: block; margin-bottom: 7px; }
.plain-item p { margin: 0; color: var(--muted); font-size: 13px; }
.boundary-box { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-dark); }
.boundary-column { padding: 34px; background: var(--white); }
.boundary-column + .boundary-column { background: var(--paper-2); border-left: 1px solid var(--line-dark); }
.boundary-column h3 { margin: 0 0 16px; font-size: 23px; letter-spacing: -.035em; }
.boundary-column ul { margin: 0; padding-left: 18px; color: #40554f; font-size: 13px; }
.boundary-column li + li { margin-top: 9px; }
.closing { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; margin: 26px 0 72px; padding: 42px; background: var(--blue); color: white; }
.closing h2 { max-width: 720px; margin: 0; font-size: clamp(32px, 4vw, 48px); line-height: 1; letter-spacing: -.055em; }
.closing p { margin: 12px 0 0; color: #dfe7ff; }
.closing .button { background: white; color: var(--ink); }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 34px 0 60px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { text-decoration: none; }
.footer-note { margin-top: 12px; max-width: 620px; }
.page-hero { max-width: 860px; padding: 92px 0 68px; }
.page-hero h1 { font-size: clamp(42px, 5vw, 64px); }
.content-grid { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 70px; padding-bottom: 90px; }
.content-index { position: sticky; top: 20px; align-self: start; border-top: 1px solid var(--line-dark); }
.content-index a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 750; }
.prose { max-width: 760px; }
.prose section { padding: 0 0 42px; }
.prose h2 { margin: 0 0 14px; font-size: 28px; line-height: 1.1; letter-spacing: -.04em; }
.prose h3 { margin-top: 26px; }
.prose p, .prose li { color: #435750; }
.prose .callout { margin-bottom: 36px; padding: 22px; background: var(--lime); color: var(--ink); font-weight: 750; }
.updated { color: var(--muted); font: 600 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .07em; }
@media (max-width: 940px) {
  .nav-links { gap: 15px; }
  .nav-links a:not(.nav-button) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 52px; padding-top: 64px; }
  .report-preview { max-width: 650px; }
  .section-heading, .method { grid-template-columns: 1fr; gap: 22px; }
  .finding-demo { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr; gap: 30px; }
  .content-index { position: static; display: flex; flex-wrap: wrap; gap: 8px 18px; border-top: 0; }
  .content-index a { border: 0; padding: 0; }
}
@media (max-width: 720px) {
  .site-shell { width: min(100% - 28px, var(--max)); }
  .site-header { padding-top: 10px; }
  .site-nav { min-height: 58px; padding-left: 15px; }
  .hero { padding: 54px 0 58px; }
  .hero h1, .page-hero h1 { font-size: clamp(39px, 12vw, 52px); }
  .hero-lede, .page-lede { font-size: 16px; }
  .form-row { grid-template-columns: 1fr; }
  .commit-row { grid-template-columns:1fr; }
  .commit-row .button { width:100%; }
  .form-foot { align-items: stretch; flex-direction: column-reverse; }
  .form-foot .button { width: 100%; }
  .report-preview { margin-right: 8px; box-shadow: 8px 8px 0 var(--lime); }
  .report-preview-head { display: grid; }
  .evidence-table th, .evidence-table td { padding: 10px 14px; }
  .report-finding { grid-template-columns: 1fr; }
  .finding-cell + .finding-cell { border-left: 0; border-top: 1px solid var(--line-dark); }
  .report-rerun { display: grid; }
  .section { padding: 62px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 36px; }
  .finding-copy, .finding-evidence { padding: 26px 22px; }
  .code-line { grid-template-columns: 72px 1fr; font-size: 10px; }
  .outcome-grid, .audience-block, .plain-grid, .boundary-box { grid-template-columns: 1fr; }
  .technical-dl { grid-template-columns:1fr; }
  .technical-dl div + div { border-left:0; border-top:1px solid var(--line); }
  .outcome + .outcome, .audience + .audience, .boundary-column + .boundary-column { border-left: 0; border-top: 1px solid var(--line); }
  .outcome { min-height: 0; }
  .outcome h3 { margin-top: 32px; }
  .check-row { grid-template-columns: 32px 1fr; gap: 14px; }
  .check-row p { grid-column: 2; }
  .audience { padding: 28px 22px; }
  .closing { grid-template-columns: 1fr; padding: 30px 24px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .page-hero { padding: 64px 0 48px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
