:root {
  --ink: #16231e;
  --green-950: #092b21;
  --green-900: #0d392c;
  --green-800: #15503c;
  --green-700: #1f7052;
  --green-100: #e1efe7;
  --cream: #f6f0e2;
  --paper: #fffdf8;
  --gold: #d8ae58;
  --red: #b94431;
  --line: rgba(22, 35, 30, .14);
  --shadow: 0 24px 70px rgba(9, 43, 33, .14);
  --sans: "DM Sans", system-ui, sans-serif;
  --serif: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 9px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; transition: background .2s, box-shadow .2s; }
.site-header.scrolled { background: rgba(9, 43, 33, .97); box-shadow: 0 7px 30px rgba(0,0,0,.16); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 700; line-height: 1; text-decoration: none; }
.brand sup { margin-left: 2px; font-size: 9px; vertical-align: super; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--green-950); background: #e5f2e9; }
.brand-mark svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark.small { width: 34px; height: 34px; font-size: 10px; }
nav { display: flex; align-items: center; gap: 26px; }
nav > a:not(.button) { font-size: 14px; font-weight: 600; text-decoration: none; opacity: .88; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 700; text-decoration: none; transition: transform .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 26px rgba(112, 28, 20, .27); }
.button-primary:hover { background: #9e3728; }
.button-cream { color: var(--green-950); background: #f6ead0; }
.eyebrow { margin: 0 0 17px; color: var(--green-700); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f0ce85; }
h1, h2 { margin: 0; font-family: var(--serif); line-height: 1.07; letter-spacing: -.035em; }
h1 { max-width: 810px; color: #fff; font-size: clamp(54px, 7.4vw, 94px); }
h1 em { color: #f0ce85; font-style: normal; }
h2 { font-size: clamp(40px, 5vw, 63px); }
h3 { margin: 0; font-size: 21px; line-height: 1.25; }

.hero { position: relative; min-height: 800px; display: grid; align-items: end; overflow: hidden; background: var(--green-950); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(3,22,16,.95) 0%, rgba(5,30,22,.78) 48%, rgba(5,26,19,.08) 84%), linear-gradient(0deg, rgba(3,21,15,.72), transparent 48%); }
.hero-inner { position: relative; padding: 150px 0 64px; }
.hero-copy { max-width: 850px; }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.83); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 33px; }
.text-link { color: #fff; font-weight: 700; text-decoration: none; }
.device-line { width: fit-content; display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 33px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(4,27,20,.38); font-size: 12px; }
.device-line strong { color: #f1ce83; }
.hero-note { margin: 15px 0 0; color: rgba(255,255,255,.6); font-size: 12px; }

.signal-strip { padding: 24px 0; color: #fff; background: var(--green-900); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid div { padding: 2px 24px; border-left: 1px solid rgba(255,255,255,.14); }
.signal-grid div:first-child { border-left: 0; padding-left: 0; }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { font-family: var(--serif); font-size: 18px; }
.signal-grid span { color: rgba(255,255,255,.63); font-size: 12px; }

.section-heading { max-width: 800px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 690px; margin: 22px 0 0; color: #5c6963; font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 355px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 13px 34px rgba(9,43,33,.065); }
.feature-card.red { border-top: 4px solid var(--red); }
.feature-card.gold { border-top: 4px solid var(--gold); }
.feature-card.green { border-top: 4px solid var(--green-700); }
.feature-card.blue { border-top: 4px solid #537f91; }
.feature-number { color: #89938e; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 42px 0 auto; border-radius: 15px; color: var(--green-900); background: var(--green-100); font-size: 24px; }
.feature-card h3 { margin-top: 25px; }
.feature-card p { margin: 11px 0 0; color: #5d6a64; font-size: 14px; }

.journey { background: var(--cream); }
.journey-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: center; }
.ticket-wrap { min-height: 500px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(145deg, #174f3c, #08281e); box-shadow: var(--shadow); }
.ticket { position: relative; width: 77%; padding: 36px 32px; color: var(--green-950); background: #f1d890; border-radius: 12px; transform: rotate(-4deg); box-shadow: 0 25px 55px rgba(0,0,0,.3); }
.ticket::before, .ticket::after { content: ""; position: absolute; top: 47%; width: 26px; height: 26px; border-radius: 50%; background: #103b2d; }
.ticket::before { left: -13px; } .ticket::after { right: -13px; }
.ticket-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(11,48,37,.35); font-size: 10px; font-weight: 700; letter-spacing: .11em; }
.ticket > p { margin: 34px 0 3px; font-size: 11px; font-weight: 700; letter-spacing: .19em; }
.ticket > strong { font: 700 clamp(36px, 5vw, 62px)/1 var(--serif); }
.ticket-line { height: 38px; margin: 30px 0 20px; background: repeating-linear-gradient(90deg, var(--green-950) 0 3px, transparent 3px 6px, var(--green-950) 6px 8px, transparent 8px 11px); }
.ticket small { font-weight: 700; letter-spacing: .1em; }
.journey-copy h2 { margin-bottom: 36px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid var(--line); }
.steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-weight: 700; }
.steps p { margin: 6px 0 0; color: #5d6a64; }

.choo { background: #fff; }
.choo-card { min-height: 535px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; overflow: hidden; border-radius: 30px; color: #fff; background: var(--green-900); box-shadow: var(--shadow); }
.choo-copy { padding: 65px 35px 65px 70px; }
.choo-copy h2 { color: #fff; }
.choo-copy > p:not(.eyebrow):not(.boundary) { max-width: 590px; margin: 23px 0; color: rgba(255,255,255,.82); font-size: 18px; }
.boundary { max-width: 590px; margin: 0; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); font-size: 13px; }
.boundary span { color: #f0ce85; }
.choo-art { position: relative; height: 100%; display: flex; align-items: end; justify-content: center; }
.choo-art img { position: relative; z-index: 2; width: min(390px, 92%); margin-bottom: -12px; filter: drop-shadow(0 28px 20px rgba(0,0,0,.24)); }
.choo-halo { position: absolute; width: 410px; height: 410px; bottom: 30px; border-radius: 50%; background: #f2d48f; }

.route-options { background: var(--cream); }
.options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.options-copy > p:first-child { margin-top: 8px; color: #4f5f57; font-size: 18px; }
.options-copy ul { margin: 26px 0; padding: 0; list-style: none; }
.options-copy li { position: relative; padding: 8px 0 8px 28px; }
.options-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.testing-note { padding: 16px 18px; border-left: 3px solid var(--gold); color: #65716b; background: rgba(255,255,255,.64); font-size: 13px; }

.early-access { color: #fff; background: radial-gradient(circle at 12% 10%, rgba(216,174,88,.18), transparent 28%), var(--green-950); }
.access-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.access-copy h2 { color: #fff; }
.access-copy > p:not(.eyebrow):not(.privacy-note) { max-width: 520px; margin: 24px 0; color: rgba(255,255,255,.76); font-size: 18px; }
.privacy-note { max-width: 520px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: 12px; }
.interest-form { padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.075); box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.interest-form label, .interest-form legend { color: rgba(255,255,255,.86); font-size: 13px; font-weight: 600; }
.interest-form input[type="text"], .interest-form input[type="email"], .interest-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; background: rgba(0,0,0,.16); outline: none; }
.interest-form input:focus, .interest-form textarea:focus { border-color: #f0ce85; box-shadow: 0 0 0 3px rgba(240,206,133,.15); }
.interest-form textarea { resize: vertical; }
.interest-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; margin: 22px 0; padding: 0; border: 0; }
.interest-form legend { grid-column: 1 / -1; margin-bottom: 8px; }
.check { display: flex; align-items: start; gap: 8px; font-weight: 500 !important; }
.check input { margin-top: 4px; accent-color: var(--red); }
.interest-form .button { margin-top: 22px; }
.form-note { margin: 12px 0 0; color: rgba(255,255,255,.55); font-size: 11px; }

.site-footer { padding: 28px 0; color: rgba(255,255,255,.68); background: #061f18; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; font-size: 12px; }
.footer-grid > p { margin: 0; }
.footer-grid > p:last-child { text-align: right; }

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  nav > a:not(.button) { display: none; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .signal-grid div:nth-child(3) { border-left: 0; padding-left: 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid, .options-grid, .access-grid { grid-template-columns: 1fr; gap: 55px; }
  .choo-card { grid-template-columns: 1fr; }
  .choo-copy { padding: 55px 48px 15px; }
  .choo-art { min-height: 390px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p:nth-child(2) { display: none; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 66px 0; }
  .nav-wrap { min-height: 68px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; }
  nav .button { min-height: 38px; padding-inline: 14px; font-size: 12px; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 41% center; }
  .hero-inner { padding: 130px 0 52px; }
  h1 { font-size: clamp(47px, 14.5vw, 66px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .device-line { border-radius: 16px; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid div { padding-inline: 13px; }
  .signal-grid div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 290px; }
  .ticket-wrap { min-height: 390px; }
  .ticket { width: 84%; padding: 28px 23px; }
  .choo-card { border-radius: 20px; }
  .choo-copy { padding: 42px 24px 5px; }
  .choo-art { min-height: 315px; }
  .choo-halo { width: 300px; height: 300px; }
  .field-row, .interest-form fieldset { grid-template-columns: 1fr; }
  .interest-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-grid > p:last-child { text-align: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
