﻿:root {
  --green: #9bd333;
  --green-deep: #31501f;
  --lime-glow: rgba(177, 255, 62, 0.45);
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --ink: #211f1f;
  --muted: #6c6962;
  --smoke: #c7cbc7;
  --dark: #10130f;
  --line: rgba(33, 31, 31, 0.14);
  --header-h: 72px;
  --font-display: "Satoshi", Arial, Helvetica, sans-serif;
  --font-body: "Inter", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: auto;
}

body {
  background: #000;
  color: var(--ink);
  font-family: var(--font-body);
  letter-spacing: 0;
  margin: 0;
  overflow-x: clip;
}

body::selection {
  background: var(--green);
  color: var(--dark);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-header {
  backdrop-filter: none;
  background: transparent;
  color: #fff;
  font-size: clamp(13px, 1vw, 18px);
font-weight: 700;
  height: var(--header-h);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 80;
}

.site-header,
.site-header * {
  opacity: 1 !important;
}

.site-header a,
.site-header .brand {
  color: #fff;
}

body:not(.is-hero) .site-header a,
body:not(.is-hero) .site-header .brand {
  color: var(--ink);
}

.header-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 100%;
  padding: 0 clamp(22px, 6vw, 94px);
  width: 100%;
}

.site-header nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.4vw, 44px);
}

.site-header nav a {
  opacity: 1;
  position: relative;
  transition: color 0.28s ease, opacity 0.28s ease;
}

.site-header nav a::after {
  background: currentColor;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--green);
  opacity: 1;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-right {
  justify-content: flex-end;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.site-header .mobile-menu[hidden] {
  display: none !important;
}

.menu-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  min-width: 82px;
  padding: 0 18px;
  text-transform: uppercase;
}

.brand {
  opacity: 1;
font-size: clamp(22px, 2vw, 34px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

body:not(.is-hero) .site-header {
  background: rgba(244, 240, 231, 0.78);
  color: var(--ink);
}

body:not(.is-hero) .site-header nav a:hover,
body:not(.is-hero) .site-header nav a:focus-visible {
  color: var(--green);
}

.section-pin {
  height: 300vh;
  position: relative;
}

.vehicles-page,
.why-page,
.buy-page,
.contact-page {
  overflow: hidden;
}

.hero-stage,
.ecosystem-stage,
.final-stage {
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.hero-stage {
  align-items: center;
  background: #000;
  color: white;
  display: grid;
  justify-items: center;
  padding: var(--header-h) clamp(22px, 6vw, 94px) 42px;
}

.hero-bg {
  background: #000;
  inset: 0;
  opacity: 1;
  position: absolute;
}

.hero-scale {
  height: 1000px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(var(--hero-stage-scale, 1));
  transform-origin: center center;
  width: 1920px;
  z-index: 3;
}

.hero-scale .hero-title {
  bottom: 360px;
  display: block;
  font-size: 72px;
  left: 119px;
  right: auto;
  top: auto;
}

.hero-scale .hero-side-word {
  display: block;
  font-size: 150px;
  line-height: 0.86;
}

.hero-scale .hero-side-word.left {
  left: 119px;
  top: 200px;
}

.hero-scale .hero-side-word.right {
  bottom: 250px;
  font-size: 132px;
  right: 66px;
  top: auto;
}

.hero-scale .hero-product {
  aspect-ratio: 16 / 9;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2260px;
}

.hero-scale .hero-copy {
  bottom: 110px;
  left: 119px;
  max-width: 455px;
}

.hero-scale .hero-copy .hero-copy-cta {
  display: block;
  font-size: 50px;
}

.hero-scale .hero-copy p {
  font-size: 15px;
  line-height: 1.32;
}

.hero-scale .hero-stats {
  bottom: 110px;
  display: flex;
  gap: 78px;
  left: auto;
  right: 94px;
  width: 520px;
}

.hero-scale .hero-stats a {
  font-size: 15px;
  padding-top: 30px;
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.9);
  left: clamp(24px, 6.2vw, 126px);
  right: auto;
  text-transform: none;
  top: auto;
  bottom: 37vh;
  z-index: 8;
}

.hero-title {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(34px, 3.8vw, 72px);
  font-style: normal;
  font-weight: 900;
  line-height: 0.88;
  margin: 0;
  position: absolute;
  left: clamp(24px, 6.2vw, 126px);
  right: auto;
  text-align: left;
  top: auto;
  bottom: 25vh;
  z-index: 9;
}

.hero-side-word {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(64px, 7.8vw, 150px);
  font-weight: 900;
  line-height: 0.86;
  margin: 0;
  position: absolute;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.86);
  z-index: 7;
}

.hero-side-word.left {
  left: clamp(24px, 6.2vw, 126px);
  top: 20vh;
}

.hero-side-word.right {
  bottom: 25vh;
  font-size: clamp(56px, 6.9vw, 132px);
  right: clamp(12px, 4vw, 66px);
  text-align: right;
}

.hero-product {
  aspect-ratio: 16 / 9;
  margin: 0;
  position: relative;
  transform: translateZ(0);
  width: min(150vw, 2260px);
  z-index: 4;
  will-change: transform;
}

.hero-product::before {
  display: none;
}

.sequence-frame {
  filter: contrast(1.08) saturate(1.08);
  height: 100%;
  image-rendering: auto;
  inset: 0;
  object-fit: contain;
  opacity: 0;
  position: absolute;
  transform: translateZ(0);
  transition: none;
  width: 100%;
  will-change: auto;
}

.sequence-frame.is-active {
  opacity: 1;
}

.hero-copy {
  bottom: 11vh;
  left: clamp(24px, 6.2vw, 126px);
  max-width: 455px;
  position: absolute;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.86);
  z-index: 9;
}

