:root { --ink: #111615; --ink-soft: #202825; --paper: #f5f7f2; --paper-deep: #e8eee7; --lime: #d5ff32; --teal: #15b99f; --coral: #ff7966; --muted: #78827d; --line: rgba(17,22,21,.15); --max: 1240px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Noto Sans SC', 'Manrope', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body::selection { color: var(--ink); background: var(--lime); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.section-pad { padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); }
.site-header { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); position: fixed; z-index: 20; inset: 0 0 auto; color: white; mix-blend-mode: normal; transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(245,247,242,.95); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--lime); background: var(--ink); border-radius: 9px; font: 700 11px/1 'DM Mono', monospace; box-shadow: 3px 3px 0 rgba(213,255,50,.45); }
.brand-name { font-size: 17px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.site-nav a { opacity: .82; transition: opacity .2s, transform .2s; }
.site-nav a:hover { opacity: 1; transform: translateY(-2px); }
.site-nav .nav-cta { color: var(--ink); background: var(--lime); padding: 11px 14px 11px 17px; border-radius: 4px; opacity: 1; }
.nav-cta span, .button span, .card-link span { margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: none; color: #fff; padding: 8px; }
.site-header.scrolled .menu-toggle { color: var(--ink); }
.menu-toggle span { width: 23px; height: 2px; display: block; background: currentColor; margin: 5px; }
.hero { min-height: 760px; display: grid; grid-template-columns: minmax(390px, .86fr) minmax(520px, 1.14fr); gap: 54px; align-items: center; padding-top: 105px; color: white; background: var(--ink); overflow: hidden; position: relative; }
.hero::after { content: ''; position: absolute; width: 43vw; height: 43vw; max-width: 650px; max-height: 650px; right: -11vw; top: -25vw; border: 1px solid rgba(213,255,50,.22); border-radius: 50%; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 35px; }
.eyebrow, .section-kicker, .product-tag, .mono { font: 500 11px/1.4 'DM Mono', monospace; letter-spacing: .09em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime); }
.eyebrow span { color: rgba(255,255,255,.42); margin-left: 5px; }
.eyebrow i { width: 8px; height: 8px; display: inline-block; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(213,255,50,.12); }
h1, h2, h3, p { margin: 0; }
h1 { margin-top: 26px; font-size: clamp(57px, 7.2vw, 106px); line-height: .97; letter-spacing: -.09em; font-weight: 900; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 405px; margin-top: 30px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; border-radius: 3px; font-size: 13px; font-weight: 800; transition: transform .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 6px 7px 0 rgba(213,255,50,.16); }
.button-primary { padding: 15px 19px; color: var(--ink); background: var(--lime); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.text-link span { font-size: 17px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 72px; color: rgba(255,255,255,.48); font: 11px 'DM Mono', monospace; letter-spacing: .04em; }
.live-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(21,185,159,.13); animation: breathe 2s ease-in-out infinite; }
.hero-stage { min-height: 565px; position: relative; align-self: end; margin-bottom: 20px; }
.stage-label { position: absolute; z-index: 3; color: rgba(255,255,255,.44); font: 10px 'DM Mono', monospace; letter-spacing: .1em; }
.label-top { top: 18px; left: 20px; display: flex; align-items: center; gap: 8px; }
.label-bottom { right: 4px; bottom: 0; }
.pulse-line { width: 29px; height: 1px; background: var(--lime); display: inline-block; }
.stage-map { position: absolute; inset: 57px 66px 35px 0; background: #1a2421; border: 1px solid rgba(255,255,255,.13); overflow: hidden; }
.map-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 54px 54px; transform: rotate(-9deg) scale(1.2); }
.map-route { position: absolute; width: 78%; height: 1px; background: var(--teal); transform-origin: left center; opacity: .8; }
.route-a { left: 13%; top: 60%; transform: rotate(-21deg); }
.route-b { left: 39%; top: 48%; width: 51%; background: var(--lime); transform: rotate(38deg); }
.map-label { position: absolute; color: rgba(255,255,255,.32); font: 11px 'DM Mono', monospace; }
.label-one { left: 15%; top: 33%; }.label-two { right: 11%; bottom: 22%; }.label-three { left: 44%; top: 21%; color: var(--lime); }
.map-pin { position: absolute; display: block; width: 15px; height: 15px; border: 3px solid var(--ink); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(213,255,50,.1); animation: pin-pulse 2.6s ease-in-out infinite; }
.pin-start { left: 15%; top: 58%; }.pin-mid { left: 50%; top: 45%; background: var(--teal); animation-delay: .65s; }.pin-end { right: 11%; bottom: 22%; background: var(--coral); animation-delay: 1.2s; }
.route-card { position: absolute; left: 18px; bottom: 18px; width: min(300px, calc(100% - 36px)); padding: 18px; color: var(--ink); background: var(--paper); box-shadow: 9px 9px 0 rgba(0,0,0,.16); animation: float-card 5s ease-in-out infinite; }
.route-card-head { display: flex; justify-content: space-between; color: #4b5751; font-size: 11px; }.route-card-head span:first-child { display: flex; align-items: center; gap: 7px; }.route-card strong { display: block; margin-top: 20px; font-size: 21px; letter-spacing: -.05em; }.route-progress { display: flex; gap: 5px; margin: 14px 0; }.route-progress i { height: 5px; flex: 1; background: var(--lime); }.route-card-foot { display: grid; grid-template-columns: auto 18px auto 1fr; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }.route-card-foot b { color: var(--teal); }.route-card-foot small { color: var(--muted); text-align: right; font-size: 9px; font-weight: 500; }
.stage-phone { position: absolute; z-index: 2; top: 69px; right: 4px; width: 206px; padding: 7px; background: #090c0b; border: 1px solid rgba(255,255,255,.27); border-radius: 25px; transform: rotate(4deg); box-shadow: 23px 25px 0 rgba(0,0,0,.18); animation: phone-float 6s ease-in-out infinite; }.stage-phone img { display: block; width: 100%; border-radius: 18px; }.phone-glow { position: absolute; inset: 22% -28% auto; height: 100px; background: rgba(213,255,50,.12); filter: blur(35px); z-index: -1; }
.ticker { overflow: hidden; color: var(--ink); background: var(--lime); border-bottom: 1px solid rgba(17,22,21,.2); }.ticker-track { width: max-content; display: flex; align-items: center; gap: 24px; padding: 16px 0; font-size: 12px; font-weight: 900; letter-spacing: .04em; animation: ticker 32s linear infinite; }.ticker b { font-size: 19px; font-weight: 400; }
.section-kicker { color: var(--teal); }.section-kicker.light { color: var(--lime); }
.intro { padding-top: 128px; padding-bottom: 134px; }.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-top: 26px; }.intro h2, .product-heading h2, .live-heading h2, .member-copy h2, .progress-copy h2, .download-copy h2 { font-size: clamp(44px, 6.5vw, 84px); line-height: 1.02; letter-spacing: -.09em; font-weight: 900; }.intro h2 span, .product-heading h2 span, .member-copy h2 span, .progress-copy h2 span { color: var(--teal); }.intro-body { max-width: 410px; padding-bottom: 5px; }.intro-body p:first-child { font-size: 21px; line-height: 1.55; font-weight: 700; letter-spacing: -.04em; }.intro-body .muted { margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 88px; }.principle { min-height: 260px; padding: 22px; border-top: 2px solid var(--ink); position: relative; }.principle-no { color: var(--muted); font: 10px 'DM Mono', monospace; }.principle-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 36px 0 25px; color: var(--ink); border: 1px solid var(--ink); font-size: 25px; }.icon-live b { width: 11px; height: 11px; display: block; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 8px rgba(21,185,159,.14); }.icon-check { color: var(--teal); border-color: var(--teal); font-weight: 900; }.principle h3 { font-size: 18px; letter-spacing: -.04em; }.principle p { max-width: 260px; margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.product-band, .progress-section { color: white; background: var(--ink); padding-top: 106px; padding-bottom: 124px; }.product-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 24px; }.product-heading h2 span { color: var(--lime); }.product-heading p { max-width: 235px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.7; }.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 75px; }.product-card { min-height: 580px; display: flex; justify-content: space-between; flex-direction: column; padding: 30px; overflow: hidden; position: relative; }.passenger-card { color: var(--ink); background: var(--lime); }.driver-card { background: var(--teal); }.product-card-copy { position: relative; z-index: 2; max-width: 250px; }.product-tag { opacity: .62; }.product-card h3 { margin-top: 33px; font-size: clamp(30px, 4vw, 48px); line-height: .98; letter-spacing: -.08em; }.product-card p { margin-top: 20px; max-width: 230px; color: rgba(17,22,21,.68); font-size: 13px; line-height: 1.7; }.driver-card p { color: rgba(255,255,255,.7); }.card-link { display: inline-flex; margin-top: 27px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }.product-visual { position: absolute; z-index: 1; right: -2px; bottom: -3px; width: 63%; transform: rotate(-2deg) translate(13px, 7px); }.product-visual img { width: 100%; display: block; border: 6px solid var(--ink); border-bottom: 0; border-radius: 20px 20px 0 0; }.driver-visual { width: 66%; right: -14px; transform: rotate(4deg) translate(15px, 11px); }.driver-visual img { border-color: white; }
.live-section { padding-top: 126px; padding-bottom: 130px; }.live-heading { display: flex; justify-content: space-between; align-items: end; margin-top: 24px; }.live-heading h2 em { color: var(--teal); }.live-summary { display: flex; align-items: center; gap: 13px; padding-bottom: 8px; color: var(--muted); font-size: 11px; line-height: 1.4; }.big-number { color: var(--ink); font: 800 55px/.9 'Manrope', sans-serif; letter-spacing: -.1em; }.big-number span { color: var(--teal); font-size: 20px; letter-spacing: 0; }.live-board { min-height: 510px; display: grid; grid-template-columns: 1.35fr .65fr; margin-top: 75px; color: white; background: var(--ink); }.board-map { position: relative; overflow: hidden; min-height: 510px; background: #26352f; }.board-map::before { content: ''; position: absolute; inset: -20%; opacity: .28; background-image: linear-gradient(25deg, transparent 45%, rgba(213,255,50,.65) 46%, rgba(213,255,50,.65) 47%, transparent 48%), linear-gradient(110deg, transparent 43%, rgba(255,255,255,.2) 44%, rgba(255,255,255,.2) 45%, transparent 46%); background-size: 220px 170px, 180px 220px; transform: rotate(-10deg); }.board-road { position: absolute; height: 2px; background: rgba(255,255,255,.3); transform-origin: left center; }.road-1 { width: 87%; left: 8%; top: 57%; transform: rotate(-28deg); }.road-2 { width: 64%; left: 14%; top: 33%; transform: rotate(26deg); background: rgba(213,255,50,.8); }.road-3 { width: 53%; left: 40%; top: 73%; transform: rotate(-7deg); }.board-town { position: absolute; color: rgba(255,255,255,.48); font: 11px 'DM Mono', monospace; }.town-a { left: 11%; bottom: 15%; }.town-b { right: 12%; top: 18%; }.board-car { position: absolute; top: 46%; left: 45%; width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: var(--lime); transform: rotate(35deg); border-radius: 16px 16px 6px 6px; box-shadow: 0 0 0 8px rgba(213,255,50,.13); animation: car-move 5s ease-in-out infinite; }.board-person { position: absolute; width: 29px; height: 29px; display: grid; place-items: center; color: var(--ink); background: var(--paper); border-radius: 50%; font: 800 11px 'DM Mono', monospace; box-shadow: 0 0 0 6px rgba(255,255,255,.12); }.person-a { left: 20%; top: 55%; }.person-b { right: 26%; top: 29%; }.person-c { right: 13%; bottom: 18%; }.board-status { position: absolute; left: 21px; bottom: 20px; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; padding: 14px 17px; min-width: 210px; background: rgba(17,22,21,.88); }.board-status .live-dot { grid-row: 1 / 3; margin-top: 4px; }.board-status strong { font-size: 13px; }.board-status small { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 10px; }.board-side { padding: 36px 34px; }.board-side .mono { color: var(--lime); font-size: 10px; }.board-side h3 { margin-top: 58px; font-size: 31px; line-height: 1.06; letter-spacing: -.07em; }.board-side p { margin-top: 22px; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.7; }.board-list { margin-top: 42px; }.board-list-item { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 8px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: 12px; }.board-list-item b { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 10px 'DM Mono', monospace; }.board-list-item i { font-style: normal; color: rgba(255,255,255,.25); }.board-list-item.active { color: var(--lime); }
.member-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding-top: 115px; padding-bottom: 130px; background: var(--paper-deep); overflow: hidden; }.member-graphic { min-height: 470px; position: relative; display: grid; place-items: center; }.member-center { position: relative; z-index: 2; display: grid; place-items: center; width: 198px; height: 198px; color: var(--ink); background: var(--lime); border-radius: 50%; box-shadow: 12px 13px 0 rgba(17,22,21,.12); animation: breathe 4s ease-in-out infinite; }.member-center strong { font: 800 64px/.8 'Manrope', sans-serif; letter-spacing: -.1em; }.member-center span { margin-top: 4px; font: 10px 'DM Mono', monospace; }.member-stamp { position: absolute; z-index: 3; top: 18px; right: 19%; width: 70px; height: 70px; display: grid; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; text-align: center; font: 800 17px/.8 'Manrope', sans-serif; transform: rotate(10deg); }.member-stamp span { font: 7px 'Noto Sans SC', sans-serif; margin-top: 4px; }.orbit { position: absolute; border: 1px solid rgba(17,22,21,.24); border-radius: 50%; animation: orbit-spin 22s linear infinite; }.orbit-one { width: 310px; height: 310px; }.orbit-two { width: 440px; height: 440px; animation-direction: reverse; animation-duration: 30s; border-color: rgba(17,22,21,.13); }.orbit-label { position: absolute; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; color: var(--paper); background: var(--teal); border-radius: 50%; font: 8px 'DM Mono', monospace; }.label-1 { top: 85px; left: 18%; }.label-2 { right: 10%; bottom: 92px; background: var(--ink); }.label-3 { left: 6%; bottom: 120px; background: var(--coral); }.member-copy p { max-width: 410px; margin-top: 28px; color: var(--muted); font-size: 14px; line-height: 1.85; }.dark-link { color: var(--ink); border-color: rgba(17,22,21,.4); margin-top: 30px; }
.progress-section { padding-top: 105px; padding-bottom: 118px; }.progress-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; margin-top: 27px; }.progress-copy h2 span { color: var(--lime); }.progress-copy p { max-width: 390px; margin-top: 25px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.8; }.progress-meter { max-width: 390px; margin-top: 55px; }.progress-meter > div:first-child { display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font: 10px 'DM Mono', monospace; }.progress-meter strong { color: var(--lime); font-weight: 400; }.meter { height: 5px; margin-top: 10px; background: rgba(255,255,255,.13); }.meter i { display: block; width: 82%; height: 100%; background: var(--lime); transform-origin: left; animation: meter-in 1.8s .2s both; }.progress-list { border-top: 1px solid rgba(255,255,255,.2); }.progress-row { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 13px; min-height: 62px; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.43); font-size: 12px; }.progress-row > span { font: 10px 'DM Mono', monospace; }.progress-row b { font: 10px 'DM Mono', monospace; font-weight: 400; }.progress-row.done { color: white; }.progress-row.done b { color: var(--teal); }.progress-row.current { color: var(--lime); }
.download-section { padding-top: 105px; padding-bottom: 120px; background: var(--lime); }.download-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }.download-copy h2 { margin-top: 25px; }.download-copy h2 em { color: var(--ink); }.download-copy p { max-width: 370px; margin-top: 25px; color: rgba(17,22,21,.64); font-size: 14px; line-height: 1.8; }.notify-form { max-width: 480px; display: flex; margin-top: 34px; border-bottom: 2px solid var(--ink); }.notify-form input { flex: 1; min-width: 0; padding: 14px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }.notify-form input::placeholder { color: rgba(17,22,21,.48); }.notify-form button { padding: 0 2px 0 18px; border: 0; color: var(--ink); background: none; cursor: pointer; font-size: 13px; font-weight: 900; }.form-note { display: block; margin-top: 10px; color: rgba(17,22,21,.46); font-size: 10px; }.download-visual { display: flex; justify-content: flex-end; }.download-card { width: min(100%, 345px); min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; color: var(--paper); background: var(--ink); box-shadow: 11px 12px 0 rgba(17,22,21,.16); }.download-card .mono { color: var(--lime); }.download-card strong { font-size: 31px; letter-spacing: -.08em; }.download-card > span:not(.mono) { color: rgba(255,255,255,.54); font-size: 12px; }.download-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.download-actions a { display: flex; justify-content: space-between; padding: 11px 12px; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 900; }.download-actions a:last-child { color: var(--paper); background: rgba(255,255,255,.16); }.download-actions span { font-size: 16px; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; padding: 42px max(24px, calc((100vw - var(--max)) / 2)) 34px; color: rgba(255,255,255,.56); background: var(--ink); }.footer-brand { display: grid; grid-template-columns: 34px auto; align-items: center; column-gap: 11px; }.footer-brand strong { color: white; font-size: 15px; }.footer-brand small { grid-column: 2; margin-top: -4px; color: rgba(255,255,255,.4); font-size: 10px; }.footer-links { display: flex; justify-content: center; gap: 24px; font-size: 11px; }.footer-links a:hover { color: var(--lime); }.footer-meta { display: grid; justify-items: end; gap: 5px; color: rgba(255,255,255,.32); font: 9px 'DM Mono', monospace; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .22s; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@keyframes breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.035); } }
@keyframes pin-pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(213,255,50,.08); } 50% { box-shadow: 0 0 0 11px rgba(213,255,50,.18); } }
@keyframes float-card { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes phone-float { 0%,100% { transform: rotate(4deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-10px); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes car-move { 0%,100% { transform: rotate(35deg) translate(0,0); } 50% { transform: rotate(32deg) translate(20px,-13px); } }
@keyframes meter-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
@media (max-width: 900px) { .hero { grid-template-columns: minmax(0, 1fr); min-height: auto; padding-top: 138px; padding-bottom: 60px; }.hero-copy, .hero-stage { min-width: 0; }.hero-copy { padding-bottom: 0; }.hero-stage { min-height: 550px; width: min(100%, 650px); margin: 30px auto 0; }.product-grid, .live-board { grid-template-columns: 1fr; }.product-card { min-height: 610px; }.board-side { min-height: 430px; }.member-section, .download-inner { grid-template-columns: 1fr; gap: 35px; }.member-graphic { min-height: 430px; }.download-visual { justify-content: flex-start; }.progress-grid { gap: 55px; } }
@media (max-width: 680px) { .site-header { height: 66px; }.site-nav { position: absolute; top: 66px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; color: var(--ink); background: var(--paper); box-shadow: 0 14px 30px rgba(17,22,21,.14); }.site-nav.open { display: flex; }.site-nav a { padding: 14px 12px; border-bottom: 1px solid var(--line); }.site-nav .nav-cta { margin-top: 8px; text-align: center; border: 0; }.menu-toggle { display: grid; min-width: 44px; height: 44px; place-content: center; margin-left: auto; }.menu-toggle span { margin: 3px 0; }.hero { padding-top: 118px; }.hero::after { width: 90vw; height: 90vw; right: -44vw; top: 8%; }.hero-lede { font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-note { margin-top: 44px; }.hero-stage { min-height: 470px; }.stage-map { inset: 48px 18px 28px 0; }.stage-phone { width: 155px; right: -2px; top: 74px; }.route-card { left: 12px; bottom: 13px; padding: 14px; }.route-card strong { font-size: 17px; margin-top: 15px; }.route-card-foot small { display: none; }.intro, .live-section, .member-section { padding-top: 85px; padding-bottom: 90px; }.intro-grid, .principles { grid-template-columns: 1fr; gap: 28px; }.intro-grid { margin-top: 20px; }.intro-body { padding-bottom: 0; }.principles { margin-top: 46px; gap: 0; }.principle { min-height: 210px; padding: 18px 0; }.principle-icon { margin: 23px 0 15px; }.product-band, .progress-section, .download-section { padding-top: 78px; padding-bottom: 85px; }.product-heading, .live-heading { display: block; }.product-heading p { margin-top: 24px; }.product-grid { margin-top: 48px; }.product-card { min-height: 640px; padding: 22px; }.product-card-copy { max-width: none; }.product-card h3 { margin-top: 25px; }.product-visual { width: 58%; }.driver-visual { width: 60%; }.live-heading .live-summary { margin-top: 30px; }.live-board { margin-top: 47px; }.board-map { min-height: 360px; }.board-side { min-height: auto; padding: 29px 23px 36px; }.board-side h3 { margin-top: 38px; font-size: 28px; }.board-list { margin-top: 30px; }.member-section { gap: 5px; }.member-graphic { min-height: 360px; transform: scale(.84); margin: -23px 0; }.member-copy p { margin-top: 22px; }.progress-grid { grid-template-columns: 1fr; gap: 46px; }.progress-meter { margin-top: 38px; }.download-inner { gap: 45px; }.download-card { min-height: 230px; }.site-footer { grid-template-columns: 1fr; gap: 28px; padding-top: 35px; }.footer-links { justify-content: flex-start; flex-wrap: wrap; gap: 14px 22px; }.footer-meta { justify-items: start; } }
