/* CONVOY: sage daylight, forest instruments, and good company on the road. */
:root {
  --bg: #dbe7dc;
  --bg-deep: #253c35;
  --card: #f9f8f1;
  --surface: #edf2e8;
  --raised: #e3ecdf;
  --line: #b5c6b6;
  --text: #203a30;
  --sub: #53695b;
  --primary: #2e5341;
  --route: #e5a676;
  --mint: #a9dbc4;
  --sky: #9dc2f0;
  --coral: #ab4037;
  --amber: #f2b872;
  --display: 'DM Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --body: var(--display);
  --pad: clamp(24px, 6vw, 88px);
}
.account-nav { max-width: 1280px; margin: auto; padding: 28px var(--pad); display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.account-nav > a:last-child { color: var(--sub); font-size: 14px; }
.account-main { max-width: 1280px; margin: auto; padding: 72px var(--pad) 100px; }
.account-main h1 { font-size: clamp(40px, 6vw, 72px); line-height: 1.06; letter-spacing: -.04em; }
.account-intro { max-width: 650px; margin-top: 28px; color: var(--sub); font-size: 18px; }
.account-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 56px; align-items: start; }
.account-card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 32px; }
.account-card h2 { font-size: 24px; letter-spacing: -.02em; margin-bottom: 16px; }
.account-card p { color: var(--sub); }
.account-card form { display: flex; flex-direction: column; margin-top: 24px; }
.account-card label { font-size: 14px; margin-top: 20px; margin-bottom: 8px; }
.account-card input { width: 100%; min-height: 52px; border: 1px solid #566171; border-radius: 10px; background: var(--bg); color: var(--text); font: inherit; padding: 12px 14px; }
.account-card .btn { margin-top: 24px; }
.account-card .btn:disabled { opacity: .5; cursor: default; }
.account-card .field-help { font-size: 13px; margin-top: 8px; }
.account-card summary { cursor: pointer; padding: 16px 0; margin-top: 16px; color: var(--text); border-top: 1px solid var(--line); }
.account-card .account-message { margin-top: 20px; color: var(--text); overflow-wrap: anywhere; }
.account-card .account-message:empty { display: none; }
.account-card .account-message.error { color: var(--coral); }
.btn-danger { background: var(--coral); color: var(--bg); }
@media (max-width: 760px) { .account-grid { grid-template-columns: 1fr; } .account-main { padding-top: 40px; } .account-card { padding: 24px; } }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { background: var(--bg); color: var(--text); font-family: var(--body); line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip; }
::selection { background: var(--primary); color: var(--text); }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid #9dc2f0; outline-offset: 5px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 20px; background: white; color: var(--bg); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.nav { position: fixed; inset: 0 0 auto; z-index: 50; min-height: 80px; display: flex; align-items: center; gap: 32px; padding: 12px var(--pad); background: rgba(14,16,18,.93); border-bottom: 1px solid transparent; }
.nav.scrolled { border-bottom-color: var(--line); }
.nav-brand { font-weight: 700; letter-spacing: .16em; font-size: 18px; }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a { color: var(--sub); font-size: 14px; padding-block: 12px; }
.nav-links a:hover, .footer-links a:hover { color: var(--text); }
.nav-cta { border: 1px solid #566171; border-radius: 999px; font-size: 14px; font-weight: 600; padding: 11px 20px; white-space: nowrap; }
.nav-cta:hover { background: var(--raised); }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: clip; padding-block: 140px 100px; }
.hero-veil { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(14,16,18,.4), rgba(14,16,18,.42) 55%, #0e1012); }
.hero-content { position: relative; z-index: 2; text-align: center; width: 100%; padding-inline: var(--pad); max-width: 1160px; }
.hero-eyebrow { font-size: 13px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--sub); margin-bottom: 28px; }
.hero-title { font-weight: 700; font-size: clamp(46px, 7.5vw, 104px); line-height: 1.02; letter-spacing: -.045em; }
.hero-title .line { display: block; }
.hero-title .accent { color: #d5dae2; }
.hero-sub { margin: 28px auto 0; max-width: 560px; color: var(--sub); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; justify-content: center; align-items: center; margin-top: 32px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 999px; padding: 14px 26px; font-weight: 700; font-size: 20px; min-height: 56px; transition: background .2s, border-color .2s; }
.btn-primary { background: var(--primary); color: var(--text); }
.btn-primary:hover { background: #0062ca; }
.btn-ghost { border-color: #566171; color: var(--text); font-size: 16px; }
.btn-ghost:hover { background: var(--raised); border-color: #bbc2ce; }
.hero-release { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 24px; color: var(--sub); font-size: 13px; }
.hero-scrollcue { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; z-index: 2; }
.hero-scrollcue-line { width: 30px; height: 1px; background: #566171; }
.hero-scrollcue-text { font-size: 12px; color: var(--sub); }

.cockpit { padding: 96px var(--pad) 120px; }
.section-heading { max-width: 1200px; margin: 0 auto 72px; display: flex; justify-content: space-between; align-items: baseline; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.section-heading > p:last-child { color: var(--sub); font-size: 16px; }
.section-heading .kicker { margin: 0; }
.cockpit-grid { display: grid; grid-template-columns: minmax(280px, 460px) minmax(0, 1fr); gap: clamp(48px, 8vw, 120px); max-width: 1200px; margin: 0 auto; align-items: start; }
.cockpit-sticky { position: sticky; top: 108px; }
.phone { width: clamp(240px, calc(48svh - 100px), 320px); aspect-ratio: 9 / 18.6; margin: 0 auto; border-radius: 40px; padding: 10px; background: var(--raised); border: 1px solid #444d5a; }
.phone-screen { position: relative; width: 100%; height: 100%; border-radius: 30px; overflow: hidden; background: var(--bg); }
.phone-map, .phone-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.turnarrow { opacity: .95; }
.selfpuck { animation: puck 4s ease-in-out infinite; }
@keyframes puck { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.ph-banner { position: absolute; top: 12px; left: 10px; right: 10px; display: flex; align-items: center; gap: 10px; background: rgba(21,23,27,.97); border: 1px solid var(--line); border-radius: 14px; padding: 11px 12px; }
.ph-banner-arrow { font-size: 22px; color: var(--text); transform: rotate(-45deg); }
.ph-banner-text { font-size: 11px; color: var(--sub); line-height: 1.4; }
.ph-banner-text b { display: block; color: var(--text); font-size: 17px; }
.ph-roadpill { position: absolute; bottom: 66px; left: 50%; transform: translateX(-50%); background: rgba(14,16,18,.96); border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.ph-speed { position: absolute; bottom: 58px; left: 12px; width: 48px; height: 48px; border-radius: 50%; background: rgba(14,16,18,.96); border: 1px solid var(--line); display: grid; place-items: center; line-height: 1; padding: 4px; }
.ph-speed b { font-size: 17px; }
.ph-speed span { font-size: 9px; color: var(--sub); }
.ph-ping { position: absolute; top: 98px; left: 12px; right: 12px; background: var(--coral); color: var(--bg); border-radius: 8px; padding: 10px; text-align: center; font-size: 13px; font-weight: 700; }
.ph-fab { position: absolute; right: 12px; bottom: 122px; display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.ph-chip { background: rgba(21,23,27,.97); border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; font-size: 12px; font-weight: 600; }
.ph-chip.chip-c { background: var(--coral); border-color: var(--coral); color: var(--bg); }
.ph-voice { position: absolute; left: 10px; right: 10px; bottom: 10px; background: rgba(21,23,27,.98); border: 1px solid var(--line); border-radius: 18px; padding: 12px; }
.ph-voice-row { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--sub); font-weight: 500; }
.ph-voice .dot { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--mint); }
.ph-mute { margin-left: auto; border: 1px solid #566171; border-radius: 999px; padding: 4px 7px; font-size: 10px; }
.ph-talk { margin-top: 12px; border: 1px solid #566171; color: var(--text); background: var(--raised); border-radius: 999px; text-align: center; padding: 12px; font-weight: 600; font-size: 14px; }
[data-step] { transition: opacity .35s ease, transform .35s ease; }
[data-step="2"], [data-step="3"] { opacity: 0; transform: translateY(8px); pointer-events: none; }
.phone.s2 [data-step="2"], .phone.s3 [data-step="3"] { opacity: 1; transform: none; }
.phone.s3 [data-step="2"] { opacity: 0; }
.walkthrough-controls { display: flex; gap: 4px; justify-content: center; margin-top: 20px; }
.walkthrough-controls button { border: 1px solid transparent; border-radius: 999px; color: var(--sub); background: transparent; min-height: 44px; padding: 8px 12px; font-size: 13px; }
.walkthrough-controls button[aria-pressed="true"] { color: var(--text); border-color: #566171; background: var(--card); }
.walkthrough-controls button:hover { color: var(--text); }
.illustration-note { color: var(--sub); font-size: 12px; text-align: center; margin-top: 8px; }
.cockpit-steps { display: flex; flex-direction: column; gap: clamp(160px, 32vh, 300px); padding-block: 14vh 26vh; }
.step { max-width: 470px; opacity: .5; transition: opacity .3s ease; }
.step.active { opacity: 1; }
.step-num { font-size: 13px; color: var(--sub); font-variant-numeric: tabular-nums; }
.step.active .step-num { color: var(--mint); }
.step h2 { font-weight: 700; font-size: clamp(28px, 3.5vw, 46px); line-height: 1.13; letter-spacing: -.035em; margin: 18px 0 22px; }
.step p { color: var(--sub); font-size: 17px; line-height: 1.65; }

.features { padding: 96px var(--pad) 112px; max-width: 1440px; margin: 0 auto; }
.kicker { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--sub); margin-bottom: 24px; }
.features-title { font-weight: 700; font-size: clamp(34px, 4.6vw, 64px); line-height: 1.1; letter-spacing: -.04em; margin-bottom: 56px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card { background: var(--card); border: 1px solid #23262d; border-radius: 20px; padding: 32px 28px; }
.card-glyph { font-size: 25px; color: #bbc2ce; display: inline-block; margin-bottom: 24px; }
.card h3 { font-weight: 700; font-size: 20px; letter-spacing: -.02em; margin-bottom: 12px; }
.card p { color: var(--sub); font-size: 15px; line-height: 1.65; }
.band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); max-width: 1440px; margin: auto; }
.band-item { padding: 48px var(--pad); border-right: 1px solid var(--line); }
.band-item:last-child { border-right: 0; }
.band-item b { display: block; font-weight: 500; font-size: clamp(44px, 5vw, 72px); color: var(--text); line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.band-item span { display: block; margin-top: 16px; color: var(--sub); font-size: 15px; max-width: 240px; }

.ride-story { max-width: 1440px; margin: auto; padding: 120px var(--pad); display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.ride-image { position: relative; margin: 0; overflow: hidden; border-radius: 20px; background: var(--card); }
.ride-image img { width: 100%; height: auto; display: block; }
.ride-image figcaption { padding: 16px 20px; color: var(--sub); font-size: 13px; }
.ride-story-copy h2 { font-size: clamp(30px, 3.4vw, 46px); font-weight: 700; line-height: 1.14; letter-spacing: -.035em; margin-bottom: 24px; }
.ride-story-copy > p:not(.kicker) { color: var(--sub); font-size: 17px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 28px; padding-block: 12px; font-size: 15px; color: var(--text); border-bottom: 1px solid #566171; }
.text-link:hover { border-color: var(--text); }
.cta { text-align: center; padding: 100px var(--pad) 120px; background: var(--card); border-block: 1px solid var(--line); }
.cta-title { font-weight: 700; font-size: clamp(38px, 5.4vw, 76px); line-height: 1.1; letter-spacing: -.04em; }
.cta-sub { color: var(--text); margin: 24px 0 16px; font-size: 24px; font-weight: 500; }
.release-copy { max-width: 570px; margin: auto; color: var(--sub); font-size: 17px; line-height: 1.65; }
.cta-fine { margin-top: 24px; color: var(--sub); font-size: 13px; }
.footer { padding: 48px var(--pad); display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.footer-tag { font-weight: 500; font-size: 15px; color: var(--text); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: var(--sub); font-size: 14px; padding-block: 12px; }
.footer-meta { width: 100%; display: flex; flex-wrap: wrap; gap: 8px 24px; color: var(--sub); font-size: 12px; padding-top: 16px; border-top: 1px solid var(--line); }

@media (max-width: 1000px) {
  .nav { gap: 20px; }
  .nav-links { gap: 18px; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ride-story { gap: 36px; }
}
@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-title { font-size: clamp(44px, 9vw, 76px); }
  .cockpit { padding-block: 72px; }
  .section-heading { display: block; margin-bottom: 48px; }
  .section-heading .kicker { margin-bottom: 12px; }
  .cockpit-grid { grid-template-columns: 1fr; gap: 48px; }
  .cockpit-sticky { position: relative; top: 0; }
  .phone { width: min(300px, 78vw); }
  .cockpit-steps { padding: 0; gap: 64px; }
  .step { opacity: 1; max-width: 560px; margin-inline: auto; width: 100%; }
  .ride-story { grid-template-columns: 1fr; padding-block: 80px; }
}
@media (max-width: 540px) {
  .nav { min-height: 72px; gap: 14px; }
  .nav-brand { font-size: 15px; }
  .nav-cta { font-size: 12px; padding: 10px 14px; }
  .hero { padding-block: 120px 88px; }
  .hero-eyebrow { font-size: 11px; letter-spacing: .08em; }
  .hero-title { font-size: clamp(40px, 10.6vw, 58px); }
  .hero-sub { font-size: 16px; }
  .hero-actions { gap: 12px; }
  .hero-actions .btn { width: 100%; }
  .hero-release { font-size: 12px; }
  .cards { grid-template-columns: 1fr; }
  .features { padding-block: 72px; }
  .features-title { margin-bottom: 36px; }
  .card { padding: 28px; }
  .band { grid-template-columns: 1fr; }
  .band-item { display: flex; gap: 28px; align-items: center; padding: 28px var(--pad); border-right: 0; border-bottom: 1px solid var(--line); }
  .band-item:last-child { border-bottom: 0; }
  .band-item b { min-width: 42px; font-size: 44px; }
  .band-item span { margin: 0; }
  .cta { padding-block: 72px; }
  .footer { padding-block: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .step { opacity: 1; }
}

/* Field notes — a warm, spacious product presentation. */
:focus-visible { outline-color: #94704d; }
.nav { background: #dbe7dc; min-height: 88px; }
.nav-brand { letter-spacing: .13em; }
.nav-links a { color: #3f5849; }
.nav-links a:hover, .footer-links a:hover { color: #203a30; }
.nav-cta { background: #253c35; border-color: #253c35; color: #faf6ec; padding: 12px 22px; }
.nav-cta:hover { background: #3d5a48; }
.hero { margin: 104px 24px 24px; min-height: min(820px, calc(100svh - 128px)); border-radius: 32px; padding-block: 104px 110px; background: #24372e; place-items: center start; }
.hero-veil { background: linear-gradient(90deg, rgba(16,33,23,.80), rgba(16,33,23,.38) 62%, rgba(16,33,23,.08)); }
.hero-content { max-width: 1000px; text-align: left; padding-inline: clamp(28px, 5.6vw, 88px); }
.hero-eyebrow { color: #e4ecdc; font-size: 12px; letter-spacing: .14em; margin-bottom: 28px; }
.hero-title { font-weight: 400; font-size: clamp(50px, 7.6vw, 116px); line-height: 1.02; letter-spacing: -.045em; color: #faf6ec; }
.hero-title .accent { color: #d1e2c8; }
.hero-sub { margin: 28px 0 0; max-width: 430px; color: #e5e9db; font-size: 18px; line-height: 1.6; }
.hero-actions, .hero-release { justify-content: flex-start; }
.hero-release { color: #e0e9d9; }
.btn { font-size: 15px; min-height: 52px; font-weight: 600; }
.btn-primary { color: #faf6ec; }
.btn-primary:hover { background: #42634e; }
.hero .btn-primary { background: #e7bc94; color: #23372a; }
.hero .btn-primary:hover { background: #f4cfab; }
.hero .btn-ghost { color: #faf6ec; border-color: #b9c8b49e; }
.hero .btn-ghost:hover { background: #284132; }
.hero-scrollcue { left: clamp(28px, 5.6vw, 88px); transform: none; bottom: 30px; }
.hero-scrollcue-text { color: #e4ecdc; }
.hero-scrollcue-line { background: #c0d0b7; }
.cockpit { background: #2d443b; --text: #faf6ec; --sub: #bcccbc; --line: #566e5b; --card: #263c32; --raised: #344c3e; border-radius: 36px 36px 0 0; }
.step h2 { font-weight: 400; font-size: clamp(34px, 3.8vw, 56px); letter-spacing: -.035em; }
.step.active .step-num { color: #e7bc94; }
.phone { border-color: #8d9d8b; background: #17281f; padding: 9px; }
.phone-screen { background: #293d32; }
.ph-banner { background: #f5f0e7; border-color: #d6dece; }
.ph-banner-arrow, .ph-banner-text b { color: #253c31; }
.ph-banner-text { color: #536557; }
.ph-speed, .ph-roadpill { background: #23382c; color: #faf6ec; }
.ph-chip, .ph-voice { background: #23382c; }
.ph-ping, .ph-chip.chip-c { background: #efb2a3; color: #442720; }
.walkthrough-controls button[aria-pressed='true'] { color: #faf6ec; border-color: #8d9d8b; }
.features { padding-block: 112px; }
.features-title, .ride-story-copy h2, .cta-title { font-weight: 400; letter-spacing: -.035em; }
.cards { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.card { border: 0; border-radius: 28px; padding: 36px; }
.card-glyph { color: #52735b; }
.card h3 { font-size: 23px; font-weight: 500; }
.band { border-color: #a9bdac; }
.band-item b { color: #294734; font-weight: 400; }
.ride-image { border-radius: 32px; }
.ride-story { gap: 72px; }
.text-link { color: #294734; border-color: #6c8571; }
.cta { background: #cbdcc9; border: 0; border-radius: 36px 36px 0 0; }
.footer { background: #f5f2e9; }
.account-card input { color: #253c31; background: #f9f8f1; border-color: #829582; }
.account-card summary, .account-card .account-message { color: #253c31; }
::selection { background: #365b47; color: #faf6ec; }
@media(max-width:880px) {
 .hero { min-height: 680px; margin: 88px 16px 16px; border-radius: 24px; }
 .hero-title { font-size: clamp(50px,8.5vw,80px); }
 .ride-story { gap: 36px; }
}
@media(max-width:540px) {
 .nav { min-height: 76px; padding-inline: 24px; }
 .hero { margin: 80px 12px 12px; min-height: 720px; padding-block: 64px 100px; }
 .hero-title { font-size: clamp(46px,11.8vw,64px); }
 .hero-content { padding-inline: 24px; }
 .hero-sub { font-size: 16px; max-width: 300px; }
 .hero-actions { gap: 10px; }
 .hero-actions .btn { width: auto; padding-inline: 20px; }
 .hero-actions .btn-ghost { border-color: transparent; padding-inline: 0; }
 .hero-veil { background: linear-gradient(90deg,rgba(16,33,23,.85),rgba(16,33,23,.45)); }
 .hero-scrollcue { left: 24px; bottom: 30px; }
 .cards { grid-template-columns: 1fr; }
 .card { padding: 28px; border-radius: 24px; }
 .features { padding-block: 72px; }
}

/* Scroll-led superbike hero and a quieter editorial product route. */
.nav-brand {
  display: inline-block;
  flex: 0 0 auto;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .105em;
  color: #2e5341;
  background: linear-gradient(90deg, #234c3a 0 39%, #b15b45 39% 55%, #376b8b 55% 72%, #234c3a 72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-scene {
  position: absolute;
  inset: -5%;
  overflow: hidden;
  will-change: transform;
}
.hero-scene picture,
.hero-scene img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-scene img {
  object-fit: cover;
  object-position: 55% center;
  will-change: transform;
}
.hero-veil {
  background:
    linear-gradient(90deg, rgba(13, 29, 20, .90) 0%, rgba(13, 29, 20, .69) 37%, rgba(13, 29, 20, .20) 68%, rgba(13, 29, 20, .06) 100%),
    linear-gradient(0deg, rgba(12, 24, 18, .48), transparent 54%);
}
.hero-content { will-change: transform, opacity; }
.hero-release { gap: 0; }
.hero-release span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid rgba(224, 233, 217, .52);
}
.hero-release span:first-child { border-radius: 999px 0 0 999px; }
.hero-release span:last-child { border-left: 0; border-radius: 0 999px 999px 0; }
.hero-scrollcue { gap: 9px; }
.hero-scrollcue-arrow { color: #e4ecdc; font-size: 14px; }

.journey-intro {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) var(--pad);
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(0, 1.5fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}
.journey-heading .kicker { margin-bottom: 12px; }
.journey-heading h2 {
  max-width: 420px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.04em;
}
.journey-list { list-style: none; border-top: 1px solid #9fb3a1; }
.journey-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: baseline;
  gap: 16px;
  min-height: 72px;
  padding: 20px 0;
  border-bottom: 1px solid #9fb3a1;
}
.journey-list span { color: #6a806f; font-size: 12px; letter-spacing: .08em; }
.journey-list strong { font-size: clamp(18px, 2vw, 24px); font-weight: 500; letter-spacing: -.02em; }

.cockpit { color: var(--text); }
.cockpit .section-heading > p:last-child,
.cockpit .step p,
.cockpit .illustration-note { color: #d7e2d6; }
.cockpit .step { opacity: .68; }
.cockpit .step.active { opacity: 1; }
.cockpit .step h2 { color: #fffdf6; }

.cta { scroll-margin-top: 88px; }
.status-panel {
  width: min(100%, 840px);
  margin: 0 auto 48px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  text-align: left;
  border: 1px solid #9aaf9d;
  border-radius: 18px;
  background: rgba(249, 248, 241, .56);
}
.status-mark {
  display: inline-flex;
  justify-content: center;
  min-width: 104px;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 7px;
  color: #6c7659;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.status-copy { display: grid; gap: 2px; }
.status-copy strong { font-size: 15px; font-weight: 600; }
.status-copy small { color: #4a6353; font-size: 12px; line-height: 1.45; }
.status-panel[data-state='operational'] .status-mark { color: #2f674b; }
.status-panel[data-state='issue'] .status-mark { color: #9c3e35; }
.status-panel[data-state='unverified'] .status-mark { color: #755f3d; }
.status-refresh {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #718a75;
  border-radius: 999px;
  background: transparent;
  color: #253c35;
  font-size: 12px;
  font-weight: 600;
}
.status-refresh:hover { background: rgba(255, 255, 255, .46); }
.status-refresh:disabled { cursor: wait; opacity: .52; }
.cta .hero-actions { justify-content: center; }
.footer { text-align: center; }
.footer-links a { color: #294734; font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }

@media (min-width: 1600px) {
  :root { --pad: clamp(88px, 7vw, 140px); }
  .nav, .hero, .journey-intro, .cockpit-grid, .section-heading, .features, .band, .ride-story, .footer { max-width: 1920px; margin-inline: auto; }
  .nav { left: 50%; right: auto; width: 100%; transform: translateX(-50%); }
  .hero { min-height: min(920px, calc(100svh - 128px)); }
}

@media (max-width: 880px) {
  .journey-intro { grid-template-columns: 1fr; gap: 36px; }
  .journey-heading h2 { max-width: 600px; }
  .cockpit .step { opacity: 1; }
  .footer { justify-content: center; }
  .footer-meta { justify-content: center; }
}

@media (max-width: 680px) {
  .hero-scene { inset: -3%; }
  .hero-scene img { object-position: center 44%; }
  .hero-veil {
    background:
      linear-gradient(0deg, rgba(11, 25, 18, .96) 0%, rgba(11, 25, 18, .78) 46%, rgba(11, 25, 18, .10) 82%),
      linear-gradient(90deg, rgba(11, 25, 18, .38), rgba(11, 25, 18, .08));
  }
  .hero-content { align-self: end; padding-bottom: 76px; }
  .hero-eyebrow { margin-bottom: 16px; }
  .hero-sub { margin-top: 18px; }
  .hero-actions { margin-top: 22px; }
  .hero-release { flex-wrap: wrap; }
  .journey-list li { min-height: 64px; }
  .status-panel { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .status-copy { justify-items: center; }
  .status-refresh { width: 100%; }
}

@media (max-width: 540px) {
  .nav-brand { font-size: 18px; letter-spacing: .08em; }
  .nav-links { display: none; }
  .hero { min-height: max(720px, calc(100svh - 92px)); }
  .hero-content { padding-inline: 20px; }
  .hero-title { font-size: clamp(42px, 11.5vw, 58px); }
  .hero-actions { align-items: flex-start; }
  .hero-actions .btn { width: 100%; padding-inline: 18px; }
  .hero-actions .btn-ghost { width: auto; }
  .hero-scrollcue { left: 20px; }
  .journey-intro { padding-block: 56px; }
  .journey-list li { grid-template-columns: 38px 1fr; gap: 10px; }
  .cta .hero-actions .btn { width: min(100%, 320px); }
  .footer { flex-direction: column; }
  .footer-links { flex-direction: column; gap: 4px; }
  .footer-meta { flex-direction: column; }
}

@media (max-width: 360px) {
  :root { --pad: 18px; }
  .nav { padding-inline: 18px; }
  .nav-cta { padding-inline: 12px; }
  .hero { margin-inline: 8px; }
  .hero-title { font-size: 39px; }
  .hero-release span { padding-inline: 8px; font-size: 11px; }
  .phone { width: min(280px, 88vw); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scene img, .hero-content { transform: none !important; opacity: 1 !important; }
}
