/* The three brand fonts, self-hosted: no third-party request, no visitor IP
   leaves this origin for a font. Same files as launch/fonts/. */
@font-face { font-family: "Archivo"; src: url(/assets/fonts/archivo.woff2) format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Inter"; src: url(/assets/fonts/inter.woff2) format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url(/assets/fonts/jetbrains-mono.woff2) format("woff2"); font-weight: 400; font-display: swap; }

:root {
  --ink: #151613; --graphite: #62645e; --fog: #b7b9ae; --bone: #eeeee7;
  --paper: #fafbf7; --white: #fff; --signal: #d92d20; --rule: #dcded4;
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --mono: "JetBrains Mono", Menlo, monospace;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--body); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--signal); outline-offset: 5px; }
::selection { background: var(--signal); color: white; }
[hidden] { display: none !important; }
.sheet { max-width: 1240px; padding-inline: 40px; margin-inline: auto; }
.mono, .micro { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.micro { font-size: 10px; letter-spacing: .055em; line-height: 1.7; color: var(--graphite); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 30; padding: 12px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.signal { color: var(--signal); }
.signal-dot { display: inline-block; width: 6px; height: 6px; background: var(--signal); border-radius: 50%; flex: 0 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; font: 10px/1.7 var(--mono); letter-spacing: .085em; color: var(--graphite); margin: 0 0 26px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
h1 { font-size: clamp(64px, 6.8vw, 92px); line-height: .98; letter-spacing: -.065em; margin-bottom: 28px; }
h1 em, h2 em { font-style: normal; color: var(--signal); }
h2 { font-size: clamp(38px, 4.3vw, 60px); line-height: 1.04; letter-spacing: -.05em; margin-bottom: 22px; }
p { margin-bottom: 20px; }
.btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 23px; background: var(--ink); color: var(--white); border: 1px solid var(--ink); text-decoration: none; font: 11px/1.5 var(--mono); letter-spacing: .055em; transition: background .2s, border-color .2s, transform .2s; }
.btn:hover { background: var(--signal); border-color: var(--signal); transform: translateY(-2px); }
.btn-small { padding: 11px 18px; }
.textlink { display: inline-flex; gap: 18px; align-items: center; background: none; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 5px; font: 11px/1.7 var(--mono); text-decoration: none; }
.textlink:hover { color: var(--signal); }
.nav { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--rule); background: rgba(250,251,247,.95); backdrop-filter: blur(14px); }
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; }
.nav-lockup { display: inline-flex; gap: 13px; align-items: center; font: 23px/1 var(--display); letter-spacing: .09em; text-decoration: none; flex-shrink: 0; }
.nav-lockup svg { width: 19px; height: 25px; }
.nav-links { display: flex; align-items: center; gap: 30px; font: 11px/1.5 var(--mono); }
.nav-links > a:not(.btn) { text-decoration: none; color: var(--graphite); }
.nav-links > a:hover { color: var(--signal); }
.nav-links > a.btn:hover { color: white; }
.lang { display: flex; gap: 7px; font-size: 10px; }
.lang a { text-decoration: none; color: var(--graphite); }
.lang a[aria-current] { color: var(--ink); }
.lang i { font-style: normal; color: var(--fog); }
.hero { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 70px; padding-top: 83px; padding-bottom: 74px; }
.hero-copy { min-width: 0; }
.hero-sub { color: var(--graphite); font-size: 16px; line-height: 1.8; max-width: 41ch; margin-bottom: 30px; }
.hero-cta { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-note { font-size: 9px; color: var(--graphite); margin: 28px 0 0; }
.hero-note > span { padding-inline: 8px; color: var(--fog); }
.hero-demo { background: #f1f2eb; border: 1px solid var(--rule); position: relative; min-width: 0; }
.demo-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 17px 20px; border-bottom: 1px solid var(--rule); font-size: 9px; }
.demo-top > span { display: flex; gap: 8px; align-items: center; }
.motion-toggle { background: none; border: 0; border-bottom: 1px solid var(--fog); padding: 2px 0; color: var(--graphite); font: 9px/1.5 var(--mono); }
.route-canvas { position: relative; aspect-ratio: 520 / 420; background-image: radial-gradient(#ced1c5 .6px, transparent .6px); background-size: 16px 16px; }
.canvas-coordinate { position: absolute; top: 18px; left: 20px; font-size: 8px; color: #888b80; letter-spacing: .07em; }
.routing-svg { display: block; width: 100%; }
.route-grid { stroke: #d9dcd1; stroke-width: 1; stroke-dasharray: 3 5; fill: none; }
.route-branches { stroke: #c3c8b8; stroke-width: 2; fill: none; }
.selected-route { stroke: var(--signal); fill: none; stroke-width: 2.5; }
.hero-return { opacity: 0; }
.route-packet { fill: var(--signal); offset-path: path('M260 367 V240 Q260 135 90 110 Q260 135 260 240 V367'); opacity: 0; }
.route-node circle:first-child { fill: #f1f2eb; stroke: #babfaf; stroke-width: 1; }
.route-node circle:last-child { fill: #8f9584; }
.route-node.is-selected circle:first-child { stroke: var(--signal); }
.route-node.is-selected circle:last-child { fill: var(--signal); }
.router-junction circle { fill: var(--ink); }
.router-junction path { fill: none; stroke: white; stroke-width: 2.3; }
.route-entry { fill: var(--signal); }
.route-label { position: absolute; font-size: 8px; color: var(--graphite); text-align: center; }
.label-left { top: 17%; left: 17.3%; transform: translateX(-50%); }
.label-center { top: 17%; left: 50%; transform: translateX(-50%); }
.label-right { top: 17%; left: 82.7%; transform: translateX(-50%); }
.label-router { top: 71%; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.label-input { bottom: 3%; left: 50%; transform: translateX(-50%); white-space: nowrap; color: var(--ink); }
.demo-bottom { border-top: 1px solid var(--rule); padding: 19px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.demo-bottom .micro { display: block; margin-bottom: 5px; }
.demo-bottom strong { font: 12px/1.6 var(--mono); }
.demo-complete { font-size: 9px; color: var(--signal); white-space: nowrap; }
.demo-caption { display: flex; justify-content: space-between; gap: 16px; color: var(--graphite); padding: 14px 20px; border-top: 1px solid var(--rule); font-size: 9px; text-decoration: none; }
.demo-caption:hover { color: var(--signal); }
.js:not(.motion-paused) .hero-route { stroke-dasharray: 100; animation: route-draw 8s linear infinite; }
.js:not(.motion-paused) .hero-return { stroke-dasharray: 100; animation: route-return 8s linear infinite; }
.js:not(.motion-paused) .route-packet { animation: packet-travel 8s linear infinite; }
@keyframes route-draw { 0%,5% { stroke-dashoffset: 100; } 38%,74% { stroke-dashoffset: 0; opacity: 1; } 94%,100% { stroke-dashoffset: 0; opacity: .25; } }
@keyframes route-return { 0%,44% { stroke-dashoffset: 100; opacity: 0; } 46% { opacity: 1; } 82%,100% { stroke-dashoffset: 0; opacity: 0; } }
@keyframes packet-travel { 0%,5% { offset-distance: 0%; opacity: 0; } 9% { opacity: 1; } 40%,48% { offset-distance: 50%; opacity: 1; } 82% { offset-distance: 100%; opacity: 1; } 86%,100% { offset-distance: 100%; opacity: 0; } }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-block: 1px solid var(--rule); }
.stat { display: block; text-decoration: none; padding: 27px 32px; border-left: 1px solid var(--rule); transition: background .2s; }
.stat:hover { background: var(--bone); }
.stat:first-child { border-left: none; padding-left: 0; }
.stat .micro { display: block; margin-bottom: 17px; }
.num { display: block; font: 43px/1.1 var(--display); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.num > span { font-size: 23px; color: var(--graphite); letter-spacing: -.025em; }
.stat p { margin: 12px 0 0; font-size: 11px; color: var(--graphite); }
.stat-foot { font-size: 9px; color: var(--graphite); margin-top: 13px; }
.section { padding-block: 110px; }
.section + .section { border-top: 1px solid var(--rule); }
.section-heading { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 40px; margin-bottom: 42px; }
.section-heading > .eyebrow { padding-top: 9px; }
.section-intro { color: var(--graphite); max-width: 51ch; font-size: 16px; line-height: 1.8; margin-bottom: 0; }
.sample-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-bottom: 20px; border-block: 1px solid var(--rule); }
.sample-tab { display: flex; gap: 18px; align-items: center; background: transparent; padding: 20px; border: 0; border-right: 1px solid var(--rule); text-align: left; font: 15px/1.5 var(--display); }
.sample-tab:first-child { border-left: 1px solid var(--rule); }
.sample-tab[aria-pressed="true"] { background: var(--ink); color: white; }
.sample-tab .tab-num { font: 9px var(--mono); color: var(--graphite); }
.sample-tab[aria-pressed="true"] .tab-num { color: #c6c9bf; }
.tab-arrow { margin-left: auto; color: var(--signal); }
.inspector-shell { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--rule); background: var(--white); }
.inspector-input { display: flex; flex-direction: column; background: #f1f2eb; border-right: 1px solid var(--rule); padding: 28px; min-width: 0; }
.panel-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 21px; }
.request-text { white-space: pre-wrap; overflow-wrap: anywhere; font: 16px/1.8 var(--display); margin: 12px 0 35px; }
.input-foot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--rule); font-size: 9px; color: var(--graphite); }
.inspector-route { padding: 28px; min-width: 0; }
.inspect-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; }
.inspect-step { display: flex; flex-direction: column; align-items: flex-start; position: relative; background: var(--paper); border: 1px solid var(--rule); padding: 10px 8px 12px; font: 10px/1.6 var(--mono); text-align: left; }
.inspect-step > span:first-child { font-size: 8px; color: var(--graphite); margin-bottom: 10px; }
.inspect-step i { position: absolute; right: 8px; top: 7px; font-style: normal; color: var(--graphite); }
.inspect-step[aria-pressed="true"] { background: #fff3ef; border-color: var(--signal); color: var(--signal); }
.inspector-detail { min-height: 116px; padding-block: 18px; }
.inspector-detail p { font-size: 13px; line-height: 1.7; color: var(--graphite); margin-bottom: 0; }
.route-facts { margin: 0; }
.route-facts > div { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 14px; border-top: 1px solid var(--rule); padding: 10px 0; font: 10px/1.8 var(--mono); }
.route-facts dt { color: var(--graphite); }
.route-facts dd { margin: 0; overflow-wrap: anywhere; }
.inspector-answer { grid-column: 1 / -1; border-top: 1px solid var(--rule); padding: 24px 28px; }
.inspector-answer .panel-label { justify-content: flex-start; }
.answer-state { margin-left: auto; color: var(--graphite); }
.answer-text { font: 12px/1.8 var(--mono); white-space: pre-wrap; overflow-wrap: anywhere; margin: 0; max-width: 84ch; }
.note { font-size: 12px; line-height: 1.8; color: var(--graphite); }
.demo-disclaimer { max-width: 90ch; margin: 16px 0 0; }
.journey-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.journey-visual { position: sticky; top: 115px; background: #f0f1e9; border: 1px solid var(--rule); }
.journey-following { padding: 22px; border-bottom: 1px solid var(--rule); }
.journey-following strong { display: block; color: var(--ink); font-weight: 400; margin-top: 5px; }
.journey-svg { width: 100%; display: block; max-height: 390px; }
.journey-track { fill: none; stroke: #cbd0bf; stroke-width: 2; }
.journey-track-active { fill: none; stroke: var(--signal); stroke-width: 2; stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset .6s ease; }
.journey-node circle { fill: #f0f1e9; stroke: #cbd0bf; }
.journey-node text { fill: #8e9481; font: 11px var(--mono); }
.journey-node.is-active circle { fill: var(--signal); stroke: var(--signal); }
.journey-node.is-active text { fill: white; }
.journey-node.is-complete circle { stroke: var(--signal); }
.journey-node.is-complete text { fill: var(--signal); }
.journey-mark { stroke: #c7cdbc; stroke-width: 5; fill: none; }
.journey-status { display: flex; align-items: center; gap: 20px; padding: 20px 22px; border-top: 1px solid var(--rule); }
.journey-status > span:first-child { font-size: 11px; white-space: nowrap; }
.journey-steps { margin: 0; padding: 0; list-style: none; }
.journey-step { min-height: 350px; padding: 56px 0 70px; border-top: 1px solid var(--rule); }
.journey-step:last-child { min-height: 310px; padding-bottom: 30px; }
.journey-step-button { background: none; border: 0; padding: 0; width: 100%; display: flex; align-items: flex-start; gap: 19px; text-align: left; }
.journey-index { font: 10px/1.4 var(--mono); margin-top: 7px; color: var(--graphite); padding: 3px 0; }
.journey-title { font: 31px/1.2 var(--display); letter-spacing: -.04em; color: var(--graphite); }
.is-active .journey-title, .is-active .journey-index { color: var(--signal); }
.journey-step-copy { margin-left: 33px; margin-top: 27px; }
.journey-step-copy h3 { font-size: 15px; margin-bottom: 12px; }
.journey-step-copy p { font-size: 14px; line-height: 1.9; color: var(--graphite); }
.technical-notes { border-block: 1px solid var(--rule); margin-top: 40px; }
.technical-notes summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font: 12px/1.7 var(--mono); list-style: none; }
.technical-notes summary::-webkit-details-marker { display: none; }
.technical-notes summary > span:last-child { color: var(--signal); }
.constraint-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; padding-bottom: 30px; }
.constraint-grid p { margin: 13px 0 0; font-size: 13px; color: var(--graphite); line-height: 1.9; }
.pool-summary { border-top: 1px solid var(--rule); padding: 24px 0; }
.pool-summary h3 { font-size: 20px; margin-bottom: 10px; }
.pool-summary p { max-width: 75ch; font-size: 13px; color: var(--graphite); margin-bottom: 0; }
.audit-section { background: #171914; color: #f2f3ec; padding-block: 110px; overflow: hidden; }
.audit-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.audit-copy h2 { font-size: clamp(44px,4.7vw,65px); }
.audit-copy h2 em { color: #ff5c47; }
.audit-copy > p:not(.eyebrow) { color: #b9beb1; max-width: 34ch; font-size: 14px; line-height: 1.9; }
.audit-copy .eyebrow { color: #b9beb1; }
.audit-replay { color: #f2f3ec; margin-top: 12px; }
.audit-copy > p.audit-example { font-size: 9px; margin-top: 23px; color: #89917f; }
.audit-terminal { background: #20241c; border: 1px solid #3a4132; position: relative; }
.audit-terminal::before { content: ''; position: absolute; top: -1px; left: -1px; width: 36px; height: 2px; background: #ff5c47; }
.terminal-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 20px 24px; border-bottom: 1px solid #3a4132; }
.terminal-top > span:first-child { display: flex; align-items: center; gap: 8px; font-size: 10px; }
.terminal-top svg { height: 15px; width: 12px; color: #ff5c47; }
.terminal-top .micro { color: #a9b29e; font-size: 8px; }
.audit-log { list-style: none; padding: 10px 24px; margin: 0; }
.audit-line { display: flex; align-items: flex-start; gap: 17px; padding: 17px 0; border-bottom: 1px solid #333b2b; }
.audit-line:last-child { border: 0; }
.log-index { font: 9px/1.6 var(--mono); color: #869178; margin-top: 2px; }
.audit-line strong { display: block; font: 11px/1.6 var(--mono); margin-bottom: 5px; }
.log-value { font: 9px/1.7 var(--mono); color: #a9b29e; overflow-wrap: anywhere; }
.log-check { color: #ff705d; margin-left: auto; font-size: 12px; }
.audit-total { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 24px; border-block: 1px solid #3a4132; }
.audit-total .micro { color: #a9b29e; }
.audit-total strong { font: 25px/1.2 var(--mono); color: #ff705d; }
.hash-chain { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 24px 24px 12px; font: 8px/1.8 var(--mono); color: #a9b29e; }
.hash-chain svg { fill: none; stroke: #ff705d; stroke-width: 1; min-width: 16px; width: 35px; }
.hash-chain span { white-space: nowrap; }
.terminal-foot { padding: 0 24px 22px; color: #89917f; font-size: 8px; }
.js:not(.motion-paused) .audit-terminal.is-playing .audit-line { animation: log-appear .6s both; animation-delay: calc(var(--order) * .6s); }
.js:not(.motion-paused) .audit-terminal.is-playing .audit-total { animation: log-appear .6s 3s both; }
@keyframes log-appear { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }
.bench-selection { display: grid; grid-template-columns: 1.3fr .85fr 1.15fr .75fr; gap: 28px; border-top: 2px solid var(--signal); border-bottom: 1px solid var(--rule); padding: 30px 24px; background: #f1f2eb; }
.bench-selection > div { min-width: 0; }
.bench-selection .micro { display: block; font-size: 9px; }
.bench-selection h3 { font-size: 19px; line-height: 1.4; margin: 10px 0 12px; }
.bench-selection strong { display: block; font: 31px/1.3 var(--display); letter-spacing: -.04em; margin-top: 12px; font-variant-numeric: tabular-nums; }
#selection-quality { color: var(--signal); }
#selection-cost { font-size: 25px; white-space: nowrap; }
#selection-cost-status { margin-top: 7px; }
#selection-scored > span { font-size: 16px; color: var(--graphite); }
.bench-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 32px 0 20px; }
.bench-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.bench-filters button { padding: 10px 13px; background: transparent; border: 1px solid var(--rule); font: 10px/1.5 var(--mono); }
.bench-filters button[aria-pressed="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.bench-filters button > span:last-child { margin-left: 12px; opacity: .7; }
.bench-tools p { margin: 0; white-space: nowrap; }
.bench-legend { display: flex; flex-wrap: wrap; gap: 8px 24px; font: 9px/1.7 var(--mono); color: var(--graphite); margin-bottom: 22px; }
.bench-legend > span { display: flex; align-items: center; gap: 8px; }
.bench-legend i { width: 6px; height: 6px; background: var(--fog); }
.bench-legend .new-dot { background: var(--signal); }
.bench-legend .hydra-dot { background: var(--graphite); }
.bench-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-variant-numeric: tabular-nums; }
.bench-table caption { text-align: left; font: 9px/1.7 var(--mono); color: var(--graphite); padding-bottom: 14px; }
.bench-table th, .bench-table td { padding: 18px 20px; text-align: left; vertical-align: middle; border-bottom: 1px solid var(--rule); font-weight: 400; }
.bench-table thead th { font: 10px/1.8 var(--mono); color: var(--graphite); border-top: 1px solid var(--rule); }
.bench-table thead th:first-child { width: 42%; }
.bench-table thead small { display: block; font-size: 9px; }
.bench-table th { font-size: 14px; }
.bench-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; font: 9px/1.5 var(--mono); color: var(--graphite); }
.bench-badge { color: var(--signal); }
.bench-value { font: 12px/1.6 var(--mono); white-space: nowrap; }
.bench-meter { display: block; height: 6px; margin-top: 9px; background: #e8eadf; }
.bench-meter i { display: block; width: var(--w); height: 100%; background: var(--fog); }
.is-hydra .bench-meter i { background: var(--graphite); }
.is-new .bench-meter i { background: var(--signal); }
.bench-meter.is-partial i { background-image: repeating-linear-gradient(135deg, transparent 0 2px, rgba(255,255,255,.65) 2px 3px); }
.bench-table .is-new { background: #fdf3ed; }
.bench-pick { display: flex; align-items: center; gap: 18px; justify-content: space-between; border: 0; padding: 0; background: transparent; width: 100%; text-align: left; font: 14px/1.5 var(--display); }
.bench-pick > span:last-child { color: var(--graphite); opacity: 0; transition: opacity .2s; }
.bench-pick:hover > span:last-child, .bench-pick:focus-visible > span:last-child, .is-selected .bench-pick > span:last-child { opacity: 1; }
.bench-table .is-selected { background: #f8e9e1; box-shadow: inset 3px 0 var(--signal); }
.is-selected .bench-pick { color: #a9291d; }
.bench-key { margin-top: 20px; max-width: 98ch; }
.bench-method { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 35px; border-top: 1px solid var(--rule); padding-top: 28px; margin-top: 28px; }
.bench-method h3 { grid-column: 1 / -1; font-size: 19px; letter-spacing: -.02em; margin-bottom: 2px; }
.bench-method p { margin: 0; }
.bench-paper { border-top: 1px solid var(--rule); padding-top: 28px; margin-top: 28px; }
.bench-paper p { margin: 0 0 20px; max-width: 68ch; }
.bench-source { margin-top: 28px; }
.bench-source summary { font: 11px/1.8 var(--mono); text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.bench-source a { display: inline-block; margin-block: 20px; font-size: 12px; }
.bench-source img { display: block; width: 100%; height: auto; }
.integrate { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; border-top: 1px solid var(--rule); align-items: center; }
.integrate .section-intro { margin-bottom: 28px; max-width: 34ch; font-size: 14px; }
.integration-note { margin-top: 32px; }
.code-window { border: 1px solid var(--rule); background: #f1f2eb; min-width: 0; }
.code-top { display: flex; justify-content: space-between; gap: 10px; padding: 18px 22px; border-bottom: 1px solid var(--rule); }
.code-top button { font: inherit; border: 0; background: none; padding: 0; }
.code-top button:hover { color: var(--signal); }
.code-window pre { margin: 0; padding: 25px 22px; overflow-x: auto; }
.code-window code { font: 11px/1.9 var(--mono); tab-size: 4; }
.code-foot { margin: 0; padding: 14px 22px; border-top: 1px solid var(--rule); font-size: 9px; }
.endcap { position: relative; overflow: hidden; padding-top: 105px; text-align: center; background: #eeefe6; border-top: 1px solid var(--rule); }
.endcap .eyebrow { justify-content: center; }
.endcap h2 { font-size: clamp(42px,5vw,72px); }
.endcap p:not(.eyebrow):not(.micro) { max-width: 45ch; color: var(--graphite); font-size: 14px; margin: 24px auto; }
.endcap .btn { margin-block: 8px 20px; }
.endcap p.micro { margin-bottom: 0; }
.end-watermark { font: clamp(130px,25vw,335px)/.9 var(--display); letter-spacing: -.065em; display: flex; justify-content: center; align-items: center; gap: 40px; color: #dce0cf; margin-top: 72px; padding-bottom: 2px; user-select: none; }
.end-watermark svg { width: 140px; height: 150px; }
.footer { padding-block: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer .nav-lockup { font-size: 18px; }
.footer .nav-lockup svg { width: 14px; }
.footer > div { display: flex; gap: 20px; flex-wrap: wrap; }
.footer a { text-decoration: none; }
html:not(.js) .sample-tabs, html:not(.js) .inspect-steps, html:not(.js) .motion-toggle, html:not(.js) .audit-replay, html:not(.js) .bench-tools, html:not(.js) #copy-code { display: none; }
html:not(.js) .bench-pick { pointer-events: none; }
html:not(.js) .bench-selection { display: none; }
html:not(.js) .journey-title { color: var(--ink); }
html.motion-paused *, html.motion-paused *::before, html.motion-paused *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
@media (max-width: 1100px) {
  .hero { gap: 40px; }
  .section-heading { grid-template-columns: 220px minmax(0,1fr); }
  .journey-layout { gap: 65px; }
  .audit-layout, .integrate { gap: 45px; }
  .bench-selection { grid-template-columns: 1.2fr .85fr 1.15fr .7fr; gap: 20px; }
  .terminal-top { flex-wrap: wrap; }
}
@media (max-width: 860px) {
  .sheet { padding-inline: 28px; }
  .nav-links { gap: 20px; }
  .nav-hide { display: none; }
  .hero { gap: 25px; padding-top: 62px; padding-bottom: 58px; }
  h1 { font-size: 65px; }
  .hero-sub { font-size: 14px; }
  .hero-cta { gap: 18px; }
  .hero-cta .btn { padding: 14px 18px; gap: 20px; }
  .hero-cta .textlink { font-size: 10px; }
  .demo-top { flex-wrap: wrap; padding: 14px; font-size: 8px; }
  .demo-bottom { padding: 15px; flex-wrap: wrap; }
  .demo-caption { font-size: 8px; padding: 14px; }
  .stat { padding: 24px 20px; }
  .num { font-size: 36px; }
  .num > span { font-size: 19px; }
  .stat .micro { font-size: 8px; }
  .section { padding-block: 85px; }
  .section-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 34px; }
  .section-heading > .eyebrow { padding-top: 0; }
  .section-intro { font-size: 14px; }
  .inspector-input, .inspector-route { padding: 22px; }
  .inspect-step { font-size: 9px; padding-inline: 5px; }
  .inspect-step i { display: none; }
  .route-facts > div { grid-template-columns: 90px minmax(0,1fr); font-size: 9px; }
  .request-text { font-size: 14px; }
  .journey-layout { gap: 40px; }
  .journey-visual { top: 95px; }
  .journey-following { padding: 17px; }
  .journey-status { padding: 17px; gap: 12px; }
  .journey-status .micro { font-size: 8px; }
  .journey-title { font-size: 26px; }
  .journey-step { min-height: 350px; }
  .audit-layout { grid-template-columns: 1fr; gap: 40px; }
  .audit-copy > p:not(.eyebrow) { max-width: 50ch; }
  .audit-section { padding-block: 80px; }
  .audit-copy h2 { font-size: 55px; }
  .audit-terminal { max-width: 640px; width: 100%; }
  .bench-selection { grid-template-columns: 1fr 1fr 1fr; }
  .selection-name { grid-column: 1 / -1; }
  .bench-selection h3 { margin: 7px 0; font-size: 21px; }
  .bench-table th, .bench-table td { padding: 17px 14px; }
  .bench-pick { font-size: 13px; }
  .integrate { grid-template-columns: 1fr; }
  .integrate .section-intro { max-width: 50ch; }
  .footer { flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .sheet { padding-inline: 22px; }
  .nav-in { min-height: 67px; gap: 14px; }
  .nav-lockup { font-size: 20px; gap: 9px; }
  .nav-lockup svg { width: 15px; }
  .nav-links { gap: 16px; }
  .btn-small { padding: 9px 13px; font-size: 10px; }
  .lang { font-size: 9px; gap: 5px; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-top: 45px; padding-bottom: 45px; }
  h1 { font-size: clamp(60px, 12vw, 76px); }
  .eyebrow { font-size: 9px; margin-bottom: 22px; }
  .hero-sub { font-size: 15px; max-width: 40ch; margin-bottom: 24px; }
  .hero-note { margin-top: 23px; font-size: 8px; }
  .hero-demo { width: 100%; max-width: 490px; }
  .demo-top { flex-wrap: nowrap; }
  .demo-bottom { flex-wrap: nowrap; }
  .demo-bottom strong { font-size: 11px; }
  .demo-caption { font-size: 9px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 21px 14px; }
  .stat:first-child { padding-left: 0; }
  .stat:last-child { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; align-items: center; padding-inline: 0; }
  .stat:last-child .micro { grid-column: 1; margin-bottom: 0; }
  .stat:last-child .num { grid-column: 2; grid-row: 1 / 3; }
  .stat:last-child p { grid-column: 1; margin: 0; }
  .stat .micro { font-size: 8px; margin-bottom: 15px; }
  .stat p { font-size: 10px; line-height: 1.8; }
  .num { font-size: 33px; }
  .num > span { font-size: 16px; }
  .stat-foot { font-size: 8px; line-height: 1.9; }
  .section { padding-block: 68px; }
  h2 { font-size: 40px; }
  .sample-tabs { gap: 0; }
  .sample-tab { padding: 12px 10px; flex-wrap: wrap; gap: 6px; font-size: 12px; align-content: flex-start; }
  .sample-tab .tab-num { width: 100%; font-size: 8px; }
  .tab-arrow { display: none; }
  .inspector-shell { grid-template-columns: 1fr; }
  .inspector-input { border-right: 0; border-bottom: 1px solid var(--rule); padding: 22px; }
  .inspector-route { padding: 22px; }
  .request-text { margin-block: 8px 28px; }
  .inspect-step { font-size: 9px; padding: 9px 8px; }
  .inspect-step i { display: block; }
  .inspector-detail { min-height: 122px; }
  .route-facts > div { grid-template-columns: 105px minmax(0,1fr); font-size: 10px; }
  .inspector-answer { padding: 22px; }
  .answer-text { font-size: 11px; }
  .demo-disclaimer { font-size: 11px; }
  .journey-layout { grid-template-columns: 1fr; gap: 25px; }
  .journey-visual { top: 67px; z-index: 5; display: grid; grid-template-columns: 1fr 100px; align-items: center; box-shadow: 0 8px 20px -15px #727763; }
  .journey-following { border-bottom: 0; padding: 12px 15px; font-size: 8px; }
  .journey-svg { grid-column: 2; grid-row: 1 / 3; height: 112px; }
  .journey-status { grid-column: 1; padding: 10px 15px; gap: 12px; }
  .journey-status > span:first-child { font-size: 9px; }
  .journey-steps { padding-top: 10px; }
  .journey-step { min-height: 320px; padding: 48px 0; scroll-margin-top: 218px; }
  .journey-step:last-child { min-height: 300px; }
  .journey-title { font-size: 29px; }
  .journey-step-copy { margin-top: 20px; }
  .journey-step-copy p { font-size: 13px; }
  .technical-notes { margin-top: 10px; }
  .technical-notes summary { font-size: 10px; }
  .constraint-grid { grid-template-columns: 1fr; gap: 22px; }
  .audit-section { padding-block: 65px; }
  .audit-copy h2 { font-size: 43px; max-width: 10ch; }
  .audit-copy h2 br { display: inline; }
  .audit-terminal { margin-top: 4px; }
  .terminal-top { padding: 17px; }
  .terminal-top > span:first-child { font-size: 9px; }
  .audit-log { padding-inline: 17px; }
  .audit-line { gap: 13px; }
  .audit-line strong { font-size: 10px; }
  .audit-total { padding: 20px 17px; }
  .audit-total .micro { font-size: 8px; }
  .audit-total strong { font-size: 21px; }
  .hash-chain { padding-inline: 17px; font-size: 7px; gap: 7px; }
  .terminal-foot { padding-inline: 17px; font-size: 7px; }
  .bench-selection { grid-template-columns: 1fr 1fr; padding: 22px 18px; gap: 24px 18px; }
  .selection-name { grid-column: 1 / -1; }
  .bench-selection .micro { font-size: 8px; }
  .bench-selection h3 { font-size: 21px; }
  .bench-selection strong { font-size: 30px; }
  .bench-selection > div:last-child { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; }
  .bench-selection > div:last-child strong { margin: 0; font-size: 24px; }
  #selection-cost { font-size: 21px; }
  .bench-tools { align-items: flex-start; gap: 8px; }
  .bench-filters { gap: 6px; }
  .bench-filters button { font-size: 8px; padding: 9px 10px; }
  .bench-filters button > span:last-child { margin-left: 7px; }
  .bench-tools p { font-size: 8px; padding-top: 8px; }
  .bench-legend { font-size: 8px; gap: 7px 14px; }
  .bench-table, .bench-table tbody, .bench-table caption { display: block; width: 100%; }
  .bench-table caption { font-size: 8px; }
  .bench-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .bench-table tr { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; padding: 18px 14px; border-top: 1px solid var(--rule); }
  .bench-table th, .bench-table td { display: block; padding: 0; border: 0; }
  .bench-table th { grid-column: 1 / -1; }
  .bench-table td::before { content: attr(data-label); display: block; font: 8px/1.8 var(--mono); color: var(--graphite); margin-bottom: 7px; }
  .bench-pick { font-size: 14px; }
  .bench-pick > span:last-child { opacity: 1; }
  .bench-value { font-size: 11px; }
  .bench-method { grid-template-columns: 1fr; gap: 17px; }
  .bench-key { margin-top: 24px; }
  .bench-source summary { font-size: 10px; }
  .code-window code { font-size: 10px; }
  .code-window pre { padding: 22px 17px; }
  .code-foot { font-size: 8px; padding-inline: 17px; }
  .endcap { padding-top: 70px; }
  .endcap h2 { font-size: 40px; }
  .endcap p:not(.eyebrow):not(.micro) { font-size: 13px; }
  .end-watermark { font-size: 27vw; gap: 20px; margin-top: 50px; }
  .end-watermark svg { width: 12vw; height: 16vw; }
  .footer { padding-block: 25px; gap: 17px; }
  .footer > div { width: 100%; justify-content: space-between; gap: 12px; font-size: 8px; }
  .footer > .micro { font-size: 8px; }
}
@media (max-width: 360px) {
  .sheet { padding-inline: 18px; }
  .nav-links { gap: 10px; }
  .btn-small { padding-inline: 10px; }
  .nav-lockup { font-size: 18px; }
  .hero .eyebrow { font-size: 8px; }
  h1 { font-size: 59px; }
  h2 { font-size: 36px; }
  .hero-cta { gap: 15px; }
  .hero-cta .btn { font-size: 10px; padding-inline: 13px; }
  .demo-top { font-size: 7px; padding-inline: 12px; }
  .motion-toggle { font-size: 7px; }
  .demo-bottom { padding-inline: 12px; }
  .demo-complete { font-size: 8px; }
  .num { font-size: 28px; }
  .stat { padding-right: 8px; padding-left: 12px; }
  .stat .micro { font-size: 7px; }
  .inspect-step { padding-inline: 6px; font-size: 8px; }
  .inspect-step i { display: none; }
  .inspector-route, .inspector-input, .inspector-answer { padding: 18px; }
  .route-facts > div { grid-template-columns: 84px minmax(0,1fr); font-size: 9px; }
  #selection-cost { font-size: 18px; }
  .bench-selection { gap: 20px 12px; }
  .hash-chain { gap: 4px; padding-inline: 13px; font-size: 6px; }
  .audit-copy h2 { font-size: 38px; }
  .endcap h2 { font-size: 34px; }
}

/* the launch film: poster first, native controls once it plays */
.film { margin: 0 0 64px; }
.film-frame { position: relative; aspect-ratio: 16 / 9; background: #0b0b0b; overflow: hidden; border: 1px solid var(--rule); }
.film-video { display: block; width: 100%; height: 100%; object-fit: cover; background: #0b0b0b; }
.film-play { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.18); color: #fff; cursor: pointer; display: grid; place-items: center; font-size: 11px; letter-spacing: .16em; transition: background .3s; }
.film-play span { display: inline-flex; align-items: center; gap: 14px; padding: 14px 24px; border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(6px); }
.film-play span::before { content: ""; width: 0; height: 0; border-left: 11px solid currentColor; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.film-play:hover { background: rgba(0,0,0,.04); }
.film-play:focus-visible { outline: 2px solid #fff; outline-offset: -6px; }
.film-frame.playing .film-play { display: none; }
.film figcaption { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 12px; }
.film figcaption a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--rule); }
.film figcaption a:hover { border-color: var(--ink); }
@media (max-width: 860px) { .film { margin-bottom: 44px; } }
/* German privacy section */
.privacy-section{border-top:1px solid var(--rule)}.privacy-heading{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:52px}.privacy-heading .section-intro{max-width:510px;margin:0}.privacy-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.privacy-grid article{padding:34px 32px 30px 0}.privacy-grid article+article{padding-left:32px;border-left:1px solid var(--rule)}.privacy-grid .micro{display:block;margin-bottom:30px}.privacy-grid h3{font-size:26px;line-height:1.2;letter-spacing:-.035em;margin-bottom:20px}.privacy-grid p{font-size:14px;line-height:1.85;color:var(--graphite);margin:0}.privacy-boundary{display:flex;align-items:flex-start;gap:18px;padding-top:28px}.privacy-boundary>.signal-dot{margin-top:8px}.privacy-boundary p{font-size:12px;line-height:1.8;color:var(--graphite);max-width:760px;margin:0}.privacy-boundary a{margin-left:auto;white-space:nowrap;font-size:11px}@media(max-width:800px){.privacy-heading{grid-template-columns:1fr;gap:18px;margin-bottom:36px}.privacy-grid{grid-template-columns:1fr}.privacy-grid article,.privacy-grid article+article{padding:28px 0;border-left:0}.privacy-grid article+article{border-top:1px solid var(--rule)}.privacy-grid .micro{margin-bottom:16px}.privacy-boundary{flex-wrap:wrap}.privacy-boundary p{flex:1}.privacy-boundary a{margin-left:24px}}
