:root {
  color-scheme: dark;
  --carbon-990: #06080d;
  --carbon-950: #090d12;
  --carbon-900: #0e141b;
  --carbon-800: #172027;
  --frost-000: #f8fffd;
  --frost-050: #f3faf8;
  --ink-950: #071014;
  --fog-500: #8ea3a0;
  --line-dark: rgba(248, 255, 253, 0.16);
  --line-light: rgba(7, 16, 20, 0.14);
  --petrol-600: #0e6f78;
  --petrol-500: #128590;
  --aero-mint-300: #a7f7e7;
  --electric-cyan-400: #38d9ff;
  --volt-400: #d7ff3f;
  --champagne-400: #ffd166;
  --shell: 1200px;
  --header-height: 88px;
  --radius: 8px;
  --shadow-phone: 0 42px 110px rgba(0, 0, 0, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--carbon-990);
  color: var(--frost-000);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Sora", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 1.06;
}

h3 {
  margin-bottom: 6px;
}

::selection {
  background: var(--aero-mint-300);
  color: var(--ink-950);
}

:focus-visible {
  outline: 3px solid var(--electric-cyan-400);
  outline-offset: 4px;
}

.shell {
  width: min(var(--shell), calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--frost-000);
  color: var(--ink-950);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  border-color: rgba(248, 255, 253, 0.1);
  background: rgba(6, 8, 13, 0.86);
  backdrop-filter: blur(18px) saturate(140%);
}

.site-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: block;
  width: 184px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a:not(.nav-dashboard)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--aero-mint-300);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.nav-dashboard {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(167, 247, 231, 0.4);
  border-radius: 6px;
  background: rgba(167, 247, 231, 0.08);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.nav-dashboard:hover,
.nav-dashboard:focus-visible {
  border-color: var(--aero-mint-300);
  background: rgba(167, 247, 231, 0.15);
}

.menu-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--frost-000);
  cursor: pointer;
}

@media (min-width: 821px) {
  .menu-button {
    display: none;
  }
}

.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: 720px;
  height: min(92svh, 920px);
  overflow: hidden;
  background: var(--carbon-990);
}

.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 54%;
  filter: saturate(0.88) contrast(1.04) brightness(0.8);
  transform: scale(1.025);
  animation: hero-image-in 1300ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 8, 13, 0.97) 0%, rgba(6, 8, 13, 0.85) 35%, rgba(6, 8, 13, 0.24) 66%, rgba(6, 8, 13, 0.52) 100%),
    linear-gradient(180deg, rgba(6, 8, 13, 0.38) 0%, transparent 42%, rgba(6, 8, 13, 0.88) 100%);
}

.hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(167, 247, 231, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167, 247, 231, 0.22) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, black, transparent 52%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.55fr);
  align-items: center;
  gap: 56px;
  padding-top: var(--header-height);
}

.hero__copy {
  position: relative;
  z-index: 3;
  max-width: 720px;
}

.kicker {
  margin-bottom: 20px;
  color: var(--aero-mint-300);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kicker--dark {
  color: var(--petrol-600);
}

.hero h1 {
  margin-bottom: 8px;
  color: var(--frost-000);
  font-size: 96px;
  font-weight: 800;
  line-height: 0.95;
}

.hero__line {
  margin-bottom: 22px;
  color: var(--aero-mint-300);
  font-family: "Sora", "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.hero__intro {
  max-width: 610px;
  margin-bottom: 0;
  color: rgba(248, 255, 253, 0.82);
  font-size: 19px;
  line-height: 1.6;
}

.hero__actions,
.launch__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.button--primary {
  background: var(--aero-mint-300);
  color: var(--ink-950);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--volt-400);
}

.button--ghost {
  border-color: rgba(248, 255, 253, 0.3);
  background: rgba(6, 8, 13, 0.28);
  color: var(--frost-000);
  backdrop-filter: blur(8px);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: var(--aero-mint-300);
  background: rgba(6, 8, 13, 0.56);
}

.button__arrow {
  position: relative;
  width: 17px;
  height: 12px;
  border-top: 2px solid currentColor;
  transform: translateY(5px);
}

