:root {
  --ink: #080b09;
  --paper: #f0f0e9;
  --acid: #d5ff45;
  --muted: rgba(240, 240, 233, .62);
  --line: rgba(240, 240, 233, .16);
  --shell: clamp(24px, 5.5vw, 104px);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: 'Inter', Arial, sans-serif; font-weight: 400; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.site { position: relative; isolation: isolate; overflow: clip; }
.shell { width: 100%; padding-inline: var(--shell); }

/* The source video is intentionally contained, not covered. Its complete frame stays visible at every viewport size. */
.site-background { position: fixed; z-index: -1; inset: 0; overflow: hidden; background: #000; }
.hero-video { position: absolute; z-index: 1; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: contain; filter: saturate(.92) contrast(1.04) brightness(.98); }
.video-orbit { display: none; }
.video-shade { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.1) 45%, rgba(0,0,0,.1) 55%, rgba(0,0,0,.48) 100%), linear-gradient(0deg, rgba(0,0,0,.38) 0%, transparent 30%, rgba(0,0,0,.22) 100%); }
.grain { position: absolute; z-index: 3; inset: 0; pointer-events: none; opacity: .1; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }

.hero { position: relative; min-height: 760px; height: max(100svh, 760px); display: flex; flex-direction: column; }
.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; }
.logo { font-size: 24px; line-height: 1; letter-spacing: -1px; font-weight: 700; font-family: 'Space Grotesk', sans-serif; }
h1 em, h2 em { font-family: 'Newsreader', Georgia, serif; font-weight: 400; font-style: italic; }
h1 .highlight-life { font-size: 0.85em; font-weight: 700; letter-spacing: -.06em; }
.logo span { font-weight: 300; font-style: normal; font-family: inherit; }
.nav-menu { display: flex; align-items: center; gap: 27px; font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.74); }
.nav-menu a { transition: color .2s ease; }
.nav-menu a:hover { color: var(--acid); }
.nav-menu span { margin-left: 7px; font-size: 13px; }

.hero-layout { flex: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 330px); gap: clamp(34px, 8vw, 160px); align-items: center; padding-top: 52px; padding-bottom: 46px; animation: enter 1.05s cubic-bezier(.16, 1, .3, 1) both; }
.hero-main { max-width: 800px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 23px; font-family: 'JetBrains Mono', monospace; text-transform: uppercase; color: rgba(255,255,255,.68); letter-spacing: .14em; font-size: 10px; }
.eyebrow span { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px rgba(213, 255, 69, .65); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 29px; font-size: clamp(4rem, 8vw, 8.5rem); line-height: .82; letter-spacing: -.078em; font-weight: 300; }
h1 em, h2 em { letter-spacing: -.07em; }
.hero-copy { max-width: 410px; margin: 0 0 27px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--paper); font-family: 'JetBrains Mono', monospace; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; padding-bottom: 8px; border-bottom: 1px solid rgba(240,240,233,.45); transition: color .2s, border-color .2s; }
.text-link b { font-size: 15px; font-weight: 400; line-height: .7; }
.text-link:hover { color: var(--acid); border-color: var(--acid); }

