@font-face {
  font-family: "Oswald";
  src: url("assets/oswald-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/inter-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/inter-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --canvas: #0d1214;
  --canvas-raised: #141a1d;
  --bone: #f4f0e5;
  --bone-muted: #b9b4a8;
  --line: rgba(244, 240, 229, 0.68);
  --line-muted: rgba(244, 240, 229, 0.16);
  --red: #f04432;
  --red-dark: #c92e21;
  --amber: #ffb000;
  --green: #53d391;
  --display: "Oswald", "Arial Narrow", sans-serif;
  --body: "Inter", sans-serif;
  --page: min(1440px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); scrollbar-color: rgba(244, 240, 229, .42) var(--canvas); scrollbar-width: thin; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; color: var(--bone); background: var(--canvas); font-family: var(--body); overflow-x: clip; }
body::selection { background: var(--amber); color: var(--canvas); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--canvas); }
::-webkit-scrollbar-thumb { background: rgba(244, 240, 229, .36); border: 3px solid var(--canvas); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: rgba(244, 240, 229, .56); }
a { color: inherit; text-underline-offset: 0.24em; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }

.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--bone); color: var(--canvas); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.site-header { width: var(--page); min-height: 82px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line-muted); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; font-family: var(--display); font-size: 1.25rem; letter-spacing: .02em; }
.brand img { border-radius: 9px; }
.nav-links { display: flex; gap: 34px; font-size: .78rem; }
.nav-links a, .site-footer a { color: var(--bone-muted); text-decoration: none; transition: color 180ms ease-out; }
.nav-links a:hover, .site-footer a:hover { color: var(--bone); }
.header-cta { justify-self: end; text-decoration: none; font-size: .78rem; font-weight: 700; display: flex; gap: 12px; align-items: center; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.header-actions .header-cta { justify-self: auto; }
.locale-switch { display: inline-flex; align-items: center; gap: 2px; padding: 2px; border: 1px solid var(--line-muted); background: #0a0f11; }
.locale-switch a { min-width: 32px; min-height: 28px; display: grid; place-items: center; color: var(--bone-muted); font-size: .62rem; font-weight: 700; letter-spacing: .06em; line-height: 1; text-decoration: none; transition: color 180ms ease-out, background 180ms ease-out; }
.locale-switch a:hover { color: var(--bone); background: var(--canvas-raised); }
.locale-switch a[aria-current="page"] { color: var(--canvas); background: var(--bone); }
.arrow-icon { width: 14px; height: 14px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }

.hero { width: var(--page); min-height: calc(100svh - 82px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr); align-items: stretch; border-bottom: 1px solid var(--line-muted); }
.hero-copy { padding: clamp(74px, 8vw, 132px) clamp(32px, 5vw, 88px) 62px 0; display: flex; flex-direction: column; }
h1, h2 { font-family: var(--display); margin: 0; font-weight: 700; text-wrap: balance; }
h1 { max-width: 740px; font-size: clamp(4.5rem, 7.35vw, 8.2rem); line-height: .88; letter-spacing: -.035em; }
h1 span { color: var(--red); }
.hero-intro { max-width: 590px; margin: 38px 0 0; color: var(--bone-muted); font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; min-height: 68px; padding: 0 22px; align-items: center; justify-content: center; text-decoration: none; }
.button-primary { background: var(--amber); color: var(--canvas); min-width: 224px; flex-direction: column; align-items: flex-start; transition: background 180ms ease-out, transform 180ms ease-out; }
.button-primary:hover { background: #ffc33b; transform: translateY(-2px); }
.button-primary span { font-weight: 700; font-size: .93rem; }
.button-primary small { margin-top: 3px; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.text-link { font-size: .8rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--line); padding: 14px 0 8px; display: inline-flex; align-items: center; gap: 8px; }
.hero-facts { margin: auto 0 0; padding: 38px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-facts div { border-top: 1px solid var(--line-muted); padding-top: 13px; }
.hero-facts dt { font-family: var(--display); font-size: 2.1rem; line-height: 1; }
.hero-facts dd { margin: 6px 0 0; color: var(--bone-muted); font-size: .68rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .07em; }

@media (min-width: 821px) {
  .locale-fr .hero-copy { padding-top: clamp(54px, 5vw, 78px); padding-bottom: 40px; }
  .locale-fr .hero h1 { font-size: clamp(4rem, 5.2vw, 5.8rem); line-height: .86; }
  .locale-fr .hero-intro { margin-top: 24px; font-size: 1rem; line-height: 1.55; }
  .locale-fr .hero-actions { margin-top: 24px; }
  .locale-fr .hero-facts { padding-top: 24px; }
}

.approach-rig { min-height: 760px; border-left: 1px solid var(--line-muted); display: grid; grid-template-rows: 48px 1fr 44px; position: relative; overflow: hidden; background: #0a0f11; }
.rig-chrome, .rig-footer { display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: rgba(244,240,229,.46); font-family: var(--body); font-size: .58rem; line-height: 1; letter-spacing: .09em; border-bottom: 1px solid var(--line-muted); }
.rig-footer { border-bottom: 0; border-top: 1px solid var(--line-muted); }
.route-field { position: relative; min-height: 650px; overflow: hidden; isolation: isolate; }
.route-field::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 53% 28%, rgba(240,68,50,.08), transparent 28%), linear-gradient(115deg, transparent 0 49%, rgba(255,255,255,.015) 49% 51%, transparent 51%); z-index: -1; }
.route-map { position: absolute; inset: 0; width: 100%; height: 100%; color: rgba(244,240,229,.07); }
.map-grid { opacity: .7; }
.road-secondary, .road-main { fill: none; stroke: rgba(244,240,229,.15); stroke-width: 22; }
.road-main { stroke-width: 28; }
.route-active { fill: none; stroke: rgba(244,240,229,.55); stroke-width: 2; stroke-dasharray: 8 13; }
.projection { fill: none; stroke: var(--amber); stroke-width: 2; stroke-dasharray: 5 9; animation: route-dash 1.4s linear infinite; }
.camera-range { fill: rgba(240,68,50,.07); stroke: rgba(240,68,50,.26); stroke-width: 1; animation: range-pulse 2.6s ease-out infinite; transform-origin: center; }
.camera-core { fill: var(--red); }
.camera-arc { fill: none; stroke: var(--red); stroke-width: 7; stroke-linecap: round; }
.camera-arc-outer { opacity: .42; }
.vehicle-marker path { fill: var(--bone); }
.vehicle-marker circle { fill: none; stroke: rgba(244,240,229,.32); stroke-width: 1; }
.distance-readout { position: absolute; left: 24px; top: 28px; width: 230px; display: grid; grid-template-columns: auto 1fr; align-items: end; }
.distance-value { font-family: var(--display); font-size: clamp(5.8rem, 8vw, 8.4rem); line-height: .8; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.distance-unit { font-family: var(--display); font-size: 2.2rem; padding-left: 8px; line-height: 1; }
.distance-rule { grid-column: 1 / -1; height: 4px; background: var(--red); margin: 13px 0 14px; }
.distance-readout strong { grid-column: 1 / -1; font-family: var(--display); font-size: 1.55rem; line-height: 1.08; }
.distance-readout small { grid-column: 1 / -1; margin-top: 10px; color: var(--red); font-size: .58rem; font-weight: 700; letter-spacing: .07em; }
.status-chip { position: absolute; top: 30px; right: 20px; display: flex; gap: 8px; align-items: center; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: .58rem; text-transform: uppercase; letter-spacing: .04em; }
.status-chip span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 2px 10px rgba(83,211,145,.38); }
.phone-readout { position: absolute; right: 22px; bottom: 24px; width: 218px; min-height: 394px; padding: 16px 14px 13px; background: var(--canvas); border: 1px solid rgba(244,240,229,.44); border-radius: 24px; box-shadow: 0 22px 54px rgba(0,0,0,.34); transform: rotate(1.4deg); }
.phone-readout::before { content: ""; position: absolute; left: 50%; top: 7px; width: 54px; height: 4px; border-radius: 4px; background: rgba(244,240,229,.14); transform: translateX(-50%); }
.phone-top { display: flex; justify-content: space-between; align-items: baseline; padding-top: 10px; }
.phone-top span { font-family: var(--display); font-size: 1.2rem; }
.phone-top small { color: var(--bone-muted); font-size: .52rem; }
.phone-status { margin-top: 13px; padding: 8px; border: 1px solid var(--line-muted); border-radius: 7px; font-family: var(--display); font-size: .7rem; }
.phone-status i { display: inline-block; width: 6px; height: 6px; background: var(--red); border-radius: 50%; margin-right: 4px; }
.phone-distance { display: flex; align-items: end; margin-top: 27px; }
.phone-distance strong { font-family: var(--display); font-size: 4.8rem; line-height: .75; font-variant-numeric: tabular-nums; }
.phone-distance span { font-family: var(--display); font-size: 1.4rem; margin-left: 4px; }
.phone-location { margin-top: 13px; padding-top: 9px; border-top: 3px solid var(--red); font-family: var(--display); font-size: 1.12rem; line-height: 1.04; }
.phone-metrics { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; border-top: 1px solid var(--line-muted); border-bottom: 1px solid var(--line-muted); padding: 12px 0; }
.phone-metrics span { font-family: var(--display); font-size: 1.8rem; }
.phone-metrics span + span { border-left: 1px solid var(--line-muted); padding-left: 12px; }
.phone-metrics small { display: block; color: var(--bone-muted); font-family: var(--body); font-size: .42rem; text-transform: uppercase; }
.phone-action { margin-top: 18px; background: var(--red); color: var(--canvas); padding: 12px; text-align: center; font-family: var(--display); font-size: 1rem; }

.section-heading { display: grid; grid-template-columns: 1.05fr .65fr; gap: 9vw; align-items: end; }
.section-heading h2, .companion h2, .privacy h2, .coverage h2, .languages h2, .launch h2 { font-size: clamp(3.6rem, 7vw, 7.6rem); line-height: .9; letter-spacing: -.032em; }
.section-heading p, .privacy-copy > p, .coverage-copy > p, .launch p { color: var(--bone-muted); font-size: 1.02rem; line-height: 1.7; max-width: 590px; }
.mechanism { width: var(--page); margin: 0 auto; padding: 150px 0 170px; }
.vector-console { margin-top: 94px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.console-visual { min-height: 560px; position: relative; border-right: 1px solid var(--line-muted); overflow: hidden; }
.console-track { position: absolute; inset: 0; }
.track-road { position: absolute; left: 50%; top: 0; bottom: 0; width: 130px; border-left: 1px dashed rgba(244,240,229,.24); border-right: 1px dashed rgba(244,240,229,.24); transform: translateX(-50%); }
.track-road::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; border-left: 1px dashed rgba(244,240,229,.3); }
.track-camera { position: absolute; left: 50%; top: 74px; width: 110px; height: 110px; border: 1px solid rgba(240,68,50,.46); border-radius: 50%; transform: translateX(-50%); display: grid; place-items: center; }
.track-camera::before, .track-camera::after { content: ""; position: absolute; border: 1px solid rgba(240,68,50,.18); border-radius: 50%; inset: -36px; }
.track-camera::after { inset: -76px; }
.track-camera i { width: 20px; height: 20px; border-radius: 50%; background: var(--red); }
.track-car { position: absolute; left: 50%; top: 410px; width: 22px; height: 34px; background: var(--bone); clip-path: polygon(50% 0, 100% 100%, 50% 74%, 0 100%); transform: translateX(-50%); transition: top 600ms cubic-bezier(.2,.8,.2,1), background 250ms ease-out; }
.track-sweep { position: absolute; left: 50%; top: 124px; height: 288px; border-left: 2px dashed var(--amber); transform: translateX(-50%) scaleY(1); transform-origin: top; transition: transform 600ms cubic-bezier(.2,.8,.2,1); }
.console-distance { position: absolute; left: 26px; bottom: 22px; display: flex; flex-direction: column; }
.console-distance strong { font-family: var(--display); font-size: 7rem; line-height: .8; font-variant-numeric: tabular-nums; }
.console-distance span { color: var(--bone-muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; margin-top: 12px; }
.console-steps { display: grid; }
.console-step { appearance: none; text-align: left; color: var(--bone); background: transparent; border: 0; border-bottom: 1px solid var(--line-muted); padding: 28px 32px; cursor: pointer; display: grid; grid-template-columns: 90px 1fr; gap: 8px 22px; transition: background 200ms ease-out; }
.console-step:last-child { border-bottom: 0; }
.console-step:hover { background: rgba(244,240,229,.035); }
.console-step.is-active { background: var(--bone); color: var(--canvas); }
.console-step > span { grid-row: 1 / 3; color: var(--red); text-transform: uppercase; letter-spacing: .08em; font-size: .66rem; font-weight: 700; padding-top: 4px; }
.console-step.is-active > span { color: var(--red-dark); }
.console-step strong { font-family: var(--display); font-size: 1.7rem; line-height: 1; text-transform: uppercase; }
.console-step small { max-width: 43ch; color: currentColor; opacity: .66; font-size: .74rem; line-height: 1.55; }

.companion { background: var(--bone); color: var(--canvas); display: grid; grid-template-columns: 1.02fr .98fr; min-height: 950px; }
.app-stage { background: var(--red); padding: 28px clamp(28px, 5vw, 90px) 70px; position: relative; display: flex; flex-direction: column; overflow: hidden; }
.app-stage::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,18,20,.08) 1px, transparent 1px), linear-gradient(rgba(13,18,20,.08) 1px, transparent 1px); background-size: 36px 36px; pointer-events: none; }
.app-stage-label { display: flex; justify-content: space-between; color: var(--canvas); font-size: .61rem; letter-spacing: .1em; position: relative; }
.app-screen { width: min(430px, 88%); min-height: 760px; margin: 56px auto 0; padding: 32px 26px 22px; background: var(--canvas); color: var(--bone); box-shadow: 0 36px 70px rgba(13,18,20,.34); border-radius: 34px; position: relative; display: flex; flex-direction: column; transform: rotate(-1.4deg); }
.app-screen-head { display: flex; flex-direction: column; }
.app-screen-head strong { font-family: var(--display); font-size: 2.4rem; }
.app-screen-head span { color: var(--bone-muted); font-size: .55rem; letter-spacing: .14em; }
.app-monitor { border: 1px solid var(--line); border-radius: 12px; margin-top: 22px; padding: 14px; font-family: var(--display); font-size: .95rem; }
.app-monitor i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--green); margin-right: 7px; }
.app-hazard { flex: 1; display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 16px; }
.hazard-icon { width: 95px; height: 122px; border: 10px solid var(--red); border-radius: 18px; position: relative; display: block; }
.hazard-icon b, .hazard-icon i, .hazard-icon em { position: absolute; left: 50%; width: 20px; height: 20px; border-radius: 50%; transform: translateX(-50%); }
.hazard-icon b { top: 12px; background: var(--red); }
.hazard-icon i { top: 43px; background: rgba(244,240,229,.22); }
.hazard-icon em { top: 74px; background: rgba(244,240,229,.22); }
.app-hazard > div { display: flex; flex-direction: column; }
.app-hazard strong { font-family: var(--display); font-size: 6.2rem; line-height: .78; border-bottom: 4px solid var(--red); }
.app-hazard strong small { font-size: 2rem; margin-left: 5px; }
.app-hazard b { font-family: var(--display); font-size: 1.45rem; line-height: 1.05; padding-top: 12px; }
.app-hazard span { color: var(--red); font-size: .62rem; font-weight: 700; margin-top: 10px; }
.app-rule { height: 1px; background: var(--line); }
.app-speed { padding: 22px 0; display: grid; grid-template-columns: 1.1fr .9fr; }
.app-speed strong { font-family: var(--display); font-size: 3.8rem; line-height: .8; display: flex; gap: 6px; }
.app-speed strong + strong { padding-left: 28px; border-left: 1px solid var(--line); }
.app-speed small { color: var(--bone-muted); font-family: var(--body); font-size: .6rem; line-height: 1.3; text-transform: uppercase; }
.app-meta { display: flex; justify-content: space-between; color: var(--bone-muted); font-size: .62rem; padding: 19px 0; }
.app-stop { margin-top: auto; background: var(--red); color: var(--canvas); text-align: center; padding: 19px; font-family: var(--display); font-size: 1.5rem; }
.app-safety { color: var(--bone-muted); text-align: center; font-size: .5rem; margin-top: 8px; }
.companion-copy { padding: clamp(90px, 11vw, 170px) clamp(32px, 7vw, 110px); }
.companion-copy h2 { color: var(--red-dark); }
.large-copy { font-size: clamp(1.4rem, 2.15vw, 2rem); line-height: 1.45; max-width: 610px; margin: 42px 0 72px; }
.feature-lines { list-style: none; margin: 0; padding: 0; }
.feature-lines li { border-top: 1px solid rgba(13,18,20,.28); padding: 22px 0; display: grid; grid-template-columns: 180px 1fr; gap: 22px; }
.feature-lines li:last-child { border-bottom: 1px solid rgba(13,18,20,.28); }
.feature-lines span { font-weight: 700; font-size: .78rem; }
.feature-lines p { margin: 0; color: rgba(13,18,20,.65); font-size: .78rem; line-height: 1.55; }

