:root {
  --bg: #0b0807;
  --bg-soft: #1b100b;
  --panel: rgba(25, 15, 9, 0.86);
  --card: rgba(29, 18, 11, 0.86);
  --card-light: rgba(48, 29, 17, 0.94);
  --text: #fff9e8;
  --muted: #d4bfa8;
  --accent: #d66a2c;
  --accent-strong: #b94c1e;
  --accent-deep: #713014;
  --line: rgba(255, 210, 160, 0.22);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.65);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top, rgba(171, 65, 24, 0.22), transparent 38%),
    linear-gradient(180deg, var(--bg) 0%, #160c08 100%);
  color: var(--text);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-shell {
  padding: 110px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

h1, h2, h3 {
  margin: 0 0 18px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

h1, h2, h3 {
  font-family: "Rubik Dirt", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.3rem, 6vw, 6rem);
  max-width: 680px;
}

h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}

p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.04rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  overflow: hidden;
  backdrop-filter: blur(12px);
  background: rgba(7, 7, 7, 0.82);
  border-bottom: 1px solid rgba(255, 92, 80, 0.14);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 200px;
  gap: 0;
}

.brand {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
  font-weight: 700;
  transform: rotate(-1.8deg);
}

.brand-mark {
  width: 140px;
  height: 140px;
  display: block;
  background: #000;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(5px 7px 0 #020202) drop-shadow(-2px -1px 0 rgba(255, 59, 48, 0.42)) drop-shadow(0 10px 22px rgba(188, 18, 25, 0.38));
  transform: rotate(5deg) scale(1.12);
}

.brand-name {
  position: relative;
  display: block;
  flex: 1;
  min-width: 0;
  font-family: "Rubik Dirt", Georgia, serif;
  font-size: clamp(1.4rem, 5vw, 4.5rem);
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d66a2c;
  text-align: center;
  text-shadow: 3px 3px 0 #020202, -2px 0 rgba(255, 59, 48, 0.46);
  transform: scaleY(2.2);
}

.brand-name::before {
  display: none;
}

.snow-clump {
  position: absolute;
  z-index: 2;
  height: 11px;
  background: #fff9e8;
  border-radius: 50%;
  clip-path: polygon(0 24%, 16% 4%, 34% 14%, 51% 0, 70% 12%, 100% 20%, 91% 65%, 74% 58%, 63% 100%, 47% 62%, 27% 78%, 12% 55%);
  filter: drop-shadow(2px 3px 0 rgba(255, 249, 232, 0.45));
  pointer-events: none;
  transform: rotate(-2deg);
}

.snow-clump-one {
  top: 12%;
  left: 14%;
  width: 34px;
}

.snow-clump-two {
  top: 8%;
  left: 34%;
  width: 28px;
  transform: rotate(3deg);
}

.snow-clump-three {
  top: 14%;
  left: 53%;
  width: 38px;
  transform: rotate(-4deg);
}

.snow-clump-four {
  top: 9%;
  left: 73%;
  width: 30px;
  transform: rotate(2deg);
}

.snow-clump-five {
  top: 15%;
  left: 82%;
  width: 24px;
  transform: rotate(-3deg);
}

.brand-name::after {
  display: none;
  content: "";
  position: absolute;
  left: 3%;
  right: -2%;
  bottom: -9px;
  height: 5px;
  background: repeating-linear-gradient(
    98deg,
    rgba(255, 59, 48, 0.9) 0 12px,
    transparent 12px 16px,
    rgba(255, 59, 48, 0.48) 16px 20px,
    transparent 20px 27px,
    rgba(2, 7, 11, 0.72) 27px 31px,
    transparent 31px 39px
  );
  transform: rotate(-2deg) skewX(-22deg);
  opacity: 0.9;
}