.button__arrow::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateY(-1px);
}

.availability {
  display: flex;
  gap: 28px;
  margin-top: 28px;
}

.store-status {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 10px;
  color: rgba(248, 255, 253, 0.78);
  font-size: 13px;
}

.store-status + .store-status {
  position: relative;
}

.store-status + .store-status::before {
  position: absolute;
  top: 4px;
  left: -15px;
  width: 1px;
  height: 14px;
  content: "";
  background: rgba(248, 255, 253, 0.28);
}

.store-status__label {
  color: var(--fog-500);
}

.store-status strong {
  color: var(--frost-000);
  font-weight: 700;
}

.hero-phone {
  position: relative;
  z-index: 2;
  width: min(390px, 31vw);
  justify-self: end;
  filter: drop-shadow(var(--shadow-phone));
  transform: perspective(1100px) rotateY(-6deg) rotateX(1deg);
  transform-style: preserve-3d;
  transition: transform 240ms ease-out;
}

.hero-phone::before {
  position: absolute;
  inset: -8px;
  z-index: -1;
  border: 1px solid rgba(167, 247, 231, 0.36);
  border-radius: 38px;
  content: "";
  background: #111820;
  box-shadow: inset 0 0 0 5px #030509;
}

.hero-phone img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  border-radius: 30px;
}

.hero-phone__glow {
  position: absolute;
  inset: 14% -12% 8%;
  z-index: -2;
  background: rgba(56, 217, 255, 0.18);
  filter: blur(58px);
}

.hero-phone::after {
  position: absolute;
  top: 20%;
  right: -14px;
  width: 3px;
  height: 18%;
  border-radius: 0 2px 2px 0;
  content: "";
  background: #27333e;
}

.hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(248, 255, 253, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero__scroll i {
  position: relative;
  display: block;
  width: 28px;
  height: 1px;
  overflow: hidden;
  background: rgba(248, 255, 253, 0.34);
}

.hero__scroll i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--aero-mint-300);
  animation: scroll-line 1800ms ease-in-out infinite;
}

.section-light {
  background: var(--frost-050);
  color: var(--ink-950);
}

.experience {
  position: relative;
  padding: 128px 0 136px;
}

.experience__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(460px, 1fr);
  gap: 112px;
  align-items: start;
}

.section-copy {
  position: sticky;
  top: calc(var(--header-height) + 48px);
}

.section-lead {
  max-width: 620px;
  margin-bottom: 0;
  color: #526663;
  font-size: 19px;
  line-height: 1.65;
}

.section-lead--light {
  color: rgba(248, 255, 253, 0.7);
}

.spotting-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spotting-flow li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid var(--line-light);
}

.spotting-flow li:last-child {
  border-bottom: 1px solid var(--line-light);
}

.spotting-flow > li > span {
  color: var(--petrol-600);
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.spotting-flow h3 {
  font-size: 22px;
  line-height: 1.2;
}

.spotting-flow p {
  max-width: 500px;
  margin-bottom: 0;
  color: #657875;
}

.garage {
  position: relative;
  overflow: hidden;
  padding: 124px 0;
  background: var(--carbon-900);
}

.garage__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.68;
  background:
    linear-gradient(90deg, rgba(6, 8, 13, 0.25), rgba(6, 8, 13, 0.9)),
    linear-gradient(135deg, rgba(14, 111, 120, 0.18), transparent 38%);
}

.garage__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: 112px;
}

.garage__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.garage__visual::before {
  position: absolute;
  inset: 12% -10% 5%;
  content: "";
  background: rgba(167, 247, 231, 0.11);
  filter: blur(68px);
}

.device-frame {
  position: relative;
  width: min(380px, 100%);
  border: 8px solid #111820;
  border-radius: 38px;
  background: var(--frost-050);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.46);
  overflow: hidden;
  transform: rotate(-2deg);
}

.device-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  border-radius: 28px;
}

.garage__copy h2,
.privacy h2,
.launch h2 {
  color: var(--frost-000);
}

.garage__signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 48px 0 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.garage__signals div {
  padding: 22px 18px 22px 0;
}

