:root {
  color-scheme: dark;
  --night: #07131f;
  --night-deep: #050d18;
  --panel: #0f2033;
  --panel-soft: #162d44;
  --cream: #f3eee5;
  --cream-deep: #dfd3c3;
  --ink: #102033;
  --muted: #94a9bb;
  --subtle: #61778d;
  --citron: #eaff55;
  --citron-soft: #f2ff9a;
  --line: rgba(226, 235, 239, .16);
  --serif: ui-serif, "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night-deep); overflow-x: hidden !important; overflow-x: clip; overscroll-behavior-x: none; touch-action: pan-y; }
body { position: relative; max-width: 100%; margin: 0; width: 100%; min-width: 0; overflow-x: hidden !important; overflow-x: clip; overscroll-behavior-x: none; touch-action: pan-y; color: var(--cream); background: var(--night); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none; background: radial-gradient(circle at 72% 4%, rgba(83,126,158,.19), transparent 31%), radial-gradient(circle at 6% 72%, rgba(211,191,146,.07), transparent 28%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; -webkit-user-drag: none; user-drag: none; }
.shell { width: min(1220px, calc(100% - 88px)); max-width: calc(100% - 32px); margin-inline: auto; }
.site-header, main, .site-footer { max-width: 100%; overflow-x: hidden; }
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .08; background-image: radial-gradient(circle at 17% 13%, rgba(234,255,85,.18) 0 1px, transparent 1px), radial-gradient(circle at 76% 68%, rgba(243,238,229,.12) 0 1px, transparent 1px); background-size: 47px 47px, 61px 61px; mix-blend-mode: screen; }
.orb { position: absolute; z-index: -1; width: 27rem; aspect-ratio: 1; pointer-events: none; border-radius: 50%; filter: blur(70px); opacity: .11; }
.orb-a { top: 24rem; left: -15rem; background: #7397b4; }
.orb-b { top: 88rem; right: -16rem; background: #c5a975; }

.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding: 11px 12px 11px 15px; background: rgba(10,26,42,.78); border: 1px solid rgba(226,235,239,.15); border-radius: 18px; box-shadow: 0 18px 50px rgba(1,10,18,.2), inset 0 1px 0 rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 42px; }
.brand-mark { display: grid; width: 42px; height: 42px; overflow: hidden; place-items: center; border-radius: 12px; background: var(--night-deep); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-word { display: flex; align-items: baseline; gap: 10px; }
.brand-word strong { font-size: 18px; font-weight: 650; letter-spacing: -.04em; }
.brand-word small { color: var(--subtle); font: 9px/1 var(--mono); letter-spacing: .14em; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font: 12px/1 var(--mono); white-space: nowrap; }
.main-nav a { transition: color .3s cubic-bezier(.32,.72,0,1), transform .3s cubic-bezier(.32,.72,0,1); }
.main-nav a:hover { color: var(--cream); transform: translateY(-1px); }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 10px 12px 16px; color: var(--ink); background: var(--citron); border-radius: 999px; font-family: var(--sans); font-weight: 650; }
.nav-cta:hover { color: var(--ink) !important; background: var(--citron-soft); transform: translateY(-2px) !important; }
.button-arrow { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; color: var(--citron); background: var(--ink); border-radius: 50%; font: 15px/1 var(--sans); transition: transform .5s cubic-bezier(.32,.72,0,1); }
.nav-cta .button-arrow { width: 22px; height: 22px; color: var(--ink); background: rgba(16,32,51,.12); font-size: 13px; }
.button:hover .button-arrow, .nav-cta:hover .button-arrow { transform: translate(2px,-2px) scale(1.06); }

.hero { display: grid; grid-template-columns: minmax(0,.89fr) minmax(440px,.83fr); gap: clamp(56px,9vw,142px); align-items: center; min-height: 770px; padding: 92px 0 82px; }
.hero > *, .inside > *, .control-section > *, .experience-grid > *, .download-section > * { min-width: 0; }
.hero-copy { padding: 0 0 0 10px; }
.eyebrow, .kicker { margin: 0 0 24px; color: var(--citron); font: 10px/1.2 var(--mono); letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { display: inline-block; width: 27px; height: 1px; background: var(--citron); }
.hero h1, h2, h3 { text-wrap: balance; }
.headline-line { white-space: nowrap; }
p { text-wrap: pretty; }
.hero h1 { max-width: 8.8ch; margin: 0 0 30px; color: var(--cream); font: 600 clamp(62px,7.9vw,112px)/.91 var(--serif); letter-spacing: -.075em; }
.hero h1 em, h2 em { color: var(--citron); font-style: normal; }
.hero-lead { max-width: 31em; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; min-height: 60px; gap: 12px; padding: 8px 12px 8px 10px; border-radius: 16px; font-weight: 650; white-space: nowrap; }
.button-primary { color: var(--ink); background: var(--citron); box-shadow: 0 18px 38px rgba(180,211,61,.15); transition: background .35s cubic-bezier(.32,.72,0,1), transform .35s cubic-bezier(.32,.72,0,1), box-shadow .35s cubic-bezier(.32,.72,0,1); }
.button-primary:hover { background: var(--citron-soft); transform: translateY(-3px); box-shadow: 0 23px 48px rgba(180,211,61,.22); }
.button-primary:active { transform: scale(.96); }
.button-icon { display: grid; width: 40px; height: 40px; place-items: center; color: var(--citron); background: var(--ink); border-radius: 11px; font-size: 21px; line-height: 1; }
.button strong, .button small { display: block; text-align: left; }
.button strong { font-size: 14px; line-height: 1.2; }
.button small { margin-top: 4px; color: rgba(16,32,51,.62); font: 10px/1 var(--mono); letter-spacing: .02em; }
.text-link { padding-bottom: 7px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 13px; transition: color .3s cubic-bezier(.32,.72,0,1), border-color .3s cubic-bezier(.32,.72,0,1); }
.text-link:hover { color: var(--cream); border-color: var(--cream); }
.text-link span { margin-left: 8px; color: var(--citron); }
.release-stamp { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--subtle); font: 10px/1 var(--mono); white-space: nowrap; }
.release-stamp strong { color: var(--cream); font-weight: 600; }
.release-stamp i { width: 3px; height: 3px; margin: 0 3px; background: var(--subtle); border-radius: 50%; }
.live-dot { width: 7px; height: 7px; margin-right: 2px; background: var(--citron); border-radius: 50%; box-shadow: 0 0 0 4px rgba(234,255,85,.1); }

.hero-frame { position: relative; justify-self: end; width: min(100%,540px); margin: 0; padding: 18px 18px 20px; background: rgba(20,43,64,.72); border: 1px solid rgba(227,234,233,.16); border-radius: 26px 26px 74px 26px; box-shadow: 20px 24px 0 rgba(3,13,24,.4), 0 36px 80px rgba(1,10,18,.38), inset 0 1px 0 rgba(255,255,255,.1); }
.frame-meta, .route-card-head, .route-card-foot, .panel-top, .panel-command { display: flex; align-items: center; justify-content: space-between; font: 9px/1 var(--mono); letter-spacing: .12em; white-space: nowrap; }
.frame-meta { padding: 2px 5px 15px; color: var(--subtle); }
.frame-meta span:last-child { color: var(--citron); }
.bezel { position: relative; padding: 9px; background: #bfae98; border-radius: 21px 21px 57px 21px; box-shadow: inset 0 0 0 1px rgba(21,19,17,.25), inset 0 2px 4px rgba(255,255,255,.32), 0 16px 28px rgba(1,10,18,.32); }
.bezel img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 14px 14px 43px 14px; outline: 1px solid rgba(255,255,255,.1); }
.image-pin { position: absolute; bottom: 26px; padding: 7px 9px; color: var(--cream); background: rgba(7,19,31,.82); border-radius: 7px; font: 8px/1 var(--mono); letter-spacing: .08em; }
.pin-left { left: 25px; }
.pin-right { right: 25px; color: var(--citron); }
.hero-frame figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 17px 4px 0; color: var(--muted); font: 11px/1.2 var(--mono); }
.hero-frame figcaption span { color: var(--citron); }
.hero-frame figcaption strong { color: var(--cream); font: 16px/1 var(--serif); letter-spacing: -.03em; }

.signal-bar { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding: 22px 0 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-bar > div { display: grid; grid-template-columns: 27px auto; column-gap: 11px; align-items: baseline; }
.signal-bar small { grid-row: span 2; color: var(--citron); font: 10px/1 var(--mono); }
.signal-bar strong { color: var(--cream); font: 13px/1.2 var(--sans); }
.signal-bar span { color: var(--subtle); font: 10px/1.3 var(--mono); }

.inside { display: grid; grid-template-columns: 110px minmax(250px,.8fr) minmax(420px,1.15fr); gap: clamp(35px,6vw,90px); align-items: center; padding: 156px 0 145px; }
.section-mark { align-self: start; color: var(--citron); }
.section-mark > span { display: block; font: 58px/.8 var(--serif); letter-spacing: -.08em; }
.section-mark small { display: block; margin-top: 18px; color: var(--subtle); font: 9px/1.3 var(--mono); letter-spacing: .13em; writing-mode: vertical-rl; }
.inside-copy .kicker, .control-heading .kicker, .experience-intro .kicker, .download-copy .kicker { margin-bottom: 25px; }
.inside-copy h2, .control-heading h2, .experience-intro h2, .download-copy h2 { margin: 0 0 24px; color: var(--cream); font: 600 clamp(42px,4.8vw,70px)/.96 var(--serif); letter-spacing: -.07em; }
.inside-copy > p:not(.kicker), .control-heading > p:not(.kicker), .download-copy > p:not(.kicker) { max-width: 30em; margin: 0; color: var(--muted); line-height: 1.85; }
.inline-link { display: inline-flex; gap: 10px; margin-top: 31px; padding-bottom: 7px; color: var(--citron); border-bottom: 1px solid rgba(234,255,85,.4); font: 12px/1 var(--mono); transition: border-color .3s cubic-bezier(.32,.72,0,1), transform .3s cubic-bezier(.32,.72,0,1); }
.inline-link:hover { border-color: var(--citron); transform: translateX(3px); }
.route-card { min-height: 340px; padding: 23px 25px 21px; color: var(--ink); background: var(--cream); border-radius: 25px 25px 72px 25px; box-shadow: 18px 20px 0 rgba(4,12,22,.35), 0 30px 60px rgba(1,10,18,.2); overflow: hidden; }
.route-card-head { color: #77847f; }
.route-card-head span:first-child { color: #354b4d; }
.route-visual { height: 215px; margin: 7px -2px 0; overflow: hidden; background: #dbe5df; border-radius: 15px 15px 54px 15px; }
.route-visual img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; outline: 1px solid rgba(16,32,51,.12); }
.route-card-foot { align-items: center; margin-top: 13px; color: #75827d; }
.route-card-foot strong { color: #36534b; font-size: 17px; letter-spacing: .03em; }
.route-card-foot i { width: 7px; height: 7px; margin-left: 13px; background: #92b43a; border-radius: 50%; }

.control-section { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(400px,1fr); gap: clamp(55px,10vw,150px); align-items: center; padding: 105px 0 128px; }
.control-heading h2 { max-width: 7ch; }
.control-panel { min-height: 315px; padding: 28px 31px 27px; background: var(--panel); border: 1px solid rgba(218,230,233,.13); border-radius: 24px 24px 70px 24px; box-shadow: 16px 18px 0 rgba(3,12,22,.42), inset 0 1px 0 rgba(255,255,255,.07); }
.panel-top { color: var(--subtle); }
.panel-live { color: var(--citron); }
.panel-live i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: var(--citron); border-radius: 50%; box-shadow: 0 0 0 4px rgba(234,255,85,.1); }
.switch-row { display: flex; align-items: center; gap: 13px; margin: 57px 0 22px; }
.switch { position: relative; width: 52px; height: 30px; padding: 4px; background: var(--citron); border-radius: 99px; box-shadow: 0 0 25px rgba(234,255,85,.18); }
.switch i { display: block; width: 22px; height: 22px; margin-left: 22px; background: var(--ink); border-radius: 50%; }
.switch-row strong { color: var(--cream); font: 16px/1 var(--mono); letter-spacing: .1em; }
.switch-row > span { margin-left: auto; color: var(--subtle); font: 9px/1 var(--mono); letter-spacing: .11em; }
.panel-rule { height: 1px; background: var(--line); }
.panel-copy { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 21px; }
.panel-copy strong { color: var(--cream); font-size: 13px; }
.panel-copy span { max-width: 21em; color: var(--muted); font-size: 12px; text-align: right; }
.panel-command { justify-content: flex-start; gap: 15px; padding: 13px 14px; color: var(--citron); background: rgba(5,13,24,.68); border-radius: 9px; }
.panel-command code { font: 10px/1 var(--mono); }
.panel-command span { color: var(--subtle); }

.experience { padding: 115px 0 150px; }
.experience-intro { margin-bottom: 58px; }
.experience-intro h2 { max-width: 8ch; }
.experience-grid { display: grid; grid-template-columns: 1.23fr .88fr .88fr; gap: 17px; }
.experience-card { min-height: 325px; padding: 26px 27px 25px; position: relative; display: flex; flex-direction: column; justify-content: space-between; border-radius: 22px 22px 62px 22px; overflow: hidden; }
.experience-card::after { content: ""; position: absolute; right: -35px; bottom: -75px; width: 210px; height: 210px; border: 1px solid currentColor; border-radius: 50%; opacity: .17; }
.card-large { color: var(--cream); background: #132b41; box-shadow: 15px 17px 0 rgba(3,12,22,.34); }
.card-light { color: var(--ink); background: var(--cream-deep); }
.card-dark { color: var(--cream); background: #0b1a2b; border: 1px solid rgba(226,235,239,.11); }
.card-index { color: var(--citron); font: 11px/1 var(--mono); }
.card-light .card-index { color: #71842b; }
.experience-card small { color: var(--citron); font: 9px/1 var(--mono); letter-spacing: .15em; }
.card-light small { color: #617425; }
.experience-card h3 { margin: 12px 0 15px; font: 600 41px/.92 var(--serif); letter-spacing: -.05em; }
.experience-card p { max-width: 23em; margin: 0; color: rgba(226,235,239,.68); font-size: 13px; line-height: 1.75; }
.card-light p { color: rgba(16,32,51,.67); }
.experience-card b { position: relative; z-index: 1; color: var(--citron); font: 20px/1 var(--sans); }
.card-light b { color: #526b28; }

.download-section { display: grid; grid-template-columns: 105px minmax(240px,1fr) minmax(300px,.78fr); gap: 35px; align-items: end; padding: 69px 0 89px; border-top: 1px solid var(--line); }
.download-icon { width: 95px; height: 95px; }
.download-icon img { width: 100%; height: 100%; display: block; border-radius: 0; object-fit: contain; outline: none; }
.download-copy h2 { margin-bottom: 20px; }
.download-copy > p:last-child { max-width: 29em; font-size: 13px; }
.download-action { justify-self: end; width: min(340px,100%); }
.download-action .button { width: 100%; justify-content: flex-start; }
.download-action .button-arrow { margin-left: auto; }
.download-action > small { display: block; margin-top: 13px; color: var(--subtle); font: 10px/1.5 var(--mono); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 0 34px; border-top: 1px solid var(--line); color: var(--subtle); font: 10px/1.4 var(--mono); }
.site-footer div { display: flex; align-items: center; gap: 18px; }
.site-footer strong { color: var(--cream); font-size: 12px; }
.site-footer a { color: var(--citron); transition: color .3s cubic-bezier(.32,.72,0,1); }
.site-footer a:hover { color: var(--citron-soft); }

html.js-ready .reveal { opacity: 0; transform: translateY(28px); filter: blur(4px); }
html.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); transition: opacity .85s cubic-bezier(.32,.72,0,1), transform .85s cubic-bezier(.32,.72,0,1), filter .85s cubic-bezier(.32,.72,0,1); }
html.js-ready .reveal-delay-1.is-visible { transition-delay: .11s; }
html.js-ready .reveal-delay-2.is-visible { transition-delay: .21s; }
html.js-ready .reveal-delay-3.is-visible { transition-delay: .31s; }

@media (max-width: 940px) {
  .shell { width: min(100% - 52px, 680px); }
  .main-nav { gap: 14px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 62px; min-height: auto; padding: 82px 0 75px; }
  .hero-copy { padding-left: 0; }
  .hero-frame { justify-self: center; width: min(100%, 560px); }
  .inside { grid-template-columns: 1fr; gap: 35px; padding: 112px 0 105px; }
  .section-mark { display: flex; align-items: baseline; gap: 15px; }
  .section-mark small { margin: 0; writing-mode: horizontal-tb; }
  .control-section { grid-template-columns: 1fr; gap: 44px; padding: 80px 0 100px; }
  .control-heading h2 { max-width: none; }
  .experience { padding: 90px 0 110px; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .card-large { grid-column: span 2; }
  .download-section { grid-template-columns: 85px 1fr; gap: 25px; }
  .download-action { grid-column: 2; justify-self: stretch; width: min(360px,100%); }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 32px, 620px); }
  .site-header { margin-top: 16px; padding: 9px; }
  .brand-word small { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .nav-cta { padding: 10px 8px 10px 12px; font-size: 11px; }
  .nav-cta .button-arrow { width: 20px; height: 20px; }
  .hero { gap: 46px; padding: 67px 0 57px; }
  .hero h1 { font-size: clamp(48px,15vw,72px); }
  .hero-lead { font-size: 15px; }
  .eyebrow { flex-wrap: wrap; row-gap: 8px; white-space: normal; line-height: 1.35; }
  .kicker { white-space: normal; overflow-wrap: anywhere; line-height: 1.35; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-frame { padding: 13px 13px 16px; border-radius: 20px 20px 56px 20px; }
  .frame-meta { padding-bottom: 11px; font-size: 8px; }
  .bezel { padding: 6px; border-radius: 16px 16px 42px 16px; }
  .bezel img { border-radius: 11px 11px 31px 11px; }
  .image-pin { bottom: 19px; padding: 6px 7px; font-size: 7px; }
  .pin-left { left: 17px; }
  .pin-right { right: 17px; }
  .hero-frame figcaption { flex-direction: column; gap: 7px; padding-top: 13px; }
  .hero-frame figcaption strong { font-size: 15px; }
  .release-stamp { flex-wrap: wrap; white-space: normal; line-height: 1.4; }
  .signal-bar { grid-template-columns: 1fr; gap: 14px; padding: 19px 0; }
  .signal-bar > div { grid-template-columns: 27px minmax(0,1fr); min-width: 0; }
  .signal-bar small { grid-row: auto; }
  .signal-bar strong, .signal-bar span { min-width: 0; overflow-wrap: anywhere; }
  .signal-bar span { grid-column: 2; margin-left: 0; }
  .inside { padding: 92px 0 88px; }
  .inside-copy h2, .control-heading h2, .experience-intro h2, .download-copy h2 { font-size: clamp(38px, 11vw, 47px); }
  .route-card { min-height: 310px; padding: 19px 17px 17px; }
  .route-visual { height: 188px; }
  .route-card-foot { font-size: 8px; }
  .control-section { padding: 61px 0 78px; }
  .control-panel { min-height: 285px; padding: 22px 19px; border-radius: 19px 19px 55px 19px; }
  .switch-row { margin-top: 48px; }
  .panel-copy { flex-direction: column; gap: 8px; }
  .panel-copy span { text-align: left; }
  .route-card-head, .route-card-foot { gap: 10px; white-space: normal; line-height: 1.35; }
  .route-card-head span, .route-card-foot span { min-width: 0; overflow-wrap: anywhere; }
  .route-card-head span:last-child, .route-card-foot span { text-align: right; }
  .panel-top, .panel-command { flex-wrap: wrap; gap: 8px 12px; white-space: normal; line-height: 1.4; }
  .panel-top span, .panel-command code, .panel-command span { min-width: 0; overflow-wrap: anywhere; }
  .panel-command code, .panel-command span { font-size: 8px; }
  .panel-command span { margin-left: auto; }
  .experience { padding: 75px 0 90px; }
  .experience-intro { margin-bottom: 36px; }
  .experience-grid { grid-template-columns: 1fr; gap: 13px; }
  .card-large { grid-column: auto; }
  .experience-card { min-height: 265px; padding: 22px 21px; }
  .experience-card h3 { font-size: 37px; }
  .download-section { grid-template-columns: 1fr; gap: 22px; padding: 50px 0 67px; }
  .download-icon { width: 75px; height: 75px; }
  .download-action { grid-column: auto; width: 100%; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .site-footer div { flex-wrap: wrap; gap: 10px 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js-ready .reveal, html.js-ready .reveal.is-visible { opacity: 1; transform: none; filter: none; transition: none; }
}