.brand::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 62px;
  margin: 8px 0 0 42px;
  pointer-events: none;
  background:
    linear-gradient(104deg, transparent 0 12%, rgba(2, 7, 11, 0.72) 12% 14%, transparent 14% 37%, rgba(255, 255, 255, 0.18) 37% 39%, transparent 39% 63%, rgba(2, 7, 11, 0.55) 63% 66%, transparent 66%),
    repeating-linear-gradient(-12deg, transparent 0 6px, rgba(255, 255, 255, 0.09) 6px 9px, transparent 9px 15px);
  mix-blend-mode: screen;
  opacity: 0.86;
}

.brand::after {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 1rem;
  margin-left: 0;
}

.hero-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
}

.site-nav a {
  position: relative;
  font-weight: 600;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  margin-left: 12px;
  min-width: 150px;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 76px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  box-shadow: 0 18px 38px rgba(210, 24, 30, 0.38);
}

.btn-secondary {
  border-color: rgba(255, 105, 93, 0.22);
  background: rgba(255, 255, 255, 0.02);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 72px;
  background:
    linear-gradient(110deg, rgba(3, 3, 3, 0.82), rgba(37, 7, 10, 0.62)),
    url('https://images.unsplash.com/photo-1522163182402-834f871fd851?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(94, 10, 16, 0.25), transparent 35%, rgba(6, 6, 6, 0.44));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 36px;
  min-height: 680px;
}

.hero-copy {
  max-width: 700px;
}

.hero-copy .eyebrow {
  color: #ffaaa0;
}

.hero-copy .lead {
  max-width: 560px;
  color: rgba(255,255,255,0.82);
  font-size: 1.12rem;
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 42px 0 0;
  padding: 0;
  max-width: 620px;
}

.hero-stats li {
  padding: 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(13, 25, 36, 0.58);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.hero-stats strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
}

.hero-stats span {
  color: rgba(255,255,255,0.78);
  font-size: 0.9rem;
}

.hero-panel {
  display: flex;
  justify-content: flex-end;
}

.panel-card {
  width: min(420px, 100%);
  background: rgba(8, 17, 27, 0.72);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 28px;
  padding: 26px 24px 20px;
  box-shadow: var(--shadow);
}

.mini-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 59, 48, 0.12);
  color: #ffaaa0;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-card h2 {
  margin-bottom: 8px;
  font-size: clamp(2.1rem, 3vw, 3rem);
}

.panel-card p {
  color: rgba(255,255,255,0.8);
}

.panel-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #ecf7ff;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.story-image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.story-copy {
  max-width: 560px;
}

.story-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.story-points div {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(15, 25, 35, 0.8);
  border: 1px solid var(--line);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.story-points strong {
  font-size: 1.1rem;
}

.story-points span {
  color: var(--muted);
}

.rider-profile {
  position: relative;
  overflow: hidden;
  background: #090708;
}

.rider-profile-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 38px;
}

.rider-profile-head h2 {
  margin-bottom: 0;
}

.rider-select-wrap {
  display: grid;
  gap: 8px;
  min-width: 220px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rider-select-wrap select {
  appearance: none;
  width: 100%;
  padding: 15px 42px 15px 16px;
  border: 1px solid rgba(255, 59, 48, 0.55);
  border-radius: 4px;
  color: var(--text);
  background: #24130b url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d66a2c' stroke-width='3'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 14px center / 14px no-repeat;
  font: inherit;
  letter-spacing: 0.08em;
  cursor: pointer;
  outline: none;
}

.rider-select-wrap select:focus {
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.18);
}

.rider-profile::before {
  content: "ARTHUR";
  position: absolute;
  right: -24px;
  top: 22px;
  color: rgba(255, 59, 48, 0.06);
  font-family: "Orbitron", sans-serif;
  font-size: clamp(5rem, 18vw, 15rem);
  font-weight: 800;
  letter-spacing: -0.12em;
  line-height: 1;
  pointer-events: none;
  transform: rotate(-8deg);
}

.rider-profile-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 64px;
}