.garage__signals div + div {
  padding-left: 18px;
  border-left: 1px solid var(--line-dark);
}

.garage__signals dt {
  margin-bottom: 4px;
  color: var(--aero-mint-300);
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.garage__signals div:last-child dt {
  color: var(--champagne-400);
}

.garage__signals dd {
  margin-bottom: 0;
  color: rgba(248, 255, 253, 0.56);
  font-size: 13px;
  line-height: 1.4;
}

.rewards {
  padding: 128px 0;
}

.rewards__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.8fr);
  align-items: center;
  gap: 120px;
}

.fine-print {
  margin: 24px 0 0;
  color: #71817f;
  font-size: 13px;
}

.rarity-scale {
  border-top: 1px solid var(--line-light);
}

.rarity {
  position: relative;
  padding: 26px 24px 26px 48px;
  border-bottom: 1px solid var(--line-light);
}

.rarity::before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 24px;
  height: 8px;
  border-radius: 2px;
  content: "";
  background: var(--fog-500);
}

.rarity--rare::before {
  background: var(--volt-400);
}

.rarity--legendary::before {
  background: var(--champagne-400);
  box-shadow: 0 0 22px rgba(255, 209, 102, 0.5);
}

.rarity span {
  display: block;
  margin-bottom: 3px;
  color: #70817e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rarity strong {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}

.privacy {
  padding: 128px 0;
  background: var(--carbon-990);
}

.privacy__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  align-items: end;
  gap: 128px;
}

.privacy__copy {
  max-width: 710px;
}

.privacy__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 42px 0 0;
  padding: 0;
  color: rgba(248, 255, 253, 0.72);
  font-size: 14px;
  list-style: none;
}

.privacy__list li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.privacy__list span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aero-mint-300);
  box-shadow: 0 0 14px rgba(167, 247, 231, 0.62);
}

.privacy__statement {
  padding: 30px 0 0 30px;
  border-top: 1px solid rgba(167, 247, 231, 0.4);
  border-left: 1px solid rgba(167, 247, 231, 0.4);
}

.privacy__statement p {
  margin-bottom: 22px;
  color: rgba(248, 255, 253, 0.78);
  font-family: "Sora", sans-serif;
  font-size: 21px;
  line-height: 1.5;
}

.privacy__statement span {
  color: var(--aero-mint-300);
  font-size: 13px;
  font-weight: 700;
}

.launch {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  display: grid;
  place-items: center;
  background: #0a0f14;
}

.launch__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 8, 13, 0.94), rgba(6, 8, 13, 0.54) 56%, rgba(6, 8, 13, 0.8)),
    linear-gradient(180deg, rgba(6, 8, 13, 0.28), rgba(6, 8, 13, 0.78)),
    url("../images/hero-car.webp") center 58% / cover no-repeat;
  transform: scaleX(-1);
}

.launch__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: calc((100% - min(var(--shell), calc(100% - 64px))) / 2);
  margin-right: auto;
  padding: 104px 0;
}

.launch__inner > img {
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
}

.launch h2 {
  max-width: 760px;
  margin-bottom: 20px;
}

.launch__inner > p:not(.kicker) {
  max-width: 610px;
  margin-bottom: 0;
  color: rgba(248, 255, 253, 0.72);
  font-size: 18px;
}

.button--unavailable {
  border-color: rgba(248, 255, 253, 0.2);
  background: rgba(6, 8, 13, 0.44);
  color: rgba(248, 255, 253, 0.62);
  cursor: default;
  backdrop-filter: blur(8px);
}

.button--unavailable:hover {
  transform: none;
}

.faq {
  padding: 128px 0 144px;
}

.faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(500px, 1fr);
  align-items: start;
  gap: 120px;
}

.faq__heading {
  position: sticky;
  top: calc(var(--header-height) + 48px);
}

.faq__items {
  border-top: 1px solid var(--line-light);
}

.faq details {
  border-bottom: 1px solid var(--line-light);
}

.faq summary {
  position: relative;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.35;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span,
.faq summary span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 18px;
  height: 2px;
  content: "";
  background: var(--petrol-600);
  transform: translateY(-50%);
}

