:root {
  --bg: #05080d;
  --bg-soft: #08111b;
  --ink: #f5f0e8;
  --muted: #9da8b5;
  --line: rgba(255, 255, 255, 0.12);
  --red: #ee2536;
  --red-dark: #8f0713;
  --cyan: #14c9ff;
  --yellow: #ffdb1f;
  --display: Optima, Candara, "Noto Serif", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 70% 0%, rgba(10, 56, 83, 0.3), transparent 26rem),
    var(--bg);
  font-family: var(--sans);
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transform: translateX(-50%);
  transition: background 250ms ease, border-color 250ms ease, backdrop-filter 250ms ease;
}

.site-header.is-scrolled {
  top: 10px;
  height: 62px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5, 8, 13, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font: 700 30px/1 var(--display);
  letter-spacing: -0.03em;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

nav {
  display: flex;
  gap: 42px;
  font-size: 14px;
  color: #c5ccd4;
}

nav a {
  transition: color 180ms ease;
}

nav a:hover {
  color: white;
}

nav a[aria-current="page"],
footer a[aria-current="page"] {
  color: var(--ink);
}

.store-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 600;
}

.store-link svg,
.store-badge svg {
  width: 20px;
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  max-width: 1320px;
  margin: 0 auto;
  padding: 150px 70px 90px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-bottom: 50px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(68px, 7.2vw, 112px);
  line-height: 0.94;
}

.hero-copy > p {
  max-width: 530px;
  margin: 34px 0 32px;
  color: var(--muted);
  font-family: var(--display);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 17px 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 12px;
  background: #050505;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  transition: transform 180ms ease, background 180ms ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  background: #121212;
}

.store-badge svg {
  width: 34px;
}

.store-badge span {
  display: grid;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.store-badge small {
  margin-bottom: 3px;
  font-size: 10px;
  letter-spacing: 0;
}

.hero-product {
  position: relative;
  min-height: min(720px, 70vw);
}

.hero-halo,
.story-glow {
  position: absolute;
  inset: 10% 0 10% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238, 37, 54, 0.2), rgba(8, 83, 119, 0.1) 44%, transparent 70%);
  filter: blur(25px);
}

.hero-wheel {
  position: absolute;
  z-index: 1;
  width: min(630px, 54vw);
  top: 2%;
  left: -5%;
  filter: drop-shadow(0 28px 50px rgba(238, 37, 54, 0.18));
  animation: wheel-settle 1.1s cubic-bezier(.2,.8,.2,1) both;
}

.device {
  position: relative;
  aspect-ratio: 1470 / 3000;
  isolation: isolate;
}

.device-body {
  position: absolute;
  inset: 0;
  filter:
    drop-shadow(0 24px 22px rgba(0, 0, 0, 0.3))
    drop-shadow(0 52px 55px rgba(0, 0, 0, 0.35));
}

.device-body::before {
  content: none;
}

.device-screen {
  position: absolute;
  z-index: 1;
  top: 2.2%;
  left: 5.102%;
  width: 89.796%;
  height: 95.6%;
  overflow: hidden;
  border-radius: 10.6% / 5.1%;
  background: #050505;
}

.device-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 12%, transparent 88%, rgba(255, 255, 255, 0.025));
  mix-blend-mode: screen;
  opacity: 0.5;
}

.device-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.device-bezel {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.device-hero {
  position: absolute;
  z-index: 3;
  width: min(310px, 25vw);
  right: 3%;
  bottom: 2%;
  animation: device-rise 1s 180ms cubic-bezier(.2,.8,.2,1) both;
}

.scroll-cue {
  position: absolute;
  bottom: 22px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #8e99a6;
  font-size: 11px;
  letter-spacing: 0.03em;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: relative;
  width: 20px;
  height: 30px;
  border: 1px solid #8e99a6;
  border-radius: 999px;
}

.scroll-cue span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  width: 2px;
  height: 7px;
  border-radius: 2px;
  background: white;
  animation: scroll-dot 1.8s ease-in-out infinite;
}

.route-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 170px 40px 100px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;
  border-top: 1px solid var(--line);
}

.route-intro h2,
.practice h2,
.anywhere h2,
.assistant-section h2,
.final-cta h2 {
  font-size: clamp(60px, 7.4vw, 108px);
  line-height: 0.96;
}

