:root {
  --bg: #050605;
  --surface: #0d100d;
  --surface-2: #131713;
  --ink: #f4f6f2;
  --muted: #a7aea8;
  --muted-2: #747b75;
  --line: rgba(255, 255, 255, .13);
  --lime: #bff41f;
  --lime-ink: #101600;
  --danger: #ff8d84;
  --max: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--lime-ink); background: var(--lime); }
a { color: inherit; text-decoration: none; }
button, input, a { font: inherit; -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }

.site-header { width: min(var(--max), calc(100% - 48px)); min-height: 80px; margin: auto; position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; border-bottom: 1px solid var(--line); background: rgba(5, 6, 5, .88); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.brand { font-size: 30px; font-weight: 950; line-height: 1; letter-spacing: -.08em; }
.brand span, .footer-brand span { color: var(--lime); }
nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 38px); }
nav a { color: var(--muted); font-size: 12px; font-weight: 760; }
nav a:hover, nav a:focus-visible { color: var(--ink); }
.header-cta { min-height: 40px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--lime); color: var(--lime); font-size: 11px; font-weight: 850; }

.hero { width: min(var(--max), calc(100% - 48px)); min-height: 820px; margin: auto; padding: 72px 0 84px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(50px, 8vw, 110px); overflow: hidden; }
.launch-label { margin: 0 0 28px; display: flex; align-items: center; gap: 9px; color: var(--lime); font-size: 10px; font-weight: 880; letter-spacing: .15em; }
.launch-label span { width: 7px; height: 7px; background: var(--lime); box-shadow: 0 0 18px var(--lime); }
.hero h1 { margin: 0; font-size: clamp(62px, 7.3vw, 106px); line-height: .88; letter-spacing: -.075em; font-weight: 880; }
.hero h1 em { color: var(--lime); font-style: normal; }
.lead { max-width: 600px; margin: 32px 0 0; color: var(--muted); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.55; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); font-size: 13px; font-weight: 850; transition: transform .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--lime); color: var(--lime-ink); background: var(--lime); }
.button-secondary { background: var(--surface); }
.hero-facts { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 9px 22px; color: var(--muted-2); font-size: 11px; font-weight: 720; }
.hero-facts span::before { content: "✓"; margin-right: 7px; color: var(--lime); }

.hero-product { min-height: 710px; position: relative; display: grid; place-items: center; }
.hero-glow { width: 520px; height: 520px; position: absolute; border-radius: 50%; background: rgba(191, 244, 31, .12); filter: blur(74px); }
.phone { overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: 42px; background: #000; box-shadow: 0 40px 110px rgba(0, 0, 0, .58); }
.phone img { width: 100%; height: auto; }
.phone-primary { width: min(420px, 72%); position: relative; z-index: 2; transform: rotate(2.5deg); }
.hero-proof { width: 240px; padding: 18px; position: absolute; z-index: 3; right: 0; bottom: 80px; border: 1px solid var(--line); background: rgba(13, 16, 13, .94); box-shadow: 0 18px 60px rgba(0,0,0,.45); }
.hero-proof span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.hero-proof strong { margin-top: 8px; display: block; font-size: 19px; line-height: 1.25; }

.sport-rail { min-height: 76px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px clamp(17px, 3vw, 42px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted-2); font-size: 11px; font-weight: 830; letter-spacing: .07em; text-transform: uppercase; }
.sport-rail span::before { content: "+"; margin-right: 10px; color: var(--lime); }

.section { width: min(var(--max), calc(100% - 48px)); margin: auto; padding: 126px 0; }
.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.product-intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: end; }
.product-intro h2, .start-heading h2, .health-section h2, .waitlist-copy h2, .faq-heading h2 { margin: 0; font-size: clamp(46px, 6vw, 82px); line-height: .94; letter-spacing: -.065em; }
.product-intro > p { max-width: 530px; margin: 0 0 7px; color: var(--muted); font-size: 20px; line-height: 1.6; }