.faq summary span::after {
  inset: 0;
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq details[open] summary span::after {
  transform: rotate(0deg);
}

.faq details p {
  max-width: 650px;
  margin-bottom: 0;
  padding: 0 44px 28px 0;
  color: #60726f;
}

.site-footer {
  padding: 56px 0 44px;
  border-top: 1px solid var(--line-dark);
  background: var(--carbon-990);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
}

.brand--footer {
  width: 154px;
}

.site-footer__links {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 13px;
}

.site-footer__links a {
  color: rgba(248, 255, 253, 0.65);
  text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--aero-mint-300);
}

.site-footer p {
  margin-bottom: 0;
  color: rgba(248, 255, 253, 0.48);
  font-size: 12px;
  text-align: right;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-enter {
  animation: hero-content-in 700ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-enter:nth-child(2) {
  animation-delay: 70ms;
}

.hero-enter:nth-child(3) {
  animation-delay: 130ms;
}

.hero-enter:nth-child(4) {
  animation-delay: 190ms;
}

.hero-enter:nth-child(5) {
  animation-delay: 250ms;
}

.hero-enter:nth-child(6) {
  animation-delay: 310ms;
}

@keyframes hero-image-in {
  from {
    opacity: 0;
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    transform: scale(1.025);
  }
}

@keyframes hero-content-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scroll-line {
  0% {
    transform: translateX(-110%);
  }
  50%,
  100% {
    transform: translateX(110%);
  }
}

@media (max-width: 1080px) {
  h2 {
    font-size: 48px;
  }

  .hero h1 {
    font-size: 78px;
  }

  .hero__line {
    font-size: 24px;
  }

  .site-nav {
    gap: 21px;
  }

  .experience__layout,
  .garage__layout,
  .rewards__layout,
  .privacy__layout,
  .faq__layout {
    gap: 72px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 74px;
  }

  .shell {
    width: min(100% - 40px, var(--shell));
  }

  h2 {
    font-size: 42px;
  }

  .brand {
    width: 162px;
  }

  .menu-button {
    position: relative;
    z-index: 2;
    display: grid;
    place-content: center;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: grid;
    padding: 28px 20px 34px;
    border-top: 1px solid rgba(248, 255, 253, 0.1);
    background: rgba(6, 8, 13, 0.98);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .nav-dashboard {
    justify-content: center;
  }

  .hero {
    min-height: 700px;
    height: 92svh;
  }

  .hero__media {
    object-position: 65% center;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(6, 8, 13, 0.95), rgba(6, 8, 13, 0.62) 62%, rgba(6, 8, 13, 0.54)),
      linear-gradient(180deg, rgba(6, 8, 13, 0.3), transparent 44%, rgba(6, 8, 13, 0.94));
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 20px;
  }

  .hero h1 {
    font-size: 68px;
  }

  .hero-phone {
    width: 230px;
  }

  .experience,
  .garage,
  .rewards,
  .privacy,
  .faq {
    padding: 96px 0;
  }

  .experience__layout,
  .garage__layout,
  .rewards__layout,
  .privacy__layout,
  .faq__layout {
    grid-template-columns: 1fr;
  }

  .section-copy,
  .faq__heading {
    position: static;
  }

  .garage__visual {
    order: 2;
  }

  .garage__copy {
    order: 1;
  }

  .device-frame {
    width: 360px;
  }

  .privacy__statement {
    max-width: 620px;
  }

  .launch__inner {
    width: min(100% - 40px, var(--shell));
    margin-inline: auto;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .site-footer p {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 28px, var(--shell));
  }

  h2 {
    font-size: 36px;
  }

  .hero {
    min-height: 680px;
    height: 92svh;
    max-height: 820px;
  }

  .hero__media {
    object-position: 66% center;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(6, 8, 13, 0.96), rgba(6, 8, 13, 0.56)),
      linear-gradient(180deg, rgba(6, 8, 13, 0.3), rgba(6, 8, 13, 0.12) 45%, rgba(6, 8, 13, 0.96));
  }

  .hero__grid {
    background-size: 64px 64px;
  }

  .hero__inner {
    display: block;
    padding-top: 132px;
  }

  .hero__copy {
    max-width: 370px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero__line {
    font-size: 21px;
  }

  .hero__intro {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 250px;
    margin-top: 24px;
  }

  .button {
    min-height: 48px;
  }

  .availability {
    gap: 20px;
    margin-top: 20px;
  }

  .store-status {
    display: block;
  }

  .store-status__label,
  .store-status strong {
    display: block;
  }

  .store-status + .store-status::before {
    top: 6px;
    left: -11px;
    height: 31px;
  }

  .hero-phone {
    display: none;
  }

  .hero__scroll {
    right: 14px;
    bottom: 20px;
    left: auto;
    transform: none;
  }

  .hero__scroll span {
    display: none;
  }

  .experience,
  .garage,
  .rewards,
  .privacy,
  .faq {
    padding: 78px 0;
  }

  .experience__layout,
  .garage__layout,
  .rewards__layout,
  .privacy__layout,
  .faq__layout {
    gap: 54px;
  }

  .section-lead {
    font-size: 17px;
  }

  .spotting-flow li {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 24px 0;
  }

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

  .garage__signals div {
    padding: 17px 0;
  }

  .garage__signals div + div {
    padding-left: 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .device-frame {
    width: min(315px, calc(100vw - 48px));
  }

  .privacy__list {
    display: grid;
  }

  .privacy__statement {
    padding: 24px 0 0 20px;
  }

  .privacy__statement p {
    font-size: 18px;
  }

  .launch {
    min-height: 690px;
  }

  .launch__inner {
    width: min(100% - 28px, var(--shell));
    padding: 82px 0;
  }

  .launch__actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 280px;
  }

  .faq summary {
    min-height: 76px;
    padding-right: 34px;
    font-size: 15px;
  }

  .faq details p {
    padding-right: 20px;
  }

  .site-footer__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-height: 720px) and (min-width: 821px) {
  .hero {
    min-height: 700px;
    height: 700px;
  }

  .hero h1 {
    font-size: 72px;
  }

  .hero-phone {
    width: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

.section-copy--static {
  position: static;
  max-width: 760px;
}

.discovery {
  padding: 112px 0 124px;
}

.discovery__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 1px solid var(--line-light);
}

.discovery__links a {
  min-height: 154px;
  padding: 28px 36px 28px 0;
  border-bottom: 1px solid var(--line-light);
  color: var(--ink-950);
  text-decoration: none;
  transition: color 180ms ease, padding-left 180ms ease;
}

.discovery__links a:nth-child(even) {
  padding-right: 0;
  padding-left: 36px;
  border-left: 1px solid var(--line-light);
}

.discovery__links a:hover,
.discovery__links a:focus-visible {
  color: var(--petrol-600);
}

.discovery__links a:nth-child(odd):hover,
.discovery__links a:nth-child(odd):focus-visible {
  padding-left: 8px;
}

.discovery__links a:nth-child(even):hover,
.discovery__links a:nth-child(even):focus-visible {
  padding-left: 44px;
}

.discovery__links span,
.topic-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--petrol-600);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.discovery__links strong {
  display: block;
  max-width: 470px;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 21px;
  line-height: 1.35;
}

.topic-page {
  background: var(--frost-050);
  color: var(--ink-950);
}

.topic-page .site-header {
  background: rgba(6, 8, 13, 0.84);
  color: var(--frost-000);
  backdrop-filter: blur(18px) saturate(140%);
}

.topic-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: var(--carbon-990);
  color: var(--frost-000);
}

.topic-hero__media,
.topic-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.topic-hero__media {
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.82) contrast(1.05) brightness(0.64);
}