.rider-video-wrap {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(255, 59, 48, 0.34);
  background: #120b0c;
  box-shadow: 18px 18px 0 rgba(118, 14, 22, 0.48), var(--shadow);
  transform: rotate(-1.5deg);
  overflow: hidden;
}

.rider-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.08);
}

.rider-still {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  filter: saturate(1.2) contrast(1.1);
}

.rider-video-wrap.is-still .rider-video {
  display: none;
}

.rider-video-wrap.is-still .rider-still {
  display: block;
}

.video-stamp {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #fff8f5;
  background: rgba(7, 7, 7, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  transform: rotate(-3deg);
}

.rider-profile-copy {
  max-width: 500px;
}

.rider-face {
  display: none;
  width: 92px;
  height: 92px;
  margin-bottom: 18px;
  border: 4px solid var(--accent);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 28%;
  box-shadow: 7px 7px 0 rgba(118, 14, 22, 0.72);
  transform: rotate(4deg);
}

.rider-face.is-visible {
  display: block;
}

.rider-number {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.rider-profile-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.9;
}

.rider-profile-copy h2 em {
  color: var(--accent);
  font-size: 0.5em;
  font-style: normal;
  letter-spacing: -0.04em;
}

.rider-quote {
  max-width: 360px;
  margin-bottom: 24px;
  color: #fff8f5;
  font-family: "Rubik Dirt", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.35;
}

.rider-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.rider-facts div {
  display: grid;
  gap: 5px;
  padding: 13px 11px;
  border-left: 2px solid var(--accent);
  background: rgba(255, 255, 255, 0.04);
}

.rider-facts strong {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rider-facts span {
  color: var(--muted);
  font-size: 0.8rem;
}

.profile-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-link span {
  font-size: 1.35rem;
}

.features,
.gallery,
.journal {
  background: rgba(255,255,255,0.02);
}

.section-heading {
  margin-bottom: 40px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feature-card,
.term-card,
.journal-card,
.gallery-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card {
  background: linear-gradient(180deg, rgba(17, 26, 37, 0.92), rgba(12, 20, 30, 0.94));
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px 22px;
  box-shadow: 0 18px 36px rgba(1, 8, 14, 0.26);
}

.feature-card:hover,
.term-card:hover,
.journal-card:hover,
.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 46px rgba(9, 18, 27, 0.3);
  border-color: rgba(255, 59, 48, 0.34);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 59, 48, 0.2), rgba(118, 14, 22, 0.5));
  color: #ff8d82;
  font-weight: 800;
}

.accent-panel {
  background: linear-gradient(180deg, rgba(13, 27, 40, 0.9), rgba(7, 13, 20, 0.3));
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(15, 25, 35, 0.8);
  border: 1px solid var(--line);
  min-height: 300px;
  box-shadow: var(--shadow);
}

.gallery-card.tall { min-height: 470px; }
.gallery-card.wide { grid-column: span 2; }

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(4, 12, 19, 0.64);
  border: 1px solid rgba(255,255,255,0.08);
  color: #ecf7ff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.term-card {
  padding: 24px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 25, 35, 0.86), rgba(9, 18, 28, 0.93));
  border: 1px solid var(--line);
  box-shadow: 0 16px 28px rgba(1, 8, 14, 0.24);
}

.term-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 59, 48, 0.14);
  color: #ff8d82;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.journal-card {
  background: linear-gradient(180deg, rgba(15, 25, 35, 0.9), rgba(9, 18, 28, 0.94));
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 24px 20px;
  box-shadow: 0 18px 30px rgba(1, 8, 14, 0.2);
}

.date {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer {
  padding: 52px 0 26px;
  background: #050d14;
  color: white;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-wrap .eyebrow {
  color: #ffaaa0;
}

.footer-wrap h2 {
  margin-bottom: 0;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 28px;
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
}

.nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 105, 93, 0.16);
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  padding: 9px 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  margin: 5px 0;
  border-radius: 999px;
}