.hero-copy-cta {
  color: inherit;
  display: inline-block;
font-size: clamp(28px, 2.7vw, 50px);
  line-height: 0.9;
  margin: 30px 0 0;
  position: relative;
  transition: color 0.24s ease, transform 0.24s ease;
}

.hero-copy-cta::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-top: 26px;
  width: 42px;
}

.hero-copy-cta:hover,
.hero-copy-cta:focus-visible {
  color: var(--green);
  transform: translateY(-2px);
}

.hero-copy p,
.intro-line,
.ecosystem-copy p,
.system-list p,
.market-copy p,
.feature-grid p,
.video-copy p,
.final-stage p {
  font-size: 15px;
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.32;
}

.hero-stats {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.78);
  bottom: 11vh;
  display: flex;
  gap: clamp(38px, 7vw, 132px);
  justify-content: space-between;
  position: absolute;
  right: clamp(24px, 6vw, 94px);
  width: min(39vw, 520px);
  z-index: 9;
}

.hero-stats a {
  border-top: 0;
  color: rgba(255, 255, 255, 0.96);
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: clamp(12px, 0.92vw, 15px);
  font-weight: 900;
  padding-top: 30px;
  text-transform: uppercase;
  width: auto;
}

.hero-stats a:hover,
.hero-stats a:focus-visible {
  color: var(--green);
}

.scroll-down-label i {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: inline-block;
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
  animation: scrollCue 1.2s ease-in-out infinite;
}

@keyframes scrollCue {
  0%, 100% {
    opacity: 0.45;
    transform: translateY(-4px) rotate(45deg);
  }

  50% {
    opacity: 1;
    transform: translateY(5px) rotate(45deg);
  }
}

.section-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

.intro {
  background: var(--paper);
  min-height: 95vh;
  padding: clamp(110px, 14vw, 190px) clamp(24px, 6vw, 94px);
}

.intro-grid {
  align-items: end;
  display: grid;
  gap: clamp(42px, 8vw, 130px);
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1fr);
  min-height: 70vh;
}

.intro-copy {
  align-self: center;
}

.intro-line {
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: 0.92;
  margin: clamp(120px, 20vh, 210px) 0 28px;
  max-width: 760px;
}

.intro-support {
  color: rgba(33, 31, 31, 0.62);
  font-size: clamp(17px, 1.3vw, 23px);
  line-height: 1.28;
  margin: 0;
  max-width: 560px;
}

.intro-modules {
  display: grid;
  gap: 1px;
  margin-bottom: clamp(20px, 5vh, 70px);
}

.intro-modules article {
  background: rgba(255, 255, 255, 0.28);
  border-top: 1px solid rgba(33, 31, 31, 0.16);
  display: grid;
  gap: 10px;
  grid-template-columns: 52px 1fr;
  padding: 22px 0;
  transition: background 0.28s ease, transform 0.28s ease;
}

