:root {
  color-scheme: light;
  --ink: #10110f;
  --paper: #f4f4ef;
  --white: #fff;
  --line: #d7d9d2;
  --muted: #65685f;
  --acid: #d9ff62;
  --blue: #5269ff;
  --coral: #ff725e;
  --cyan: #a7e9ff;
  --green: #16865f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p, blockquote { margin: 0; letter-spacing: 0; }
button, summary { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid rgba(16,17,15,.16); background: var(--paper); }
.nav { width: min(100% - 40px, 1280px); height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; margin: auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 21px; font-weight: 800; }
.brand-symbol { position: relative; width: 27px; height: 27px; display: inline-block; }
.brand-symbol i { position: absolute; bottom: 2px; width: 9px; height: 23px; border-radius: 2px; background: var(--ink); transform-origin: bottom; }
.brand-symbol i:first-child { left: 5px; transform: skew(-19deg); }
.brand-symbol i:last-child { right: 3px; height: 17px; background: var(--blue); transform: skew(19deg); }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: #44483f; font-size: 13px; font-weight: 650; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { justify-self: end; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 10px 18px; border: 1px solid var(--ink); border-radius: 5px; font-size: 13px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--blue); }
.button-accent { min-height: 50px; padding-inline: 23px; background: var(--acid); color: var(--ink); }
.button-light { min-height: 50px; border-color: white; background: white; color: var(--ink); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 1080px; overflow: hidden; padding: 72px max(24px,calc((100vw - 1280px)/2)) 0; background: var(--paper); }
.hero-field { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-field::before { content: ""; position: absolute; inset: 0; opacity: .44; background-image: linear-gradient(rgba(16,17,15,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(16,17,15,.12) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom,black,transparent 72%); }
.orbit { position: absolute; border: 1px solid rgba(82,105,255,.35); border-radius: 50%; }
.orbit-one { width: 760px; height: 760px; top: -420px; left: calc(50% - 380px); }
.orbit-two { width: 1100px; height: 1100px; top: -590px; left: calc(50% - 550px); }
.signal { position: absolute; width: 9px; height: 9px; border: 2px solid var(--paper); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); animation: signalPulse 2.6s ease-in-out infinite; }
.signal-one { top: 150px; left: 12%; }
.signal-two { top: 310px; right: 10%; animation-delay: .7s; background: var(--coral); box-shadow: 0 0 0 1px var(--coral); }
.signal-three { top: 540px; left: 18%; animation-delay: 1.4s; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
@keyframes signalPulse { 0%,100% { transform: scale(1); opacity: .55; } 50% { transform: scale(1.7); opacity: 1; } }

.hero-copy { position: relative; z-index: 2; max-width: 940px; margin: auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
.preview-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid var(--ink); border-radius: 999px; background: rgba(244,244,239,.82); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.preview-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); animation: signalPulse 2s ease-in-out infinite; }
.hero h1 { margin-top: 28px; color: var(--blue); font-size: 14px; line-height: 1; font-weight: 850; text-transform: uppercase; }
.hero-statement { margin-top: 18px; font-size: clamp(64px,8.5vw,118px); line-height: .84; font-weight: 790; }
.hero-statement em, .provocation em, .final-cta em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-statement em { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero-body { max-width: 660px; margin-top: 32px; color: #4d5148; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 30px; }
.quiet-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 750; }
.quiet-link span { color: var(--blue); }

.authorization-stage { position: relative; z-index: 3; width: min(100%,1120px); margin: 68px auto 0; border: 1px solid var(--ink); background: var(--white); box-shadow: 12px 12px 0 var(--ink); }
.stage-header { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 16px; border-bottom: 1px solid var(--ink); background: var(--ink); color: white; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; text-transform: uppercase; }
.stage-header > div { display: flex; align-items: center; gap: 8px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(217,255,98,.15); }
.stage-header > span { color: #aeb1a7; }
.scenario-picker { display: flex; gap: 0; overflow-x: auto; border-bottom: 1px solid var(--ink); background: #eceee8; scrollbar-width: none; }
.scenario-picker::-webkit-scrollbar { display: none; }
.scenario { min-height: 45px; flex: 1 0 170px; padding: 10px 15px; border: 0; border-right: 1px solid var(--ink); background: transparent; color: #64685f; font-size: 11px; font-weight: 750; text-align: center; }
.scenario:last-child { border-right: 0; }
.scenario:hover { background: white; color: var(--ink); }
.scenario.active { background: var(--acid); color: var(--ink); }
.decision-workspace { display: grid; grid-template-columns: 1fr 112px 1fr; min-height: 430px; }
.request-panel, .verdict-panel { padding: 28px; }
.panel-kicker { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.panel-kicker span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); }
.agent-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; margin-top: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.agent-avatar { width: 42px; height: 42px; display: grid; place-items: center; background: var(--blue); color: white; font-size: 11px; font-weight: 800; }
.agent-row > div { display: grid; }
.agent-row strong { font-size: 13px; }
.agent-row small { color: var(--muted); font-family: ui-monospace, monospace; font-size: 9px; }
.agent-state { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-size: 10px; font-weight: 750; }
.agent-state::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.request-panel blockquote { margin-top: 28px; font-size: 22px; line-height: 1.35; font-weight: 620; }
.request-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; border: 1px solid var(--line); }
.request-facts div { display: grid; gap: 4px; padding: 14px; }
.request-facts div + div { border-left: 1px solid var(--line); }
.request-facts small, .verdict-top small { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.request-facts strong { font-size: 13px; }
.decision-bridge { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; border-inline: 1px solid var(--ink); background: #f1f2ec; }
.bridge-line { position: absolute; inset: 0 50%; width: 1px; background: repeating-linear-gradient(to bottom,var(--ink) 0 6px,transparent 6px 12px); }
.bridge-line i { position: absolute; top: 50%; left: -4px; width: 9px; height: 9px; border: 1px solid var(--ink); border-radius: 50%; background: var(--acid); animation: bridgeMove 2s ease-in-out infinite; }
@keyframes bridgeMove { 0%,100% { transform: translateY(-90px); } 50% { transform: translateY(90px); } }
.decision-bridge b { position: relative; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--ink); background: var(--ink); color: var(--acid); font-family: Georgia, serif; font-size: 22px; }
.decision-bridge small { position: relative; z-index: 2; margin-top: 8px; padding: 2px 5px; background: #f1f2ec; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.verdict-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-top: 26px; }
.verdict-top > div { display: grid; gap: 3px; }
#decision-value { font-size: 22px; text-transform: capitalize; }
#decision-value.approved { color: var(--green); }
#decision-value.review { color: #a45b00; }
#decision-value.blocked { color: #c43725; }
#decision-value.checking { color: var(--blue); }
.run-button { min-height: 34px; padding: 7px 11px; border: 1px solid var(--ink); border-radius: 4px; background: white; font-size: 10px; font-weight: 750; }
.run-button:hover { background: var(--ink); color: white; }
.match-score { margin-top: 22px; }
.match-score > div { display: flex; justify-content: space-between; font-size: 10px; font-weight: 750; }
.match-score strong { color: var(--blue); }
.match-score > i { height: 5px; display: block; margin-top: 8px; overflow: hidden; background: #e1e3dd; }
.match-score > i b { display: block; width: 98%; height: 100%; background: var(--blue); transition: width .35s ease; }
.verification-list { display: grid; gap: 0; margin: 20px 0 0; padding: 0; list-style: none; }
.verification-list li { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 38px; border-bottom: 1px solid var(--line); color: #5e625a; font-size: 11px; }
.verification-list li::before { content: "○"; color: #a3a69f; }
.verification-list li span { margin-right: auto; }
.verification-list li strong { color: var(--ink); font-size: 10px; }
.verification-list li.checking::before { content: "◌"; color: var(--blue); animation: spin .7s linear infinite; }
.verification-list li.pass::before { content: "✓"; color: var(--green); }
.verification-list li.fail::before { content: "×"; color: #c43725; }
.verification-list li.review::before { content: "!"; color: #a45b00; }
@keyframes spin { to { transform: rotate(360deg); } }
.verdict-reason { display: flex; justify-content: space-between; gap: 12px; margin-top: 17px; color: var(--muted); font-size: 10px; }
.verdict-reason code { font-size: 9px; }

.control-ticker { overflow: hidden; border-block: 1px solid var(--ink); background: var(--acid); transform: rotate(-1deg) scale(1.02); }
.control-ticker > div { width: max-content; display: flex; align-items: center; gap: 26px; min-height: 64px; animation: ticker 24s linear infinite; }
.control-ticker span { font-size: 18px; font-weight: 850; text-transform: uppercase; }
.control-ticker i { color: var(--blue); font-size: 12px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-index { color: var(--blue); font-family: ui-monospace, monospace; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.provocation { width: min(100% - 48px,1180px); padding: 170px 0 150px; margin: auto; text-align: center; }
.provocation h2 { margin-top: 24px; font-size: clamp(48px,6.2vw,86px); line-height: .96; }
.provocation h2 em { color: var(--blue); }
.provocation > p { max-width: 700px; margin: 32px auto 0; color: var(--muted); font-size: 17px; line-height: 1.75; }

.control-stories { border-top: 1px solid var(--ink); }
.story { width: min(100% - 48px,1280px); min-height: 710px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; margin: auto; padding: 100px 0; }
.story + .story { border-top: 1px solid var(--line); }
.story-copy h2 { margin-top: 22px; font-size: clamp(45px,5.6vw,76px); line-height: .94; }
.story-copy > p { max-width: 520px; margin-top: 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.story-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.story-copy li { padding: 7px 10px; border: 1px solid var(--ink); border-radius: 999px; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.card-scene { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 440px; perspective: 900px; }
.card-scene::before { content: ""; position: absolute; inset: 8% 8% 10%; border: 1px solid var(--ink); background: var(--cyan); transform: rotate(4deg); }
.card-shadow { position: absolute; inset: 15% 5% 9% 13%; background: var(--ink); transform: rotate(-5deg); }
.mandate-card { position: absolute; inset: 12% 9%; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--ink); border-radius: 15px; background: var(--blue); color: white; box-shadow: 0 24px 50px rgba(16,17,15,.22); transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .15s ease-out; }
.mandate-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: repeating-linear-gradient(120deg,transparent 0 18px,rgba(255,255,255,.05) 18px 19px); }
.card-top, .card-bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.card-top { font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.mini-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid white; border-radius: 50%; font-family: Georgia, serif; font-size: 17px; }
.mandate-card > strong { position: relative; z-index: 2; font-family: ui-monospace, monospace; font-size: clamp(18px,2vw,27px); }
.card-bottom span { display: grid; gap: 4px; font-size: 12px; font-weight: 750; }
.card-bottom small { color: rgba(255,255,255,.66); font-size: 8px; }
.constraint { position: absolute; z-index: 4; padding: 7px 9px; border: 1px solid var(--ink); background: var(--acid); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 700; }
.constraint-one { top: 5%; right: -1%; }
.constraint-two { bottom: 4%; left: 2%; background: white; }
.constraint-three { right: 1%; bottom: 12%; background: var(--coral); }
.story-match { grid-template-columns: 1.1fr .9fr; }
.match-visual { padding: 42px; border: 1px solid var(--ink); background: var(--ink); color: white; }
.intent-block { padding: 25px; border: 1px solid #565a51; background: #1c1e1a; }
.intent-block > span { color: var(--acid); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 800; }
.intent-block p { margin-top: 20px; color: #bfc3b8; font-size: 18px; line-height: 1.6; }
.intent-block b { padding: 1px 3px; background: rgba(217,255,98,.14); color: white; font-weight: 650; }
.payment-block > span { color: var(--cyan); }
.payment-block b { background: rgba(167,233,255,.14); }
.comparison-line { position: relative; height: 95px; display: grid; place-items: center; }
.comparison-line::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; border-left: 1px dashed #777b72; }
.comparison-line span { position: relative; z-index: 2; padding: 7px 10px; border: 1px solid var(--acid); background: var(--ink); color: var(--acid); font-family: ui-monospace, monospace; font-size: 9px; }
.risk-lanes { position: relative; display: grid; gap: 12px; padding: 40px; border: 1px solid var(--ink); background: white; }
.risk-row { min-height: 74px; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 20px; padding: 0 18px; border: 1px solid var(--line); }
.risk-row span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.risk-row b { font-size: 14px; }
.risk-row i { color: var(--muted); font-style: normal; font-size: 10px; }
.risk-row.low { border-left: 7px solid var(--green); }
.risk-row.medium { border-left: 7px solid #e28b18; }
.risk-row.high { border-left: 7px solid var(--coral); }
.approval-popover { width: 270px; position: absolute; right: 14px; bottom: -58px; padding: 18px; border: 1px solid var(--ink); background: var(--acid); box-shadow: 8px 8px 0 var(--ink); }
.approval-popover > span { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.approval-popover strong { display: block; margin-top: 7px; }
.approval-popover p { margin-top: 5px; font-size: 10px; }
.approval-popover > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 14px; }
.approval-popover button { min-height: 32px; border: 1px solid var(--ink); background: transparent; font-size: 10px; font-weight: 750; }
.approval-popover button:last-child { background: var(--ink); color: white; }

.rails { padding: 150px max(24px,calc((100vw - 1280px)/2)); border-top: 1px solid var(--ink); background: var(--white); }
.rails-heading { display: grid; grid-template-columns: .7fr 1.2fr .8fr; gap: 40px; align-items: end; }
.rails-heading h2 { font-size: clamp(44px,5vw,70px); line-height: .98; }
.rails-heading p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.rail-switcher { margin-top: 80px; border: 1px solid var(--ink); }
.rail-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--ink); }
.rail-tab { min-height: 54px; border: 0; border-right: 1px solid var(--ink); background: var(--paper); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.rail-tab:last-child { border-right: 0; }
.rail-tab.active { background: var(--blue); color: white; }
.rail-display { position: relative; min-height: 440px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding: 60px; overflow: hidden; background: var(--ink); color: white; }
.rail-orbit { position: relative; width: min(33vw,340px); aspect-ratio: 1; display: grid; place-items: center; margin: auto; border: 1px solid #53564f; border-radius: 50%; animation: orbitSpin 16s linear infinite; }
.rail-orbit::before, .rail-orbit::after { content: ""; position: absolute; border: 1px solid #53564f; border-radius: 50%; }
.rail-orbit::before { inset: 16%; }
.rail-orbit::after { inset: 33%; }
.rail-orbit i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--acid); }
.rail-orbit i:first-child { top: -5px; left: 50%; }
.rail-orbit i:nth-child(2) { right: 8%; bottom: 18%; background: var(--coral); }
.rail-orbit i:last-child { left: 7%; bottom: 20%; background: var(--cyan); }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.rail-core { position: absolute; left: calc(25% - 60px); width: 120px; height: 120px; display: grid; place-items: center; align-content: center; gap: 8px; border: 1px solid white; border-radius: 50%; background: var(--ink); }
.rail-core span { color: var(--acid); font-family: Georgia, serif; font-size: 28px; }
.rail-core small { font-size: 7px; font-weight: 800; }
.rail-copy > span { color: var(--acid); font-family: ui-monospace, monospace; font-size: 11px; }
.rail-copy h3 { max-width: 520px; margin-top: 22px; font-size: clamp(30px,3.7vw,50px); line-height: 1.03; }
.rail-copy p { max-width: 500px; margin-top: 23px; color: #b6bab0; font-size: 15px; line-height: 1.7; }

.security { position: relative; min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding: 120px max(24px,calc((100vw - 1180px)/2)); overflow: hidden; border-top: 1px solid var(--ink); background: var(--acid); }
.security-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(var(--ink) 1px,transparent 1px),linear-gradient(90deg,var(--ink) 1px,transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle at 70% 50%,black,transparent 60%); }
.security-copy, .evidence-stream { position: relative; z-index: 2; }
.security-copy h2 { margin-top: 22px; font-size: clamp(46px,5.8vw,78px); line-height: .95; }
.security-copy p { max-width: 530px; margin-top: 28px; font-size: 16px; line-height: 1.7; }
.security-copy a { display: inline-flex; gap: 8px; margin-top: 28px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.evidence-stream { padding: 20px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 12px 12px 0 var(--ink); }
.evidence-stream div { min-height: 64px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 12px; padding: 0 12px; border-bottom: 1px solid var(--line); font-family: ui-monospace, monospace; }
.evidence-stream div:last-child { border-bottom: 0; }
.evidence-stream span, .evidence-stream code { color: var(--muted); font-size: 9px; }
.evidence-stream b { font-size: 11px; }
.evidence-stream .stream-active { margin-inline: -28px; padding-inline: 28px; border: 1px solid var(--ink); background: var(--blue); color: white; box-shadow: 5px 5px 0 var(--ink); }
.evidence-stream .stream-active span, .evidence-stream .stream-active code { color: #dce0ff; }

.final-cta { position: relative; min-height: 710px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 100px 24px; background: var(--blue); color: white; text-align: center; }
.final-cta > p { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.final-cta h2 { margin-top: 22px; font-size: clamp(64px,8vw,108px); line-height: .87; }
.final-cta h2 em { color: var(--acid); }
.cta-copy { max-width: 570px; margin-top: 30px; color: #dfe2ff; font-size: 17px; line-height: 1.65; }
.final-cta .button { margin-top: 32px; }
.cta-signal { position: absolute; inset: 0; pointer-events: none; }
.cta-signal span { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transform: translate(-50%,-50%); animation: ctaWave 5s ease-out infinite; }
.cta-signal span:nth-child(2) { animation-delay: 1.6s; }
.cta-signal span:nth-child(3) { animation-delay: 3.2s; }
@keyframes ctaWave { from { width: 100px; height: 100px; opacity: .8; } to { width: 900px; height: 900px; opacity: 0; } }

footer { width: min(100% - 48px,1280px); min-height: 180px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; margin: auto; color: var(--muted); font-size: 12px; }
footer > p { padding-left: 36px; border-left: 1px solid var(--line); }
footer > div { display: flex; gap: 24px; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links, .nav-cta { display: none; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--ink); border-radius: 4px; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary i { width: 18px; height: 2px; background: var(--ink); }
  .mobile-nav > div { position: absolute; top: 49px; right: 0; width: min(300px,calc(100vw - 32px)); display: grid; gap: 3px; padding: 10px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--ink); }
  .mobile-nav a { padding: 11px; font-weight: 700; }
  .decision-workspace { grid-template-columns: 1fr; }
  .decision-bridge { min-height: 90px; border-block: 1px solid var(--ink); border-inline: 0; }
  .bridge-line { inset: 50% 0; width: auto; height: 1px; background: repeating-linear-gradient(to right,var(--ink) 0 6px,transparent 6px 12px); }
  .bridge-line i { top: -4px; left: 50%; animation: bridgeMoveHorizontal 2s ease-in-out infinite; }
  @keyframes bridgeMoveHorizontal { 0%,100% { transform: translateX(-130px); } 50% { transform: translateX(130px); } }
  .decision-bridge small { margin: 0 0 0 8px; }
  .story, .story-match, .rails-heading, .security { grid-template-columns: 1fr; }
  .story { gap: 60px; }
  .story-match .match-visual { order: 2; }
  .story-match .story-copy { order: 1; }
  .rails-heading { align-items: start; }
  .rail-display { grid-template-columns: 1fr; }
  .rail-orbit { width: min(65vw,340px); }
  .rail-core { top: 110px; left: calc(50% - 60px); }
}

@media (max-width: 640px) {
  .nav { width: calc(100% - 28px); height: 66px; }
  .hero { min-height: 1320px; padding: 46px 14px 0; }
  .hero-field::before { background-size: 34px 34px; }
  .preview-pill { font-size: 9px; }
  .hero-statement { font-size: 58px; }
  .hero-statement em { -webkit-text-stroke-width: 1.3px; }
  .hero-body { font-size: 16px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .authorization-stage { margin-top: 50px; box-shadow: 6px 6px 0 var(--ink); }
  .stage-header { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 9px; }
  .scenario { flex-basis: 150px; }
  .request-panel, .verdict-panel { padding: 22px 18px; }
  .request-panel blockquote { font-size: 19px; }
  .verdict-top { align-items: flex-start; flex-direction: column; }
  .run-button { width: 100%; }
  .control-ticker span { font-size: 14px; }
  .provocation, .story { width: calc(100% - 32px); }
  .provocation { padding: 120px 0 105px; }
  .provocation h2 { font-size: 46px; }
  .story { min-height: auto; padding: 90px 0; }
  .story-copy h2 { font-size: 47px; }
  .card-scene { min-height: 330px; }
  .mandate-card { inset: 14% 4%; padding: 21px; }
  .constraint-one { right: 0; }
  .constraint-three { right: 0; bottom: 6%; }
  .match-visual { padding: 18px; }
  .intent-block { padding: 18px; }
  .intent-block p { font-size: 15px; }
  .risk-lanes { padding: 18px; padding-bottom: 90px; }
  .risk-row { grid-template-columns: 80px 1fr; }
  .risk-row i { display: none; }
  .approval-popover { width: calc(100% - 28px); right: 14px; bottom: -30px; }
  .rails { padding: 100px 16px; }
  .rails-heading h2 { font-size: 45px; }
  .rail-tabs { grid-template-columns: 1fr; }
  .rail-tab { border-right: 0; border-bottom: 1px solid var(--ink); }
  .rail-tab:last-child { border-bottom: 0; }
  .rail-display { min-height: 660px; gap: 40px; padding: 38px 22px; }
  .rail-orbit { width: min(76vw,290px); }
  .rail-core { top: 92px; }
  .rail-copy h3 { font-size: 34px; }
  .security { padding: 100px 16px; }
  .security-copy h2 { font-size: 48px; }
  .evidence-stream { padding: 10px; box-shadow: 7px 7px 0 var(--ink); }
  .evidence-stream div { grid-template-columns: 86px 1fr; }
  .evidence-stream code { display: none; }
  .evidence-stream .stream-active { margin-inline: -16px; padding-inline: 16px; }
  .final-cta { min-height: 650px; }
  .final-cta h2 { font-size: 62px; }
  footer { width: calc(100% - 32px); min-height: 250px; grid-template-columns: 1fr; gap: 17px; padding: 50px 0; }
  footer > p { padding: 0; border: 0; }
}

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

/* Enterprise visual refinement */
:root {
  --ink: #111827;
  --paper: #f7f8fb;
  --white: #ffffff;
  --line: #e1e6ed;
  --muted: #687386;
  --acid: #e2f8e9;
  --blue: #315efb;
  --coral: #e65e54;
  --cyan: #e8f5fb;
  --green: #147a55;
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
}

.site-header {
  position: sticky;
  top: 0;
  border-color: rgba(225,230,237,.9);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
}

.nav { height: 76px; }
.brand { font-size: 20px; }
.nav-links a { color: #556174; font-weight: 600; }
.button { min-height: 44px; border: 0; border-radius: 7px; }
.button:hover { transform: translateY(-1px); box-shadow: 0 7px 20px rgba(17,24,39,.14); }
.button-dark { background: var(--blue); }
.button-dark:hover { background: #244bd8; }
.button-accent { background: var(--blue); color: white; }
.button-light { color: var(--blue); }

.hero {
  min-height: 1040px;
  background: #f7f8fb;
}
.hero-field::before {
  opacity: .3;
  background-image: linear-gradient(rgba(49,94,251,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(49,94,251,.12) 1px,transparent 1px);
}
.orbit { border-color: rgba(49,94,251,.14); }
.preview-pill { border-color: #d8dee8; background: rgba(255,255,255,.9); color: #536074; font-weight: 700; box-shadow: 0 2px 8px rgba(17,24,39,.04); }
.hero-statement { font-size: clamp(58px,7vw,96px); line-height: .94; font-weight: 720; }
.hero-statement em, .provocation em, .final-cta em {
  color: var(--blue);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  -webkit-text-stroke: 0;
}
.hero-body { color: #5e697b; }

.authorization-stage {
  overflow: hidden;
  border-color: #dbe1ea;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(28,39,64,.14), 0 2px 7px rgba(28,39,64,.05);
}
.stage-header {
  min-height: 48px;
  border-bottom-color: #e1e6ed;
  background: white;
  color: #4d596d;
}
.live-dot { background: #23a36d; box-shadow: 0 0 0 4px rgba(35,163,109,.1); }
.stage-header > span { color: #8a94a4; }
.scenario-picker { gap: 6px; padding: 6px; border-bottom-color: #e1e6ed; background: #f1f4f8; }
.scenario {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  color: #687386;
  font-weight: 650;
}
.scenario.active { background: white; color: var(--blue); box-shadow: 0 1px 4px rgba(17,24,39,.09); }
.decision-workspace { min-height: 440px; }
.panel-kicker span { border-color: #dbe1ea; background: #f7f9fc; }
.agent-avatar { border-radius: 7px; background: #e9efff; color: var(--blue); }
.agent-row, .verification-list li { border-color: #edf0f4; }
.request-facts { overflow: hidden; border-color: #e1e6ed; border-radius: 7px; background: #f9fafc; }
.request-facts div + div { border-color: #e1e6ed; }
.decision-bridge { border-color: #e1e6ed; background: #f7f9fc; }
.decision-bridge b { border: 0; border-radius: 50%; background: var(--blue); color: white; box-shadow: 0 0 0 8px #e9efff; }
.decision-bridge small { background: #f7f9fc; color: #738096; }
.match-score > i { border-radius: 999px; }
.match-score > i b { border-radius: inherit; }
.run-button { border-color: #d7dde7; border-radius: 6px; color: #344054; }
.run-button:hover { border-color: var(--blue); background: #eef2ff; color: var(--blue); }

.control-ticker {
  border-color: #e1e6ed;
  background: white;
  transform: none;
}
.control-ticker > div { min-height: 58px; }
.control-ticker span { color: #586478; font-size: 13px; font-weight: 700; }
.control-ticker i { color: #aab3c2; font-size: 8px; }

.provocation { padding-top: 155px; }
.provocation h2 { font-size: clamp(45px,5.7vw,76px); font-weight: 700; }
.provocation h2 em { color: var(--blue); }
.provocation > p { color: #687386; }
.control-stories { border-top-color: #dfe4eb; background: white; }
.story + .story { border-color: #e5e9ef; }
.story-copy h2 { font-size: clamp(42px,5vw,68px); font-weight: 700; }
.story-copy > p { color: #687386; }
.story-copy li { border-color: #dce2ea; background: #f8fafc; color: #536074; }

.card-scene::before {
  border: 0;
  border-radius: 20px;
  background: #dfe8ff;
  transform: rotate(3deg);
}
.card-shadow {
  inset: 15% 5% 8% 13%;
  border-radius: 20px;
  background: rgba(17,24,39,.12);
  filter: blur(16px);
  transform: translateY(22px);
}
.mandate-card {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: linear-gradient(135deg,#111827 0%,#202b3e 100%);
  box-shadow: 0 30px 60px rgba(17,24,39,.28), inset 0 1px 0 rgba(255,255,255,.12);
}
.mandate-card::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  top: -115px;
  right: -70px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255,255,255,.025), 0 0 0 60px rgba(255,255,255,.018);
}
.mandate-card::after { background: repeating-linear-gradient(125deg,transparent 0 24px,rgba(255,255,255,.025) 24px 25px); }
.card-wordmark { display: inline-flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 750; letter-spacing: 0; text-transform: none; }
.mini-mark { width: 29px; height: 29px; border-color: rgba(255,255,255,.65); font-family: inherit; font-size: 13px; font-weight: 800; }
.card-top > span:last-child { padding: 5px 7px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; color: #cbd3df; font-size: 8px; }
.mandate-card > strong { font-weight: 500; letter-spacing: .08em; }
.constraint {
  border-color: #dce2ea;
  border-radius: 5px;
  background: white;
  color: #435067;
  box-shadow: 0 8px 20px rgba(17,24,39,.1);
}
.constraint-three { background: #fff1ef; color: #a53f35; }

.match-visual {
  border: 0;
  border-radius: 8px;
  background: #111827;
  box-shadow: 0 24px 50px rgba(17,24,39,.15);
}
.intent-block { border-color: #39465b; border-radius: 7px; background: #182235; }
.intent-block > span { color: #8fb1ff; }
.intent-block b { background: rgba(91,125,255,.2); }
.payment-block > span { color: #7ed8bf; }
.payment-block b { background: rgba(72,190,151,.18); }
.comparison-line span { border: 0; border-radius: 999px; background: var(--blue); color: white; }
.risk-lanes { border-color: #e0e5ec; border-radius: 8px; box-shadow: 0 22px 55px rgba(17,24,39,.1); }
.risk-row { border-color: #e8ecf1; border-radius: 6px; background: #fafbfc; }
.approval-popover { border-color: #dce2ea; border-radius: 7px; background: white; box-shadow: 0 18px 40px rgba(17,24,39,.16); }
.approval-popover button { border-color: #d5dce6; border-radius: 5px; }
.approval-popover button:last-child { border-color: var(--blue); background: var(--blue); }

.rails {
  border-top-color: #e1e6ed;
  background: #f4f7fb;
}
.rail-switcher {
  overflow: hidden;
  border-color: #dce2ea;
  border-radius: 8px;
  background: white;
  box-shadow: 0 24px 65px rgba(22,34,58,.11);
}
.rail-tabs { grid-template-columns: repeat(4,1fr); border-bottom-color: #dce2ea; padding: 6px; gap: 6px; background: #eef2f7; }
.rail-tab { min-height: 42px; border: 0; border-radius: 6px; background: transparent; color: #677387; font-weight: 700; }
.rail-tab.active { background: white; color: var(--blue); box-shadow: 0 1px 4px rgba(17,24,39,.09); }
.rail-display { min-height: 430px; border: 0; background: #111827; }
.rail-core { border-color: rgba(255,255,255,.45); background: #182235; box-shadow: 0 0 0 12px rgba(49,94,251,.12); }
.rail-core span { color: #93adff; font-family: inherit; font-weight: 800; }
.rail-orbit, .rail-orbit::before, .rail-orbit::after { border-color: #33415a; }
.rail-orbit i { background: #5f7cff; }
.rail-orbit i:nth-child(2) { background: #6fd6b4; }
.rail-orbit i:last-child { background: #ff9b8e; }
.rail-copy > span { color: #8da8ff; }

.security {
  border-top-color: #dce2ea;
  background: #eef3fb;
}
.security-grid { opacity: .2; background-image: linear-gradient(#9caed1 1px,transparent 1px),linear-gradient(90deg,#9caed1 1px,transparent 1px); }
.evidence-stream {
  border-color: #dce3ed;
  border-radius: 8px;
  background: white;
  box-shadow: 0 24px 55px rgba(26,43,76,.12);
}
.evidence-stream .stream-active {
  margin-inline: -12px;
  border: 0;
  border-radius: 6px;
  background: var(--blue);
  box-shadow: 0 10px 22px rgba(49,94,251,.22);
}
.final-cta { background: #111827; }
.final-cta h2 em { color: #8ca8ff; }
.cta-signal span { border-color: rgba(92,126,255,.35); }
.reveal, .reveal.visible { opacity: 1; transform: none; }
.rails { padding-top: 115px; }

@media (max-width: 960px) {
  .rail-tabs { grid-template-columns: repeat(2,1fr); }
  .rail-core { background: #182235; }
}

@media (max-width: 640px) {
  .hero { min-height: 1300px; }
  .hero-statement { font-size: 51px; line-height: .98; }
  .hero-statement em { -webkit-text-stroke: 0; }
  .authorization-stage { box-shadow: 0 18px 45px rgba(28,39,64,.14); }
  .rail-tabs { grid-template-columns: 1fr; }
  .rail-tab { border-bottom: 0; }
  .mandate-card { inset-inline: 2%; }
}

/* Scroll-triggered product stories */
.task-payment-demo {
  position: relative;
  min-height: 500px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dce3ed;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--ink);
  box-shadow: 0 24px 55px rgba(17,24,39,.1);
}
.demo-topbar {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid #e2e7ee;
  background: white;
  color: #697588;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  text-transform: uppercase;
}
.demo-topbar > span { display: flex; align-items: center; gap: 8px; }
.demo-topbar > span i { width: 7px; height: 7px; border-radius: 50%; background: #23a36d; box-shadow: 0 0 0 4px rgba(35,163,109,.1); }
.replay-button { min-height: 30px; padding: 5px 8px; border: 1px solid #dce2ea; border-radius: 5px; background: white; color: #566277; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.replay-button:hover { border-color: var(--blue); color: var(--blue); }
.demo-task {
  position: absolute;
  top: 70px;
  left: 24px;
  right: 24px;
  min-height: 128px;
  padding: 18px;
  border: 1px solid #dce3ed;
  border-radius: 7px;
  background: white;
}
.demo-label { color: #718097; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.demo-agent { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.demo-agent > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 6px; background: #e9efff; color: var(--blue); font-size: 9px; }
.demo-agent > span { display: grid; }
.demo-agent strong { font-size: 11px; }
.demo-agent small { color: #7b8798; font-size: 8px; }
.demo-task > p { margin-top: 10px; color: #495569; font-size: 13px; line-height: 1.45; }
.demo-task > p strong { color: var(--ink); }
.demo-attempt {
  position: absolute;
  top: 215px;
  left: 24px;
  right: 24px;
  min-height: 96px;
  padding: 15px 18px;
  border: 1px solid #dce3ed;
  border-radius: 7px;
  background: white;
  box-shadow: 0 10px 24px rgba(17,24,39,.06);
}
.demo-attempt > div { display: flex; align-items: center; justify-content: space-between; }
.demo-attempt > div small { color: #8a94a4; font-size: 8px; }
.demo-attempt > strong { display: block; margin-top: 7px; font-size: 14px; }
.demo-attempt > p { color: #788497; font-size: 10px; }
.demo-attempt > b { position: absolute; right: 18px; bottom: 17px; font-size: 18px; }
.demo-scan {
  position: absolute;
  top: 326px;
  left: 24px;
  right: 24px;
  display: grid;
  gap: 8px;
  color: #687386;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  text-transform: uppercase;
}
.demo-scan > i { height: 4px; overflow: hidden; border-radius: 999px; background: #e0e5ec; }
.demo-scan > i b { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--blue); transform-origin: left; }
.demo-outcome {
  position: absolute;
  top: 365px;
  left: 24px;
  right: 24px;
  min-height: 76px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid;
  border-radius: 7px;
}
.demo-outcome > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-size: 19px; font-weight: 800; }
.demo-outcome > div { display: grid; gap: 2px; }
.demo-outcome strong { font-size: 12px; }
.demo-outcome small { font-size: 9px; }
.demo-outcome.rejected { border-color: #f2c9c4; background: #fff6f5; color: #a13d33; }
.demo-outcome.rejected > span { background: #fbe1de; }
.demo-outcome.accepted { border-color: #bfe5d2; background: #f1fbf6; color: #176d4e; }
.demo-outcome.accepted > span { background: #d9f2e5; }
.demo-retry {
  position: absolute;
  top: 382px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid #cbd6ff;
  border-radius: 999px;
  background: #f1f4ff;
  color: var(--blue);
  font-size: 9px;
  font-weight: 750;
  transform: translateX(-50%);
}
.demo-playhead {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e6ed;
}
.demo-playhead b { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--blue); transform-origin: left; }
.story-match { min-height: 620px; padding-block: 50px; }

.hosting-attempt, .hosting-scan, .hosting-outcome, .demo-retry, .domain-scan { opacity: 0; }
.domain-attempt, .domain-outcome { opacity: 1; }

.motion-section.in-view .hosting-attempt { animation: hostingAttempt 11s ease infinite; }
.motion-section.in-view .hosting-scan { animation: hostingScan 11s ease infinite; }
.motion-section.in-view .hosting-scan i b { animation: scanProgress 11s linear infinite; }
.motion-section.in-view .hosting-outcome { animation: hostingOutcome 11s ease infinite; }
.motion-section.in-view .demo-retry { animation: retryMoment 11s ease infinite; }
.motion-section.in-view .domain-attempt { animation: domainAttempt 11s ease infinite; }
.motion-section.in-view .domain-scan { animation: domainScan 11s ease infinite; }
.motion-section.in-view .domain-scan i b { animation: domainProgress 11s linear infinite; }
.motion-section.in-view .domain-outcome { animation: domainOutcome 11s ease infinite; }
.motion-section.in-view .demo-playhead b { animation: playhead 11s linear infinite; }

@keyframes hostingAttempt {
  0%,5% { opacity: 0; transform: translateY(12px); }
  10%,39% { opacity: 1; transform: none; }
  44%,100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes hostingScan {
  0%,14% { opacity: 0; }
  18%,37% { opacity: 1; }
  41%,100% { opacity: 0; }
}
@keyframes scanProgress {
  0%,17% { transform: scaleX(0); }
  34%,100% { transform: scaleX(1); }
}
@keyframes hostingOutcome {
  0%,29% { opacity: 0; transform: translateY(8px); }
  34%,43% { opacity: 1; transform: none; }
  48%,100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes retryMoment {
  0%,43% { opacity: 0; transform: translate(-50%,8px); }
  48%,54% { opacity: 1; transform: translate(-50%,0); }
  59%,100% { opacity: 0; transform: translate(-50%,-8px); }
}
@keyframes domainAttempt {
  0%,52% { opacity: 0; transform: translateY(12px); }
  58%,100% { opacity: 1; transform: none; }
}
@keyframes domainScan {
  0%,61% { opacity: 0; }
  65%,78% { opacity: 1; }
  83%,100% { opacity: 0; }
}
@keyframes domainProgress {
  0%,64% { transform: scaleX(0); }
  79%,100% { transform: scaleX(1); }
}
@keyframes domainOutcome {
  0%,75% { opacity: 0; transform: translateY(8px); }
  81%,100% { opacity: 1; transform: none; }
}
@keyframes playhead { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.motion-section.in-view.story-card .mandate-card { animation: issueCard .85s cubic-bezier(.22,.8,.28,1) both; }
.motion-section.in-view.story-card .constraint { animation: showConstraint .45s ease both; }
.motion-section.in-view.story-card .constraint-one { animation-delay: .45s; }
.motion-section.in-view.story-card .constraint-two { animation-delay: .65s; }
.motion-section.in-view.story-card .constraint-three { animation-delay: .85s; }
@keyframes issueCard { from { opacity: 0; transform: translateY(38px) rotateX(8deg) rotateY(-8deg); } to { opacity: 1; transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); } }
@keyframes showConstraint { from { opacity: 0; transform: translateY(8px) scale(.94); } to { opacity: 1; transform: none; } }

.motion-section.in-view .risk-row { animation: riskRowIn .5s ease both; }
.motion-section.in-view .risk-row.medium { animation-delay: .15s; }
.motion-section.in-view .risk-row.high { animation-delay: .3s; }
.motion-section.in-view .approval-popover { animation: approvalIn .55s .62s ease both; }
@keyframes riskRowIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: none; } }
@keyframes approvalIn { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }

.rail-orbit { animation-play-state: paused; }
.motion-section.in-view .rail-orbit { animation-play-state: running; }
.motion-section.in-view.evidence-stream > div { animation: evidenceRow .45s ease both; }
.motion-section.in-view.evidence-stream > div:nth-child(2) { animation-delay: .12s; }
.motion-section.in-view.evidence-stream > div:nth-child(3) { animation-delay: .24s; }
.motion-section.in-view.evidence-stream > div:nth-child(4) { animation-delay: .36s; }
.motion-section.in-view.evidence-stream > div:nth-child(5) { animation-delay: .48s; }
@keyframes evidenceRow { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 640px) {
  .story-match { padding-block: 70px; }
  .task-payment-demo { min-height: 560px; }
  .demo-task, .demo-attempt, .demo-scan, .demo-outcome { left: 14px; right: 14px; }
  .demo-task { top: 66px; min-height: 145px; }
  .demo-attempt { top: 228px; }
  .demo-scan { top: 340px; }
  .demo-outcome { top: 378px; }
  .demo-retry { top: 395px; white-space: nowrap; }
  .demo-playhead { left: 14px; right: 14px; bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-section.in-view *, .motion-section.in-view *::before, .motion-section.in-view *::after { animation: none !important; }
  .hosting-attempt, .hosting-scan, .hosting-outcome, .demo-retry, .domain-scan { display: none; }
  .domain-attempt, .domain-outcome { opacity: 1; }
}
