:root {
  --black: #050705;
  --black-2: #0a0d0a;
  --panel: #101410;
  --panel-2: #151a15;
  --white: #f2f4ed;
  --paper: #e9ebe3;
  --lime: #91ff00;
  --muted: #93998f;
  --line: rgba(255, 255, 255, 0.12);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 150px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 16px; background: var(--lime); color: #071006; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.noise { position: fixed; inset: 0; z-index: 50; opacity: .035; pointer-events: none; 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"); }

.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.logo img { display: block; width: 118px; height: auto; }
.site-header nav { display: flex; gap: 38px; color: #b9beb5; font-size: 13px; font-weight: 600; }
.site-header nav a, .header-cta { transition: color .2s; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--lime); }
.header-cta { padding-block: 8px; border-bottom: 1px solid var(--lime); font-size: 13px; font-weight: 700; }
.header-cta span { color: var(--lime); padding-left: 8px; }
.menu { display: none; border: 0; background: transparent; width: 40px; padding: 8px; }
.menu i { display: block; height: 1px; margin-block: 7px; background: var(--white); }

.eyebrow { margin: 0; color: #a8aea4; font: 500 10px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { display: inline-block; width: 24px; height: 1px; margin-right: 10px; background: var(--lime); vertical-align: middle; }
.eyebrow.dark { color: #555d52; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; }
h1 em, h2 em { color: var(--lime); font-style: normal; }

.hero { min-height: 790px; height: calc(100vh - 96px); max-height: 930px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; position: relative; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 25px; }
.hero h1 { max-width: 700px; margin: 24px 0 30px; font-size: clamp(64px, 6.4vw, 104px); line-height: .88; }
.hero-lede { max-width: 570px; margin-bottom: 0; color: #a5aba1; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; font-size: 13px; font-weight: 800; }
.button-primary { min-width: 218px; justify-content: space-between; gap: 35px; background: var(--lime); color: #081007; }
.button-primary span { transition: transform .2s; }
.button-primary:hover span { transform: translateX(5px); }
.button-link { font-size: 13px; font-weight: 700; }
.button-link span { width: 38px; height: 38px; display: inline-grid; place-items: center; margin-right: 9px; border: 1px solid #4d544b; border-radius: 50%; color: var(--lime); font-size: 9px; }
.hero-facts { display: flex; gap: 42px; margin: 58px 0 0; padding-top: 22px; border-top: 1px solid var(--line); max-width: 560px; }
.hero-facts div { display: grid; gap: 5px; }
.hero-facts dt { color: var(--white); font: 500 10px var(--mono); text-transform: uppercase; }
.hero-facts dd { color: #6e746a; font-size: 10px; }
.hero-product { height: 100%; display: grid; place-items: center; position: relative; background: radial-gradient(circle at 53% 45%, rgba(145,255,0,.13), transparent 38%); }
.hero-route { position: absolute; width: 100%; max-width: 620px; opacity: .34; }
.route-shadow, .route-stroke { fill: none; stroke-linecap: round; }
.route-shadow { stroke: rgba(145,255,0,.18); stroke-width: 22; }
.route-stroke { stroke: var(--lime); stroke-width: 3; stroke-dasharray: 9 7; }
.route-start { fill: var(--black); stroke: var(--lime); stroke-width: 4; }
.route-finish { fill: var(--lime); stroke: var(--black); stroke-width: 5; }
.phone { position: relative; overflow: hidden; border: 7px solid #222722; border-radius: 46px; background: #000; box-shadow: 0 35px 90px rgba(0,0,0,.6), 0 0 0 1px #3b4239; }
.phone img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-phone { width: 330px; height: 716px; transform: rotate(2.5deg); z-index: 2; }
.product-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid #30362e; background: rgba(15,18,14,.94); box-shadow: 0 20px 45px rgba(0,0,0,.35); }
.product-note span { color: var(--lime); font: 500 9px var(--mono); }
.product-note p { margin: 0; color: #777d73; font: 400 8px/1.6 var(--mono); text-transform: uppercase; }
.product-note b { color: #e5e8e1; font-weight: 500; }
.note-one { left: 2%; top: 29%; }
.note-two { right: -2%; bottom: 22%; }
.scroll-note { position: absolute; bottom: 25px; left: 0; display: flex; align-items: center; gap: 10px; margin: 0; color: #686e64; font: 500 8px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.scroll-note i { width: 1px; height: 38px; background: var(--lime); }

.manifesto { height: 84px; display: flex; align-items: center; overflow: hidden; background: var(--lime); color: #0b0e09; transform: rotate(-1deg); width: 102%; margin-left: -1%; }
.manifesto-track { display: flex; align-items: center; gap: 28px; white-space: nowrap; font-size: 25px; font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; animation: ticker 25s linear infinite; }
.manifesto-track i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-intro { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.section-intro h2, .product-copy h2, .circle-copy h2, .safety h2, .access h2 { margin: 23px 0 0; font-size: clamp(54px, 5.5vw, 84px); line-height: .92; }
.section-intro > p { max-width: 450px; margin-bottom: 5px; color: #90968c; font-size: 15px; line-height: 1.8; }
.loop-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.loop-card { min-height: 465px; padding: 35px 36px; border-right: 1px solid var(--line); background: var(--black); }
.loop-card:first-child { padding-left: 0; }
.loop-card:last-child { border-right: 0; }
.loop-card-lime { background: var(--lime); color: #0b0e09; }
.loop-number { color: var(--lime); font: 500 10px var(--mono); }
.loop-card-lime .loop-number { color: #40522d; }
.loop-visual { height: 190px; margin: 35px 0 12px; }
.draw-route svg { width: 100%; max-width: 260px; }
.draw-route path { fill: none; stroke: var(--lime); stroke-width: 3; stroke-linecap: round; }
.draw-route circle { fill: var(--black); stroke: var(--lime); stroke-width: 3; }
.draw-route circle:last-child { fill: var(--lime); }
.timer-visual { display: grid; align-content: center; }
.timer-visual small { font: 500 9px var(--mono); letter-spacing: .15em; }
.timer-visual strong { display: block; font: 500 42px var(--mono); margin-top: 14px; }
.timer-visual strong span { font-size: 18px; }
.timer-visual i { width: 100%; height: 4px; margin-top: 18px; background: linear-gradient(90deg, #10150c 72%, rgba(0,0,0,.16) 72%); }
.ranks-visual { display: grid; align-content: center; gap: 9px; }
.ranks-visual b { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; padding: 12px; background: #101410; border: 1px solid #272d26; font-size: 11px; }
.ranks-visual b:first-child { border-color: rgba(145,255,0,.45); color: var(--lime); }
.ranks-visual i { font-style: normal; }
.ranks-visual em { font: 500 10px var(--mono); font-style: normal; }
.loop-card h3 { margin: 0 0 13px; font-size: 23px; }
.loop-card > p { max-width: 320px; margin: 0; color: #8b9187; font-size: 13px; line-height: 1.75; }
.loop-card-lime > p { color: #405136; }

.product { overflow: hidden; background: var(--paper); color: #10130e; }
.product-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 105px; align-items: center; }
.screen-stage { height: 690px; position: relative; }
.screen-glow { position: absolute; inset: 10% 5%; border-radius: 50%; background: rgba(145,255,0,.38); filter: blur(80px); }
.screen-stage .phone { position: absolute; width: 305px; height: 663px; border-color: #1b201a; }
.routes-phone { top: 0; left: 2%; transform: rotate(-5deg); z-index: 2; }
.map-phone { bottom: -8%; right: 2%; transform: rotate(6deg); }
.product-copy h2 em { color: #6dbe00; }
.product-lede { max-width: 490px; margin: 28px 0 0; color: #62685e; font-size: 15px; line-height: 1.8; }
.feature-list { list-style: none; margin: 45px 0 0; padding: 0; border-top: 1px solid #c6c9c0; }
.feature-list li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid #c6c9c0; }
.feature-list li > span { color: #6dbe00; font: 500 9px var(--mono); }
.feature-list b { font-size: 14px; }
.feature-list p { margin: 5px 0 0; color: #6d7369; font-size: 12px; line-height: 1.6; }

.duel-stage { min-height: 760px; margin-top: 75px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(120deg, #0b0e0b, #121712); }
.duel-copy { padding: 60px; }
.duel-index { color: var(--lime); font: 500 9px var(--mono); letter-spacing: .12em; }
.duel-copy h3 { margin: 20px 0 28px; font-size: 42px; line-height: 1.05; letter-spacing: -.05em; }
.tab-explainer { display: grid; grid-template-columns: 1fr 1fr; padding: 5px; border: 1px solid #30362f; border-radius: 999px; }
.tab-explainer button { min-height: 42px; border: 0; border-radius: 999px; background: transparent; color: #777d73; font-size: 11px; font-weight: 700; cursor: pointer; }
.tab-explainer button.is-active { background: rgba(145,255,0,.12); color: var(--lime); }
.duel-description { min-height: 72px; margin: 22px 0 0; color: #858b81; font-size: 13px; line-height: 1.75; }
.duel-phones { height: 720px; position: relative; }
.duel-phone { position: absolute; width: 315px; height: 685px; top: 60px; right: 7%; transform: rotate(6deg) scale(.92); opacity: .55; transition: transform .45s cubic-bezier(.2,.75,.2,1), opacity .45s; }
.duel-phone:first-child { left: 4%; right: auto; transform: rotate(-5deg) scale(.92); }
.duel-phone.is-front { z-index: 2; opacity: 1; transform: rotate(-2deg) translateY(-22px) scale(1); }

.circle { overflow: hidden; background: #0c100c; }
.circle-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.circle-copy > p:not(.eyebrow) { max-width: 490px; margin: 30px 0 0; color: #92988e; font-size: 15px; line-height: 1.8; }
.circle-points { margin-top: 40px; border-top: 1px solid var(--line); }
.circle-points p { display: grid; grid-template-columns: 90px 1fr; gap: 20px; margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); color: #7f857b; font-size: 12px; }
.circle-points span { color: var(--white); font-weight: 700; }
.circle-screens { height: 740px; position: relative; }
.circle-screens .phone { position: absolute; width: 315px; height: 685px; }
.chat-phone { top: 0; left: 4%; transform: rotate(-5deg); }
.profile-phone { right: 3%; bottom: -8%; transform: rotate(6deg); z-index: 2; }

.safety { padding-top: 110px; padding-bottom: 110px; }
.safety-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 70px; border: 1px solid rgba(145,255,0,.28); background: radial-gradient(circle at 15% 30%, rgba(145,255,0,.1), transparent 35%), #0a0d0a; }
.safety-copy > p { color: #a0a69c; font-size: 15px; line-height: 1.8; }
.safety-copy > div { padding: 15px 0; border-bottom: 1px solid var(--line); color: #dce0d8; font-size: 12px; }
.safety-copy span { color: var(--lime); font: 500 9px var(--mono); margin-right: 15px; }

.access { position: relative; overflow: hidden; padding-block: 125px; border-top: 1px solid var(--line); background: #111510; }
.access-route { position: absolute; width: 700px; height: 700px; right: -220px; top: -260px; border: 2px dashed rgba(145,255,0,.12); border-radius: 45% 60% 30% 70%; transform: rotate(25deg); }
.access-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; position: relative; }
.access-form-wrap > p { max-width: 520px; color: #969c92; font-size: 15px; line-height: 1.8; }
.waitlist { display: flex; margin-top: 28px; }
.waitlist input { min-width: 0; height: 60px; flex: 1; border: 1px solid #343a32; border-right: 0; outline: 0; padding: 0 18px; background: #070907; color: var(--white); }
.waitlist input:focus { border-color: var(--lime); }
.waitlist button { min-height: 60px; border: 0; padding: 0 22px; background: var(--lime); color: #0a0f08; font-size: 12px; font-weight: 800; cursor: pointer; }
.waitlist button span { margin-left: 18px; }
.access-form-wrap small { display: block; margin-top: 11px; color: #646a61; font: 500 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.site-footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; color: #70766d; font: 500 9px var(--mono); text-transform: uppercase; }
.site-footer div { display: flex; gap: 25px; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 28px; transform: translate(-50%, 18px); opacity: 0; pointer-events: none; padding: 14px 20px; background: var(--lime); color: #091007; font-size: 12px; font-weight: 800; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@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; }
}

@media (max-width: 1000px) {
  .container { width: min(100% - 40px, 760px); }
  .site-header { height: 80px; }
  .site-header nav, .header-cta { display: none; }
  .site-header nav.open { display: flex; position: absolute; top: 80px; left: -20px; right: -20px; padding: 26px 20px; flex-direction: column; gap: 22px; background: rgba(5,7,5,.98); border-bottom: 1px solid var(--line); }
  .menu { display: block; }
  .hero { height: auto; max-height: none; min-height: 0; grid-template-columns: 1fr; padding-top: 80px; }
  .hero h1 { font-size: clamp(64px, 12vw, 92px); }
  .hero-product { height: 780px; }
  .hero-route { width: 680px; }
  .note-one { left: 7%; }.note-two { right: 4%; }
  .scroll-note { display: none; }
  .section { padding-block: 105px; }
  .section-intro, .product-grid, .circle-grid, .safety-panel, .access-grid { grid-template-columns: 1fr; gap: 55px; }
  .loop-grid { grid-template-columns: 1fr; }
  .loop-card, .loop-card:first-child { min-height: 340px; padding: 35px; border-right: 0; border-bottom: 1px solid var(--line); }
  .loop-visual { height: 145px; margin-top: 25px; }
  .screen-stage { width: min(100%, 640px); margin: auto; order: 2; }
  .duel-stage { grid-template-columns: 1fr; }
  .duel-copy { padding-bottom: 10px; }
  .duel-phones { width: min(100%, 650px); margin: auto; }
  .circle-screens { width: min(100%, 650px); margin: auto; }
  .safety-panel { padding: 55px; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 36px); }
  .logo img { width: 105px; }
  .hero { padding-top: 55px; }
  .hero h1 { font-size: 54px; line-height: .92; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-facts { gap: 18px; justify-content: space-between; }
  .hero-facts dd { font-size: 8px; }
  .hero-product { height: 690px; margin-inline: -18px; overflow: hidden; }
  .hero-phone { width: 300px; height: 652px; }
  .product-note { display: none; }
  .hero-route { width: 520px; }
  .manifesto { height: 68px; }
  .manifesto-track { font-size: 19px; }
  .section { padding-block: 85px; }
  .section-intro { gap: 30px; }
  .section-intro h2, .product-copy h2, .circle-copy h2, .safety h2, .access h2 { font-size: 48px; }
  .loop-grid { margin-top: 50px; }
  .screen-stage { height: 560px; }
  .screen-stage .phone { width: 232px; height: 505px; }
  .routes-phone { left: -2%; }.map-phone { right: -2%; }
  .duel-stage { margin-top: 50px; }
  .duel-copy { padding: 38px 24px 0; }
  .duel-copy h3 { font-size: 33px; }
  .duel-phones { height: 570px; }
  .duel-phone { width: 230px; height: 500px; top: 70px; right: -2%; }
  .duel-phone:first-child { left: -2%; }
  .circle-screens { height: 570px; }
  .circle-screens .phone { width: 230px; height: 500px; }
  .chat-phone { left: -2%; }.profile-phone { right: -2%; }
  .safety { padding-top: 70px; padding-bottom: 70px; }
  .safety-panel { padding: 38px 24px; gap: 35px; }
  .access { padding-block: 85px; }
  .access-grid { gap: 35px; }
  .waitlist { display: grid; }
  .waitlist input { border-right: 1px solid #343a32; }
  .site-footer { padding-block: 40px; flex-wrap: wrap; gap: 25px; }
  .site-footer > p { order: 3; width: 100%; }
}
