:root {
  color-scheme: light;
  --bg: #fff;
  --panel: #f7f8f6;
  --line: #e2e4e1;
  --muted: #686c72;
  --soft: #34373c;
  --text: #0c0d0f;
  --white: #fff;
  --ocean: #087da7;
  --calm: #2996c9;
  --slight: #1680b5;
  --moving: #0d6599;
  --large: #073b64;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, button { transition: color .16s ease, border-color .16s ease, background-color .16s ease; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--text); outline-offset: 4px; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(226,228,225,.9); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
.nav { height: 68px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-weight: 900; font-size: 1.18rem; letter-spacing: -.055em; }
.brand span { color: var(--ocean); }
.footer-links a:hover { color: #bdefff; }
.site-menu { position: relative; }
.site-menu summary { position: relative; z-index: 42; display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: var(--bg); cursor: pointer; list-style: none; }
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary span { display: block; width: 18px; height: 1.5px; border-radius: 2px; background: var(--text); transition: transform .16s ease, opacity .16s ease; }
.site-menu[open] summary span:first-child { transform: translateY(6.5px) rotate(45deg); }
.site-menu[open] summary span:nth-child(2) { opacity: 0; }
.site-menu[open] summary span:last-child { transform: translateY(-6.5px) rotate(-45deg); }
.site-menu[open] summary { border-color: rgb(255 255 255 / 55%); background: var(--ocean); }
.site-menu[open] summary span { background: #fff; }
.menu-panel { position: fixed; top: 0; left: 0; z-index: 40; display: flex; width: 100vw; height: 100vh; height: 100dvh; flex-direction: column; align-items: center; justify-content: center; gap: clamp(12px,2.4vh,26px); overflow-y: auto; padding: max(82px, env(safe-area-inset-top)) 24px max(42px, env(safe-area-inset-bottom)); background: var(--ocean); color: #fff; text-align: center; }
.menu-panel a { padding: 4px 18px; color: #fff; font-size: clamp(1.8rem,5vw,4.5rem); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.menu-panel a:hover { color: #bdefff; }
.menu-panel a:focus-visible { outline-color: #fff; }
body.menu-open { overflow: hidden; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--soft); font-size: .75rem; font-weight: 800; }
.live-pill i, .pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--ocean); box-shadow: 0 0 0 5px rgb(8 125 167 / 9%); }
.hero-stage { position: relative; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 78% 18%, rgb(8 125 167 / 10%), transparent 38%), linear-gradient(180deg, #fff 0%, rgb(8 125 167 / 6%) 72%, rgb(8 125 167 / 15%) 100%); }
.hero { position: relative; z-index: 2; min-height: 790px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: clamp(48px, 8vw, 108px); align-items: center; padding-block: clamp(76px, 9vw, 112px) clamp(250px, 24vw, 300px); }
.hero-copy { text-shadow: 0 1px 18px rgb(255 255 255 / 72%); }
.hero-waves { position: absolute; inset: auto 0 0; z-index: 1; height: clamp(270px, 29vw, 360px); pointer-events: none; }
.hero-waves svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.wave-layer-back { fill: url(#wave-gradient-back); color: rgb(6 73 104 / 48%); filter: brightness(.78) saturate(.86); }
.wave-layer-middle { fill: url(#wave-gradient-middle); color: rgb(255 255 255 / 24%); filter: brightness(.9) saturate(.94); }
.wave-layer-front { fill: url(#wave-gradient-front); color: rgb(255 255 255 / 34%); }
.wave-ridge { fill: none; stroke: currentColor; stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.eyebrow, .kicker { margin: 0; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 900; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 11px; }
h1 { max-width: 760px; margin: 25px 0 0; font-size: clamp(3.4rem, 7.2vw, 6.5rem); line-height: .96; letter-spacing: -.065em; font-weight: 900; }
h1 .state-line { display: block; color: var(--soft); }
h1 #sea-state { display: inline; }
h1 #sea-state[data-tone="calm"] { color: var(--calm); }
h1 #sea-state[data-tone="slight"] { color: var(--slight); }
h1 #sea-state[data-tone="moving"] { color: var(--moving); }
h1 #sea-state[data-tone="large"] { color: var(--large); }
.lead { max-width: 660px; margin: 28px 0 0; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; color: var(--muted); }
.status-line { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--soft); font-size: .88rem; font-weight: 700; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #71717a; }
.status-dot[data-tone="calm"] { background: var(--calm); }
.status-dot[data-tone="slight"] { background: var(--slight); }
.status-dot[data-tone="moving"] { background: var(--moving); }
.status-dot[data-tone="large"] { background: var(--large); }
.live-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--bg); box-shadow: 0 26px 80px rgba(12,13,15,.09); }
.card-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 800; }
.tag { padding: 5px 9px; border-radius: 999px; background: var(--panel); color: var(--soft); font-size: .7rem; }
.buoy-readings { padding: 8px 20px 18px; }
.buoy-reading { padding: 17px 0; }
.buoy-reading + .buoy-reading { border-top: 1px solid var(--line); }
.buoy-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.buoy-heading strong { font-size: .95rem; }
.buoy-age { color: var(--muted); font-size: .68rem; font-weight: 700; }
.buoy-reading.is-stale .buoy-age { color: var(--moving); }
.buoy-reading dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0 0; }
.buoy-reading dt { color: var(--muted); font-size: .64rem; }
.buoy-reading dd { margin: 5px 0 0; font-size: .73rem; font-weight: 850; line-height: 1.35; }
.network-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 20px; border-top: 1px solid var(--line); font-size: .76rem; font-weight: 800; }
.metrics { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics div { min-width: 0; padding: 17px 15px; }
.metrics div + div { border-left: 1px solid var(--line); }
.metrics dt { color: var(--muted); font-size: .67rem; }
.metrics dd { margin: 7px 0 0; font-weight: 900; font-size: .88rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-note { margin: 0; padding: 16px 20px; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.purpose-section, .model-section, .data-section, .launch-section { scroll-margin-top: 72px; }
.purpose-section { background: var(--ocean); color: #fff; }
.purpose-layout, .model-layout, .data-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr); gap: 52px clamp(48px,8vw,112px); padding-block: clamp(84px,11vw,142px); }
.purpose-heading .kicker { color: rgb(255 255 255 / 72%); }
.purpose-heading h2, .model-heading h2, .data-heading h2 { margin: 24px 0 0; font-size: clamp(2.2rem,4.3vw,4rem); line-height: 1.02; letter-spacing: -.05em; }
.purpose-copy, .model-copy, .data-copy { align-self: end; font-size: 1rem; line-height: 1.75; }
.purpose-copy { color: rgb(255 255 255 / 80%); }
.model-copy, .data-copy { color: var(--muted); }
.purpose-copy p, .model-copy p, .data-copy p { margin: 0; }
.purpose-copy p + p, .model-copy p + p, .data-copy p + p { margin-top: 18px; }
.purpose-note { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(240px,.72fr) minmax(0,1.28fr); gap: 32px; align-items: start; margin-top: 14px; padding-top: 28px; border-top: 1px solid rgb(255 255 255 / 30%); }
.purpose-note strong { font-size: clamp(1.2rem,2vw,1.7rem); line-height: 1.2; letter-spacing: -.025em; }
.purpose-note p { max-width: 620px; margin: 0; color: rgb(255 255 255 / 76%); line-height: 1.65; }
.model-section { background: #fff; }
.process-list { grid-column: 1 / -1; margin: 12px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 12px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process-list span { padding-top: 3px; color: var(--ocean); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.process-list h3 { margin: 0; font-size: clamp(1.08rem,1.8vw,1.35rem); letter-spacing: -.02em; }
.process-list p { max-width: 620px; margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.data-section { background: #eaf7fb; }
.data-sources { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 12px; }
.data-sources article { min-height: 188px; padding: 28px; border: 1px solid rgb(8 125 167 / 18%); border-radius: 18px; background: rgb(255 255 255 / 72%); }
.data-sources span { color: var(--ocean); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.data-sources p { margin: 54px 0 0; color: var(--muted); line-height: 1.6; }
.data-output { grid-column: 1 / -1; margin: 6px 0 0; padding-top: 24px; border-top: 1px solid rgb(8 125 167 / 22%); color: var(--muted); line-height: 1.65; }
.data-output strong { color: var(--text); }
.quiet-section { display: grid; grid-template-columns: .7fr 2.15fr; gap: 48px; padding-block: clamp(90px, 12vw, 150px); }
.quiet-section > div { max-width: 760px; }
.quiet-section > div p { max-width: 660px; margin-top: 28px; font-size: 1.05rem; }
.footer { position: relative; border-top: 1px solid rgb(255 255 255 / 24%); background: var(--ocean); color: #fff; }
.footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgb(255 255 255 / 38%), transparent); }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; padding-block: 72px; }
.brand.large { font-size: clamp(2.6rem, 5vw, 4.6rem); }
.footer .brand span { color: #bdefff; }
.footer-brand p { max-width: 480px; margin: 20px 0 28px; color: #fff; font-size: 1.05rem; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.footer-links h2 { margin: 0 0 18px; font-size: .8rem; }
.footer-links a, .footer-links span { display: block; margin-top: 12px; color: #fff; font-size: .78rem; line-height: 1.45; }
.footer .live-pill { border-color: rgb(255 255 255 / 30%); color: #fff; }
.footer .live-pill i { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.08); }
.footer a:focus-visible { outline-color: #fff; }
.legal { display: grid; grid-template-columns: minmax(0,2fr) minmax(140px,.7fr) minmax(190px,1fr); align-items: start; gap: 24px; padding-block: 24px; border-top: 1px solid rgb(255 255 255 / 22%); color: #fff; font-size: .7rem; }
.legal p { margin: 0; }
.legal-owner { display: flex; flex-wrap: wrap; gap: 6px 12px; }
.legal-owner strong { width: 100%; }
.legal-owner a { color: #fff; }
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 280px; }
  .live-card { max-width: 520px; }
  .purpose-layout, .model-layout, .data-layout { grid-template-columns: 1fr; }
  .purpose-note { grid-template-columns: 1fr; }
  .purpose-copy, .model-copy, .data-copy { margin-top: 0; }
  .footer-main { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1120px); }
  .hero { gap: 48px; padding-block: 64px 72px; }
  .hero-waves { inset: var(--mobile-wave-top, 420px) 0 0; height: auto; overflow: hidden; }
  .hero-waves::after { content: ""; position: absolute; inset: 274px 0 0; z-index: 0; background: var(--ocean); }
  .hero-waves svg { position: relative; left: 50%; z-index: 1; width: 1200px; max-width: none; height: 275px; transform: translateX(-50%); }
  h1 { font-size: clamp(3rem, 14.3vw, 4.5rem); }
  .data-sources { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 50px minmax(0,1fr); }
  .quiet-section { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .legal { grid-template-columns: 1fr; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .wave-ridge { opacity: .72; }
}

.days-main { min-height: calc(100vh - 68px); padding-block: 72px 110px; }
.days-intro { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); column-gap: clamp(42px,8vw,104px); align-items: start; max-width: none; }
.days-intro .eyebrow { grid-column: 1 / -1; }
.days-intro h1 { margin-top: 22px; font-size: clamp(3rem, 7vw, 6rem); }
.days-intro .lead { max-width: 540px; margin-top: 22px; }
.day-controls { display: flex; align-items: center; gap: 10px; margin-top: 34px; }
.day-controls button, .day-controls input { min-height: 44px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg); color: var(--text); font: inherit; }
.day-controls button { padding: 0 16px; cursor: pointer; font-size: .8rem; font-weight: 850; }
.day-controls button:hover { border-color: #52525b; }
.day-controls input { padding: 0 17px; color-scheme: light; }
.day-summary { margin-top: 54px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--panel); }
.day-summary-head { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding: 28px; border-bottom: 1px solid var(--line); }
.day-summary-head p { margin: 0; color: var(--muted); font-size: .72rem; }
.day-summary-head h2 { margin: 8px 0 0; font-size: clamp(1.8rem, 4vw, 3.2rem); letter-spacing: -.04em; }
.day-score-wrap { text-align: right; }
.day-score-wrap span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .64rem; font-weight: 750; }
.day-score { color: var(--calm); font-size: 2.1rem; font-weight: 900; }
.day-network { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-bottom: 1px solid var(--line); }
.day-network div { padding: 18px 22px; }
.day-network div + div { border-left: 1px solid var(--line); }
.day-network dt { color: var(--muted); font-size: .68rem; }
.day-network dd { margin: 7px 0 0; font-weight: 850; }
.day-buoys { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.day-buoy { padding: 26px; background: var(--bg); }
.day-buoy h3 { margin: 0; font-size: 1rem; }
.day-buoy .semantics { margin: 7px 0 0; color: var(--muted); font-size: .7rem; }
.day-buoy dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0 0; }
.day-buoy dt { color: var(--muted); font-size: .65rem; }
.day-buoy dd { margin: 6px 0 0; font-size: .82rem; font-weight: 850; }
.day-empty { padding: 34px 28px; color: var(--muted); }
.day-disclaimer { margin: 20px 0 0; color: #71717a; font-size: .75rem; line-height: 1.6; }
.is-loading { opacity: .55; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 640px) {
  .buoy-reading dl { grid-template-columns: 1fr; }
  .buoy-reading dl div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
  .day-controls { flex-wrap: wrap; }
  .day-controls label { order: -1; width: 100%; }
  .day-controls input { width: 100%; }
  .day-summary-head { flex-direction: column; }
  .day-network { grid-template-columns: 1fr; }
  .day-network div + div { border-left: 0; border-top: 1px solid var(--line); }
  .day-buoys { grid-template-columns: 1fr; }
  .day-buoy dl { grid-template-columns: 1fr; }
}

.launch-section { padding-block: clamp(84px, 11vw, 140px); }
.launch-panel { padding: clamp(30px, 6vw, 64px); border: 1px solid var(--line); border-radius: 24px; background: var(--panel); color: var(--text); }
.launch-panel .kicker { color: #62626a; }
.launch-panel h2 { max-width: 760px; margin: 18px 0 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.launch-panel > p:not(.kicker) { max-width: 620px; margin: 24px 0 0; color: #55555d; font-size: 1.05rem; line-height: 1.7; }
.launch-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(210px, .45fr); gap: clamp(30px, 6vw, 70px); align-items: start; margin-top: 38px; }
.waitlist-form { display: grid; gap: 18px; }
.waitlist-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.waitlist-form label { display: grid; gap: 7px; color: #55555d; font-size: .76rem; font-weight: 800; }
.waitlist-form input,.waitlist-form select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #c9c9ce; border-radius: 12px; background: #fff; color: #111; font: inherit; }
.waitlist-form input:focus,.waitlist-form select:focus { outline: 2px solid #111; outline-offset: 2px; }
.waitlist-consent { display: flex!important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px!important; line-height: 1.45; }
.waitlist-consent input { width: 18px; min-height: 18px; margin-top: 1px; padding: 0; accent-color: #111; }
.waitlist-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.waitlist-turnstile { min-height: 65px; }
.waitlist-form .button-primary { width: fit-content; border: 0; cursor: pointer; }
.waitlist-form .button-primary:disabled { opacity: .48; cursor: not-allowed; }
.waitlist-status { margin: 0; padding: 11px 13px; border-radius: 11px; background: #ddf7e8; color: #155a34; font-size: .78rem; font-weight: 750; }
.waitlist-status.is-error { background: #ffe3e7; color: #8f1d2c; }
.launch-aside { padding-left: 26px; border-left: 1px solid #d8d8dc; }
.launch-aside > p { margin: 0; color: #62626a; font-size: .84rem; line-height: 1.55; }
.launch-aside .launch-actions { display: grid; margin-top: 18px; }
.launch-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button-primary, .button-secondary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; font-size: .84rem; font-weight: 900; }
.button-primary { background: var(--ocean); color: var(--white); }
.button-primary:hover { background: var(--large); }
.button-secondary { border: 1px solid #c9c9ce; color: #18181b; }
.button-secondary:hover { border-color: #71717a; }
.onboarding-main { min-height: calc(100vh - 68px); display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.72fr); gap: clamp(50px,8vw,110px); align-items: center; padding-block: clamp(72px,10vw,130px); }
.onboarding-copy h1 { margin-top: 24px; font-size: clamp(3.4rem,7vw,6.6rem); }
.onboarding-steps { display: grid; gap: 0; margin: 50px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.onboarding-steps li { display: grid; grid-template-columns: 42px 1fr; column-gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.onboarding-steps span { grid-row: 1 / 3; color: var(--muted); font-size: .7rem; font-weight: 900; }
.onboarding-steps strong { font-size: .94rem; }
.onboarding-steps small { margin-top: 5px; color: var(--muted); font-size: .76rem; }
.onboarding-form-panel { padding: clamp(26px,4vw,46px); border: 1px solid rgb(8 125 167 / 24%); border-radius: 24px; background: rgb(8 125 167 / 7%); }
.onboarding-form-panel h2 { margin: 14px 0 30px; font-size: clamp(2rem,4vw,3.4rem); letter-spacing: -.045em; }
.waitlist-consent a { text-decoration: underline; text-underline-offset: 2px; }
.legal-page { max-width: 1120px; min-height: calc(100vh - 68px); display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); column-gap: clamp(42px,8vw,104px); align-items: start; padding-block: clamp(72px,10vw,130px); }
.legal-page > .eyebrow { grid-column: 1 / -1; }
.legal-page h1 { grid-column: 1; margin-bottom: 64px; }
.legal-page > section, .legal-page > .legal-updated { grid-column: 1 / -1; }
.legal-page section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { margin: 0; font-size: 1.15rem; }
.legal-page section p { margin: 13px 0 0; color: var(--muted); line-height: 1.75; }
.legal-page section a { text-decoration: underline; }
.legal-page section ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.75; }
.legal-page section li + li { margin-top: 7px; }
.legal-page .legal-lead { grid-column: 2; align-self: end; max-width: 720px; margin: 25px 0 64px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.legal-table-wrap { overflow-x: auto; margin-top: 18px; border: 1px solid var(--line); border-radius: 14px; }
.legal-table { width: 100%; border-collapse: collapse; min-width: 680px; font-size: .78rem; line-height: 1.55; }
.legal-table th,.legal-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: var(--panel); font-size: .7rem; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-contact { display: grid; gap: 5px; margin-top: 16px; color: var(--muted); font-style: normal; line-height: 1.7; }
.legal-updated { margin-top: 32px; color: var(--muted); font-size: .75rem; }
@media (max-width: 640px) {
  .launch-grid,.waitlist-fields { grid-template-columns: 1fr; }
  .launch-aside { padding: 24px 0 0; border-top: 1px solid #d8d8dc; border-left: 0; }
  .waitlist-form .button-primary { width: 100%; }
  .launch-actions { flex-direction: column; }
  .button-primary, .button-secondary { width: 100%; }
}
@media (max-width: 860px) {
  .onboarding-main { grid-template-columns: 1fr; }
}

.seo-main { min-height: calc(100vh - 68px); padding-block: clamp(54px,8vw,112px); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .73rem; font-weight: 750; }
.breadcrumbs a { color: var(--text); }
.breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.seo-hero { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); column-gap: clamp(42px,8vw,104px); align-items: start; max-width: none; padding-block: clamp(60px,9vw,116px); }
.seo-hero .eyebrow { grid-column: 1 / -1; }
.seo-hero h1 { max-width: 900px; margin-top: 25px; font-size: clamp(3.2rem,7.4vw,7rem); }
.seo-lead { max-width: 540px; margin: 25px 0 0; color: var(--muted); font-size: clamp(1.05rem,2vw,1.3rem); line-height: 1.7; }
.seo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-bottom: 72px; }
.seo-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.seo-card h2 { margin: 22px 0 12px; font-size: clamp(1.6rem,3vw,2.5rem); letter-spacing: -.04em; }
.seo-card > p:not(.kicker) { min-height: 54px; margin: 0; color: var(--muted); line-height: 1.6; }
.text-link { display: inline-block; margin-top: 24px; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.seo-empty { color: var(--muted); }
.seo-facts { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); margin-bottom: 64px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.seo-facts article { min-width: 0; padding: 24px; background: var(--panel); }
.seo-facts article + article { border-left: 1px solid var(--line); }
.seo-facts span { display: block; color: var(--muted); font-size: .69rem; }
.seo-facts strong { display: block; margin-top: 9px; overflow-wrap: anywhere; font-size: .95rem; }
.seo-copy { max-width: 820px; padding-block: 50px; border-top: 1px solid var(--line); }
.seo-copy h2 { margin: 0; font-size: clamp(1.8rem,4vw,3rem); letter-spacing: -.045em; }
.seo-copy h2:not(:first-child) { margin-top: 54px; }
.seo-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.seo-disclaimer { padding: 18px 20px; border-radius: 14px; background: var(--panel); font-size: .82rem!important; }
.storm-list { margin-bottom: 74px; border-top: 1px solid var(--line); }
.storm-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.storm-row h2 { margin: 10px 0 8px; font-size: clamp(1.2rem,2.5vw,1.75rem); letter-spacing: -.035em; overflow-wrap: anywhere; }
.storm-row p:not(.kicker) { margin: 0; color: var(--muted); font-size: .78rem; }
.storm-peak { flex: 0 0 auto; font-size: 1rem; }
.direction-path { overflow-wrap: anywhere; color: var(--text)!important; font-size: clamp(1.2rem,2.8vw,2rem)!important; font-weight: 850; }
.phase-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.phase-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.phase-card h3 { margin: 14px 0 8px; font-size: 1rem; }
.phase-card p:last-child { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
@media (max-width: 640px) {
  .menu-panel { gap: 12px; }
  .menu-panel a { font-size: clamp(1.65rem,9vw,2.65rem); }
  .days-intro,.seo-hero,.legal-page { grid-template-columns: 1fr; }
  .legal-page h1,.legal-page .legal-lead { grid-column: 1; }
  .legal-page h1 { margin-bottom: 0; }
  .legal-page .legal-lead { margin: 24px 0 48px; }
  .seo-hero h1 { font-size: clamp(2.85rem,14vw,4.5rem); }
  .seo-grid,.phase-list { grid-template-columns: 1fr; }
  .seo-facts { grid-template-columns: 1fr; }
  .seo-facts article + article { border-top: 1px solid var(--line); border-left: 0; }
  .storm-row { align-items: flex-start; }
  .storm-peak { max-width: 105px; text-align: right; }
}
