@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Syne:wght@600;700;800&display=swap');

:root {
  --ink: #0b0b0c;
  --paper: #f5f1ec;
  --paper-2: #e9e4de;
  --red: #ff3b22;
  --red-dark: #b62f24;
  --muted: #a8a39d;
  --line: rgb(255 255 255 / 14%);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; background: var(--ink); color: #fff; font-family: Inter, system-ui, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: absolute; z-index: 20; inset: 0 0 auto;
  width: min(1320px, calc(100% - 48px)); height: 104px; margin: auto;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switch { display: inline-flex; align-items: center; gap: 5px; color: #77716e; font: 700 .68rem/1 Inter, sans-serif; }
.language-switch button { padding: 6px 4px; border: 0; background: transparent; color: #77716e; font: inherit; cursor: pointer; transition: color .2s; }
.language-switch button[aria-pressed="true"] { color: #fff; }
.language-switch button:hover, .language-switch button:focus-visible { color: var(--red); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font: 800 1.3rem Syne, sans-serif; letter-spacing: .18em; }
.brand img, .footer-brand img { object-fit: contain; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { position: relative; text-decoration: none; color: #d2cfcb; font-size: .9rem; }
.desktop-nav a::after { content: ''; position: absolute; inset: auto 0 -9px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { padding: 13px 20px; border: 1px solid #fff; border-radius: 999px; text-decoration: none; font-size: .86rem; font-weight: 700; transition: .2s; }
.header-cta:hover { background: #fff; color: #111; }

.hero { min-height: 900px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; padding-top: 125px; }
.hero::before { content: ''; position: absolute; z-index: -2; inset: 0; min-height: 900px; background: radial-gradient(circle at 75% 46%, rgb(255 59 34 / 18%), transparent 35%), linear-gradient(135deg, #0b0b0c 40%, #151313); }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; min-height: 900px; opacity: .17; background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, #000); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #b7b1aa; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 700; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
.eyebrow.red { color: var(--red); }
.hero h1, h2, h3 { font-family: Syne, sans-serif; }
.hero h1 { margin: 0; font-size: clamp(4.2rem, 7.2vw, 7.4rem); line-height: .86; letter-spacing: -.075em; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--red); text-shadow: 0 0 60px rgb(255 59 34 / 18%); }
.hero-lede { max-width: 570px; margin: 34px 0; color: #bcb7b2; line-height: 1.75; font-size: 1.06rem; }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { display: flex; align-items: center; gap: 12px; min-width: 178px; padding: 10px 17px; border: 1px solid #3a3735; border-radius: 12px; background: #181718; text-decoration: none; transition: transform .2s, border-color .2s, background .2s; }
.store-button:hover { transform: translateY(-3px); border-color: var(--red); background: #211b1a; }
.store-button small, .store-button strong { display: block; }
.store-button small { color: #aaa4a0; font-size: .62rem; }
.store-button strong { margin-top: 1px; font-size: 1rem; }
.store-icon { width: 24px; height: 28px; font-size: 0; position: relative; }
.store-icon::before { content: ''; position: absolute; width: 19px; height: 22px; border-radius: 48% 50% 45% 50%; background: #fff; bottom: 0; left: 2px; }
.store-icon::after { content: ''; position: absolute; width: 8px; height: 11px; border-radius: 80% 10%; background: #fff; transform: rotate(35deg); top: -1px; left: 12px; }
.play-mark { width: 25px; height: 28px; clip-path: polygon(0 0, 100% 50%, 0 100%); background: linear-gradient(155deg, #36d279 0 33%, #ffce42 34% 56%, #ff4a4f 57% 76%, #5aa9ff 77%); }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 27px; color: #797471; font-size: .67rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--red); }

.hero-visual { position: relative; height: 720px; perspective: 1400px; }
.phone { position: absolute; overflow: hidden; margin: 0; border: 8px solid #252223; border-radius: 42px; background: #111; box-shadow: 0 28px 80px rgb(0 0 0 / 55%); }
.phone img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: #111; }
.phone-speaker { position: absolute; z-index: 2; top: 10px; left: 50%; width: 32%; height: 18px; transform: translateX(-50%); border-radius: 999px; background: #171516; box-shadow: inset 0 0 0 1px #292526; }
.phone-main { z-index: 5; width: 300px; aspect-ratio: 1 / 2; top: 54px; left: 50%; transform: translateX(-50%) rotateY(-5deg); border-color: #373233; }
.phone-left, .phone-right { width: 235px; aspect-ratio: 1 / 2; top: 138px; filter: brightness(.83) saturate(.8); }
.phone-left { left: 4%; transform: rotateY(19deg) rotateZ(-5deg); }
.phone-right { right: 0; transform: rotateY(-19deg) rotateZ(5deg); }
.orbit { position: absolute; border: 1px solid rgb(255 59 34 / 25%); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; top: 74px; left: 50%; transform: translateX(-50%); }
.orbit-two { width: 720px; height: 720px; inset: 0 0 auto 50%; transform: translateX(-50%); }
.floating-card { position: absolute; z-index: 8; display: flex; gap: 10px; padding: 13px 16px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 14px; background: rgb(24 22 23 / 88%); box-shadow: 0 12px 40px #0008; backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .76rem; }
.floating-card small { margin-top: 3px; color: #8e8985; font-size: .58rem; }
.live-card { top: 120px; right: -4%; flex-direction: column; gap: 0; }
.pulse { position: absolute; width: 8px; height: 8px; left: -4px; top: -4px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgb(255 59 34 / 18%); }
.route-card { left: -1%; bottom: 86px; align-items: center; }
.route-card b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: var(--red); }

.manifesto { overflow: hidden; padding: 120px 0 0; background: var(--paper); color: #171515; }
.manifesto-grid { display: grid; grid-template-columns: .35fr 1fr; gap: 70px; align-items: start; }
.section-index { margin: 12px 0; color: #8d8782; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.manifesto h2, .feature-heading h2, .download-final h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .95; letter-spacing: -.065em; }
.manifesto-grid > div > p { max-width: 690px; margin: 30px 0 0; color: #6f6964; line-height: 1.8; }
.ticker { margin-top: 105px; padding: 24px 0; overflow: hidden; border-block: 1px solid #d5cec7; color: #c3bdb6; white-space: nowrap; font: 700 clamp(2rem, 4vw, 4rem) Syne, sans-serif; letter-spacing: -.03em; }
.ticker span { display: inline-block; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.features { padding: 130px 0; }
.feature-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 110px; }
.feature-heading h2 { max-width: 790px; text-align: right; }
.feature-heading h2 span { color: #6d6763; }
.feature { min-height: 670px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 85px 0; border-top: 1px solid var(--line); }
.feature-copy { position: relative; padding-left: 55px; }
.feature-number { position: absolute; top: 0; left: 0; color: #55504d; font: 700 .65rem Syne; }
.feature h3 { margin: 0 0 24px; font-size: clamp(2.6rem, 4.8vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.feature-copy > p:not(.eyebrow) { max-width: 520px; color: #a29c98; line-height: 1.75; }
.mini-list { margin: 28px 0 0; padding: 0; list-style: none; }
.mini-list li { padding: 12px 0; border-top: 1px solid var(--line); color: #d2cecb; font-size: .78rem; }
.mini-list li::before { content: '—'; margin-right: 14px; color: var(--red); }
.feature-phone-stage { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; border-radius: 30px; background: #131213; }
.phone-feature { position: relative; width: 280px; aspect-ratio: 1 / 2; }
.map-stage { background: radial-gradient(circle at 50% 50%, #35201c, #121112 67%); }
.map-glow { position: absolute; width: 440px; height: 440px; border: 1px solid rgb(255 59 34 / 32%); border-radius: 50%; box-shadow: 0 0 90px rgb(255 59 34 / 12%); }
.feed-stage { background: linear-gradient(145deg, #241b19, #111); }
.reaction { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; border: 1px solid #ffffff22; border-radius: 999px; background: #191617e6; box-shadow: 0 10px 28px #0007; }
.reaction-heart { top: 110px; right: 42px; padding: 11px 15px; color: var(--red); }
.reaction-heart span { color: #fff; font-size: .72rem; }
.reaction-wave { left: 55px; bottom: 110px; padding: 13px; }
.garage-stage { background: linear-gradient(#1a1818, #0e0e0f); }
.car-cutout { position: absolute; right: 1%; bottom: 8%; width: 43%; filter: drop-shadow(0 18px 20px #0008); }

.route-band { position: relative; min-height: 760px; overflow: hidden; display: grid; align-items: center; background: #ff3b22; color: #140e0d; }
.route-band::before { content: ''; position: absolute; inset: 0; opacity: .16; background: repeating-linear-gradient(90deg, transparent 0 89px, #000 90px); }
.route-line { position: absolute; width: 54%; height: 78%; right: -4%; top: 11%; border: 7px solid #140e0d; border-left-color: transparent; border-radius: 50%; transform: rotate(-18deg); opacity: .42; }
.route-line::before, .route-line::after { content: ''; position: absolute; width: 18px; height: 18px; border: 5px solid #140e0d; border-radius: 50%; background: var(--red); }
.route-line::before { left: 3%; top: 12%; }.route-line::after { right: 7%; bottom: 9%; }
.route-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .75fr); gap: 100px; align-items: center; padding-block: 72px; }
.route-content { position: relative; z-index: 2; }
.route-content .section-index { color: #4c1b14; }
.route-content h2 { margin: 0; font: 800 clamp(4rem, 8vw, 8rem)/.86 Syne; letter-spacing: -.075em; }
.route-content > p:not(.section-index) { max-width: 480px; margin: 28px 0; font-weight: 600; line-height: 1.6; }
.route-points { max-width: 520px; margin: 34px 0; padding: 0; border-top: 1px solid rgb(20 14 13 / 35%); list-style: none; }
.route-points li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid rgb(20 14 13 / 35%); font-size: .82rem; font-weight: 650; }
.route-points strong { font: 800 .64rem Syne, sans-serif; opacity: .62; }
.text-link { display: inline-flex; align-items: center; gap: 40px; padding-bottom: 8px; border-bottom: 2px solid #160f0e; text-decoration: none; font-weight: 800; }
.text-link b { font-size: 1.1rem; }
.route-showcase { position: relative; min-height: 620px; display: grid; place-items: center; }
.route-phone { position: relative; z-index: 2; width: 302px; aspect-ratio: 1 / 2; border-color: #241716; box-shadow: 0 35px 90px rgb(37 8 4 / 38%); transform: rotate(2deg); }
.route-phone img { background: #171313; }
.route-chip { position: absolute; z-index: 4; right: -20px; bottom: 90px; display: flex; align-items: center; gap: 11px; min-width: 210px; padding: 14px 16px; border: 1px solid rgb(255 255 255 / 24%); border-radius: 14px; background: rgb(17 13 13 / 88%); color: #fff; box-shadow: 0 16px 40px rgb(43 9 5 / 36%); backdrop-filter: blur(14px); }
.route-chip-dot { width: 10px; height: 10px; border-radius: 50%; background: #44c164; box-shadow: 0 0 0 6px rgb(68 193 100 / 17%); }
.route-chip strong, .route-chip small { display: block; }
.route-chip strong { font-size: .78rem; }
.route-chip small { margin-top: 4px; color: #aaa09d; font-size: .61rem; }

.download-final { position: relative; padding: 150px 0 130px; text-align: center; }
.download-final::before { content: ''; position: absolute; width: 500px; height: 500px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: rgb(255 59 34 / 12%); filter: blur(110px); pointer-events: none; }
.final-logo { position: relative; width: 118px; height: 118px; object-fit: contain; margin: 0 auto 30px; filter: drop-shadow(0 18px 35px #000); }
.centered { justify-content: center; }
.download-final > p:not(.eyebrow) { position: relative; max-width: 680px; margin: 28px auto; color: #a49e9a; line-height: 1.7; }
.centered-row { position: relative; justify-content: center; }
.store-button.light { background: #f7f4f0; color: #111; border-color: #f7f4f0; }
.store-button.light small { color: #67615e; }
.store-button.light .store-icon::before, .store-button.light .store-icon::after { background: #111; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; align-items: center; width: min(1320px, calc(100% - 48px)); margin: auto; padding: 36px 0; border-top: 1px solid var(--line); color: #827d79; font-size: .73rem; }
.site-footer p { text-align: center; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer nav a { text-decoration: none; }
.site-footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); text-align: center; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 170px; }
  .hero-copy { text-align: center; }
  .eyebrow, .store-row, .hero-proof { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { margin-top: 50px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 20px; }
  .feature-heading { display: block; }
  .feature-heading h2 { margin-top: 22px; text-align: left; }
  .feature { gap: 35px; }
  .car-cutout { display: none; }
  .route-grid { grid-template-columns: 1fr 330px; gap: 40px; }
}

@media (max-width: 760px) {
  body { width: 100%; overflow-x: clip; }
  .section-shell, .site-header, .site-footer { width: min(100% - 28px, 600px); }
  .site-header { height: 80px; }
  .desktop-nav { display: none; }
  .brand img { width: 44px; height: 44px; }
  .brand span { display: none; }
  .header-actions { gap: 8px; }
  .header-cta { padding: 10px 13px; font-size: .74rem; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero h1 { font-size: clamp(3.9rem, 20vw, 6rem); }
  .hero-visual { height: 560px; margin-top: 30px; overflow: hidden; }
  .phone-main { width: 235px; }
  .phone-left, .phone-right { width: 170px; top: 112px; opacity: .65; }
  .phone-left { left: -19%; }.phone-right { right: -19%; }
  .orbit-one { width: 360px; height: 360px; }.orbit-two { width: 390px; height: 390px; }
  .floating-card { display: none; }
  .manifesto { padding-top: 85px; }
  .ticker { margin-top: 70px; }
  .features { padding: 85px 0; }
  .feature-heading { margin-bottom: 65px; }
  .feature { grid-template-columns: 1fr; min-height: auto; padding: 65px 0; }
  .feature-copy { padding-left: 32px; }
  .feature-feed .feature-copy { grid-row: 1; }
  .feature-phone-stage { min-height: 520px; }
  .map-glow { width: 340px; height: 340px; }
  .phone-feature { width: 235px; }
  .route-band { min-height: 980px; }
  .route-line { width: 82%; right: -14%; opacity: .28; }
  .route-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 78px; }
  .route-content h2 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  .route-showcase { min-height: 530px; }
  .route-phone { width: 245px; }
  .route-chip { right: 0; bottom: 34px; min-width: 190px; }
  .download-final { padding: 100px 0; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .site-footer nav { justify-content: center; }
  .site-footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker span { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