.site-header {
  background: rgba(11, 8, 7, 0.92);
  border-bottom-color: rgba(214, 106, 44, 0.3);
}

.site-nav,
.site-nav a {
  color: var(--text);
}

.hero {
  background:
    linear-gradient(110deg, rgba(11, 8, 7, 0.86), rgba(67, 28, 12, 0.64)),
    url('https://images.unsplash.com/photo-1522163182402-834f871fd851?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
}

.hero::before {
  background: linear-gradient(135deg, rgba(171, 65, 24, 0.28), transparent 35%, rgba(11, 8, 7, 0.58));
}

.hero h1,
.hero h2,
.section-heading h2,
.story-copy h2,
.rider-profile-copy h2,
.rider-profile-head h2,
.footer-wrap h2 {
  color: var(--text);
}

.hero-copy .eyebrow,
.mini-label,
.rider-number,
.rider-select-wrap,
.date,
.profile-link {
  color: #f0a15d;
}

.panel-card,
.hero-stats li,
.story-points div,
.feature-card,
.term-card,
.journal-card,
.gallery-card,
.rider-facts div {
  background: linear-gradient(180deg, rgba(42, 25, 15, 0.94), rgba(20, 12, 8, 0.96));
  border-color: var(--line);
}

.panel-meta,
.gallery-card figcaption {
  color: var(--text);
  border-color: var(--line);
  background-color: rgba(18, 10, 6, 0.78);
}

.rider-profile,
.rider-video-wrap {
  background: #120b08;
}

.rider-profile::before {
  color: rgba(214, 106, 44, 0.08);
}

.rider-select-wrap select {
  color: var(--text);
  border-color: rgba(214, 106, 44, 0.6);
  background-color: #24130b;
}

.btn-primary {
  background: linear-gradient(135deg, #e17a32, #8e3518);
  color: #fff9e8;
  box-shadow: 0 18px 38px rgba(142, 53, 24, 0.38);
}

.btn-secondary,
.nav-toggle {
  border-color: rgba(214, 106, 44, 0.32);
  background: rgba(255, 249, 232, 0.05);
}

.icon,
.term-tag {
  background: linear-gradient(135deg, rgba(214, 106, 44, 0.3), rgba(113, 48, 20, 0.7));
  color: #ffd2a1;
}

.rider-video-wrap {
  border-color: rgba(214, 106, 44, 0.42);
  box-shadow: 18px 18px 0 rgba(113, 48, 20, 0.58), var(--shadow);
}

.site-footer {
  background: #100906;
}

@keyframes drift {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}

.hero-panel,
.gallery-card,
.feature-card,
.term-card,
.journal-card {
  animation: drift 8s ease-in-out infinite;
}

@media (max-width: 700px) {
  .hero-inner,
  .story-grid,
  .rider-profile-grid,
  .card-grid,
  .gallery-grid,
  .terms-grid,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card.wide { grid-column: span 1; }

  .story-image img {
    height: auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 18px;
    background: rgba(8, 15, 22, 0.96);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-block;
    order: 2;
  }

  .nav-cta {
    display: none;
  }

  .footer-wrap,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 58px;
  }

  .hero-inner {
    min-height: auto;
    gap: 24px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .story-points {
    grid-template-columns: 1fr;
  }

  .rider-video-wrap,
  .rider-video {
    min-height: 420px;
  }

  .rider-still {
    min-height: 420px;
  }

  .rider-profile-copy {
    order: 2;
  }

  .rider-video-wrap {
    order: 1;
  }

  .rider-profile-head {
    align-items: stretch;
    flex-direction: column;
  }

  .rider-facts {
    grid-template-columns: 1fr;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 108px;
    height: 108px;
  }

  .brand-name {
    display: block;
    font-size: clamp(0.9rem, 5vw, 1.3rem);
    line-height: 1;
    letter-spacing: 0.04em;
    transform: scaleY(1.35);
  }
}