.intro-modules article:hover {
  background: rgba(255, 255, 255, 0.48);
  transform: translateX(10px);
}

.intro-modules span {
  color: rgba(33, 31, 31, 0.44);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
}

.intro-modules strong {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 0.92;
}

.intro-modules p {
  color: rgba(33, 31, 31, 0.62);
  font-size: 14px;
  grid-column: 2;
  line-height: 1.35;
  margin: 0;
  max-width: 430px;
}

.ecosystem-stage {
  align-items: center;
  background:
    radial-gradient(circle at 52% 52%, rgba(157, 225, 48, 0.16), transparent 35%),
    linear-gradient(180deg, #1c2419 0%, #070907 100%);
  color: white;
  display: grid;
  padding: var(--header-h) clamp(24px, 6vw, 94px) 50px;
}

.system-map {
  aspect-ratio: 1;
  left: 50%;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
  width: min(72vw, 850px);
}

.ring {
  border: 1px solid rgba(183, 255, 78, 0.28);
  border-radius: 50%;
  inset: var(--inset);
  position: absolute;
}

.ring-one { --inset: 4%; }
.ring-two { --inset: 18%; }
.ring-three { --inset: 32%; }

.ring::after {
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 28px var(--lime-glow);
  content: "";
  height: 9px;
  left: 50%;
  position: absolute;
  top: -5px;
  width: 9px;
}

.node {
  background: rgba(244, 240, 231, 0.92);
  border-radius: 999px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 900;
  padding: 12px 16px;
  position: absolute;
  text-transform: uppercase;
}

.node-vehicle { left: 43%; top: 44%; }
.node-battery { left: 12%; top: 34%; }
.node-swap { right: 8%; top: 39%; }
.node-platform { right: 18%; bottom: 18%; }
.node-service { left: 20%; bottom: 14%; }

.ecosystem-copy {
  max-width: 520px;
  position: relative;
  z-index: 3;
}

.ecosystem-copy h2 {
  font-size: clamp(42px, 6.2vw, 92px);
  line-height: 0.9;
  margin: 18px 0 26px;
}

.system-list {
  bottom: 8vh;
  display: grid;
  gap: 12px;
  position: absolute;
  right: clamp(24px, 6vw, 94px);
  width: min(42vw, 520px);
  z-index: 3;
}

.system-list p {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.24);
  display: flex;
  gap: 18px;
  margin: 0;
  padding-top: 14px;
}

.system-list strong {
  color: var(--green);
}

.markets {
  align-items: center;
  background: var(--cream);
  display: grid;
  gap: clamp(36px, 6vw, 88px);
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1.15fr);
  min-height: 100svh;
  padding: clamp(110px, 12vw, 170px) clamp(24px, 6vw, 94px);
}

.market-copy h2,
.feature-intro h2,
.video-copy h2,
.final-stage h2 {
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.9;
  margin: 18px 0 26px;
}

.market-copy p {
  max-width: 520px;
}

.market-media {
  aspect-ratio: 1.22;
  margin: 0;
  overflow: hidden;
}

.market-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.market-facts {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 20px;
}

.market-facts span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.market-facts strong {
  display: block;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 0.98;
  margin-top: 8px;
}

.features {
  background: var(--paper);
  padding: clamp(100px, 12vw, 170px) clamp(24px, 6vw, 94px);
}

.feature-intro {
  max-width: 850px;
}

.feature-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
}

.feature-grid article {
  background: #e2e3df;
  min-height: 600px;
}

