:root {
  --paper: #f4f3ed;
  --ink: #17201d;
  --muted: #68706b;
  --line: rgba(23, 32, 29, .16);
  --lime: #c8ff31;
  --lime-dark: #9dcc1a;
  --forest: #17352d;
  --white: #fff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; z-index: 110; top: 0; left: 0; right: 0; height: 3px; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--lime-dark); }
.go-to-top { position: fixed; z-index: 75; right: clamp(18px, 2.2vw, 34px); bottom: clamp(18px, 2.2vw, 34px); width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: #111827; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 14px 34px rgba(3,8,20,.2); transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.go-to-top svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.go-to-top:hover, .go-to-top:focus-visible { color: #fff; background: #050706; transform: translateY(-4px); box-shadow: 0 18px 38px rgba(3,8,20,.3); outline: none; }
@media (max-width: 600px) { .go-to-top { width: 50px; height: 50px; } }

.site-header { height: 78px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; left: 0; width: 100%; z-index: 20; border-bottom: 1px solid var(--line); }
.brand, .dash-brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.04em; }
.brand-wordmark { font-size: 1.12em; letter-spacing: .08em; }
.brand-mark { display: inline-flex; width: 25px; height: 22px; align-items: flex-end; gap: 3px; }
.brand-mark i { display: block; width: 6px; height: 12px; border: 2px solid currentColor; border-radius: 5px 5px 2px 2px; transform: skew(-8deg); }
.brand-mark i:nth-child(2) { height: 18px; }
.brand-mark i:nth-child(3) { height: 15px; }
.site-header nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.site-header nav a { position: relative; }
.site-header nav a:after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.site-header nav a:hover:after { width: 100%; }
.nav-cta { font-size: 13px; font-weight: 700; border: 1px solid var(--ink); padding: 11px 16px; border-radius: 999px; transition: .25s; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }

.chapter { position: relative; padding: 120px 7vw; overflow: hidden; }
.eyebrow, .section-index { font: 500 11px/1 var(--mono); letter-spacing: .11em; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 9px; }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.07em; line-height: .92; }
h1 { font-size: clamp(60px, 8.8vw, 136px); }
h2 { font-size: clamp(52px, 7vw, 105px); }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; color: var(--forest); }
.light { color: rgba(255,255,255,.55); }

.hero { min-height: 100vh; padding-top: 148px; display: grid; grid-template-columns: 54% 46%; grid-template-rows: auto auto auto 1fr; }
.hero .eyebrow, .hero h1, .hero-copy, .hero-actions { grid-column: 1; position: relative; z-index: 5; }
.hero h1 { margin-top: 23px; }
.hero-copy { width: 72%; max-width: 600px; margin: 25px 0 0; font-size: 16px; line-height: 1.7; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin-top: 26px; align-self: start; }
.button { height: 52px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 23px; font-size: 13px; font-weight: 700; border: 0; cursor: pointer; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; }
.button-ghost { background: transparent; border: 1px solid var(--line); }
.button-ghost .play { font-size: 9px; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.hero-stage { grid-column: 2; grid-row: 1 / 5; min-height: 640px; position: relative; }
.sun-orbit { width: min(44vw, 660px); aspect-ratio: 1; position: absolute; top: -4%; left: -5%; border: 1px solid var(--line); border-radius: 50%; }
.sun-orbit:before, .sun-orbit:after { content: ''; position: absolute; border-radius: 50%; }
.sun-orbit:before { inset: 14%; border: 1px dashed var(--line); }
.sun-orbit:after { width: 15px; height: 15px; top: 8%; left: 23%; background: var(--lime-dark); box-shadow: 0 0 0 8px rgba(200,255,49,.2); }
.glass-card { background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); backdrop-filter: blur(15px); box-shadow: 0 18px 60px rgba(23,32,29,.1); border-radius: 14px; }
.hero-status { position: absolute; z-index: 4; top: 4%; right: 3%; padding: 15px; display: grid; grid-template-columns: 9px auto auto; gap: 12px; align-items: center; min-width: 225px; }
.status-dot { width: 8px; height: 8px; background: var(--lime-dark); border-radius: 50%; box-shadow: 0 0 0 5px rgba(157,204,26,.14); }
.hero-status div { display: flex; flex-direction: column; gap: 3px; }
.hero-status small, .hero-metric small { font: 9px var(--mono); color: var(--muted); }
.hero-status strong { font-size: 13px; }.hero-status b { font: 500 11px var(--mono); justify-self: end; }
.road { position: absolute; bottom: 16%; left: -8%; right: -10%; height: 90px; border-bottom: 2px solid var(--ink); transform: perspective(500px) rotateX(58deg); }
.road:after { content: ''; position: absolute; left: 0; right: 0; bottom: -36px; border-bottom: 1px solid var(--line); }
.road-line { position: absolute; top: 64px; left: -10%; width: 120%; border-top: 2px dashed rgba(23,32,29,.22); }
.route-pulse { position: absolute; bottom: -4px; left: 13%; width: 36%; height: 6px; border-radius: 20px; background: var(--lime-dark); filter: blur(1px); box-shadow: 0 0 25px var(--lime); transform: scaleX(0); transform-origin: left; transition: transform 1.4s .6s ease; }
.active .route-pulse { transform: scaleX(1); }