.route-intro p,
.practice p,
.anywhere p,
.assistant-section p {
  max-width: 520px;
  margin: 0 0 10px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.018em;
}

.story {
  min-height: 300vh;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.story-visual {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  place-items: center;
}

.device-story {
  z-index: 2;
  width: min(390px, 33vw);
}

.device-story .story-screen {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.008);
  transition:
    opacity 180ms linear,
    transform 220ms linear;
  will-change: opacity, transform;
}

.device-story .story-screen.is-visible {
  pointer-events: auto;
}

.story-count {
  position: absolute;
  right: 6%;
  bottom: 12%;
  font: 20px/1 var(--display);
  color: #68727e;
}

.story-count span {
  color: var(--red);
}

.story-chapters {
  display: grid;
}

.story-chapter {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.28;
  transition: opacity 180ms linear;
  will-change: opacity;
}

.chapter-number {
  margin-bottom: 24px;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story-chapter h3 {
  font-size: clamp(58px, 6vw, 92px);
  line-height: 0.98;
}

.story-chapter p {
  max-width: 490px;
  margin: 30px 0 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.practice {
  position: relative;
  isolation: isolate;
  min-height: 95vh;
  padding: 130px max(40px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.06), transparent 30%),
    radial-gradient(circle at 80% 30%, rgba(255, 64, 81, 0.9), transparent 42%),
    radial-gradient(circle at 12% 78%, rgba(61, 0, 5, 0.36), transparent 32%),
    linear-gradient(135deg, #70050d, #ca101f 55%, #80070f);
}

.practice::before,
.practice::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.practice::before {
  z-index: 0;
  opacity: 0.42;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.12) 0 0.6px, transparent 0.9px),
    radial-gradient(circle at 74% 66%, rgba(45,0,3,0.35) 0 0.8px, transparent 1px),
    radial-gradient(circle at 44% 84%, rgba(255,210,210,0.1) 0 0.5px, transparent 0.8px);
  background-size: 5px 5px, 7px 7px, 11px 11px;
  mix-blend-mode: soft-light;
}

.practice::after {
  z-index: 1;
  background: repeating-linear-gradient(160deg, transparent 0 22px, rgba(255,255,255,0.025) 23px 24px);
  box-shadow:
    20vw 58vh 0 -1px rgba(255, 220, 220, 0.09),
    29vw 64vh 0 -1px rgba(255, 220, 220, 0.06);
  background-image:
    repeating-linear-gradient(160deg, transparent 0 22px, rgba(255,255,255,0.025) 23px 24px),
    radial-gradient(ellipse 84% 48% at 92% 116%, transparent 68%, rgba(255, 235, 235, 0.15) 68.4%, rgba(255, 235, 235, 0.15) 69%, transparent 69.5%),
    radial-gradient(ellipse 98% 58% at 96% 119%, transparent 72%, rgba(73, 0, 5, 0.24) 72.5%, rgba(73, 0, 5, 0.24) 74%, transparent 74.5%);
  mix-blend-mode: soft-light;
}

.practice-copy,
.practice-device-stage {
  position: relative;
  z-index: 2;
}

.practice .chapter-number {
  color: #ffafb6;
}

.practice p {
  margin-top: 28px;
  color: rgba(255,255,255,0.75);
}

.practice-device-stage {
  height: min(720px, 72vw);
  display: grid;
  place-items: center;
}

.practice-device-stage::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 16%;
  bottom: 4%;
  border-radius: 50%;
  background: rgba(57, 0, 5, 0.45);
  filter: blur(28px);
}

.device-practice {
  width: min(365px, 32vw);
}

.anywhere {
  max-width: 1180px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 140px 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.anywhere-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  max-height: 720px;
  border-radius: 36px;
}

.anywhere-image::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 100px rgba(5,8,13,0.7);
}

.anywhere-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.anywhere p,
.assistant-section p {
  margin-top: 30px;
}

.assistant-section {
  position: relative;
  min-height: 100vh;
  padding: 130px max(40px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 45%, rgba(126, 61, 255, 0.3), transparent 30%),
    linear-gradient(145deg, #071a25, #160a25);
}

.assistant-section::before {
  content: "";
  position: absolute;
  width: 42vw;
  height: 42vw;
  right: -12vw;
  bottom: -20vw;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,0.012), 0 0 0 140px rgba(255,255,255,0.009);
}