.signal-card { align-self: center; padding: 22px 24px 26px; border: 1px solid rgba(240,240,233,.34); background: rgba(8, 11, 9, .28); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 22px 45px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.signal-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-family: 'JetBrains Mono', monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; color: rgba(240,240,233,.61); }
.signal-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); margin-right: auto; }
.signal-copy { padding: 80px 0 42px; }
.card-kicker { margin-bottom: 13px; font-family: 'JetBrains Mono', monospace; color: var(--acid); text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.signal-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.signal-list li { font-size: 13px; line-height: 1.45; color: rgba(240,240,233,.9); letter-spacing: -.01em; padding-left: 14px; position: relative; max-width: 210px; }
.signal-list li::before { content: "›"; position: absolute; left: 0; color: var(--acid); font-family: 'JetBrains Mono', monospace; font-size: 15px; top: -1px; }
.signal-rule { height: 1px; background: rgba(240,240,233,.3); }
.signal-foot { margin: 15px 0 0; color: rgba(240,240,233,.65); font-size: 10px; line-height: 1.7; }

.hero-bottom { position: relative; display: grid; grid-template-columns: 1fr minmax(320px, 460px) 1fr; align-items: center; gap: 18px; padding-bottom: 29px; }
.video-note, .perks, .form-error { font-family: 'JetBrains Mono', monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.56); }
.note-mark { margin-right: 7px; color: var(--acid); }
.waitlist-form { width: 100%; padding: 5px; background: rgba(245,247,242,.14); border: 1px solid rgba(255,255,255,.26); border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 16px 50px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.form-fields { display: flex; align-items: center; gap: 4px; }
input { min-width: 0; flex: 1; height: 44px; padding: 0 14px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 11px; }
input::placeholder { color: rgba(255,255,255,.59); }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; -webkit-text-fill-color: #fff !important; }
button, .button-link { border: 0; border-radius: 999px; padding: 0 17px 0 19px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; background: var(--paper); color: #111; font-size: 10px; font-weight: 700; letter-spacing: .01em; cursor: pointer; transition: transform .22s, box-shadow .22s, background .22s; box-shadow: 0 0 20px rgba(255,255,255,.23); }
button:hover, .button-link:hover { transform: translateY(-2px); background: var(--acid); box-shadow: 0 10px 30px rgba(213,255,69,.18); }
button:disabled { opacity: .7; cursor: wait; }
.perks { margin: 0; text-align: right; }
.form-error { position: absolute; top: calc(100% + 2px); left: 50%; width: min(460px, calc(100% - 48px)); transform: translateX(-50%); color: #ffd6d0; }
.success-message { height: 44px; display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 11px; }
.check { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--acid); color: #111; font-size: 11px; }
.honeypot, .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.section { position: relative; background: rgba(8, 11, 9, .88); }
.vision { padding-top: clamp(105px, 14vw, 190px); border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 310px); gap: 55px; align-items: end; padding-bottom: clamp(72px, 10vw, 130px); }
.section-heading h2, .roadmap h2, .closing h2 { margin: 0; font-size: clamp(3.75rem, 7.4vw, 8rem); line-height: .82; letter-spacing: -.08em; font-weight: 300; }
.heading-note { padding-bottom: 7px; }
.heading-note span, .roadmap-label, .item-index { font-family: 'JetBrains Mono', monospace; text-transform: uppercase; font-size: 9px; letter-spacing: .11em; color: rgba(240,240,233,.49); }
.heading-note p { max-width: 275px; margin: 19px 0 0; color: rgba(255,255,255,.61); font-size: 12px; line-height: 1.68; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle { min-height: 358px; position: relative; padding: 23px 27px 28px 0; border-right: 1px solid var(--line); }
.principle + .principle { padding-left: 27px; }
.principle:last-child { border-right: 0; }
.principle-number { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: rgba(255,255,255,.52); }
.principle h3 { margin: 93px 0 15px; font-size: clamp(1.55rem, 2.05vw, 2.2rem); line-height: .94; font-weight: 400; letter-spacing: -.065em; }
.principle p { max-width: 220px; margin: 0; color: rgba(255,255,255,.59); line-height: 1.7; font-size: 11px; }
.principle i { position: absolute; right: 21px; bottom: 24px; color: var(--acid); font-style: normal; font-size: 18px; }

.roadmap { padding-block: clamp(105px, 14vw, 190px); border-top: 1px solid var(--line); }
.roadmap-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .89fr); gap: clamp(55px, 14vw, 230px); }
.roadmap-copy > p:not(.eyebrow) { max-width: 304px; margin: 32px 0 27px; color: rgba(255,255,255,.64); line-height: 1.75; font-size: 12px; }
.roadmap-list { align-self: end; }
.roadmap-label { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.roadmap-item { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; min-height: 59px; border-bottom: 1px solid var(--line); color: #fff; font-size: 13px; letter-spacing: -.03em; transition: color .2s, padding .2s; }
.roadmap-item b { font-size: 15px; font-weight: 400; color: rgba(255,255,255,.41); transition: color .2s, transform .2s; }
.roadmap-item:hover { padding-left: 7px; color: var(--acid); }
.roadmap-item:hover b { transform: translate(3px, -3px); color: var(--acid); }
.closing { min-height: min(68vw, 690px); display: grid; align-items: center; background: linear-gradient(115deg, rgba(8,11,9,.95), rgba(8,11,9,.67)), rgba(8,11,9,.7); border-top: 1px solid var(--line); }
.closing-inner { padding-block: 100px; }
.closing h2 { margin-bottom: 35px; font-size: clamp(4.4rem, 10.6vw, 11.5rem); }
.button-link { min-height: 49px; padding-inline: 22px; }

footer { min-height: 95px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: #080b09; border-top: 1px solid var(--line); }
footer p { margin: 0; color: rgba(255,255,255,.48); font-size: 10px; text-align: center; }
.made-with-love { display: inline-block; margin-top: 6px; color: rgba(255,255,255,.35); font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .02em; }
footer nav { display: flex; justify-content: flex-end; gap: 17px; font-family: 'JetBrains Mono', monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.6); }
footer nav a:hover { color: var(--acid); }

@keyframes enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 760px) {
  :root { --shell: 22px; }
  .hero { min-height: 710px; height: 100svh; }
  .hero-video { width: 100%; height: 100%; object-fit: contain; }
  .video-orbit { display: none; }
  .video-shade { background: linear-gradient(0deg, rgba(5, 8, 6, .6) 0%, rgba(5, 8, 6, .14) 55%, rgba(5, 8, 6, .45) 100%); }
  .nav { padding-top: 23px; }
  .nav-menu a:first-child { display: none; }
  .hero-layout { grid-template-columns: 1fr; align-content: center; gap: 30px; padding-top: 18px; padding-bottom: 18px; }
  h1 { font-size: clamp(3.6rem, 15.7vw, 5.8rem); }
  .signal-card { display: none; }
  .signal-copy { padding: 29px 0 27px; }
  .hero-bottom { grid-template-columns: 1fr; gap: 8px; padding-bottom: 19px; }
  .video-note, .perks { display: none; }
  .form-error { left: 0; width: 100%; transform: none; text-align: center; }
  .section-heading, .roadmap-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-heading { padding-bottom: 67px; }
  .heading-note { padding: 0; }
  .heading-note p { margin-top: 14px; }
  .principles { display: block; }
  .principle, .principle + .principle { min-height: 238px; padding: 21px 0 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle h3 { margin-top: 57px; font-size: 1.85rem; }
  .principle i { right: 0; bottom: 23px; }
  .roadmap-copy > p:not(.eyebrow) { margin-bottom: 26px; }
  .closing { min-height: 530px; }
  footer { min-height: 137px; grid-template-columns: 1fr auto; gap: 19px 12px; padding-block: 24px; }
  footer p { grid-column: 1 / -1; grid-row: 2; }
  footer nav { gap: 12px; font-size: 8px; }
}

@media (max-width: 410px) {
  .nav-menu { font-size: 9px; }
  .waitlist-form { padding: 4px; }
  input { padding-inline: 11px; font-size: 10px; }
  button { padding-inline: 13px; gap: 8px; font-size: 9px; }
  .roadmap-item { grid-template-columns: 34px 1fr auto; font-size: 12px; }
}

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