.privacy { width: var(--page); min-height: 860px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; border-bottom: 1px solid var(--line-muted); }
.privacy-copy h2 { color: var(--amber); }
.privacy-copy > p { margin: 40px 0 46px; }
.zero-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-muted); }
.zero-list span { padding: 16px 0; border-bottom: 1px solid var(--line-muted); color: var(--bone-muted); font-size: .77rem; text-transform: uppercase; letter-spacing: .06em; }
.zero-list span:nth-child(odd) { border-right: 1px solid var(--line-muted); }
.zero-list span:nth-child(even) { padding-left: 18px; }
.zero-list strong { color: var(--bone); margin-right: 8px; }
.privacy-diagram { aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.privacy-diagram::before { content: ""; position: absolute; inset: 10%; background: linear-gradient(rgba(244,240,229,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(244,240,229,.04) 1px, transparent 1px); background-size: 42px 42px; }
.device-core { position: relative; z-index: 3; width: 240px; height: 290px; border: 1px solid var(--line); border-radius: 36px; background: var(--canvas-raised); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.device-core img { border-radius: 19px; }
.device-core strong { font-family: var(--display); font-size: 1.7rem; line-height: 1; text-align: center; margin-top: 20px; }
.device-core small { color: var(--bone-muted); font-size: .58rem; margin-top: 15px; }
.orbit { position: absolute; z-index: 1; border: 1px solid var(--line-muted); border-radius: 50%; width: 72%; height: 72%; }
.orbit-two { width: 94%; height: 94%; border-style: dashed; }
.blocked-node { position: absolute; z-index: 2; width: 122px; padding: 11px 12px; color: rgba(244,240,229,.46); border: 1px solid rgba(244,240,229,.18); font-size: .58rem; letter-spacing: .08em; background: var(--canvas); }
.blocked-node i { position: absolute; inset: -1px; overflow: hidden; }
.blocked-node i::after { content: ""; position: absolute; width: 150%; height: 1px; left: -20%; top: 50%; background: var(--red); transform: rotate(-18deg); }
.node-account { top: 15%; left: 4%; }.node-ads { top: 43%; right: 0; }.node-cloud { left: 8%; bottom: 13%; }

.coverage { width: var(--page); margin: 0 auto; padding: 150px 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; }
.coverage-number { align-self: start; position: sticky; top: 110px; }
.coverage-number strong { display: block; color: var(--red); font-family: var(--display); font-size: clamp(9rem, 18vw, 20rem); line-height: .72; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.coverage-number span { display: block; margin-top: 32px; color: var(--bone-muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.coverage-copy > p { margin: 40px 0 54px; }
.province-track { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.province-track span { min-height: 86px; display: grid; place-items: center; text-align: center; border-right: 1px solid var(--line-muted); font-size: .61rem; letter-spacing: .08em; }
.province-track span:last-child { border-right: 0; }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 26px 0; font-size: .78rem; font-weight: 700; list-style: none; display: flex; justify-content: space-between; align-items: center; }
summary::-webkit-details-marker { display: none; }
.summary-icon { width: 16px; height: 16px; fill: none; stroke: var(--amber); stroke-width: 1.5; }
.summary-icon path:last-child { transition: opacity 180ms ease-out; }
details[open] .summary-icon path:last-child { opacity: 0; }
details p { margin: 0 0 28px; color: var(--bone-muted); font-size: .78rem; line-height: 1.7; max-width: 66ch; }

.languages { background: var(--amber); color: var(--canvas); padding: 110px max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); overflow: hidden; }
.languages h2 { max-width: 1100px; }
.languages > p { font-size: 1rem; margin: 24px 0 56px; }
.language-marquee { display: flex; gap: 0; width: max-content; border-top: 1px solid rgba(13,18,20,.35); border-bottom: 1px solid rgba(13,18,20,.35); }
.language-marquee span { padding: 22px 34px; border-right: 1px solid rgba(13,18,20,.22); font-family: var(--display); font-size: 1.6rem; white-space: nowrap; }

.launch { width: var(--page); margin: 0 auto; min-height: 650px; display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 8vw; }
.launch h2 { color: var(--red); }
.launch p { margin-top: 30px; }
.launch-actions { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
.launch-platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.launch-pending { min-height: 92px; background: var(--bone); color: var(--canvas); padding: 18px; display: flex; align-items: center; justify-content: flex-start; gap: 11px; }
.launch-pending svg { width: 31px; height: 31px; fill: currentColor; }
.launch-pending svg.play-icon { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linejoin: miter; }
.launch-pending > span { font-family: var(--display); font-size: 1.2rem; line-height: 1; white-space: nowrap; }
.launch-pending small { display: block; font-family: var(--body); font-size: .52rem; letter-spacing: .08em; margin-bottom: 4px; }
.github-link { min-height: 58px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 20px; text-decoration: none; font-size: .78rem; transition: background 180ms ease-out, color 180ms ease-out; }
.github-link:hover { background: var(--bone); color: var(--canvas); }
.site-footer { width: var(--page); min-height: 150px; margin: 0 auto; border-top: 1px solid var(--line-muted); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: .68rem; color: var(--bone-muted); }
.site-footer p { text-align: center; }
.site-footer > div { justify-self: end; display: flex; gap: 18px; }

@keyframes route-dash { to { stroke-dashoffset: -28; } }
@keyframes range-pulse { 0%, 20% { transform: scale(.72); opacity: 0; } 55% { opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }

@media (max-width: 1120px) {
  :root { --page: calc(100vw - 40px); }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-right: 32px; }
  .distance-readout { transform: scale(.82); transform-origin: top left; }
  .phone-readout { transform: scale(.82) rotate(1.4deg); transform-origin: right bottom; }
  .status-chip { display: none; }
  .app-hazard { grid-template-columns: 94px 1fr; }
  .hazard-icon { transform: scale(.8); transform-origin: left center; }
  .app-hazard strong { font-size: 5.1rem; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
}

@media (max-width: 820px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; }
  .header-cta { font-size: .7rem; }
  .header-actions { gap: 14px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding: clamp(56px, 9vw, 76px) 0 38px; }
  h1 { font-size: clamp(4rem, 15vw, 7rem); }
  .hero-intro { max-width: 630px; margin-top: 28px; }
  .hero-actions { align-items: flex-start; }
  .hero-facts { margin-top: 56px; }
  .approach-rig { min-height: 600px; border-left: 0; border-top: 1px solid var(--line-muted); }
  .distance-readout { transform: none; }
  .phone-readout { transform: scale(.88) rotate(1.4deg); }
  .mechanism { padding: 82px 0 92px; }
  .section-heading { grid-template-columns: 1fr; gap: 32px; }
  .vector-console { margin-top: 48px; grid-template-columns: 1fr; }
  .console-visual { min-height: 440px; border-right: 0; border-bottom: 1px solid var(--line-muted); }
  .companion { grid-template-columns: 1fr; }
  .app-stage { min-height: 780px; }
  .companion-copy { padding: 82px 32px; }
  .privacy { min-height: auto; grid-template-columns: 1fr; padding: 84px 0; gap: 48px; }
  .privacy-diagram { max-width: 650px; width: 100%; margin: 0 auto; }
  .coverage { grid-template-columns: 1fr; gap: 56px; padding: 84px 0; }
  .coverage-number { position: static; }
  .coverage-number strong { font-size: 12rem; }
  .launch { grid-template-columns: 1fr; min-height: auto; padding: 90px 0; }
  .launch-actions { max-width: 480px; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; padding: 34px 0; text-align: left; }
  .site-footer p { text-align: left; }
  .site-footer > div { justify-self: start; flex-wrap: wrap; }
}

@media (max-width: 540px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { min-height: 64px; }
  .brand { font-size: 1.1rem; }
  .brand img { width: 32px; height: 32px; }
  .header-cta span { display: none; }
  .header-cta { min-width: 44px; min-height: 44px; padding: 0; justify-content: center; border: 1px solid var(--line-muted); }
  .header-actions { gap: 12px; }
  .locale-switch a { min-width: 30px; min-height: 28px; }
  .hero { min-height: auto; grid-template-rows: auto 218px; }
  .hero-copy { min-height: 0; padding: 32px 0 24px; }
  h1 { font-size: clamp(3rem, 13vw, 3.65rem); line-height: .87; }
  .hero-intro { font-size: .84rem; line-height: 1.55; margin-top: 20px; max-width: 46ch; }
  .hero-actions { flex-direction: row; align-items: center; gap: 12px; margin-top: 20px; }
  .button-primary { width: 100%; }
  .button { min-height: 58px; padding-inline: 15px; }
  .button-primary { width: auto; min-width: 176px; }
  .button-primary span { font-size: .8rem; }
  .button-primary small { font-size: .52rem; }
  .text-link { font-size: .65rem; white-space: nowrap; }
  .hero-facts { margin-top: 24px; padding-top: 0; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
  .hero-facts dt { font-size: 1.6rem; }
  .hero-facts dd { font-size: .5rem; }
  .approach-rig { width: 100%; margin-left: 0; min-height: 218px; height: 218px; grid-template-rows: 29px 1fr 26px; border-inline: 1px solid var(--line-muted); }
  .rig-chrome span:last-child, .rig-footer span:nth-child(2) { display: none; }
  .rig-chrome, .rig-footer { padding-inline: 12px; font-size: .46rem; }
  .route-field { min-height: 0; }
  .route-map { left: 32%; width: 72%; }
  .distance-readout { left: 12px; top: 17px; width: 144px; transform: none; }
  .distance-value { font-size: 3.6rem; }
  .distance-unit { font-size: 1.25rem; }
  .distance-rule { height: 3px; margin: 7px 0; }
  .distance-readout strong { font-size: .95rem; }
  .distance-readout small { margin-top: 5px; font-size: .42rem; }
  .phone-readout, .status-chip { display: none; }
  .mechanism { padding: 68px 0 72px; }
  .section-heading { gap: 22px; }
  .section-heading p, .privacy-copy > p, .coverage-copy > p, .launch p { font-size: .9rem; line-height: 1.62; }
  .section-heading h2, .companion h2, .privacy h2, .coverage h2, .languages h2, .launch h2 { font-size: clamp(2.85rem, 13.5vw, 3.45rem); line-height: .92; }
  .vector-console { margin-top: 36px; }
  .console-visual { min-height: 330px; }
  .track-road { width: 96px; }
  .track-camera { top: 44px; width: 76px; height: 76px; }
  .track-camera::before { inset: -24px; }
  .track-camera::after { inset: -48px; }
  .track-car { top: 250px; }
  .track-sweep { top: 82px; height: 170px; }
  .console-step { min-height: 108px; grid-template-columns: 60px 1fr; padding: 18px 14px; gap: 7px 10px; }
  .console-step strong { font-size: 1.32rem; }
  .console-distance { left: 16px; bottom: 16px; }
  .console-distance strong { font-size: 4.4rem; }
  .app-stage { width: 100%; margin-left: 0; min-height: 0; padding: 18px 16px 34px; }
  .app-stage-label { font-size: .54rem; }
  .app-screen { width: min(340px, 100%); min-height: 610px; padding: 24px 20px 18px; margin-top: 30px; border-radius: 28px; transform: rotate(-.7deg); }
  .app-screen-head strong { font-size: 2rem; }
  .app-monitor { margin-top: 18px; padding: 12px; font-size: .8rem; }
  .app-hazard { grid-template-columns: 82px 1fr; }
  .hazard-icon { transform: scale(.66); }
  .app-hazard strong { font-size: 4.2rem; }
  .app-hazard b { font-size: 1.12rem; }
  .app-speed { padding: 18px 0; }
  .app-speed strong { font-size: 2.8rem; }
  .app-meta { padding: 15px 0; font-size: .56rem; }
  .app-stop { padding: 16px; font-size: 1.35rem; }
  .companion-copy { padding: 68px 16px 72px; }
  .large-copy { font-size: 1.18rem; margin: 28px 0 44px; }
  .feature-lines li { grid-template-columns: 1fr; gap: 8px; }
  .privacy { padding: 72px 0; gap: 34px; }
  .privacy-copy > p { margin: 28px 0 34px; }
  .privacy-diagram { width: min(340px, 100%); aspect-ratio: 1; }
  .privacy-diagram::before { inset: 8%; background-size: 34px 34px; }
  .device-core { width: 166px; height: 206px; border-radius: 28px; }
  .device-core img { width: 58px; height: 58px; border-radius: 14px; }
  .device-core strong { font-size: 1.3rem; margin-top: 15px; }
  .device-core small { font-size: .48rem; margin-top: 11px; }
  .blocked-node { width: 96px; padding: 9px 10px; font-size: .46rem; }
  .node-account { top: 13%; left: 0; }
  .node-ads { top: 44%; right: 0; }
  .node-cloud { left: 4%; bottom: 10%; }
  .zero-list { grid-template-columns: 1fr; }
  .zero-list span:nth-child(odd) { border-right: 0; }
  .zero-list span:nth-child(even) { padding-left: 0; }
  .coverage { padding: 72px 0; gap: 40px; }
  .coverage-number strong { font-size: 7.6rem; line-height: .78; }
  .coverage-number span { margin-top: 20px; }
  .coverage-copy > p { margin: 28px 0 36px; }
  .province-track { grid-template-columns: repeat(3, 1fr); }
  .province-track span:nth-child(3) { border-right: 0; }
  .province-track span:nth-child(n+4) { border-top: 1px solid var(--line-muted); }
  .languages { padding: 68px 16px; }
  .languages > p { margin: 20px 0 34px; font-size: .9rem; line-height: 1.55; }
  .language-marquee { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .language-marquee span { min-height: 54px; padding: 12px 6px; display: grid; place-items: center; border-bottom: 1px solid rgba(13,18,20,.22); font-size: .98rem; text-align: center; white-space: normal; }
  .language-marquee span:nth-child(3n) { border-right: 0; }
  .language-marquee span:nth-last-child(-n+3) { border-bottom: 0; }
  .launch { padding: 72px 0; gap: 40px; }
  .launch p { margin-top: 24px; }
  .launch-platforms { grid-template-columns: 1fr; }
  .launch-pending { min-height: 78px; }
  .site-footer { padding-bottom: calc(34px + env(safe-area-inset-bottom)); }
}

@media (max-width: 360px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button-primary { width: 100%; }
  .text-link { align-self: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