.device-assistant {
  width: min(355px, 30vw);
  justify-self: center;
}

.final-cta {
  min-height: 90vh;
  padding: 130px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(circle at 50% 42%, rgba(238,37,54,0.15), transparent 27rem);
}

.final-cta img {
  width: 230px;
  margin-bottom: 24px;
  filter: drop-shadow(0 20px 40px rgba(238,37,54,0.2));
}

.final-cta h2 {
  max-width: 900px;
}

.final-cta p {
  margin: 22px 0 32px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: -0.018em;
}

.content-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 160px 40px 120px;
}

.content-hero {
  min-height: 62vh;
  padding: 70px 0 90px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 90px;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.content-eyebrow {
  display: block;
  margin-bottom: 24px;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.content-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(76px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.content-hero-copy {
  padding-bottom: 8px;
}

.content-hero-copy > p {
  margin: 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.48;
  letter-spacing: -0.025em;
}

.content-meta {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  color: #737f8c;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content {
  max-width: 780px;
  margin: 80px auto 0;
  color: #b4bdc7;
  font-size: 17px;
  line-height: 1.8;
}

.legal-content .legal-intro {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.legal-content section {
  padding: 66px 0 12px;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: baseline;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.04;
}

.legal-content h2 span {
  color: var(--red);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.legal-content h3 {
  margin: 36px 0 12px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.legal-content p {
  margin: 18px 0;
}

.legal-content ul {
  margin: 20px 0;
  padding-left: 22px;
}

.legal-content li {
  margin: 11px 0;
  padding-left: 7px;
}

.legal-content li::marker {
  color: var(--red);
}

.legal-content strong {
  color: #e7e1d9;
}

.legal-content a,
.text-link {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: rgba(238, 37, 54, 0.7);
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.legal-content a:hover,
.text-link:hover {
  color: white;
  text-decoration-color: var(--red);
}

.legal-callout {
  padding: 22px 24px;
  border: 1px solid rgba(238, 37, 54, 0.32);
  border-radius: 16px;
  background: rgba(238, 37, 54, 0.08);
  color: var(--ink);
  font-family: var(--display);
  font-size: 23px;
}

.text-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.about-hero {
  min-height: 70vh;
}

.about-grid {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.about-card {
  min-height: 330px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 95% 0%, rgba(20, 201, 255, 0.1), transparent 18rem),
    rgba(255, 255, 255, 0.025);
}

.about-card-wide {
  min-height: 460px;
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 85% 20%, rgba(238, 37, 54, 0.18), transparent 25rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.about-card h2,
.follow-section h2 {
  max-width: 800px;
  font-size: clamp(58px, 7vw, 98px);
  line-height: 0.98;
}

.about-card h3 {
  max-width: 440px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.03;
}

.about-card p {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: 19px;
  line-height: 1.58;
  letter-spacing: -0.018em;
}

.about-card-number {
  margin-bottom: auto;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.follow-section {
  padding: 110px 0 30px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 90px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.profile-links {
  display: grid;
  border-top: 1px solid var(--line);
}

.profile-link {
  padding: 18px 2px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #a4aeb9;
  transition: color 180ms ease;
}

.profile-link:hover {
  color: var(--ink);
}

.profile-mark {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
}

.profile-mark img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  opacity: 0.42;
  transition: opacity 180ms ease;
}

.profile-link:hover .profile-mark img {
  opacity: 0.78;
}

.profile-link strong,
.profile-link small {
  display: block;
}

.profile-link strong {
  font-size: 13px;
  font-weight: 500;
}

.profile-link small {
  margin-top: 3px;
  color: #697581;
  font-size: 11px;
}

.profile-arrow {
  color: #56616c;
  font-size: 13px;
  transition: color 180ms ease, transform 180ms ease;
}

.profile-link:hover .profile-arrow {
  color: var(--ink);
  transform: translate(1px, -1px);
}

footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 0 40px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 30px;
  align-items: center;
  border-top: 1px solid var(--line);
  color: #7f8995;
  font-size: 12px;
}

footer .brand {
  color: var(--ink);
  font-size: 24px;
}

footer .brand img {
  width: 30px;
  height: 30px;
}

footer a:last-child:hover {
  color: white;
}

@keyframes wheel-settle {
  from { opacity: 0; transform: scale(0.82) rotate(-16deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes device-rise {
  from { opacity: 0; transform: translateY(70px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes scroll-dot {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(9px); }
}

@media (max-height: 800px) and (min-width: 901px) {
  .hero {
    height: 100svh;
    min-height: 680px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .hero h1 {
    font-size: clamp(64px, 6.5vw, 84px);
  }

  .hero-copy > p {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 17px;
  }

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

  .device-hero {
    width: min(270px, 23vw);
  }
}

@media (max-width: 900px) {
  .site-header {
    width: calc(100% - 24px);
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 100svh;
    padding: 120px 24px 70px;
    grid-template-columns: 1fr;
    align-content: start;
  }

  .hero-copy {
    z-index: 5;
    padding: 0;
  }

  .hero h1 {
    font-size: clamp(58px, 16vw, 82px);
  }

  .hero-copy > p {
    max-width: 430px;
    margin: 24px 0 24px;
    font-size: 16px;
  }

  .hero-product {
    min-height: 54vh;
    margin-top: -30px;
  }

  .hero-wheel {
    width: min(500px, 96vw);
    left: 50%;
    transform: translateX(-50%);
  }

  .device-hero {
    width: min(215px, 48vw);
    right: 6%;
  }

  .scroll-cue {
    display: none;
  }

  .route-intro,
  .anywhere,
  .assistant-section,
  .content-hero,
  .follow-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .route-intro {
    padding: 110px 24px 80px;
  }

  .route-intro h2,
  .practice h2,
  .anywhere h2,
  .assistant-section h2,
  .final-cta h2 {
    font-size: clamp(52px, 14vw, 76px);
  }

  .route-intro p,
  .practice p,
  .anywhere p,
  .assistant-section p {
    font-size: 17px;
  }

  .story {
    min-height: auto;
    padding: 0 24px 100px;
    display: block;
  }

  .story-visual {
    z-index: 3;
    top: 80px;
    height: 54vh;
    pointer-events: none;
  }

  .device-story {
    width: min(235px, 56vw);
  }

  .story-count {
    right: 5%;
    bottom: 8%;
  }

  .story-chapter {
    min-height: 78vh;
    padding-top: 42vh;
    justify-content: center;
  }

  .story-chapter h3 {
    font-size: clamp(52px, 14vw, 74px);
  }

  .story-chapter p {
    margin-top: 22px;
    font-size: 16px;
  }

  .practice {
    min-height: 95vh;
    padding: 100px 24px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .practice-device-stage {
    height: 72vh;
  }

  .device-practice {
    width: min(285px, 68vw);
  }

  .anywhere {
    padding: 100px 24px;
  }

  .anywhere-image {
    max-height: 600px;
    order: 2;
  }

  .assistant-section {
    padding: 100px 24px;
  }

  .device-assistant {
    width: min(280px, 68vw);
  }

  .final-cta {
    min-height: 78vh;
  }

  .content-page {
    padding: 120px 24px 90px;
  }

  .content-hero {
    min-height: auto;
    padding: 70px 0 64px;
  }

  .content-hero h1 {
    font-size: clamp(66px, 18vw, 96px);
  }

  .content-hero-copy > p {
    font-size: 20px;
  }

  .legal-content {
    margin-top: 60px;
    font-size: 16px;
  }

  .legal-content .legal-intro {
    font-size: 23px;
  }

  .legal-content section {
    padding-top: 50px;
  }

  .legal-content h2 {
    grid-template-columns: 34px 1fr;
    font-size: clamp(34px, 10vw, 48px);
  }

  .about-grid {
    padding: 70px 0;
    grid-template-columns: 1fr;
  }

  .about-card-wide {
    min-height: 420px;
    grid-column: auto;
  }

  .about-card h2,
  .follow-section h2 {
    font-size: clamp(50px, 14vw, 72px);
  }

  .follow-section {
    padding-top: 80px;
  }

  footer {
    margin: 0 24px;
    grid-template-columns: 1fr auto auto;
  }

  footer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 520px) {
  .store-link-compact {
    padding: 9px 11px;
  }

  .store-link-compact span {
    display: none;
  }

  .brand {
    font-size: 26px;
  }

  .hero-product {
    min-height: 46vh;
  }

  .hero-wheel {
    top: 11%;
  }

  .device-hero {
    bottom: 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
