:root { --paper:#302f2f; --ink:#e3e3e3; --muted:#bfbdb8; --acid:#7de0ce; --line:rgba(227,227,227,.16); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Poppins,sans-serif; }
.home-page { height:100svh; height:100dvh; overflow:hidden; }
a { color:inherit; text-decoration:none; }
main { overflow:hidden; }
.quick-nav { position:absolute; z-index:10; top:clamp(18px,2.4vw,34px); left:clamp(20px,4vw,48px); right:clamp(20px,4vw,48px); display:flex; align-items:center; justify-content:space-between; }
.social-links { display:flex; align-items:center; gap:12px; }
.social-button,.menu-button,.site-menu__top button { border:0; outline:0; color:var(--ink); background:transparent; cursor:pointer; }
.social-button { display:grid; place-items:center; width:38px; height:38px; border:0; color:var(--ink); background:transparent; }
.social-button svg { width:21px; height:21px; fill:currentColor; }
.social-button--instagram,.social-button--youtube { background:transparent; }
.social-button:hover { color:var(--acid); filter:none; }
.social-button.is-pending { cursor:default; }
.menu-button:hover { color:var(--acid); border-color:var(--acid); }
.menu-button { display:inline-flex; align-items:center; gap:18px; padding:9px 0 9px 12px; font-size:11px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
.menu-button span { color:var(--acid); font-size:18px; font-weight:400; }
.site-menu { position:fixed; z-index:20; top:0; right:0; display:grid; grid-template-rows:auto 1fr; width:min(390px,100%); height:100dvh; padding:clamp(20px,4vw,48px); background:#242322; border-left:1px solid var(--line); transform:translateX(100%); transition:transform .25s ease; }
.site-menu.is-open { transform:translateX(0); }
.site-menu__top { display:flex; justify-content:space-between; align-items:center; color:var(--muted); font-size:11px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
.site-menu__top button { color:var(--acid); font-size:28px; line-height:1; }
.site-menu nav { display:flex; flex-direction:column; overflow-y:auto; padding:clamp(24px,5vh,54px) 0 clamp(18px,4vh,42px); }
.site-menu__label { padding:14px 0 8px; color:var(--acid); font-size:10px; font-weight:600; letter-spacing:.13em; text-transform:uppercase; }
.site-menu nav a { flex:0 0 auto; display:flex; align-items:center; min-height:54px; padding:10px 0; border-bottom:1px solid var(--line); font-family:"Space Grotesk",sans-serif; font-size:clamp(27px,4.2vw,42px); letter-spacing:-.065em; }
.site-menu nav a.site-menu__home,.site-menu nav a.site-menu__about { text-transform:uppercase; }
.site-menu__project-row { display:flex; align-items:stretch; }
.site-menu nav .site-menu__project-row a { flex:1; border-bottom:0; }
.site-menu__project-toggle { display:grid; place-items:center; width:52px; padding:0; border:0; background:transparent; color:var(--acid); font:500 clamp(28px,4vw,40px) "Space Grotesk",sans-serif; line-height:1; cursor:pointer; }
.site-menu__project-toggle span { display:block; transition:transform .2s ease; }
.site-menu__project-toggle[aria-expanded="true"] span { transform:rotate(90deg); }
.site-menu__explore-panel { display:grid; }
.site-menu__explore-panel[hidden] { display:none; }
.site-menu nav a.site-menu__project-link { min-height:46px; padding-left:18px; color:var(--muted); font-size:clamp(22px,3.6vw,32px); }
.site-menu nav a.site-menu__project-link:hover { color:var(--acid); }
.site-menu nav a:hover { color:var(--acid); }
.hero,.statement,.facts,.collabora,footer { max-width:1240px; margin:auto; }
.nav { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:25px clamp(20px,4vw,48px); font-size:12px; font-weight:600; letter-spacing:.09em; text-transform:uppercase; }
.brand { font-family:"Space Grotesk",sans-serif; font-size:15px; letter-spacing:-.04em; }
.brand span { font-weight:500; color:var(--muted); }
.nav-link { padding-bottom:4px; border-bottom:1px solid currentColor; }
.hero { position:relative; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); grid-template-areas:"copy visual" "actions visual"; grid-template-rows:minmax(0,1fr) auto; align-items:center; column-gap:clamp(18px,3vw,48px); min-height:min(670px,100dvh); padding:clamp(72px,9vw,110px) clamp(20px,4vw,48px) clamp(28px,4vw,48px); }
.route-graphic { position:absolute; inset:4% 2% 0 31%; z-index:0; opacity:.64; overflow:hidden; pointer-events:none; }
.route-graphic__vertical,.route-graphic__horizontal { position:absolute; display:block; background:var(--line); }
.route-graphic__vertical { top:0; bottom:0; left:57%; width:1px; }
.route-graphic__horizontal { top:54%; left:0; right:0; height:1px; }
.route-graphic__circle { position:absolute; display:block; border:1px solid var(--line); border-radius:50%; }
.route-graphic__circle--one { width:56%; aspect-ratio:1; top:8%; left:25%; }
.route-graphic__circle--two { width:82%; aspect-ratio:1; top:21%; left:12%; border-color:rgba(125,224,206,.22); }
.route-graphic small { position:absolute; color:var(--muted); font-size:9px; font-weight:600; letter-spacing:.13em; line-height:1.35; }
.hero-copy { grid-area:copy; position:relative; z-index:2; max-width:650px; }
.kicker { margin:0 0 20px; color:var(--muted); font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
h1,h2 { margin:0; font-family:"Space Grotesk",sans-serif; font-weight:600; letter-spacing:-.07em; line-height:.9; }
h1 { font-size:clamp(42px,4.8vw,70px); }
.hero-actions { grid-area:actions; position:relative; z-index:3; display:flex; flex-wrap:wrap; align-items:center; gap:10px; }
.page-button { display:inline-flex; align-items:center; gap:12px; min-height:48px; padding:12px 16px; border:1px solid var(--line); color:var(--muted); font-size:12px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; }
.hero-copy__about { min-height:48px; margin-top:26px; border-color:rgba(125,224,206,.72); background:linear-gradient(135deg,rgba(125,224,206,.18),rgba(125,224,206,.05)); box-shadow:0 8px 22px rgba(0,0,0,.18); color:var(--acid) !important; }
.hero-copy__about:hover { border-color:var(--acid); background:linear-gradient(135deg,rgba(125,224,206,.26),rgba(125,224,206,.1)); color:var(--acid); }
.page-button span { color:var(--acid); font-size:15px; }
.page-button:hover { border-color:var(--acid); color:var(--ink); }
.about-page { min-height:100dvh; }
.about { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr); gap:clamp(38px,10vw,150px); max-width:1240px; min-height:100dvh; margin:auto; padding:clamp(125px,16vw,190px) clamp(20px,4vw,48px) clamp(50px,8vw,100px); }
.about__eyebrow { margin:0 0 18px; color:var(--acid); font-size:11px; font-weight:600; letter-spacing:.13em; text-transform:uppercase; }
.about h1 { font-size:clamp(58px,8vw,116px); }
.about__copy { align-self:end; max-width:520px; color:var(--muted); font-size:clamp(16px,1.5vw,20px); line-height:1.65; }
.about__copy p:first-child { margin-top:0; color:var(--ink); font-family:"Space Grotesk",sans-serif; font-size:clamp(22px,2.5vw,32px); font-weight:500; letter-spacing:-.05em; line-height:1.1; }
.about__section { margin-top:clamp(52px,8vw,96px); padding-top:clamp(28px,4vw,48px); border-top:1px solid var(--line); }
.about__section h2 { max-width:18ch; font-size:clamp(32px,4.5vw,58px); line-height:.95; }
.about__section p { margin:22px 0 0; }
.about__back { margin-top:28px; }
.vehicle-swiper { grid-area:visual; position:relative; z-index:1; min-width:0; transform:translateY(-14px); }
.vehicle-swiper__track { display:flex; width:100%; overflow-x:auto; overscroll-behavior-x:contain; scroll-snap-type:x mandatory; touch-action:pan-x; cursor:grab; scrollbar-width:none; -ms-overflow-style:none; }
.vehicle-swiper__track:active { cursor:grabbing; }
.vehicle-swiper__track::-webkit-scrollbar { display:none; }
.vehicle-slide { flex:0 0 100%; display:grid; grid-template-rows:minmax(0,1fr) auto auto; min-width:0; height:clamp(310px,46vw,540px); scroll-snap-align:start; scroll-snap-stop:always; }
.vehicle-slide__name { order:2; align-self:end; margin:0 0 8px; color:var(--ink); font-family:"Space Grotesk",sans-serif; font-size:clamp(17px,1.7vw,23px); font-weight:500; letter-spacing:-.05em; line-height:1; }
.hero-model { order:1; position:relative; z-index:1; width:100%; min-width:0; overflow:hidden; isolation:isolate; }
.vehicle-placeholder__visual { order:1; position:relative; display:grid; place-items:center; min-width:0; }
.vehicle-placeholder__animation { display:block; width:clamp(138px,44vw,190px); height:clamp(138px,44vw,190px); }
.vehicle-placeholder__lock { position:relative; display:block; width:30px; height:21px; border:2px solid rgba(125,224,206,.62); border-radius:1px; }
.vehicle-placeholder__lock::before { content:""; position:absolute; left:50%; bottom:100%; width:14px; height:12px; border:2px solid rgba(125,224,206,.62); border-bottom:0; border-radius:9px 9px 0 0; transform:translateX(-50%); }
.hero-model model-viewer { width:100%; height:100%; --poster-color:transparent; }
.model-fallback { display:none; position:absolute; inset:50% auto auto 50%; width:min(17rem,80%); margin:0; transform:translate(-50%,-50%); color:var(--muted); font-size:12px; line-height:1.5; text-align:center; }
.hero-model.has-error model-viewer { display:none; }
.hero-model.has-error .model-fallback { display:block; }
.vehicle-slide__project { position:relative; z-index:2; order:3; justify-self:start; display:inline-flex; align-items:center; min-height:48px; padding:12px 16px; border:1px solid rgba(125,224,206,.72); background:linear-gradient(135deg,rgba(125,224,206,.18),rgba(125,224,206,.05)); box-shadow:0 8px 22px rgba(0,0,0,.18); color:var(--ink); font-family:inherit; font-size:12px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; transition:transform .18s ease,filter .18s ease,background .18s ease; }
.vehicle-slide__project:hover { border-color:var(--acid); background:linear-gradient(135deg,rgba(125,224,206,.26),rgba(125,224,206,.1)); color:var(--ink); filter:brightness(1.02); transform:translateY(-1px) scale(1.015); }
.vehicle-slide__project:active { transform:scale(.985); }
.vehicle-slide__project--locked { border-color:rgba(227,227,227,.22); background:rgba(227,227,227,.1); box-shadow:none; color:var(--muted); cursor:not-allowed; filter:none; opacity:.8; transition:none; }
.vehicle-slide__project--locked:hover,
.vehicle-slide__project--locked:active { background:rgba(227,227,227,.1); filter:none; transform:none; }
.vehicle-swiper__controls { display:flex; justify-content:center; align-items:center; gap:12px; margin-top:8px; }
.vehicle-swiper__arrow { width:28px; height:28px; padding:0; border:0; background:transparent; color:var(--acid); cursor:pointer; font-family:"Space Grotesk",sans-serif; font-size:19px; font-weight:500; line-height:1; }
.vehicle-swiper__arrow:hover { color:var(--ink); }
.vehicle-swiper__dots { display:flex; justify-content:center; align-items:center; gap:9px; }
.vehicle-swiper__dot { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:var(--muted); cursor:pointer; opacity:.45; transition:opacity .2s ease,transform .2s ease,background .2s ease; }
.vehicle-swiper__dot.is-active { background:var(--acid); opacity:1; transform:scale(1.15); }
.hand-note { position:absolute; z-index:3; right:clamp(25px,7vw,96px); top:18%; margin:0; color:var(--acid); font-family:Caveat,cursive; font-size:clamp(23px,2.6vw,35px); line-height:.86; transform:rotate(-7deg); }
.hero-spec { position:absolute; z-index:3; right:clamp(20px,3vw,42px); top:51%; margin:0; color:var(--muted); font-family:"Space Grotesk",sans-serif; font-size:10px; font-weight:600; letter-spacing:.14em; transform:rotate(90deg); transform-origin:right top; }
.counter { position:absolute; z-index:3; right:clamp(20px,4vw,48px); bottom:clamp(24px,4vw,48px); display:flex; align-items:center; gap:12px; padding:12px 14px; background:var(--acid); color:#242322; }
.counter strong { font-family:"Space Grotesk",sans-serif; font-size:30px; line-height:1; letter-spacing:-.08em; }
.counter span { font-size:10px; font-weight:600; line-height:1.3; text-transform:uppercase; }
.statement { padding:clamp(72px,10vw,128px) clamp(20px,4vw,48px); border-top:1px solid var(--line); }
.statement p { max-width:780px; margin:0; font-family:"Space Grotesk",sans-serif; font-size:clamp(29px,4vw,55px); font-weight:500; letter-spacing:-.055em; line-height:1.02; }
.facts { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.facts div { min-height:165px; padding:22px clamp(20px,4vw,48px); border-right:1px solid var(--line); }
.facts div:last-child { border:0; }
.facts span { display:block; margin-bottom:42px; color:var(--muted); font-size:10px; font-weight:600; letter-spacing:.1em; }
.facts strong { font-family:"Space Grotesk",sans-serif; font-size:23px; font-weight:500; line-height:1.05; letter-spacing:-.05em; }
.collabora { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:clamp(42px,10vw,130px); padding:clamp(82px,12vw,150px) clamp(20px,4vw,48px); }
h2 { font-size:clamp(48px,6.4vw,88px); }
h1 em,h2 em { color:var(--acid); font-family:Caveat,cursive; font-size:1.12em; font-style:normal; font-weight:600; letter-spacing:-.04em; }
.collabora-copy { max-width:440px; padding-top:38px; font-size:15px; line-height:1.65; }
.collabora-copy > p:first-child { margin-top:0; }
ul { margin:30px 0 35px; padding:0; list-style:none; border-top:1px solid var(--line); }
li { padding:12px 0; border-bottom:1px solid var(--line); font-size:13px; }
li::before { content:"•"; margin-right:9px; color:#758000; }
.text-link { display:inline-block; padding-bottom:5px; border-bottom:1px solid currentColor; font-size:13px; font-weight:600; }
.text-link span { margin-left:18px; }
.note { margin-top:25px; color:var(--muted); font-size:10px; line-height:1.5; }
footer { display:flex; justify-content:space-between; gap:20px; padding:20px clamp(20px,4vw,48px) 35px; border-top:1px solid var(--line); color:var(--muted); font-size:11px; }
footer p { margin:0; }
footer a { color:var(--ink); }
@media (max-width:900px) {
  .hero { grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); min-height:620px; }
  .vehicle-slide { height:clamp(310px,56vw,470px); }
  .route-graphic { inset:7% -4% 0 25%; }
  .hand-note { top:14%; }
}

@media (max-width:680px) {
  .quick-nav { top:14px; }
  .home-page main { height:100%; }
  .hero { grid-template-columns:1fr; grid-template-areas:"copy" "visual" "actions"; grid-template-rows:auto minmax(0,1fr) auto; align-items:stretch; height:100%; min-height:0; gap:14px; padding-top:76px; padding-bottom:26px; overflow:hidden; }
  .route-graphic { inset:31% -30% 0 -5%; opacity:.44; }
  .hero-copy { max-width:34rem; }
  .hero-copy h1 { max-width:12.5ch; }
  .vehicle-swiper { display:grid; grid-template-rows:minmax(0,1fr) auto; height:100%; min-height:0; margin-top:0; transform:none; }
  .vehicle-swiper__track { display:grid; grid-auto-flow:column; grid-auto-columns:100%; height:100%; min-height:0; }
  .vehicle-slide { width:100%; height:auto; min-height:0; }
  .hero-model model-viewer { transform:scale(1.07); transform-origin:center 55%; }
  .vehicle-slide__name { justify-self:center; margin:0 0 12px; transform:none; }
  .vehicle-slide__project { justify-content:center; justify-self:center; min-width:0; min-height:38px; padding:8px 12px; font-size:10px; transform:none; }
  .vehicle-slide__project:hover { transform:translateY(-1px) scale(1.015); }
  .vehicle-slide__project:active { transform:scale(.985); }
  .vehicle-swiper__controls { margin-top:8px; transform:none; }
  .hero-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-self:end; gap:8px; margin-top:4px; width:100%; transform:none; }
  .hero-actions .page-button { min-width:0; justify-content:center; white-space:nowrap; }
  .hero-actions .page-button { gap:6px; min-height:48px; padding:12px 8px; }
  .hero-copy { display:flex; flex-direction:column; align-items:flex-start; }
  .hero-copy__about { align-self:flex-end; min-height:38px; margin-top:10px; margin-left:auto; padding:8px 12px; color:var(--acid) !important; font-size:10px; }
  .about { grid-template-columns:1fr; gap:36px; padding-top:112px; }
  .hand-note { right:12%; top:auto; bottom:22%; font-size:clamp(24px,8vw,34px); }
  .hero-spec { right:7%; top:auto; bottom:22%; font-size:8px; }
  .counter { position:relative; grid-area:visual; justify-self:end; align-self:end; right:auto; bottom:auto; margin-top:-66px; }
  .statement { padding-top:72px; padding-bottom:78px; }
  .facts { grid-template-columns:1fr; }
  .facts div { min-height:122px; padding:17px 20px; border-right:0; border-bottom:1px solid var(--line); }
  .facts div:last-child { border-bottom:0; }
  .facts span { margin-bottom:25px; }
  .collabora { grid-template-columns:1fr; gap:24px; padding-top:85px; padding-bottom:85px; }
  .collabora-copy { padding-top:0; }
  footer { padding-top:18px; padding-bottom:26px; }
}

@media (min-width:681px) {
  .about { display:block; }
  .about__copy { max-width:min(780px,76%); margin-top:clamp(52px,8vw,110px); }
  .vehicle-slide__name { justify-self:center; }
  .vehicle-slide__project { justify-self:center; }
  .hero-actions { transform:translateY(clamp(-60px,-7vh,-45px)); }
}

@media (max-width:390px) {
  .hero { gap:10px; padding-top:68px; padding-bottom:18px; }
  h1 { font-size:clamp(39px,12vw,48px); }
  .lede { font-size:14px; }
  .vehicle-slide { height:auto; }
  .hand-note { bottom:21%; }
  .counter { padding:10px 12px; }
  .counter strong { font-size:26px; }
}

@media (max-width:680px) and (max-height:650px) {
  .quick-nav { top:10px; }
  .hero { gap:8px; padding-top:62px; padding-bottom:16px; }
  .vehicle-slide__name { margin-bottom:10px; font-size:16px; }
  .vehicle-slide__project { min-height:38px; padding:8px 12px; font-size:10px; }
  .vehicle-swiper__controls { margin-top:4px; }
}

/* Tablet portrait previously inherited the desktop hero's 670px minimum height.
   Let the hero fill the available viewport so the lower half is never blank. */
@media (min-width:681px) and (max-width:900px) and (orientation:portrait) {
  .home-page main { height:100%; }
  .hero { height:100%; min-height:0; }
  .vehicle-slide { height:clamp(470px,55dvh,580px); }
}

@media (min-width:681px) and (max-height:720px) {
  .hero { min-height:0; }
  .vehicle-slide { height:clamp(300px,47vw,430px); }
  h1 { font-size:clamp(42px,4.8vw,70px); }
  .lede { margin-block:20px; }
}

@media (min-width:681px) and (max-height:520px) {
  .home-page main { height:100%; }
  .hero { height:100%; min-height:0; padding-top:64px; padding-bottom:14px; }
  .vehicle-slide { height:clamp(230px,62dvh,280px); }
  .hero-actions { transform:translateY(-18px); }
}