.feature-grid img {
  aspect-ratio: 1.18;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.feature-grid h3 {
  font-size: clamp(30px, 3vw, 48px);
  line-height: 0.92;
  margin: 36px 36px 22px;
}

.feature-grid p {
  margin: 0 36px 46px;
  max-width: 430px;
}

.media-story {
  align-items: start;
  background: var(--dark);
  color: white;
  display: grid;
  gap: clamp(34px, 7vw, 100px);
  grid-template-columns: minmax(280px, 0.7fr) minmax(420px, 1.3fr);
  padding: clamp(100px, 12vw, 170px) clamp(24px, 6vw, 94px);
}

.video-copy {
  position: sticky;
  top: 120px;
}

.video-stack {
  display: grid;
  gap: 24px;
}

.video-stack video {
  aspect-ratio: 16 / 9;
  background: #050605;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.final-stage {
  align-items: center;
  background:
    radial-gradient(circle at 50% 60%, rgba(155, 211, 51, 0.18), transparent 34%),
    linear-gradient(180deg, #cfd5d0 0%, #6f7b74 100%);
  display: grid;
  justify-items: center;
  padding: var(--header-h) clamp(24px, 6vw, 94px) 70px;
  position: sticky;
  text-align: center;
}

.final-orbit {
  aspect-ratio: 1;
  left: 50%;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: min(62vw, 720px);
  z-index: 1;
}

.final-orbit span {
  border: 1px solid rgba(33, 31, 31, 0.12);
  border-radius: 50%;
  inset: var(--ring);
  position: absolute;
}

.final-orbit span:nth-child(1) { --ring: 0%; animation: orbitPulse 5s ease-in-out infinite; }
.final-orbit span:nth-child(2) { --ring: 18%; animation: orbitPulse 5s ease-in-out 0.6s infinite; }
.final-orbit span:nth-child(3) { --ring: 36%; animation: orbitPulse 5s ease-in-out 1.2s infinite; }

@keyframes orbitPulse {
  0%, 100% {
    opacity: 0.24;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.02);
  }
}

.final-stage h2 {
  max-width: 1040px;
  position: relative;
  z-index: 3;
}

.final-stage p {
  margin: 0 0 34px;
  max-width: 620px;
  position: relative;
  z-index: 3;
}

.final-actions {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  position: relative;
  width: min(82vw, 980px);
  z-index: 4;
}

.final-actions a {
  align-items: start;
  background: rgba(244, 240, 231, 0.32);
  border-top: 1px solid rgba(33, 31, 31, 0.2);
  display: grid;
  gap: 18px;
  min-height: 130px;
  padding: 22px;
  text-align: left;
  transition: background 0.28s ease, transform 0.28s ease;
}

.final-actions a:hover,
.final-actions a:focus-visible {
  background: rgba(244, 240, 231, 0.7);
  transform: translateY(-8px);
}

.final-actions span {
  color: rgba(33, 31, 31, 0.48);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
}

.final-actions strong {
  font-family: var(--font-display);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 0.95;
}

.vehicles-page {
  background: #fff;
  color: var(--ink);
  min-height: 100svh;
  padding: clamp(104px, 12vw, 172px) clamp(24px, 6vw, 94px) clamp(90px, 10vw, 150px);
}

.vehicles-hero {
  align-items: end;
  display: grid;
  gap: clamp(36px, 8vw, 132px);
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.72fr);
  margin-bottom: clamp(58px, 9vw, 120px);
}

.vehicles-hero h2,
.why-copy h2,
.buy-header h2,
.contact-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(68px, 10vw, 168px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
  margin: 18px 0 22px;
}

.section-subtitle {
  color: rgba(33, 31, 31, 0.72);
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 46px);
  font-weight: 900;
  line-height: 0.98;
  margin: 0;
}

.section-intro,
.product-content p,
.best-for p,
.why-copy p,
.why-list p,
.buy-header p,
.buy-steps p,
.buy-cta p,
.contact-heading p,
.contact-info,
.inquiry-form,
.form-note {
  font-family: var(--font-body);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.45;
}

.section-intro {
  color: rgba(33, 31, 31, 0.66);
  margin: 0 0 10px;
  max-width: 660px;
}

.vehicles-heading {
  align-items: end;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-top: 20px;
}

.vehicles-heading h3 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 72px);
  line-height: 0.92;
  margin: 0;
  max-width: 780px;
}

.vehicles-heading a {
  border-bottom: 1px solid currentColor;
  color: rgba(33, 31, 31, 0.72);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  padding-bottom: 8px;
  text-transform: uppercase;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.vehicles-heading a:hover,
.vehicles-heading a:focus-visible {
  color: var(--green-deep);
}

.product-showcase {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  background: #f8f8f4;
  display: grid;
  grid-template-rows: minmax(380px, 52vh) 1fr;
  min-height: 900px;
  overflow: hidden;
  position: relative;
}

.product-card::before {
  background: linear-gradient(90deg, var(--green), transparent);
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0.25);
  transform-origin: left;
  transition: opacity 0.3s ease, transform 0.45s ease;
  width: 100%;
  z-index: 2;
}

.product-card:hover::before,
.product-card:focus-within::before {
  opacity: 1;
  transform: scaleX(1);
}

