@font-face { font-family: "Geist"; src: url("/images/geist-sans.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Geist Mono"; src: url("/images/geist-mono.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }

:root { --ink: #0a0b09; --paper: #f2f0e9; --muted: #a8aaa3; --line: #2a2d29; --green: #9cff57; --green-soft: #d9ffc0; --font-geist-sans: "Geist"; --font-geist-mono: "Geist Mono"; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--font-geist-sans), Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--ink); background: var(--green); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 620; letter-spacing: -0.03em; }
.brand-dot { color: var(--green); }
.brand-mark { display: inline-grid; grid-template-columns: repeat(3, 5px); gap: 3px; transform: skewY(-17deg); }
.brand-mark i { display: block; width: 5px; height: 19px; background: var(--green); border-radius: 1px; }
.brand-mark i:nth-child(2) { transform: translateY(-4px); }
.brand-mark i:nth-child(3) { transform: translateY(-8px); }
.brand-mark-small { grid-template-columns: repeat(3, 3px); gap: 2px; }
.brand-mark-small i { width: 3px; height: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 0 20px 0 24px; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: 14px; font-weight: 650; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--green); transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.button-small { min-height: 42px; padding-inline: 18px 14px; gap: 16px; font-size: 13px; }
.hero { padding: 72px 0 44px; min-height: calc(100vh - 88px); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px rgba(156,255,87,.65); }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 90px; align-items: center; padding-top: 64px; }
.hero-copy h1 { margin: 0; max-width: 760px; font-size: clamp(56px, 6.7vw, 102px); font-weight: 520; line-height: .94; letter-spacing: -.065em; }
.hero-lede { max-width: 690px; margin: 36px 0 0; color: #c2c4bd; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.microcopy { color: #777b73; font: 11px/1.4 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .05em; }
.computer-diagram { position: relative; border: 1px solid #3a3d37; background: #0e100d; box-shadow: 0 40px 90px rgba(0,0,0,.4); }
.computer-diagram::before { content: ""; position: absolute; inset: -22px; border: 1px solid #1d201c; pointer-events: none; }
.diagram-head, .terminal-line { min-height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; color: #767a73; font: 10px var(--font-geist-mono), monospace; letter-spacing: .04em; border-bottom: 1px solid var(--line); }
.diagram-head b { color: #babdb5; font-weight: 500; }
.online { color: var(--green); display: flex; align-items: center; gap: 7px; }
.online i { width: 5px; height: 5px; background: var(--green); border-radius: 50%; }
.diagram-agent { width: 56%; margin: 28px auto 0; padding: 16px; border: 1px solid #343731; text-align: center; }
.node-label { display: block; margin-bottom: 7px; color: #6f736b; font: 8px var(--font-geist-mono), monospace; letter-spacing: .08em; }
.diagram-agent strong { font-size: 13px; font-weight: 520; }
.flow-line { position: relative; height: 65px; display: grid; place-items: center; }
.flow-line::before { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: linear-gradient(var(--line), var(--green), var(--line)); }
.flow-line span { position: relative; z-index: 1; padding: 4px 9px; border: 1px solid #32362f; background: var(--ink); color: var(--green); font: 8px var(--font-geist-mono), monospace; letter-spacing: .08em; }
.diagram-core { margin: 0 20px 22px; border: 1px solid #555a50; }
.core-title { height: 52px; display: flex; align-items: center; gap: 10px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #151813; }
.core-title strong { font-size: 13px; font-weight: 570; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.resource-grid div { min-height: 70px; padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.resource-grid div:nth-child(3n) { border-right: 0; }
.resource-grid div:nth-last-child(-n+3) { border-bottom: 0; }
.resource-grid span, .resource-grid b { display: block; }
.resource-grid span { color: #676b63; font: 8px var(--font-geist-mono), monospace; letter-spacing: .08em; }
.resource-grid b { margin-top: 9px; color: #c9cbc4; font: 10px var(--font-geist-mono), monospace; font-weight: 500; }
.terminal-line { justify-content: flex-start; gap: 9px; border-top: 1px solid var(--line); border-bottom: 0; color: #aeb2aa; }
.terminal-line > span { color: var(--green); }
.cursor { width: 6px; height: 13px; background: var(--green); animation: blink 1.1s steps(1) infinite; }
.credibility { margin: 70px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #74786f; font: 11px/1.5 var(--font-geist-mono), monospace; }

.section { padding-block: 130px; }
.section-paper { background: var(--paper); color: var(--ink); }
.kicker { margin: 0 0 24px; font: 10px/1.4 var(--font-geist-mono), monospace; letter-spacing: .1em; text-transform: uppercase; }
.kicker::before { content: "//"; margin-right: 9px; color: #6c7068; }
.section h2 { margin: 0; font-size: clamp(45px, 5.4vw, 78px); font-weight: 520; line-height: 1.02; letter-spacing: -.055em; }
.statement-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: start; }
.statement-copy { padding-top: 44px; font-size: 19px; line-height: 1.58; letter-spacing: -.02em; }
.statement-copy p { margin: 0 0 24px; }
.statement-copy strong { font-weight: 650; }
.compare { display: grid; grid-template-columns: .75fr 1.25fr; gap: 16px; margin-top: 88px; }
.compare-card { min-height: 330px; border: 1px solid #c9c7c0; padding: 24px; }
.muted-card { color: #777871; background: #e9e7df; }
.computer-card { position: relative; color: var(--paper); background: var(--ink); border-color: var(--ink); overflow: hidden; }
.computer-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -120px; top: -120px; border-radius: 50%; border: 1px solid #363a34; box-shadow: 0 0 0 35px #11130f, 0 0 0 36px #363a34, 0 0 0 70px #11130f, 0 0 0 71px #252823; }
.card-label { position: relative; z-index: 1; display: block; font: 9px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.mini-flow { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 50px; }
.mini-flow b { font-size: 14px; font-weight: 540; }
.mini-flow i { font-style: normal; color: #a5a79f; }
.mini-flow .faded { color: #9a9b95; }
.mini-flow.horizontal { flex-direction: row; align-items: center; justify-content: flex-start; margin-top: 56px; font-size: 18px; }
.mini-flow.horizontal i { color: var(--green); }
.computer-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, max-content); gap: 10px; margin-top: 42px; }
.computer-list span { padding: 9px 12px; border: 1px solid #343832; color: #aaada5; font: 9px var(--font-geist-mono), monospace; }
.computer-card > p { position: absolute; z-index: 1; left: 24px; bottom: 20px; margin: 0; color: var(--green); font: 10px var(--font-geist-mono), monospace; }
.computer-card em { color: #9a9e95; font-style: normal; }

.section-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; align-items: end; }
.section-head > p { max-width: 450px; margin: 0 0 10px; color: #a3a69e; font-size: 17px; line-height: 1.55; letter-spacing: -.015em; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.steps article { position: relative; min-height: 360px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-num { color: #777b72; font: 9px var(--font-geist-mono), monospace; letter-spacing: .08em; }
.steps code, .step-icon { display: block; margin-top: 70px; color: var(--green); font: 14px var(--font-geist-mono), monospace; }
.step-icon { font-size: 24px; }
.steps h3 { margin: 34px 0 12px; font-size: 20px; font-weight: 560; letter-spacing: -.025em; }
.steps p { margin: 0; color: #92968d; font-size: 14px; line-height: 1.55; }
.steps article:not(:last-child)::after { content: "→"; position: absolute; z-index: 1; right: -13px; top: 50%; display: grid; place-items: center; width: 25px; height: 25px; color: var(--green); background: var(--ink); font: 11px var(--font-geist-mono), monospace; border: 1px solid var(--line); }
.mid-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 48px; }
.mid-cta p { margin: 0; color: #a3a69e; font-size: 18px; }

.section-green { color: var(--ink); background: var(--green); }
.dark-head > p { color: #283120; }
.section-green .kicker::before { color: #43583a; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid rgba(10,11,9,.35); border-left: 1px solid rgba(10,11,9,.35); }
.capability-grid article { min-height: 265px; padding: 22px; border-right: 1px solid rgba(10,11,9,.35); border-bottom: 1px solid rgba(10,11,9,.35); }
.capability-grid span { font: 10px var(--font-geist-mono), monospace; }
.capability-grid h3 { margin: 86px 0 14px; font-size: 20px; font-weight: 650; letter-spacing: -.03em; }
.capability-grid p { max-width: 330px; margin: 0; color: #293622; font-size: 14px; line-height: 1.55; }

.storage-section .section-head h2 { font-size: clamp(42px, 4.6vw, 70px); }
.storage-visual { margin-top: 78px; padding: 38px; border: 1px solid var(--line); background: #0e100d; }
.storage-path { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; }
.storage-path > div { min-height: 80px; padding: 15px; border: 1px solid #353932; }
.storage-path span { display: block; color: #71756c; font: 9px var(--font-geist-mono), monospace; }
.storage-path b { display: block; margin-top: 20px; font-size: 13px; font-weight: 540; }
.storage-path > i { color: var(--green); font-style: normal; }
.storage-path .deleted { color: #777b72; border-style: dashed; }
.storage-core { display: flex; align-items: center; gap: 28px; max-width: 650px; margin: 42px auto; padding: 28px; border: 1px solid var(--green); background: #11150e; }
.storage-rings { position: relative; flex: 0 0 50px; height: 38px; border: 2px solid var(--green); border-radius: 50%; }
.storage-rings::before, .storage-rings::after { content: ""; position: absolute; left: -2px; width: 50px; height: 16px; border: 2px solid var(--green); border-top: 0; border-radius: 0 0 50% 50%; }
.storage-rings::before { top: 12px; }.storage-rings::after { top: 23px; }
.storage-core small { color: var(--green); font: 8px var(--font-geist-mono), monospace; letter-spacing: .08em; }
.storage-core strong { display: block; margin-top: 5px; font-size: 23px; letter-spacing: -.03em; }
.storage-core p { margin: 8px 0 0; color: #787d73; font: 9px var(--font-geist-mono), monospace; }
.second-path { grid-template-columns: 1fr auto 1fr auto 1fr; max-width: 900px; margin-inline: auto; }
.storage-path .continue { border-color: var(--green); }

.factory-section { padding-bottom: 0; background: #11120f; }
.factory-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; }
.factory-copy h2 { font-size: clamp(43px, 4.8vw, 72px); }
.factory-copy > p:last-child { max-width: 550px; margin: 30px 0 0; color: #9ea198; font-size: 17px; line-height: 1.58; }
.factory-map { padding: 44px 30px 34px; border: 1px solid #343730; }
.factory-node { width: 210px; margin-inline: auto; padding: 17px; text-align: center; border: 1px solid var(--green); color: var(--green); font: 10px var(--font-geist-mono), monospace; }
.factory-trunk { height: 72px; width: 66.666%; margin-inline: auto; border-left: 1px solid #4a4e46; border-right: 1px solid #4a4e46; border-bottom: 1px solid #4a4e46; }
.agent-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.agent-column { display: flex; flex-direction: column; align-items: center; color: #777b72; font: 9px var(--font-geist-mono), monospace; }
.agent-column > span { margin-top: -5px; padding: 6px 9px; background: #11120f; }
.agent-column i { height: 42px; width: 1px; background: #4a4e46; }
.agent-column b { width: 100%; padding: 24px 10px; border: 1px solid #393d35; text-align: center; color: #bdc0b7; font-weight: 500; }
.decisions { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border-top: 1px solid var(--line); }
.decisions div { padding: 30px 24px 70px; border-right: 1px solid var(--line); }
.decisions div:first-child { border-left: 1px solid var(--line); }
.decisions span { display: block; color: #6f736a; font: 9px var(--font-geist-mono), monospace; }
.decisions b { display: block; margin-top: 22px; font-size: 18px; font-weight: 560; }

.trust-section { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.trust-card { min-height: 640px; padding: 48px; }
.trust-card h2 { font-size: clamp(38px, 4vw, 62px); }
.trust-card > p:not(.kicker) { max-width: 530px; margin-top: 30px; color: #9ea198; font-size: 16px; line-height: 1.58; }
.security-card { border: 1px solid var(--line); }
.security-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 68px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.security-card li { padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #b3b6ad; font: 10px var(--font-geist-mono), monospace; }
.security-card li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.budget-card { color: var(--ink); background: var(--paper); }
.budget-card > p:not(.kicker) { color: #575a53; }
.budget-card blockquote { margin: 90px 0 0; padding-top: 25px; border-top: 1px solid #aaa9a2; font-size: clamp(29px, 3vw, 45px); line-height: 1.18; letter-spacing: -.045em; }
.budget-card blockquote strong { color: #3b6f1e; font-weight: 600; }

.proof-section { color: var(--ink); background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.proof-copy { padding-top: 52px; font-size: 18px; line-height: 1.6; }
.proof-copy p { margin: 0 0 22px; }
.proof-copy a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.proof-copy a:hover { color: #3b6f1e; }
.proof-copy a:focus-visible { outline: 3px solid #3b6f1e; outline-offset: 3px; }
.proof-stat { display: flex; align-items: baseline; gap: 20px; margin-top: 56px; padding-top: 24px; border-top: 1px solid #c2c0b8; }
.proof-stat strong { font-size: 34px; letter-spacing: -.04em; }
.proof-stat span { color: #6f716b; font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; }

.scope-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 74px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.scope-list span { padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 15px; }
.scope-list i { margin-right: 20px; color: var(--green); font: 9px var(--font-geist-mono), monospace; font-style: normal; }
.not-building { margin: 52px 0 0; padding: 25px 28px; border-left: 3px solid var(--green); background: #11130f; color: #9ea198; font-size: 17px; line-height: 1.5; }
.not-building strong { color: var(--paper); }

.waitlist-section { padding-top: 130px; color: var(--ink); background: var(--green); }
.waitlist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: start; padding-bottom: 130px; }
.waitlist-grid h2 { margin: 0; font-size: clamp(50px, 6.3vw, 92px); font-weight: 520; line-height: .95; letter-spacing: -.06em; }
.waitlist-copy > p { max-width: 600px; margin: 44px 0 0; font-size: 18px; line-height: 1.55; }
.waitlist-form { margin-top: 48px; }
.waitlist-form label { display: block; margin-bottom: 10px; font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.form-row { display: flex; gap: 8px; }
.form-row input { min-width: 0; flex: 1; height: 58px; padding: 0 18px; border: 1px solid rgba(10,11,9,.55); border-radius: 0; background: transparent; color: var(--ink); font: 16px var(--font-geist-sans), sans-serif; }
.form-row input::placeholder { color: rgba(10,11,9,.55); }
.form-row input:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.form-row button { height: 58px; padding: 0 20px; border: 0; background: var(--ink); color: var(--paper); font: 600 13px var(--font-geist-sans), sans-serif; cursor: pointer; }
.form-row button span { margin-left: 18px; }
.form-row button:disabled { cursor: default; opacity: .65; }
.form-row button:focus-visible { outline: 3px solid var(--paper); outline-offset: 2px; }
.form-status { min-height: 36px; margin: 12px 0 0; color: #2f3f25; font: 9px/1.5 var(--font-geist-mono), monospace; }
.form-status.is-error { color: #641c14; }
.form-status.is-success { color: #17320d; }
.footer { min-height: 110px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; border-top: 1px solid rgba(10,11,9,.4); }
.footer .brand-mark i { background: var(--ink); }
.footer p, .footer > a:last-child { margin: 0; font: 9px var(--font-geist-mono), monospace; }
.footer > a:last-child { text-transform: uppercase; letter-spacing: .06em; }

@keyframes blink { 50% { opacity: 0; } }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 74px; } .computer-diagram { width: min(620px, 96%); margin-inline: auto; }
  .statement-grid, .section-head, .factory-grid, .proof-grid, .waitlist-grid { grid-template-columns: 1fr; gap: 48px; }
  .statement-copy, .proof-copy { padding-top: 0; }
  .compare { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps article:nth-child(2)::after { display: none; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .storage-path { grid-template-columns: 1fr; gap: 8px; }
  .storage-path > i { transform: rotate(90deg); text-align: center; }
  .storage-path > div { min-height: 68px; }
  .storage-path b { margin-top: 12px; }
  .second-path { max-width: none; }
  .factory-map { margin-top: 10px; }
  .trust-section { grid-template-columns: 1fr; }
  .trust-card { min-height: auto; }
  .scope-list { grid-template-columns: repeat(2, 1fr); }
  .waitlist-copy > p { margin-top: 0; }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 32px, 1320px); } .nav { height: 72px; } .brand { font-size: 15px; } .brand-mark { transform: skewY(-17deg) scale(.85); }
  .button-small { min-height: 38px; font-size: 0; gap: 0; padding: 0; width: 38px; } .button-small span { font-size: 15px; }
  .hero { padding-top: 48px; } .hero-grid { padding-top: 40px; gap: 58px; } .hero-copy h1 { font-size: clamp(50px, 16vw, 70px); } .hero-lede { font-size: 16px; } .hero-actions { align-items: flex-start; flex-direction: column; }
  .computer-diagram::before { inset: -10px; } .resource-grid { grid-template-columns: repeat(2, 1fr); } .resource-grid div:nth-child(3n) { border-right: 1px solid var(--line); } .resource-grid div:nth-child(2n) { border-right: 0; } .resource-grid div:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); } .resource-grid div:nth-last-child(-n+2) { border-bottom: 0; } .credibility { margin-top: 54px; }
  .section { padding-block: 88px; }
  .section h2 { font-size: clamp(41px, 13vw, 56px); }
  .statement-copy { font-size: 17px; }
  .compare { margin-top: 52px; }
  .compare-card { min-height: 300px; }
  .mini-flow.horizontal { align-items: flex-start; flex-direction: column; gap: 9px; }
  .mini-flow.horizontal i { transform: rotate(90deg); }
  .computer-list { grid-template-columns: repeat(2, max-content); margin-top: 24px; }
  .computer-card > p { max-width: 80%; }
  .steps { grid-template-columns: 1fr; margin-top: 52px; }
  .steps article { min-height: 290px; }
  .steps article:not(:last-child)::after { display: grid; top: auto; right: calc(50% - 13px); bottom: -13px; transform: rotate(90deg); }
  .steps code, .step-icon { margin-top: 48px; }
  .mid-cta { align-items: flex-start; flex-direction: column; }
  .capability-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .capability-grid article { min-height: 235px; }
  .capability-grid h3 { margin-top: 64px; }
  .storage-visual { margin-top: 52px; padding: 16px; }
  .storage-core { align-items: flex-start; padding: 20px; }
  .storage-rings { transform: scale(.8); transform-origin: top left; flex-basis: 40px; }
  .storage-core p { line-height: 1.5; }
  .factory-section { padding-bottom: 0; }
  .factory-map { padding: 30px 12px 24px; }
  .factory-node { width: 180px; }
  .agent-row { gap: 6px; }
  .agent-column b { padding: 18px 4px; font-size: 7px; }
  .decisions { grid-template-columns: 1fr; margin-top: 70px; }
  .decisions div, .decisions div:first-child { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-bottom: 30px; }
  .trust-section { width: 100%; gap: 0; }
  .trust-card { padding: 72px 24px; }
  .security-card ul { grid-template-columns: 1fr; margin-top: 46px; }
  .budget-card blockquote { margin-top: 58px; }
  .proof-stat { align-items: flex-start; flex-direction: column; gap: 10px; }
  .scope-list { grid-template-columns: 1fr; margin-top: 50px; }
  .waitlist-section { padding-top: 88px; }
  .waitlist-grid { padding-bottom: 88px; }
  .waitlist-copy > p { font-size: 16px; }
  .form-row { flex-direction: column; }
  .form-row button { width: 100%; }
  .footer { grid-template-columns: 1fr; gap: 20px; padding-block: 34px; }
  .footer > a:last-child { justify-self: start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
