:root {
  --ink: #131918;
  --paper: #f5f0e6;
  --paper-2: #ece5d8;
  --signal: #f7c843;
  --coral: #ff6655;
  --blue: #5b8cff;
  --mint: #9ce6c2;
  --line: rgba(19, 25, 24, 0.16);
  --mono: "DM Mono", monospace;
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: var(--signal); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, height .3s; }
.site-header.scrolled { height: 68px; background: rgba(245,240,230,.9); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.06em; font-size: 21px; }
.brand > span:last-child > span { color: #9a5f17; }
.brand-mark { width: 33px; height: 33px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: var(--ink); position: relative; overflow: hidden; }
.brand-mark i { position: absolute; width: 19px; height: 4px; background: var(--signal); border-radius: 5px; transform: rotate(55deg); }
.brand-mark i:last-child { transform: rotate(-55deg); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 99px; transition: color .2s, background .2s; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 11px 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.hero { min-height: 820px; height: max(820px, 100svh); position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 30px; padding: 125px clamp(24px, 7vw, 110px) 70px; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to right, #000, transparent 60%); }
.route-thread { position: absolute; width: 54%; right: -4%; bottom: 3%; overflow: visible; }
.route-thread path { fill: none; stroke: var(--signal); stroke-width: 18; stroke-linecap: round; }
.route-thread circle { fill: var(--paper); stroke: var(--ink); stroke-width: 4; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow, .feature-tag, .section-kicker { font-family: var(--mono); font-size: 11px; letter-spacing: .13em; font-weight: 500; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: rgba(245,240,230,.7); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #24aa6b; box-shadow: 0 0 0 5px rgba(36,170,107,.13); animation: dotPulse 2s infinite; }
@keyframes dotPulse { 50% { box-shadow: 0 0 0 9px rgba(36,170,107,0); } }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.07em; line-height: .94; }
h1 { font-size: clamp(66px, 7.8vw, 126px); margin: 28px 0 28px; }
h1 em, h2 em { color: #a06418; font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; left: 2%; right: -4%; bottom: -.09em; height: .13em; background: var(--signal); border-radius: 50%; transform: rotate(-2deg); z-index: -1; }
.hero-lede { font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; max-width: 570px; color: #46504d; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; gap: 20px; padding: 17px 22px; font-size: 13px; font-weight: 700; border-radius: 3px; }
.button-dark { color: var(--paper); background: var(--ink); box-shadow: 7px 7px 0 var(--signal); transition: transform .2s, box-shadow .2s; }
.button-dark:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--signal); }
.text-link { font-size: 13px; font-weight: 700; display: inline-flex; gap: 10px; align-items: center; }
.play { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--ink); border-radius: 50%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 55px; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; color: #6b7471; }
.trust-row span::before { content: "•"; color: var(--coral); margin-right: 7px; }

.hero-visual { position: relative; z-index: 3; min-height: 620px; display: grid; place-items: center; }
.real-hero-phone { position: relative; z-index: 4; width: min(370px, 72%); margin: 0; transform: rotate(3deg); }
.real-hero-phone img { display: block; width: 100%; height: auto; filter: saturate(1.08) contrast(1.04) drop-shadow(25px 35px 28px rgba(22,31,29,.25)); }
.real-hero-phone::before { content: ""; position: absolute; z-index: -1; inset: 6% -5% -1% 7%; border-radius: 24% 24% 22% 20%; background: var(--signal); transform: rotate(-4deg); }
.real-hero-phone figcaption { position: absolute; right: -62px; bottom: 68px; width: 174px; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid rgba(19,25,24,.1); border-radius: 8px; box-shadow: 0 12px 25px rgba(19,25,24,.14); font-size: 9px; line-height: 1.5; transform: rotate(-3deg); }
.real-hero-phone figcaption span { display: block; margin-bottom: 4px; color: #15824e; font: 7px var(--mono); letter-spacing: .08em; }
.phone-shell { position: relative; z-index: 4; width: 312px; height: 625px; border: 8px solid var(--ink); border-radius: 46px; background: var(--ink); box-shadow: 26px 34px 50px rgba(28,33,31,.24), -12px 12px 0 var(--signal); transform: rotate(3deg); }
.phone-speaker { position: absolute; z-index: 4; top: 10px; left: 50%; width: 82px; height: 22px; transform: translateX(-50%); border-radius: 20px; background: var(--ink); }
.phone-screen { height: 100%; border-radius: 36px; overflow: hidden; background: #fbfaf6; padding-top: 13px; }
.app-topbar { height: 25px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 800; }
.app-heading { display: flex; align-items: center; justify-content: space-between; padding: 9px 20px 12px; }
.app-heading small, .app-heading strong { display: block; }
.app-heading small { font: 8px var(--mono); letter-spacing: .12em; color: #7d8583; margin-bottom: 5px; }
.app-heading strong { font-size: 22px; letter-spacing: -.05em; }
.app-heading button { width: 31px; height: 31px; border: 0; border-radius: 50%; background: var(--signal); font-size: 9px; font-weight: 800; }
.search-pill { height: 40px; display: flex; align-items: center; gap: 9px; margin: 0 16px 10px; padding: 0 13px; border: 1px solid #d8d8d1; border-radius: 9px; color: #8b918e; font-size: 10px; background: white; }
.search-pill span { font-size: 18px; color: var(--ink); }
.mini-map { position: relative; height: 180px; background: #e5e8e3; overflow: hidden; }
.mini-map svg, .card-map svg { width: 100%; height: 100%; }
.streets path { fill: none; stroke: #fff; stroke-width: 7; opacity: .78; }
.streets path:nth-child(2) { stroke-width: 3; }
.map-route { fill: none; stroke: var(--coral); stroke-width: 8; stroke-linecap: round; }
.map-stops circle, .big-stops circle { fill: #fff; stroke: var(--ink); stroke-width: 3; }
.location-pin { position: absolute; left: 49%; top: 48%; width: 21px; height: 21px; border-radius: 50% 50% 50% 3px; transform: rotate(-45deg); background: var(--blue); border: 3px solid white; box-shadow: 0 3px 9px rgba(0,0,0,.25); }
.location-pin i { position: absolute; inset: 5px; border-radius: 50%; background: white; }
.map-label { position: absolute; padding: 3px 6px; font: 7px var(--mono); background: rgba(255,255,255,.9); border-radius: 3px; }
.label-a { left: 7%; bottom: 15%; } .label-b { right: 8%; top: 17%; }
.nearby-head { display: flex; justify-content: space-between; padding: 14px 17px 6px; font-size: 11px; }
.nearby-head span { font-size: 8px; color: #7c8380; }
.arrival-card { display: grid; grid-template-columns: 35px 1fr auto; gap: 9px; align-items: center; margin: 6px 13px; padding: 10px; border-radius: 9px; background: white; box-shadow: 0 4px 14px rgba(28,33,31,.08); }
.line-badge { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 6px; font-size: 10px; font-weight: 800; }
.line-badge.yellow { background: var(--signal); } .line-badge.blue { color: white; background: var(--blue); }
.arrival-card strong, .arrival-card small { display: block; }
.arrival-card strong { font-size: 9px; margin-bottom: 4px; } .arrival-card small { font-size: 7px; color: #7b8380; }
.arrival-card time { font: 7px var(--mono); } .arrival-card time b { font-size: 18px; }
.app-tabs { position: absolute; left: 8px; right: 8px; bottom: 7px; height: 45px; display: flex; justify-content: space-around; align-items: center; border-radius: 15px 15px 29px 29px; background: var(--ink); color: #c3c7c5; }
.app-tabs span { text-align: center; font-size: 13px; } .app-tabs small { display: block; font-size: 6px; margin-top: 2px; }.app-tabs .active { color: var(--signal); }
.orbit { position: absolute; border: 1px dashed rgba(19,25,24,.28); border-radius: 50%; }
.orbit-one { width: 505px; height: 505px; animation: spin 35s linear infinite; }
.orbit-two { width: 650px; height: 650px; animation: spin 55s linear infinite reverse; }
.orbit span { position: absolute; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--ink); color: white; font: 12px var(--mono); }
.orbit-one span { right: 26px; top: 75px; background: var(--coral); }.orbit-two span { left: 30px; bottom: 110px; color: var(--ink); background: var(--signal); }
@keyframes spin { to { transform: rotate(360deg); } }
.floating-card { position: absolute; z-index: 6; display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: white; border: 1px solid rgba(19,25,24,.08); box-shadow: 0 12px 30px rgba(24,31,29,.16); border-radius: 10px; animation: float 4s ease-in-out infinite; }
.floating-card small, .floating-card strong { display: block; }.floating-card small { font: 7px var(--mono); color: #7e8582; margin-bottom: 5px; }.floating-card strong { font-size: 10px; }
.float-alert { right: 1%; top: 17%; transform: rotate(4deg); }.float-live { left: -3%; bottom: 21%; animation-delay: -2s; }
.alert-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #ffe3dc; color: #c33a29; font-weight: 800; }
.pulse-ring { width: 28px; height: 28px; border-radius: 50%; background: var(--mint); border: 7px solid #dff6ea; }
@keyframes float { 50% { translate: 0 -10px; } }
.scroll-note { position: absolute; left: clamp(24px, 5vw, 76px); bottom: 24px; display: flex; align-items: center; gap: 12px; font: 9px var(--mono); letter-spacing: .14em; transform: rotate(-90deg); transform-origin: left center; }
.scroll-note span { width: 35px; height: 1px; background: var(--ink); }

.city-strip { overflow: hidden; background: var(--ink); color: var(--paper); padding: 18px 0; transform: rotate(-1deg) scale(1.02); }
.city-track { display: flex; width: max-content; animation: marquee 27s linear infinite; font-family: var(--display); font-size: 16px; }
.city-track span { display: flex; gap: 35px; margin-right: 35px; }.city-track i { color: var(--signal); font-style: normal; }
@keyframes marquee { to { transform: translateX(-33.333%); } }

.section { padding: 135px clamp(24px, 7vw, 110px); }
.section-kicker { margin-bottom: 50px; color: #7b7f7a; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
h2 { font-size: clamp(52px, 6.4vw, 98px); margin-bottom: 0; }
.intro-copy { padding-bottom: 5px; }
.intro-copy > p, .coverage-head > p { font-size: 17px; line-height: 1.7; color: #4f5855; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); }
.metric-row strong, .metric-row span { display: block; }.metric-row strong { font-family: var(--display); font-size: 28px; letter-spacing: -.06em; }.metric-row span { margin-top: 7px; font: 9px var(--mono); text-transform: uppercase; color: #757c79; }

.features { padding-top: 30px; }
.feature { min-height: 610px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; align-items: center; border-radius: 3px; padding: clamp(35px, 6vw, 88px); overflow: hidden; }
.feature-live { color: var(--paper); background: var(--ink); }
.feature-copy { position: relative; z-index: 2; }
.feature-number { position: absolute; left: -25px; top: -8px; font: 10px var(--mono); color: #8d9491; transform: translateX(-100%); }
.feature-tag { display: inline-block; margin-bottom: 25px; color: #987124; }
.feature-live .feature-tag { color: var(--signal); }
.feature h3, .feature-card h3 { font-family: var(--display); font-size: clamp(35px, 4vw, 59px); line-height: 1.03; letter-spacing: -.06em; margin: 0 0 24px; }
.feature-copy > p, .card-copy > p { max-width: 470px; line-height: 1.7; color: #aeb5b2; }
.tick-list { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; padding: 0; margin: 35px 0 0; font: 9px var(--mono); letter-spacing: .06em; }
.tick-list li::before { content: "✓"; color: var(--signal); margin-right: 7px; }
.departure-board { width: 100%; max-width: 630px; justify-self: end; border: 1px solid #3d4643; background: #1b2221; padding: 24px; box-shadow: 17px 17px 0 #252d2b; }
.product-shot { position: relative; width: min(400px, 100%); height: 660px; margin: 0 auto; justify-self: center; overflow: hidden; }
.product-shot img { display: block; width: 100%; height: auto; filter: drop-shadow(18px 24px 24px rgba(0,0,0,.36)); }
.shot-label { position: absolute; z-index: 2; top: 45px; right: -1px; padding: 10px 13px; color: var(--ink); background: var(--signal); font: 8px var(--mono); letter-spacing: .08em; box-shadow: 5px 5px 0 rgba(0,0,0,.25); }
.board-top { display: flex; justify-content: space-between; font-family: var(--display); font-size: 18px; }.live-label { font: 9px var(--mono); color: var(--mint); }.live-label i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--mint); }
.board-sub { padding: 10px 0 20px; border-bottom: 1px solid #3b4542; font: 8px var(--mono); color: #87918d; }
.board-row { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; padding: 19px 0; border-bottom: 1px solid #333c39; }
.board-line { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); font-weight: 800; border-radius: 3px; }.line-t1 { background: var(--signal); }.line-t4 { background: #64b7e4; }.line-b1 { background: var(--coral); }
.board-row strong, .board-row small { display: block; }.board-row strong { font-size: 14px; }.board-row small { margin-top: 5px; font-size: 9px; color: #8f9995; }.board-row time { font: 10px var(--mono); }.board-row time b { font: 30px var(--display); }
.board-foot { display: flex; justify-content: space-between; padding-top: 18px; font: 8px var(--mono); color: #78827e; }
.feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 24px 0; }
.feature-card { min-height: 760px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); }
.feature-map { background: #dde5df; }.feature-plan { background: var(--signal); }
.product-shot-card { position: relative; height: 455px; overflow: hidden; display: grid; place-items: start center; }
.product-shot-card::after { content: ""; position: absolute; inset: auto 0 0; height: 90px; background: linear-gradient(transparent, var(--card-fade)); pointer-events: none; }
.product-shot-card img { display: block; width: min(340px, 72%); height: auto; margin-top: 30px; filter: drop-shadow(18px 22px 22px rgba(20,28,26,.22)); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.feature-card:hover .product-shot-card img { transform: translateY(-12px) rotate(-1deg); }
.shot-route { --card-fade: #dde5df; background: radial-gradient(circle at 25% 18%, rgba(255,255,255,.7), transparent 25%), #cfdad3; }
.shot-routes { --card-fade: var(--signal); background: linear-gradient(135deg, #ffdc6e, var(--signal)); }
.shot-index { position: absolute; z-index: 2; top: 25px; left: 28px; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: var(--paper); background: var(--ink); font: 10px var(--mono); }
.card-map { height: 55%; min-height: 390px; background: #cdd6d0; position: relative; overflow: hidden; }.card-map .streets path { stroke: #ebeeeb; stroke-width: 10; }.card-map .streets path:nth-child(2) { stroke-width: 4; }.route-coral { stroke: var(--coral); stroke-width: 12; }.route-blue { stroke: var(--blue); stroke-width: 10; }
.vehicle { position: absolute; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; font: 10px var(--mono); color: white; background: var(--ink); border: 4px solid white; box-shadow: 0 4px 12px rgba(0,0,0,.2); }.vehicle-a { left: 39%; top: 43%; }.vehicle-b { right: 21%; top: 19%; background: var(--blue); }
.you-pin { position: absolute; left: 18%; bottom: 15%; color: var(--coral); font-size: 30px; text-shadow: 0 2px 0 white; }.you-pin i { position: absolute; top: 3px; left: 32px; padding: 5px 8px; background: var(--ink); color: white; font: normal 8px var(--mono); text-shadow: none; }
.card-copy { padding: clamp(30px, 4vw, 55px); }.card-copy .feature-tag { color: #69726f; }.card-copy h3 { font-size: clamp(32px, 3.2vw, 50px); }.card-copy p { color: #545e5a; }
.plan-ui { margin: 55px 50px 0; padding: 30px; min-height: 390px; background: var(--paper); box-shadow: 16px 16px 0 var(--ink); transform: rotate(1deg); }
.plan-label { margin-bottom: 30px; font: 9px var(--mono); color: #777f7b; }
.journey-point { display: flex; align-items: center; gap: 17px; font-weight: 700; }.journey-point i { flex: 0 0 auto; width: 15px; height: 15px; border-radius: 50%; border: 4px solid var(--ink); }.journey-point .dot-end { background: var(--coral); border-color: var(--coral); }.journey-point span small { display: block; margin-bottom: 4px; font: 7px var(--mono); color: #858c89; }
.journey-line { width: 1px; height: 32px; margin-left: 7px; border-left: 2px dotted #8d9591; }
.journey-summary { position: relative; display: flex; align-items: center; justify-content: space-between; margin-top: 30px; padding: 22px; color: white; background: var(--ink); }.journey-summary > div:first-child strong, .journey-summary > div:first-child small { display: block; margin-left: 38px; }.journey-summary strong { font-size: 18px; }.journey-summary small { margin-top: 4px; color: #929a97; font-size: 8px; }.mode-icon { position: absolute; font-size: 25px; }.route-chips { display: flex; gap: 5px; align-items: center; }.route-chips i, .route-chips b { width: 27px; height: 27px; display: grid; place-items: center; font: 8px var(--mono); border: 1px solid #59605e; }.route-chips b { color: var(--ink); background: var(--signal); border: 0; }.arrow { font-size: 20px; }
.feature-alerts { color: var(--ink); background: #e5ddd0; grid-template-columns: 1.18fr .82fr; }
.feature-alerts .feature-copy > p { color: #535c59; }.feature-alerts .feature-tag { color: #9c4b3c; }
.alert-stack { position: relative; min-height: 350px; }.alert-card { display: flex; align-items: flex-start; gap: 16px; padding: 22px; background: white; box-shadow: 10px 14px 30px rgba(24,31,29,.12); border: 1px solid #d5d5cf; }.alert-card > span { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; font-weight: 800; }.alert-card small, .alert-card strong { display: block; }.alert-card small { font: 8px var(--mono); color: #858c89; margin: 3px 0 8px; }.alert-card strong { font-size: 15px; }.alert-card p { margin: 10px 0 0; max-width: 410px; color: #676e6b; font-size: 12px; line-height: 1.5; }
.alert-back { position: absolute; top: 0; left: 10%; right: 2%; transform: rotate(3deg); }.alert-back > span { color: #198655; background: #dff7e9; }.alert-front { position: absolute; top: 100px; left: 0; right: 9%; transform: rotate(-2deg); }.alert-front > span { color: #b73323; background: #ffe2dc; }.alert-front > b { margin-left: auto; font-size: 28px; }

.coverage { padding-bottom: 80px; }
.coverage-head { display: grid; grid-template-columns: 1fr .55fr; gap: 10vw; align-items: end; margin-bottom: 55px; }.coverage-head .section-kicker { margin-bottom: 35px; }.coverage-head > p { margin-bottom: 10px; }
.city-selector { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.city-selector button { padding: 11px 15px; border: 1px solid var(--line); border-radius: 99px; background: transparent; font-size: 11px; cursor: pointer; transition: .2s; }.city-selector button:hover, .city-selector button.active { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.coverage-map { position: relative; height: 540px; margin-top: 28px; overflow: hidden; background-color: #b9d8ea; background-image: radial-gradient(circle at 60% 70%, rgba(255,255,255,.48), transparent 20%), linear-gradient(115deg, transparent 45%, rgba(255,255,255,.2) 46% 48%, transparent 49%); }
.world-lines { position: absolute; inset: 0; opacity: .28; transform: rotate(-8deg) scale(1.2); }.world-lines span { position: absolute; left: -10%; width: 120%; height: 1px; background: var(--ink); }.world-lines span:nth-child(1){top:20%}.world-lines span:nth-child(2){top:40%}.world-lines span:nth-child(3){top:60%}.world-lines span:nth-child(4){top:80%}.world-lines span:nth-child(5){top:50%; transform:rotate(90deg)}
.map-coordinates { position: absolute; left: 25px; top: 24px; display: flex; gap: 25px; font: 9px var(--mono); }
.city-pin { position: absolute; left: 60%; top: 52%; display: flex; align-items: center; gap: 10px; transition: left .55s cubic-bezier(.2,.8,.2,1), top .55s cubic-bezier(.2,.8,.2,1); }.city-pin i { width: 21px; height: 21px; border-radius: 50%; background: var(--coral); border: 6px solid white; box-shadow: 0 0 0 1px var(--ink), 0 7px 20px rgba(0,0,0,.25); }.city-pin span { padding: 7px 10px; background: var(--ink); color: white; font: 9px var(--mono); }
.city-detail { position: absolute; left: 35px; bottom: 35px; width: 270px; padding: 25px; background: var(--paper); box-shadow: 11px 11px 0 var(--ink); }.city-detail small { font: 8px var(--mono); color: #707875; }.city-detail h3 { margin: 8px 0 12px; font: 27px var(--display); letter-spacing: -.06em; }.city-detail p { font-size: 12px; line-height: 1.6; color: #68706d; }.city-detail > div { padding-top: 14px; border-top: 1px solid var(--line); font-size: 10px; }.city-detail > div span { margin-right: 8px; color: #13824d; font: 8px var(--mono); }
.coverage-note { position: absolute; right: 35px; bottom: 30px; font: 15px var(--display); line-height: 1.4; }.coverage-note span { color: var(--coral); }

.product-finale { position: relative; padding: 120px clamp(24px, 7vw, 110px) 0; color: var(--paper); background: #071224; overflow: hidden; }
.product-finale::before { content: ""; position: absolute; width: 45vw; aspect-ratio: 1; right: -10vw; top: -18vw; border-radius: 50%; background: var(--signal); filter: blur(140px); opacity: .18; }
.finale-copy { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; }
.finale-copy .feature-tag { position: absolute; top: -34px; color: var(--signal); }
.finale-copy h2 { font-size: clamp(53px, 6.7vw, 103px); }
.finale-copy h2 em { color: var(--signal); }
.finale-copy p { max-width: 480px; margin-bottom: 12px; color: #aab8cb; font-size: 16px; line-height: 1.7; }
.montage-wrap { position: relative; width: min(1450px, 115%); margin: 45px 0 0 50%; transform: translateX(-50%); }
.montage-wrap img { display: block; width: 100%; height: auto; }
.montage-note { position: absolute; right: 4%; top: 8%; padding-left: 34px; color: #aab8cb; font: 9px/1.6 var(--mono); }
.montage-note::before { content: ""; position: absolute; left: 0; top: 7px; width: 23px; height: 1px; background: var(--signal); }

.site-footer { padding: 70px clamp(24px, 7vw, 110px) 30px; color: var(--paper); background: #090d0c; }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; min-height: 170px; }.brand-light > span:last-child > span { color: var(--signal); }.footer-top > p { color: #818986; line-height: 1.6; }.footer-links { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; font-size: 12px; }.footer-links a:hover { color: var(--signal); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #252b29; color: #666e6b; font: 8px var(--mono); letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }.reveal.visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .16s; }
@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: 1050px) {
  .hero { grid-template-columns: 1fr 430px; padding-left: 45px; padding-right: 45px; }.hero-visual { transform: scale(.9); }.feature { gap: 55px; }.feature-number { display: none; }
}
@media (max-width: 820px) {
  .site-header { height: 70px; padding: 0 22px; }.menu-toggle { display: block; }.site-nav { position: fixed; inset: 69px 0 auto; display: none; align-items: stretch; gap: 0; padding: 15px 22px 25px; background: var(--paper); border-bottom: 1px solid var(--line); }.site-nav.open { display: flex; flex-direction: column; }.site-nav a { padding: 15px 5px; }.nav-cta { margin-top: 8px; text-align: center; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; padding: 125px 24px 80px; }.hero-copy { text-align: center; }.hero-lede { margin-left: auto; margin-right: auto; }.eyebrow { font-size: 9px; }.hero-actions, .trust-row { justify-content: center; }.hero-visual { min-height: 660px; transform: scale(.92); margin: -15px 0 -30px; }.route-thread { width: 110%; }.scroll-note { display: none; }
  .section { padding: 95px 24px; }.intro-grid, .coverage-head { grid-template-columns: 1fr; gap: 45px; }.intro-copy { max-width: 620px; }.feature, .feature-alerts { grid-template-columns: 1fr; padding: 55px 35px; }.feature-live { gap: 60px; }.product-shot { justify-self: center; }.feature-pair { grid-template-columns: 1fr; }.feature-card { min-height: 700px; }.feature-alerts { padding-top: 85px; }.alert-stack { order: 2; width: 100%; }.coverage-map { height: 600px; }.finale-copy { grid-template-columns: 1fr; gap: 30px; }.montage-wrap { width: 125%; }.footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }.footer-top > p { display: none; }
}
@media (max-width: 520px) {
  h1 { font-size: clamp(53px, 17vw, 76px); }.hero-lede { font-size: 16px; }.hero-actions { flex-direction: column; gap: 22px; }.trust-row { display: none; }.hero-visual { min-height: 560px; transform: scale(.78); margin: -35px -70px -65px; }.float-alert { right: 0; }.float-live { left: 0; }
  .section-kicker { margin-bottom: 30px; }.section { padding-top: 78px; padding-bottom: 78px; }.metric-row { gap: 7px; }.metric-row strong { font-size: 22px; }.metric-row span { font-size: 7px; }
  .feature { padding: 55px 22px; }.product-shot { height: 585px; }.feature-pair { margin-left: -24px; margin-right: -24px; gap: 12px; }.feature-card { min-height: 650px; }.product-shot-card { height: 410px; }.product-shot-card img { width: 76%; }.feature-alerts { margin-left: -24px; margin-right: -24px; }.alert-front { right: 0; }.alert-back { left: 5%; right: 0; }
  .city-selector { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 14px; scrollbar-width: none; }.city-selector button { white-space: nowrap; }.coverage { padding-left: 0; padding-right: 0; }.coverage-head, .coverage > .city-selector { margin-left: 24px; margin-right: 24px; }.coverage-map { height: 610px; }.city-detail { left: 20px; bottom: 25px; width: 245px; }.coverage-note { right: 20px; bottom: 200px; font-size: 11px; }.product-finale { padding: 100px 24px 0; }.montage-wrap { width: 240%; margin-top: 35px; }.montage-note { display: none; }.footer-top { grid-template-columns: 1fr; }.footer-links { align-items: flex-start; }.footer-bottom { gap: 20px; }
}