.product-media {
  align-items: center;
  background:
    radial-gradient(circle at 50% 72%, rgba(49, 80, 31, 0.12), transparent 34%),
    #fff;
  display: grid;
  justify-items: center;
  min-height: 0;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.product-media > img[data-gallery-main] {
  height: 100%;
  max-height: 620px;
  object-fit: contain;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.18s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.product-card:hover .product-media > img[data-gallery-main] {
  transform: scale(1.045) translateY(-4px);
}

.product-media > img[data-gallery-main].is-changing {
  opacity: 0;
}

.product-thumbs {
  align-items: center;
  bottom: 22px;
  display: flex;
  gap: 10px;
  position: absolute;
  right: 22px;
}

.product-thumbs button {
  background: #fff;
  border: 1px solid rgba(33, 31, 31, 0.12);
  cursor: pointer;
  height: 66px;
  padding: 0;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  width: 66px;
}

.product-thumbs button:hover,
.product-thumbs button:focus-visible,
.product-thumbs button.is-active {
  border-color: var(--green);
  box-shadow: 0 12px 34px rgba(49, 80, 31, 0.18);
  transform: translateY(-2px);
}

.product-thumbs button.is-active::after {
  background: var(--green);
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: -8px;
  content: "";
  height: 18px;
  position: absolute;
  right: -8px;
  width: 18px;
}

.product-thumbs img {
  background: #fff;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  width: 100%;
}

.product-content {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 42px);
}

.product-type {
  color: rgba(33, 31, 31, 0.55);
  font-family: var(--font-display);
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.product-content h4 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 82px);
  font-weight: 900;
  line-height: 0.88;
  margin: 0 0 20px;
}

.product-content > p:not(.product-type) {
  color: rgba(33, 31, 31, 0.68);
  margin: 0 0 26px;
}

.spec-list {
  border-top: 1px solid rgba(33, 31, 31, 0.14);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}

.spec-list li {
  border-bottom: 1px solid rgba(33, 31, 31, 0.14);
  display: grid;
  gap: 8px;
  padding: 16px 12px 16px 0;
}

.spec-list strong,
.best-for span,
.contact-info span {
  color: rgba(33, 31, 31, 0.48);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.spec-list span {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 900;
  line-height: 1;
}

.best-for {
  margin-top: 22px;
}

.best-for p {
  margin: 8px 0 0;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button-primary,
.button-secondary {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.button-primary {
  background: var(--ink);
  color: white;
}

.button-secondary {
  background: transparent;
  border: 1px solid rgba(33, 31, 31, 0.24);
  color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible {
  transform: translateY(-3px);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--green);
  color: var(--ink);
}

.product-details {
  border-top: 1px solid rgba(33, 31, 31, 0.14);
  color: rgba(33, 31, 31, 0.66);
  margin-top: 22px;
  padding-top: 18px;
}

.product-details p {
  margin: 0;
}

.vehicle-cta {
  align-items: end;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 0.42fr 1fr auto;
  margin-top: clamp(46px, 7vw, 86px);
  padding-top: 24px;
}

.vehicle-cta p,
.buy-cta p {
  color: rgba(33, 31, 31, 0.62);
  margin: 0;
}

.vehicle-cta h3,
.buy-cta h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.8vw, 58px);
  line-height: 0.96;
  margin: 0;
}

.why-page {
  background:
    radial-gradient(circle at 78% 20%, rgba(155, 211, 51, 0.16), transparent 30%),
    linear-gradient(180deg, #090b08 0%, #1a2118 100%);
  color: white;
  display: grid;
  gap: clamp(48px, 8vw, 130px);
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  min-height: 100svh;
  padding: clamp(112px, 12vw, 180px) clamp(24px, 6vw, 94px);
}

.why-copy {
  align-self: start;
  position: sticky;
  top: 120px;
}

.why-copy h2 {
  font-size: clamp(60px, 8.4vw, 140px);
}

.why-copy p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 600px;
}

.why-list {
  display: grid;
}

.why-list article {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 22px;
  grid-template-columns: 58px minmax(180px, 0.8fr) minmax(260px, 1fr);
  padding: clamp(28px, 4vw, 54px) 0;
  transition: transform 0.28s ease;
}

.why-list article:hover {
  transform: translateX(12px);
}

.why-list span,
.buy-steps span {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
}

.why-list h3,
.buy-steps h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.9vw, 48px);
  line-height: 0.96;
  margin: 0;
}