.screen-showcase { width: min(1500px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.screen-story { min-width: 0; padding: 28px 24px 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.screen-copy { min-height: 300px; }
.screen-number { float: right; color: rgba(255,255,255,.16); font-size: 30px; font-weight: 900; }
.screen-copy h3 { margin: 0; font-size: clamp(28px, 2.5vw, 40px); line-height: 1; letter-spacing: -.045em; }
.screen-copy > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.screen-phone { width: 92%; margin: auto auto -24%; border-radius: 32px; box-shadow: 0 20px 60px rgba(0,0,0,.45); transition: transform .24s ease; }
.screen-story:hover .screen-phone { transform: translateY(-8px); }

.start-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.start-heading > p:last-child { max-width: 500px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.start-paths { border-top: 1px solid var(--line); }
.start-paths article { padding: 34px 0; display: grid; grid-template-columns: 56px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.start-paths article > span { color: var(--lime); font-size: 12px; font-weight: 900; }
.path-label { margin: 0 0 13px; color: var(--muted-2); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.start-paths h3 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.start-paths article div > p:last-child { margin: 12px 0 0; color: var(--muted); line-height: 1.65; }

.routine-section { min-height: 940px; padding-right: clamp(20px, 7vw, 100px); padding-left: clamp(20px, 7vw, 100px); display: grid; grid-template-columns: 1fr .68fr; gap: clamp(70px, 10vw, 150px); align-items: center; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.routine-copy h2, .event-copy h2, .price-section h2 { margin: 0; font-size: clamp(45px, 5.5vw, 76px); line-height: .95; letter-spacing: -.06em; }
.routine-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.routine-copy blockquote { max-width: 620px; margin: 34px 0 0; padding: 25px 0 25px 24px; border-left: 2px solid var(--lime); color: #d8ddd8; font-size: 16px; line-height: 1.65; }
.routine-tags { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.routine-tags span { padding: 9px 12px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 830; text-transform: uppercase; }
.preview-phone { width: min(430px, 100%); transform: translateY(95px) rotate(-2deg); }

.health-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; border-bottom: 1px solid var(--line); }
.health-section > div:last-child > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.health-section ul { margin: 32px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.health-section li { padding: 14px 0; border-top: 1px solid var(--line); font-weight: 720; }
.health-section li::before { content: "✓"; margin-right: 12px; color: var(--lime); }

.event-section { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; padding: 0; overflow: hidden; border: 1px solid var(--line); }
.event-image { min-height: 650px; }
.event-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.event-copy { padding: clamp(45px, 7vw, 95px); display: flex; flex-direction: column; justify-content: center; background: var(--surface); }
.event-copy > p:not(.eyebrow) { margin: 27px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.text-link { width: fit-content; margin-top: 34px; padding-bottom: 7px; border-bottom: 1px solid var(--lime); font-size: 13px; font-weight: 850; }
.text-link span { margin-left: 16px; color: var(--lime); }

.price-section { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 90px; align-items: end; }
.price-options { display: flex; align-items: center; gap: 24px; }
.price-options span { display: grid; gap: 6px; }
.price-options strong { font-size: clamp(36px, 4vw, 58px); letter-spacing: -.055em; }
.price-options small { color: var(--muted); }
.price-options i { color: var(--muted-2); font-style: normal; }
.price-section > p { grid-column: 2; margin: 0; color: var(--muted-2); font-size: 12px; line-height: 1.6; }

.waitlist-section { padding: clamp(55px, 8vw, 105px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 130px); border: 1px solid rgba(191,244,31,.45); background: linear-gradient(135deg, rgba(191,244,31,.09), rgba(191,244,31,.02)); }
.waitlist-copy > p:not(.eyebrow) { max-width: 530px; margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.waitlist-points { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: var(--muted-2); font-size: 11px; font-weight: 760; }
.waitlist-points span::before { content: "✓"; margin-right: 7px; color: var(--lime); }
.waitlist-form { align-self: center; }
.waitlist-form > label:first-child { display: block; margin-bottom: 9px; color: var(--muted); font-size: 11px; font-weight: 800; }
.email-row { display: grid; grid-template-columns: 1fr auto; }
.email-row input { min-width: 0; min-height: 58px; padding: 0 17px; border: 1px solid var(--line); border-right: 0; color: var(--ink); outline: 0; background: #080a08; }
.email-row input:focus { border-color: var(--lime); }
.email-row button { min-height: 58px; padding: 0 24px; border: 1px solid var(--lime); color: var(--lime-ink); background: var(--lime); font-weight: 850; cursor: pointer; }
.email-row button:disabled { opacity: .6; cursor: wait; }
.form-trap { position: absolute; left: -9999px; }
.consent-check { margin-top: 17px; display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; color: var(--muted-2); font-size: 11px; line-height: 1.55; }
.consent-check input { width: 17px; height: 17px; margin: 0; accent-color: var(--lime); }
.consent-check a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 22px; margin: 14px 0 0; font-size: 12px; }
.form-status[data-state="success"] { color: var(--lime); }
.form-status[data-state="error"] { color: var(--danger); }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(65px, 10vw, 150px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 760; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--lime); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { margin: -4px 50px 25px 0; color: var(--muted); line-height: 1.65; }

.site-footer { width: min(var(--max), calc(100% - 48px)); min-height: 170px; margin: auto; display: grid; grid-template-columns: auto 1fr; gap: 30px 50px; align-content: center; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: baseline; gap: 10px; }
.footer-brand strong { font-size: 27px; letter-spacing: -.07em; }
.footer-brand small { color: var(--muted-2); }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 14px 24px; color: var(--muted); font-size: 11px; font-weight: 720; }
.site-footer > p { grid-column: 1 / -1; margin: 0; color: var(--muted-2); font-size: 10px; line-height: 1.5; }

.legal-main { min-height: 100vh; }
.legal-header { position: relative; }
.legal-header nav { justify-content: flex-end; }
.legal-wrap { width: min(920px, calc(100% - 48px)); margin: auto; padding: 70px 0 120px; }
.legal-hero { padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 0; font-size: clamp(50px, 8vw, 82px); line-height: .95; letter-spacing: -.06em; }
.legal-status { margin: 20px 0 0; color: var(--muted-2); font-size: 12px; }
.legal-content { padding-top: 38px; color: #c9cec9; font-size: 15px; line-height: 1.7; }
.legal-content h2 { margin: 48px 0 14px; color: var(--ink); font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.legal-content h3 { margin: 30px 0 10px; color: var(--ink); }
.legal-content p, .legal-content ul { margin: 0 0 15px; }
.legal-content a { color: #dcff76; text-decoration: underline; text-underline-offset: 3px; }
.legal-content li { margin: 6px 0; }
.legal-footer { min-height: 190px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .screen-showcase { grid-template-columns: repeat(2, 1fr); }
  .screen-copy { min-height: 250px; }
  .start-section { grid-template-columns: 1fr; }
  .start-heading { max-width: 720px; }
  .routine-section { grid-template-columns: 1fr .7fr; }
  .price-section { grid-template-columns: 1fr; }
  .price-section > p { grid-column: 1; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 28px); min-height: 68px; grid-template-columns: auto 1fr; }
  .site-header nav { display: none; }
  .header-cta { justify-self: end; }
  .hero { width: calc(100% - 28px); min-height: auto; padding: 60px 0 72px; grid-template-columns: 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(55px, 17vw, 84px); }
  .lead { font-size: 17px; }
  .hero-product { min-height: 600px; }
  .phone-primary { width: min(370px, 82%); }
  .hero-proof { right: 0; bottom: 30px; }
  .sport-rail { padding: 18px 14px; justify-content: flex-start; }
  .section { width: calc(100% - 28px); padding: 86px 0; }
  .product-intro, .health-section, .event-section, .waitlist-section, .faq-section { grid-template-columns: 1fr; gap: 44px; }
  .screen-showcase { width: calc(100% - 28px); grid-template-columns: 1fr 1fr; }
  .screen-story { padding: 22px 17px 0; }
  .screen-copy { min-height: 250px; }
  .screen-copy > p:last-child { font-size: 13px; }
  .routine-section { width: calc(100% - 28px); min-height: 1000px; padding: 64px 24px 0; grid-template-columns: 1fr; gap: 30px; }
  .preview-phone { width: 78%; margin: auto; transform: translateY(90px); }
  .event-image { min-height: 420px; }
  .event-copy { padding: 45px 25px 55px; }
  .price-options { flex-wrap: wrap; }
  .waitlist-section { padding: 50px 24px; }
  .site-footer { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 470px) {
  .hero-product { min-height: 520px; }
  .phone-primary { width: 82%; }
  .hero-proof { width: 205px; padding: 14px; }
  .screen-showcase { grid-template-columns: 1fr; }
  .screen-copy { min-height: 220px; }
  .screen-phone { width: 82%; }
  .start-paths article { grid-template-columns: 38px 1fr; }
  .email-row { grid-template-columns: 1fr; }
  .email-row input { border-right: 1px solid var(--line); }
  .email-row button { min-height: 54px; }
  .legal-wrap { width: calc(100% - 30px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