.topic-hero__veil {
  background:
    linear-gradient(90deg, rgba(6, 8, 13, 0.98) 0%, rgba(6, 8, 13, 0.88) 42%, rgba(6, 8, 13, 0.3) 78%, rgba(6, 8, 13, 0.62) 100%),
    linear-gradient(180deg, rgba(6, 8, 13, 0.28), rgba(6, 8, 13, 0.82));
}

.topic-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 640px;
  max-width: 850px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 180px;
  padding-bottom: 104px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
  color: rgba(248, 255, 253, 0.62);
  font-size: 13px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--aero-mint-300);
}

.topic-hero .topic-eyebrow {
  color: var(--aero-mint-300);
}

.topic-hero h1 {
  max-width: 830px;
  margin-bottom: 28px;
  color: var(--frost-000);
  font-size: 68px;
  font-weight: 800;
  line-height: 1.02;
}

.topic-hero__lead {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(248, 255, 253, 0.8);
  font-size: 20px;
  line-height: 1.65;
}

.topic-section {
  padding: 104px 0;
  background: var(--frost-050);
}

.topic-section--white {
  background: #fff;
}

.topic-section--dark {
  background: var(--carbon-900);
  color: var(--frost-000);
}

.topic-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1fr);
  gap: 108px;
  align-items: start;
}

