:root {
  --forest: #10503f;
  --field: #3f7c43;
  --storm: #3f6690;
  --deep-storm: #26405e;
  --mist: #a9c2dc;
  --harvest: #c89331;
  --paper: #f8f9f6;
  --ink: #14211e;
  --muted: #34463f;
  --line: #b8c4bb;
  --sky: #edf2f4;
  --on-forest: #e2ece5;
  --action-ink: #030b07;
  --connector: #5c7781;
  --display: 'Archivo', sans-serif;
  --body: 'Instrument Sans', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; scrollbar-color: var(--storm) var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
::selection { background: var(--harvest); color: var(--action-ink); }
a { color: inherit; text-underline-offset: 5px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--storm); outline-offset: 6px; }
.journey :focus-visible { outline-color: var(--mist); }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.wrap { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; padding-block: 28px; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 46px; height: 48px; }
.brand strong { font-family: var(--display); font-size: 28px; font-stretch: expanded; font-weight: 800; line-height: 1.1; letter-spacing: .025em; color: var(--forest); }
.brand-slogan { display: block; color: var(--muted); font-size: 13px; line-height: 1.4; margin-top: 6px; }
.powered { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--muted); font-size: 14px; text-decoration: none; }
.powered img { display: block; width: 86px; height: auto; }
.powered:hover { color: var(--forest); text-decoration: underline; }
nav { display: flex; align-items: center; gap: 35px; font-size: 20px; font-weight: 600; }
nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; text-decoration-thickness: 1px; white-space: nowrap; }
nav a:hover { color: var(--storm); text-decoration: underline; }
.nav-action { gap: 16px; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; padding-block: 72px 80px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--display); color: var(--forest); font-weight: 600; font-stretch: normal; letter-spacing: -.025em; }
h1 { font-size: clamp(46px, 4.5vw, 64px); line-height: 1.06; }
.hero-detail { color: var(--muted); max-width: 43ch; margin-top: 24px; font-size: 18px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 29px; min-height: 54px; padding: 14px 22px; background: var(--harvest); color: var(--action-ink); border-radius: 4px; font-weight: 700; text-decoration: none; transition: background 180ms ease; }
.button:hover { background: #d6a342; }
.brand-field { background: var(--sky); border-radius: 12px; min-width: 0; padding: 36px 32px 28px; text-align: center; color: var(--deep-storm); }
.data-sources, .data-outcomes { display: flex; justify-content: center; gap: 0; font-size: 14px; font-weight: 600; }
.data-sources span { padding-inline: 16px; }
.data-sources span + span { border-left: 1px solid #9aadb4; }
.diagram-connector { width: 1px; height: 28px; margin: 18px auto; background: var(--connector); position: relative; }
.diagram-connector::after { content: ''; position: absolute; bottom: 0; width: 6px; height: 6px; border-right: 1px solid var(--connector); border-bottom: 1px solid var(--connector); transform: translateX(-3px) rotate(45deg); }
.engine { display: flex; align-items: center; justify-content: center; gap: 18px; }
.engine img { width: 70px; height: 70px; }
.engine div { text-align: left; }
.engine strong { display: block; font-family: var(--display); font-stretch: expanded; font-size: 37px; font-weight: 800; letter-spacing: .025em; line-height: 1.15; color: var(--forest); }
.engine span { display: block; margin-top: 6px; font-size: 14px; }
.data-outcomes { gap: 28px; }
.brand-field figcaption { border-top: 1px solid #9aadb4; margin-top: 30px; padding-top: 20px; font-size: 14px; font-weight: 500; color: var(--muted); }
.journey { background: var(--forest); color: var(--paper); padding-block: 56px 36px; }
.section-intro { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.section-intro h2 { color: var(--paper); font-size: 36px; line-height: 1.18; }
.section-intro p { color: var(--on-forest); font-size: 16px; max-width: 42ch; }
.stages { display: grid; grid-template-columns: repeat(4, 1fr); margin-block: 32px 36px; border-bottom: 1px solid #4a7866; }
.stage { background: none; border: 0; border-bottom: 3px solid transparent; color: var(--on-forest); padding: 18px 16px; min-height: 58px; text-align: left; display: flex; align-items: center; gap: 16px; cursor: pointer; font-size: 18px; font-weight: 600; }
.stage-number { font-size: 13px; font-weight: 500; font-variant-numeric: tabular-nums; }
.stage svg { width: 19px; margin-left: auto; margin-right: 22px; }
.stage:hover { background: #1a5b48; color: var(--paper); }
.stage.active { border-bottom-color: var(--harvest); color: var(--paper); }
.stage.active .stage-number { color: #ffe6b4; }
.stage.active:hover .stage-number { color: var(--paper); }
.story-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; min-height: 229px; }
.story-panel[hidden] { display: none; }
.story-copy h3 { font-family: var(--display); font-size: 28px; line-height: 1.25; font-weight: 600; letter-spacing: -.015em; }
.story-copy p { font-size: 17px; margin-top: 12px; color: var(--on-forest); max-width: 47ch; line-height: 1.65; }
.story-note { display: block; font-size: 14px; color: var(--on-forest); margin-top: 22px; }
.example { background: var(--paper); color: var(--forest); padding: 24px 28px; border-radius: 12px; min-height: 218px; }
.example-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; font-weight: 600; }
.sample-label { color: var(--muted); font-size: 13px; font-weight: 500; }
.risk-line { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-block: 16px; }
.risk-line > span { font-size: 23px; letter-spacing: -.025em; font-weight: 600; }
.risk-line strong { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 14px; background: #ebd9ac; padding: 4px 12px; border-radius: 4px; }
.risk-evidence { display: flex; gap: 25px; border-top: 1px solid var(--line); padding-top: 12px; }
.risk-evidence span { font-size: 14px; color: var(--muted); flex: 1; }
.risk-evidence b { display: block; font-size: 16px; color: var(--forest); font-weight: 600; margin-top: 3px; }
.example > p { font-size: 14px; color: var(--muted); margin-top: 16px; }
blockquote { margin: 21px 0 12px; font-size: 18px; line-height: 1.5; letter-spacing: -.012em; }
.case-status { display: grid; gap: 6px; font-size: 14px; border-top: 1px solid var(--line); padding-top: 10px; }
.case-status strong { display: flex; justify-content: space-between; align-items: center; font-weight: 600; }
.case-status svg { width: 17px; height: 17px; }
.protect-flow { display: flex; flex-direction: column; align-items: center; gap: 8px; padding-top: 15px; font-size: 15px; }
.protect-flow svg { width: 18px; height: 18px; }
.protect-flow strong { font-size: 19px; font-weight: 600; }
.demo-note { font-size: 13px; color: var(--on-forest); margin-top: 21px; }
.story-panel.entering .example { animation: reveal 360ms cubic-bezier(.16,1,.3,1); }
@keyframes reveal { from { clip-path: inset(0 0 6% 0); transform: translateY(6px); } to { clip-path: inset(0); transform: translateY(0); } }
.vision { padding-block: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.vision h2 { font-size: 36px; line-height: 1.12; }
.vision p { font-size: 19px; font-weight: 500; line-height: 1.45; color: var(--forest); }
.vision .vision-detail { font-size: 16px; font-weight: 400; color: var(--muted); margin-top: 12px; max-width: 53ch; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--line); padding-block: 24px; font-size: 12px; color: var(--muted); }
.footer-brand { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--forest); }
.footer-brand span { margin-left: 14px; font-family: var(--body); font-size: 12px; font-weight: 400; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 12px 20px; background: var(--paper); color: var(--forest); }
html:not(.js) .stages { display: none; }
html:not(.js) .story-panel { margin-top: 35px; }
@media (min-width: 1500px) { .hero { gap: 80px; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 30px; grid-template-columns: 1.2fr 1fr; }
  h1 { font-size: 48px; }
  .brand-field { padding-inline: 20px; }
  .data-sources span { padding-inline: 10px; }
  .data-outcomes { gap: 16px; font-size: 14px; }
  .story-panel, .vision { gap: 35px; }
  .stage { gap: 10px; font-size: 17px; }
  .stage svg { margin-right: 10px; }
  .example { padding: 20px; }
  .risk-line > span { font-size: 21px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 12px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-block: 20px 10px; gap: 18px; flex-wrap: wrap; }
  .brand { gap: 9px; }
  .brand img { width: 34px; height: 37px; }
  .brand strong { font-size: 24px; }
  .brand-slogan { max-width: 175px; font-size: 12px; }
  nav { width: 100%; justify-content: space-between; gap: 16px; font-size: 16px; }
  nav > a:first-child { display: inline-flex; }
  .nav-action svg { display: none; }
  .nav-action { gap: 8px; }
  .hero { grid-template-columns: 1fr; padding-block: 36px 40px; gap: 32px; }
  h1 { font-size: clamp(38px, 10vw, 50px); }
  .hero-detail { font-size: 16px; max-width: 43ch; margin-top: 20px; }
  .button { margin-top: 24px; min-height: 52px; padding-inline: 18px; gap: 20px; font-size: 16px; }
  .brand-field { padding: 28px 20px 22px; }
  .diagram-connector { height: 25px; margin-block: 14px; }
  .engine img { width: 55px; height: 55px; }
  .engine strong { font-size: 30px; }
  .data-sources { font-size: 13px; }
  .brand-field figcaption { margin-top: 22px; padding-top: 16px; }
  .journey { padding-block: 36px 28px; }
  .section-intro { display: block; }
  .section-intro h2 { font-size: 28px; }
  .section-intro p { margin-top: 15px; font-size: 15px; }
  .desktop-break { display: none; }
  .stages { margin-block: 21px 25px; }
  .stage { font-size: 16px; flex-direction: column; align-items: flex-start; gap: 4px; padding: 12px 6px; }
  .stage-number { font-size: 13px; }
  .stage svg { display: none; }
  .story-panel { grid-template-columns: 1fr; gap: 23px; }
  .story-copy h3 { font-size: 23px; }
  .story-copy p { font-size: 16px; margin-top: 9px; }
  .story-note { font-size: 14px; margin-top: 16px; }
  .example { min-height: 222px; padding: 20px; }
  .example-heading { font-size: 13px; flex-wrap: wrap; }
  .sample-label { font-size: 13px; }
  .risk-line { margin-block: 20px; }
  .risk-line > span { font-size: 22px; }
  .risk-evidence { gap: 12px; }
  .demo-note { font-size: 13px; max-width: 45ch; margin-top: 19px; }
  blockquote { font-size: 17px; }
  .vision { grid-template-columns: 1fr; gap: 24px; padding-block: 37px 28px; }
  .vision h2 { font-size: 29px; }
  .vision p { font-size: 17px; }
  .vision .vision-detail { font-size: 15px; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 10px; padding-block: 20px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 29px; }
.hero-actions .button { margin-top: 0; }
.secondary-action { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; font-weight: 600; color: var(--forest); }
.secondary-action:hover { color: var(--storm); }

.hero-protection { margin-top: 12px; font-size: 14px; line-height: 1.65; color: var(--muted); text-align: left; }
.hero-protection strong { font-weight: 600; color: var(--forest); }

.join-messaging { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.join-messaging > p { font-size: 14px; color: var(--muted); margin-bottom: 12px; }
.message-links { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; }
.message-link { display: inline-flex; flex: 1 1 180px; align-items: center; gap: 12px; min-height: 68px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 4px; font-size: 14px; font-weight: 500; color: var(--forest); text-decoration: none; transition: background 180ms ease, border-color 180ms ease; }
.message-link strong { font-weight: 600; }
.message-link svg { width: 19px; height: 19px; }
.message-link:hover { background: var(--sky); border-color: var(--storm); }

.message-label { display: grid; gap: 2px; }
.message-label > span { color: var(--muted); font-size: 13px; }
.message-label strong { font-size: 16px; white-space: nowrap; }
.vision-action { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 20px; color: var(--forest); font-weight: 600; }
.vision-action:hover { color: var(--storm); }

@media (max-width: 370px) {
  .data-sources span { padding-inline: 7px; }
  .data-outcomes { flex-direction: column; gap: 6px; }
  .engine { gap: 12px; }
  .engine strong { font-size: 28px; }
  .engine span { font-size: 12px; }
  .risk-line { gap: 12px; }
  .risk-line > span { font-size: 20px; }
  .risk-line strong { padding-inline: 8px; }
}