.why-list p {
  color: rgba(255, 255, 255, 0.66);
  margin: 0;
}

.buy-page {
  background: #eef1ec;
  color: var(--ink);
  padding: clamp(106px, 12vw, 174px) clamp(24px, 6vw, 94px);
}

.buy-header {
  align-items: stretch;
  display: grid;
  gap: clamp(28px, 5vw, 84px);
  grid-template-columns: minmax(300px, 0.54fr) minmax(520px, 1fr);
  margin-bottom: clamp(40px, 6vw, 76px);
}

.buy-panel {
  align-content: space-between;
  background:
    radial-gradient(circle at 78% 20%, rgba(155, 211, 51, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(33, 31, 31, 0.16);
  display: grid;
  min-height: clamp(250px, 27vw, 390px);
  padding: clamp(24px, 4vw, 48px);
}

.buy-panel-steps {
  align-self: end;
  display: grid;
  gap: 1px;
}

.buy-panel-steps span {
  align-items: center;
  border-top: 1px solid rgba(33, 31, 31, 0.15);
  display: flex;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 900;
  justify-content: space-between;
  line-height: 0.96;
  padding: 18px 0;
}

.buy-panel-steps span::after {
  background: var(--green);
  border-radius: 50%;
  content: "";
  height: 12px;
  width: 12px;
}

.buy-title {
  align-self: center;
}

.buy-title h2 {
  font-family: var(--font-display);
  font-size: clamp(58px, 8.4vw, 138px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0 0 24px;
  max-width: 780px;
}

.buy-title p {
  color: rgba(33, 31, 31, 0.62);
  margin: 0;
  max-width: 520px;
}

.buy-steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.buy-steps article {
  align-content: space-between;
  background: rgba(255, 255, 255, 0.44);
  border-top: 1px solid rgba(33, 31, 31, 0.12);
  display: grid;
  gap: clamp(20px, 3vw, 42px);
  grid-template-columns: 1fr;
  min-height: clamp(250px, 24vw, 360px);
  padding: clamp(24px, 3.8vw, 46px);
  transition: background 0.28s ease, transform 0.28s ease;
}

.buy-steps article:hover {
  background: rgba(255, 255, 255, 0.75);
  transform: translateY(-8px);
}

.buy-steps p {
  color: rgba(33, 31, 31, 0.62);
  margin: 0;
}

.buy-cta {
  align-items: end;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  margin-top: clamp(38px, 6vw, 70px);
  padding-top: 24px;
}

.buy-cta .button-primary {
  justify-self: end;
  min-width: 164px;
  width: fit-content;
}

.contact-page {
  background:
    radial-gradient(circle at 15% 20%, rgba(155, 211, 51, 0.18), transparent 30%),
    linear-gradient(180deg, #121612 0%, #050605 100%);
  color: white;
  min-height: 100svh;
  padding: clamp(108px, 12vw, 174px) clamp(24px, 6vw, 94px);
}

.contact-heading {
  max-width: 1120px;
}

.contact-heading h2 {
  color: white;
}

.contact-heading .section-subtitle {
  color: rgba(255, 255, 255, 0.82);
}

.contact-heading p:not(.section-subtitle) {
  color: rgba(255, 255, 255, 0.66);
  max-width: 660px;
}

.contact-grid {
  display: grid;
  gap: clamp(38px, 8vw, 128px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1fr);
  margin-top: clamp(58px, 8vw, 110px);
}

.contact-info {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
}

.contact-info a,
.contact-info div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 10px;
  padding: 24px 0;
}

.contact-info span {
  color: rgba(255, 255, 255, 0.48);
}

.contact-info strong {
  color: white;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 38px);
  line-height: 0.98;
}

.inquiry-form {
  background: rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 48px);
}

.inquiry-form h3 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 78px);
  line-height: 0.9;
  margin: 0 0 12px;
}

.inquiry-form label {
  color: rgba(255, 255, 255, 0.58);
  display: grid;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
  font: 400 16px/1.35 var(--font-body);
  min-height: 50px;
  outline: none;
  padding: 13px 14px;
  transition: border-color 0.25s ease, background 0.25s ease;
  width: 100%;
}