.topic-grid--reverse {
  grid-template-columns: minmax(460px, 1fr) minmax(0, 0.75fr);
}

.topic-section h2 {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: 48px;
}

.topic-section h3 {
  font-size: 22px;
}

.topic-copy,
.topic-copy p {
  color: #536663;
  font-size: 18px;
}

.topic-section--dark .topic-copy,
.topic-section--dark .topic-copy p {
  color: rgba(248, 255, 253, 0.72);
}

.topic-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topic-points li {
  padding: 24px 0;
  border-top: 1px solid var(--line-light);
}

.topic-points li:last-child {
  border-bottom: 1px solid var(--line-light);
}

.topic-section--dark .topic-points li {
  border-color: var(--line-dark);
}

.topic-points p {
  margin-bottom: 0;
  color: #617572;
}

.topic-section--dark .topic-points p {
  color: rgba(248, 255, 253, 0.66);
}

.topic-media {
  width: min(100%, 430px);
  justify-self: center;
  border: 8px solid #111820;
  border-radius: 38px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
}

.topic-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 40px 0 0;
  border-top: 1px solid var(--line-light);
}

.topic-facts div {
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid var(--line-light);
}

.topic-facts div:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid var(--line-light);
}

.topic-facts dt {
  margin-bottom: 5px;
  color: var(--petrol-600);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.topic-facts dd {
  color: #526663;
}

.topic-cta {
  padding: 92px 0;
  background: var(--carbon-990);
  color: var(--frost-000);
}

.topic-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.topic-cta h2 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 44px;
}

.topic-note {
  padding: 18px 0 0 20px;
  border-left: 2px solid var(--aero-mint-300);
  color: #526663;
  font-size: 15px;
}

@media (max-width: 900px) {
  .discovery__links,
  .topic-grid,
  .topic-grid--reverse {
    grid-template-columns: 1fr;
  }

  .topic-grid,
  .topic-grid--reverse {
    gap: 56px;
  }

  .topic-grid--reverse > :first-child {
    order: 2;
  }

  .topic-grid--reverse > :last-child {
    order: 1;
  }

  .discovery__links a:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .discovery__links a:nth-child(even):hover,
  .discovery__links a:nth-child(even):focus-visible {
    padding-left: 8px;
  }

  .topic-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .discovery,
  .topic-section {
    padding: 76px 0;
  }

  .discovery__links {
    margin-top: 42px;
  }

  .discovery__links a {
    min-height: 130px;
    padding: 24px 0;
  }

  .topic-hero,
  .topic-hero__inner {
    min-height: 620px;
  }

  .topic-hero__inner {
    padding-top: 140px;
    padding-bottom: 76px;
  }

  .breadcrumb {
    margin-bottom: 38px;
  }

  .topic-hero h1 {
    font-size: 44px;
  }

  .topic-hero__lead {
    font-size: 17px;
  }

  .topic-section h2,
  .topic-cta h2 {
    font-size: 34px;
  }

  .topic-copy,
  .topic-copy p {
    font-size: 17px;
  }

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

  .topic-facts div:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .topic-cta {
    padding: 72px 0;
  }
}
