@media (min-width: 1180px){
  .nav{padding-left:max(32px,calc((100vw - 1440px)/2 + 32px));padding-right:max(32px,calc((100vw - 1440px)/2 + 32px))}
  .hero{grid-template-columns:minmax(470px,620px) minmax(620px,760px);justify-content:center;gap:clamp(44px,5vw,86px);padding-left:max(48px,calc((100vw - 1440px)/2 + 32px));padding-right:max(48px,calc((100vw - 1440px)/2 + 32px));min-height:900px}
  .hero-copy{max-width:590px;align-self:center;padding-top:20px}
  .hero h1{font-size:clamp(76px,6.2vw,104px);max-width:600px}
  .hero-copy>p{max-width:560px;font-size:22px}
  .ride-stage{width:100%;height:690px;min-height:0;justify-self:end}
  .hero-device{width:min(360px,49%);top:49%}
  .metric{padding:15px 17px;min-width:150px}
  .metric-distance{left:3%;top:16%}.metric-time{right:1%;top:39%}.metric-speed{left:10%;bottom:7%}
  .proof-strip p{max-width:880px}
  .manifesto,.privacy{grid-template-columns:minmax(460px,620px) minmax(500px,680px);justify-content:center;gap:clamp(70px,8vw,130px);padding-left:max(56px,calc((100vw - 1440px)/2 + 32px));padding-right:max(56px,calc((100vw - 1440px)/2 + 32px));min-height:900px}
  .manifesto-copy,.privacy-copy{max-width:590px}
  .manifesto h2,.privacy h2{font-size:clamp(72px,5.8vw,96px)}
  .phone-card{width:min(500px,100%)}
  .route-story,.progress,.download{padding-left:max(56px,calc((100vw - 1440px)/2 + 32px));padding-right:max(56px,calc((100vw - 1440px)/2 + 32px))}
  .route-copy,.progress-heading{max-width:820px}
  .route-story h2,.progress h2{font-size:clamp(76px,6vw,102px)}

  .route-story{min-height:940px;display:grid;grid-template-columns:minmax(500px,720px) minmax(430px,540px);justify-content:center;align-items:center;gap:clamp(72px,8vw,130px);padding-top:120px;padding-bottom:120px;background:radial-gradient(circle at 78% 38%,#29503a 0,transparent 25%),linear-gradient(145deg,#0e1217,#07090c 72%)}
  .route-copy{margin:0;max-width:690px}
  .route-copy p{max-width:610px}
  .route-board{width:500px;height:760px;margin:0;justify-self:center;border-radius:48px;background:#101419 url('/assets/v2-route-real.svg?v=1') center/contain no-repeat;border:1px solid #ffffff20;box-shadow:0 58px 130px #000b,0 0 0 12px #ffffff06;overflow:visible;transform:rotate(1.5deg)}
  .route-board:before{content:"";position:absolute;inset:-42px -70px;z-index:-1;border-radius:70px;background:radial-gradient(circle at 50% 42%,#46dd7850,transparent 58%);filter:blur(32px)}
  .route-board .map-grid,.route-board>svg{display:none}
  .route-summary{left:auto;right:-96px;bottom:52px;min-width:260px;padding:20px 22px;border:1px solid #ffffff20;background:#0b0f14e8;box-shadow:0 28px 70px #0008;transform:rotate(-1.5deg)}
  .route-summary strong{font-size:38px}

  .numbers{max-width:1320px;margin-left:auto;margin-right:auto}
  .number{min-height:190px;display:flex;flex-direction:column;justify-content:space-between}
  .privacy-orbit{width:420px}
  .download{min-height:860px}
  .download>div{max-width:900px}
  .footer{padding-left:max(32px,calc((100vw - 1440px)/2 + 32px));padding-right:max(32px,calc((100vw - 1440px)/2 + 32px))}
}

@media (min-width: 1500px){
  .hero{grid-template-columns:600px 760px;gap:88px}
  .hero h1{font-size:108px}
  .ride-stage{height:730px}
  .hero-device{width:370px}
  .manifesto,.privacy{grid-template-columns:600px 650px}
  .route-story{grid-template-columns:700px 550px}
  .route-board{width:520px;height:790px}
}

@media (min-width: 1180px) and (max-height: 820px){
  .hero{min-height:820px;padding-top:105px;padding-bottom:54px}
  .ride-stage{height:610px}
  .hero h1{font-size:78px}
  .hero-copy>p{font-size:20px}
  .manifesto,.privacy{min-height:820px;padding-top:96px;padding-bottom:96px}
  .route-story{min-height:820px;padding-top:86px;padding-bottom:86px}
  .route-board{width:430px;height:650px}
  .download{min-height:780px}
}