.vehicle { position: absolute; width: 360px; height: 165px; z-index: 3; }
.vehicle-icon { position: absolute; inset: 0 0 20px; background: var(--ink); border-radius: 62px 25px 10px 14px; box-shadow: inset 0 -20px rgba(255,255,255,.03), 0 22px 26px rgba(23,32,29,.18); }
.vehicle-icon:before { content: ''; position: absolute; left: 0; right: 0; top: 87px; height: 5px; background: var(--lime); }
.vehicle .window { position: absolute; top: 20px; height: 55px; background: #dbe2de; border-radius: 17px 7px 7px 5px; }
.vehicle .w1 { left: 28px; width: 72px; border-radius: 31px 7px 7px 5px; }.vehicle .w2 { left: 109px; width: 72px; }.vehicle .w3 { left: 190px; width: 77px; }
.vehicle .door { position: absolute; right: 17px; top: 38px; width: 60px; height: 96px; border: 2px solid #68726f; border-radius: 15px 15px 3px 3px; }
.vehicle .light { position: absolute; right: -3px; top: 87px; width: 10px; height: 20px; border-radius: 10px; background: #fbffc8; box-shadow: 12px 0 25px 15px rgba(251,255,200,.34); }
.wheel { position: absolute; bottom: 0; width: 51px; height: 51px; background: #202421; border: 8px solid #343a37; outline: 4px solid var(--paper); border-radius: 50%; z-index: 4; }
.wheel:after { content: ''; position: absolute; inset: 10px; border: 2px dashed #98a09c; border-radius: 50%; }
.wheel-a { left: 54px; }.wheel-b { right: 43px; }
.vehicle-label { position: absolute; z-index: 3; left: 126px; top: 104px; color: var(--paper); font: 500 11px var(--mono); letter-spacing: .12em; }
.hero-vehicle { left: -16%; bottom: 19%; transform: translateX(150%); opacity: 0; transition: transform 1.6s cubic-bezier(.2,.85,.2,1), opacity .3s; }
.active .hero-vehicle { transform: translateX(0); opacity: 1; }
.active .hero-vehicle .wheel { animation: spin 1.6s ease-out; }
@keyframes spin { to { transform: rotate(-720deg); } }
.person { width: 30px; height: 76px; position: absolute; }
.person span { position: absolute; top: 0; left: 7px; width: 17px; height: 17px; border-radius: 50%; background: var(--ink); }
.person i, .person:after, .person:before { content: ''; position: absolute; background: var(--ink); }
.person i { width: 25px; height: 35px; top: 19px; left: 3px; border-radius: 12px 12px 3px 3px; }.person:after, .person:before { width: 7px; height: 29px; top: 50px; border-radius: 4px; }.person:after { left: 5px; transform: rotate(5deg); }.person:before { right: 5px; transform: rotate(-5deg); }
.passenger-group { position: absolute; right: 2%; bottom: 24%; z-index: 2; }.passenger-group .p1 { right: 74px; }.passenger-group .p2 { right: 35px; transform: scale(.9); }.stop-sign { position: absolute; right: 0; bottom: 85px; width: 75px; height: 50px; border: 1px solid var(--ink); padding: 8px 10px; font: 8px var(--mono); background: var(--paper); }.stop-sign b { font-size: 17px; }
.hero-metric { position: absolute; z-index: 5; padding: 10px 13px; border-left: 2px solid var(--lime-dark); background: var(--paper); display: flex; flex-direction: column; gap: 3px; }.hero-metric strong { font-size: 13px; }.metric-one { left: -3%; bottom: 9%; }.metric-two { left: 62%; bottom: 4%; }
.scroll-cue { position: absolute; bottom: 27px; left: 7vw; font: 10px var(--mono); color: var(--muted); display: flex; align-items: center; gap: 10px; }.scroll-cue span { width: 22px; height: 34px; border: 1px solid var(--line); border-radius: 15px; position: relative; }.scroll-cue span:after { content: ''; position: absolute; width: 3px; height: 7px; top: 6px; left: 9px; border-radius: 4px; background: var(--ink); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(12px); opacity: 0; } }

.intro { padding-top: 150px; }.intro-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 80px; align-items: end; margin: 28px 0 75px; }.intro-grid h2 { font-size: clamp(54px, 7.2vw, 106px); }.intro-grid p, .assignment-copy > p, .pickup-copy > p, .fleet-copy > p { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 450px; }
.request-board { height: 540px; border: 1px solid var(--line); border-radius: 18px; position: relative; overflow: hidden; background: #eeeee8; }
.map-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 52px 52px; }
.map-label { position: absolute; font: 9px var(--mono); color: var(--muted); }.label-a { left: 6%; top: 12%; }.label-b { left: 52%; top: 48%; }.label-c { right: 7%; bottom: 15%; }
.request-pin { position: absolute; width: 48px; height: 48px; border: 0; border-radius: 50% 50% 50% 4px; transform: rotate(-45deg) scale(0); background: var(--ink); color: white; box-shadow: 0 8px 24px rgba(23,32,29,.2); transition: transform .5s cubic-bezier(.2,1.6,.5,1); cursor: pointer; z-index: 3; }.request-pin span { display: block; transform: rotate(45deg); font: 12px var(--mono); }.active .request-pin { transform: rotate(-45deg) scale(1); }.pin-a { left: 12%; top: 20%; transition-delay: .1s; }.pin-b { left: 43%; top: 44%; transition-delay: .25s; }.pin-c { right: 13%; top: 26%; transition-delay: .4s; }.pin-d { right: 19%; bottom: 15%; transition-delay: .55s; }
.request-pin:hover { background: var(--lime-dark); color: var(--ink); }.network-lines { position: absolute; inset: 0; width: 100%; height: 100%; }.network-lines path { fill: none; stroke: var(--lime-dark); stroke-width: 3; stroke-dasharray: 9 7; opacity: .75; stroke-dashoffset: 600; }.active .network-lines path { animation: drawdash 2.5s ease forwards; }
@keyframes drawdash { to { stroke-dashoffset: 0; } }
.decision-card { position: absolute; left: 50%; top: 50%; width: 260px; padding: 20px; transform: translate(-50%, -30%); display: flex; flex-direction: column; gap: 7px; opacity: 0; transition: 1s .65s; z-index: 4; }.active .decision-card { opacity: 1; transform: translate(-50%, -50%); }.decision-card small { font: 9px var(--mono); color: var(--muted); }.decision-card strong { font-size: 18px; }.decision-card span { font-size: 11px; color: var(--muted); }.decision-progress { height: 3px; background: var(--line); margin-top: 10px; }.decision-progress i { display: block; width: 0; height: 100%; background: var(--lime-dark); transition: width 1.5s 1s; }.active .decision-progress i { width: 100%; }

.assignment { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; background: #ebeae4; }.assignment-copy h2 { font-size: clamp(52px, 6vw, 88px); margin: 25px 0 30px; }.step-list { margin-top: 45px; border-top: 1px solid var(--line); }.step { width: 100%; height: 65px; border: 0; border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; text-align: left; cursor: pointer; opacity: .48; transition: .3s; }.step:hover, .step.active { opacity: 1; }.step.active { padding-left: 11px; border-left: 3px solid var(--lime-dark); }.step span, .step i { font: 9px var(--mono); }.step i { color: var(--muted); font-style: normal; }.step b { font-size: 12px; }
.vehicle-selector { background: var(--ink); color: var(--paper); border-radius: 18px; padding: 22px; box-shadow: 0 30px 70px rgba(23,32,29,.2); transform: translateY(40px); opacity: 0; transition: .8s; }.active .vehicle-selector { transform: none; opacity: 1; }.selector-top { display: flex; justify-content: space-between; padding: 3px 3px 22px; font: 9px var(--mono); color: rgba(255,255,255,.55); }.selector-top b { font-weight: 400; }.selector-top i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.fleet-option { height: 108px; border-top: 1px solid rgba(255,255,255,.11); display: grid; grid-template-columns: 160px 1fr auto; align-items: center; padding: 8px 14px; position: relative; cursor: pointer; transition: .25s; }.fleet-option:hover { background: rgba(255,255,255,.04); }.fleet-option.selected { background: var(--lime); color: var(--ink); border-radius: 10px; }.fleet-option > div:nth-of-type(2) { display: flex; flex-direction: column; gap: 5px; }.fleet-option small { font: 8px var(--mono); opacity: .66; }.fleet-option strong { font-size: 13px; }.fleet-option em { font: 9px var(--mono); font-style: normal; opacity: .65; }.recommended { position: absolute; right: 10px; top: 8px; font: 7px var(--mono); padding: 3px 5px; border: 1px solid currentColor; border-radius: 10px; }
.mini-vehicle { width: 125px; height: 58px; position: relative; border-bottom: 26px solid currentColor; border-radius: 17px 10px 5px 5px; color: currentColor; }.mini-vehicle:before { content: ''; position: absolute; bottom: -22px; left: 18px; width: 17px; height: 17px; border: 5px solid #4e5652; background: var(--paper); border-radius: 50%; z-index: 2; }.mini-vehicle:after { content: ''; position: absolute; bottom: -22px; right: 14px; width: 17px; height: 17px; border: 5px solid #4e5652; background: var(--paper); border-radius: 50%; z-index: 2; }.mini-vehicle span { display: block; width: 81%; height: 27px; border-radius: 16px 6px 2px 2px; background: #dce2df; border: 5px solid currentColor; }.mini-vehicle i { display: block; position: absolute; width: 3px; height: 24px; top: 5px; background: currentColor; }.mini-vehicle i:nth-child(2) { left: 40px; }.mini-vehicle i:nth-child(3) { left: 79px; }.fleet-option.selected .mini-vehicle { color: var(--ink); }.fleet-option.selected .mini-vehicle:before, .fleet-option.selected .mini-vehicle:after { background: var(--lime); }.mini-vehicle.van { width: 93px; }.mini-vehicle.bus { width: 140px; }.mini-vehicle.mini { width: 127px; }
.driver-card { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 22px 4px 3px; }.avatar { width: 40px; height: 40px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 50%; font: 10px var(--mono); }.driver-card > div:nth-child(2) { display: flex; flex-direction: column; }.driver-card small { font: 8px var(--mono); opacity: .45; }.driver-card strong { font-size: 12px; margin-top: 3px; }.driver-card > span { font: 9px var(--mono); color: var(--lime); }

.route { background: var(--ink); color: var(--paper); }.route-heading h2 { margin-top: 24px; color: var(--paper); }.route-heading h2 em, .tracking h2 em { color: var(--lime); }.route .section-index { color: rgba(255,255,255,.45); }.route-console { display: grid; grid-template-columns: 2fr 1fr; min-height: 570px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; margin-top: 70px; }.route-map { position: relative; background: #1d2925; overflow: hidden; }.route-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }.route-shadow { fill: none; stroke: rgba(255,255,255,.1); stroke-width: 15; }.active-route { fill: none; stroke: var(--lime); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 1100; stroke-dashoffset: 1100; }.active .active-route { animation: routeDraw 2.5s .2s ease forwards; }@keyframes routeDraw { to { stroke-dashoffset: 0; } }
.stop-node { position: absolute; min-width: 68px; height: 30px; border-radius: 999px; display: grid; place-items: center; background: var(--paper); color: var(--ink); border: 4px solid #263a33; font: 7px var(--mono); opacity: 0; transition: .4s; white-space: nowrap; }.active .stop-node { opacity: 1; }.s1 { left: 8%; bottom: 11%; }.s2 { left: 33%; top: 48%; transition-delay: .7s; }.s3 { left: 55%; top: 23%; transition-delay: 1.2s; }.s4 { right: 7%; top: 9%; transition-delay: 1.8s; }.moving-marker { position: absolute; left: 12%; top: 79%; width: 34px; height: 34px; background: var(--lime); border-radius: 11px 11px 11px 2px; transform: rotate(-45deg); display: grid; place-items: center; box-shadow: 0 0 0 8px rgba(200,255,49,.13); offset-path: path('M0 0 C40 -105 160 -68 195 -150 S220 -285 343 -262 S430 -105 517 -330'); offset-distance: 0%; }.moving-marker span { color: var(--ink); font-weight: 800; transform: rotate(45deg); font-size: 11px; }.active .moving-marker { animation: gpsTravel 8s 1.1s cubic-bezier(.45,0,.3,1) infinite; }@keyframes gpsTravel { 0%, 8% { offset-distance: 0%; } 28% { offset-distance: 26%; } 52% { offset-distance: 51%; } 76% { offset-distance: 76%; } 92%, 100% { offset-distance: 100%; } }.traffic-note { position: absolute; right: 17%; top: 46%; padding: 8px 10px; background: #ff8e76; color: #271612; border-radius: 7px; font: 8px var(--mono); }
.gps-lock { position: absolute; left: 18px; top: 18px; display: grid; grid-template-columns: 7px auto; gap: 2px 7px; align-items: center; padding: 10px 12px; background: rgba(20,35,30,.84); border: 1px solid rgba(255,255,255,.11); border-radius: 9px; backdrop-filter: blur(10px); font: 7px var(--mono); }.gps-lock i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(200,255,49,.12); }.gps-lock span { color: var(--lime); }.gps-lock b { grid-column: 2; color: rgba(255,255,255,.45); font-weight: 400; }.route-legend { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; gap: 18px; align-items: center; padding: 12px 14px; border-radius: 9px; background: rgba(20,35,30,.88); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(10px); font: 7px var(--mono); color: rgba(255,255,255,.52); }.route-legend span { display: flex; align-items: center; gap: 6px; }.route-legend i { width: 17px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.25); }.route-legend i.lime { background: var(--lime); }.route-legend b { margin-left: auto; color: white; font-weight: 500; }
.route-panel { background: #202f2a; padding: 27px; }.panel-header { display: flex; justify-content: space-between; font: 9px var(--mono); color: rgba(255,255,255,.5); padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }.panel-header b { color: var(--lime); }.route-stat { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: end; }.route-stat small { font-size: 10px; color: rgba(255,255,255,.5); }.route-stat strong { font-size: 29px; font-weight: 500; }.route-stat strong i { font: 9px var(--mono); opacity: .45; font-style: normal; }.route-stat.highlight strong { color: var(--lime); }.optimization { margin-top: 21px; display: grid; grid-template-columns: 1fr auto; gap: 9px; align-items: center; font: 8px var(--mono); color: rgba(255,255,255,.5); }.optimization b { color: var(--paper); }.optimization div { grid-column: 1/-1; height: 5px; background: rgba(255,255,255,.1); border-radius: 4px; }.optimization i { display: block; width: 0; height: 100%; background: var(--lime); border-radius: 4px; transition: 1.5s 1s; }.active .optimization i { width: 94%; }.stop-timeline { margin-top: 20px; }.stop-timeline > div { min-height: 49px; display: grid; grid-template-columns: 24px 1fr auto; gap: 8px; align-items: center; position: relative; }.stop-timeline > div:not(:last-child):after { content: ''; position: absolute; left: 11px; top: 36px; height: 25px; border-left: 1px dashed rgba(255,255,255,.2); }.stop-timeline i { width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; font: 7px var(--mono); font-style: normal; }.stop-timeline .done i { color: var(--ink); background: var(--lime); border-color: var(--lime); }.stop-timeline span { display: flex; flex-direction: column; gap: 3px; }.stop-timeline b { font: 7px var(--mono); }.stop-timeline small { font-size: 8px; color: rgba(255,255,255,.42); }.stop-timeline em { font: 7px var(--mono); color: rgba(255,255,255,.45); font-style: normal; }.stop-timeline .done em, .stop-timeline .next em { color: var(--lime); }

.pickup { min-height: 860px; padding: 0; background: #dce1dd; }.pickup-scene { min-height: 860px; position: relative; overflow: hidden; background: #e5e5df; }.pickup-building { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(.96); transform: scale(1.035); transition: transform 4s cubic-bezier(.2,.8,.2,1); }.active .pickup-building { transform: scale(1); }.pickup-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(244,243,237,.96) 0%, rgba(244,243,237,.76) 28%, rgba(244,243,237,.12) 58%, rgba(23,32,29,.06) 100%), linear-gradient(0deg, rgba(23,32,29,.18), transparent 40%); }.pickup-copy { position: absolute; z-index: 8; left: 7vw; top: 116px; max-width: 620px; }.pickup-copy h2 { font-size: clamp(55px, 7vw, 100px); margin: 24px 0; }.pickup-copy p { max-width: 390px; color: #4d5853; }.arrival-chip { width: 245px; display: grid; grid-template-columns: 10px 1fr auto; gap: 10px; align-items: center; margin-top: 28px; padding: 12px 14px; border: 1px solid rgba(23,32,29,.18); background: rgba(244,243,237,.74); border-radius: 11px; backdrop-filter: blur(14px); box-shadow: 0 15px 40px rgba(23,32,29,.08); }.arrival-chip > i { width: 8px; height: 8px; background: var(--lime-dark); border-radius: 50%; box-shadow: 0 0 0 5px rgba(157,204,26,.13); }.arrival-chip > span { display: flex; flex-direction: column; }.arrival-chip small { font: 7px var(--mono); color: var(--muted); }.arrival-chip b { font-size: 10px; margin-top: 2px; }.arrival-chip strong { font: 9px var(--mono); }.replay-boarding { margin-top: 10px; border: 1px solid rgba(23,32,29,.18); background: rgba(244,243,237,.64); padding: 9px 13px; border-radius: 999px; font-size: 9px; font-weight: 700; cursor: pointer; backdrop-filter: blur(10px); }.replay-boarding span { font-size: 7px; margin-right: 5px; }.replay-boarding:hover { background: var(--ink); color: white; }.curb { position: absolute; z-index: 3; left: 0; right: 0; bottom: 24px; height: 48px; border-top: 2px solid rgba(255,255,255,.6); background: repeating-linear-gradient(115deg, rgba(23,32,29,.15) 0 3px, transparent 4px 45px); }.pickup-vehicle { right: -420px; bottom: 78px; transform: scale(.86); transition: right 1.5s cubic-bezier(.2,.85,.2,1); z-index: 6; }.active .pickup-vehicle { right: 7%; }.active .pickup-vehicle .wheel { animation: spin 1.5s ease-out; }.boarding-door { transform-origin: right center; transition: transform .55s 1.55s, opacity .35s 1.55s; }.active .boarding-door { transform: scaleX(.08); opacity: .2; }.passengers-3d { position: absolute; z-index: 5; width: 365px; height: auto; object-fit: contain; left: 44%; bottom: 68px; transform: translateX(-120px) scale(.78); transform-origin: center bottom; opacity: 0; filter: drop-shadow(0 13px 13px rgba(23,32,29,.18)); }.active .passengers-3d { animation: passengerBoard 5.5s .55s cubic-bezier(.3,.72,.2,1) forwards; }@keyframes passengerBoard { 0% { opacity: 0; transform: translateX(-120px) scale(.78); } 6%, 42% { opacity: 1; transform: translateX(-105px) scale(.78); } 72% { opacity: 1; transform: translateX(75px) scale(.58); } 94% { opacity: 1; transform: translateX(225px) scale(.38); } 100% { opacity: 0; transform: translateX(245px) scale(.32); } }.passenger-walkway { position: absolute; z-index: 4; left: 45%; bottom: 74px; width: 320px; display: flex; gap: 66px; opacity: 0; transition: opacity .3s 1.2s; }.active .passenger-walkway { opacity: .5; }.passenger-walkway span { width: 42px; height: 10px; border-radius: 50%; background: rgba(23,32,29,.23); filter: blur(7px); animation: stepShadow .7s alternate infinite; }.passenger-walkway span:nth-child(2) { animation-delay: .2s; }.passenger-walkway span:nth-child(3) { animation-delay: .4s; }@keyframes stepShadow { to { transform: translateY(5px) scaleX(.7); } }.boarding-card { position: absolute; z-index: 9; right: 5%; bottom: 315px; padding: 15px; display: flex; gap: 12px; align-items: center; opacity: 0; transform: translateY(15px); transition: .5s 3.2s; }.active .boarding-card { opacity: 1; transform: none; }.boarding-card .check { width: 33px; height: 33px; background: var(--lime-dark); display: grid; place-items: center; border-radius: 50%; }.boarding-card div { display: flex; flex-direction: column; }.boarding-card small { font: 8px var(--mono); color: var(--muted); }.boarding-card strong { font-size: 11px; margin-top: 3px; }.scene-reference { position: absolute; z-index: 9; right: 24px; bottom: 40px; font: 7px var(--mono); letter-spacing: .08em; color: rgba(255,255,255,.6); }

.tracking { background: #12231e; color: var(--paper); padding-bottom: 150px; }.tracking-top { display: grid; grid-template-columns: 2fr 1fr; gap: 70px; align-items: end; }.tracking h2 { font-size: clamp(54px, 7vw, 100px); margin-top: 24px; }.tracking-top p { color: rgba(255,255,255,.55); line-height: 1.7; }.live-dashboard { height: 730px; margin-top: 70px; background: #f7f7f3; color: var(--ink); border-radius: 17px; overflow: hidden; display: grid; grid-template-columns: 190px 1fr; box-shadow: 0 30px 90px rgba(0,0,0,.25); transform: perspective(900px) rotateX(4deg) translateY(50px); opacity: .4; transition: .9s; transform-origin: center top; }.active .live-dashboard { transform: none; opacity: 1; }.live-dashboard aside { background: #19231f; color: white; padding: 24px 14px; display: flex; flex-direction: column; }.dash-brand { padding: 0 8px 28px; font-size: 12px; }.dash-brand .brand-mark { transform: scale(.75); transform-origin: left; }.live-dashboard aside button { border: 0; background: transparent; color: rgba(255,255,255,.5); padding: 13px 12px; text-align: left; border-radius: 8px; font-size: 10px; display: flex; justify-content: space-between; cursor: pointer; }.live-dashboard aside button:hover, .live-dashboard aside button.active { background: rgba(255,255,255,.08); color: white; }.live-dashboard aside button.active { border-left: 2px solid var(--lime); }.operator { margin-top: auto; display: flex; align-items: center; gap: 9px; padding: 12px 7px; border-top: 1px solid rgba(255,255,255,.1); }.operator > div { width: 29px; height: 29px; border-radius: 50%; background: var(--lime); color: var(--ink); display: grid; place-items: center; font: 8px var(--mono); }.operator span { display: flex; flex-direction: column; }.operator b { font-size: 9px; }.operator small { font: 7px var(--mono); color: rgba(255,255,255,.4); }
.dash-main { padding: 31px; }.dash-title { display: flex; justify-content: space-between; align-items: center; }.dash-title small { font: 7px var(--mono); color: var(--muted); }.dash-title h3 { margin: 6px 0 0; font-size: 23px; letter-spacing: -.03em; }.dash-title button { border: 0; background: var(--ink); color: white; padding: 11px 15px; border-radius: 7px; font-size: 9px; }.kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin: 27px 0 12px; }.kpis > div { border: 1px solid var(--line); border-radius: 9px; padding: 17px; display: grid; grid-template-columns: 1fr auto; gap: 8px; }.kpis small { grid-column: 1/-1; font: 7px var(--mono); color: var(--muted); }.kpis strong { font-size: 27px; }.kpis span { font-size: 7px; color: var(--muted); align-self: end; }.kpis > div:first-child span { color: #668c13; }.map-card { height: 450px; border: 1px solid var(--line); border-radius: 9px; position: relative; overflow: hidden; }.map-toolbar { height: 52px; padding: 0 17px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-size: 10px; background: rgba(255,255,255,.8); position: relative; z-index: 2; }.map-toolbar span { font: 7px var(--mono); color: var(--muted); }.map-toolbar i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--lime-dark); }.map-card svg { position: absolute; inset: 52px 0 0; width: 100%; height: calc(100% - 52px); }.map-card svg path { fill: none; stroke: #a5ad9f; stroke-width: 8; opacity: .5; stroke-linecap: round; }.fleet-dot { position: absolute; width: 28px; height: 28px; border-radius: 8px 8px 8px 2px; background: var(--ink); color: white; display: grid; place-items: center; transform: rotate(-45deg); font: 7px var(--mono); box-shadow: 0 3px 13px rgba(0,0,0,.2); animation: dotpulse 2s infinite; }.fleet-dot::first-line { transform: rotate(45deg); }.fd1 { left: 18%; top: 48%; }.fd2 { left: 42%; top: 34%; background: var(--lime-dark); color: var(--ink); animation-delay: .5s; }.fd3 { right: 28%; top: 60%; animation-delay: 1s; }.fd4 { right: 12%; top: 31%; animation-delay: 1.5s; }@keyframes dotpulse { 50% { box-shadow: 0 0 0 8px rgba(157,204,26,.12); } }.live-trip-card { position: absolute; right: 13px; bottom: 13px; width: 225px; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 13px; box-shadow: 0 10px 30px rgba(0,0,0,.08); }.live-trip-card > div:first-child { display: flex; align-items: center; gap: 7px; }.live-trip-card b { font-size: 9px; }.live-trip-card small { display: block; font-size: 7px; color: var(--muted); margin: 7px 0 11px 16px; }.trip-progress { height: 3px; background: #e5e7e2; }.trip-progress i { display: block; height: 100%; width: 65%; background: var(--lime-dark); }.live-trip-card > strong { display: flex; justify-content: space-between; margin-top: 11px; font-size: 8px; }.live-trip-card > strong span { color: var(--lime-dark); }

.fleet { min-height: 900px; display: flex; flex-direction: column; justify-content: center; }.fleet-copy { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: end; }.fleet-copy .section-index { grid-column: 1/-1; }.fleet-copy h2 { font-size: clamp(55px, 7vw, 104px); }.fleet-lineup { margin-top: 130px; display: flex; align-items: end; justify-content: space-between; padding: 0 4vw; }.lineup-item { transform: translateX(180px); opacity: 0; transition: .7s; }.active .lineup-item { transform: none; opacity: 1; }.active .lineup-item:nth-child(2) { transition-delay: .12s; }.active .lineup-item:nth-child(3) { transition-delay: .24s; }.active .lineup-item:nth-child(4) { transition-delay: .36s; }.lineup-item .mini-vehicle { color: var(--ink); transform: scale(1.25); transform-origin: bottom left; }.lineup-item.shuttle .mini-vehicle { transform: scale(1.55); }.lineup-item.mini .mini-vehicle { transform: scale(1.78); }.lineup-item.bus .mini-vehicle { transform: scale(2.08); }.lineup-item small { display: block; font: 8px var(--mono); margin-top: 25px; color: var(--muted); }.fleet-track { height: 2px; background: var(--line); margin-top: 25px; }.fleet-track i { display: block; width: 0; height: 100%; background: var(--lime-dark); transition: 1.6s .3s; }.active .fleet-track i { width: 100%; }

.final-cta { min-height: 94vh; padding-top: 170px; background: var(--ink); color: white; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; }.final-cta h2 { color: white; font-size: clamp(62px, 9vw, 134px); position: relative; z-index: 2; }.final-cta > p { width: min(500px, 90%); line-height: 1.7; color: rgba(255,255,255,.55); margin: 28px auto; }.button-lime { background: var(--lime); color: var(--ink); position: relative; z-index: 2; }.cta-orbit { position: absolute; width: min(60vw, 780px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-49%); }.cta-orbit:after, .cta-orbit:before { content: ''; position: absolute; border-radius: 50%; border: 1px dashed rgba(255,255,255,.11); }.cta-orbit:before { inset: 14%; }.cta-orbit:after { inset: 29%; }.cta-orbit span, .cta-orbit i, .cta-orbit b { width: 11px; height: 11px; border-radius: 50%; background: var(--lime); position: absolute; box-shadow: 0 0 20px rgba(200,255,49,.5); }.cta-orbit span { top: 8%; left: 27%; }.cta-orbit i { bottom: 15%; right: 18%; }.cta-orbit b { left: 13%; bottom: 28%; }.active .cta-orbit { animation: orbit 25s linear infinite; }@keyframes orbit { to { transform: translate(-50%,-49%) rotate(360deg); } }.footer-line { position: absolute; left: 7vw; right: 7vw; bottom: 25px; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font: 8px var(--mono); color: rgba(255,255,255,.38); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s, transform .8s; }.active .reveal { opacity: 1; transform: none; }.active .reveal:nth-of-type(2) { transition-delay: .08s; }.active .reveal:nth-of-type(3) { transition-delay: .16s; }.active .reveal:nth-of-type(4) { transition-delay: .24s; }

@media (max-width: 900px) {
  .site-header nav { display: none; }.chapter { padding: 100px 5vw; }.hero { display: block; padding-top: 125px; }.hero-copy { width: 100%; }.hero-stage { min-height: 510px; margin-top: 20px; }.sun-orbit { width: 100%; left: 0; top: 4%; }.hero-vehicle { left: 3%; transform: translateX(120%) scale(.78); transform-origin: left bottom; }.active .hero-vehicle { transform: scale(.78); }.hero-status { top: 8%; right: 0; }.passenger-group { right: 2%; bottom: 22%; }.intro-grid, .assignment, .tracking-top, .fleet-copy { grid-template-columns: 1fr; }.intro-grid { gap: 20px; }.assignment { gap: 60px; }.route-console { grid-template-columns: 1fr; }.route-map { min-height: 500px; }.live-dashboard { grid-template-columns: 1fr; height: 690px; }.live-dashboard aside { display: none; }.dash-main { padding: 20px; }.fleet-lineup { padding: 0; transform: scale(.75); transform-origin: left bottom; width: 132%; }.pickup-copy { top: 100px; }.pickup-vehicle { transform: scale(.7); transform-origin: right bottom; }.active .pickup-vehicle { right: 2%; }.passengers-3d { left: 37%; width: 330px; }.active .passengers-3d { transform: translateX(230px) scale(.32); }
}

.motion-page .site-header > div:last-child > a:last-child { border: 2px solid var(--ink); background: transparent; color: var(--ink); box-shadow: none; border-radius: 999px; padding: 10px 24px; }
.motion-page .site-header > div:last-child > a:last-child:hover { background: var(--ink); color: #fff; }
.motion-page .site-footer .font-bold { color: var(--ink) !important; position: relative; text-decoration: none; }
.motion-page .site-footer .font-bold::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.motion-page .site-footer .font-bold:hover::after { transform: scaleX(1); }
.motion-page .site-footer .font-black { color: var(--ink) !important; }

@media (max-width: 600px) {
  .site-header { height: 66px; padding: 0 5vw; }.nav-cta { padding: 9px 12px; }.chapter { padding: 86px 5vw; }.hero { padding-top: 105px; }.hero h1 { font-size: 16.5vw; }.hero-actions { flex-direction: column; align-items: flex-start; }.hero-stage { min-height: 430px; }.hero-vehicle { width: 330px; transform: translateX(120%) scale(.58); }.active .hero-vehicle { transform: scale(.58); }.road { bottom: 14%; }.hero-status { min-width: 185px; }.metric-two { display: none; }.scroll-cue { display: none; }.request-board { height: 470px; }.decision-card { width: 220px; }.assignment { padding-top: 100px; }.vehicle-selector { padding: 14px; }.fleet-option { grid-template-columns: 115px 1fr; }.fleet-option em { display: none; }.fleet-option .mini-vehicle { transform: scale(.75); transform-origin: left; }.route { padding-left: 5vw; padding-right: 5vw; }.route-console { margin-top: 45px; }.route-map { min-height: 410px; }.route-legend span { display: none; }.route-legend b { margin: auto; }.pickup { min-height: 780px; padding: 0; }.pickup-scene { min-height: 780px; }.pickup-copy { left: 5vw; right: 5vw; }.pickup-building { object-position: 64% center; }.pickup-vehicle { transform: scale(.55); }.active .pickup-vehicle { right: -11%; }.passengers-3d { left: 20%; width: 280px; }.active .passengers-3d { transform: translateX(190px) scale(.28); }.scene-reference { display: none; }.live-dashboard { height: 650px; }.kpis { grid-template-columns: 1fr 1fr; }.kpis > div:last-child { display: none; }.dash-title h3 { font-size: 17px; }.map-card { height: 420px; }.fleet-lineup { margin-top: 100px; width: 205%; transform: scale(.47); }.fleet { min-height: 700px; }.final-cta { padding-left: 5vw; padding-right: 5vw; }.footer-line { gap: 12px; }.footer-line span:nth-child(2) { display: none; }
}

/* Isometric vehicle treatment inspired by the supplied logistics reference. */
.hero-vehicle { display: none; }
.isometric-shuttle { position: absolute; z-index: 4; width: min(500px, 48vw); left: 0; bottom: 12%; transform: translateX(120%) rotate(-3deg) scale(.82); opacity: 0; filter: drop-shadow(0 24px 22px rgba(23,32,29,.24)); transition: transform 1.5s cubic-bezier(.2,.85,.2,1), opacity .4s; }
.active .isometric-shuttle { transform: translateX(0) rotate(-3deg) scale(.82); opacity: 1; animation: vehicleFloat 4.5s 1.5s ease-in-out infinite; }
@keyframes vehicleFloat { 50% { transform: translateY(-7px) rotate(-3deg) scale(.82); } }
.fleet-lineup { position: relative; min-height: 300px; }
.fleet-isometric { width: 100%; height: auto; display: block; transform: translateX(130px); opacity: 0; filter: drop-shadow(0 18px 18px rgba(23,32,29,.18)); transition: .9s cubic-bezier(.2,.85,.2,1); }
.active .fleet-isometric { transform: none; opacity: 1; }
.lineup-item { display: none; }
.assignment-showcase { height: 160px; margin: -7px -5px 12px; border-radius: 11px; position: relative; overflow: hidden; background: linear-gradient(135deg, #263a33, #15241f); border: 1px solid rgba(255,255,255,.12); }.assignment-showcase img { position: absolute; width: 255px; right: 4px; bottom: -22px; filter: drop-shadow(0 15px 15px rgba(0,0,0,.25)); transform: translateX(110px); opacity: 0; transition: .9s cubic-bezier(.2,.85,.2,1); }.active .assignment-showcase img { transform: none; opacity: 1; }.assignment-showcase span { position: absolute; left: 13px; top: 13px; display: flex; align-items: center; gap: 7px; font: 7px var(--mono); color: var(--lime); }.assignment-showcase span i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(200,255,49,.12); }
.boarding-status { display: flex; align-items: center; gap: 8px; margin-top: 13px; font: 7px var(--mono); color: var(--muted); }.boarding-status > i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime-dark); box-shadow: 0 0 0 4px rgba(157,204,26,.13); animation: statusPulse 1.1s infinite; }.boarding-status b { margin-left: auto; font-weight: 500; color: var(--ink); }.boarding-status:after { content: ''; position: absolute; width: 245px; height: 2px; margin-top: 28px; background: linear-gradient(90deg, var(--lime-dark) 66%, rgba(23,32,29,.12) 66%); border-radius: 2px; }@keyframes statusPulse { 50% { transform: scale(1.5); opacity: .5; } }
.active .passengers-3d { animation: passengerBoardV2 8s .35s cubic-bezier(.33,.75,.22,1) forwards; will-change: transform, opacity; }
@keyframes passengerBoardV2 { 0% { opacity: 0; transform: translateX(-210px) translateY(3px) scale(.8) rotate(-1deg); } 7% { opacity: 1; } 18% { transform: translateX(-188px) translateY(-5px) scale(.8) rotate(1deg); } 30% { transform: translateX(-157px) translateY(3px) scale(.77) rotate(-1deg); } 42% { transform: translateX(-122px) translateY(-5px) scale(.73) rotate(1deg); } 55% { transform: translateX(-78px) translateY(3px) scale(.67) rotate(-1deg); } 68% { transform: translateX(-26px) translateY(-4px) scale(.59) rotate(1deg); } 80% { transform: translateX(30px) translateY(2px) scale(.5) rotate(-1deg); } 92% { opacity: 1; transform: translateX(90px) translateY(0) scale(.42) rotate(0); } 100% { opacity: 0; transform: translateX(145px) translateY(0) scale(.34) rotate(0); } }

@media (max-width: 900px) {
  .isometric-shuttle { width: min(540px, 86vw); left: 1%; bottom: 15%; }
  .active .isometric-shuttle { transform: translateX(0) rotate(-3deg) scale(.76); }
  .fleet-lineup { min-height: 240px; }
}
@media (max-width: 600px) {
  .isometric-shuttle { width: 114vw; left: -8%; bottom: 14%; }
  .active .isometric-shuttle { transform: translateX(0) rotate(-3deg) scale(.65); }
  .fleet-lineup { margin-top: 100px; min-height: 210px; width: 112%; }
}

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

/* Brand handoff and legal footer matching the production Fleetrix site. */
.brand-logo-slot { display: inline-grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--lime-dark); border-radius: 9px; color: var(--lime-dark); font: 7px var(--mono); letter-spacing: .08em; }
.site-footer { position: absolute; left: 7vw; right: 7vw; bottom: 24px; display: grid; grid-template-columns: minmax(280px, 1fr) minmax(360px, auto); gap: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); text-align: left; color: rgba(255,255,255,.52); font: 10px/1.65 var(--mono); z-index: 3; }
.footer-company { display: grid; gap: 3px; max-width: 420px; }
.footer-company p { margin: 0; }
.footer-company a, .footer-links a { color: rgba(255,255,255,.72); transition: color .2s; }
.footer-company a:hover, .footer-links a:hover { color: var(--lime); }
.footer-name { color: white; letter-spacing: .14em; font-weight: 500; }
.footer-description { margin-top: 9px !important; max-width: 390px; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; justify-content: end; gap: 7px 18px; max-width: 620px; }
@media (max-width: 900px) { .site-footer { position: relative; left: auto; right: auto; bottom: auto; grid-template-columns: 1fr; gap: 20px; margin-top: 54px; text-align: center; } .footer-links { justify-content: center; max-width: none; } }

/* Keep the legal footer in document flow so it never collides with the CTA artwork. */
.final-cta { justify-content: flex-start; padding-bottom: 42px; }
.site-footer { position: relative; left: auto; right: auto; bottom: auto; width: 100%; margin-top: clamp(110px, 15vh, 190px); align-self: stretch; }
.footer-links { justify-content: flex-end; text-align: right; }
@media (max-width: 900px) { .site-footer { margin-top: 54px; } .footer-links { justify-content: center; text-align: center; } }

/* Individual passenger motion: each person gets a staggered step rhythm and enters behind the shuttle. */
.walking-passengers { position: absolute; z-index: 5; left: 31%; bottom: 74px; width: 380px; height: 225px; pointer-events: none; }
.passenger-unit { position: absolute; bottom: 0; width: auto; height: 195px; object-fit: contain; opacity: 0; transform-origin: center bottom; filter: drop-shadow(0 8px 8px rgba(23,32,29,.16)); }
.unit-one { left: 0; }.unit-two { left: 102px; height: 184px; }.unit-three { left: 205px; height: 188px; }
.active .passenger-unit { animation: personWalk 5.2s cubic-bezier(.3,.72,.2,1) forwards; }
.active .unit-one { animation-name: boardOne; animation-delay: 2.7s; }.active .unit-two { animation-name: boardTwo; animation-delay: 3.05s; }.active .unit-three { animation-name: boardThree; animation-delay: 3.4s; }
@keyframes personWalk { 0% { opacity: 0; transform: translate3d(-110px, 5px, 0) rotate(-2deg); } 7% { opacity: 1; } 18% { transform: translate3d(-82px, -6px, 0) rotate(2deg); } 30% { transform: translate3d(-43px, 3px, 0) rotate(-2deg); } 42% { transform: translate3d(3px, -7px, 0) rotate(2deg); } 54% { transform: translate3d(53px, 2px, 0) rotate(-2deg); } 66% { transform: translate3d(107px, -6px, 0) rotate(2deg); } 78% { transform: translate3d(163px, 2px, 0) rotate(-1deg); } 90% { opacity: 1; transform: translate3d(215px, 0, 0) rotate(0); } 100% { opacity: 0; transform: translate3d(258px, 0, 0) rotate(0); } }
@keyframes boardOne { 0% { opacity: 0; transform: translate3d(-110px, 5px, 0) rotate(-2deg); } 7% { opacity: 1; } 30% { transform: translate3d(5px, 3px, 0) rotate(-2deg); } 54% { transform: translate3d(95px, 2px, 0) rotate(2deg); } 78% { transform: translate3d(165px, 2px, 0) rotate(-1deg); } 91% { opacity: 1; transform: translate3d(205px, -3px, 0) rotate(0); } 96% { opacity: 1; transform: translate3d(218px, -16px, 0); } 100% { opacity: 0; transform: translate3d(226px, -26px, 0); } }
@keyframes boardTwo { 0% { opacity: 0; transform: translate3d(-92px, 5px, 0) rotate(-2deg); } 7% { opacity: 1; } 30% { transform: translate3d(-45px, 3px, 0) rotate(-2deg); } 54% { transform: translate3d(18px, 2px, 0) rotate(2deg); } 78% { transform: translate3d(72px, 2px, 0) rotate(-1deg); } 91% { opacity: 1; transform: translate3d(102px, -3px, 0) rotate(0); } 96% { opacity: 1; transform: translate3d(115px, -16px, 0); } 100% { opacity: 0; transform: translate3d(123px, -26px, 0); } }
@keyframes boardThree { 0% { opacity: 0; transform: translate3d(-74px, 5px, 0) rotate(-2deg); } 7% { opacity: 1; } 30% { transform: translate3d(-54px, 3px, 0) rotate(-2deg); } 54% { transform: translate3d(-27px, 2px, 0) rotate(2deg); } 78% { transform: translate3d(-3px, 2px, 0) rotate(-1deg); } 91% { opacity: 1; transform: translate3d(8px, -3px, 0) rotate(0); } 96% { opacity: 1; transform: translate3d(21px, -16px, 0); } 100% { opacity: 0; transform: translate3d(29px, -26px, 0); } }
.assignment-showcase img { width: 255px; }
.assignment-showcase span b { font: 7px var(--mono); font-weight: 400; }
.assignment-showcase { background: radial-gradient(circle at 74% 68%, #263c34 0%, #0f1714 62%); }
.assignment-showcase img { width: 355px; height: 205px; object-fit: contain; right: -12px; bottom: -20px; filter: drop-shadow(0 15px 16px rgba(0,0,0,.34)); }

@media (max-width: 900px) { .walking-passengers { left: 25%; transform: scale(.86); transform-origin: left bottom; } }
@media (max-width: 600px) { .walking-passengers { left: 17%; bottom: 42px; transform: scale(.68); } }

/* On laptop and desktop layouts, all three passengers converge on the open
   shuttle doorway instead of completing their animation in the road. */
@media (min-width: 901px) {
  .active .unit-one { animation-name: boardOneLaptop; }
  .active .unit-two { animation-name: boardTwoLaptop; }
  .active .unit-three { animation-name: boardThreeLaptop; }
}
@keyframes boardOneLaptop {
  0% { opacity: 0; transform: translate3d(-70px, 5px, 0) rotate(-2deg); }
  7% { opacity: 1; }
  28% { transform: translate3d(10vw, -5px, 0) rotate(2deg); }
  50% { transform: translate3d(20vw, 4px, 0) rotate(-2deg); }
  72% { transform: translate3d(27vw, -4px, 0) rotate(2deg); }
  91% { opacity: 1; transform: translate3d(34vw, -4px, 0); }
  96% { opacity: 1; transform: translate3d(34vw, -18px, 0); }
  100% { opacity: 0; transform: translate3d(34vw, -32px, 0); }
}
@keyframes boardTwoLaptop {
  0% { opacity: 0; transform: translate3d(-92px, 5px, 0) rotate(-2deg); }
  7% { opacity: 1; }
  28% { transform: translate3d(calc(10vw - 28px), -5px, 0) rotate(2deg); }
  50% { transform: translate3d(calc(20vw - 60px), 4px, 0) rotate(-2deg); }
  72% { transform: translate3d(calc(27vw - 82px), -4px, 0) rotate(2deg); }
  91% { opacity: 1; transform: translate3d(calc(34vw - 102px), -4px, 0); }
  96% { opacity: 1; transform: translate3d(calc(34vw - 102px), -18px, 0); }
  100% { opacity: 0; transform: translate3d(calc(34vw - 102px), -32px, 0); }
}
@keyframes boardThreeLaptop {
  0% { opacity: 0; transform: translate3d(-74px, 5px, 0) rotate(-2deg); }
  7% { opacity: 1; }
  28% { transform: translate3d(calc(10vw - 55px), -5px, 0) rotate(2deg); }
  50% { transform: translate3d(calc(20vw - 120px), 4px, 0) rotate(-2deg); }
  72% { transform: translate3d(calc(27vw - 165px), -4px, 0) rotate(2deg); }
  91% { opacity: 1; transform: translate3d(calc(34vw - 205px), -4px, 0); }
  96% { opacity: 1; transform: translate3d(calc(34vw - 205px), -18px, 0); }
  100% { opacity: 0; transform: translate3d(calc(34vw - 205px), -32px, 0); }
}

/* Assignment is now a direct fleet selector: the real, branded vehicle artwork lives in each row. */
.assignment-showcase { display: none; }
.fleet-option { height: 125px; grid-template-columns: 190px 1fr auto; overflow: hidden; }
.vehicle-art { width: 176px; height: 112px; position: relative; display: grid; place-items: center; overflow: hidden; }
.vehicle-art img { width: 176px; height: 112px; object-fit: contain; filter: none; transition: transform .35s ease; }
.fleet-option:hover .vehicle-art img, .fleet-option.selected .vehicle-art img { transform: translateX(5px) scale(1.08); }
.fleet-option.selected .vehicle-art img { filter: none; }
.fleet-status { position: absolute; right: 14px; top: 12px; color: var(--lime); font: 8px var(--mono); letter-spacing: .05em; }
.driver-card { grid-template-columns: 44px 1fr; }

/* Fixed right-side pickup position: only the passengers animate into the open shuttle door. */
.pickup-shuttle-art { position: absolute; z-index: 6; width: min(620px, 52vw); right: 2vw; bottom: 32px; opacity: 1; pointer-events: none; }
.pickup-shuttle-art img { display: block; width: 100%; height: auto; }
@media (max-width: 900px) { .pickup-shuttle-art { width: min(500px, 62vw); right: 2vw; bottom: 36px; } }
@media (max-width: 600px) { .pickup-shuttle-art { width: 88vw; right: -10vw; bottom: 42px; } }

/* Clear sequence: shuttle arrives and stops; passengers then cross the curb directly into its open door. */
.walking-passengers { z-index: 5; }
.active .arrival-chip > i { animation: arrivalIndicator .65s 4 ease-in-out; }
.active .arrival-chip b { animation: arrivalLabel .65s 4 ease-in-out; }
@keyframes arrivalIndicator { 50% { transform: scale(.45); opacity: .22; box-shadow: none; } }
@keyframes arrivalLabel { 50% { opacity: .35; } }
.boarding-card { transition-delay: 9s; }
.pickup.replay-reset .boarding-card, .pickup:not(.active) .boarding-card { opacity: 0; transform: translateY(15px); transition: none; }

/* Route city: a day-to-night isometric layer; the vehicle's SVG motion intentionally slows through the traffic interval. */
.route-map { background: #d7e0d6; isolation: isolate; }
.route-map .map-grid { z-index: 2; opacity: .18; mix-blend-mode: multiply; }
.route-city-art { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: fill; opacity: .96; transition: filter 2s ease; }
.route-map svg { z-index: 4; }
.route-map::after { content: ''; position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(13,27,43,.78), rgba(22,40,55,.5)); opacity: 0; }
.active .route-map::after { animation: routeNightfall 4s 8.6s ease forwards; }
.active .route-city-art { animation: routeCityNight 4s 8.6s ease forwards; }
@keyframes routeNightfall { to { opacity: 1; } }
@keyframes routeCityNight { to { filter: brightness(.78) saturate(.9) contrast(1.05) drop-shadow(0 0 8px rgba(255,190,90,.38)); } }
.route-map .stop-node, .route-map .gps-lock, .route-map .traffic-note, .route-map .route-legend { z-index: 6; }
.traffic-note { z-index: 6; display: flex; flex-direction: column; gap: 2px; background: rgba(255,182,100,.94); box-shadow: 0 7px 16px rgba(62,32,6,.16); }
.traffic-note b { font: 800 8px var(--mono); }.traffic-note span { font: 6px var(--mono); letter-spacing: .07em; }
.active .traffic-note { animation: trafficAlert 1.1s ease-in-out infinite alternate; }
@keyframes trafficAlert { to { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(62,32,6,.27); } }

/* The moving label uses SVG animateMotion against the exact rendered route path. */
.route-map .svg-fleet-marker rect { fill: var(--lime); stroke: #eefbb8; stroke-width: 1.5; filter: drop-shadow(0 3px 5px rgba(0,0,0,.32)); }
.route-map .svg-fleet-marker text { fill: var(--ink); font: 700 7px var(--mono); letter-spacing: .07em; }
.route-map .svg-fleet-marker { transform-box: fill-box; transform-origin: center; }
.moving-marker { display: none; }
@media (max-width: 600px) { .fleet-option { grid-template-columns: 128px 1fr; }.vehicle-art { width: 122px; height: 102px; }.vehicle-art img { width: 128px; height: 102px; } }

/* Deliberately quiet route treatment: a fine line sits over the city’s existing streets. */
.route-map .route-shadow { stroke: rgba(16, 33, 27, .42); stroke-width: 5; stroke-linecap: round; }
.route-map .active-route { stroke-width: 2.5; stroke-dasharray: none; stroke-dashoffset: 0; filter: drop-shadow(0 1px 1px rgba(37, 69, 20, .34)); }
.active .route-map .active-route { animation: none; }
.route-map .traffic-route { fill: none; stroke: #ed6859; stroke-width: 4; stroke-linecap: round; stroke-dasharray: 14 86; stroke-dashoffset: -52; opacity: 1; filter: drop-shadow(0 1px 1px rgba(74, 18, 12, .24)); }
.active .route-map .traffic-route { opacity: 1; animation: trafficRoutePulse 1.25s ease-in-out infinite alternate; }
@keyframes trafficRoutePulse { to { stroke-width: 6; opacity: .72; } }
.route-map .route-traveller { filter:drop-shadow(0 0 3px rgba(200,255,49,.9)) drop-shadow(0 0 7px rgba(200,255,49,.56)); will-change: transform; }
.route-map .driver-pulse { fill: rgba(200,255,49,.22); stroke: none; animation: driverPulse 1.2s ease-in-out infinite alternate; }
.route-map .driver-dot { fill: var(--lime); stroke: none; }
.route-map .driver-tag rect { fill: rgba(20,38,31,.94); stroke: rgba(255,255,255,.68); stroke-width: .8; }
.route-map .driver-tag text { fill: #fff; font: 800 7px var(--mono); letter-spacing: .08em; }
@keyframes driverPulse { to { r: 12; opacity: .5; } }
.route-map .stop-node { z-index: 6; min-width: 0; width: auto; height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; color: #000; font: 800 8px var(--mono); letter-spacing: .055em; -webkit-text-stroke: 0; text-shadow: none; }
.route-map .stop-node span { display: block; }
.active .route-map .stop-node { animation: stopLabelTone 32s linear infinite; }
@keyframes stopLabelTone { 0%,48.4% { color:#000; } 51.6%,98.4% { color:#fff; } 100% { color:#000; } }
.route-map .s1 { left: 8%; top: 80%; bottom: auto; transition-delay: .15s; }
.route-map .s2 { left: 20%; top: 67%; transition-delay: .4s; }
.route-map .s3 { left: 37%; top: 56%; transition-delay: .65s; }
.route-map .s4 { left: 51%; top: 39%; transition-delay: .9s; }
.route-map .s5 { left: 68%; top: 33%; transition-delay: 1.15s; }
.route-map .s6 { left: 87%; top: 12%; transition-delay: 1.4s; }
.route-map::after { background: linear-gradient(135deg, rgba(9, 22, 39, .83), rgba(19, 36, 63, .63)); }
.active .route-map::after { animation: routeDayNight 32s linear infinite; }
.active .route-city-art { animation: routeCityDayNight 32s linear infinite; }
@keyframes routeDayNight { 0%, 48.4% { opacity: 0; } 51.6%, 98.4% { opacity: .82; } 100% { opacity: 0; } }
@keyframes routeCityDayNight { 0%, 48.4% { filter: brightness(1) saturate(1); } 51.6%, 98.4% { filter: brightness(.72) saturate(.82) contrast(1.08) drop-shadow(0 0 9px rgba(255, 190, 90, .42)); } 100% { filter: brightness(1) saturate(1); } }
.route-panel .panel-header b:only-child { margin-left:auto; }
.route-panel .stop-timeline { margin-top:14px; }
.route-panel .stop-timeline > div { min-height:45px; }
.route-panel .stop-timeline > div:not(:last-child)::after { top:34px; height:22px; }

/* Live fleet map and selectable driver markers. */
.map-card .live-map-art { position:absolute; z-index:0; inset:52px 0 0; width:100%; height:calc(100% - 52px); object-fit:cover; object-position:center; filter:saturate(.82) contrast(.97); }
.map-card .map-grid { z-index:1; opacity:.08; }
.map-card svg { z-index:2; pointer-events:none; }
.map-card svg path { stroke:#65736d; stroke-width:3; opacity:.25; stroke-dasharray:8 8; }
.map-card .map-toolbar { z-index:6; }
.map-card .fleet-dot { z-index:4; border:0; padding:0; cursor:pointer; appearance:none; background:var(--ink); transition:background .2s, box-shadow .2s, filter .2s; }
.map-card .fleet-dot span { transform:rotate(45deg); display:block; font:800 7px var(--mono); letter-spacing:.03em; }
.map-card .fleet-dot:hover { filter:brightness(1.18); }
.map-card .fleet-dot.active { background:var(--lime-dark); color:var(--ink); box-shadow:0 0 0 8px rgba(157,204,26,.16),0 5px 16px rgba(0,0,0,.2); }
.map-card .fd2 { background:var(--ink); color:#fff; }
.map-card .live-trip-card { z-index:5; left:13px; right:auto; bottom:13px; width:245px; }
.map-card .trip-progress i { transition:width .45s cubic-bezier(.2,.8,.2,1); }
.route-stat small { display:flex; flex-direction:column; gap:4px; }
.route-stat small em { color:var(--lime); font:normal 7px var(--mono); letter-spacing:.05em; }
#routeEfficiencyBar, .active #routeEfficiencyBar { width:0; transition:width .65s cubic-bezier(.2,.8,.2,1); }

/* Final footer alignment: keep company details left and legal links low/right. */
.final-cta .site-footer { width: 100%; margin-top: 90vh; text-align: left !important; }
.final-cta .footer-links { justify-content: flex-start !important; text-align: left !important; }
@media (max-width: 900px) {
  .site-header nav { display: flex; gap: 10px; font-size: 13px; }
  .site-header nav a:not(:nth-last-child(-n + 2)) { display: none; }
  .final-cta .site-footer { margin-top: 55vh; }
  .final-cta .footer-links { justify-content: flex-start !important; text-align: left !important; }
}

.contact-form { width: min(760px, 100%); margin-top: 38px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.035); text-align: left; position: relative; z-index: 4; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: rgba(255,255,255,.68); font: 10px var(--mono); letter-spacing: .06em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(8,18,15,.62); color: white; padding: 11px 12px; font: 13px var(--sans); outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(200,255,49,.12); }
.phone-field { display: grid; grid-template-columns: 112px 1fr; gap: 7px; }
.message-field { grid-column: 1 / -1; }
.cf-turnstile { margin-top: 16px; min-height: 65px; }
.contact-submit { border: 0; cursor: pointer; margin-top: 8px; }
.contact-confirmation { min-height: 18px; margin: 10px 0 0; color: var(--lime); font: 10px var(--mono); }
.fleet-option.selected .fleet-status { color: var(--ink); }
.contact-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; }
.modal-open { overflow: hidden; }
.contact-modal[hidden] { display: none; }
.contact-modal-backdrop { position: absolute; inset: 0; background: rgba(8,18,15,.72); backdrop-filter: blur(8px); }
.contact-modal-panel { position: relative; width: min(780px, 100%); max-height: min(90vh, 760px); overflow: auto; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #172721; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.contact-modal-panel h3 { margin: 0; color: white; font-size: 30px; }.contact-modal-panel > p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }.contact-modal-panel .contact-form { margin-top: 24px; width: 100%; padding: 0; border: 0; background: transparent; }.contact-modal-close { position: absolute; top: 14px; right: 16px; border: 0; background: transparent; color: rgba(255,255,255,.7); font-size: 28px; cursor: pointer; }.contact-modal-close:hover { color: var(--lime); }
@media (max-width: 600px) { .contact-form { padding: 16px; } .contact-form-grid { grid-template-columns: 1fr; } .message-field { grid-column: auto; } .phone-field { grid-template-columns: 100px 1fr; } }

/* Reconcile the production legal-footer markup with the motion page layout. */
.motion-page .final-cta .site-footer { width: auto; max-width: none; margin: 120px 6vw 0 !important; padding: 28px 0 42px !important; font-family: var(--sans); font-size: 12px; line-height: 1.6; }
.motion-page .final-cta .site-footer > div { display: grid; grid-template-columns: minmax(340px, 1fr) minmax(440px, 1fr); gap: 64px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 26px; }
.motion-page .final-cta .site-footer > div > div:first-child { display: grid; gap: 4px; max-width: 460px; }
.motion-page .final-cta .site-footer > div > div:first-child p { margin: 0; }
.motion-page .final-cta .site-footer > div > div:first-child p:first-child { color: #fff; letter-spacing: .14em; font: 600 12px var(--mono); }
.motion-page .final-cta .site-footer > div > div:last-child { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: 10px 22px; }
.motion-page .final-cta .site-footer a { color: rgba(255,255,255,.7); }
.motion-page .final-cta .site-footer a:hover { color: var(--lime); }
@media (max-width: 900px) {
  .motion-page .final-cta .site-footer { margin: 80px 5vw 0 !important; }
  .motion-page .final-cta .site-footer > div { grid-template-columns: 1fr; gap: 26px; }
  .motion-page .final-cta .site-footer > div > div:last-child { justify-content: flex-start; }
}

/* Final contact and footer treatment shared by desktop and mobile. */
.contact-form input, .contact-form textarea, .contact-form select { background: #fff; color: var(--ink); border-color: rgba(255,255,255,.72); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #6f7774; }
.contact-form select option { background: #fff; color: var(--ink); }
.contact-submit { display: flex; width: fit-content; margin: 16px 0 0 auto; background: #fff; color: var(--ink); border: 1px solid #fff; }
.contact-submit:hover, .contact-submit:focus-visible, .contact-submit.is-sent { background: #050706; color: #fff; }
.contact-submit:disabled { cursor: wait; }
.contact-confirmation { text-align: right; }
.motion-page .final-cta .site-footer { width: auto; margin: clamp(220px, 28vh, 330px) 6vw 0 !important; padding: 28px 0 70px !important; border-top: 1px solid rgba(255,255,255,.14); }
.motion-page .final-cta .site-footer > div { grid-template-columns: 380px minmax(0, 1fr); gap: 64px; padding-top: 0; border-top: 0 !important; }
.motion-page .final-cta .site-footer > div > div:last-child { justify-content: flex-start; text-align: left; }
.motion-page .final-cta .site-footer a, .motion-page .final-cta .site-footer .font-bold { color: rgba(255,255,255,.78) !important; }
.motion-page .final-cta .site-footer a:hover, .motion-page .final-cta .site-footer .font-bold:hover { color: #fff !important; }
.motion-page .final-cta .site-footer .font-black { color: #fff !important; }
@media (max-width: 900px) {
  .motion-page .final-cta .site-footer { margin: clamp(170px, 24vh, 240px) 5vw 0 !important; padding-bottom: 46px !important; }
  .motion-page .final-cta .site-footer > div { grid-template-columns: 1fr; gap: 28px; }
}

/* Header wordmark and navigation stay solid black on the light masthead. */
.motion-page .site-header > a > span:last-child,
.motion-page .site-header nav a { color: var(--ink) !important; }
.motion-page .site-header > a:hover > span:last-child,
.motion-page .site-header nav a:hover,
.motion-page .site-header nav a:focus-visible { color: var(--ink) !important; }

/* Legal pages reuse the same visual system while leaving owner-controlled copy intact. */
.legal-page { background: var(--ink); color: #fff; }
.legal-shell { min-height: 100vh; background: var(--ink); }
.legal-page .site-header { position: relative; max-width: none !important; background: var(--paper); }
.legal-main { position: relative; overflow: hidden; padding: clamp(85px, 9vw, 145px) 7vw 110px; }
.legal-main::before { content: ''; position: absolute; width: min(68vw, 980px); aspect-ratio: 1; top: -310px; right: -180px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: inset 0 0 0 110px rgba(255,255,255,.012); pointer-events: none; }
.legal-heading { position: relative; z-index: 1; width: min(1100px, 100%); margin: 0 auto; }
.legal-heading .section-index { color: var(--lime); }
.legal-kicker { margin: 28px 0 10px; color: rgba(255,255,255,.58); font: 500 12px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.legal-heading h1 { max-width: 980px; color: #fff; font-size: clamp(48px, 7vw, 100px); }
.legal-document { position: relative; z-index: 1; width: min(1100px, 100%); margin: 65px auto 0; padding: clamp(30px, 5vw, 72px); color: var(--ink); background: var(--paper); border-radius: 30px; box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.legal-rich-text { font-size: 16px; line-height: 1.8; color: #515b57; }
.legal-rich-text > *:first-child { margin-top: 0; }
.legal-rich-text h2, .legal-rich-text h3 { color: var(--ink); letter-spacing: -.03em; line-height: 1.15; }
.legal-rich-text h2 { margin: 44px 0 14px; font-size: 29px; }
.legal-rich-text h3 { margin: 32px 0 10px; font-size: 21px; }
.legal-rich-text a, .legal-section-body a { color: #315c4e; text-decoration: underline; text-underline-offset: 3px; }
.legal-cta { display: inline-flex; margin-top: 30px; padding: 14px 22px; color: var(--ink); background: var(--lime); border-radius: 999px; font-weight: 800; }
.legal-sections { margin-top: 55px; }
.legal-section { padding: 38px 0; border-top: 1px solid var(--line); }
.legal-section > div { display: grid; gap: 34px; }
.legal-section.has-image > div { grid-template-columns: minmax(0, 1fr) 280px; }
.legal-section h2 { margin: 0 0 14px; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.04em; line-height: 1.08; }
.legal-section-body { white-space: pre-line; color: #59625e; font-size: 15px; line-height: 1.8; }
.legal-section img { width: 100%; height: 220px; object-fit: cover; border-radius: 20px; }
.legal-page > .legal-shell > .site-footer { position: relative; width: auto; max-width: none; margin: 0 7vw; padding: 36px 0 70px; color: rgba(255,255,255,.62); }
.legal-page > .legal-shell > .site-footer > div { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 64px; padding-top: 0; border-top: 1px solid rgba(255,255,255,.14); padding-top: 28px; }
.legal-page > .legal-shell > .site-footer a { color: rgba(255,255,255,.76) !important; }
.legal-page > .legal-shell > .site-footer a:hover { color: #fff !important; }
.legal-page > .legal-shell > .site-footer .font-black { color: #fff !important; }
.legal-page > .legal-shell > .site-footer > div > div:last-child { justify-content: flex-start; text-align: left; }
@media (max-width: 900px) {
  .legal-main { padding: 75px 5vw 80px; }
  .legal-document { margin-top: 42px; border-radius: 22px; }
  .legal-section.has-image > div, .legal-page > .legal-shell > .site-footer > div { grid-template-columns: 1fr; }
  .legal-page > .legal-shell > .site-footer { margin: 0 5vw; }
}