.inquiry-form select option {
  color: var(--ink);
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--green);
}

.inquiry-form .button-primary {
  background: var(--green);
  color: var(--ink);
  justify-self: start;
  margin-top: 8px;
}

.form-note {
  color: rgba(255, 255, 255, 0.54);
  margin: 0;
}

.purchase-cta {
  align-items: center;
  background: rgba(255,255,255,0.93);
  border: 8px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  bottom: 34px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.22);
  color: var(--ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 14px;
  left: 50%;
  opacity: 1;
  padding: 10px 12px 10px 24px;
  position: fixed;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 90;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.purchase-cta span {
  white-space: nowrap;
}

.purchase-cta svg {
  background: var(--green);
  border-radius: 50%;
  height: 36px;
  padding: 9px;
  transform: rotate(180deg);
  width: 36px;
}

.purchase-cta path {
  fill: currentColor;
}

body:not(.is-hero) .purchase-cta {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .section-pin {
    height: auto;
  }

  .hero-stage,
  .ecosystem-stage,
  .final-stage {
    position: relative;
  }
}

@media (max-width: 980px) {
  .site-header {
    font-size: 13px;
    height: var(--header-h);
    line-height: 1;
    overflow: visible;
  }

  .header-inner {
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 0 18px;
    position: relative;
    transform: none;
    width: 100%;
  }

  .nav-left,
  .nav-right {
    display: none !important;
  }

  .brand {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 22px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .menu-toggle {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
    color: var(--ink);
    display: inline-flex;
    margin-left: auto;
  }

  body:not(.is-hero) .menu-toggle {
    background: #fff;
    border-color: #fff;
    color: var(--ink);
  }

  .site-header.is-menu-open .menu-toggle {
    background: var(--green);
    border-color: transparent;
    color: var(--ink);
  }

  .mobile-menu {
    background: #090c08;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    color: white;
    gap: 0;
    left: 14px;
    padding: 10px 18px 14px;
    position: fixed;
    right: 14px;
    top: calc(var(--header-h) + 8px);
  }

  .site-header.is-menu-open .mobile-menu {
    display: grid;
  }

  .mobile-menu a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 900;
    justify-content: space-between;
    min-height: 52px;
    padding: 0;
  }

  .mobile-menu a:nth-last-child(-n + 2) {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-menu a::after {
    background: var(--green);
    border-radius: 50%;
    content: "";
    height: 8px;
    width: 8px;
  }

  @media (max-width: 520px) {
    .header-inner {
      padding: 0 16px;
    }

    .mobile-menu {
      left: 10px;
      right: 10px;
    }
  }

  .section-pin {
    height: 235vh;
  }

  .hero-stage,
  .ecosystem-stage,
  .final-stage {
    min-height: 650px;
  }

  .hero-title {
    bottom: 190px;
    font-size: clamp(22px, 6.5vw, 30px);
    left: 20px;
    right: auto;
    top: auto;
    z-index: 10;
  }

  .hero-kicker {
    bottom: 254px;
    left: 20px;
    right: auto;
    top: auto;
  }

  .hero-side-word {
    display: block;
    font-size: clamp(35px, 11vw, 50px);
    line-height: 0.86;
  }

  .hero-side-word.left {
    left: 20px;
    top: 86px;
  }

  .hero-side-word.right {
    bottom: auto;
    font-size: clamp(31px, 9.8vw, 44px);
    right: 8px;
    top: 220px;
  }

  .hero-product {
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
    top: 258px;
    width: 188vw;
  }

  .hero-copy {
    bottom: 116px;
    left: 20px;
    max-width: 330px;
  }

  .hero-copy-cta {
    display: none;
  }

  .hero-copy p {
    font-size: 13px;
    line-height: 1.22;
  }

  .hero-stats {
    bottom: 86px;
    display: flex;
    gap: 18px;
    left: 20px;
    right: 20px;
    width: auto;
  }

  .hero-stats a {
    font-size: 10px;
    padding-top: 14px;
  }

  .intro {
    min-height: auto;
    padding: 96px 20px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .intro-line {
    font-size: clamp(36px, 10vw, 54px);
    margin-top: 18vh;
  }

  .intro-modules {
    margin-bottom: 0;
  }

  .ecosystem-stage {
    padding: 98px 20px 86px;
  }

  .system-map {
    opacity: 0.58;
    width: 132vw;
  }

  .ecosystem-copy h2,
  .market-copy h2,
  .feature-intro h2,
  .video-copy h2,
  .final-stage h2 {
    font-size: clamp(38px, 11vw, 56px);
  }

  .system-list {
    bottom: 104px;
    left: 20px;
    right: 20px;
    width: auto;
  }

  .markets,
  .media-story {
    grid-template-columns: 1fr;
    padding: 96px 20px;
  }

  .market-facts {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: auto;
  }

  .feature-grid h3,
  .feature-grid p {
    margin-left: 22px;
    margin-right: 22px;
  }

  .video-copy {
    position: static;
  }

  .final-stage {
    padding-left: 20px;
    padding-right: 20px;
  }

  .final-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .final-actions a {
    min-height: 94px;
  }

  .purchase-cta {
    border-width: 6px;
    bottom: 18px;
    font-size: 12px;
    gap: 10px;
    padding: 9px 10px 9px 18px;
  }

  .purchase-cta svg {
    height: 32px;
    width: 32px;
  }
}

@media (max-width: 1280px) {
  .product-showcase {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: minmax(320px, 0.9fr) minmax(380px, 1fr);
    grid-template-rows: auto;
    min-height: auto;
  }

  .product-media {
    min-height: 560px;
  }
}

@media (max-width: 980px) {
  .vehicles-page,
  .why-page,
  .buy-page,
  .contact-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vehicles-hero,
  .buy-header,
  .contact-grid,
  .why-page {
    grid-template-columns: 1fr;
  }

  .vehicles-hero h2,
  .why-copy h2,
  .buy-header h2,
  .contact-heading h2 {
    font-size: clamp(52px, 16vw, 86px);
  }

  .vehicles-heading,
  .vehicle-cta,
  .buy-cta {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-media {
    min-height: 420px;
    padding: 18px;
  }

  .product-media > img {
    max-height: 420px;
  }

  .product-thumbs {
    bottom: 14px;
    right: 14px;
  }

  .product-thumbs button {
    height: 52px;
    width: 52px;
  }

  .product-thumbs button.is-active::after {
    height: 14px;
    width: 14px;
  }

  .buy-panel {
    min-height: 260px;
  }

  .product-content {
    padding: 26px 20px 32px;
  }

  .spec-list {
    grid-template-columns: 1fr 1fr;
  }

  .why-copy {
    position: static;
  }

  .why-list article,
  .buy-steps article {
    align-items: start;
    grid-template-columns: 42px 1fr;
  }

  .why-list article p,
  .buy-steps article p {
    grid-column: 2;
  }

  .why-list article {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 30px 0;
    transform: none !important;
  }

  .why-list article h3 {
    grid-column: auto;
  }

  .why-list article p {
    grid-column: auto;
  }

  .why-list article span {
    display: block;
    margin-bottom: 6px;
  }

  .why-list article:hover {
    transform: none !important;
  }

  .buy-steps {
    grid-template-columns: 1fr;
  }

  .buy-steps article {
    gap: 14px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 28px 20px;
  }

  .buy-steps article p {
    grid-column: auto;
  }

  .buy-steps article:hover {
    transform: none;
  }

  .buy-cta .button-primary {
    justify-self: start;
  }

  .contact-info strong {
    font-size: clamp(22px, 8vw, 34px);
    word-break: break-word;
  }

  .inquiry-form {
    padding: 24px 18px;
  }
}

@media (max-width: 560px) {
  .vehicles-page,
  .why-page,
  .buy-page,
  .contact-page {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .vehicles-hero {
    margin-bottom: 46px;
  }

  .section-subtitle {
    font-size: clamp(22px, 8vw, 34px);
  }

  .section-intro,
  .product-content p,
  .best-for p,
  .why-copy p,
  .why-list p,
  .buy-header p,
  .buy-steps p,
  .buy-cta p,
  .contact-heading p,
  .contact-info,
  .inquiry-form,
  .form-note {
    font-size: 14px;
  }

  .product-media {
    min-height: 350px;
  }

  .product-media > img[data-gallery-main] {
    max-height: 330px;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }

  .product-actions {
    display: grid;
  }

  .button-primary,
  .button-secondary {
    width: 100%;
  }

  .buy-cta .button-primary {
    min-width: 164px;
    width: fit-content;
  }
}

