@property --progress { syntax: '<percentage>'; inherits: false; initial-value: 0%; }

:root {
  --black: #050505;
  --paper: #f1f1ed;
  --white: #f7f7f3;
  --muted: #92928d;
  --line: rgba(255,255,255,.16);
  --mono: "DM Mono", monospace;
  --sans: "Inter", Arial, sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; background: var(--black); }
body { background: var(--black); color: var(--white); font-family: var(--sans); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
::selection { color: #000; background: #fff; }

.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .025; 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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.progress { position: fixed; z-index: 110; inset: 0 auto auto 0; width: var(--progress); height: 2px; background: #fff; }

.nav { position: fixed; z-index: 50; inset: 0 0 auto; height: 80px; padding: 0 3.2vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: height .6s var(--ease), background .6s, border-color .6s; }
.nav.scrolled { height: 64px; background: rgba(5,5,5,.88); border-color: var(--line); backdrop-filter: blur(16px); }
.wordmark img { display: block; width: 112px; }
.nav-center { display: flex; gap: 13px; align-items: center; color: #8d8d89; font: 400 9px var(--mono); letter-spacing: .13em; }
.status-dot { width: 4px; height: 4px; border-radius: 50%; background: #fff; animation: blink 2.4s ease-in-out infinite; }
.nav-cta { justify-self: end; position: relative; padding: 11px 0; font: 500 9px var(--mono); letter-spacing: .13em; }
.nav-cta::after { content: ""; position: absolute; right: 0; bottom: 5px; width: 100%; height: 1px; background: #fff; transform-origin: right; transition: transform .55s var(--ease); }
.nav-cta:hover::after { transform: scaleX(.28); }
.nav-cta span { margin-left: 18px; color: #777; }

.reveal { opacity: 0; transform: translate3d(0,32px,0); transition: opacity 1.15s var(--ease), transform 1.15s var(--ease); will-change: opacity, transform; }
.reveal.visible { opacity: 1; transform: translate3d(0,0,0); }
.eyebrow, .rail-label { color: #858581; font: 500 9px var(--mono); letter-spacing: .18em; }
.chapter { position: relative; padding: 150px max(3.2vw, calc((100vw - 1440px)/2)); border-top: 1px solid var(--line); }
.chapter-no { position: absolute; top: 156px; left: 3.2vw; color: #333330; font: 300 34px var(--mono); letter-spacing: -.08em; }
.section-top { margin: 0 0 90px 11%; display: flex; justify-content: space-between; align-items: flex-end; }
.section-top h2 { margin-top: 23px; font-size: clamp(58px, 6.6vw, 104px); line-height: .84; letter-spacing: -.078em; }
.section-top > p { padding-bottom: 5px; color: var(--muted); font: 300 11px/1.75 var(--mono); }

.hero { position: relative; min-height: 760px; height: 100svh; padding: 0 3.2vw; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 80px 3.2vw 0; border-inline: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.hero-index { position: absolute; top: 116px; left: 4.4vw; }
.hero-meta { position: absolute; top: 113px; right: 4.4vw; line-height: 1.85; text-align: right; }
.hero-copy { position: relative; z-index: 3; width: 100%; padding-top: 38px; }
.overline { margin-bottom: 30px; text-align: center; font: 500 9px var(--mono); letter-spacing: .33em; }
.hero h1 { text-align: center; font-size: clamp(94px, 15vw, 238px); font-weight: 700; line-height: .72; letter-spacing: -.095em; }
.title-line { display: block; }
.hero .outline { margin-top: .18em; color: transparent; -webkit-text-stroke: 1.25px #fff; }
.hero-bottom { width: min(920px, 80%); margin: 68px auto 0; display: flex; justify-content: space-between; align-items: center; }
.hero-bottom > p { max-width: 430px; color: #969692; font: 300 12px/1.75 var(--mono); }
.hero-bottom strong { color: #fff; font-weight: 400; }
.yc-main { width: fit-content; margin: 24px auto 0; padding: 8px 12px; display: flex; gap: 10px; align-items: center; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.03); transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease); }
.yc-main:hover { border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.07); transform: translateY(-1px); }
.yc-main img { width: 20px; height: 20px; display: block; border-radius: 3px; }
.yc-main span { color: #8c8c87; font: 400 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.yc-main strong { color: #e5e5df; font-weight: 500; }
.primary-action, .final-button { min-width: 226px; height: 56px; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; color: #050505; background: #f4f4f0; font: 500 9px var(--mono); letter-spacing: .13em; transition: color .5s var(--ease), background .5s var(--ease), transform .5s var(--ease); }
.primary-action b, .final-button b { margin-left: 28px; color: #666; font: 500 8px var(--mono); letter-spacing: .12em; }
.primary-action:hover, .final-button:hover { color: #fff; background: #252523; transform: translateY(-2px); }
.primary-action:hover b, .final-button:hover b { color: #aaa; }

/* A single, legible bullet. The whole object travels; no orbit or decorative physics. */
.ballistic { position: absolute; z-index: 2; top: 45.2%; left: -25vw; width: 58px; height: 18px; pointer-events: none; transform: translate3d(0,-50%,0); animation: ballistic-pass 4.1s cubic-bezier(.42,.02,.68,.98) infinite; will-change: transform, opacity; }
.trail { position: absolute; top: 8px; right: 48px; width: min(34vw, 430px); height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.08) 35%, rgba(255,255,255,.58)); }
.projectile { position: absolute; inset: 2px 0 auto auto; width: 54px; height: 14px; filter: drop-shadow(-7px 0 8px rgba(255,255,255,.13)); }
.projectile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 14px;
  border-radius: 2px;
  background: #f4f4f0;
}
.projectile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 42px;
  height: 14px;
  border-radius: 3px 10px 10px 3px;
  background: #f4f4f0;
}
.projectile i, .projectile span { display: none; }
.scroll-label { position: absolute; right: 3.2vw; bottom: 34px; display: flex; gap: 14px; align-items: center; color: #666; font: 400 8px var(--mono); letter-spacing: .15em; }
.scroll-label i { width: 52px; height: 1px; overflow: hidden; background: #333; }
.scroll-label i::after { content: ""; display: block; width: 35%; height: 1px; background: #ddd; animation: scroll-line 2.4s var(--ease) infinite; }

.statement { min-height: 850px; display: flex; align-items: center; }
.statement-copy { width: 89%; margin-left: 11%; }
.statement h2 { margin-top: 35px; max-width: 1240px; font-size: clamp(55px, 7.4vw, 116px); line-height: .93; letter-spacing: -.075em; }
.statement h2 span { color: #3b3b38; }
.statement-foot { margin-top: 75px; display: flex; justify-content: flex-end; }
.statement-foot > p { width: min(100%, 570px); margin-right: 7%; color: #9a9a96; font: 300 13px/1.85 var(--mono); }

.system { background: #080808; }
.protocols { margin-left: 11%; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.protocol { min-height: 660px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.protocol.wide { grid-column: 1/-1; min-height: 550px; }
.protocol-head { display: flex; justify-content: space-between; color: #686865; font: 400 8px var(--mono); letter-spacing: .13em; }
.visual { position: relative; height: 310px; margin: 38px 0; }
.protocol-copy { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; }
.protocol-copy h3 { font-size: clamp(25px, 2.4vw, 39px); line-height: 1; letter-spacing: -.05em; }
.protocol-copy p { color: #858581; font: 300 10px/1.8 var(--mono); }
.route-visual { display: grid; grid-template-columns: 70px 1fr 170px; align-items: center; }
.incoming { font: 400 8px var(--mono); letter-spacing: .1em; }
.route-line { position: relative; height: 1px; overflow: hidden; background: #30302e; }
.route-line::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #fff, transparent); transform: translateX(-100%); animation: route-line 3.4s var(--ease) infinite; }
.round { position: absolute; right: 0; top: -2px; width: 8px; height: 5px; border-radius: 5px 50% 50% 5px; background: #fff; animation: route-node 3.4s var(--ease) infinite; }
.route-stack { display: grid; gap: 7px; }
.route-stack div { height: 57px; padding: 11px 14px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #262624; color: #52524f; transition: border-color .5s, color .5s; }
.route-stack b { font: 500 9px var(--mono); }
.route-stack span { margin-top: 5px; font: 300 7px var(--mono); }
.route-stack .selected { color: #fff; border-color: #a5a5a0; box-shadow: inset 2px 0 #fff; }
.search-visual { padding: 24px; overflow: hidden; border: 1px solid #242422; }
.search-query { height: 49px; padding: 0 15px; display: flex; gap: 13px; align-items: center; border: 1px solid #555550; }
.search-query code { color: #aaa; font: 400 10px var(--mono); }
.search-query i { width: 1px; height: 15px; background: #fff; animation: blink 1.15s steps(1) infinite; }
.result { height: 45px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; border-bottom: 1px solid #242422; color: #73736f; font: 300 8px var(--mono); }
.result b { color: #ddd; font-weight: 400; }
.scanline { position: absolute; top: 74px; right: 24px; left: 24px; height: 1px; opacity: .38; background: #fff; animation: scan 4.2s var(--ease) infinite; }
.context-readout { position: absolute; right: 24px; bottom: 20px; left: 24px; display: flex; justify-content: space-between; align-items: end; }
.context-readout small { color: #666; font: 400 7px var(--mono); }
.context-readout strong { font: 300 40px var(--mono); }
.parallel-visual { height: 255px; display: grid; grid-template-columns: 90px 1fr 250px; gap: 22px; align-items: center; }
.parallel-labels, .parallel-tracks { display: grid; gap: 27px; }
.parallel-labels span { color: #777; font: 400 8px var(--mono); }
.parallel-tracks { overflow: hidden; }
.parallel-tracks i { display: block; width: var(--w); height: 14px; background: linear-gradient(90deg, #343431, #efefeb); transform-origin: left; animation: track 3.8s var(--d) var(--ease) infinite; }
.chrono { padding-left: 25px; display: flex; flex-direction: column; border-left: 1px solid #333330; }
.chrono small, .chrono span { color: #666; font: 400 7px var(--mono); letter-spacing: .1em; }
.chrono strong { margin: 10px 0; font: 300 32px var(--mono); }

.interstitial { position: relative; height: 610px; display: grid; place-items: center; overflow: hidden; color: #050505; background: var(--paper); }
.marquee { position: absolute; top: 50%; left: 0; width: max-content; display: flex; white-space: nowrap; color: transparent; -webkit-text-stroke: 1px #aaa; font-size: clamp(105px, 16vw, 245px); font-weight: 700; line-height: 1; letter-spacing: -.08em; animation: marquee 30s linear infinite; }
.interstitial-center { position: relative; z-index: 2; width: 244px; height: 244px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; color: #fff; background: #050505; }
.interstitial-center span { font: 400 8px var(--mono); letter-spacing: .2em; }
.interstitial-center strong { margin: 7px; font-size: 25px; letter-spacing: -.04em; }

.film { position: relative; height: min(62vw, 720px); min-height: 450px; margin-left: 11%; display: block; overflow: hidden; border: 1px solid #343432; background: #111; }
.film img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2) brightness(.54); transition: filter 1s var(--ease); will-change: transform; }
.film:hover img { filter: grayscale(1) contrast(1.15) brightness(.68); }
.film-overlay { position: absolute; inset: 0; background: linear-gradient(transparent 48%, rgba(0,0,0,.85)); }
.film-top, .film-bottom { position: absolute; right: 27px; left: 27px; display: flex; justify-content: space-between; font: 400 8px var(--mono); letter-spacing: .14em; }
.film-top { top: 25px; }
.film-bottom { bottom: 25px; align-items: end; }
.film-bottom strong { font-size: 14px; }
.play { position: absolute; inset: 0; width: 126px; height: 126px; margin: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; transition: transform .7s var(--ease), color .7s var(--ease), background .7s var(--ease); }
.play span { position: absolute; top: 34px; font: 400 8px var(--mono); letter-spacing: .2em; }
.play b { padding-left: 4px; font-size: 19px; }
.film:hover .play { color: #000; background: #fff; transform: scale(.92); }
.film-corners i { position: absolute; z-index: 2; width: 18px; height: 18px; border-color: #fff; }
.film-corners i:nth-child(1) { top: 64px; left: 27px; border-top: 1px solid; border-left: 1px solid; }
.film-corners i:nth-child(2) { top: 64px; right: 27px; border-top: 1px solid; border-right: 1px solid; }
.film-corners i:nth-child(3) { bottom: 64px; left: 27px; border-bottom: 1px solid; border-left: 1px solid; }
.film-corners i:nth-child(4) { right: 27px; bottom: 64px; border-right: 1px solid; border-bottom: 1px solid; }

.story { color: #090909; background: var(--paper); }
.story .chapter-no { color: #b0b0ab; }
.founder-note { margin-left: 11%; padding: 7px 0 72px; border-top: 2px solid #090909; border-bottom: 1px solid #aaa; }
.founder-heading { padding-top: 30px; display: flex; justify-content: space-between; align-items: start; }
.founder-note .eyebrow { color: #666; }
.founder-note h2 { text-align: right; font-size: clamp(60px, 7vw, 106px); line-height: .87; letter-spacing: -.077em; }
.story-columns { margin: 86px 0 0 25%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.story-columns p { color: #4b4b47; font: 300 10px/1.85 var(--mono); }
.founder-note blockquote { margin-top: 100px; padding-top: 32px; border-top: 1px solid #aaa; font-size: clamp(43px, 6.2vw, 94px); font-weight: 700; line-height: .86; letter-spacing: -.072em; }

.final-cta { position: relative; min-height: 760px; height: 100svh; padding: 100px 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; text-align: center; }
.final-lines { position: absolute; inset: 0; opacity: .6; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(255,255,255,.055) calc(12.5% - 1px), rgba(255,255,255,.055) 12.5%); mask-image: linear-gradient(transparent 5%, #000 42%, transparent 92%); }
.final-cta h2 { position: relative; margin: 58px 0 76px; font-size: clamp(120px, 17vw, 260px); line-height: .61; letter-spacing: -.095em; }
.final-cta h2 span { color: transparent; -webkit-text-stroke: 1.25px #fff; }
.final-copy { margin-bottom: 28px; color: #8d8d89; font: 300 10px/1.75 var(--mono); }
.final-button { position: relative; min-width: 245px; }

.waitlist-modal { position: fixed; inset: 0; z-index: 140; display: grid; place-items: center; padding: 22px; opacity: 0; pointer-events: none; transition: opacity .45s var(--ease); }
.waitlist-modal.open { opacity: 1; pointer-events: auto; }
.waitlist-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.waitlist-panel { position: relative; width: min(100%, 560px); padding: 30px 30px 26px; border: 1px solid rgba(255,255,255,.2); background: #0b0b0b; box-shadow: 0 18px 70px rgba(0,0,0,.55); transform: translate3d(0,16px,0) scale(.985); transition: transform .5s var(--ease); }
.waitlist-modal.open .waitlist-panel { transform: translate3d(0,0,0) scale(1); }
.waitlist-close { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.26); color: #d8d8d4; background: transparent; font-size: 19px; line-height: 1; cursor: pointer; }
.waitlist-panel h3 { margin: 16px 0 10px; font-size: clamp(34px, 4vw, 48px); line-height: .88; letter-spacing: -.055em; }
.waitlist-intro { max-width: 470px; color: #9c9c98; font: 300 11px/1.8 var(--mono); }
.waitlist-form { margin-top: 22px; display: grid; gap: 13px; }
.waitlist-form label { display: grid; gap: 7px; }
.waitlist-form span { color: #a2a29e; font: 400 8px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.waitlist-form input, .waitlist-form select, .waitlist-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #343431; color: #f4f4ef; background: #121211; font: 400 13px/1.4 var(--sans); outline: none; transition: border-color .35s, background .35s; }
.waitlist-form textarea { resize: vertical; min-height: 96px; }
.waitlist-form input:focus, .waitlist-form select:focus, .waitlist-form textarea:focus { border-color: #f0f0ea; background: #171715; }
.waitlist-submit { margin-top: 6px; min-width: 220px; height: 54px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; border: 0; color: #050505; background: #f4f4f0; cursor: pointer; font: 500 9px var(--mono); letter-spacing: .13em; transition: color .45s var(--ease), background .45s var(--ease), transform .45s var(--ease); }
.waitlist-submit b { color: #666; font: 500 8px var(--mono); }
.waitlist-submit:hover { color: #fff; background: #252523; transform: translateY(-1px); }
.waitlist-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.waitlist-feedback { min-height: 18px; margin-top: 12px; color: #a0a09b; font: 400 9px var(--mono); letter-spacing: .06em; }
.waitlist-feedback.error { color: #d2d2cd; }

footer { height: 128px; padding: 0 3.2vw; display: grid; grid-template-columns: 1fr 1fr 1fr auto auto; gap: 24px; align-items: center; border-top: 1px solid var(--line); color: #666; font: 400 8px var(--mono); letter-spacing: .1em; }
footer img { width: 100px; opacity: .82; }
.footer-links { display: flex; gap: 25px; }
footer a { transition: color .3s; }
footer a:hover { color: #fff; }
.easter-egg { justify-self: end; color: #a4a4a0; opacity: .68; font: 500 8px var(--mono); letter-spacing: .11em; text-transform: uppercase; transition: color .35s var(--ease), opacity .35s var(--ease); }
.easter-egg:hover { color: #fff; opacity: 1; }

@keyframes ballistic-pass {
  0% { transform: translate3d(0,-50%,0); opacity: 0; }
  6% { opacity: 1; }
  92% { transform: translate3d(145vw,-50%,0); opacity: 1; }
  100% { transform: translate3d(145vw,-50%,0); opacity: 0; }
}
@keyframes scroll-line { 0% { transform: translateX(-110%); } 70%,100% { transform: translateX(300%); } }
@keyframes blink { 50% { opacity: .22; } }
@keyframes route-line { 0%,12% { transform: translateX(-100%); } 62%,100% { transform: translateX(100%); } }
@keyframes route-node { 0%,10% { right: 100%; opacity: 0; } 18% { opacity: 1; } 62%,78% { right: 0; opacity: 1; } 90%,100% { right: 0; opacity: 0; } }
@keyframes scan { 0%,14% { transform: translateY(0); opacity: 0; } 20% { opacity: .38; } 60%,74% { transform: translateY(134px); opacity: .38; } 90%,100% { transform: translateY(0); opacity: 0; } }
@keyframes track { 0%,10% { transform: scaleX(.04); opacity: .25; } 58%,80% { transform: scaleX(1); opacity: 1; } 100% { transform: scaleX(1); opacity: .25; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr 1fr; }
  .nav-center { display: none; }
  .chapter { padding: 110px 24px; }
  .chapter-no { display: none; }
  .statement-copy, .section-top, .protocols, .film, .founder-note { margin-left: 0; }
  .hero h1 { font-size: clamp(76px, 19vw, 145px); }
  .hero-bottom { width: 90%; }
  .protocols { grid-template-columns: 1fr; }
  .protocol, .protocol.wide { grid-column: auto; min-height: 590px; }
  .story-columns { margin-left: 18%; grid-template-columns: 1fr; gap: 22px; }
  .parallel-visual { grid-template-columns: 70px 1fr; }
  .chrono { display: none; }
}

@media (max-width: 600px) {
  .nav { height: 66px; padding: 0 20px; }
  .wordmark img { width: 92px; }
  .nav-cta { font-size: 8px; }
  .hero { height: 820px; min-height: 720px; padding: 28vh 20px 0; align-items: flex-start; }
  .hero::before { inset: 66px 20px 0; }
  .hero-index { top: 91px; left: 28px; }
  .hero-meta { top: 89px; right: 28px; }
  .hero h1 { font-size: 20vw; }
  .overline { font-size: 8px; }
  .hero-bottom { width: 100%; margin-top: 58px; display: block; }
  .hero-bottom > p { width: 92%; margin-bottom: 25px; font-size: 10px; }
  .primary-action { width: 100%; }
  .ballistic { top: 38.8%; }
  .scroll-label { display: none; }
  .statement { min-height: 680px; }
  .statement h2 { font-size: 13vw; }
  .statement-foot { margin-top: 45px; }
  .statement-foot > p { margin: 0; font-size: 10px; }
  .section-top { display: block; margin-bottom: 52px; }
  .section-top h2 { font-size: 15vw; }
  .section-top > p { margin-top: 25px; }
  .protocols { border-left: 0; }
  .protocol { min-height: 570px; padding: 18px; }
  .protocol-copy { grid-template-columns: 1fr; gap: 18px; }
  .route-visual { grid-template-columns: 54px 1fr 120px; }
  .route-stack div { padding: 8px; }
  .search-visual { padding: 15px; }
  .scanline { right: 15px; left: 15px; }
  .parallel-visual { grid-template-columns: 58px 1fr; }
  .interstitial { height: 500px; }
  .interstitial-center { width: 190px; height: 190px; }
  .film { height: 60vh; min-height: 420px; }
  .film-top, .film-bottom { right: 16px; left: 16px; }
  .film-bottom strong { font-size: 10px; }
  .play { width: 100px; height: 100px; }
  .founder-heading { display: block; }
  .founder-note h2 { margin-top: 28px; text-align: left; font-size: 14vw; }
  .story-columns { margin: 50px 0 0; }
  .founder-note blockquote { margin-top: 65px; font-size: 13vw; }
  .final-cta { min-height: 700px; }
  .final-cta h2 { margin: 50px 0 70px; font-size: 24vw; }
  .waitlist-modal { padding: 14px; }
  .waitlist-panel { padding: 24px 18px 20px; }
  .waitlist-panel h3 { font-size: 13vw; }
  .waitlist-submit { width: 100%; }
  footer { height: auto; padding: 48px 24px; grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer-links { display: none; }
  .yc-badge { justify-self: start; grid-column: 1 / -1; }
  .easter-egg { grid-column: 1 / -1; justify-self: start; margin-top: 6px; }
}

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