:root {
  --ink: #070502;
  --ink-soft: #120e07;
  --panel: rgba(19, 15, 9, 0.84);
  --line: rgba(216, 174, 82, 0.2);
  --line-dark: rgba(7, 5, 2, 0.16);
  --text: #f7f3ea;
  --muted: #b6ac9b;
  --paper: #f8f4ea;
  --paper-2: #efe9da;
  --gold: #d8ae52;
  --gold-soft: #ecc670;
  --teal: #f2b933;
  --blue: #6be4ff;
  --red: #ff5c8a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --type-h1: clamp(50px, 4.35vw, 86px);
  --type-h1-mobile: clamp(39px, 11.5vw, 46px);
  --type-h2: clamp(34px, 3vw, 52px);
  --type-h2-mobile: clamp(34px, 10.5vw, 42px);
  --type-h3: clamp(22px, 1.8vw, 30px);
  --type-h3-mobile: 28px;
  --type-eyebrow: 12px;
  --type-lead: clamp(17px, 2vw, 22px);
  --type-lead-mobile: 15px;
  --type-body: clamp(15px, 1vw, 18px);
  --type-body-mobile: 14px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
}

body::selection {
  background: var(--gold);
  color: var(--ink);
}

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

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

.anchor-target {
  display: block;
  scroll-margin-top: 96px;
}

button,
input {
  font: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(9, 9, 7, 0.62);
  border-bottom: 1px solid transparent;
  display: flex;
  gap: 24px;
  justify-content: center;
  left: 0;
  min-height: 96px;
  padding: 16px clamp(18px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(9, 9, 7, 0.86);
  border-color: rgba(255, 255, 255, 0.08);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-width: 0;
  position: relative;
}

.brand-mark {
  align-items: center;
  background: rgba(212, 170, 63, 0.13);
  border: 1px solid rgba(212, 170, 63, 0.38);
  color: var(--gold-soft);
  display: inline-flex;
  font-size: 28px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand strong {
  color: var(--gold-soft);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 0.9;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 6px;
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 76px);
  grid-template-columns: minmax(110px, 1fr) auto minmax(110px, 1fr);
  justify-content: center;
  width: min(760px, 100%);
}

.nav-links > .nav-dropdown:first-child {
  justify-self: end;
}

.nav-links > .nav-dropdown:last-child {
  justify-self: start;
}

.nav-links a,
.ghost-link {
  color: rgba(247, 244, 238, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover,
.ghost-link:hover {
  color: var(--gold-soft);
}

.nav-links a.nav-direct-link {
  align-items: center;
  color: rgba(255, 253, 247, 0.82);
  display: inline-flex;
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 850;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.nav-direct-link:hover,
.nav-direct-link:focus-visible {
  color: var(--gold-soft);
  text-shadow: 0 0 18px rgba(216, 174, 82, 0.34);
  transform: translateY(-1px);
}

.nav-direct-link-riders {
  justify-self: end;
}

.nav-direct-link-businesses {
  justify-self: start;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.button,
.button-secondary,
.bike-search button,
.access-form button {
  align-items: center;
  border: 1px solid rgba(212, 170, 63, 0.7);
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button,
.bike-search button,
.access-form button {
  background: linear-gradient(135deg, #f0ca62, var(--gold));
  color: #151007;
}

.button:hover,
.button-secondary:hover,
.bike-search button:hover,
.access-form button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding-inline: 16px;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  min-height: 100vh;
  overflow: hidden;
  padding: 130px clamp(18px, 7vw, 118px) 80px;
  position: relative;
}

.hero-media,
.hero-scrim {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-media {
  filter: brightness(1.2) contrast(1.08) saturate(1.06);
  object-fit: cover;
  object-position: 60% center;
  transform: scale(1.04);
  z-index: 0;
}

.hero-scrim {
  background:
    radial-gradient(circle at 68% 42%, rgba(212, 170, 63, 0.18), transparent 32%),
    linear-gradient(90deg, rgba(9, 9, 7, 0.96) 0%, rgba(9, 9, 7, 0.72) 34%, rgba(9, 9, 7, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 9, 7, 0.42), rgba(9, 9, 7, 0.96));
  z-index: 1;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 700px;
}

.eyebrow {
  color: var(--gold-soft);
  font-size: var(--type-eyebrow);
  font-weight: 800;
  letter-spacing: 2.5px;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
  line-height: 0.96;
}

h1 {
  font-size: var(--type-h1);
  margin-bottom: 24px;
  max-width: 760px;
}

h2 {
  font-size: var(--type-h2);
  margin-bottom: 20px;
}

h3 {
  font-size: var(--type-h3);
  line-height: 1.18;
}

.hero-copy {
  color: rgba(247, 244, 238, 0.82);
  font-size: var(--type-lead);
  max-width: 660px;
}

.bike-search {
  background: rgba(9, 9, 7, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
  margin: 34px 0 22px;
  max-width: 680px;
  padding: 14px;
}

.bike-search label {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  margin: 0 0 10px 4px;
  text-transform: uppercase;
}

.search-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
}

.search-row input,
.access-form input,
.access-form select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  min-height: 52px;
  outline: none;
  padding: 0 16px;
}

.access-form select {
  appearance: none;
}

.access-form select option {
  color: #0a0803;
}

.search-row input:focus,
.access-form input:focus,
.access-form select:focus {
  border-color: rgba(212, 170, 63, 0.8);
  box-shadow: 0 0 0 3px rgba(212, 170, 63, 0.16);
}

.hero-panel {
  align-self: end;
  background: rgba(15, 14, 12, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
  padding: 24px;
}

.panel-topline,
.fit-card,
.mini-grid {
  display: grid;
  gap: 12px;
}

.panel-topline {
  align-items: center;
  color: var(--muted);
  grid-template-columns: 1fr auto;
}

.panel-topline strong {
  color: var(--teal);
  font-size: 42px;
  line-height: 1;
}

.hero-panel h2 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.fit-card {
  align-items: center;
  background: rgba(194, 162, 86, 0.09);
  border: 1px solid rgba(194, 162, 86, 0.34);
  grid-template-columns: auto 1fr;
  padding: 16px;
}

.fit-card small {
  color: var(--muted);
  display: block;
  margin-top: 4px;
}

.status-dot {
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(194, 162, 86, 0.12);
  height: 11px;
  width: 11px;
}

.mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.mini-grid span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 244, 238, 0.8);
  font-size: 14px;
  min-height: 66px;
  padding: 14px;
}

.section {
  padding: clamp(72px, 10vw, 140px) clamp(18px, 7vw, 118px);
}

.section-light {
  background: linear-gradient(180deg, var(--paper), var(--paper-2));
  color: #161513;
}

.section-light .eyebrow,
.partner-section .eyebrow {
  color: #99731d;
}

.section-heading {
  margin: 0 auto clamp(34px, 5vw, 64px);
  max-width: 960px;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.feature-copy p {
  color: rgba(22, 21, 19, 0.7);
  font-size: 18px;
}

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

.journey-card,
.partner-grid article {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line-dark);
  min-height: 280px;
  padding: 28px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.journey-card:hover,
.journey-card.is-active {
  background: #10100e;
  border-color: rgba(212, 170, 63, 0.48);
  color: var(--text);
  transform: translateY(-4px);
}

.journey-card span {
  color: var(--gold);
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 46px;
}

.journey-card p,
.partner-grid p {
  color: inherit;
  opacity: 0.72;
}

.split-section {
  align-items: center;
  background: #10100e;
  display: grid;
  gap: clamp(36px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
}

.split-section .feature-copy p {
  color: rgba(247, 244, 238, 0.72);
}

.feature-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.feature-list li {
  align-items: start;
  color: rgba(247, 244, 238, 0.84);
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
}

.feature-list span {
  background: var(--teal);
  height: 10px;
  margin-top: 8px;
  width: 10px;
}

.image-shell {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.image-shell img {
  aspect-ratio: 1.2;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.phone-frame {
  justify-self: center;
  max-width: 430px;
  overflow: hidden;
}

.phone-frame img {
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(212, 170, 63, 0.32);
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: left center;
  width: 100%;
}

.partner-section {
  background: var(--paper);
  color: #161513;
}

.partner-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-grid article {
  background: #ffffff;
}

.partner-icon {
  align-items: center;
  background: #11100e;
  color: var(--gold-soft);
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin-bottom: 42px;
  width: 44px;
}

.partner-grid article:nth-child(2) .partner-icon {
  color: var(--teal);
}

.partner-grid article:nth-child(3) .partner-icon {
  color: var(--blue);
}

.partner-grid article:nth-child(4) .partner-icon {
  color: var(--red);
}

.access-section {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.94), rgba(10, 8, 3, 0.76)),
    url("assets/lead-bike-neon-purple.webp") center / cover;
}

.access-card {
  align-items: start;
  background: rgba(15, 14, 12, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: clamp(28px, 5vw, 74px);
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(26px, 5vw, 62px);
}

.access-card p:not(.eyebrow) {
  color: rgba(247, 244, 238, 0.72);
  font-size: 18px;
}

.access-form {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.access-form label {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.access-form .wide,
.access-form button,
.form-note {
  grid-column: 1 / -1;
}

.access-form button {
  min-height: 58px;
}

.form-note {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.site-footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(236, 198, 112, 0.16), transparent 30%),
    radial-gradient(circle at 78% 20%, rgba(242, 185, 51, 0.1), transparent 28%),
    #0a0803;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(240px, 0.72fr) minmax(520px, 1.28fr);
  padding: clamp(34px, 5vw, 58px) clamp(18px, 7vw, 118px) 24px;
}

.footer-brand-block {
  max-width: 360px;
}

.footer-brand-block p {
  color: rgba(249, 244, 232, 0.68);
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0 0;
}

.footer-nav {
  display: grid;
  gap: clamp(24px, 4vw, 64px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-self: end;
  max-width: 980px;
  width: 100%;
}

.footer-nav h2 {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.footer-nav a {
  color: rgba(249, 244, 232, 0.68);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 10px;
}

.footer-nav a:hover,
.footer-bottom a:hover {
  color: var(--teal);
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 20px;
}

.footer-bottom a {
  color: var(--gold-soft);
  font-weight: 850;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    justify-content: end;
  }

  .hero,
  .split-section,
  .access-card {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    align-self: auto;
    max-width: 580px;
  }

  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* The two-column footer needs ~790px (520px nav minimum + brand column),
     which overflowed every page by ~30px at tablet widths — stack it here
     instead of waiting for the 760px breakpoint */
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand small,
  .ghost-link {
    display: none;
  }

  .brand strong {
    font-size: 24px;
  }

  .brand-mark {
    height: 38px;
    width: 38px;
  }

  .button-small {
    min-height: 38px;
    padding-inline: 12px;
  }

  .hero {
    min-height: auto;
    padding: 104px 16px 54px;
  }

  .hero-media {
    object-position: 58% center;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(9, 9, 7, 0.97), rgba(9, 9, 7, 0.74)),
      linear-gradient(180deg, rgba(9, 9, 7, 0.36), rgba(9, 9, 7, 0.96));
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 38px;
  }

  .search-row,
  .journey-grid,
  .partner-grid,
  .access-form {
    grid-template-columns: 1fr;
  }

  .bike-search button {
    width: 100%;
  }

  .section {
    padding: 64px 16px;
  }

  .journey-card,
  .partner-grid article {
    min-height: 220px;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
}

/* Lead-in refresh: rider app funnel first, business portal secondary. */
.site-header {
  background: rgba(9, 9, 7, 0.78);
  justify-content: center;
}

.brand-mark {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
}

.nav-links {
  gap: 10px;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  align-items: center;
  color: rgba(247, 244, 238, 0.82);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  list-style: none;
  min-height: 42px;
  padding: 0 14px;
}

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

.nav-dropdown summary::after {
  border: solid var(--gold-soft);
  border-width: 0 1.5px 1.5px 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  width: 6px;
}

.nav-dropdown[open] summary,
.nav-dropdown summary:hover {
  color: var(--gold-soft);
}

.nav-dropdown[open] summary::after {
  margin-top: 4px;
  transform: rotate(225deg);
}

.dropdown-panel {
  background: rgba(13, 12, 10, 0.96);
  border: 1px solid rgba(212, 170, 63, 0.22);
  box-shadow: var(--shadow);
  display: grid;
  gap: 4px;
  left: 50%;
  min-width: 320px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 12px);
  transform: translateX(-50%);
}

.dropdown-panel a {
  border: 1px solid transparent;
  display: grid;
  gap: 4px;
  padding: 14px;
}

.dropdown-panel a:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(212, 170, 63, 0.22);
}

.dropdown-panel strong {
  color: var(--text);
  font-size: 14px;
}

.dropdown-panel span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.dropdown-panel-business {
  border-color: rgba(125, 167, 217, 0.26);
}

.hero {
  align-items: stretch;
  display: block;
  min-height: 100vh;
  overflow: hidden;
  padding: 122px clamp(18px, 5vw, 78px) 36px;
  position: relative;
}

.hero-bg,
.hero-scrim {
  inset: 0;
  position: absolute;
}

.hero-bg {
  background:
    radial-gradient(circle at 78% 28%, rgba(212, 170, 63, 0.14), transparent 34%),
    linear-gradient(135deg, #050504 0%, #10100e 48%, #17140e 100%);
  z-index: 0;
}

.hero-scrim {
  background:
    linear-gradient(180deg, rgba(9, 9, 7, 0.18), rgba(9, 9, 7, 0.82)),
    linear-gradient(90deg, rgba(9, 9, 7, 0.98), rgba(9, 9, 7, 0.54) 48%, rgba(9, 9, 7, 0.22));
  z-index: 1;
}

.hero-main,
.hero-feature-row,
.audience-band {
  position: relative;
  z-index: 2;
}

.hero-main {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 96px);
  grid-template-columns: minmax(360px, 0.88fr) minmax(460px, 1.12fr);
  margin: 0 auto;
  max-width: 1740px;
  min-height: calc(100vh - 340px);
}

.hero-content {
  max-width: 760px;
}

.hero-content h1 {
  font-size: var(--type-h1);
  letter-spacing: 0;
  line-height: 0.99;
  margin-bottom: 26px;
}

.hero-copy {
  color: rgba(247, 244, 238, 0.82);
  font-size: var(--type-lead);
  line-height: 1.45;
  max-width: 690px;
}

.hero-visual {
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.46);
  isolation: isolate;
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.hero-visual::before {
  background:
    linear-gradient(90deg, rgba(9, 9, 7, 0.78), transparent 34%),
    linear-gradient(180deg, transparent 58%, rgba(9, 9, 7, 0.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-visual img {
  filter: brightness(1.28) contrast(1.08) saturate(1.03);
  height: 100%;
  object-fit: cover;
  object-position: 66% 42%;
  transform: scale(1.03);
  width: 100%;
}

.hero-feature-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px auto 0;
  max-width: 1740px;
}

.hero-feature-row article {
  align-items: center;
  background: rgba(17, 16, 14, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: grid;
  gap: 6px 14px;
  grid-template-columns: auto 1fr;
  min-height: 104px;
  padding: 18px;
}

.feature-icon {
  align-items: center;
  background: rgba(212, 170, 63, 0.11);
  border: 1px solid rgba(212, 170, 63, 0.36);
  color: var(--gold-soft);
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.hero-feature-row strong {
  align-self: end;
  font-size: 18px;
}

.hero-feature-row small {
  color: var(--muted);
  font-size: 14px;
  grid-column: 2;
}

.audience-band {
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px auto 0;
  max-width: 1740px;
}

.audience-card {
  background: rgba(16, 15, 13, 0.88);
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 28px clamp(22px, 4vw, 54px);
}

.audience-card + .audience-card {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.audience-card span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.audience-card strong {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: 1.04;
}

.audience-card small {
  color: var(--muted);
  font-size: 15px;
}

.audience-card-business span {
  color: var(--blue);
}

@media (max-width: 1180px) {
  .site-header {
    justify-content: center;
  }

  .nav-links {
    display: grid;
    justify-content: center;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .hero-main {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-feature-row,
  .audience-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-card + .audience-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 900px) {
  .is-reid-feature .reid-feature-hero {
    overflow-x: clip;
  }

  .is-reid-feature .reid-hero-copy {
    justify-self: start;
    max-width: calc(100vw - 32px);
    width: 100%;
  }

  .is-reid-feature .reid-hero-copy h1 {
    font-size: clamp(2.15rem, 8vw, 2.9rem) !important;
    line-height: 0.96 !important;
    max-width: 100% !important;
    overflow-wrap: normal;
  }

  .is-reid-feature .reid-pillar-row {
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 100%;
  }

  .is-reid-feature .reid-pillar-row article {
    min-width: 0;
  }

  .is-reid-feature .reid-social-proof {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    gap: 12px;
    min-height: 0;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .nav-dropdown {
    flex: 1 1 0;
    order: 2;
  }

  .header-brand {
    flex: 0 0 100%;
    justify-content: center;
    order: 1;
  }

  .nav-dropdown summary {
    background: rgba(255, 255, 255, 0.04);
    justify-content: center;
    width: 100%;
  }

  .dropdown-panel {
    left: 0;
    min-width: min(92vw, 340px);
    transform: none;
  }

  .hero {
    padding: 164px 16px 28px;
  }

  .hero-main {
    min-height: 0;
  }

  .hero-content h1 {
    font-size: var(--type-h1-mobile);
  }

  .hero-visual {
    min-height: 280px;
  }

  .hero-feature-row,
  .audience-band {
    grid-template-columns: 1fr;
  }
}

/* Neon-purple lead-in direction. */
.site-header {
  background: rgba(10, 8, 3, 0.74);
  border-bottom-color: rgba(236, 198, 112, 0.08);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
}

.nav-links {
  gap: clamp(28px, 4vw, 76px);
}

.site-header.is-scrolled {
  background: rgba(10, 8, 3, 0.9);
  border-color: rgba(236, 198, 112, 0.16);
}

.brand {
  gap: 13px;
}

.header-brand {
  isolation: isolate;
  padding: 0 clamp(8px, 1.6vw, 28px);
}

.header-brand::before {
  background:
    radial-gradient(circle, rgba(236, 198, 112, 0.34), transparent 62%),
    radial-gradient(circle, rgba(107, 228, 255, 0.12), transparent 70%);
  border-radius: 999px;
  content: "";
  filter: blur(10px);
  height: 86px;
  left: 50%;
  opacity: 0.86;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 126px;
  z-index: -1;
}

.brand-mark {
  background:
    radial-gradient(circle at 50% 18%, rgba(236, 198, 112, 0.32), transparent 38%),
    rgba(20, 16, 8, 0.94);
  border: 1px solid rgba(236, 198, 112, 0.58);
  border-radius: 6px;
  box-shadow: 0 0 28px rgba(216, 174, 82, 0.24);
  color: var(--gold-soft);
  height: 54px;
  width: 54px;
}

.brand-mark svg {
  height: 35px;
  overflow: visible;
  width: 35px;
}

.brand-mark path {
  fill: none;
  filter: drop-shadow(0 0 7px rgba(236, 198, 112, 0.8));
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.2;
}

.brand strong {
  color: var(--text);
  text-shadow: 0 0 24px rgba(236, 198, 112, 0.32);
}

.header-brand strong {
  font-size: 32px;
  line-height: 1;
}

.brand small {
  color: rgba(235, 228, 213, 0.74);
}

.nav-dropdown summary,
.nav-links a,
.ghost-link {
  color: rgba(255, 253, 247, 0.78);
}

.nav-dropdown summary::after {
  border-color: var(--gold-soft);
}

.nav-dropdown[open] summary,
.nav-dropdown summary:hover,
.nav-links a:hover,
.ghost-link:hover {
  color: var(--gold-soft);
}

.dropdown-panel {
  background: rgba(18, 15, 7, 0.97);
  border-color: rgba(236, 198, 112, 0.28);
  box-shadow: 0 30px 90px rgba(16, 12, 4, 0.72), 0 0 40px rgba(216, 174, 82, 0.12);
}

.dropdown-panel a:hover {
  border-color: rgba(236, 198, 112, 0.28);
}

.button,
.bike-search button,
.access-form button {
  background: linear-gradient(135deg, #f2d27f 0%, #d8ae52 46%, #b8923c 100%);
  border-color: rgba(236, 198, 112, 0.74);
  box-shadow: 0 12px 34px rgba(216, 174, 82, 0.25);
  color: #0d0a04;
}

.button-secondary {
  background: rgba(24, 20, 10, 0.66);
  border-color: rgba(236, 198, 112, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button-secondary:hover {
  border-color: rgba(107, 228, 255, 0.66);
}

.header-signin {
  align-items: center;
  background: rgba(24, 20, 10, 0.76);
  border: 1px solid rgba(236, 198, 112, 0.44);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 14px 34px rgba(16, 12, 4, 0.34);
  color: rgba(255, 253, 247, 0.9);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  position: absolute;
  right: clamp(14px, 3vw, 48px);
  top: 50%;
  transform: translateY(-50%);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.header-signin:hover {
  border-color: rgba(107, 228, 255, 0.66);
  color: var(--gold-soft);
  transform: translateY(calc(-50% - 1px));
}

.hero {
  background: #0a0803;
  min-height: 100vh;
  padding: 118px clamp(18px, 5vw, 78px) 36px;
}

.hero-bg {
  background:
    radial-gradient(circle at 71% 34%, rgba(236, 198, 112, 0.28), transparent 27%),
    radial-gradient(circle at 88% 55%, rgba(107, 228, 255, 0.12), transparent 25%),
    linear-gradient(90deg, rgba(10, 8, 3, 0.98) 0%, rgba(10, 8, 3, 0.88) 30%, rgba(10, 8, 3, 0.26) 66%, rgba(10, 8, 3, 0.16) 100%),
    url("assets/lead-bike-neon-purple.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-scrim {
  background:
    linear-gradient(180deg, rgba(10, 8, 3, 0.14), rgba(10, 8, 3, 0.5) 58%, rgba(10, 8, 3, 0.92)),
    linear-gradient(90deg, rgba(10, 8, 3, 0.98), rgba(10, 8, 3, 0.76) 34%, rgba(10, 8, 3, 0.14) 72%);
}

.hero-main {
  grid-template-columns: minmax(340px, 860px) minmax(0, 1fr);
  max-width: 1780px;
  min-height: calc(100vh - 460px);
}

.hero-content {
  max-width: 860px;
  padding-top: 22px;
}

.eyebrow {
  color: var(--gold-soft);
  text-shadow: 0 0 16px rgba(236, 198, 112, 0.42);
}

.text-gradient {
  background: linear-gradient(135deg, #c9a04a 0%, #d8ae52 58%, #ecc670 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #d8ae52;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(247, 198, 85, 0.22);
}

.eyebrow-pill {
  align-items: center;
  background: rgba(216, 174, 82, 0.08);
  border: 1px solid rgba(216, 174, 82, 0.44);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 247, 0.04),
    0 0 28px rgba(216, 174, 82, 0.2);
  color: var(--text);
  display: inline-flex;
  font-size: var(--type-eyebrow);
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.18em;
  line-height: 1;
  margin: 0 0 18px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.eyebrow-pill span {
  color: var(--gold-soft);
  filter: drop-shadow(0 0 10px rgba(236, 198, 112, 0.75));
  font-size: 15px;
  line-height: 1;
}

.hero-content h1 {
  color: var(--text);
  font-size: var(--type-h1);
  line-height: 0.99;
  max-width: 900px;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.6);
}

.hero-content h1 span {
  color: var(--gold-soft);
  display: block;
}

.hero-copy {
  color: rgba(255, 253, 247, 0.8);
  max-width: 620px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.64);
}

.hero-visual {
  display: none;
}

.hero-feature-row {
  gap: 18px;
  margin-top: 18px;
  max-width: 1780px;
}

.hero-feature-row article {
  background:
    linear-gradient(135deg, rgba(24, 20, 10, 0.9), rgba(15, 13, 8, 0.74)),
    rgba(16, 13, 7, 0.86);
  border: 1px solid rgba(236, 198, 112, 0.32);
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  min-height: 122px;
  padding: 22px;
  position: relative;
}

.hero-feature-row article::after {
  border: 1px solid rgba(242, 185, 51, 0.76);
  border-radius: 50%;
  bottom: 23px;
  box-shadow: 0 0 16px rgba(242, 185, 51, 0.28);
  color: var(--teal);
  content: "";
  height: 13px;
  position: absolute;
  right: 23px;
  width: 13px;
}

.feature-icon {
  background:
    radial-gradient(circle, rgba(236, 198, 112, 0.2), transparent 66%),
    rgba(20, 16, 8, 0.78);
  border-color: rgba(236, 198, 112, 0.46);
  border-radius: 4px;
  color: var(--gold-soft);
  box-shadow: 0 0 20px rgba(216, 174, 82, 0.16);
}

.hero-feature-row strong {
  color: var(--text);
}

.hero-feature-row small {
  color: rgba(235, 228, 213, 0.7);
  padding-right: 28px;
}

.audience-band {
  background:
    linear-gradient(90deg, rgba(24, 20, 10, 0.9), rgba(14, 12, 7, 0.88)),
    rgba(16, 13, 7, 0.88);
  border-color: rgba(236, 198, 112, 0.3);
  border-radius: 10px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  isolation: isolate;
  max-width: 1780px;
  overflow: visible;
  position: relative;
}

.audience-band::before {
  display: none;
}

.audience-card {
  background: transparent;
  min-height: 156px;
  padding-block: 34px;
  position: relative;
  transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.audience-card::after {
  bottom: 34px;
  color: var(--gold-soft);
  content: "->";
  font-family: "Inter", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  position: absolute;
  right: clamp(22px, 4vw, 54px);
  transform: translateX(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.audience-card:hover,
.audience-card:focus-visible {
  background:
    radial-gradient(circle at 16% 28%, rgba(236, 198, 112, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(236, 198, 112, 0.12), rgba(20, 16, 8, 0.08));
  box-shadow: inset 0 0 0 1px rgba(236, 198, 112, 0.28), 0 0 44px rgba(216, 174, 82, 0.13);
}

.audience-card:hover::after,
.audience-card:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.audience-card:focus-visible {
  outline: 2px solid rgba(236, 198, 112, 0.78);
  outline-offset: -4px;
}

.audience-card + .audience-card {
  border-left-color: rgba(236, 198, 112, 0.24);
}

.audience-card span {
  color: var(--gold-soft);
}

.audience-card strong {
  color: var(--text);
  max-width: 640px;
}

.audience-card small {
  color: rgba(235, 228, 213, 0.72);
  max-width: 600px;
}

.audience-card-business span {
  color: var(--blue);
}

.audience-card-business::after {
  color: var(--blue);
}

.audience-card-business:hover,
.audience-card-business:focus-visible {
  background:
    radial-gradient(circle at 20% 30%, rgba(107, 228, 255, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(107, 228, 255, 0.1), rgba(20, 16, 8, 0.08));
  box-shadow: inset 0 0 0 1px rgba(107, 228, 255, 0.26), 0 0 44px rgba(107, 228, 255, 0.1);
}

.audience-card-business:focus-visible {
  outline-color: rgba(107, 228, 255, 0.78);
}

@media (max-width: 1180px) {
  .hero-bg {
    background-position: 62% center;
  }

  .hero-main {
    grid-template-columns: minmax(0, 1fr);
    /* Content-driven: the hero visual is hidden at this width, so a fixed
       620px floor just opened a dead gap above the route cards on tablets */
    min-height: 0;
  }

  .hero-content {
    max-width: 680px;
  }

  .audience-band::before {
    display: none;
  }

  .audience-card + .audience-card {
    border-left: 0;
    border-top-color: rgba(236, 198, 112, 0.24);
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 168px;
  }

  .hero-bg {
    background-position: 64% center;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(10, 8, 3, 0.18), rgba(10, 8, 3, 0.7) 46%, rgba(10, 8, 3, 0.98)),
      linear-gradient(90deg, rgba(10, 8, 3, 0.96), rgba(10, 8, 3, 0.74));
  }

  .hero-content h1 {
    font-size: var(--type-h1-mobile);
    line-height: 0.98;
  }

  .hero-copy {
    font-size: var(--type-lead-mobile);
  }

  .hero-feature-row article {
    min-height: 108px;
  }

  .brand-mark {
    height: 42px;
    width: 42px;
  }

  .brand-mark svg {
    height: 27px;
    width: 27px;
  }
}

/* Cleaner first-screen route chooser. */
.route-panel {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  margin: 24px auto 0;
  max-width: 1780px;
  position: relative;
  z-index: 2;
}

.route-card {
  background:
    linear-gradient(135deg, rgba(28, 23, 10, 0.9), rgba(12, 10, 5, 0.86)),
    rgba(14, 11, 5, 0.9);
  border: 1px solid rgba(236, 198, 112, 0.28);
  border-radius: 8px;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  display: grid;
  gap: 26px;
  min-height: 246px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 38px);
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.route-card::before {
  background:
    radial-gradient(circle at 16% 12%, rgba(236, 198, 112, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(236, 198, 112, 0.1), transparent 42%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s ease;
}

.route-card:hover,
.route-card:focus-visible {
  border-color: rgba(236, 198, 112, 0.62);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42), 0 0 52px rgba(216, 174, 82, 0.16);
  transform: translateY(-3px);
}

.route-card:hover::before,
.route-card:focus-visible::before {
  opacity: 1;
}

.route-card:focus-visible {
  outline: 2px solid rgba(236, 198, 112, 0.76);
  outline-offset: 4px;
}

.route-copy,
.route-feature-grid,
.route-business-strip,
.route-action {
  position: relative;
  z-index: 1;
}

.route-copy {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.route-eyebrow {
  color: var(--gold-soft);
  font-size: var(--type-eyebrow);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.route-copy strong {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h3);
  line-height: 1;
}

.route-copy small {
  color: rgba(235, 228, 213, 0.75);
  font-size: var(--type-body);
  max-width: 660px;
}

.route-feature-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-feature,
.route-business-strip span {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(236, 198, 112, 0.22);
  border-radius: 6px;
}

.route-feature {
  display: grid;
  gap: 3px;
  min-height: 78px;
  padding: 14px;
}

.route-feature b {
  color: var(--text);
  font-size: 15px;
}

.route-feature em {
  color: rgba(235, 228, 213, 0.68);
  font-size: 13px;
  font-style: normal;
  line-height: 1.3;
}

.route-action {
  align-items: center;
  color: var(--gold-soft);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.route-action::after {
  content: "->";
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.route-card:hover .route-action::after,
.route-card:focus-visible .route-action::after {
  transform: translateX(7px);
}

.route-card-business {
  border-color: rgba(107, 228, 255, 0.22);
}

.route-card-business::before {
  background:
    radial-gradient(circle at 22% 18%, rgba(107, 228, 255, 0.15), transparent 34%),
    linear-gradient(135deg, rgba(107, 228, 255, 0.09), transparent 42%);
}

.route-card-business:hover,
.route-card-business:focus-visible {
  border-color: rgba(107, 228, 255, 0.52);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42), 0 0 52px rgba(107, 228, 255, 0.12);
}

.route-card-business:focus-visible {
  outline-color: rgba(107, 228, 255, 0.78);
}

.route-card-business .route-eyebrow,
.route-card-business .route-action {
  color: var(--blue);
}

.route-business-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.route-business-strip span {
  color: rgba(255, 253, 247, 0.86);
  font-size: 14px;
  font-weight: 800;
  min-height: 44px;
  padding: 11px 14px;
}

@media (max-width: 1180px) {
  .route-panel {
    grid-template-columns: 1fr;
  }

  .route-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .route-panel {
    gap: 12px;
    margin-top: 18px;
  }

  .route-card {
    min-height: 0;
    padding: 22px;
  }

  .route-copy strong {
    font-size: 30px;
  }

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

  .route-business-strip span {
    width: 100%;
  }
}

/* Animated route fork concept. */
.road-choice {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px auto 0;
  max-width: 1780px;
  min-height: 0;
  position: relative;
  z-index: 2;
}

.road-map {
  inset: 0;
  opacity: 0.92;
  pointer-events: none;
  position: absolute;
}

.road-map::after {
  background:
    radial-gradient(circle, rgba(236, 198, 112, 0.34), transparent 58%),
    radial-gradient(circle, rgba(107, 228, 255, 0.16), transparent 68%);
  border-radius: 50%;
  bottom: -14px;
  content: "";
  height: 110px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 210px;
}

.road-map svg {
  height: 100%;
  overflow: visible;
  width: 100%;
}

.road-line,
.road-dash {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.road-line {
  filter: drop-shadow(0 0 18px rgba(236, 198, 112, 0.28));
  opacity: 0.72;
  stroke-width: 38;
}

.road-line-rider {
  stroke: url("#rider-road");
}

.road-line-business {
  filter: drop-shadow(0 0 18px rgba(107, 228, 255, 0.2));
  stroke: url("#business-road");
}

.road-dash {
  animation: road-flow 1.8s linear infinite;
  opacity: 0.82;
  stroke: rgba(255, 253, 247, 0.78);
  stroke-dasharray: 2 24;
  stroke-dashoffset: 0;
  stroke-width: 3;
}

.road-dash-business {
  animation-delay: -0.6s;
  opacity: 0.62;
}

.road-choice-card {
  align-self: stretch;
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.9) 0%, rgba(10, 8, 3, 0.72) 43%, rgba(10, 8, 3, 0.18) 100%),
    linear-gradient(180deg, rgba(10, 8, 3, 0.05), rgba(10, 8, 3, 0.72)),
    url("assets/cta-rider-app.webp") center / cover;
  border: 1px solid rgba(236, 198, 112, 0.34);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  display: grid;
  gap: 12px;
  grid-template-rows: auto auto auto 1fr;
  min-height: clamp(260px, 17vw, 330px);
  overflow: hidden;
  padding: clamp(24px, 3vw, 46px);
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.road-choice-card::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(236, 198, 112, 0.28), transparent 38%),
    linear-gradient(135deg, rgba(236, 198, 112, 0.12), transparent 48%);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s ease;
}

.road-choice-card::after {
  bottom: 30px;
  color: var(--gold-soft);
  content: "->";
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.9;
  position: absolute;
  right: 34px;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.road-choice-card:hover,
.road-choice-card:focus-visible {
  border-color: rgba(236, 198, 112, 0.7);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44), 0 0 58px rgba(216, 174, 82, 0.18);
  transform: translateY(-4px);
}

.road-choice-card:hover em,
.road-choice-card:focus-visible em {
  background: linear-gradient(135deg, rgba(236, 198, 112, 0.92), rgba(107, 228, 255, 0.72));
  border-color: rgba(255, 253, 247, 0.72);
  color: #0a0803;
}

.road-choice-card:hover::before,
.road-choice-card:hover::after,
.road-choice-card:focus-visible::before,
.road-choice-card:focus-visible::after {
  opacity: 1;
}

.road-choice-card:hover::after,
.road-choice-card:focus-visible::after {
  transform: translateX(0);
}

.road-choice-card:focus-visible {
  outline: 2px solid rgba(236, 198, 112, 0.78);
  outline-offset: 4px;
}

.road-choice-card span,
.road-choice-card strong,
.road-choice-card small,
.road-choice-card em {
  position: relative;
  z-index: 1;
}

.road-choice-card span {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.road-choice-card strong {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h3);
  line-height: 0.96;
  max-width: 510px;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.78);
}

.road-choice-card small {
  color: rgba(249, 244, 232, 0.82);
  font-size: var(--type-body);
  line-height: 1.45;
  max-width: 520px;
  padding-right: 58px;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.78);
}

.road-choice-card em {
  align-self: end;
  background: rgba(236, 198, 112, 0.14);
  border: 1px solid rgba(236, 198, 112, 0.62);
  border-radius: 4px;
  box-shadow: 0 0 28px rgba(236, 198, 112, 0.18);
  color: var(--text);
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  justify-content: center;
  margin-top: 10px;
  min-height: 44px;
  padding: 12px 20px;
  width: fit-content;
}

.road-choice-rider {
  grid-column: 1;
}

.road-choice-business {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.92) 0%, rgba(10, 8, 3, 0.72) 44%, rgba(10, 8, 3, 0.12) 100%),
    linear-gradient(180deg, rgba(10, 8, 3, 0.04), rgba(10, 8, 3, 0.7)),
    url("assets/cta-business-portal.webp") center / cover;
  border-color: rgba(107, 228, 255, 0.28);
  grid-column: 2;
}

.road-choice-business::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(107, 228, 255, 0.22), transparent 38%),
    linear-gradient(135deg, rgba(107, 228, 255, 0.1), transparent 48%);
}

.road-choice-business::after,
.road-choice-business span {
  color: var(--blue);
}

.road-choice-business em {
  background: rgba(107, 228, 255, 0.1);
  border-color: rgba(107, 228, 255, 0.54);
  box-shadow: 0 0 28px rgba(107, 228, 255, 0.14);
}

.road-choice-business:hover,
.road-choice-business:focus-visible {
  border-color: rgba(107, 228, 255, 0.62);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44), 0 0 58px rgba(107, 228, 255, 0.12);
}

.road-choice-business:focus-visible {
  outline-color: rgba(107, 228, 255, 0.78);
}

.road-choice-reid {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.92) 0%, rgba(10, 8, 3, 0.72) 44%, rgba(10, 8, 3, 0.12) 100%),
    linear-gradient(180deg, rgba(10, 8, 3, 0.04), rgba(10, 8, 3, 0.7)),
    url("assets/cta-reid.webp") center / cover;
  grid-column: 3;
}

@keyframes road-flow {
  to {
    stroke-dashoffset: -52;
  }
}

@media (prefers-reduced-motion: reduce) {
  .road-dash {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .road-choice {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .road-map {
    display: none;
  }

  .road-choice-rider,
  .road-choice-business,
  .road-choice-reid {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  .road-choice {
    gap: 12px;
    margin-top: 18px;
  }

  .road-choice-card {
    min-height: 0;
    padding: 22px;
  }

  .road-choice-card strong {
    font-size: var(--type-h3-mobile);
  }
}

/* Rider feature carousel. */
.rider-showcase {
  background:
    radial-gradient(circle at 50% 18%, rgba(236, 198, 112, 0.16), transparent 34%),
    radial-gradient(circle at 86% 40%, rgba(107, 228, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #0a0803 0%, #120f07 48%, #0a0803 100%);
  color: var(--text);
  overflow: hidden;
  padding-bottom: clamp(8px, 2vw, 24px);
  scroll-margin-top: 96px;
}

.showcase-heading {
  margin: 0 auto clamp(34px, 5vw, 64px);
  max-width: 980px;
  text-align: center;
}

.showcase-heading h2 {
  font-size: var(--type-h2);
  margin-bottom: 18px;
}

.showcase-heading p:not(.eyebrow) {
  color: rgba(235, 228, 213, 0.74);
  font-size: var(--type-lead);
  margin-inline: auto;
  max-width: 790px;
}

.feature-carousel {
  margin: 0 auto;
  max-width: 1780px;
  position: relative;
}

.carousel-stage {
  height: clamp(360px, 31vw, 520px);
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}

.feature-slide {
  background: #0f0c06;
  border: 1px solid rgba(236, 198, 112, 0.26);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  height: 100%;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%) scale(0.78);
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease, border-color 0.35s ease,
    box-shadow 0.35s ease;
  width: min(760px, 56vw);
}

.feature-slide::before,
.feature-slide::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.feature-slide::before {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.82), rgba(10, 8, 3, 0.14) 58%),
    linear-gradient(180deg, rgba(10, 8, 3, 0.1), rgba(10, 8, 3, 0.78));
}

.feature-slide::after {
  background: radial-gradient(circle at 18% 20%, rgba(236, 198, 112, 0.18), transparent 35%);
  opacity: 0.82;
}

.feature-slide img {
  filter: brightness(0.86) contrast(1.08) saturate(1.08);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  width: 100%;
}

.feature-slide.is-active {
  border-color: rgba(236, 198, 112, 0.56);
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.58),
    0 36px 72px -34px rgba(236, 198, 112, 0.92),
    0 54px 92px -50px rgba(242, 185, 51, 0.56);
  filter: drop-shadow(0 28px 34px rgba(236, 198, 112, 0.22))
    drop-shadow(0 18px 28px rgba(242, 185, 51, 0.08));
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
  z-index: 3;
}

.feature-slide.is-prev,
.feature-slide.is-next {
  cursor: pointer;
  filter: saturate(0.85) drop-shadow(0 20px 30px rgba(236, 198, 112, 0.13));
  opacity: 0.44;
  pointer-events: auto;
  z-index: 2;
}

.feature-slide.is-prev {
  transform: translateX(-108%) scale(0.82);
}

.feature-slide.is-next {
  transform: translateX(8%) scale(0.82);
}

.feature-slide-copy {
  bottom: 30px;
  display: grid;
  gap: 12px;
  left: 34px;
  max-width: 540px;
  position: absolute;
  right: 34px;
  z-index: 2;
}

.feature-slide-copy span {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.feature-slide-copy h3 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h3);
  line-height: 0.96;
  margin: 0;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.62);
}

.feature-slide-copy p {
  color: rgba(249, 244, 232, 0.84);
  font-size: var(--type-body);
  line-height: 1.45;
  margin: 0;
  max-width: 510px;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.76);
}

.feature-slide-action {
  align-items: center;
  background: rgba(236, 198, 112, 0.12);
  border: 1px solid rgba(236, 198, 112, 0.62);
  border-radius: 4px;
  box-shadow: 0 0 28px rgba(236, 198, 112, 0.18);
  color: var(--text);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 44px;
  padding: 0 22px;
  width: fit-content;
}

.feature-slide-action:hover {
  background: linear-gradient(135deg, rgba(236, 198, 112, 0.92), rgba(107, 228, 255, 0.72));
  border-color: rgba(255, 253, 247, 0.72);
  box-shadow: 0 0 38px rgba(236, 198, 112, 0.38), 0 0 24px rgba(242, 185, 51, 0.18);
  color: #0a0803;
  transform: translateY(-1px);
}

.carousel-arrow {
  align-items: center;
  background: rgba(255, 253, 247, 0.92);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
  color: #0d0a04;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 58px;
  z-index: 5;
}

.carousel-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.04);
}

.carousel-arrow-prev {
  left: clamp(10px, 3vw, 60px);
}

.carousel-arrow-next {
  right: clamp(10px, 3vw, 60px);
}

.carousel-arrow span {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-top: -2px;
}

.carousel-dots {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 22px;
}

.carousel-dots button {
  background: rgba(255, 253, 247, 0.22);
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, width 0.2s ease;
  width: 9px;
}

.carousel-dots button.is-active {
  background: var(--gold-soft);
  border-color: rgba(236, 198, 112, 0.6);
  width: 30px;
}

.app-continuation {
  background: transparent;
  color: var(--text);
  margin-top: clamp(72px, 8vw, 126px);
  overflow: hidden;
  padding: 0 clamp(18px, 4vw, 64px) clamp(86px, 9vw, 128px);
}

.app-continuation-layout {
  align-items: center;
  display: grid;
  gap: clamp(48px, 5.4vw, 104px);
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 360px) minmax(320px, 1fr);
  margin: 0 auto;
  max-width: 1492px;
  min-height: 790px;
  padding: clamp(8px, 2vw, 28px) clamp(34px, 5vw, 80px);
  position: relative;
}

.app-continuation-layout::before {
  display: none;
}

.app-continuation-intro,
.app-continuation-phone,
.app-continuation-journey {
  position: relative;
  z-index: 1;
}

.app-continuation-intro h2,
.app-continuation-journey h3 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.96;
  margin: 0;
}

.app-continuation-intro h2 {
  font-size: var(--type-h2);
  max-width: 420px;
}

.app-continuation-intro > p {
  color: rgba(249, 244, 232, 0.82);
  font-size: var(--type-lead);
  font-weight: 800;
  line-height: 1.36;
  margin: 28px 0 0;
  max-width: 450px;
}

.app-continuation-story {
  color: rgba(249, 244, 232, 0.76);
  display: grid;
  gap: 20px;
  font-size: var(--type-body);
  font-weight: 760;
  line-height: 1.45;
  margin-top: clamp(54px, 8vw, 92px);
  max-width: 440px;
}

.app-continuation-story p,
.app-continuation-journey p {
  margin: 0;
}

.app-continuation-story strong {
  color: var(--text);
}

.app-continuation-phone {
  aspect-ratio: 384 / 780;
  filter:
    drop-shadow(0 52px 120px rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 58px rgba(236, 198, 112, 0.24));
  justify-self: center;
  width: min(100%, 360px);
}

.app-continuation-phone iframe {
  border: 0;
  border-radius: 58px;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.app-continuation-journey {
  justify-self: end;
  max-width: 420px;
}

.app-continuation-journey h3 {
  font-size: var(--type-h3);
  max-width: 410px;
}

.app-continuation-journey > p {
  color: rgba(249, 244, 232, 0.82);
  font-size: var(--type-lead);
  font-weight: 780;
  line-height: 1.42;
  margin-top: 28px;
}

.app-journey-list {
  border-top: 1px solid rgba(255, 253, 247, 0.14);
  display: grid;
  gap: 20px;
  margin-top: 34px;
  padding-top: 28px;
}

.app-journey-list p {
  color: rgba(249, 244, 232, 0.82);
  display: grid;
  font-size: var(--type-body);
  font-weight: 760;
  gap: 18px;
  grid-template-columns: 80px 1fr;
  line-height: 1.32;
}

.app-journey-list strong {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .app-continuation-layout {
    grid-template-columns: minmax(280px, 0.9fr) minmax(260px, 360px);
    min-height: 0;
  }

  .app-continuation-phone {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .app-continuation-journey {
    grid-column: 1 / -1;
    justify-self: stretch;
    max-width: none;
  }

  .app-journey-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .app-journey-list p {
    display: block;
  }

  .app-journey-list strong {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 760px) {
  .rider-showcase {
    padding-inline: 16px;
  }

  .app-continuation {
    padding: 28px 16px 72px;
  }

  .app-continuation-layout {
    gap: 34px;
    grid-template-columns: 1fr;
    padding: 28px 20px 34px;
  }

  .app-continuation-phone {
    grid-column: auto;
    grid-row: auto;
    max-width: 330px;
  }

  .app-continuation-intro h2,
  .app-continuation-journey h3 {
    font-size: var(--type-h2-mobile);
  }

  .app-continuation-story {
    margin-top: 34px;
  }

  .app-continuation-journey {
    max-width: none;
  }

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

  .showcase-heading {
    text-align: left;
  }

  .carousel-stage {
    height: 420px;
  }

  .feature-slide,
  .feature-slide.is-active,
  .feature-slide.is-prev,
  .feature-slide.is-next {
    opacity: 0;
    transform: translateX(-50%) scale(0.88);
    width: 100%;
  }

  .feature-slide.is-active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  .feature-slide.is-prev,
  .feature-slide.is-next {
    pointer-events: none;
  }

  .feature-slide-copy {
    bottom: 24px;
    left: 22px;
    right: 22px;
  }

  .feature-slide-copy h3 {
    font-size: var(--type-h3-mobile);
    line-height: 1.02;
    max-width: 270px;
  }

  .feature-slide-copy p {
    max-width: 278px;
  }

  .feature-slide-action {
    min-height: 42px;
    padding-inline: 18px;
  }

  .carousel-arrow {
    background: rgba(14, 11, 5, 0.82);
    border: 1px solid rgba(236, 198, 112, 0.52);
    box-shadow: 0 0 30px rgba(236, 198, 112, 0.2);
    color: var(--text);
    height: 48px;
    top: 86px;
    transform: none;
    width: 48px;
  }

  .carousel-arrow:hover {
    background: rgba(236, 198, 112, 0.2);
    transform: scale(1.04);
  }

  .carousel-arrow-prev {
    left: 28px;
  }

  .carousel-arrow-next {
    right: 28px;
  }
}

/* Subpages. */
.subpage-header {
  align-items: center;
  background: rgba(10, 8, 3, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 82px;
  padding: 14px clamp(18px, 5vw, 72px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.subpage-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: end;
}

.subpage-nav a {
  color: rgba(249, 244, 232, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.subpage-nav a:hover {
  color: var(--teal);
}

.subpage-main {
  background: #0a0803;
  color: var(--text);
}

.subpage-hero {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.93), rgba(10, 8, 3, 0.42), rgba(10, 8, 3, 0.86)),
    var(--subpage-image) center / cover no-repeat;
  display: grid;
  min-height: 74vh;
  padding: clamp(92px, 10vw, 150px) clamp(20px, 7vw, 118px) clamp(64px, 7vw, 110px);
  place-items: center start;
}

.subpage-hero-content {
  max-width: 860px;
}

.subpage-hero h1 {
  color: var(--text);
  font-size: var(--type-h1);
  line-height: 0.99;
}

.subpage-hero p:not(.eyebrow) {
  color: rgba(249, 244, 232, 0.78);
  font-size: var(--type-lead);
  font-weight: 650;
  line-height: 1.5;
  max-width: 780px;
}

.subpage-section {
  padding: clamp(70px, 8vw, 120px) clamp(20px, 7vw, 118px);
}

.subpage-section-dark {
  background:
    radial-gradient(circle at 80% 20%, rgba(242, 185, 51, 0.1), transparent 30%),
    radial-gradient(circle at 18% 70%, rgba(236, 198, 112, 0.12), transparent 32%),
    #0d0a04;
}

.subpage-split {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  margin: 0 auto;
  max-width: 1380px;
}

.subpage-copy h2 {
  color: var(--text);
  font-size: var(--type-h2);
}

.subpage-copy p {
  color: rgba(249, 244, 232, 0.74);
  font-size: var(--type-lead);
  font-weight: 610;
  line-height: 1.55;
}

.subpage-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1460px;
}

.subpage-card {
  background: rgba(255, 253, 247, 0.055);
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: 8px;
  min-height: 250px;
  padding: clamp(22px, 2vw, 30px);
}

.subpage-card-link {
  border-color: rgba(216, 174, 82, 0.35);
  box-shadow:
    inset 0 0 0 1px rgba(216, 174, 82, 0.08),
    0 0 0 1px rgba(216, 174, 82, 0.06),
    0 0 26px rgba(216, 174, 82, 0.14),
    0 18px 52px rgba(216, 174, 82, 0.11),
    0 24px 68px rgba(16, 12, 4, 0.3);
  color: inherit;
  display: block;
  min-height: 250px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.subpage-card-link-featured {
  grid-column: span 2;
}

.subpage-card-link:hover,
.subpage-card-link:focus-visible {
  border-color: rgba(236, 198, 112, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(216, 174, 82, 0.16),
    0 0 0 1px rgba(216, 174, 82, 0.12),
    0 22px 58px rgba(16, 12, 4, 0.36),
    0 0 44px rgba(216, 174, 82, 0.24);
  transform: translateY(-3px);
}

.subpage-card-link:focus-visible {
  outline: 2px solid rgba(236, 198, 112, 0.74);
  outline-offset: 4px;
}

.subpage-card span {
  color: var(--teal);
  display: block;
  font-size: var(--type-eyebrow);
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.subpage-card h2,
.subpage-card h3 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h3);
  line-height: 1;
  margin: 0 0 14px;
}

.subpage-card p {
  color: rgba(249, 244, 232, 0.68);
  font-size: var(--type-body);
  line-height: 1.5;
  margin: 0;
}

.subpage-card em {
  color: var(--gold-soft);
  display: inline-flex;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  margin-top: 22px;
}

.feature-card-grid {
  gap: clamp(16px, 2vw, 24px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1480px;
}

.feature-card-grid .subpage-card-link-featured {
  grid-column: auto;
}

.feature-card {
  background: #110f09;
  border: 1px solid rgba(255, 192, 46, 0.25);
  border-radius: 26px;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.06),
    0 0 0 1px rgba(255, 192, 46, 0.08),
    0 22px 80px rgba(14, 11, 3, 0.48),
    0 0 34px rgba(255, 192, 46, 0.12);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: clamp(430px, 40vw, 540px);
  overflow: hidden;
  padding: 0;
  position: relative;
  transform-origin: center;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.feature-card::before {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 192, 46, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), transparent 36%);
  content: "";
  inset: 0;
  opacity: 0.78;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.feature-card:hover,
.feature-card:focus-visible {
  border-color: rgba(255, 216, 125, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.1),
    0 0 0 1px rgba(255, 216, 125, 0.2),
    0 26px 90px rgba(14, 11, 3, 0.55),
    0 0 58px rgba(255, 192, 46, 0.28);
  transform: translateY(-6px) scale(1.02);
}

.feature-card-media {
  flex: 0 0 45%;
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

.feature-card-media::after {
  background:
    linear-gradient(180deg, rgba(10, 8, 3, 0) 24%, rgba(10, 8, 3, 0.48) 72%, #110f09 100%),
    radial-gradient(circle at 22% 100%, rgba(255, 192, 46, 0.26), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.feature-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease, filter 0.35s ease;
  width: 100%;
}

.feature-card:hover .feature-card-media img,
.feature-card:focus-visible .feature-card-media img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.055);
}

.feature-card .feature-card-icon {
  align-items: center;
  background: rgba(255, 192, 46, 0.42);
  border: 1px solid rgba(255, 216, 125, 0.45);
  border-radius: 17px;
  bottom: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.16),
    0 0 24px rgba(255, 216, 125, 0.34),
    0 16px 34px rgba(14, 11, 3, 0.42);
  color: #fff4d9;
  display: grid;
  height: 58px;
  justify-content: center;
  left: 26px;
  margin: 0;
  position: absolute;
  width: 58px;
  z-index: 2;
}

.feature-card-icon svg {
  fill: none;
  height: 31px;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 31px;
}

.feature-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(24px, 2vw, 30px);
  position: relative;
  z-index: 2;
}

.feature-card .feature-card-body > span {
  color: #ffc338;
  font-size: var(--type-eyebrow);
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 16px;
  text-shadow: 0 0 20px rgba(255, 195, 56, 0.22);
  text-transform: uppercase;
}

.feature-card h2 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h2);
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0 0 18px;
  text-wrap: balance;
}

.feature-card p {
  color: #a6a6b3;
  font-size: var(--type-body);
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.feature-card em {
  color: #ecc670;
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  margin-top: auto;
  padding-top: 24px;
  text-shadow: 0 0 18px rgba(236, 198, 112, 0.34);
}

.fehu-showcase-section {
  padding-top: clamp(94px, 9vw, 132px);
}

.old-fehu-showcase-hidden {
  display: none !important;
}

.rider-marketplace-overview {
  background:
    radial-gradient(circle at 80% 14%, rgba(216, 174, 82, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(14, 11, 5, 0.98), rgba(10, 8, 3, 0.99));
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.06),
    0 30px 110px rgba(0, 0, 0, 0.58),
    0 0 60px rgba(216, 174, 82, 0.11);
  margin: 0 auto;
  max-width: 1800px;
  overflow: hidden;
  width: min(96vw, 1800px);
}

.rider-marketplace-nav {
  align-items: center;
  background: rgba(10, 8, 3, 0.78);
  border-bottom: 1px solid rgba(216, 174, 82, 0.18);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  padding: 18px 22px;
}

.rider-marketplace-nav > .rider-marketplace-links {
  grid-column: 2;
}

.rider-marketplace-nav > .rider-marketplace-utils {
  grid-column: 3;
}

.rider-marketplace-links {
  display: flex;
  gap: clamp(16px, 2.5vw, 42px);
  justify-content: center;
  min-width: 0;
  scrollbar-width: none;
}

.rider-marketplace-links::-webkit-scrollbar {
  display: none;
}

.rider-marketplace-links a,
.rider-marketplace-sell {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 850;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease;
}

.rider-marketplace-links a:hover,
.rider-marketplace-links a:focus-visible {
  color: #ffd87d;
  text-shadow: 0 0 18px rgba(255, 216, 125, 0.38);
}

/* Current section gets the green aura. */
.rider-marketplace-links a[aria-current="page"] {
  color: var(--teal);
  text-shadow:
    0 0 12px rgba(242, 185, 51, 0.7),
    0 0 32px rgba(242, 185, 51, 0.4);
}

.rider-marketplace-links a[aria-current="page"]:hover,
.rider-marketplace-links a[aria-current="page"]:focus-visible {
  color: var(--teal);
  text-shadow:
    0 0 12px rgba(242, 185, 51, 0.85),
    0 0 36px rgba(242, 185, 51, 0.5);
}

.rider-marketplace-sell {
  background: rgba(216, 174, 82, 0.18);
  border: 1px solid rgba(216, 174, 82, 0.28);
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(216, 174, 82, 0.16);
  justify-self: end;
  white-space: nowrap;
  padding: 13px 20px;
}

.rider-marketplace-sell:hover,
.rider-marketplace-sell:focus-visible {
  background: rgba(216, 174, 82, 0.28);
  transform: translateY(-2px);
}

.rider-marketplace-hero {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.94) 0%, rgba(10, 8, 3, 0.68) 27%, rgba(10, 8, 3, 0.08) 58%, rgba(10, 8, 3, 0.14) 100%),
    linear-gradient(180deg, transparent 22%, rgba(10, 8, 3, 0.6) 48%, rgba(10, 8, 3, 0.94) 68%, rgba(10, 8, 3, 1) 85%),
    url("assets/marketplace-hero-street.webp") center / cover no-repeat;
  min-height: clamp(460px, 33.5vw, 560px);
  padding: clamp(40px, 4.6vw, 70px) clamp(32px, 5.4vw, 108px);
}

.rider-marketplace-copy {
  max-width: 700px;
}

.rider-marketplace-copy h1 {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--type-h1);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.rider-marketplace-copy h1 span {
  background: linear-gradient(135deg, #d8ae52, #d8ae52 62%, #ecc670);
  background-clip: text;
  color: #d8ae52;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rider-marketplace-copy p {
  color: rgba(255, 253, 247, 0.86);
  font-size: var(--type-lead);
  font-weight: 650;
  margin: 22px 0 28px;
}

.rider-marketplace-search {
  align-items: stretch;
  background: rgba(10, 8, 3, 0.58);
  border: 1px solid rgba(216, 174, 82, 0.28);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.06),
    0 0 32px rgba(216, 174, 82, 0.16);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 760px;
  overflow: hidden;
  padding: 8px;
}

.rider-marketplace-search label {
  display: block;
}

.rider-marketplace-search input {
  background: transparent;
  border: 0;
  color: var(--text);
  font: inherit;
  height: 100%;
  outline: 0;
  padding: 0 16px;
  width: 100%;
}

.rider-marketplace-search input::placeholder {
  color: rgba(202, 193, 173, 0.78);
}

.rider-marketplace-search button {
  background: linear-gradient(135deg, #b8923c, #d8ae52);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 28px rgba(216, 174, 82, 0.32);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  min-height: 54px;
  padding: 0 34px;
}

.rider-marketplace-filters {
  align-items: center;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 12, 6, 0.86) 100%);
  border-bottom: 1px solid rgba(216, 174, 82, 0.16);
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 20px clamp(24px, 3.8vw, 70px);
  scrollbar-width: thin;
}

.rider-marketplace-filters button {
  align-items: center;
  background: rgba(16, 13, 7, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.24);
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 750;
  gap: 22px;
  justify-content: space-between;
  min-width: 130px;
  padding: 13px 16px;
}

.rider-marketplace-body {
  display: grid;
  gap: clamp(28px, 2.8vw, 44px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
  padding: 22px clamp(24px, 3.8vw, 70px) 26px;
}

.rider-marketplace-listings-head {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.rider-marketplace-listings-head h2,
.rider-marketplace-sidebar h2 {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: -0.04em;
  margin: 0;
}

.rider-marketplace-listings-head a {
  color: #ffd87d;
  font-weight: 850;
  text-decoration: none;
}

.rider-marketplace-listings {
  display: flex;
  gap: clamp(18px, 1.4vw, 24px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rider-marketplace-listings::-webkit-scrollbar {
  display: none;
}

.rider-marketplace-listings article {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.045), rgba(255, 253, 247, 0.015)),
    rgba(18, 15, 8, 0.92);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 12px;
  flex: 0 0 calc((100% - 4 * clamp(18px, 1.4vw, 24px)) / 5);
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}

.rider-marketplace-listings article a {
  align-content: start;
  color: var(--text);
  display: grid;
  gap: 8px;
  height: 100%;
  padding: 0 14px 14px;
  text-decoration: none;
}

.rider-marketplace-listings img {
  aspect-ratio: 1.28 / 1;
  display: block;
  margin: 0 -14px 8px;
  object-fit: cover;
  width: calc(100% + 28px);
}

.rider-marketplace-listings strong {
  font-size: 1rem;
  line-height: 1.2;
}

.rider-marketplace-listings small,
.rider-marketplace-listings span {
  color: var(--muted);
  font-size: 0.82rem;
}

.rider-marketplace-listings b {
  color: #ffd87d;
  font-size: 1.05rem;
}

.rider-marketplace-listings article button {
  background: rgba(10, 8, 3, 0.7);
  border: 1px solid rgba(255, 216, 125, 0.4);
  border-radius: 999px;
  color: #ffd87d;
  cursor: pointer;
  font-size: 1.2rem;
  height: 34px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
}

.rider-marketplace-sidebar {
  display: grid;
  gap: 16px;
}

.rider-marketplace-sidebar section {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.05);
  padding: 24px;
}

.rider-marketplace-sidebar h2 {
  font-size: 1.15rem;
  margin-bottom: 18px;
}

.rider-marketplace-sidebar a {
  align-items: center;
  color: var(--text);
  display: grid;
  gap: 2px 14px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  padding: 12px 0;
  text-decoration: none;
}

.rider-marketplace-sidebar a strong,
.rider-marketplace-sidebar a small {
  grid-column: 2;
}

.rider-marketplace-qa-icon {
  align-items: center;
  background: rgba(216, 174, 82, 0.1);
  border: 1px solid rgba(216, 174, 82, 0.28);
  border-radius: 10px;
  color: #ffd87d;
  display: inline-flex;
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.rider-marketplace-qa-icon svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 19px;
}

.rider-marketplace-qa-chevron {
  color: #ffd87d;
  font-size: 1.5rem;
  font-weight: 700;
  grid-column: 3;
  grid-row: 1 / span 2;
  line-height: 1;
}

.rider-marketplace-sidebar a + a {
  border-top: 1px solid rgba(216, 174, 82, 0.12);
}

.rider-marketplace-sidebar small,
.rider-marketplace-sidebar blockquote,
.rider-marketplace-sidebar cite {
  color: var(--muted);
}

.rider-marketplace-sidebar section > div {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rider-marketplace-sidebar section > div strong {
  color: #ffd87d;
  display: block;
  font-size: 1.22rem;
}

.rider-marketplace-sidebar section > div small {
  display: block;
  font-size: 0.76rem;
  margin-top: 4px;
}

.rider-marketplace-sidebar blockquote {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 18px;
}

.rider-marketplace-sidebar cite {
  font-style: normal;
  font-weight: 900;
}

.rider-marketplace-loc {
  align-items: center;
  display: flex;
  gap: 6px;
}

.rider-marketplace-loc svg {
  fill: none;
  flex: 0 0 auto;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.rider-marketplace-listings .rider-marketplace-verified {
  align-items: center;
  background: rgba(242, 185, 51, 0.08);
  border: 1px solid rgba(242, 185, 51, 0.38);
  border-radius: 8px;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  gap: 6px;
  justify-self: start;
  margin-top: auto;
  padding: 5px 10px;
}

.rider-marketplace-verified svg {
  fill: none;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 13px;
}

.rider-marketplace-sellstrip {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.18);
  border-radius: 14px;
  display: flex;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 24px;
}

.rider-marketplace-sellstrip-icon {
  align-items: center;
  background: rgba(216, 174, 82, 0.12);
  border: 1px solid rgba(216, 174, 82, 0.3);
  border-radius: 999px;
  color: #ffd87d;
  display: inline-flex;
  flex: 0 0 auto;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.rider-marketplace-sellstrip-icon svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.rider-marketplace-sellstrip strong {
  display: block;
  font-size: 1rem;
}

.rider-marketplace-sellstrip p {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 2px 0 0;
}

.rider-marketplace-sellstrip > a {
  background: linear-gradient(135deg, #d8ae52, #b8923c);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(216, 174, 82, 0.28);
  color: #fff;
  font-weight: 800;
  margin-left: auto;
  padding: 12px 20px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.rider-marketplace-sellstrip > a:hover,
.rider-marketplace-sellstrip > a:focus-visible {
  box-shadow: 0 14px 38px rgba(216, 174, 82, 0.4);
  transform: translateY(-2px);
}

.rider-marketplace-testimonial {
  position: relative;
}

.rider-marketplace-quote-mark {
  color: #d8ae52;
  display: block;
  font-family: Georgia, serif;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 0.7;
  margin-bottom: 12px;
}

.rider-marketplace-testimonial p {
  color: var(--text);
  font-weight: 700;
  margin: 0 0 16px;
}

.rider-marketplace-lightbox[hidden] {
  display: none;
}

.rider-marketplace-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
  position: fixed;
  z-index: 90;
}

.rider-marketplace-lightbox-backdrop {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(6, 5, 2, 0.78);
  inset: 0;
  position: absolute;
}

.rider-marketplace-lightbox figure {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.05), rgba(255, 253, 247, 0.015)),
    rgba(18, 15, 8, 0.98);
  border: 1px solid rgba(216, 174, 82, 0.3);
  border-radius: 18px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.65), 0 0 60px rgba(216, 174, 82, 0.14);
  margin: 0;
  max-width: min(860px, 100%);
  opacity: 0;
  overflow: hidden;
  position: relative;
  transform: scale(0.92);
  transition: opacity 0.22s ease, transform 0.22s ease;
  width: 100%;
}

.rider-marketplace-lightbox.is-open figure {
  opacity: 1;
  transform: scale(1);
}

.rider-marketplace-lightbox-media {
  overflow: hidden;
  position: relative;
}

/* Blur-fill backdrop: the photo itself, blown up and blurred, fills the
   letterbox space so white studio shots and odd aspects look deliberate. */
.rider-marketplace-lightbox-media::before {
  background: var(--lb-bg) center / cover no-repeat;
  content: "";
  filter: blur(34px) brightness(0.55);
  inset: -40px;
  position: absolute;
  transform: scale(1.15);
}

.rider-marketplace-lightbox img {
  display: block;
  max-height: 62vh;
  object-fit: contain;
  position: relative;
  width: 100%;
}

.rider-marketplace-lightbox-close {
  align-items: center;
  background: rgba(10, 8, 3, 0.72);
  border: 1px solid rgba(255, 216, 125, 0.4);
  border-radius: 999px;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 40px;
  z-index: 1;
}

.rider-marketplace-lightbox-close:hover,
.rider-marketplace-lightbox-close:focus-visible {
  background: rgba(216, 174, 82, 0.3);
}

.rider-marketplace-lightbox figcaption {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 18px 22px;
}

.rider-marketplace-lightbox figcaption strong {
  display: block;
  font-size: 1.15rem;
}

.rider-marketplace-lightbox figcaption small,
.rider-marketplace-lightbox figcaption .rider-marketplace-loc {
  color: var(--muted);
  display: block;
  font-size: 0.85rem;
  margin-top: 3px;
}

.rider-marketplace-lightbox figcaption > div:last-child {
  text-align: right;
}

.rider-marketplace-lightbox figcaption b {
  color: #ffd87d;
  display: block;
  font-size: 1.3rem;
}

.rider-marketplace-lightbox figcaption a {
  background: linear-gradient(135deg, #d8ae52, #b8923c);
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 800;
  margin-top: 10px;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .rider-marketplace-lightbox figcaption {
    flex-direction: column;
    align-items: flex-start;
  }

  .rider-marketplace-lightbox figcaption > div:last-child {
    text-align: left;
  }
}

.rider-marketplace-testimonial-rune {
  bottom: 18px;
  fill: none;
  height: 46px;
  opacity: 0.3;
  position: absolute;
  right: 18px;
  stroke: #ffd87d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 46px;
}

.rider-marketplace-trust {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.18);
  border-radius: 14px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  padding: 20px 24px;
}

@media (min-width: 861px) {
  .rider-marketplace-trust span + span {
    border-left: 1px solid rgba(216, 174, 82, 0.14);
    padding-left: 18px;
  }
}

.rider-marketplace-trust span {
  align-items: center;
  color: var(--text);
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 34px minmax(0, 1fr);
}

.rider-marketplace-trust svg {
  color: var(--teal);
  filter: drop-shadow(0 0 12px rgba(242, 185, 51, 0.3));
  grid-row: span 2;
  height: 32px;
  width: 32px;
}

.rider-marketplace-trust svg path,
.rider-marketplace-trust svg rect {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.rider-marketplace-trust small {
  color: var(--muted);
}

@media (min-width: 1600px) {
  .rider-marketplace-listings article {
    flex-basis: calc((100% - 5 * clamp(18px, 1.4vw, 24px)) / 6);
  }
}

@media (max-width: 1180px) {
  .rider-marketplace-body {
    grid-template-columns: 1fr;
  }

  .rider-marketplace-sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rider-marketplace-listings {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .rider-marketplace-nav {
    grid-template-columns: 1fr;
  }

  .rider-marketplace-nav > .rider-marketplace-utils {
    grid-column: 1;
    grid-row: 1;
  }

  .rider-marketplace-nav > .rider-marketplace-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .rider-marketplace-hero {
    min-height: 560px;
  }

  .rider-marketplace-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .rider-marketplace-main {
    min-width: 0;
  }

  .rider-marketplace-sidebar {
    grid-template-columns: 1fr;
  }

  .rider-marketplace-listings article {
    flex-basis: calc((100% - clamp(18px, 1.4vw, 24px)) / 2);
  }

  .rider-marketplace-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .rider-marketplace-overview {
    border-radius: 16px;
    max-width: calc(100vw - 24px);
  }

  .rider-marketplace-nav {
    padding: 14px;
  }

  .rider-marketplace-sell {
    font-size: 0.82rem;
    padding: 10px 12px;
  }

  .rider-marketplace-links {
    gap: 22px;
  }

  .rider-marketplace-links a {
    flex: 0 0 auto;
  }

  .rider-marketplace-hero {
    background:
      linear-gradient(180deg, rgba(10, 8, 3, 0.44) 0%, rgba(10, 8, 3, 0.9) 78%),
      linear-gradient(90deg, rgba(10, 8, 3, 0.88), rgba(10, 8, 3, 0.3)),
      url("assets/marketplace-hero-street.webp") 72% center / cover no-repeat;
    min-height: 520px;
    padding: 42px 18px 30px;
  }

  .rider-marketplace-copy h1 {
    font-size: var(--type-h1-mobile);
  }

  .rider-marketplace-search {
    grid-template-columns: 1fr;
  }

  .rider-marketplace-search input {
    min-height: 54px;
  }

  .rider-marketplace-search button {
    width: 100%;
  }

  .rider-marketplace-filters {
    padding: 14px 16px;
  }

  .rider-marketplace-body {
    padding: 22px 16px 18px;
  }

  .rider-marketplace-listings-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .rider-marketplace-listings article {
    flex-basis: 84%;
  }

  .rider-marketplace-listings img {
    aspect-ratio: 1.55 / 1;
  }

  .rider-marketplace-trust {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .rider-marketplace-sellstrip {
    flex-wrap: wrap;
  }

  .rider-marketplace-sellstrip > a {
    flex: 1 1 100%;
    margin-left: 0;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .fehu-showcase-section {
    padding-left: clamp(10px, 1vw, 20px);
    padding-right: clamp(10px, 1vw, 20px);
  }
}

/* Full-screen marketplace: on the rider page the marketplace IS the page,
   not a framed panel inside it. Scoped to .marketplace-page so index and
   partner-portal keep the boxed showcase styling. */
.marketplace-page .fehu-showcase-section {
  padding: 0;
}

/* Keep the shared site header (Riders | F | Businesses) in flow on this page
   so the marketplace nav starts right below it instead of hiding under a
   fixed overlay. Sticky keeps it visible while scrolling. */
.marketplace-page .site-header {
  position: sticky;
}

.marketplace-page .rider-marketplace-overview {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  max-width: none;
  min-height: 100vh;
  min-height: 100svh;
  overflow: visible;
  width: 100%;
}

.marketplace-page .rider-marketplace-body {
  flex: 1;
}

/* Filter chips live inside the hero, under the search bar. */
.rider-marketplace-hero .rider-marketplace-filters {
  background: transparent;
  border-bottom: 0;
  flex-wrap: wrap;
  margin-top: 26px;
  overflow-x: visible;
  padding: 0;
}

@media (max-width: 560px) {
  .rider-marketplace-hero .rider-marketplace-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.rider-marketplace-carousel-controls {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.rider-marketplace-carousel-controls a {
  margin-left: 8px;
  white-space: nowrap;
}

.rider-marketplace-carousel-controls button {
  align-items: center;
  background: rgba(255, 253, 247, 0.05);
  border: 1px solid rgba(216, 174, 82, 0.26);
  border-radius: 999px;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 38px;
}

.rider-marketplace-carousel-controls button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.rider-marketplace-carousel-controls button:hover,
.rider-marketplace-carousel-controls button:focus-visible {
  background: rgba(216, 174, 82, 0.24);
  transform: translateY(-1px);
}

.rider-marketplace-utils {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-self: end;
}

.rider-marketplace-iconbtn {
  align-items: center;
  background: rgba(255, 253, 247, 0.05);
  border: 1px solid rgba(216, 174, 82, 0.26);
  border-radius: 10px;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.05rem;
  height: 44px;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 44px;
}

.rider-marketplace-iconbtn svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.rider-marketplace-iconbtn:hover,
.rider-marketplace-iconbtn:focus-visible {
  background: rgba(216, 174, 82, 0.24);
  transform: translateY(-2px);
}

.rider-marketplace-iconbtn.is-saved,
.rider-marketplace-listings article > button.is-saved {
  color: #ffd87d;
}

@media (max-width: 560px) {
  .marketplace-page .rider-marketplace-overview {
    border-radius: 0;
    max-width: none;
  }

  .rider-marketplace-utils {
    gap: 8px;
  }

  .rider-marketplace-iconbtn {
    border-radius: 8px;
    font-size: 0.95rem;
    height: 38px;
    width: 38px;
  }
}

.fehu-showcase {
  background:
    radial-gradient(circle at 16% 10%, rgba(216, 174, 82, 0.18), transparent 34%),
    radial-gradient(circle at 80% 18%, rgba(242, 185, 51, 0.08), transparent 28%),
    rgba(17, 15, 9, 0.82);
  border: 1px solid rgba(255, 192, 46, 0.28);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.07),
    0 26px 96px rgba(14, 11, 3, 0.58),
    0 0 54px rgba(255, 192, 46, 0.16);
  margin: 0 auto;
  max-width: min(1780px, calc(100vw - clamp(36px, 4vw, 72px)));
  width: 100%;
  overflow: hidden;
  padding: clamp(22px, 3vw, 42px);
}

.fehu-showcase-header {
  margin: 0 auto clamp(22px, 3vw, 34px);
  max-width: 720px;
  text-align: center;
}

.fehu-showcase-header .eyebrow {
  color: var(--teal);
  margin-bottom: 10px;
}

.fehu-showcase-header h1 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h2);
  line-height: 0.98;
  margin: 0;
}

.fehu-showcase-header p:last-child {
  color: var(--muted);
  font-size: var(--type-lead);
  margin: 10px 0 0;
}

.fehu-showcase-tabs {
  background: rgba(10, 8, 3, 0.76);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 999px;
  display: flex;
  gap: 8px;
  margin: 0 auto clamp(18px, 2.4vw, 30px);
  max-width: 860px;
  overflow-x: auto;
  padding: 7px;
  scrollbar-width: thin;
}

.fehu-showcase-tabs button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 253, 247, 0.7);
  cursor: pointer;
  display: inline-flex;
  flex: 1 0 max-content;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.fehu-showcase-tabs button:hover,
.fehu-showcase-tabs button:focus-visible {
  color: var(--text);
}

.fehu-showcase-tabs button:focus-visible {
  outline: 2px solid rgba(216, 174, 82, 0.9);
  outline-offset: 3px;
}

.fehu-showcase-tabs button.is-active {
  background: linear-gradient(135deg, rgba(232, 176, 46, 0.95), rgba(255, 202, 79, 0.9));
  border-color: rgba(255, 253, 247, 0.12);
  box-shadow: 0 12px 30px rgba(255, 192, 46, 0.35), 0 0 24px rgba(255, 202, 79, 0.24);
  color: var(--text);
}

.fehu-showcase-tabs svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.fehu-showcase-panel-wrap {
  min-height: clamp(440px, 42vw, 560px);
  position: relative;
}

.fehu-showcase-panel {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(24, 20, 10, 0.94), rgba(10, 8, 3, 0.92)),
    radial-gradient(circle at 82% 20%, rgba(216, 174, 82, 0.18), transparent 32%);
  border: 1px solid rgba(216, 174, 82, 0.28);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.06), 0 20px 70px rgba(0, 0, 0, 0.32);
  display: grid;
  gap: clamp(20px, 3vw, 42px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  min-height: clamp(440px, 42vw, 560px);
  overflow: hidden;
  padding: clamp(22px, 3vw, 38px);
}

.fehu-showcase-panel[hidden] {
  display: none;
}

.fehu-showcase-copy {
  align-self: center;
  min-width: 0;
}

.fehu-showcase-copy > span {
  color: var(--teal);
  display: block;
  font-size: var(--type-eyebrow);
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.fehu-showcase-copy h3 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h2);
  line-height: 0.98;
  margin: 0 0 20px;
  text-wrap: balance;
}

.fehu-showcase-copy ul {
  color: rgba(255, 253, 247, 0.78);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fehu-showcase-copy li {
  align-items: start;
  display: grid;
  font-weight: 700;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.45;
}

.fehu-showcase-copy li::before {
  background: var(--primary);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(216, 174, 82, 0.5);
  content: "";
  height: 7px;
  margin-top: 8px;
  width: 7px;
}

.fehu-showcase-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.fehu-showcase-actions a {
  color: #ffefca;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.fehu-showcase-actions a:hover,
.fehu-showcase-actions a:focus-visible {
  color: var(--text);
}

.fehu-showcase-cta {
  background: linear-gradient(135deg, #b8923c, #d8ae52);
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(237, 183, 58, 0.28), 0 0 26px rgba(247, 198, 85, 0.24);
  color: var(--text) !important;
  display: inline-flex;
  min-height: 44px;
  padding: 12px 18px;
}

.fehu-showcase-media {
  border: 1px solid rgba(216, 174, 82, 0.24);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.08), 0 24px 58px rgba(0, 0, 0, 0.42);
  margin: 0;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.fehu-showcase-media::after {
  background:
    linear-gradient(180deg, rgba(10, 8, 3, 0.05), rgba(10, 8, 3, 0.52)),
    radial-gradient(circle at 20% 100%, rgba(216, 174, 82, 0.24), transparent 44%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.fehu-showcase-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ownership-journey {
  border-top: 1px solid rgba(216, 174, 82, 0.18);
  margin-top: clamp(18px, 2.5vw, 30px);
  padding-top: clamp(18px, 2.5vw, 28px);
}

.ownership-journey-header {
  text-align: center;
}

.ownership-journey-header h3 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h2);
  margin: 0;
}

.ownership-journey-header p {
  color: var(--muted);
  font-size: var(--type-body);
  margin: 6px 0 0;
}

.ownership-journey ol {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(128px, 1fr));
  list-style: none;
  margin: 20px 0 0;
  overflow-x: auto;
  padding: 0 0 8px;
}

.ownership-journey li {
  background: rgba(24, 20, 10, 0.74);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 18px;
  min-width: 128px;
  padding: 16px;
}

.ownership-journey li span {
  align-items: center;
  background: rgba(216, 174, 82, 0.22);
  border: 1px solid rgba(216, 174, 82, 0.36);
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  margin-bottom: 12px;
  width: 26px;
}

.ownership-journey strong,
.ownership-journey small {
  display: block;
}

.ownership-journey strong {
  color: var(--text);
  font-weight: 900;
  margin-bottom: 6px;
}

.ownership-journey small {
  color: var(--muted);
  line-height: 1.35;
}

.fehu-trust-bar {
  background: rgba(10, 8, 3, 0.68);
  border: 1px solid rgba(216, 174, 82, 0.18);
  border-radius: 20px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(14px, 2vw, 24px);
  padding: 16px;
}

.fehu-trust-bar span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.fehu-trust-bar strong {
  color: var(--text);
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}

.subpage-phone-frame {
  aspect-ratio: 384 / 780;
  filter: drop-shadow(0 52px 120px rgba(0, 0, 0, 0.78)) drop-shadow(0 0 58px rgba(236, 198, 112, 0.24));
  justify-self: center;
  max-width: 380px;
  width: min(100%, 380px);
}

.subpage-phone-frame iframe {
  border: 0;
  border-radius: 58px;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.ownership-flow-section {
  background:
    radial-gradient(circle at 78% 56%, rgba(246, 200, 92, 0.11), transparent 36%),
    linear-gradient(180deg, #0d0b05 0%, #0a0803 100%);
  overflow: hidden;
  position: relative;
  scroll-margin-top: 88px;
}

.ownership-flow-section::before {
  background:
    radial-gradient(circle at 76% 48%, rgba(246, 200, 92, 0.18), transparent 32%),
    radial-gradient(circle at 83% 66%, rgba(237, 183, 58, 0.12), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ownership-flow-section::after {
  background:
    radial-gradient(ellipse at 76% 62%, rgba(247, 198, 85, 0.08), transparent 38%);
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  position: absolute;
}

.ownership-flow-section .subpage-split {
  position: relative;
  z-index: 1;
}

.ownership-flow-copy h2 {
  max-width: 760px;
}

.ownership-flow-copy .eyebrow-pill {
  font-size: var(--type-eyebrow);
  line-height: 1;
}

.ownership-flow-copy .eyebrow-pill span {
  color: var(--teal);
  filter: drop-shadow(0 0 10px rgba(242, 185, 51, 0.72));
}

.ownership-flow-copy > p:not(.eyebrow-pill):not(.ownership-proof) {
  max-width: 720px;
}

.accent-word {
  color: #d8ae52;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(246, 200, 92, 0.34);
}

.ownership-underlined {
  display: inline-block;
  font-style: italic;
  padding-bottom: 0.12em;
  position: relative;
}

.ownership-underlined svg {
  bottom: -0.03em;
  height: 0.24em;
  left: 0.02em;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.ownership-underlined path {
  fill: none;
  filter: drop-shadow(0 0 8px rgba(247, 198, 85, 0.48));
  stroke: #f7d585;
  stroke-linecap: round;
  stroke-width: 3.5;
  vector-effect: non-scaling-stroke;
}

.ownership-feature-strip {
  border: 1px solid rgba(246, 200, 92, 0.22);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(247, 198, 85, 0.035),
    0 0 22px rgba(237, 183, 58, 0.08);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
}

.ownership-feature-strip article {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.026), rgba(237, 183, 58, 0.012));
  border-right: 1px solid rgba(246, 200, 92, 0.16);
  display: grid;
  gap: 11px;
  justify-items: center;
  min-height: 186px;
  padding: 22px 16px;
  text-align: center;
}

.ownership-feature-strip article:last-child {
  border-right: 0;
}

.ownership-feature-icon {
  align-items: center;
  background: rgba(237, 183, 58, 0.035);
  border: 1px solid rgba(247, 198, 85, 0.26);
  border-radius: 50%;
  box-shadow:
    inset 0 0 12px rgba(247, 198, 85, 0.05),
    0 0 14px rgba(246, 200, 92, 0.16);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.ownership-feature-icon svg {
  height: 34px;
  overflow: visible;
  width: 34px;
}

.ownership-feature-icon path,
.ownership-feature-icon circle {
  fill: none;
  filter:
    drop-shadow(0 0 6px rgba(247, 198, 85, 0.42));
  stroke: #fad98b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.ownership-feature-strip strong {
  color: var(--text);
  font-size: var(--type-body);
  font-weight: 900;
  line-height: 1.15;
}

.ownership-feature-strip small {
  color: rgba(249, 244, 232, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.ownership-cta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.ownership-primary-cta,
.ownership-secondary-cta {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: var(--type-body);
  font-weight: 900;
  min-height: 54px;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ownership-primary-cta {
  background: linear-gradient(135deg, #b8923c 0%, #c9a04a 56%, #d8ae52 100%);
  box-shadow:
    0 0 0 1px rgba(255, 253, 247, 0.1) inset,
    0 0 24px rgba(246, 200, 92, 0.28),
    0 14px 36px rgba(237, 183, 58, 0.22);
  color: #fff;
  gap: 16px;
  justify-content: center;
  min-width: 250px;
  padding: 0 28px;
}

.ownership-primary-cta::after {
  content: "\203A";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 0;
  transform: translateY(-0.02em);
}

.ownership-secondary-cta {
  border: 1px solid rgba(242, 185, 51, 0.34);
  color: var(--text);
  gap: 10px;
  padding: 0 18px;
}

.ownership-secondary-cta span {
  align-items: center;
  border: 1px solid rgba(242, 185, 51, 0.58);
  border-radius: 50%;
  box-shadow:
    inset 0 0 12px rgba(242, 185, 51, 0.08),
    0 0 16px rgba(242, 185, 51, 0.2);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.ownership-secondary-cta svg {
  height: 15px;
  width: 15px;
}

.ownership-secondary-cta path {
  fill: var(--teal);
  filter: drop-shadow(0 0 8px rgba(242, 185, 51, 0.78));
}

.ownership-primary-cta:hover,
.ownership-primary-cta:focus-visible {
  border-color: rgba(247, 198, 85, 0.56);
  box-shadow:
    0 0 0 1px rgba(255, 253, 247, 0.12) inset,
    0 0 30px rgba(247, 198, 85, 0.34),
    0 16px 42px rgba(237, 183, 58, 0.28);
  outline: none;
  transform: translateY(-3px);
}

.ownership-secondary-cta:hover,
.ownership-secondary-cta:focus-visible {
  border-color: rgba(242, 185, 51, 0.72);
  box-shadow:
    0 0 0 1px rgba(242, 185, 51, 0.16) inset,
    0 0 32px rgba(242, 185, 51, 0.34),
    0 18px 48px rgba(242, 185, 51, 0.16);
  outline: none;
  transform: translateY(-3px);
}

.ownership-proof {
  align-items: center;
  color: rgba(249, 244, 232, 0.72);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--type-body);
  gap: 12px;
  margin: 18px 0 0;
}

.ownership-proof span {
  color: var(--gold-soft);
  letter-spacing: 0.12em;
  text-shadow: 0 0 16px rgba(236, 198, 112, 0.7);
}

.ownership-phone-frame {
  border-radius: 58px;
  box-shadow:
    0 0 0 1px rgba(255, 253, 247, 0.1),
    0 0 0 2px rgba(246, 200, 92, 0.42),
    0 0 24px rgba(247, 198, 85, 0.46),
    0 0 74px rgba(246, 200, 92, 0.34),
    0 38px 110px rgba(0, 0, 0, 0.9),
    0 55px 140px rgba(0, 0, 0, 0.88);
  filter: none;
  position: relative;
  scroll-margin-top: 96px;
}

.ownership-phone-frame::before {
  background:
    radial-gradient(ellipse at 50% 88%, rgba(247, 198, 85, 0.18), transparent 34%),
    url("assets/glow-particle-floor.webp") center bottom / contain no-repeat;
  bottom: -82px;
  content: "";
  filter: hue-rotate(18deg) brightness(0.92) saturate(0.82) opacity(0.34) drop-shadow(0 0 16px rgba(237, 183, 58, 0.18));
  height: 42%;
  left: 50%;
  mask-image: radial-gradient(ellipse at 50% 100%, black 0 30%, rgba(0, 0, 0, 0.54) 44%, transparent 62%);
  mix-blend-mode: screen;
  opacity: 0.48;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: min(700px, 150%);
  z-index: -1;
}

.ownership-phone-frame::after {
  background:
    radial-gradient(ellipse at 50% 64%, rgba(247, 198, 85, 0.36) 0%, rgba(237, 183, 58, 0.2) 36%, transparent 68%);
  bottom: 4%;
  content: "";
  filter: blur(10px);
  height: 38%;
  left: -16%;
  mix-blend-mode: screen;
  pointer-events: none;
  position: absolute;
  right: -16%;
  z-index: -1;
}

.ownership-phone-frame iframe {
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 247, 0.08),
    inset 0 0 38px rgba(216, 174, 82, 0.16);
  /* Display-only attract loop — clicks and touch scrolls must never reach
     the phone and stop the tab rotation */
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.feature-temp-hero {
  --subpage-image: url("assets/feature-digital-garage-v2.webp");
}

.feature-temp-image {
  background: rgba(255, 253, 247, 0.055);
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: 8px;
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.feature-temp-image img {
  aspect-ratio: 16 / 10;
  filter: brightness(0.9) contrast(1.08) saturate(1.05);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.subpage-cta {
  background:
    linear-gradient(135deg, rgba(236, 198, 112, 0.18), rgba(242, 185, 51, 0.12)),
    rgba(255, 253, 247, 0.06);
  border: 1px solid rgba(255, 253, 247, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 22px;
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(28px, 5vw, 58px);
}

/* Early-access form on the rider page sits on the FEHU garage artwork
   with a glass card, replacing the separate first-release CTA section. */
.marketplace-page .access-section {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.35), rgba(10, 8, 3, 0.12) 55%, rgba(10, 8, 3, 0.28)),
    url("assets/access-neon-wall.webp") center / cover no-repeat;
}

.marketplace-page .access-card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(18, 15, 8, 0.58);
  border: 1px solid rgba(255, 253, 247, 0.1);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

@media (max-width: 860px) {
  .marketplace-page .access-section {
    background:
      linear-gradient(180deg, rgba(10, 8, 3, 0.4), rgba(10, 8, 3, 0.62)),
      url("assets/access-neon-wall.webp") 68% center / cover no-repeat;
  }
}

.subpage-cta h2 {
  color: var(--text);
  font-size: var(--type-h2);
  margin: 0;
}

.subpage-cta p {
  color: rgba(249, 244, 232, 0.72);
  font-size: var(--type-lead);
  margin: 0;
  max-width: 780px;
}

.subpage-cta a {
  color: var(--teal);
  font-weight: 900;
}

.subpage-portal-preview {
  margin: 0 auto;
  max-width: 1220px;
}

@media (max-width: 1080px) {
  .subpage-split,
  .subpage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ownership-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ownership-feature-strip article:nth-child(2) {
    border-right: 0;
  }

  .ownership-feature-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(246, 200, 92, 0.16);
  }
}

@media (max-width: 760px) {
  .subpage-header {
    align-items: start;
    display: grid;
    gap: 16px;
  }

  .subpage-nav {
    justify-content: start;
  }

  .subpage-hero {
    min-height: 0;
  }

  .subpage-hero h1 {
    font-size: var(--type-h1-mobile);
  }

  .subpage-split,
  .subpage-grid {
    grid-template-columns: 1fr;
  }

  .ownership-flow-copy .eyebrow-pill {
    max-width: 100%;
    white-space: normal;
  }

  .ownership-feature-strip {
    margin-top: 28px;
  }

  .ownership-feature-strip article {
    min-height: 162px;
    padding: 18px 12px;
  }

  .ownership-feature-icon {
    height: 50px;
    width: 50px;
  }

  .ownership-feature-icon svg {
    height: 30px;
    width: 30px;
  }

  .ownership-cta-row {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .ownership-primary-cta,
  .ownership-secondary-cta {
    justify-content: center;
    min-height: 52px;
    min-width: 0;
    width: 100%;
  }

  .ownership-proof {
    align-items: flex-start;
    display: grid;
    gap: 8px;
  }

  .ownership-phone-frame {
    margin-top: 14px;
  }

  .ownership-phone-frame::before {
    bottom: -44px;
    height: 30%;
    opacity: 0.38;
    width: 135%;
  }
}

/* Business partner section. */
.business-partner-section {
  background:
    linear-gradient(180deg, rgba(10, 8, 3, 0.04) 0%, rgba(10, 8, 3, 0.58) 48%, rgba(10, 8, 3, 0.96) 100%),
    linear-gradient(90deg, rgba(10, 8, 3, 0.82) 0%, rgba(10, 8, 3, 0.26) 50%, rgba(10, 8, 3, 0.78) 100%),
    url("assets/partner-business/partner-hero-v2.webp") center / cover no-repeat;
  color: var(--text);
  isolation: isolate;
  min-height: 1000px;
  overflow: hidden;
  padding: clamp(72px, 7vw, 104px) clamp(24px, 4vw, 72px) clamp(54px, 5vw, 74px);
  position: relative;
}

.business-partner-section::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(241, 185, 53, 0.12), transparent 32%),
    radial-gradient(circle at 9% 82%, rgba(236, 198, 112, 0.14), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(241, 185, 53, 0.1), transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.business-partner-head {
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.business-partner-head .eyebrow {
  align-items: center;
  color: var(--teal);
  display: inline-grid;
  gap: 18px;
  grid-template-columns: 64px auto 64px;
  margin-bottom: 22px;
}

.business-partner-head .eyebrow::before,
.business-partner-head .eyebrow::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.72;
}

.business-partner-head h2 {
  color: var(--text);
  font-size: var(--type-h1);
  line-height: 0.99;
  margin: 0 auto;
  max-width: 1050px;
}

.business-partner-head h2 span {
  color: var(--gold-soft);
  text-shadow: 0 0 34px rgba(236, 198, 112, 0.32);
}

.business-partner-head p:not(.eyebrow) {
  color: rgba(249, 244, 232, 0.76);
  font-size: var(--type-lead);
  font-weight: 540;
  line-height: 1.55;
  margin: 28px auto 0;
  max-width: 940px;
}

.business-partner-head strong {
  color: rgba(255, 253, 247, 0.94);
  font-weight: 800;
}

.business-partner-grid {
  display: grid;
  gap: clamp(18px, 2vw, 32px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(50px, 6vh, 68px) auto 0;
  max-width: 1740px;
  position: relative;
  z-index: 1;
}

.business-partner-card {
  background: #0f0c06;
  border: 1px solid rgba(255, 253, 247, 0.15);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  color: inherit;
  display: grid;
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  padding: clamp(22px, 2vw, 32px);
  position: relative;
  text-decoration: none;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.business-partner-card:hover,
.business-partner-card:focus-visible {
  border-color: rgba(241, 185, 53, 0.46);
  box-shadow: 0 36px 92px rgba(0, 0, 0, 0.46), 0 0 38px rgba(241, 185, 53, 0.13);
  outline: none;
  transform: translateY(-8px);
}

.business-partner-card-image {
  background-image: var(--partner-image);
  background-position: center;
  background-size: cover;
  filter: saturate(0.94) contrast(1.06);
  inset: 0;
  position: absolute;
  transform: scale(1.02);
  transition: filter 260ms ease, transform 500ms ease;
  z-index: -3;
}

.business-partner-card:hover .business-partner-card-image,
.business-partner-card:focus-visible .business-partner-card-image {
  filter: saturate(1.05) contrast(1.08);
  transform: scale(1.08);
}

.business-partner-card::before {
  background:
    linear-gradient(180deg, rgba(12, 10, 4, 0.08) 0%, rgba(12, 10, 4, 0.52) 46%, rgba(12, 10, 4, 0.96) 100%),
    linear-gradient(20deg, rgba(12, 10, 4, 0.84), transparent 66%),
    radial-gradient(circle at 12% 86%, rgba(241, 185, 53, 0.14), transparent 38%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.business-partner-card::after {
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.business-partner-card-copy {
  align-self: end;
}

.business-partner-card-copy p {
  color: var(--teal);
  font-size: var(--type-eyebrow);
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.business-partner-card-copy h3 {
  color: var(--text);
  font-size: var(--type-h3);
  line-height: 1;
  margin: 0;
  max-width: 340px;
}

.business-partner-card-copy span {
  color: rgba(249, 244, 232, 0.72);
  display: block;
  font-size: var(--type-body);
  font-weight: 560;
  line-height: 1.55;
  margin-top: 18px;
  max-width: 360px;
}

.business-partner-card-copy em {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  gap: 16px;
  margin-top: 28px;
}

.business-partner-card-copy em::after {
  content: "->";
  transition: transform 220ms ease;
}

.business-partner-card:hover .business-partner-card-copy em::after,
.business-partner-card:focus-visible .business-partner-card-copy em::after {
  transform: translateX(7px);
}

.partner-portal-upsell {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 96px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
  margin: clamp(76px, 8vw, 126px) auto 0;
  max-width: 1560px;
  position: relative;
  z-index: 1;
}

.portal-copy {
  max-width: 560px;
}

.portal-copy .eyebrow {
  color: var(--teal);
}

.portal-copy h3 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h2);
  line-height: 0.96;
  margin: 0;
}

.portal-copy > p {
  color: rgba(249, 244, 232, 0.76);
  font-size: var(--type-lead);
  font-weight: 620;
  line-height: 1.52;
  margin: 26px 0 0;
}

.portal-value-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.portal-value-list article {
  border-left: 2px solid rgba(242, 185, 51, 0.64);
  padding: 4px 0 4px 18px;
}

.portal-value-list strong {
  color: var(--text);
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.portal-value-list span {
  color: rgba(249, 244, 232, 0.66);
  display: block;
  font-size: 15px;
  line-height: 1.42;
}

.portal-dashboard-shell {
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.1), rgba(255, 253, 247, 0.03)),
    rgba(12, 10, 4, 0.78);
  border: 1px solid rgba(255, 253, 247, 0.15);
  border-radius: 8px;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.5),
    0 0 54px rgba(242, 185, 51, 0.1);
  overflow: hidden;
}

.portal-window-bar {
  align-items: center;
  background: rgba(255, 253, 247, 0.06);
  border-bottom: 1px solid rgba(255, 253, 247, 0.12);
  display: flex;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 22px;
}

.portal-window-bar span {
  color: var(--text);
  font-weight: 900;
}

.portal-window-bar small {
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portal-dashboard {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 540px;
}

.portal-sidebar {
  background: rgba(0, 0, 0, 0.22);
  border-right: 1px solid rgba(255, 253, 247, 0.1);
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 24px 16px;
}

.portal-sidebar span {
  border: 1px solid transparent;
  border-radius: 6px;
  color: rgba(249, 244, 232, 0.62);
  font-size: 13px;
  font-weight: 850;
  padding: 12px 14px;
}

.portal-sidebar .is-active {
  background: rgba(242, 185, 51, 0.1);
  border-color: rgba(242, 185, 51, 0.32);
  color: var(--teal);
}

.portal-main {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 2.6vw, 34px);
}

.portal-main-head {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.portal-main-head p,
.portal-feed p,
.portal-routing p {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.portal-main-head strong {
  color: var(--text);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1;
}

.portal-main-head > span {
  background: rgba(242, 185, 51, 0.1);
  border: 1px solid rgba(242, 185, 51, 0.32);
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  padding: 9px 12px;
}

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

.portal-metrics article,
.portal-feed,
.portal-routing {
  background: rgba(255, 253, 247, 0.055);
  border: 1px solid rgba(255, 253, 247, 0.1);
  border-radius: 8px;
}

.portal-metrics article {
  padding: 18px;
}

.portal-metrics span {
  color: rgba(249, 244, 232, 0.66);
  display: block;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 12px;
}

.portal-metrics strong {
  color: var(--text);
  display: block;
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1;
}

.portal-metrics small {
  color: rgba(249, 244, 232, 0.58);
  display: block;
  font-size: 12px;
  line-height: 1.36;
  margin-top: 10px;
}

.portal-workspace {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
}

.portal-feed,
.portal-routing {
  padding: 18px;
}

.portal-feed article {
  border-top: 1px solid rgba(255, 253, 247, 0.09);
  padding: 15px 0;
}

.portal-feed article:last-child {
  padding-bottom: 0;
}

.portal-feed strong {
  color: var(--text);
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.portal-feed span,
.portal-routing li {
  color: rgba(249, 244, 232, 0.66);
  font-size: 14px;
  line-height: 1.4;
}

.portal-routing ol {
  counter-reset: portal-route;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.portal-routing li {
  border-left: 1px solid rgba(242, 185, 51, 0.36);
  padding-left: 14px;
}

.partner-commercial-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(34px, 4vw, 58px) auto 0;
  max-width: 1560px;
  position: relative;
  z-index: 1;
}

.partner-commercial-strip article {
  background: rgba(255, 253, 247, 0.055);
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: 8px;
  padding: clamp(22px, 2vw, 30px);
}

.partner-commercial-strip span {
  color: var(--teal);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 22px;
}

.partner-commercial-strip strong {
  color: var(--text);
  display: block;
  font-size: clamp(20px, 1.55vw, 28px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.partner-commercial-strip p {
  color: rgba(249, 244, 232, 0.68);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1180px) {
  .business-partner-section {
    min-height: auto;
  }

  .business-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-partner-card {
    min-height: 360px;
  }

  .partner-portal-upsell {
    grid-template-columns: 1fr;
  }

  .portal-copy {
    max-width: 760px;
  }

  .partner-commercial-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .business-partner-section {
    padding: 64px 20px 40px;
  }

  .business-partner-head {
    text-align: left;
  }

  .business-partner-head .eyebrow {
    gap: 12px;
    grid-template-columns: 34px auto 34px;
  }

  .business-partner-head h2 {
    font-size: var(--type-h1-mobile);
  }

  .business-partner-head p:not(.eyebrow) {
    font-size: var(--type-lead-mobile);
  }

  .business-partner-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .business-partner-card {
    min-height: 340px;
  }

  .partner-portal-upsell {
    margin-top: 58px;
  }

  .portal-dashboard {
    grid-template-columns: 1fr;
  }

  .portal-sidebar {
    border-bottom: 1px solid rgba(255, 253, 247, 0.1);
    border-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-main-head {
    display: grid;
  }

  .portal-metrics,
  .portal-workspace {
    grid-template-columns: 1fr;
  }

  .portal-window-bar {
    align-items: start;
    display: grid;
    gap: 4px;
    padding-block: 14px;
  }
}

/* Feature preview screens (temp feature pages). */
.check-gauge {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.check-gauge-ring {
  align-items: center;
  background: conic-gradient(var(--teal) 0deg 288deg, rgba(255, 253, 247, 0.14) 288deg 360deg);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  height: 104px;
  justify-content: center;
  width: 104px;
}

.check-gauge-hole {
  align-items: center;
  background: #120f07;
  border-radius: 50%;
  display: grid;
  height: 78px;
  justify-items: center;
  width: 78px;
}

.check-gauge-hole strong {
  color: var(--teal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1;
}

.check-gauge-hole small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 2px;
  text-transform: uppercase;
}

.check-gauge strong {
  color: var(--text);
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
}

.check-gauge p {
  color: rgba(249, 244, 232, 0.66);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: 420px;
}

/* Reið interactive phone prototype. */
.is-reid-feature .reid-feature-hero {
  align-items: center;
  background:
    radial-gradient(circle at 74% 38%, rgba(246, 200, 92, 0.18), transparent 33%),
    linear-gradient(90deg, rgba(10, 8, 3, 0.98) 0%, rgba(10, 8, 3, 0.88) 38%, rgba(10, 8, 3, 0.42) 68%, rgba(10, 8, 3, 0.88) 100%),
    #0a0803;
  display: grid;
  gap: clamp(30px, 4vw, 68px);
  grid-template-columns: minmax(360px, 0.45fr) minmax(430px, 0.55fr);
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(96px, 7vw, 118px) clamp(22px, 5vw, 86px) clamp(42px, 5vw, 70px);
  place-items: center;
  position: relative;
}

.is-reid-feature .reid-feature-hero::before {
  background:
    radial-gradient(circle at 62% 22%, rgba(247, 198, 85, 0.1), transparent 30%),
    radial-gradient(circle at 10% 72%, rgba(237, 183, 58, 0.12), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.reid-hero-copy,
.reid-hero-visual {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.reid-hero-eyebrow {
  color: rgba(249, 244, 232, 0.78);
  font-size: clamp(12px, 0.8vw, 15px);
  font-weight: 950;
  letter-spacing: 0.22em;
  margin: 0 0 22px;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(216, 174, 82, 0.42);
}

.reid-hero-copy h1 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.05rem, 3.75vw, 4.85rem);
  letter-spacing: 0;
  line-height: 0.91;
  margin: 0;
  max-width: 760px;
  min-width: 0;
  text-wrap: balance;
}

.reid-hero-copy .text-gradient {
  display: inline;
}

.is-reid-feature .reid-hero-lead {
  color: rgba(249, 244, 232, 0.74);
  font-size: clamp(1.05rem, 1.2vw, 1.3rem);
  font-weight: 650;
  line-height: 1.5;
  margin: clamp(18px, 1.7vw, 28px) 0 0;
  max-width: 620px;
}

.reid-pillar-row {
  display: grid;
  gap: clamp(14px, 1.6vw, 24px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: clamp(22px, 2.1vw, 32px);
  min-width: 0;
}

.reid-pillar-row article {
  min-width: 0;
}

.reid-pillar-row span {
  align-items: center;
  color: #ffd36c;
  display: grid;
  filter: drop-shadow(0 0 10px rgba(247, 198, 85, 0.5));
  height: 34px;
  justify-content: start;
  margin-bottom: 12px;
}

.reid-pillar-row svg {
  fill: none;
  height: 32px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 32px;
}

.reid-pillar-row strong {
  color: rgba(255, 253, 247, 0.88);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.is-reid-feature .reid-pillar-row p {
  color: rgba(249, 244, 232, 0.68);
  font-size: clamp(0.78rem, 0.74vw, 0.88rem);
  font-weight: 650;
  line-height: 1.44;
  margin: 0;
}

.reid-social-proof {
  align-items: center;
  background: rgba(24, 20, 10, 0.56);
  border: 1px solid rgba(216, 174, 82, 0.26);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.06), 0 0 34px rgba(216, 174, 82, 0.1);
  display: grid;
  gap: 3px 18px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: clamp(18px, 2vw, 28px);
  max-width: 610px;
  padding: 14px 18px;
}

.reid-social-proof span {
  color: #ffd36c;
  font-size: 18px;
  grid-row: span 2;
  letter-spacing: 0.08em;
  text-shadow: 0 0 18px rgba(247, 198, 85, 0.42);
}

.is-reid-feature .reid-social-proof p,
.is-reid-feature .reid-social-proof small {
  margin: 0;
}

.is-reid-feature .reid-social-proof p {
  color: rgba(255, 253, 247, 0.82);
  font-size: 14px;
  font-weight: 760;
}

.is-reid-feature .reid-social-proof small {
  color: rgba(249, 244, 232, 0.6);
  font-size: 13px;
}

.reid-hero-visual {
  align-self: center;
  background:
    radial-gradient(circle at 54% 56%, rgba(216, 174, 82, 0.2), transparent 30%),
    radial-gradient(circle at 52% 78%, rgba(247, 198, 85, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(20, 16, 7, 0.94), rgba(10, 8, 3, 0.98));
  border: 1px solid rgba(216, 174, 82, 0.18);
  border-radius: 32px;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.055),
    inset 0 0 90px rgba(216, 174, 82, 0.07),
    0 36px 110px rgba(0, 0, 0, 0.52);
  display: grid;
  height: min(860px, calc(100svh - 132px));
  min-height: 680px;
  place-items: center;
  overflow: hidden;
  width: 100%;
}

.reid-hero-visual::after {
  background:
    radial-gradient(circle at 50% 58%, rgba(247, 198, 85, 0.13), transparent 33%),
    radial-gradient(circle at 50% 84%, rgba(216, 174, 82, 0.12), transparent 24%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.reid-demo-caption {
  align-items: center;
  background: rgba(17, 14, 6, 0.68);
  border: 1px solid rgba(247, 198, 85, 0.26);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(216, 174, 82, 0.14);
  color: rgba(255, 253, 247, 0.78);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  gap: 9px;
  left: clamp(18px, 3vw, 36px);
  letter-spacing: 0.2em;
  margin: 0;
  padding: 11px 14px;
  position: absolute;
  text-transform: uppercase;
  top: clamp(14px, 2vw, 22px);
  z-index: 5;
}

.reid-demo-caption span {
  animation: reidDemoDot 1.7s ease-in-out infinite;
  background: var(--primary);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(216, 174, 82, 0.72);
  height: 8px;
  width: 8px;
}

.reid-hero-phone-mount {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: min(29vw, 380px);
  z-index: 4;
}

.reid-hero-phone-mount .reid-phone-prototype {
  align-items: center;
  display: block;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  justify-items: center;
  min-height: 0;
  perspective: 1300px;
  width: 100%;
}

.reid-hero-phone-mount .reid-phone-device {
  box-sizing: border-box;
  box-shadow:
    inset 0 0 0 10px rgba(255, 253, 247, 0.035),
    inset 0 0 0 1px rgba(255, 253, 247, 0.08),
    0 0 0 2px rgba(158, 124, 43, 0.58),
    0 34px 94px rgba(0, 0, 0, 0.72),
    0 0 70px rgba(246, 200, 92, 0.42);
  max-height: calc(100svh - 188px);
  max-width: none;
  width: 100%;
}

.reid-hero-phone {
  aspect-ratio: 390 / 780;
  background: #0a0803;
  border: 1px solid rgba(255, 216, 125, 0.52);
  border-radius: 48px;
  bottom: 7%;
  box-shadow:
    inset 0 0 0 9px rgba(255, 253, 247, 0.04),
    0 0 0 2px rgba(120, 93, 30, 0.55),
    0 34px 86px rgba(0, 0, 0, 0.72),
    0 0 64px rgba(216, 174, 82, 0.46);
  color: inherit;
  display: block;
  max-height: 610px;
  padding: 18px;
  position: absolute;
  right: clamp(28px, 6vw, 82px);
  text-decoration: none;
  transform: rotate(5deg);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
  width: min(29vw, 320px);
  z-index: 4;
}

.reid-hero-phone:hover,
.reid-hero-phone:focus-visible {
  box-shadow:
    inset 0 0 0 9px rgba(255, 253, 247, 0.05),
    0 0 0 2px rgba(237, 183, 58, 0.72),
    0 40px 100px rgba(0, 0, 0, 0.78),
    0 0 86px rgba(216, 174, 82, 0.58);
  outline: 0;
  transform: rotate(3deg) translateY(-5px);
}

.reid-hero-phone-top {
  align-items: center;
  color: var(--text);
  display: flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: space-between;
  left: 38px;
  position: absolute;
  right: 38px;
  top: 27px;
  z-index: 6;
}

.reid-hero-phone-top i {
  background: #000;
  border-radius: 999px;
  display: block;
  height: 22px;
  width: 78px;
}

.reid-hero-phone-screen {
  background:
    radial-gradient(circle at 72% 10%, rgba(216, 174, 82, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(24, 20, 10, 0.94), #0a0803 48%);
  border: 1px solid rgba(255, 253, 247, 0.08);
  border-radius: 34px;
  display: grid;
  gap: 16px;
  height: 100%;
  overflow: hidden;
  padding: 62px 15px 20px;
}

.reid-hero-phone-screen header {
  display: grid;
  gap: 8px;
}

.reid-hero-phone-screen header b {
  color: #ecc670;
  font-size: 13px;
  letter-spacing: 0.14em;
}

.reid-hero-phone-screen header small,
.reid-hero-phone-riders span,
.reid-hero-phone-clubs span {
  color: rgba(249, 244, 232, 0.72);
  font-size: 12px;
  font-weight: 850;
}

.reid-hero-phone-card {
  border: 1px solid rgba(255, 253, 247, 0.1);
  border-radius: 20px;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.reid-hero-phone-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.reid-hero-phone-card::after {
  background: linear-gradient(180deg, rgba(10, 8, 3, 0.05), rgba(10, 8, 3, 0.9));
  content: "";
  inset: 0;
  position: absolute;
}

.reid-hero-phone-card div {
  bottom: 15px;
  left: 15px;
  position: absolute;
  right: 15px;
  z-index: 1;
}

.reid-hero-phone-card span,
.reid-hero-phone-card small {
  color: rgba(249, 244, 232, 0.66);
  display: block;
  font-size: 11px;
  font-weight: 850;
}

.reid-hero-phone-card strong {
  color: var(--text);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  line-height: 1;
  margin: 5px 0;
}

.reid-hero-phone-card em {
  background: linear-gradient(135deg, #b8923c, #d8ae52);
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  margin-top: 12px;
  padding: 9px 15px;
}

.reid-hero-phone-riders,
.reid-hero-phone-clubs {
  display: grid;
  gap: 10px;
}

.reid-hero-phone-riders div {
  display: flex;
  gap: 10px;
}

.reid-hero-phone-riders b {
  align-items: center;
  background: linear-gradient(135deg, rgba(242, 185, 51, 0.16), rgba(216, 174, 82, 0.44));
  border: 1px solid rgba(255, 253, 247, 0.14);
  border-radius: 50%;
  color: var(--text);
  display: grid;
  font-size: 12px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.is-reid-feature .reid-hero-phone-clubs p {
  background: rgba(255, 253, 247, 0.055);
  border: 1px solid rgba(255, 253, 247, 0.09);
  border-radius: 14px;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  padding: 12px 13px;
}

.reid-closing-cta {
  align-items: center;
  background:
    radial-gradient(circle at 76% 20%, rgba(216, 174, 82, 0.12), transparent 28%),
    #0a0803;
  border-top: 1px solid rgba(216, 174, 82, 0.16);
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: clamp(26px, 4vw, 44px) clamp(18px, 5vw, 72px);
  text-align: center;
}

.reid-closing-cta p {
  color: rgba(249, 244, 232, 0.74);
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  font-weight: 720;
  line-height: 1.45;
  margin: 0;
}

.reid-closing-cta a {
  background: linear-gradient(135deg, #b8923c, #d8ae52);
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: 999px;
  box-shadow: 0 0 34px rgba(216, 174, 82, 0.22);
  color: var(--text);
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  min-height: 46px;
  padding: 14px 20px;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.reid-closing-cta a:hover,
.reid-closing-cta a:focus-visible {
  box-shadow: 0 0 46px rgba(216, 174, 82, 0.34);
  transform: translateY(-2px);
}

@keyframes reidDemoDot {
  0%,
  100% {
    opacity: 0.64;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@media (max-width: 1180px) {
  .is-reid-feature .reid-feature-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .reid-hero-copy {
    max-width: 860px;
    width: 100%;
  }

  .reid-pillar-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reid-hero-visual {
    height: min(780px, calc(100svh - 120px));
    min-height: 680px;
  }

  .reid-hero-phone {
    right: clamp(24px, 10vw, 120px);
    width: min(48vw, 360px);
  }

  .reid-hero-phone-mount {
    left: 50%;
    right: auto;
    top: 54%;
    width: min(54vw, 410px);
  }
}

@media (max-width: 760px) {
  .is-reid-feature .reid-feature-hero {
    gap: 34px;
    padding: 88px 16px 56px;
  }

  .is-reid-feature .reid-hero-copy h1 {
    font-size: clamp(2.15rem, 8vw, 2.9rem) !important;
    line-height: 0.95 !important;
    max-width: 100% !important;
  }

  .reid-hero-lead {
    font-size: var(--type-lead-mobile);
  }

  .reid-pillar-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }

  .reid-pillar-row article {
    background: rgba(255, 253, 247, 0.035);
    border: 1px solid rgba(216, 174, 82, 0.14);
    border-radius: 16px;
    padding: 15px;
  }

  .reid-pillar-row span {
    height: 34px;
    margin-bottom: 12px;
  }

  .reid-pillar-row svg {
    height: 32px;
    width: 32px;
  }

  .reid-social-proof {
    align-items: start;
    border-radius: 14px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .reid-social-proof span {
    grid-row: auto;
  }

  .reid-hero-visual {
    border-radius: 24px;
    height: min(760px, calc(100svh - 92px));
    min-height: 720px;
  }

  .reid-demo-caption {
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .reid-hero-phone {
    bottom: 26px;
    max-height: none;
    right: 18px;
    transform: rotate(2deg);
    width: min(72vw, 282px);
  }

  .reid-hero-phone-mount {
    left: 50%;
    right: auto;
    top: 58%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: min(82vw, 330px);
  }

  .reid-hero-phone-mount .reid-phone-device {
    border-radius: 42px;
    padding: 14px;
  }

  .reid-hero-phone-screen {
    border-radius: 28px;
    gap: 12px;
    padding: 54px 12px 16px;
  }

  .reid-hero-phone-top {
    left: 30px;
    right: 30px;
    top: 23px;
  }

  .reid-hero-phone-top i {
    height: 18px;
    width: 62px;
  }

  .reid-hero-phone-card {
    min-height: 172px;
  }

  .reid-hero-phone-card strong {
    font-size: 20px;
  }

  .reid-hero-phone-riders b {
    height: 32px;
    width: 32px;
  }

  .reid-hero-phone-clubs p {
    font-size: 12px;
    padding: 10px;
  }
}

@media (max-width: 420px) {
  .reid-pillar-row {
    grid-template-columns: 1fr;
  }

  .reid-hero-visual {
    height: 740px;
    min-height: 740px;
  }

  .reid-hero-phone {
    right: 12px;
    width: min(78vw, 270px);
  }

  .reid-hero-phone-mount {
    left: 50%;
    right: auto;
    width: min(82vw, 310px);
  }

  .reid-hero-phone-card {
    min-height: 155px;
  }

  .reid-closing-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

.is-reid-feature .subpage-portal-preview {
  max-width: 1220px;
}

.is-reid-feature .portal-dashboard-shell {
  background:
    radial-gradient(circle at 74% 50%, rgba(216, 174, 82, 0.22), transparent 32%),
    radial-gradient(circle at 28% 18%, rgba(242, 185, 51, 0.07), transparent 30%),
    rgba(14, 11, 5, 0.78);
  border-color: rgba(216, 174, 82, 0.26);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.08),
    0 34px 110px rgba(0, 0, 0, 0.58),
    0 0 68px rgba(216, 174, 82, 0.14);
  overflow: visible;
}

.is-reid-feature .portal-main {
  padding: clamp(22px, 3vw, 44px);
}

.reid-phone-prototype {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 78px);
  grid-template-columns: minmax(240px, 0.82fr) minmax(320px, 430px);
  justify-content: center;
  min-height: 720px;
  perspective: 1400px;
}

.reid-app-head span,
.reid-feed-row span,
.reid-event-list span {
  color: var(--teal);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reid-phone-device {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  aspect-ratio: 390 / 780;
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.12), transparent 24%),
    #0a0803;
  border: 1px solid rgba(255, 216, 125, 0.42);
  border-radius: 56px;
  box-shadow:
    inset 0 0 0 10px rgba(255, 253, 247, 0.035),
    inset 0 0 0 1px rgba(255, 253, 247, 0.08),
    0 0 0 2px rgba(120, 93, 30, 0.55),
    0 34px 90px rgba(0, 0, 0, 0.7),
    0 0 58px rgba(216, 174, 82, 0.42);
  max-height: 700px;
  max-width: 386px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  cursor: pointer;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease;
  width: min(100%, 386px);
}

.reid-phone-device:hover {
  box-shadow:
    inset 0 0 0 10px rgba(255, 253, 247, 0.04),
    inset 0 0 0 1px rgba(255, 253, 247, 0.1),
    0 0 0 2px rgba(246, 200, 92, 0.62),
    0 40px 110px rgba(0, 0, 0, 0.76),
    0 0 78px rgba(216, 174, 82, 0.54);
}

.reid-phone-glow {
  background:
    radial-gradient(circle at 50% 70%, rgba(216, 174, 82, 0.42), transparent 42%),
    radial-gradient(circle at 18% 24%, rgba(242, 185, 51, 0.14), transparent 26%);
  filter: blur(22px);
  inset: -24px;
  opacity: 0.78;
  pointer-events: none;
  position: absolute;
}

.reid-device-top {
  align-items: center;
  color: var(--text);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  left: 42px;
  position: absolute;
  right: 42px;
  top: 30px;
  z-index: 6;
}

.reid-device-top small {
  background: #000;
  border-radius: 999px;
  height: 24px;
  width: 96px;
}

.reid-phone-screen {
  background:
    radial-gradient(circle at 76% 12%, rgba(216, 174, 82, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(24, 20, 10, 0.92), #0a0803 48%);
  border: 1px solid rgba(255, 253, 247, 0.08);
  border-radius: 42px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.reid-screen {
  display: flex;
  flex-direction: column;
  gap: 16px;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  padding: 70px 18px 82px;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 18px, 0) scale(0.985);
  transition: opacity 0.38s ease, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reid-screen.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.reid-app-head strong {
  color: var(--text);
  display: block;
  font-size: 22px;
  letter-spacing: 0;
  margin-top: 5px;
}

.reid-hero-card,
.reid-club-hero,
.reid-profile-peek,
.reid-club-list article,
.reid-event-list button,
.reid-people-list button {
  background: rgba(255, 253, 247, 0.06);
  border: 1px solid rgba(255, 253, 247, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}

.reid-hero-card {
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

.reid-hero-card img,
.reid-club-hero img,
.reid-bike-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reid-hero-card::after,
.reid-club-hero::after {
  background: linear-gradient(180deg, transparent 24%, rgba(10, 8, 3, 0.86) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.reid-hero-card div,
.reid-hero-card em,
.reid-club-hero div {
  position: absolute;
  z-index: 1;
}

.reid-hero-card div,
.reid-club-hero div {
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.reid-hero-card small,
.reid-club-hero small,
.reid-rider-strip small,
.reid-club-list small,
.reid-people-list small,
.reid-event-list small {
  color: rgba(249, 244, 232, 0.62);
  display: block;
  font-size: 11px;
  line-height: 1.3;
}

.reid-hero-card h3 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  line-height: 0.96;
  margin: 4px 0;
}

.reid-hero-card h3,
.reid-bike-card strong,
.reid-club-hero strong,
.reid-club-list strong,
.reid-rider-strip strong,
.reid-people-list strong,
.reid-event-list strong {
  hyphens: auto;
  overflow-wrap: anywhere;
}

.reid-hero-card p,
.reid-bike-card small,
.reid-club-hero small,
.reid-club-list small,
.reid-rider-strip small,
.reid-people-list small,
.reid-event-list small {
  overflow-wrap: anywhere;
}

.reid-hero-card p,
.reid-profile-peek p {
  color: rgba(249, 244, 232, 0.74);
  font-size: 12px;
  margin: 0;
}

.reid-hero-card em {
  background: rgba(216, 174, 82, 0.28);
  border: 1px solid rgba(255, 216, 125, 0.4);
  border-radius: 999px;
  bottom: 16px;
  color: #fff3d8;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  padding: 7px 10px;
  right: 14px;
}

.reid-feed-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.reid-feed-row button,
.reid-swipe-actions button,
.reid-join-button {
  background: rgba(216, 174, 82, 0.16);
  border: 1px solid rgba(216, 174, 82, 0.32);
  border-radius: 999px;
  color: #ffefca;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  min-height: 36px;
  padding: 0 12px;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.reid-feed-row button:hover,
.reid-swipe-actions button:hover,
.reid-join-button:hover {
  background: rgba(216, 174, 82, 0.28);
  box-shadow: 0 0 26px rgba(216, 174, 82, 0.24);
  transform: translateY(-2px);
}

.reid-rider-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reid-rider-strip article {
  cursor: default;
  display: grid;
  gap: 6px;
  justify-items: center;
  min-width: 0;
  position: relative;
  transition: transform 0.18s ease;
}

.reid-rider-strip article::after {
  background: rgba(18, 15, 7, 0.92);
  border: 1px solid rgba(242, 185, 51, 0.24);
  border-radius: 999px;
  bottom: calc(100% + 8px);
  color: var(--teal);
  content: attr(data-bike);
  font-size: 10px;
  font-weight: 850;
  left: 50%;
  opacity: 0;
  padding: 6px 8px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%) translateY(5px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.reid-rider-strip article:hover {
  transform: translateY(-3px);
}

.reid-rider-strip article:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.reid-rider-strip b,
.reid-people-list b {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(242, 185, 51, 0.16), rgba(216, 174, 82, 0.4)),
    #1c170b;
  border: 1px solid rgba(255, 253, 247, 0.16);
  border-radius: 50%;
  color: var(--text);
  display: grid;
  font-size: 12px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.reid-rider-strip strong {
  color: var(--text);
  display: block;
  font-size: 11px;
}

.reid-club-list {
  display: grid;
  gap: 10px;
}

.reid-club-list article {
  padding: 13px 14px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.reid-club-list article:hover {
  border-color: rgba(216, 174, 82, 0.34);
  transform: translateY(-2px);
}

.reid-club-list strong,
.reid-profile-peek strong,
.reid-event-list strong,
.reid-people-list strong {
  color: var(--text);
  display: block;
  font-size: 14px;
}

.reid-swipe-stage {
  flex: 1;
  min-height: 360px;
  position: relative;
}

.reid-bike-card {
  background: #0d0b05;
  border: 1px solid rgba(216, 174, 82, 0.24);
  border-radius: 28px;
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.55), 0 0 32px rgba(216, 174, 82, 0.14);
  cursor: grab;
  inset: 10px 8px 18px;
  overflow: hidden;
  position: absolute;
  touch-action: none;
  transform-origin: center bottom;
  transition: opacity 0.26s ease, transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
  user-select: none;
  z-index: 2;
}

.reid-bike-card.is-next {
  opacity: 0.68;
  transform: translateY(22px) scale(0.92);
  z-index: 1;
}

.reid-bike-card.is-dragging {
  cursor: grabbing;
  transition: none;
}

.reid-bike-card div {
  background: linear-gradient(180deg, transparent, rgba(10, 8, 3, 0.94));
  bottom: 0;
  left: 0;
  padding: 90px 18px 20px;
  position: absolute;
  right: 0;
}

.reid-bike-card strong {
  color: var(--text);
  display: block;
  font-size: 19px;
}

.reid-swipe-badge {
  border-radius: 999px;
  color: var(--text);
  font-size: 20px;
  font-weight: 950;
  left: 50%;
  opacity: 0;
  padding: 12px 18px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 28px;
  transform: translateX(-50%) scale(0.85);
  transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.2, 0.9, 0.2, 1.2);
  z-index: 4;
}

.reid-swipe-badge.is-visible {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.reid-swipe-badge.is-saved {
  background: rgba(216, 174, 82, 0.62);
  box-shadow: 0 0 32px rgba(216, 174, 82, 0.42);
}

.reid-swipe-badge.is-passed {
  background: rgba(255, 253, 247, 0.16);
  box-shadow: 0 0 22px rgba(255, 253, 247, 0.16);
}

.reid-swipe-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.reid-swipe-actions button {
  min-width: 94px;
}

.reid-swipe-actions [data-reid-save] {
  background: linear-gradient(135deg, #b8923c, #d8ae52);
  color: #fff;
}

.reid-notification {
  background: rgba(242, 185, 51, 0.08);
  border: 1px solid rgba(242, 185, 51, 0.18);
  border-radius: 999px;
  color: rgba(249, 244, 232, 0.74);
  font-size: 12px;
  font-weight: 780;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: color 0.2s ease, transform 0.2s ease;
}

.reid-notification.is-live {
  color: var(--teal);
  transform: translateY(-2px);
}

.reid-people-list,
.reid-event-list {
  display: grid;
  gap: 12px;
}

.reid-people-list button,
.reid-event-list button {
  align-items: center;
  color: inherit;
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 70px;
  padding: 12px;
  text-align: left;
  transition: border-color 0.18s ease, min-height 0.22s ease, transform 0.18s ease;
}

.reid-people-list button:hover,
.reid-event-list button:hover {
  border-color: rgba(242, 185, 51, 0.26);
  transform: translateY(-2px);
}

.reid-profile-peek {
  margin-top: auto;
  padding: 16px;
}

.reid-club-hero {
  flex: 1;
  min-height: 250px;
  overflow: hidden;
  position: relative;
}

.reid-join-button {
  background: linear-gradient(135deg, #b8923c, #d8ae52);
  color: #fff;
  min-height: 44px;
}

.reid-join-button.is-joined {
  background: rgba(242, 185, 51, 0.16);
  border-color: rgba(242, 185, 51, 0.36);
  color: var(--teal);
}

.reid-event-list button {
  align-items: start;
  display: grid;
  min-height: 78px;
}

.reid-event-list button::after {
  color: rgba(249, 244, 232, 0.66);
  content: "Tap to expand map, route and weather.";
  font-size: 11px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.22s ease, opacity 0.22s ease;
}

.reid-event-list button.is-expanded {
  min-height: 124px;
}

.reid-event-list button.is-expanded::after {
  max-height: 40px;
  opacity: 1;
}

.reid-live-map {
  background:
    radial-gradient(circle at 50% 54%, rgba(216, 174, 82, 0.34), transparent 18%),
    radial-gradient(circle at 34% 22%, rgba(242, 185, 51, 0.12), transparent 26%),
    #0a0803;
  border: 1px solid rgba(216, 174, 82, 0.24);
  border-radius: 26px;
  flex: 1;
  min-height: 460px;
  overflow: hidden;
  position: relative;
}

.reid-live-map svg {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.map-road {
  animation: reidRoadPulse 3.8s ease-in-out infinite;
  fill: none;
  filter: drop-shadow(0 0 9px rgba(216, 174, 82, 0.8));
  stroke: rgba(216, 174, 82, 0.76);
  stroke-linecap: round;
  stroke-width: 2.4;
}

.map-road-b {
  animation-delay: -1.1s;
  stroke: rgba(242, 185, 51, 0.44);
}

.map-road-c {
  animation-delay: -2s;
}

.reid-live-map i {
  align-items: center;
  animation: reidPinPulse 2.2s ease-in-out infinite;
  background: color-mix(in srgb, var(--c) 28%, #0a0803);
  border: 1px solid color-mix(in srgb, var(--c) 72%, transparent);
  border-radius: 999px;
  box-shadow: 0 0 24px color-mix(in srgb, var(--c) 42%, transparent);
  color: var(--text);
  display: grid;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  left: var(--x);
  position: absolute;
  text-transform: uppercase;
  top: var(--y);
  transform: translate(-50%, -50%);
  width: 48px;
}

.reid-map-count {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.reid-tab-bar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(14, 11, 5, 0.78);
  border: 1px solid rgba(255, 253, 247, 0.1);
  border-radius: 24px;
  bottom: 34px;
  display: grid;
  gap: 3px;
  /* Content-sized columns: equal 1fr cells clipped "Discover" at the
     hero phone scale (labels spilled 12px past their buttons) */
  grid-template-columns: repeat(6, auto);
  justify-content: space-between;
  left: 34px;
  padding: 5px;
  position: absolute;
  right: 34px;
  z-index: 8;
}

.reid-tab-bar::after {
  border: 1px solid rgba(255, 216, 125, 0.0);
  border-radius: 18px;
  content: "";
  inset: 5px auto 5px calc(5px + ((100% - 10px) / 6));
  pointer-events: none;
  position: absolute;
  width: calc((100% - 10px) / 6);
}

.reid-phone-prototype.is-attracting .reid-tab-bar {
  box-shadow:
    0 0 0 1px rgba(255, 216, 125, 0.18),
    0 0 28px rgba(216, 174, 82, 0.26);
}

.reid-phone-prototype.is-attracting .reid-tab-bar::after {
  animation: reidDemoTap 1.55s ease-in-out infinite;
  background: radial-gradient(circle, rgba(255, 216, 125, 0.24), transparent 64%);
  border-color: rgba(255, 216, 125, 0.36);
  box-shadow: 0 0 26px rgba(247, 198, 85, 0.35);
}

.reid-tab-bar button {
  background: transparent;
  border: 0;
  border-radius: 18px;
  color: rgba(249, 244, 232, 0.54);
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
  min-height: 38px;
  padding: 0 4px;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.reid-tab-bar button:hover,
.reid-tab-bar button.is-active {
  background: linear-gradient(135deg, rgba(237, 183, 58, 0.84), rgba(247, 198, 85, 0.74));
  color: var(--text);
  transform: translateY(-1px);
}

@keyframes reidPinPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -58%) scale(1.06);
  }
}

@keyframes reidRoadPulse {
  0%,
  100% {
    opacity: 0.45;
    stroke-width: 1.8;
  }
  50% {
    opacity: 1;
    stroke-width: 3.2;
  }
}

@keyframes reidDemoTap {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@media (max-width: 980px) {
  .reid-phone-prototype {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .reid-phone-device {
    justify-self: center;
  }
}

@media (max-width: 520px) {
  .is-reid-feature .portal-main {
    padding: 14px;
  }

  .reid-phone-prototype {
    gap: 24px;
  }

  .reid-phone-device {
    border-radius: 42px;
    padding: 14px;
    width: min(100%, 360px);
  }

  .reid-device-top {
    left: 28px;
    right: 28px;
    top: 22px;
  }

  .reid-device-top small {
    height: 20px;
    width: 76px;
  }

  .reid-phone-screen {
    border-radius: 32px;
  }

  .reid-screen {
    gap: 12px;
    padding: 56px 12px 74px;
  }

  .reid-hero-card {
    min-height: 180px;
  }

  .reid-swipe-stage {
    min-height: 300px;
  }

  .reid-rider-strip {
    gap: 7px;
  }

  .reid-rider-strip b,
  .reid-people-list b {
    height: 34px;
    width: 34px;
  }

  .reid-tab-bar {
    bottom: 22px;
    gap: 2px;
    left: 16px;
    padding: 4px;
    right: 16px;
  }

  .reid-tab-bar button {
    font-size: 9px;
    min-height: 34px;
    padding: 0 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reid-phone-device,
  .reid-screen,
  .reid-bike-card,
  .reid-demo-caption span,
  .reid-phone-prototype.is-attracting .reid-tab-bar::after,
  .reid-live-map i,
  .map-road {
    animation: none;
    transition: none;
  }
}

/* Mobile polish pass. Keep desktop presentation intact while making phones feel lighter. */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
    min-height: 58px;
    padding: 8px 12px;
  }

  .nav-links {
    align-items: center;
    display: grid;
    gap: 5px;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    justify-content: stretch;
    max-width: none;
    width: 100%;
  }

  .header-signin {
    align-self: center;
    font-size: 11px;
    grid-column: 2;
    grid-row: 1;
    margin-left: 8px;
    min-height: 36px;
    padding: 0 10px;
    position: static;
    transform: none;
  }

  .header-signin:hover {
    transform: translateY(-1px);
  }

  .nav-links > .nav-dropdown:first-child,
  .nav-links > .nav-dropdown:last-child,
  .header-brand {
    flex: initial;
    justify-self: stretch;
    order: initial;
  }

  .header-brand {
    justify-content: center;
    padding: 0;
  }

  .header-brand::before {
    height: 48px;
    width: 58px;
  }

  .brand-mark {
    border-radius: 6px;
    height: 36px;
    width: 36px;
  }

  .brand-mark svg {
    height: 23px;
    width: 23px;
  }

  .nav-dropdown summary {
    background: rgba(255, 253, 247, 0.045);
    border: 1px solid rgba(255, 253, 247, 0.1);
    border-radius: 6px;
    font-size: 12px;
    gap: 6px;
    justify-content: center;
    min-height: 36px;
    padding: 0 8px;
    width: 100%;
  }

  .subpage-card-link-featured {
    grid-column: auto;
  }

  .nav-dropdown summary::after {
    height: 5px;
    width: 5px;
  }

  .dropdown-panel {
    border-radius: 8px;
    left: 12px;
    max-height: calc(100vh - 74px);
    min-width: 0;
    overflow: auto;
    padding: 8px;
    position: fixed;
    right: 12px;
    top: 62px;
    transform: none;
  }

  .dropdown-panel a {
    padding: 12px;
  }

  .dropdown-panel span {
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding: 88px 14px 30px;
  }

  .hero-main {
    min-height: 0;
  }

  .hero-content {
    max-width: 100%;
    padding-top: 0;
  }

  .hero-content h1 {
    font-size: var(--type-h1-mobile);
    line-height: 0.98;
    max-width: 360px;
  }

  .hero-copy {
    font-size: var(--type-lead-mobile);
    line-height: 1.5;
    max-width: 340px;
  }

  .road-choice {
    gap: 12px;
    margin-top: 22px;
  }

  .road-choice-card {
    gap: 10px;
    min-height: 262px;
    padding: 18px;
  }

  .road-choice-card strong {
    font-size: var(--type-h3-mobile);
    line-height: 1;
    max-width: 280px;
  }

  .road-choice-card small {
    font-size: var(--type-body-mobile);
    line-height: 1.42;
    padding-right: 0;
  }

  .road-choice-card em {
    font-size: 13px;
    min-height: 38px;
    padding: 9px 14px;
  }

  .road-choice-card::after {
    bottom: 24px;
    right: 22px;
  }

  .section {
    padding: 58px 16px;
  }

  .rider-showcase {
    padding-inline: 14px;
  }

  .showcase-heading {
    margin-bottom: 28px;
  }

  .showcase-heading h2 {
    font-size: var(--type-h2-mobile);
    line-height: 1;
  }

  .showcase-heading p:not(.eyebrow) {
    font-size: var(--type-lead-mobile);
    line-height: 1.55;
  }

  .carousel-stage {
    height: 372px;
  }

  .feature-slide-copy {
    bottom: 18px;
    left: 18px;
    right: 18px;
  }

  .feature-slide-copy h3 {
    font-size: var(--type-h3-mobile);
    max-width: 250px;
  }

  .feature-slide-copy p {
    font-size: var(--type-body-mobile);
    max-width: 260px;
  }

  .carousel-arrow {
    height: 40px;
    top: 18px;
    width: 40px;
  }

  .carousel-arrow-prev {
    left: 18px;
  }

  .carousel-arrow-next {
    right: 18px;
  }

  .app-continuation {
    margin-top: 50px;
    padding: 0 14px 64px;
  }

  .app-continuation-layout {
    gap: 30px;
    padding: 0;
  }

  .app-continuation-intro h2,
  .app-continuation-journey h3 {
    font-size: var(--type-h2-mobile);
  }

  .app-continuation-intro > p,
  .app-continuation-journey > p {
    font-size: var(--type-lead-mobile);
    line-height: 1.48;
    margin-top: 18px;
  }

  .app-continuation-story {
    font-size: var(--type-body-mobile);
    gap: 14px;
    margin-top: 26px;
  }

  .app-continuation-phone {
    max-width: 286px;
  }

  .app-continuation-phone iframe {
    border-radius: 44px;
  }

  .app-journey-list {
    gap: 14px;
    margin-top: 24px;
    padding-top: 22px;
  }

  .app-journey-list p {
    font-size: 14px;
  }

  .business-partner-section {
    padding: 58px 16px 44px;
  }

  .business-partner-head .eyebrow {
    display: flex;
  }

  .business-partner-head .eyebrow::before,
  .business-partner-head .eyebrow::after {
    width: 30px;
  }

  .business-partner-head h2 {
    font-size: var(--type-h1-mobile);
    line-height: 0.98;
  }

  .business-partner-head p:not(.eyebrow) {
    font-size: var(--type-lead-mobile);
    line-height: 1.52;
  }

  .business-partner-grid {
    gap: 14px;
    margin-top: 30px;
  }

  .business-partner-card {
    min-height: 292px;
  }

  .business-partner-card-copy {
    padding: 18px;
  }

  .business-partner-card-copy h3 {
    font-size: var(--type-h3-mobile);
  }

  .partner-portal-upsell {
    gap: 30px;
    margin-top: 52px;
  }

  .portal-copy h3 {
    font-size: var(--type-h2-mobile);
  }

  .portal-copy > p {
    font-size: var(--type-lead-mobile);
    line-height: 1.55;
    margin-top: 18px;
  }

  .portal-value-list {
    gap: 12px;
    margin-top: 24px;
  }

  .portal-dashboard {
    min-height: 0;
  }

  .portal-window-bar {
    min-height: 48px;
    padding: 12px 14px;
  }

  .portal-window-bar span {
    font-size: 14px;
  }

  .portal-window-bar small {
    font-size: 10px;
  }

  .portal-sidebar {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px;
  }

  .portal-sidebar span {
    flex: 0 0 auto;
    font-size: 12px;
    padding: 9px 10px;
  }

  .portal-main {
    gap: 14px;
    padding: 16px;
  }

  .portal-main-head strong {
    font-size: 30px;
  }

  .portal-main-head > span {
    width: fit-content;
  }

  .portal-metrics article,
  .portal-feed,
  .portal-routing,
  .partner-commercial-strip article {
    padding: 16px;
  }

  .access-card {
    padding: 22px 18px;
  }

  .access-form {
    gap: 13px;
  }

  .access-form input,
  .access-form select,
  .access-form button {
    min-height: 48px;
  }

  .site-footer {
    gap: 28px;
    padding: 34px 18px 22px;
  }

  .footer-brand-block {
    max-width: none;
  }

  .footer-brand-block p {
    margin-top: 16px;
  }

  .footer-nav {
    gap: 22px;
  }

  .footer-nav h2 {
    margin-bottom: 10px;
  }

  .footer-nav a {
    margin-top: 8px;
  }

  .subpage-header {
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 10px 14px;
  }

  .subpage-nav {
    gap: 10px;
    justify-content: start;
  }

  .subpage-nav a {
    font-size: 12px;
  }

  .subpage-hero {
    min-height: auto;
    padding: 96px 16px 58px;
  }

  .subpage-hero h1 {
    font-size: var(--type-h1-mobile);
  }

  .subpage-hero p:not(.eyebrow),
  .subpage-copy p,
  .subpage-cta p {
    font-size: var(--type-lead-mobile);
  }

  .subpage-copy h2,
  .subpage-cta h2 {
    font-size: var(--type-h2-mobile);
  }

  .subpage-card h2,
  .subpage-card h3 {
    font-size: var(--type-h3-mobile);
  }

  .subpage-card p {
    font-size: var(--type-body-mobile);
  }

  .subpage-section {
    padding: 56px 16px;
  }
}

@media (max-width: 420px) {
  .nav-dropdown summary {
    font-size: 11px;
    letter-spacing: 0.01em;
  }

  .hero-content h1 {
    max-width: 320px;
  }

  .road-choice-card {
    min-height: 262px;
  }

  .feature-slide-copy p {
    max-width: 235px;
  }

  .app-continuation-phone {
    max-width: 270px;
  }
}

@media (max-width: 760px) {
  .portal-dashboard-shell {
    box-shadow:
      0 28px 86px rgba(0, 0, 0, 0.45),
      0 0 34px rgba(242, 185, 51, 0.08);
  }

  .portal-metrics {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .portal-metrics article {
    padding: 12px 10px;
  }

  .portal-metrics span {
    font-size: 11px;
    line-height: 1.15;
    margin-bottom: 8px;
  }

  .portal-metrics strong {
    font-size: 24px;
  }

  .portal-metrics small {
    display: none;
  }

  .portal-feed article {
    padding: 11px 0;
  }

  .portal-feed article:nth-of-type(3) {
    display: none;
  }

  .portal-feed strong {
    font-size: 14px;
  }

  .portal-feed span,
  .portal-routing li {
    font-size: 13px;
  }

  .portal-routing ol {
    gap: 10px;
    margin-top: 12px;
  }

  .portal-routing li:nth-child(3) {
    display: none;
  }
}

@media (max-width: 1180px) {
  .fehu-showcase-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .fehu-showcase-media {
    min-height: 360px;
  }

  .fehu-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .fehu-showcase-section {
    padding-top: 96px;
  }

  .fehu-showcase {
    border-radius: 24px;
    padding: 18px;
  }

  .fehu-showcase-tabs {
    justify-content: flex-start;
    margin-left: -2px;
    margin-right: -2px;
    max-width: none;
  }

  .fehu-showcase-tabs button {
    flex: 0 0 auto;
    padding-inline: 14px;
  }

  .fehu-showcase-panel-wrap,
  .fehu-showcase-panel {
    min-height: 0;
  }

  .fehu-showcase-panel {
    border-radius: 20px;
    gap: 20px;
    padding: 18px;
  }

  .fehu-showcase-copy h3 {
    font-size: clamp(2.2rem, 12vw, 3.25rem);
  }

  .fehu-showcase-media {
    min-height: 250px;
  }

  .fehu-showcase-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fehu-showcase-actions a {
    width: fit-content;
  }

  .fehu-showcase-cta {
    justify-content: center;
    width: 100% !important;
  }

  .ownership-journey ol {
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    margin-left: -4px;
    margin-right: -4px;
    padding-inline: 4px;
  }

  .fehu-trust-bar {
    grid-template-columns: 1fr;
  }

  .feature-card-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-radius: 24px;
    min-height: 470px;
  }

  .feature-card-media {
    min-height: 220px;
  }

  .feature-card .feature-card-icon {
    bottom: 18px;
    height: 52px;
    left: 20px;
    width: 52px;
  }

  .feature-card-icon svg {
    height: 28px;
    width: 28px;
  }

  .feature-card-body {
    padding: 24px 22px 26px;
  }

  .feature-card .feature-card-body > span {
    font-size: var(--type-eyebrow);
    margin-bottom: 14px;
  }

  .feature-card h2 {
    font-size: var(--type-h2-mobile);
    line-height: 0.94;
  }

  .feature-card p {
    font-size: var(--type-body-mobile);
  }
}

/* Showcase v2: full-bleed product panels and direct top-level navigation. */
.fehu-showcase {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 174, 82, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(18, 15, 7, 0.96), rgba(10, 8, 3, 0.96));
  border-color: rgba(255, 192, 46, 0.32);
}

.fehu-showcase-header h1 .text-gradient {
  font-style: normal;
}

.fehu-showcase-tabs {
  backdrop-filter: blur(18px);
  background: rgba(10, 8, 3, 0.82);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36), 0 0 30px rgba(216, 174, 82, 0.12);
  max-width: 980px;
  position: relative;
  z-index: 3;
}

.fehu-showcase-tabs button {
  font-weight: 850;
}

.fehu-showcase-panel-wrap {
  min-height: clamp(520px, 43vw, 660px);
}

.fehu-showcase-panel {
  background: #0a0803;
  border-color: rgba(255, 192, 46, 0.32);
  border-radius: 26px;
  display: block;
  min-height: clamp(520px, 43vw, 660px);
  padding: clamp(34px, 4vw, 56px);
  position: relative;
}

.fehu-showcase-panel::before {
  background-image: var(--showcase-image);
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
}

.fehu-showcase-panel::after {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.98) 0%, rgba(10, 8, 3, 0.88) 35%, rgba(10, 8, 3, 0.34) 58%, rgba(10, 8, 3, 0.02) 100%),
    radial-gradient(circle at 22% 82%, rgba(216, 174, 82, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(10, 8, 3, 0.04), rgba(10, 8, 3, 0.38));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.fehu-showcase-copy {
  max-width: min(520px, 48%);
  position: relative;
  z-index: 1;
}

.fehu-showcase-copy h3 em,
.ownership-journey-header h3 em {
  background: linear-gradient(135deg, #d8ae52 0%, #ecc670 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #d8ae52;
  font-style: italic;
  text-shadow: 0 0 28px rgba(216, 174, 82, 0.22);
  -webkit-text-fill-color: transparent;
}

.fehu-showcase-copy ul {
  color: rgba(255, 253, 247, 0.84);
}

.fehu-showcase-copy ul[hidden] {
  display: none;
}

.fehu-showcase-copy li {
  grid-template-columns: 22px minmax(0, 1fr);
}

.fehu-showcase-copy li::before {
  align-items: center;
  background: linear-gradient(135deg, #b8923c, #d8ae52);
  box-shadow: 0 0 18px rgba(216, 174, 82, 0.48);
  color: #fff;
  content: "\2713";
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  margin-top: 2px;
  width: 18px;
}

.fehu-showcase-cta {
  align-items: center;
  gap: 10px;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.showcase-marketplace-panel {
  overflow: hidden;
}

.showcase-marketplace-panel::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 174, 82, 0.2), transparent 32%),
    radial-gradient(circle at 78% 20%, rgba(216, 174, 82, 0.18), transparent 34%),
    #0a0803;
}

.showcase-marketplace-panel::after {
  background:
    linear-gradient(180deg, rgba(10, 8, 3, 0.08), rgba(10, 8, 3, 0.54)),
    radial-gradient(circle at 48% 8%, rgba(216, 174, 82, 0.16), transparent 38%);
}

.marketplace-panel-shell {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  position: relative;
  z-index: 1;
}

.marketplace-topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(10, 8, 3, 0.72);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.04), 0 18px 42px rgba(0, 0, 0, 0.28);
  display: flex;
  gap: 18px;
  grid-column: 1 / -1;
  justify-content: space-between;
  min-width: 0;
  padding: 12px 16px;
}

.marketplace-topbar a {
  color: rgba(255, 253, 247, 0.78);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
  white-space: nowrap;
}

.marketplace-topbar a:hover,
.marketplace-topbar a:focus-visible {
  color: var(--text);
  text-shadow: 0 0 18px rgba(216, 174, 82, 0.46);
}

.marketplace-topbar-brand {
  color: #fff6e2 !important;
  letter-spacing: 0.08em;
  text-shadow: 0 0 22px rgba(216, 174, 82, 0.58);
  text-transform: uppercase;
}

.marketplace-topbar-brand span {
  color: #ffdf95;
  font-size: 0.72em;
  letter-spacing: 0.2em;
  margin-left: 8px;
}

.marketplace-topbar > div {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  min-width: 0;
}

.marketplace-hero-grid {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.98) 0%, rgba(10, 8, 3, 0.86) 36%, rgba(10, 8, 3, 0.32) 68%, rgba(10, 8, 3, 0.08) 100%),
    linear-gradient(180deg, rgba(10, 8, 3, 0.08), rgba(10, 8, 3, 0.78)),
    url("assets/marketplace-fehu-showroom.webp") center / cover no-repeat;
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 24px;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.42), 0 26px 70px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: clamp(22px, 4vw, 48px);
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 650px) minmax(240px, 1fr);
  min-height: clamp(430px, 36vw, 560px);
  overflow: hidden;
  padding: clamp(28px, 4.4vw, 68px);
}

.marketplace-hero-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  max-width: 650px;
}

.marketplace-wordmark {
  color: #fff6e2;
  display: grid;
  gap: 2px;
  letter-spacing: 0.28em;
  margin: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 8px rgba(216, 174, 82, 0.78),
    0 0 24px rgba(216, 174, 82, 0.58),
    0 0 54px rgba(216, 174, 82, 0.42);
}

.marketplace-wordmark span {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6.4vw, 5.8rem);
  font-weight: 800;
  line-height: 0.82;
  -webkit-text-stroke: 1px rgba(236, 198, 112, 0.54);
}

.marketplace-wordmark small {
  color: #ffe9b6;
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 1.35vw, 1.35rem);
  font-weight: 800;
}

.marketplace-hero-copy h3 {
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.1vw, 3.45rem);
  line-height: 0.95;
  margin: 0;
}

.marketplace-hero-copy h3 em {
  background: linear-gradient(135deg, #d8ae52, #ecc670);
  -webkit-background-clip: text;
  background-clip: text;
  color: #d8ae52;
  font-style: normal;
  -webkit-text-fill-color: transparent;
}

.marketplace-hero-copy > p:not(.marketplace-wordmark) {
  color: var(--muted);
  font-size: 1rem;
  margin: 0;
}

.marketplace-hero-image {
  display: none;
}

.marketplace-search-demo {
  align-items: center;
  background: rgba(10, 8, 3, 0.7);
  border: 1px solid rgba(216, 174, 82, 0.24);
  border-radius: 999px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 680px;
  padding: 8px;
}

.marketplace-search-demo label,
.marketplace-search-demo input {
  min-width: 0;
  width: 100%;
}

.marketplace-search-demo input {
  background: transparent;
  border: 0;
  color: var(--text);
  font: 600 1rem var(--font-body);
  outline: 0;
  padding: 0 18px;
}

.marketplace-search-demo input::placeholder {
  color: rgba(255, 253, 247, 0.56);
}

.marketplace-search-demo button,
.marketplace-sell-strip .fehu-showcase-cta {
  background: linear-gradient(135deg, #b8923c, #d8ae52);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(216, 174, 82, 0.28);
  color: #fff;
  cursor: pointer;
  font: 900 0.95rem var(--font-body);
  padding: 13px 30px;
}

.marketplace-filter-chips,
.marketplace-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
}

.marketplace-filter-chips button,
.marketplace-filter-row button {
  align-items: center;
  background: rgba(24, 20, 10, 0.78);
  border: 1px solid rgba(216, 174, 82, 0.24);
  border-radius: 8px;
  color: rgba(255, 253, 247, 0.78);
  display: inline-flex;
  font: 700 0.86rem var(--font-body);
  gap: 16px;
  justify-content: space-between;
  min-width: 105px;
  padding: 10px 13px;
}

.marketplace-filter-chips span,
.marketplace-filter-row span {
  color: #ffdf95;
}

.marketplace-trust-row {
  border-top: 1px solid rgba(216, 174, 82, 0.18);
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 22px;
}

.marketplace-hero-copy > .marketplace-filter-chips {
  display: none;
}

.marketplace-filter-row {
  grid-column: 1 / -1;
  max-width: none;
  padding-top: 2px;
}

.marketplace-listing-row {
  scrollbar-width: none;
}

.marketplace-listing-row::-webkit-scrollbar {
  display: none;
}

.marketplace-trust-row span {
  align-items: center;
  color: rgba(255, 253, 247, 0.74);
  display: inline-flex;
  font-size: 0.88rem;
  gap: 10px;
}

.marketplace-trust-row svg,
.marketplace-sell-strip svg {
  fill: none;
  height: 22px;
  stroke: #ffd36c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 22px;
}

.marketplace-listings-head {
  align-items: center;
  display: flex;
  gap: 16px;
  grid-column: 1;
  justify-content: space-between;
}

.marketplace-listings-head h4 {
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  margin: 0;
}

.marketplace-listings-head div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.marketplace-listings-head a {
  color: #ecc670;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.marketplace-listing-row {
  display: grid;
  gap: 14px;
  grid-column: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 1680px) {
  .marketplace-listing-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.marketplace-listing-card {
  background: rgba(24, 20, 10, 0.76);
  border: 1px solid rgba(216, 174, 82, 0.25);
  border-radius: 14px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.marketplace-listing-card a {
  color: inherit;
  display: grid;
  text-decoration: none;
}

.marketplace-listing-card img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.marketplace-listing-card span {
  display: grid;
  gap: 5px;
  padding: 14px;
}

.marketplace-listing-card strong,
.marketplace-listing-card small,
.marketplace-listing-card b {
  overflow: hidden;
  text-overflow: ellipsis;
}

.marketplace-listing-card strong {
  color: var(--text);
  display: -webkit-box;
  font-size: 0.98rem;
  line-height: 1.15;
  min-height: 2.3em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.marketplace-listing-card small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
  white-space: nowrap;
}

.marketplace-listing-card b {
  color: #ffd36b;
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.marketplace-location::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  vertical-align: -1px;
  background: #ffd36c;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z"/></svg>') center/contain no-repeat;
}

.marketplace-heart {
  align-items: center;
  background: rgba(10, 8, 3, 0.68);
  border: 1px solid rgba(236, 198, 112, 0.44);
  border-radius: 999px;
  color: #ffeab8;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
  width: 34px;
}

.marketplace-heart:hover,
.marketplace-heart:focus-visible,
.marketplace-heart.is-saved {
  background: rgba(216, 174, 82, 0.9);
  color: #fff;
  transform: scale(1.06);
}

.marketplace-sidebar {
  align-self: start;
  display: grid;
  gap: 14px;
  grid-column: 2;
  grid-row: 5 / span 2;
}

.marketplace-side-card {
  background: linear-gradient(180deg, rgba(35, 28, 13, 0.84), rgba(18, 14, 6, 0.86));
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.04);
  display: grid;
  gap: 12px;
  padding: 18px;
}

.marketplace-side-card h4 {
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  margin: 0;
}

.marketplace-quick-action {
  align-items: center;
  color: var(--text);
  display: grid;
  gap: 2px 12px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 8px 0;
  position: relative;
  text-decoration: none;
}

.marketplace-quick-action::after {
  color: #ecc670;
  content: ">";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.marketplace-quick-action span {
  align-items: center;
  background: rgba(216, 174, 82, 0.16);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 10px;
  display: inline-flex;
  grid-row: span 2;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.marketplace-quick-action svg,
.marketplace-side-card > span svg {
  fill: none;
  height: 18px;
  stroke: #ffd36c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.marketplace-quick-action strong {
  font-size: 0.9rem;
  padding-right: 18px;
}

.marketplace-quick-action small,
.marketplace-stats-card span {
  color: var(--muted);
  font-size: 0.78rem;
}

.marketplace-stats-card {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketplace-stats-card h4,
.marketplace-testimonial p,
.marketplace-testimonial strong {
  grid-column: 1 / -1;
}

.marketplace-stats-card strong {
  color: #ffd36b;
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1;
}

.marketplace-testimonial p {
  color: rgba(255, 253, 247, 0.78);
  line-height: 1.55;
  margin: 0;
}

.marketplace-testimonial strong {
  color: var(--text);
  font-size: 0.9rem;
}

.marketplace-sell-strip {
  align-items: center;
  background: rgba(48, 37, 12, 0.56);
  border: 1px solid rgba(216, 174, 82, 0.25);
  border-radius: 18px;
  display: grid;
  gap: 18px;
  grid-column: 1;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 20px 24px;
}

.marketplace-sell-strip > span {
  align-items: center;
  background: rgba(216, 174, 82, 0.22);
  border-radius: 999px;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.marketplace-sell-strip strong {
  color: var(--text);
  display: block;
  font-size: 1.08rem;
  margin-bottom: 5px;
}

.marketplace-sell-strip p {
  color: var(--muted);
  margin: 0;
}

.showcase-live {
  bottom: clamp(26px, 4vw, 56px);
  position: absolute;
  right: clamp(26px, 4vw, 56px);
  width: min(560px, 46%);
  z-index: 1;
}

.showcase-live[hidden] {
  display: none;
}

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

.showcase-bike-card {
  background: rgba(24, 20, 10, 0.76);
  border: 1px solid rgba(216, 174, 82, 0.28);
  border-radius: 14px;
  color: var(--text);
  display: grid;
  min-height: 212px;
  overflow: hidden;
  text-decoration: none;
}

.showcase-bike-card img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.showcase-bike-card span {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.showcase-bike-card strong,
.showcase-bike-card small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.showcase-bike-card strong {
  display: -webkit-box;
  font-size: 0.92rem;
  line-height: 1.15;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.showcase-bike-card small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
  white-space: nowrap;
}

.showcase-parts-fitment,
.showcase-reid-community {
  background: rgba(24, 20, 10, 0.76);
  border: 1px solid rgba(216, 174, 82, 0.28);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.06), 0 18px 44px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 12px;
  padding: 16px;
}

.showcase-live-title {
  color: var(--text);
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
}

.showcase-fitment-row,
.showcase-community-row {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr);
}

.showcase-fitment-row i {
  align-items: center;
  background: rgba(242, 185, 51, 0.16);
  border: 1px solid rgba(242, 185, 51, 0.38);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-style: normal;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.showcase-fitment-row strong,
.showcase-community-row strong {
  color: var(--text);
  display: block;
  font-size: 0.92rem;
  line-height: 1.2;
}

.showcase-fitment-row small,
.showcase-community-row small {
  color: var(--muted);
  display: -webkit-box;
  font-size: 0.82rem;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.showcase-community-badge {
  align-self: start;
  background: rgba(216, 174, 82, 0.18);
  border: 1px solid rgba(216, 174, 82, 0.38);
  border-radius: 999px;
  color: #ffefca;
  font-size: 0.68rem;
  font-weight: 900;
  padding: 5px 7px;
  text-transform: uppercase;
}

.ownership-journey {
  border-top-color: rgba(216, 174, 82, 0.22);
  margin-top: 0;
  padding: clamp(22px, 3vw, 34px) clamp(10px, 2vw, 26px) 0;
}

.ownership-journey-header h3 {
  font-size: var(--type-h2);
  line-height: 1;
}

.ownership-journey ol {
  gap: clamp(16px, 2vw, 28px);
  overflow: visible;
  padding-bottom: 0;
}

.ownership-journey li {
  background: rgba(18, 15, 7, 0.72);
  border-color: rgba(216, 174, 82, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.05), 0 16px 36px rgba(0, 0, 0, 0.28);
  min-height: 132px;
  position: relative;
}

.ownership-journey li:not(:last-child)::after {
  border-top: 1px dashed rgba(216, 174, 82, 0.42);
  content: "";
  left: calc(100% + 4px);
  position: absolute;
  top: 50%;
  width: clamp(12px, 1.7vw, 26px);
}

.ownership-journey li > span {
  background: linear-gradient(135deg, #b8923c, #d8ae52);
  box-shadow: 0 0 18px rgba(216, 174, 82, 0.45);
}

.ownership-journey li > svg {
  fill: none;
  height: 30px;
  position: absolute;
  right: 16px;
  stroke: #ffd36c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  top: 16px;
  width: 30px;
}

.fehu-trust-bar {
  align-items: stretch;
  background: rgba(13, 10, 4, 0.72);
  border-color: rgba(216, 174, 82, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.05);
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.fehu-trust-bar span {
  align-items: center;
  display: grid;
  gap: 4px 16px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 22px clamp(16px, 2vw, 28px);
}

.fehu-trust-bar span + span {
  border-left: 1px solid rgba(216, 174, 82, 0.16);
}

.fehu-trust-bar svg {
  fill: none;
  grid-row: span 2;
  height: 32px;
  stroke: #ffd36c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 32px;
}

.fehu-trust-bar strong {
  color: #ffd36c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1;
  margin: 0;
}

.fehu-trust-bar small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .fehu-showcase-copy {
    max-width: min(600px, 62%);
  }

  .marketplace-panel-shell {
    grid-template-columns: 1fr;
  }

  .marketplace-listings-head,
  .marketplace-listing-row,
  .marketplace-sidebar,
  .marketplace-sell-strip {
    grid-column: 1;
    grid-row: auto;
  }

  .marketplace-listing-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nav-direct-link {
    background: rgba(255, 253, 247, 0.045);
    border: 1px solid rgba(255, 253, 247, 0.1);
    border-radius: 6px;
    font-size: clamp(14px, 4vw, 16px);
    min-height: 36px;
    padding: 0 8px;
    width: 100%;
  }

  .fehu-showcase-tabs {
    scroll-padding-inline: 12px;
  }

  .fehu-showcase-panel,
  .fehu-showcase-panel-wrap {
    min-height: 640px;
  }

  .fehu-showcase-panel {
    padding: 24px 18px;
  }

  .fehu-showcase-panel::after {
    background:
      linear-gradient(90deg, rgba(10, 8, 3, 0.98) 0%, rgba(10, 8, 3, 0.92) 58%, rgba(10, 8, 3, 0.55) 100%),
      linear-gradient(180deg, rgba(10, 8, 3, 0.18), rgba(10, 8, 3, 0.82));
  }

  .fehu-showcase-copy {
    max-width: none;
  }

  .marketplace-panel-shell {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .marketplace-topbar {
    align-items: stretch;
    display: grid;
    gap: 10px;
    padding: 12px;
  }

  .marketplace-topbar > div {
    gap: 16px;
    margin-inline: -12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 12px 2px;
    scrollbar-width: none;
  }

  .marketplace-topbar > div::-webkit-scrollbar {
    display: none;
  }

  .marketplace-topbar a {
    font-size: 0.84rem;
  }

  .marketplace-hero-grid {
    background:
      linear-gradient(180deg, rgba(10, 8, 3, 0.82) 0%, rgba(10, 8, 3, 0.94) 72%, rgba(10, 8, 3, 0.98) 100%),
      url("assets/marketplace-fehu-showroom.webp") center / cover no-repeat;
    grid-template-columns: 1fr;
    min-height: 540px;
    padding: 24px 18px;
  }

  .marketplace-hero-image {
    aspect-ratio: 16 / 9;
  }

  .marketplace-wordmark span {
    font-size: clamp(2.6rem, 18vw, 4.7rem);
  }

  .marketplace-hero-copy h3 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .marketplace-search-demo {
    border-radius: 18px;
    grid-template-columns: 1fr;
    max-width: none;
    padding: 10px;
  }

  .marketplace-search-demo input {
    min-height: 44px;
    padding: 0 12px;
  }

  .marketplace-search-demo button {
    min-height: 44px;
    width: 100%;
  }

  .marketplace-filter-chips,
  .marketplace-filter-row {
    display: flex;
    flex-wrap: nowrap;
    margin-inline: -18px;
    max-width: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 18px 4px;
    scrollbar-width: none;
  }

  .marketplace-filter-chips::-webkit-scrollbar,
  .marketplace-filter-row::-webkit-scrollbar {
    display: none;
  }

  .marketplace-filter-chips button,
  .marketplace-filter-row button {
    flex: 0 0 auto;
    min-width: 118px;
  }

  .marketplace-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketplace-trust-row span {
    align-items: flex-start;
    font-size: 0.82rem;
  }

  .marketplace-listings-head {
    align-items: flex-start;
    display: grid;
  }

  .marketplace-listings-head div {
    justify-content: flex-start;
  }

  .marketplace-listing-row {
    display: grid;
    grid-template-columns: 1fr;
    margin-inline: 0;
    overflow: visible;
    padding: 0;
  }

  .marketplace-listing-card {
    flex: initial;
    scroll-snap-align: start;
  }

  .marketplace-sidebar {
    grid-column: 1;
    grid-row: auto;
  }

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

  .marketplace-sell-strip {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .marketplace-sell-strip .fehu-showcase-cta {
    justify-content: center;
    width: 100%;
  }

  .showcase-bike-cards {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .showcase-live {
    bottom: auto;
    margin-top: 22px;
    position: relative;
    right: auto;
    width: auto;
  }

  .showcase-bike-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 112px;
  }

  .showcase-bike-card img {
    aspect-ratio: auto;
    height: 100%;
  }

  .showcase-parts-fitment,
  .showcase-reid-community {
    max-width: none;
  }

  .ownership-journey ol {
    gap: 14px;
    overflow-x: auto;
  }

  .ownership-journey li:not(:last-child)::after {
    display: none;
  }

  .fehu-trust-bar {
    grid-template-columns: 1fr;
  }

  .fehu-trust-bar span + span {
    border-left: 0;
    border-top: 1px solid rgba(216, 174, 82, 0.16);
  }
}

/* ============================================================
   Garage tab (garage-app.html) — dashboard from the GPT mockup:
   hero bike + add card, service history, receipts & documents,
   reminders, spend tracker, quick actions.
   ============================================================ */
.garage-dash {
  display: grid;
  gap: 20px;
  padding: 24px clamp(16px, 2vw, 36px) 56px;
}

.garage-row {
  display: grid;
  gap: 20px;
}

.garage-row-top {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 1.1fr);
}

.garage-row-bottom {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
}

.garage-panel,
.garage-hero-card,
.garage-add-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.05);
}

.garage-panel {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.garage-panel header {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.garage-panel h2 {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}

.garage-panel header button {
  background: rgba(216, 174, 82, 0.1);
  border: 1px solid rgba(216, 174, 82, 0.3);
  border-radius: 9px;
  color: var(--text);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 750;
  padding: 8px 13px;
  white-space: nowrap;
}

.garage-panel header button:hover {
  background: rgba(216, 174, 82, 0.24);
}

/* --- hero bike + add card --- */
.garage-bikes {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
}

.garage-hero-card {
  background:
    linear-gradient(180deg, rgba(10, 8, 3, 0.32) 0%, rgba(10, 8, 3, 0.06) 40%, rgba(10, 8, 3, 0.82) 100%),
    url("assets/garage/garage-hero-ktm.webp") 35% center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.garage-plate-flag {
  background: rgba(255, 205, 0, 0.92);
  border-radius: 7px;
  color: #1a1204;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 6px 10px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.garage-hero-copy small {
  color: rgba(249, 244, 232, 0.78);
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
}

.garage-hero-copy h1 {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--type-h1);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 4px 0 8px;
}

.garage-plate {
  color: #ffd87d;
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.garage-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.garage-pill {
  align-items: center;
  background: rgba(10, 8, 3, 0.72);
  border: 1px solid rgba(255, 253, 247, 0.18);
  border-radius: 9px;
  color: var(--text);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 6px;
  padding: 7px 11px;
}

.garage-pill svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.garage-pill-good {
  border-color: rgba(242, 185, 51, 0.44);
  color: var(--teal);
}

.garage-add-card {
  align-content: center;
  color: var(--text);
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.garage-add-card:hover {
  background: rgba(216, 174, 82, 0.08);
  border-color: rgba(216, 174, 82, 0.44);
}

.garage-add-card > span {
  align-items: center;
  border: 1px solid rgba(216, 174, 82, 0.4);
  border-radius: 999px;
  color: #ffd87d;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 300;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.garage-add-card strong {
  color: #ffd87d;
  font-size: 1rem;
}

.garage-add-card p {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
  max-width: 200px;
}

/* --- service history --- */
.garage-history ol {
  display: grid;
  flex: 1;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.garage-history li {
  border-left: 2px solid rgba(216, 174, 82, 0.28);
  display: grid;
  gap: 3px;
  margin-left: 7px;
  padding: 0 0 16px 18px;
  position: relative;
}

.garage-history li::before {
  background: rgba(18, 15, 8, 1);
  border: 2px solid #d8ae52;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: -7px;
  position: absolute;
  top: 2px;
  width: 10px;
}

.garage-history li small {
  color: var(--muted);
  font-size: 0.76rem;
}

.garage-history li strong {
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.3;
}

.garage-history li span {
  color: var(--muted);
  font-size: 0.8rem;
}

.garage-panel-footer {
  border: 1px solid rgba(216, 174, 82, 0.26);
  border-radius: 10px;
  color: #ffd87d;
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  margin-top: auto;
  padding: 11px;
  text-align: center;
  text-decoration: none;
}

.garage-panel-footer:hover {
  background: rgba(216, 174, 82, 0.12);
}

/* --- receipts & documents --- */
.garage-doc-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.garage-doc-grid a {
  align-content: start;
  background: rgba(255, 253, 247, 0.03);
  border: 1px solid rgba(216, 174, 82, 0.18);
  border-radius: 12px;
  color: var(--text);
  display: grid;
  gap: 6px;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.garage-doc-grid a.garage-doc-upload {
  align-content: center;
  justify-items: center;
  text-align: center;
}

.garage-doc-grid a:hover {
  background: rgba(216, 174, 82, 0.09);
  border-color: rgba(216, 174, 82, 0.4);
}

.garage-doc-thumb {
  aspect-ratio: 10 / 11;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  display: block;
  object-fit: cover;
  width: 100%;
}

.garage-doc-icon {
  align-items: center;
  background: rgba(216, 174, 82, 0.1);
  border-radius: 10px;
  color: #ffd87d;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.garage-doc-v5c {
  background: rgba(255, 92, 138, 0.14);
  color: #ff8fb0;
}

.garage-doc-icon svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 22px;
}

.garage-doc-grid strong {
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.25;
}

.garage-doc-grid small {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.garage-doc-upload {
  border-style: dashed !important;
}

/* --- reminders --- */
.garage-reminder {
  align-items: center;
  border: 1px solid;
  border-radius: 11px;
  display: grid;
  font-size: 0.9rem;
  font-weight: 750;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: 10px;
  padding: 13px 14px;
  text-decoration: none;
  transition: transform 0.15s ease;
}

.garage-reminder:hover {
  transform: translateX(2px);
}

.garage-reminder svg {
  display: block;
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.garage-reminder b {
  font-size: 1.15rem;
  font-weight: 700;
}

.garage-reminder-amber {
  background: rgba(255, 176, 32, 0.09);
  border-color: rgba(255, 176, 32, 0.34);
  color: #ffc966;
}

.garage-reminder-green {
  background: rgba(242, 185, 51, 0.07);
  border-color: rgba(242, 185, 51, 0.32);
  color: var(--teal);
}

.garage-reminder-red {
  background: rgba(255, 92, 92, 0.09);
  border-color: rgba(255, 92, 92, 0.36);
  color: #ff8f8f;
}

/* --- spend tracker --- */
.garage-spend-total {
  margin: 0 0 14px;
}

.garage-spend-total b {
  color: #ffd87d;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.garage-spend-total small {
  color: var(--muted);
  font-size: 0.85rem;
}

.garage-spend-chart {
  align-items: end;
  display: grid;
  flex: 1;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 170px;
}

.garage-spend-chart > div {
  display: grid;
  gap: 6px;
  grid-template-rows: minmax(40px, 1fr) auto auto;
  height: 100%;
  justify-items: center;
  text-align: center;
}

.garage-spend-chart i {
  align-self: end;
  background: linear-gradient(180deg, #d8ae52, #b8923c);
  border-radius: 6px 6px 2px 2px;
  display: block;
  width: min(58px, 80%);
}

.garage-spend-chart i.garage-bar-teal {
  background: linear-gradient(180deg, #f2b933, #b88a1d);
}

.garage-spend-chart strong {
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 750;
}

.garage-spend-chart small {
  color: var(--muted);
  font-size: 0.76rem;
}

/* --- quick actions --- */
.garage-actions a {
  align-items: center;
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 11px;
  color: var(--text);
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: 10px;
  padding: 10px 12px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.garage-actions a:hover {
  background: rgba(216, 174, 82, 0.09);
  border-color: rgba(216, 174, 82, 0.4);
}

.garage-actions a strong {
  font-size: 0.92rem;
}

.garage-actions .rider-marketplace-qa-icon,
.garage-actions .rider-marketplace-qa-chevron {
  grid-row: auto;
}

/* Mockup shows bare purple icons in the rows — no bordered squares. */
.garage-actions .rider-marketplace-qa-icon {
  background: transparent;
  border: 0;
  height: 26px;
  width: 26px;
}

.garage-actions .rider-marketplace-qa-icon svg {
  height: 21px;
  width: 21px;
}

.garage-qa-pound {
  font-size: 1.2rem;
  font-weight: 800;
}

/* --- responsive --- */
@media (max-width: 1280px) {
  .garage-row-top,
  .garage-row-bottom {
    grid-template-columns: minmax(0, 1fr);
  }

  .garage-bikes {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .garage-bikes {
    grid-template-columns: minmax(0, 1fr);
  }

  .garage-hero-card {
    min-height: 320px;
  }

  .garage-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garage-spend-chart {
    min-height: 140px;
  }
}

/* ============================================================
   Parts tab (parts-app.html) — fitment bar, category tiles,
   price-comparison results, OEM diagrams / insights sidebar.
   ============================================================ */
.parts-dash {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 2.6fr) minmax(300px, 1fr);
  padding: 24px clamp(16px, 2vw, 36px) 56px;
}

.parts-main {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.parts-sidebar {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
}

.parts-search-hero,
.gear-search-hero {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.94) 0%, rgba(10, 8, 3, 0.68) 27%, rgba(10, 8, 3, 0.08) 58%, rgba(10, 8, 3, 0.14) 100%),
    linear-gradient(180deg, transparent 22%, rgba(10, 8, 3, 0.6) 48%, rgba(10, 8, 3, 0.94) 68%, rgba(10, 8, 3, 1) 85%),
    url("assets/marketplace-hero-street.webp") center / cover no-repeat;
  overflow: hidden;
}

.parts-search-copy,
.gear-search-copy {
  max-width: 700px;
}

.parts-search-copy h1,
.gear-search-copy h1 {
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.58);
}

.parts-search-copy p,
.gear-search-copy p {
  max-width: 640px;
}

.parts-search-hero .parts-search,
.gear-search-hero .gear-search {
  margin-top: 28px;
  width: 100%;
}

.parts-search-hero .rider-marketplace-search label,
.gear-search-hero .rider-marketplace-search label {
  min-width: 0;
}

.parts-search-hero .rider-marketplace-search input,
.gear-search-hero .rider-marketplace-search input {
  min-width: 0;
}

.parts-dash:not(.gear-dash) > .parts-main > .parts-fitment,
.parts-dash:not(.gear-dash) > .parts-main > .parts-search,
.parts-dash:not(.gear-dash) > .parts-main > .parts-chips {
  display: none;
}

.parts-fitment {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 16px;
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 18px 22px;
}

.parts-fitment > img {
  border-radius: 12px;
  max-width: 230px;
  width: 26vw;
}

.parts-fitment-copy small {
  color: #ffd87d;
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.parts-fitment-copy h1 {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--type-h1);
  letter-spacing: -0.03em;
  margin: 6px 0 2px;
}

.parts-fitment-meta {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 10px;
}

.parts-fitment-match {
  align-items: center;
  color: var(--teal);
  display: flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 8px;
  margin: 0 0 4px;
}

.parts-fitment-match svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.parts-fitment-note {
  color: var(--muted);
  font-size: 0.84rem;
  margin: 0;
}

.parts-change-bike {
  align-self: start;
  color: #ffd87d;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.parts-change-bike:hover {
  text-shadow: 0 0 16px rgba(255, 216, 125, 0.4);
}

.parts-search {
  margin: 0;
}

.parts-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.parts-chips span {
  align-items: center;
  background: rgba(16, 13, 7, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 750;
  gap: 7px;
  padding: 8px 14px;
}

.parts-chips svg {
  fill: none;
  height: 14px;
  stroke: #ffd87d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.parts-live-dot {
  background: var(--teal);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(242, 185, 51, 0.8);
  display: inline-block;
  height: 8px;
  width: 8px;
}

.parts-cats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.parts-cats a {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  align-content: center;
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 12px;
  box-sizing: border-box;
  color: var(--text);
  display: grid;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 8px;
  height: 149px;
  justify-items: center;
  padding: 14px 6px;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.parts-cats a:hover {
  background: rgba(216, 174, 82, 0.1);
  border-color: rgba(216, 174, 82, 0.44);
}

.parts-cats svg {
  fill: none;
  height: 26px;
  stroke: #ffd87d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 26px;
}

.parts-results {
  display: grid;
  gap: 10px;
}

.parts-results article {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 14px;
  display: grid;
  gap: 16px;
  grid-template-columns: 118px minmax(0, 1.5fr) auto minmax(0, 1fr) auto;
  padding: 12px 16px;
}

.parts-results article > img:first-child {
  border-radius: 10px;
  width: 118px;
}

.parts-result-info {
  display: grid;
  gap: 4px;
}

.parts-result-info strong {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.3;
}

.parts-fits {
  align-items: center;
  color: var(--teal);
  display: flex;
  font-size: 0.8rem;
  font-weight: 750;
  gap: 6px;
}

.parts-fits svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.parts-stars {
  color: #c9a84c;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.parts-stars small {
  color: var(--muted);
  letter-spacing: 0;
}

.parts-result-price small {
  color: var(--muted);
  display: block;
  font-size: 0.72rem;
}

.parts-result-price b {
  color: #ffd87d;
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
}

.parts-result-price span {
  color: var(--muted);
  font-size: 0.76rem;
}

.parts-suppliers {
  justify-self: center;
  max-width: 200px;
  width: 100%;
}

.parts-result-actions {
  display: grid;
  gap: 8px;
  justify-items: stretch;
}

.parts-stock {
  align-items: center;
  background: rgba(242, 185, 51, 0.08);
  border: 1px solid rgba(242, 185, 51, 0.38);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  padding: 6px 12px;
}

.parts-stock i {
  background: var(--teal);
  border-radius: 999px;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.parts-result-actions a {
  background: rgba(216, 174, 82, 0.12);
  border: 1px solid rgba(216, 174, 82, 0.3);
  border-radius: 9px;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 750;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.parts-result-actions a:hover {
  background: rgba(216, 174, 82, 0.26);
}

.parts-trust {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.18);
  border-radius: 14px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 20px 24px;
}

.parts-trust span {
  align-items: center;
  display: grid;
  gap: 2px 16px;
  grid-template-columns: 40px minmax(0, 1fr);
}

.parts-trust svg {
  fill: none;
  grid-row: span 3;
  height: 34px;
  stroke: #ffd87d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 34px;
}

.parts-trust b {
  color: #ffd87d;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.parts-trust-green {
  color: var(--teal) !important;
}

.parts-trust strong {
  color: var(--text);
  font-size: 0.88rem;
}

.parts-trust small {
  color: var(--muted);
  font-size: 0.76rem;
}

.parts-oem-img {
  border-radius: 10px;
  width: 100%;
}

.parts-oem-note {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 12px 0 14px;
}

.parts-oem-btn {
  background: rgba(216, 174, 82, 0.14);
  border: 1px solid rgba(216, 174, 82, 0.34);
  border-radius: 10px;
  color: var(--text);
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 11px;
  text-align: center;
  text-decoration: none;
}

.parts-oem-btn:hover {
  background: rgba(216, 174, 82, 0.28);
}

.parts-insights {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 14px;
}

.parts-insights small {
  color: var(--muted);
  display: block;
  font-size: 0.7rem;
  margin-bottom: 3px;
}

.parts-insights b {
  color: #ffd87d;
  font-size: 1.05rem;
  font-weight: 900;
}

.parts-chart-img {
  border-radius: 10px;
  width: 100%;
}

.parts-recent {
  align-items: center;
  color: var(--text);
  display: grid;
  gap: 12px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  padding: 10px 0;
  text-decoration: none;
}

.parts-recent + .parts-recent {
  border-top: 1px solid rgba(216, 174, 82, 0.12);
}

.parts-recent img {
  border-radius: 8px;
  width: 52px;
}

.parts-recent span {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
}

.parts-recent b {
  color: #ffd87d;
  font-size: 0.92rem;
}

.parts-alerts h2 {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.parts-alerts h2 svg {
  fill: none;
  height: 17px;
  stroke: #ffd87d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.parts-alerts p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

.parts-toggle {
  background: rgba(255, 253, 247, 0.12);
  border: 1px solid rgba(255, 253, 247, 0.2);
  border-radius: 999px;
  cursor: pointer;
  height: 26px;
  padding: 2px;
  position: relative;
  transition: background 0.2s ease;
  width: 48px;
}

.parts-toggle i {
  background: #fff;
  border-radius: 999px;
  display: block;
  height: 20px;
  left: 3px;
  position: absolute;
  top: 2px;
  transition: left 0.2s ease;
  width: 20px;
}

.parts-toggle.is-on {
  background: linear-gradient(135deg, #d8ae52, #b8923c);
  border-color: rgba(216, 174, 82, 0.6);
}

.parts-toggle.is-on i {
  left: 24px;
}

@media (max-width: 1280px) {
  .parts-dash {
    grid-template-columns: minmax(0, 1fr);
  }

  .parts-cats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .parts-search-hero,
  .gear-search-hero {
    background:
      linear-gradient(180deg, rgba(10, 8, 3, 0.94) 0%, rgba(10, 8, 3, 0.7) 48%, rgba(10, 8, 3, 0.9) 100%),
      url("assets/marketplace-hero-street.webp") 72% center / cover no-repeat;
    min-height: 560px;
    padding: 42px 34px 30px 18px;
  }

  .parts-search-copy,
  .gear-search-copy {
    width: 100%;
    max-width: 560px;
  }

  .parts-results article {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .parts-results article > img:first-child {
    width: 96px;
  }

  .parts-result-price,
  .parts-result-actions {
    grid-column: 2;
  }

  .parts-suppliers {
    display: none;
  }

  .parts-trust {
    grid-template-columns: minmax(0, 1fr);
  }

  .parts-fitment {
    grid-template-columns: minmax(0, 1fr);
  }

  .parts-fitment > img {
    max-width: 280px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .parts-search-hero,
  .gear-search-hero {
    min-height: 520px;
  }

  .parts-search-hero .rider-marketplace-search,
  .gear-search-hero .rider-marketplace-search {
    box-sizing: border-box;
    margin-right: 0;
    max-width: calc(100vw - 52px);
    width: calc(100vw - 52px);
    grid-template-columns: minmax(0, 1fr);
  }

  .parts-search-hero .rider-marketplace-search button,
  .gear-search-hero .rider-marketplace-search button {
    min-height: 50px;
    width: 100%;
  }

  .parts-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .parts-cats a {
    height: auto;
  }
}

/* ============================================================
   Gear tab (gear-app.html) — sizes bar, product grid with
   safety badges, kit checklist sidebar. Reuses parts-* scaffold.
   ============================================================ */
.gear-sizes {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 16px;
  display: grid;
  gap: 8px 20px;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  padding: 18px 22px;
}

.gear-sizes-avatar {
  align-items: center;
  background: rgba(216, 174, 82, 0.1);
  border: 1px solid rgba(216, 174, 82, 0.3);
  border-radius: 999px;
  color: #ffd87d;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.gear-sizes-avatar svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 24px;
}

.gear-sizes-copy small {
  color: #ffd87d;
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gear-sizes-list {
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 4px 0 2px;
}

.gear-sizes-note {
  color: var(--muted);
  font-size: 0.82rem;
  margin: 0;
}

.gear-sizes-saved {
  align-items: center;
  color: var(--teal);
  display: flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
}

.gear-sizes-saved svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

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

.gear-grid article {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 14px;
  display: grid;
  gap: 12px 14px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 14px;
}

.gear-grid article > img {
  border-radius: 10px;
  width: 100%;
}

.gear-card-info {
  display: grid;
  align-content: start;
  gap: 6px;
}

.gear-card-info small {
  color: #ffd87d;
  font-size: 0.76rem;
  font-weight: 800;
}

.gear-card-info strong {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.25;
}

.gear-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gear-badges i {
  background: rgba(242, 185, 51, 0.07);
  border: 1px solid rgba(242, 185, 51, 0.36);
  border-radius: 7px;
  color: var(--teal);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  padding: 4px 8px;
  white-space: nowrap;
}

.gear-price {
  margin-top: 2px;
}

.gear-price small {
  color: var(--muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
}

.gear-price b {
  color: #ffd87d;
  display: block;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.15;
}

.gear-card-foot {
  align-items: center;
  border-top: 1px solid rgba(216, 174, 82, 0.14);
  display: flex;
  gap: 10px;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 12px;
}

.gear-stock {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 6px;
}

.gear-stock svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.gear-card-foot > a {
  background: rgba(216, 174, 82, 0.12);
  border: 1px solid rgba(216, 174, 82, 0.3);
  border-radius: 9px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 750;
  padding: 7px 11px;
  text-decoration: none;
  white-space: nowrap;
}

.gear-card-foot > a:hover {
  background: rgba(216, 174, 82, 0.26);
}

.gear-safety-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.gear-sharp-stars {
  color: var(--teal);
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin: 0 0 6px;
  text-shadow: 0 0 16px rgba(242, 185, 51, 0.4);
}

.gear-ce-levels {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gear-ce-levels li {
  align-items: center;
  color: var(--muted);
  display: grid;
  font-size: 0.84rem;
  gap: 12px;
  grid-template-columns: 46px minmax(0, 1fr);
}

.gear-ce-levels b {
  background: rgba(255, 253, 247, 0.06);
  border: 1px solid rgba(255, 253, 247, 0.16);
  border-radius: 7px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 850;
  padding: 5px 0;
  text-align: center;
}

.gear-kit-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.gear-kit-list li {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 10px;
}

.gear-kit-list li.is-done {
  color: var(--text);
}

.gear-kit-list svg {
  fill: none;
  height: 18px;
  stroke: rgba(249, 244, 232, 0.4);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.gear-kit-list li.is-done svg {
  stroke: var(--teal);
}

.gear-kit-progress {
  background: rgba(255, 253, 247, 0.08);
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
}

.gear-kit-progress i {
  background: linear-gradient(90deg, #f2b933, #b88a1d);
  border-radius: 999px;
  display: block;
  height: 100%;
  width: 50%;
}

.gear-kit-note {
  color: var(--muted);
  font-size: 0.82rem;
  margin: 10px 0 0;
}

@media (max-width: 1280px) {
  .gear-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .gear-sizes {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .gear-sizes-saved,
  .gear-sizes ~ * {
    grid-column: auto;
  }

}

@media (max-width: 640px) {
  .gear-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ============================================================
   Deals tab (deals-app.html) — featured partner hero with live
   countdown, deal card grid, partner CTA sidebar. Teal is used
   only for trust/savings signals per the trust-colour rule.
   ============================================================ */
.deals-hero {
  background:
    linear-gradient(180deg, rgba(4, 3, 1, 0.02) 0%, rgba(4, 3, 1, 0.12) 58%, rgba(4, 3, 1, 0.72) 100%),
    url("assets/deals/deals-hero-showcase.webp") center / cover no-repeat;
  border: 1px solid rgba(216, 174, 82, 0.24);
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  min-height: clamp(460px, 33.5vw, 560px);
  overflow: hidden;
  position: relative;
}

.deals-hero-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  justify-items: start;
  padding: 22px 6px 22px 26px;
  position: relative;
  z-index: 1;
}

.deals-hero-ribbon {
  background: linear-gradient(135deg, #f2b933, #b88a1d);
  border-radius: 999px;
  color: #211804;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  padding: 7px 16px;
  text-transform: uppercase;
}

.deals-hero-brand {
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.6));
  max-width: 230px;
  width: 46%;
}

.deals-hero h1 {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--type-h1);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
}

.deals-hero h1 small {
  color: var(--muted);
  display: block;
  font-size: 0.62em;
  font-weight: 600;
  margin-top: 4px;
}

.deals-hero-chips {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.deals-exclusive {
  border: 1px solid rgba(242, 185, 51, 0.5);
  border-radius: 9px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  padding: 8px 14px;
  text-transform: uppercase;
}

.deals-code {
  align-items: center;
  background: rgba(255, 253, 247, 0.05);
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: 9px;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 850;
  gap: 8px;
  letter-spacing: 0.12em;
  padding: 8px 14px;
}

.deals-code svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.deals-code.is-copied {
  border-color: rgba(242, 185, 51, 0.6);
  color: var(--teal);
}

.deals-hero-countdown {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 4px;
}

.deals-hero-clock {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 8px;
}

.deals-hero-clock svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.deals-hero-countdown [data-count] {
  display: grid;
  justify-items: center;
}

.deals-hero-countdown [data-count] b {
  color: var(--text);
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.deals-hero-countdown [data-count] small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deals-hero-v2 .deals-hero-countdown {
  backdrop-filter: blur(18px);
  background: rgba(8, 6, 3, 0.72);
  border: 1px solid rgba(216, 174, 82, 0.28);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  margin: 0;
  padding: 12px 16px;
}

.deals-hero-photo {
  height: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 26%);
  mask-image: linear-gradient(90deg, transparent, #000 26%);
  object-fit: cover;
  width: 100%;
}

.deals-hero-claim {
  background: linear-gradient(135deg, #d8ae52, #b8923c);
  border-radius: 12px;
  bottom: 22px;
  box-shadow: 0 10px 30px rgba(237, 183, 58, 0.45);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 13px 26px;
  position: absolute;
  right: 24px;
  text-decoration: none;
}

.deals-hero-claim:hover {
  filter: brightness(1.12);
}

.deals-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.deals-bike-pill {
  align-items: center;
  background: rgba(16, 13, 7, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.26);
  border-radius: 999px;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 750;
  gap: 9px;
  padding: 9px 16px;
}

.deals-bike-pill svg {
  fill: none;
  height: 16px;
  stroke: #ffd87d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 16px;
}

.deals-bike-pill > span {
  color: var(--muted);
}

.deals-filters a {
  background: rgba(16, 13, 7, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 750;
  padding: 9px 18px;
  text-decoration: none;
}

.deals-filters a:hover {
  border-color: rgba(216, 174, 82, 0.5);
}

.deals-filters a.is-active {
  background: linear-gradient(135deg, #d8ae52, #b8923c);
  border-color: transparent;
  color: #fff;
}

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

.deals-grid article {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 14px;
  display: grid;
  gap: 12px 14px;
  grid-template-columns: 108px minmax(0, 1fr);
  padding: 14px;
}

.deals-thumb {
  position: relative;
}

.deals-thumb img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

.deals-off {
  background: linear-gradient(135deg, #f2b933, #b88a1d);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  color: #211804;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  padding: 4px 9px;
  position: absolute;
  right: -8px;
  top: 8px;
  white-space: nowrap;
}

.deals-card-info {
  align-content: start;
  display: grid;
  gap: 4px;
}

.deals-card-logo {
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.5));
  height: 22px;
  justify-self: end;
  object-fit: contain;
}

.deals-card-info strong {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.25;
}

.deals-card-info small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.deals-verified {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 750;
  gap: 6px;
}

.deals-verified svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.deals-grid footer {
  align-items: center;
  border-top: 1px solid rgba(216, 174, 82, 0.14);
  color: var(--muted);
  display: flex;
  font-size: 0.78rem;
  gap: 10px;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 11px;
}

.deals-code-chip {
  border: 1px solid rgba(242, 185, 51, 0.45);
  border-radius: 8px;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 5px 11px;
}

.deals-partner h2 {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.deals-partner h2 svg {
  fill: none;
  flex-shrink: 0;
  height: 22px;
  stroke: #ffd87d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 22px;
}

.deals-partner-lead {
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 6px;
}

.deals-partner-copy {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0 0 14px;
}

.deals-partner-btn {
  background: linear-gradient(135deg, #d8ae52, #b8923c);
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.deals-partner-btn:hover {
  filter: brightness(1.12);
}

.deals-partner-perks {
  border-top: 1px solid rgba(216, 174, 82, 0.14);
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 14px 0 0;
  padding: 14px 0 0;
}

.deals-partner-perks li {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.8rem;
  font-weight: 650;
  gap: 10px;
}

.deals-partner-perks svg {
  fill: none;
  flex-shrink: 0;
  height: 16px;
  stroke: #ffd87d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 16px;
}

.deals-ending {
  align-items: center;
  color: var(--text);
  display: grid;
  gap: 12px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  padding: 10px 0;
  text-decoration: none;
}

.deals-ending + .deals-ending {
  border-top: 1px solid rgba(216, 174, 82, 0.12);
}

.deals-ending img {
  border-radius: 8px;
  width: 48px;
}

.deals-ending strong {
  display: block;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.25;
}

.deals-ending small {
  color: var(--muted);
  font-size: 0.74rem;
}

.deals-timer {
  color: var(--teal);
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media (max-width: 1280px) {
  .deals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .deals-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .deals-hero-copy {
    padding: 20px 20px 4px;
  }

  .deals-hero-photo {
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 22%);
    mask-image: linear-gradient(180deg, transparent, #000 22%);
    max-height: 230px;
  }

  .deals-hero-claim {
    bottom: 16px;
    right: 16px;
  }

  .deals-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Parts rows open a product lightbox (same pattern as marketplace bikes).
   Narrower panel than the bike one — product thumbs are smaller sources. */
.parts-results article,
.gear-grid article {
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.parts-results article:hover,
.gear-grid article:hover {
  border-color: rgba(242, 185, 51, 0.55);
  box-shadow: 0 0 22px rgba(242, 185, 51, 0.22);
}

.parts-lightbox figcaption .gear-stock {
  margin-top: 6px;
}

/* OEM diagrams explainer popup (garage quick action) */
.oem-pop {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.05), rgba(255, 253, 247, 0.015)),
    rgba(18, 15, 8, 0.98);
  border: 1px solid rgba(216, 174, 82, 0.3);
  border-radius: 18px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.65), 0 0 60px rgba(216, 174, 82, 0.14);
  display: grid;
  gap: 16px;
  max-height: calc(100vh - 48px);
  max-width: min(520px, 100%);
  opacity: 0;
  overflow-y: auto;
  padding: 24px;
  position: relative;
  transform: scale(0.92);
  transition: opacity 0.22s ease, transform 0.22s ease;
  width: 100%;
}

.rider-marketplace-lightbox.is-open .oem-pop {
  opacity: 1;
  transform: scale(1);
}

.oem-pop-head {
  align-items: center;
  display: flex;
  gap: 14px;
  padding-right: 44px;
}

.oem-pop-icon {
  align-items: center;
  background: rgba(216, 174, 82, 0.12);
  border: 1px solid rgba(216, 174, 82, 0.32);
  border-radius: 12px;
  color: #ffd87d;
  display: inline-flex;
  flex-shrink: 0;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.oem-pop-icon svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 24px;
}

.oem-pop-head h2 {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  margin: 0;
}

.oem-pop-head p {
  color: #ffd87d;
  font-size: 0.9rem;
  font-weight: 750;
  margin: 3px 0 0;
}

.oem-pop-img {
  border: 1px solid rgba(216, 174, 82, 0.18);
  border-radius: 12px;
  width: 100%;
}

.oem-pop-steps {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.oem-pop-steps li {
  align-items: center;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  gap: 8px;
}

.oem-pop-steps li b {
  align-items: center;
  background: rgba(216, 174, 82, 0.14);
  border: 1px solid rgba(216, 174, 82, 0.36);
  border-radius: 999px;
  color: #ffd87d;
  display: inline-flex;
  font-size: 0.78rem;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.oem-pop-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.oem-pop-list li {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.88rem;
  gap: 10px;
  line-height: 1.4;
}

.oem-pop-list svg {
  fill: none;
  flex-shrink: 0;
  height: 17px;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.oem-pop-matched {
  align-items: center;
  border-top: 1px solid rgba(216, 174, 82, 0.14);
  color: var(--teal);
  display: flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 9px;
  margin: 0;
  padding-top: 14px;
}

.oem-pop-matched svg {
  fill: none;
  flex-shrink: 0;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.oem-pop-btn {
  background: linear-gradient(135deg, #d8ae52, #b8923c);
  border-radius: 12px;
  color: #fff;
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 13px;
  text-align: center;
  text-decoration: none;
}

.oem-pop-btn:hover {
  filter: brightness(1.12);
}

/* ============================================================
   Homepage v3 (index.html) — full-bleed night-street hero with
   overlaid copy, tab links in the header, image-backed cards.
   ============================================================ */
.home-header {
  justify-content: center;
}

.home-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  left: clamp(14px, 3vw, 48px);
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}

.home-brand-word {
  color: #ffd87d;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-nav {
  display: flex;
  gap: clamp(4px, 1.4vw, 18px);
}

.home-nav a {
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 650;
  padding: 9px 17px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-nav a:hover,
.home-nav a:focus-visible {
  border-color: rgba(255, 216, 125, 0.6);
  box-shadow: 0 0 16px rgba(216, 174, 82, 0.28);
}

.home-hero {
  align-items: center;
  display: flex;
  min-height: max(560px, calc(100svh - 148px));
  overflow: hidden;
  padding: calc(96px + clamp(30px, 4vw, 60px)) clamp(18px, 5vw, 72px) clamp(36px, 5vw, 64px);
  position: relative;
}

.home-hero-bg {
  background: url("assets/home-hero-sunset.webp?v=20260712") center / cover no-repeat;
  inset: 0;
  position: absolute;
}

.home-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.66), rgba(10, 8, 3, 0.12) 52%, rgba(10, 8, 3, 0.16)),
    linear-gradient(180deg, rgba(10, 8, 3, 0.32), transparent 24%, transparent 74%, #0a0803);
  content: "";
  inset: 0;
  position: absolute;
}

.home-hero-content {
  max-width: 700px;
  position: relative;
}

.home-hero-content .eyebrow {
  color: #d8ae52;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 850;
  letter-spacing: 0.24em;
  margin: 0 0 18px;
  text-align: center;
  text-transform: uppercase;
}

.home-hero-content h1 {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(38px, 3.4vw, 64px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.08;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.home-hero-content h1 span {
  color: #d8ae52;
  display: block;
}

.home-hero-copy {
  color: rgba(240, 232, 216, 0.88);
  font-size: var(--type-lead);
  line-height: 1.6;
  margin: 0;
  max-width: 560px;
}

.home-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 clamp(18px, 5vw, 72px) clamp(48px, 6vw, 84px);
}

.home-card {
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: clamp(240px, 20vw, 320px);
  overflow: hidden;
  padding: 26px 28px;
  position: relative;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-card::before {
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  transition: transform 0.35s ease;
}

.home-card::after {
  background: linear-gradient(180deg, rgba(10, 8, 3, 0.72), rgba(10, 8, 3, 0.28) 55%, rgba(10, 8, 3, 0.45));
  content: "";
  inset: 0;
  position: absolute;
}

.home-card-rider::before {
  background-image: url("assets/cta-rider-app.webp");
}

.home-card-business::before {
  background-image: url("assets/cta-business-portal.webp");
}

.home-card-reid::before {
  background-image: url("assets/cta-reid.webp");
}

.home-card:hover {
  border-color: rgba(255, 216, 125, 0.55);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(216, 174, 82, 0.16);
  transform: translateY(-4px);
}

.home-card:hover::before {
  transform: scale(1.04);
}

.home-card > span {
  color: #ffd87d;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.home-card-business > span {
  color: var(--teal);
}

.home-card strong {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 1.9vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  max-width: 320px;
  position: relative;
  z-index: 1;
}

.home-card-tail {
  white-space: nowrap;
}

.home-card strong i {
  font-style: normal;
  transition: transform 0.25s ease;
  display: inline-block;
}

.home-card:hover strong i {
  transform: translateX(6px);
}

/* "Explore FEHU your way" section — three tall scene cards + trust bar */
.home-explore {
  display: grid;
  gap: clamp(22px, 2.6vw, 36px);
  padding: clamp(26px, 3.5vw, 52px) clamp(18px, 5vw, 72px) clamp(48px, 6vw, 84px);
}

.home-explore-head h2 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h2);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.home-explore-teal {
  color: var(--teal);
}

.home-explore-purple {
  color: #f5dca3;
}

.home-explore-head p {
  color: var(--muted);
  font-size: var(--type-body);
  margin: 0;
}

.home-explore-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-x-card {
  border: 1px solid rgba(216, 174, 82, 0.24);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  min-height: clamp(420px, 34vw, 600px);
  overflow: hidden;
  padding: 26px 26px 24px;
  position: relative;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-x-card::before {
  background-position: center top;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  transition: transform 0.35s ease;
}

.home-x-card::after {
  background: linear-gradient(180deg, rgba(10, 8, 3, 0.05) 40%, rgba(10, 8, 3, 0.62) 70%, rgba(10, 8, 3, 0.9));
  content: "";
  inset: 0;
  position: absolute;
}

.home-x-rider::before {
  background-image: url("assets/home/explore-rider.webp");
}

.home-x-business::before {
  background-image: url("assets/home/explore-business.webp");
}

.home-x-reid::before {
  background-image: url("assets/home/explore-reid.webp");
}

.home-x-card:hover {
  border-color: rgba(255, 216, 125, 0.55);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(216, 174, 82, 0.16);
  transform: translateY(-4px);
}

.home-x-card:hover::before {
  transform: scale(1.03);
}

.home-x-card > * {
  position: relative;
  z-index: 1;
}

.home-x-card > span {
  color: #ffd87d;
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  font-weight: 850;
  letter-spacing: 0.065em;
  line-height: 0.98;
  text-transform: uppercase;
  overflow-wrap: normal;
  white-space: nowrap;
}

/* Reið is a wordmark — keep its ð lowercase, never REIÐ */
.home-x-reid > span {
  letter-spacing: 0.03em;
  text-transform: none;
}

.home-x-card strong {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.35;
  max-width: 340px;
}

.home-x-card small {
  color: rgba(249, 244, 232, 0.78);
  font-size: 0.86rem;
}

.home-x-card em {
  align-items: center;
  color: #ffd87d;
  display: inline-flex;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 750;
  gap: 8px;
  margin-top: 12px;
}

.home-x-card em i {
  font-style: normal;
  transition: transform 0.25s ease;
}

.home-x-card:hover em i {
  transform: translateX(6px);
}

.home-trustbar {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.18);
  border-radius: 14px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 20px 26px;
}

.home-trustbar span {
  align-items: center;
  display: grid;
  gap: 2px 16px;
  grid-template-columns: 42px minmax(0, 1fr);
}

.home-trustbar svg {
  fill: none;
  grid-row: span 2;
  height: 34px;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 34px;
}

.home-trustbar b {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 800;
}

.home-trustbar small {
  color: var(--muted);
  font-size: 0.82rem;
}

@media (max-width: 1000px) {
  .home-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-card {
    min-height: 210px;
  }

  .home-explore-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-x-card {
    min-height: 420px;
  }

  .home-trustbar {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .home-nav {
    display: none;
  }

  .home-hero {
    min-height: 0;
    padding-top: calc(96px + 26px);
  }

  .home-hero-content h1 {
    font-size: clamp(34px, 8.8vw, 40px);
  }

  .home-hero-copy {
    font-size: var(--type-lead-mobile);
  }
}

.parts-lightbox figure {
  max-width: min(620px, 100%);
}

.parts-lightbox .rider-marketplace-lightbox-media img {
  margin: 0 auto;
  max-height: 52vh;
  max-width: 460px;
}

.parts-lightbox figcaption .parts-fits {
  margin-top: 6px;
}

/* ---- Home v3: sunset hero + pillar strip ---- */

.home-header {
  border-bottom: 1px solid rgba(216, 174, 82, 0.22);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

@media (min-width: 1501px) {
  .home-header {
    padding-left: 168px;
    padding-right: 168px;
  }
}

.home-header .home-nav-center {
  grid-column: 2;
}

.home-header .home-header-cta {
  grid-column: 3;
  justify-self: end;
}

.home-nav-center {
  align-items: center;
  display: grid;
  gap: clamp(14px, 1.8vw, 28px);
  grid-template-columns: 1fr auto 1fr;
}

.home-nav-side {
  align-items: center;
  display: flex;
  gap: clamp(14px, 1.8vw, 28px);
}

.home-nav-side-l {
  justify-content: flex-end;
}

.home-nav-center a {
  color: rgba(255, 253, 247, 0.85);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.home-nav-center a:hover {
  color: #ecc670;
}

.home-nav-lockup {
  align-items: center;
  border-left: 1px solid rgba(216, 174, 82, 0.38);
  border-right: 1px solid rgba(216, 174, 82, 0.38);
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 clamp(18px, 2.4vw, 34px);
}

.home-nav-rune {
  display: inline-flex;
  filter: drop-shadow(0 0 10px rgba(216, 174, 82, 0.4));
  transition: filter 0.2s ease;
}

.home-nav-lockup:hover .home-nav-rune {
  filter: drop-shadow(0 0 16px rgba(236, 198, 112, 0.75));
}

.home-nav-rune svg {
  fill: none;
  height: 42px;
  stroke-linecap: round;
  stroke-width: 4.6;
  width: 42px;
}

.home-nav-center a.home-nav-lockup .home-nav-lockup-word {
  color: #d8ae52;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-right: -0.3em;
  text-transform: uppercase;
}

.home-cta-btn {
  align-items: center;
  background: rgba(216, 174, 82, 0.05);
  border: 1px solid rgba(216, 174, 82, 0.8);
  border-radius: 7px;
  color: #e2bd63;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 18px;
  justify-content: space-between;
  letter-spacing: 0.14em;
  padding: 19px 26px;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-cta-btn span {
  font-size: 19px;
  line-height: 1;
}

.home-cta-btn:hover {
  background: rgba(242, 185, 51, 0.08);
  border-color: var(--teal);
  box-shadow: 0 0 22px rgba(242, 185, 51, 0.35);
  color: var(--teal);
  transform: translateY(-1px);
}

.home-header-cta {
  font-size: 13px;
  padding: 12px 20px;
}

.home-header-cta span {
  font-size: 17px;
}

.home-hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 34px;
  width: min(420px, 100%);
}

.home-hero-ctas .home-cta-btn {
  font-size: clamp(17px, 1.2vw, 18px);
  padding: 24px 34px;
}

.home-pillars {
  background: #0a0803;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(12px, 3vw, 40px);
}

.home-pillars a {
  align-items: center;
  display: flex;
  gap: 18px;
  padding: clamp(22px, 2.4vw, 34px) clamp(14px, 1.8vw, 28px);
  transition: background 0.2s ease;
}

.home-pillars a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.home-pillars a:hover {
  background: rgba(216, 174, 82, 0.08);
}

.home-pillars svg {
  fill: none;
  flex: 0 0 auto;
  height: 42px;
  stroke: #d8ae52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 42px;
}

.home-pillars b {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-pillars small {
  color: #b3aa9a;
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 5px;
}

@media (max-width: 1180px) {
  .home-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-pillars a + a {
    border-left: 0;
  }

  .home-pillars a:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  .home-pillars a:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 1240px) {
  .home-nav-center,
  .home-nav-side {
    gap: 14px;
  }

  .home-nav-center a {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .home-nav-lockup {
    padding: 0 16px;
  }
}

@media (max-width: 940px) {
  .home-nav-center {
    grid-template-columns: auto;
  }

  .home-nav-side {
    display: none;
  }

  .home-nav-lockup {
    border-left: 0;
    border-right: 0;
    padding: 0;
  }
}

@media (max-width: 700px) {
  .home-header-cta {
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 10px 14px;
  }

  .home-hero {
    min-height: 0;
  }

  .home-hero-content h1 {
    font-size: clamp(34px, 8.8vw, 40px);
  }

  .home-hero-ctas {
    margin-top: 26px;
  }

  .home-pillars {
    grid-template-columns: 1fr;
  }

  .home-pillars a {
    padding: 18px 6px;
  }

  .home-pillars a:nth-child(even) {
    border-left: 0;
  }

  .home-pillars a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}


/* ---- Phone hamburger nav (all site-v2 pages, <=700px) ---- */

.home-menu-btn,
.home-menu-user {
  display: none;
}

.home-menu-drawer {
  background: #0a0803;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(216, 174, 82, 0.3);
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 60;
}

@media (max-width: 700px) {
  .home-menu-btn {
    align-items: center;
    background: none;
    border: none;
    color: #e2bd63;
    cursor: pointer;
    display: inline-flex;
    left: 10px;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-menu-btn svg {
    fill: none;
    height: 26px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
    width: 26px;
  }

  .home-menu-user {
    align-items: center;
    border: 1px solid rgba(216, 174, 82, 0.5);
    border-radius: 10px;
    color: #e2bd63;
    display: inline-flex;
    padding: 9px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-menu-user svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 20px;
  }

  .home-header-cta {
    display: none;
  }

  .home-menu-drawer:not([hidden]) {
    display: grid;
  }

  .home-menu-drawer a {
    border-top: 1px solid rgba(216, 174, 82, 0.14);
    color: #f7f3ea;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 15px 22px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .home-menu-drawer a:first-child {
    border-top: 0;
  }

  .home-menu-drawer a:active,
  .home-menu-drawer a:hover {
    background: rgba(216, 174, 82, 0.1);
    color: #ecc670;
  }

  .home-menu-sep {
    border-top: 1px solid rgba(216, 174, 82, 0.4);
    display: block;
  }

  .home-menu-signin {
    color: #e2bd63 !important;
  }
}

@media (max-width: 700px) {
  .home-hero {
    align-items: stretch;
    min-height: max(620px, calc(100svh - 88px));
  }

  .home-hero-content {
    display: flex;
    flex-direction: column;
  }

  .home-hero-ctas {
    margin-top: auto;
    padding-top: 34px;
  }

  .home-hero-bg {
    background: url("assets/home-hero-castle-phone.webp") top center / cover no-repeat;
  }

  .home-hero-bg::after {
    background:
      linear-gradient(90deg, rgba(10, 8, 3, 0.6), rgba(10, 8, 3, 0.24) 55%, rgba(10, 8, 3, 0.08)),
      linear-gradient(180deg, rgba(10, 8, 3, 0.5), transparent 22%, transparent 68%, #0a0803);
  }

  .home-hero-ctas a:first-child {
    background: linear-gradient(135deg, #ecc670, #c69a3e);
    border-color: transparent;
    color: #1a1204;
    justify-content: center;
  }

  .home-hero-ctas a:first-child span {
    margin-left: 4px;
  }

  .home-hero-ctas a:last-child {
    justify-content: center;
  }

  .home-hero-ctas a:last-child span {
    display: none;
  }

  .home-pillars {
    background: #070502;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 24px 18px 34px;
  }

  .home-pillars a {
    border: 1px solid rgba(216, 174, 82, 0.3) !important;
    border-radius: 14px;
    padding: 20px 40px 20px 18px;
    position: relative;
  }

  .home-pillars a::after {
    color: #e2bd63;
    content: "\203A";
    font-size: 26px;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}


/* ---- Phone tab dropdown: strip collapses to current-page pill ---- */

@media (max-width: 700px) {
  .rider-marketplace-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .rider-marketplace-nav > .rider-marketplace-utils {
    margin-left: auto;
  }

  .rider-marketplace-links {
    display: block;
    overflow: visible;
  }

  .rider-marketplace-links a {
    display: none;
  }

  .rider-marketplace-links a[aria-current="page"] {
    align-items: center;
    background: rgba(216, 174, 82, 0.14);
    border: 1px solid rgba(216, 174, 82, 0.55);
    border-radius: 10px;
    color: #ecc670;
    display: inline-flex;
    font-size: 0.95rem;
    gap: 10px;
    padding: 10px 16px;
    text-shadow: none;
  }

  .rider-marketplace-links a[aria-current="page"]::after {
    content: "\2304";
    font-size: 1em;
    line-height: 0.5;
    transform: translateY(-3px);
  }

  .rider-marketplace-links.is-open {
    background: #0a0803;
    border: 1px solid rgba(216, 174, 82, 0.4);
    border-radius: 12px;
    box-shadow: 0 26px 50px rgba(0, 0, 0, 0.65);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    left: 14px;
    overflow: hidden;
    position: absolute;
    right: 14px;
    top: calc(100% - 8px);
    z-index: 55;
  }

  .rider-marketplace-links.is-open a {
    border-top: 1px solid rgba(216, 174, 82, 0.14);
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 15px 18px;
    text-transform: uppercase;
  }

  .rider-marketplace-links.is-open a:first-child {
    border-top: 0;
  }

  .rider-marketplace-links.is-open a[aria-current="page"] {
    background: rgba(216, 174, 82, 0.12);
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-bottom: 0;
    color: #ecc670;
    display: block;
  }

  .rider-marketplace-links.is-open a[aria-current="page"]:first-child {
    border-top: 0;
  }

  .rider-marketplace-links.is-open a[aria-current="page"]::after {
    content: "";
  }
}

/* ---- Info pages (About / Contact) ---- */

.info-main {
  margin: 0 auto;
  max-width: 860px;
  padding: calc(96px + clamp(40px, 6vw, 72px)) 24px clamp(60px, 8vw, 110px);
}

.info-main .eyebrow {
  color: #d8ae52;
  font-size: var(--type-eyebrow);
  font-weight: 850;
  letter-spacing: 0.24em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.info-main h1 {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--type-h1);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.info-main h1 span {
  color: #d8ae52;
}

.info-main p {
  color: rgba(249, 244, 232, 0.86);
  font-size: var(--type-body);
  line-height: 1.7;
  margin: 0 0 18px;
}

.info-points {
  display: grid;
  gap: 20px;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.info-points li {
  border-left: 2px solid rgba(216, 174, 82, 0.65);
  padding-left: 16px;
}

.info-points b {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.info-points small {
  color: var(--muted);
  display: block;
  font-size: 14.5px;
  line-height: 1.55;
}

.info-form {
  display: grid;
  gap: 16px;
  margin-top: 36px;
}

.info-form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.info-form label {
  color: rgba(255, 253, 247, 0.85);
  display: grid;
  font-size: 11px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.info-form input,
.info-form textarea {
  background: rgba(24, 20, 10, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  font: 400 15px/1.5 "Inter", Arial, sans-serif;
  padding: 13px 14px;
}

.info-form input:focus,
.info-form textarea:focus {
  border-color: #d8ae52;
  outline: none;
}

.info-form textarea {
  min-height: 140px;
  resize: vertical;
}

button.home-cta-btn {
  cursor: pointer;
  font-family: inherit;
  justify-self: start;
}

.info-form-status {
  color: var(--teal);
  font-size: 14px;
  font-weight: 600;
  min-height: 20px;
  margin: 0;
}

.info-form-status.is-error {
  color: var(--red);
}

@media (max-width: 700px) {
  .info-form-row {
    grid-template-columns: 1fr;
  }
}

/* ---- Footer: gold theme ---- */

.site-footer {
  background: #0a0803;
  border-top-color: rgba(216, 174, 82, 0.22);
}

.site-footer .brand-mark {
  background: rgba(216, 174, 82, 0.08);
  border: 1px solid rgba(216, 174, 82, 0.65);
  box-shadow: 0 0 22px rgba(216, 174, 82, 0.28);
  color: #e8c268;
}

.site-footer .brand-mark path {
  filter: drop-shadow(0 0 7px rgba(232, 194, 104, 0.8));
}

.site-footer .brand strong {
  color: #e2bd63;
}

.site-footer .brand small {
  color: #d8ae52;
}

.site-footer .footer-brand-block p {
  color: rgba(240, 232, 216, 0.66);
}

.site-footer .footer-nav h2 {
  color: #d8ae52;
}

.site-footer .footer-nav a {
  color: rgba(244, 238, 226, 0.78);
}

.site-footer .footer-nav a:hover {
  color: #ecc670;
}

.site-footer .footer-bottom {
  border-top-color: rgba(216, 174, 82, 0.18);
}

.site-footer .footer-bottom span {
  color: rgba(240, 232, 216, 0.7);
}

.site-footer .footer-bottom a {
  align-items: center;
  border: 1px solid rgba(216, 174, 82, 0.8);
  border-radius: 6px;
  color: #e2bd63;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0.14em;
  padding: 11px 18px;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-footer .footer-bottom a::after {
  content: "\203A";
  font-size: 16px;
  line-height: 1;
}

.site-footer .footer-bottom a:hover {
  border-color: var(--teal);
  box-shadow: 0 0 18px rgba(242, 185, 51, 0.3);
  color: var(--teal);
}

@media (max-width: 700px) {
  .site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

/* Anchor jumps must clear the fixed header (and marketplace sub-nav) */
[id] {
  scroll-margin-top: 120px;
}

.marketplace-page [id] {
  scroll-margin-top: 205px;
}

/* ---- Deals hero v2: full-bleed sunset road ---- */

.deals-hero-v2 {
  background:
    linear-gradient(180deg, rgba(4, 3, 1, 0.02) 0%, rgba(4, 3, 1, 0.12) 58%, rgba(4, 3, 1, 0.72) 100%),
    url("assets/deals/deals-hero-showcase.webp") center / cover no-repeat;
  display: block;
  min-height: clamp(460px, 33.5vw, 560px);
}

.deals-hero-v2 .deals-hero-copy {
  align-items: center;
  bottom: clamp(24px, 3vw, 42px);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  left: clamp(24px, 4vw, 56px);
  max-width: min(680px, calc(100% - 112px));
  padding: 0;
  position: absolute;
}

.deals-hero-v2 .deals-hero-title,
.deals-hero-v2 .deals-hero-sub {
  display: none;
}

.deals-hero-title {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--type-h1);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.deals-hero-title span {
  color: #d8ae52;
  display: block;
}

.deals-hero-sub {
  color: rgba(244, 238, 226, 0.9);
  font-size: var(--type-lead);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 400px;
}

.deals-hero-view {
  align-items: center;
  background: linear-gradient(135deg, #e2bd63, #c69a3e);
  border-radius: 8px;
  bottom: clamp(24px, 3vw, 42px);
  color: #1a1204;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  padding: 13px 22px;
  position: absolute;
  right: clamp(24px, 3vw, 42px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.deals-hero-v2 .deals-hero-view {
  bottom: auto;
  position: static;
  right: auto;
}

.deals-hero-view:hover {
  box-shadow: 0 0 24px rgba(242, 185, 51, 0.4);
  transform: translateY(-2px);
}

.deals-trust {
  border-top: 1px solid rgba(216, 174, 82, 0.18);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(30px, 4vw, 54px);
  padding: clamp(22px, 3vw, 34px) clamp(18px, 5vw, 72px);
}

.deals-trust > div {
  align-items: center;
  display: flex;
  gap: 14px;
}

.deals-trust svg {
  fill: none;
  flex: 0 0 auto;
  height: 34px;
  stroke: #d8ae52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 34px;
}

.deals-trust b {
  color: #d8ae52;
  display: block;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deals-trust small {
  color: var(--muted);
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 3px;
}

@media (max-width: 1100px) {
  .deals-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .deals-hero-v2 {
    background:
      linear-gradient(180deg, rgba(4, 3, 1, 0.06) 0%, rgba(4, 3, 1, 0.24) 48%, rgba(4, 3, 1, 0.82) 100%),
      url("assets/deals/deals-hero-showcase.webp") 46% center / cover no-repeat;
    min-height: 520px;
  }

  .deals-hero-v2 .deals-hero-copy {
    bottom: 18px;
    display: grid;
    gap: 10px;
    left: 18px;
    max-width: calc(100% - 36px);
  }

  .deals-hero h1,
  .deals-hero-title {
    font-size: var(--type-h1-mobile);
  }

  .deals-hero-view {
    bottom: 20px;
    left: 20px;
    right: auto;
  }

  .deals-hero-v2 .deals-hero-view {
    bottom: auto;
    left: auto;
    justify-content: center;
    position: static;
    right: auto;
    width: 100%;
  }

  .deals-trust {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Sell tab (sell-app.html) — sell-to-the-trade showcase: hero,
   listing wizard steps, bike/docs/confidence cards, valuation
   sidebar and dealer offers. Reuses parts-* / garage-panel
   scaffolds. All-gold: status, ticks, ring and bars use gold.
   ============================================================ */
.sell-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 5, 2, 0.72), rgba(7, 5, 2, 0.38) 30%, rgba(7, 5, 2, 0) 52%),
    url("assets/sell/sell-stage-hero.webp") center / cover no-repeat #070502;
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 16px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.sell-hero-copy {
  max-width: 720px;
  padding: clamp(26px, 3.4vw, 46px);
}

.sell-hero-title {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--type-h1);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.sell-hero-title span {
  color: #d8ae52;
  display: block;
}

.sell-hero-sub {
  color: rgba(244, 238, 226, 0.9);
  font-size: var(--type-lead);
  line-height: 1.55;
  margin: 0;
  max-width: 420px;
}

.sell-hero-points {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  max-width: 330px;
  padding: 0;
}

.sell-hero-points li {
  align-items: flex-start;
  display: flex;
  gap: 13px;
}

.sell-hero-points li + li {
  border-top: 1px solid rgba(216, 174, 82, 0.25);
  padding-top: 14px;
}

.sell-hero-points svg {
  fill: none;
  flex: 0 0 auto;
  height: 27px;
  stroke: #d8ae52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 27px;
}

.sell-hero-points b {
  color: #fff;
  display: block;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sell-hero-points small {
  color: var(--muted);
  display: block;
  font-size: 12.5px;
  line-height: 1.5;
  margin-top: 2px;
}

.sell-hero-bids {
  align-content: center;
  display: grid;
  gap: 12px;
  padding: clamp(20px, 2.4vw, 32px);
}

.sell-bid {
  backdrop-filter: blur(5px);
  background: rgba(10, 8, 4, 0.78);
  border: 1px solid rgba(216, 174, 82, 0.4);
  border-radius: 12px;
  display: grid;
  gap: 3px;
  min-width: 195px;
  padding: 13px 18px;
}

.sell-bid small {
  color: var(--text);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sell-bid strong {
  color: #ecc670;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.sell-bid b {
  color: #d8ae52;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sell-bid.is-top {
  border-color: rgba(236, 198, 112, 0.75);
  box-shadow: 0 0 22px rgba(242, 185, 51, 0.2);
}

.sell-steps {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(255, 253, 247, 0.012)),
    rgba(18, 15, 8, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.2);
  border-radius: 14px;
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  padding: 14px 18px;
  scrollbar-width: none;
}

.sell-steps::-webkit-scrollbar {
  display: none;
}

.sell-steps li {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex: 0 0 auto;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 9px;
}

.sell-steps li:not(:last-child)::after {
  border-top: 1px dashed rgba(216, 174, 82, 0.3);
  content: "";
  margin-left: 12px;
  width: clamp(14px, 2.4vw, 42px);
}

.sell-steps li i {
  align-items: center;
  border: 1px solid rgba(216, 174, 82, 0.4);
  border-radius: 999px;
  color: #d8ae52;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.sell-steps li.is-active {
  color: var(--text);
}

.sell-steps li.is-active i {
  background: linear-gradient(135deg, #e2bd63, #c69a3e);
  border-color: transparent;
  box-shadow: 0 0 14px rgba(242, 185, 51, 0.35);
  color: #1a1204;
}

.sell-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr) minmax(0, 0.92fr);
}

.sell-bike-img {
  background: rgba(10, 8, 4, 0.9);
  border-radius: 12px;
  display: block;
  width: 100%;
}

.sell-bike-name {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 12px 0 8px;
}

.sell-bike-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.sell-bike-meta li {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.84rem;
  font-weight: 600;
  gap: 7px;
}

.sell-bike-meta svg {
  fill: none;
  height: 16px;
  stroke: #d8ae52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 16px;
}

.sell-bike-facts {
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
}

.sell-bike-facts > div {
  background: rgba(16, 13, 7, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 10px;
  padding: 10px 14px;
}

.sell-bike-facts small {
  color: #d8ae52;
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.sell-bike-facts b {
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.sell-plate {
  letter-spacing: 0.08em;
}

.sell-fact-note {
  color: var(--muted);
  display: block;
  font-size: 0.68rem;
  font-style: normal;
  margin-top: 3px;
}

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

.sell-doc {
  background: rgba(16, 13, 7, 0.86);
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 12px;
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 16px 8px 13px;
  text-align: center;
}

.sell-doc svg {
  fill: none;
  height: 26px;
  stroke: #d8ae52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 26px;
}

.sell-doc b {
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 700;
}

.sell-doc span {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.7rem;
  gap: 5px;
}

.sell-doc span i {
  align-items: center;
  background: linear-gradient(135deg, #e2bd63, #c69a3e);
  border-radius: 999px;
  color: #1a1204;
  display: inline-flex;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  height: 14px;
  justify-content: center;
  width: 14px;
}

.sell-doc.is-optional {
  border-style: dashed;
}

.sell-docs-drop {
  align-items: center;
  border: 1px dashed rgba(216, 174, 82, 0.45);
  border-radius: 12px;
  color: var(--muted);
  display: flex;
  font-size: 0.8rem;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
  padding: 13px 12px;
  text-align: center;
}

.sell-docs-drop svg {
  fill: none;
  flex: 0 0 auto;
  height: 21px;
  stroke: #d8ae52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 21px;
}

.sell-docs-note {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.78rem;
  gap: 8px;
  justify-content: center;
  margin: 14px 0 0;
}

.sell-docs-note svg {
  fill: none;
  height: 15px;
  stroke: #d8ae52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 15px;
}

.sell-ring {
  height: 150px;
  margin: 8px auto 16px;
  position: relative;
  width: 150px;
}

.sell-ring svg {
  height: 100%;
  transform: rotate(-90deg);
  width: 100%;
}

.sell-ring-track,
.sell-ring-fill {
  fill: none;
  stroke-width: 9;
}

.sell-ring-track {
  stroke: rgba(216, 174, 82, 0.16);
}

.sell-ring-fill {
  stroke-dasharray: 326.7;
  stroke-dashoffset: 26.1;
  stroke-linecap: round;
}

.sell-ring-label {
  align-items: center;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.sell-ring-label b {
  color: var(--text);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.sell-ring-label b i {
  font-size: 1rem;
  font-style: normal;
}

.sell-ring-label small {
  color: #d8ae52;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 4px;
  text-transform: uppercase;
}

.sell-checklist {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sell-checklist li {
  align-items: center;
  color: rgba(244, 238, 226, 0.86);
  display: flex;
  font-size: 0.86rem;
  font-weight: 600;
  gap: 9px;
}

.sell-checklist i {
  color: #ecc670;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 800;
}







.sell-interest-list i {
  align-items: center;
  background: rgba(216, 174, 82, 0.08);
  border: 1px solid rgba(216, 174, 82, 0.4);
  border-radius: 999px;
  color: #ecc670;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 28px;
}













.sell-view-all {
  color: #ffd87d;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.sell-view-all:hover {
  text-shadow: 0 0 16px rgba(255, 216, 125, 0.4);
}

.sell-interest-list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sell-interest-list li {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 11px 0;
}

.sell-interest-list li + li {
  border-top: 1px solid rgba(216, 174, 82, 0.14);
}

.sell-interest-list span {
  flex: 1;
  min-width: 0;
}

.sell-interest-list strong {
  color: var(--text);
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
}

.sell-interest-list small {
  color: var(--muted);
  display: block;
  font-size: 0.74rem;
  margin-top: 1px;
}

.sell-interest-list b {
  border: 1px solid rgba(216, 174, 82, 0.4);
  border-radius: 999px;
  color: #ecc670;
  flex: 0 0 auto;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding: 4px 9px;
  text-transform: uppercase;
}

.sell-interest-list b.is-high {
  background: linear-gradient(135deg, #e2bd63, #c69a3e);
  border-color: transparent;
  color: #1a1204;
}

.sell-val-prices {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
}

.sell-val-prices small {
  color: var(--muted);
  display: block;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.sell-val-prices strong {
  color: #ecc670;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sell-val-prices strong.is-muted {
  color: var(--text);
}

.sell-val-demand {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.sell-val-demand small {
  color: var(--muted);
  display: block;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.sell-val-demand b {
  color: #ecc670;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sell-val-bars {
  align-items: flex-end;
  display: flex;
  gap: 4px;
  height: 44px;
}

.sell-val-bars i {
  background: linear-gradient(180deg, #ecc670, #c69a3e);
  border-radius: 3px;
  display: inline-block;
  width: 9px;
}

.sell-quality-score {
  color: #ecc670;
  font-size: 1.05rem;
  font-weight: 800;
}

.sell-quality-steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 10px 0 2px;
  padding: 0;
  position: relative;
}

.sell-quality-steps::before {
  border-top: 1px dashed rgba(216, 174, 82, 0.4);
  content: "";
  left: 12px;
  position: absolute;
  right: 12px;
  top: 8px;
}

.sell-quality-steps li {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 0.6rem;
  font-weight: 600;
  gap: 8px;
  position: relative;
  text-align: center;
}

.sell-quality-steps li i {
  background: linear-gradient(135deg, #e2bd63, #c69a3e);
  border-radius: 999px;
  display: block;
  height: 16px;
  width: 16px;
}

.sell-quality-steps li.is-current {
  color: var(--text);
}

.sell-quality-steps li.is-current i {
  box-shadow: 0 0 0 4px rgba(236, 198, 112, 0.22), 0 0 14px rgba(242, 185, 51, 0.55);
}



.sell-activity-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
}

.sell-activity-stats b {
  color: var(--text);
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sell-activity-stats b.is-gold {
  color: #ecc670;
}

.sell-activity-stats small {
  color: var(--muted);
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
}

.sell-spark {
  display: block;
  height: 84px;
  width: 100%;
}

.sell-spark polyline {
  fill: none;
  stroke: #ecc670;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sell-spark circle {
  fill: #ecc670;
}

.sell-spark-axis {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.sell-spark-axis small {
  color: var(--muted);
  font-size: 0.62rem;
}

@media (max-width: 1500px) {
  .sell-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 1280px) {
  .sell-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.sell-trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .sell-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sell-hero {
    background-position: 58% center;
    flex-direction: column;
    justify-content: flex-end;
  }

  .sell-hero-bids {
    align-content: start;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    width: 100%;
  }

  .sell-bid {
    flex: 1 1 180px;
  }

  .sell-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .sell-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sell-hero {
    min-height: 0;
  }

  .sell-hero-title {
    font-size: var(--type-h1-mobile);
  }

  .sell-hero-points svg {
    height: 23px;
    width: 23px;
  }

  .sell-docs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sell-bike-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .sell-bike-facts b {
    white-space: normal;
  }

  .sell-trust {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---- Business pages (partner tab strip + sections) ---- */

.business-page .site-header {
  position: sticky;
}

.business-tabs {
  position: relative;
  z-index: 45;
}

.business-tabs-cta {
  background: linear-gradient(135deg, #f0ca62, var(--gold));
  border-radius: 10px;
  color: #221703;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  padding: 9px 16px;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.business-tabs-cta:hover,
.business-tabs-cta:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.business-page .subpage-hero {
  min-height: 62vh;
  padding-top: clamp(56px, 7vw, 104px);
}

.biz-section-head {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: space-between;
  margin: 0 auto 26px;
  max-width: 1460px;
}

.biz-section-head h2 {
  color: var(--text);
  font-size: var(--type-h2);
  margin: 0;
}

.biz-section-head .eyebrow {
  margin-bottom: 10px;
}

.biz-preview-tag {
  border: 1px solid rgba(216, 174, 82, 0.4);
  border-radius: 999px;
  color: rgba(236, 198, 112, 0.85);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  padding: 6px 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

.biz-stats {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1460px;
}

.biz-stats article {
  background: rgba(255, 253, 247, 0.055);
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: 8px;
  padding: clamp(20px, 2vw, 28px);
}

.biz-stats strong {
  color: var(--gold-soft);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 2.6vw, 46px);
  line-height: 1;
}

.biz-stats span {
  color: var(--text);
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-top: 12px;
}

.biz-stats small {
  color: rgba(249, 244, 232, 0.6);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}

.biz-feed {
  background: rgba(255, 253, 247, 0.045);
  border: 1px solid rgba(255, 253, 247, 0.11);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1460px;
}

.biz-feed article {
  align-items: center;
  border-top: 1px solid rgba(255, 253, 247, 0.08);
  display: grid;
  gap: 8px 22px;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr) minmax(0, 1fr) auto;
  padding: 18px clamp(16px, 2vw, 28px);
}

.biz-feed article:first-child {
  border-top: 0;
}

.biz-feed b {
  color: var(--text);
  display: block;
  font-size: 15.5px;
}

.biz-feed span {
  color: rgba(249, 244, 232, 0.62);
  display: block;
  font-size: 13.5px;
  line-height: 1.35;
  margin-top: 3px;
}

.biz-feed .biz-feed-metric b {
  color: var(--gold-soft);
}

.biz-feed time {
  color: rgba(249, 244, 232, 0.5);
  font-size: 12.5px;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .biz-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .biz-feed article {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  }

  .biz-feed time {
    grid-column: 2;
    justify-self: end;
  }
}

@media (max-width: 700px) {
  .business-page .subpage-hero {
    min-height: 0;
    padding-top: 48px;
  }

  .business-tabs .rider-marketplace-utils {
    flex: 0 0 auto;
  }

  .biz-stats {
    grid-template-columns: 1fr;
  }

  .biz-feed article {
    grid-template-columns: 1fr;
  }

  .biz-feed time {
    grid-column: 1;
    justify-self: start;
  }
}

/* ---- Partner portal v2: split hero + HTML dashboard + stat row + action cards ---- */

.bizhero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(10, 8, 3, 0.9) 0%, rgba(10, 8, 3, 0.26) 50%, rgba(10, 8, 3, 0.42) 100%),
    var(--subpage-image) 68% center / cover no-repeat;
  display: grid;
  gap: clamp(30px, 3.4vw, 60px);
  grid-template-columns: minmax(0, 1fr) minmax(400px, 660px);
  min-height: 68vh;
  padding: clamp(48px, 5vw, 84px) clamp(20px, 5vw, 92px);
}

.partner-portal-main {
  background: #070500;
}

.partner-portal-main .bizhero {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 610px);
  min-height: clamp(330px, 30vw, 390px);
  padding-bottom: clamp(18px, 2vw, 30px);
  padding-top: clamp(18px, 2vw, 30px);
}

.partner-portal-main .pdash {
  grid-template-columns: 46px minmax(0, 1fr);
}

.partner-portal-main .pdash-main {
  gap: 8px;
  padding: 12px;
}

.partner-portal-main .pdash-rail {
  gap: 14px;
  padding: 12px 0;
}

.partner-portal-main .pdash-kpis article,
.partner-portal-main .pdash-chart,
.partner-portal-main .pdash-cats {
  padding: 10px;
}

.partner-portal-main .pdash-kpis {
  gap: 8px;
}

.partner-portal-main .pdash-kpis span {
  font-size: 10px;
}

.partner-portal-main .pdash-chart-wrap svg {
  height: 76px;
}

.partner-portal-main .bizhero-copy h1 {
  font-size: var(--type-h1);
}

.partner-portal-main .bizhero-lead {
  font-size: var(--type-lead);
  margin: 18px 0 6px;
}

.partner-portal-main .bizhero-copy p:not(.eyebrow):not(.bizhero-lead) {
  font-size: var(--type-body);
  max-width: 560px;
}

.partner-portal-main .bizhero-ctas {
  margin-top: 24px;
}

.partner-portal-main .biz-btn-primary,
.partner-portal-main .biz-btn-ghost {
  font-size: 14.5px;
  padding: 12px 21px;
}

.partner-portal-main .bizhero-panel-note {
  font-size: 11px;
  margin-top: 8px;
}

/* Office art anchors the new partner-portal hero while the gradients preserve
   legibility for the headline and dashboard. */
.partner-portal-main .bizhero {
  background:
    linear-gradient(90deg, rgba(5, 4, 2, 0.94) 0%, rgba(5, 4, 2, 0.62) 30%, rgba(5, 4, 2, 0.2) 58%, rgba(5, 4, 2, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.22), rgba(5, 4, 2, 0.62)),
    var(--subpage-image) center center / cover no-repeat #0a0803;
}

.partner-portal-main .biz-statrow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
  padding: clamp(8px, 0.9vw, 13px) 0;
}

.partner-portal-main .biz-demand-flow {
  max-width: none;
}

.partner-portal-main .biz-statrow article {
  gap: 14px;
  justify-content: flex-start;
  padding: 5px clamp(16px, 1.8vw, 26px);
}

.partner-portal-main .biz-statrow svg {
  height: 34px;
  width: 34px;
}

.partner-portal-main .biz-statrow strong {
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 850;
}

.partner-portal-main .biz-statrow span {
  color: rgba(249, 244, 232, 0.68);
  font-size: clamp(12.5px, 0.92vw, 14px);
  line-height: 1.35;
  max-width: 310px;
}

.biz-demand-flow {
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.05), rgba(255, 253, 247, 0.025)),
    radial-gradient(circle at 18% 5%, rgba(216, 174, 82, 0.12), transparent 28%),
    #0b0905;
  border: 1px solid rgba(216, 174, 82, 0.42);
  border-radius: 10px;
  display: grid;
  gap: clamp(34px, 4vw, 72px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.5fr);
  margin: 0 auto;
  max-width: 1460px;
  padding: clamp(24px, 2.6vw, 38px);
}

.biz-demand-intro .eyebrow {
  color: var(--gold-soft);
  margin-bottom: 18px;
}

.biz-demand-intro h2 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h2);
  line-height: 0.98;
  margin: 0;
}

.biz-demand-intro h2 span {
  display: block;
}

.biz-flow-steps {
  align-items: start;
  display: grid;
  gap: clamp(20px, 2.8vw, 44px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.biz-flow-steps article {
  min-width: 0;
  position: relative;
}

.biz-flow-steps article:not(:last-child)::after {
  background: linear-gradient(90deg, rgba(216, 174, 82, 0.15), var(--gold), rgba(216, 174, 82, 0.15));
  content: "";
  height: 1px;
  left: calc(50% + 36px);
  position: absolute;
  right: calc(-50% + 36px);
  top: 36px;
}

.biz-flow-steps article:not(:last-child)::before {
  border-right: 1px solid var(--gold);
  border-top: 1px solid var(--gold);
  content: "";
  height: 7px;
  position: absolute;
  right: calc(-50% + 31px);
  top: 32.5px;
  transform: rotate(45deg);
  width: 7px;
}

.biz-flow-icon {
  align-items: center;
  background: rgba(255, 253, 247, 0.04);
  border: 1px solid rgba(255, 253, 247, 0.18);
  border-radius: 999px;
  display: inline-flex;
  height: 72px;
  justify-content: center;
  margin-bottom: 16px;
  width: 72px;
}

.biz-flow-icon svg {
  fill: none;
  height: 32px;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  width: 32px;
}

.biz-flow-steps h3 {
  color: var(--gold-soft);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.25;
  margin: 0 0 10px;
}

.biz-flow-steps h3 span {
  margin-right: 8px;
}

.biz-flow-steps p {
  color: rgba(249, 244, 232, 0.62);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

/* The scoped two-column hero grid above outranks the generic .bizhero
   single-column rule at phone widths — restore stacking. */
@media (max-width: 1180px) {
  .partner-portal-main .bizhero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .biz-demand-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .biz-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .biz-flow-steps article::before,
  .biz-flow-steps article::after {
    display: none;
  }
}

@media (max-width: 700px) {
  .partner-portal-main .bizhero {
    background:
      linear-gradient(180deg, rgba(10, 8, 3, 0.88), rgba(10, 8, 3, 0.72)),
      var(--subpage-image) left center / cover no-repeat #0a0803;
    overflow: hidden;
  }

  .partner-portal-main .bizhero-copy h1 {
    font-size: clamp(38px, 12.5vw, 48px);
  }

  .partner-portal-main .bizhero-panel {
    max-width: 100%;
    min-width: 0;
  }

  .partner-portal-main .pdash {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .partner-portal-main .pdash-kpis {
    grid-template-columns: minmax(0, 1fr);
  }

  .partner-portal-main .biz-statrow {
    grid-template-columns: minmax(0, 1fr);
  }

  .partner-portal-main .biz-statrow article {
    padding: 18px 20px;
  }

  .biz-flow-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .biz-demand-flow {
    padding: 24px 18px;
  }
}

.partner-portal-main .subpage-section {
  padding-left: clamp(20px, 3.5vw, 60px);
  padding-right: clamp(20px, 3.5vw, 60px);
}

.partner-portal-main .subpage-section-dark {
  padding-bottom: clamp(14px, 1.4vw, 22px);
  padding-top: clamp(14px, 1.5vw, 24px);
}

.partner-portal-main .subpage-section:not(.subpage-section-dark) {
  padding-bottom: clamp(28px, 3vw, 44px);
  padding-top: clamp(16px, 1.8vw, 26px);
}

.bizhero-copy .eyebrow {
  letter-spacing: 0.24em;
}

.bizhero-copy h1 {
  color: var(--text);
  font-size: var(--type-h1);
  line-height: 0.99;
}

.bizhero-copy h1 span {
  color: var(--gold-soft);
  display: block;
}

.bizhero-lead {
  color: var(--text);
  font-size: var(--type-lead);
  font-weight: 800;
  margin: 26px 0 8px;
}

.bizhero-copy p:not(.eyebrow):not(.bizhero-lead) {
  color: rgba(249, 244, 232, 0.76);
  font-size: var(--type-body);
  font-weight: 600;
  line-height: 1.55;
  max-width: 520px;
}

.bizhero-panel-note {
  color: rgba(249, 244, 232, 0.52);
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
}

.pdash {
  background: rgba(13, 10, 4, 0.94);
  border: 1px solid rgba(216, 174, 82, 0.3);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.06),
    0 34px 90px rgba(0, 0, 0, 0.6),
    0 0 60px rgba(216, 174, 82, 0.12);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  overflow: hidden;
}

.pdash-rail {
  align-items: center;
  border-right: 1px solid rgba(216, 174, 82, 0.16);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px 0;
}

.pdash-rail svg {
  fill: none;
  height: 17px;
  stroke: rgba(249, 244, 232, 0.44);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 17px;
}

.pdash-rail svg:first-child {
  height: 22px;
  stroke: var(--gold-soft);
  width: 22px;
}

.pdash-main {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px 16px 18px;
}

.pdash-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.pdash-head strong {
  color: var(--text);
  font-size: 16px;
  font-weight: 850;
}

.pdash-chips {
  display: flex;
  gap: 8px;
}

.pdash-chips span {
  border: 1px solid rgba(255, 253, 247, 0.18);
  border-radius: 7px;
  color: rgba(249, 244, 232, 0.66);
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 11px;
  white-space: nowrap;
}

.pdash-kpis {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pdash-kpis article {
  background: rgba(255, 253, 247, 0.04);
  border: 1px solid rgba(255, 253, 247, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
}

.pdash-kpis span {
  color: rgba(249, 244, 232, 0.62);
  display: block;
  font-size: 11px;
  font-weight: 750;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdash-kpis small {
  white-space: nowrap;
}

.pdash-kpis strong {
  color: var(--text);
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1;
}

.pdash-kpis small {
  color: rgba(249, 244, 232, 0.5);
  display: block;
  font-size: 10.5px;
  margin-top: 7px;
}

.pdash-kpis small b {
  color: var(--gold-soft);
  font-weight: 850;
}

.pdash-body {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
}

.pdash-chart,
.pdash-cats {
  background: rgba(255, 253, 247, 0.04);
  border: 1px solid rgba(255, 253, 247, 0.1);
  border-radius: 10px;
  min-width: 0;
  padding: 12px 14px;
}

.pdash-chart p,
.pdash-cats p {
  color: rgba(249, 244, 232, 0.62);
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.pdash-chart-wrap {
  position: relative;
}

.pdash-chart-wrap svg {
  display: block;
  height: auto;
  width: 100%;
}

.pdash-callout {
  position: absolute;
  right: 6px;
  text-align: right;
  top: 8px;
}

.pdash-callout b {
  color: var(--gold-soft);
  display: block;
  font-size: 20px;
  line-height: 1;
}

.pdash-callout small {
  color: rgba(249, 244, 232, 0.55);
  font-size: 10px;
}

.pdash-days {
  color: rgba(249, 244, 232, 0.44);
  display: flex;
  font-size: 9.5px;
  justify-content: space-between;
  margin-top: 6px;
}

.pdash-cats ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdash-cats li {
  align-items: center;
  color: rgba(249, 244, 232, 0.78);
  display: flex;
  font-size: 12px;
  font-weight: 650;
  justify-content: space-between;
}

.pdash-cats li b {
  color: var(--gold-soft);
  font-weight: 850;
}

.pdash-viewall {
  border: 1px solid rgba(216, 174, 82, 0.4);
  border-radius: 7px;
  color: var(--gold-soft);
  display: block;
  font-size: 11.5px;
  font-weight: 800;
  margin-top: 12px;
  padding: 7px 0;
  text-align: center;
}

.biz-statrow {
  background: rgba(255, 253, 247, 0.04);
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1460px;
  padding: clamp(20px, 2vw, 30px) 0;
}

.biz-statrow article {
  align-items: center;
  border-left: 1px solid rgba(255, 253, 247, 0.1);
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 6px clamp(14px, 1.6vw, 28px);
}

.biz-statrow article:first-child {
  border-left: 0;
}

.biz-statrow svg {
  fill: none;
  flex: 0 0 auto;
  height: 34px;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 34px;
}

.biz-statrow strong {
  color: var(--text);
  display: block;
  font-size: clamp(21px, 1.9vw, 28px);
  line-height: 1;
}

.biz-statrow span {
  color: rgba(249, 244, 232, 0.6);
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

.biz-actions {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1460px;
}

.biz-action {
  background: rgba(255, 253, 247, 0.055);
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2vw, 30px);
}

.biz-action > svg {
  fill: none;
  height: 34px;
  margin-bottom: 20px;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 34px;
}

.biz-action span {
  color: var(--gold-soft);
  display: block;
  font-size: var(--type-eyebrow);
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.biz-action h3 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h3);
  line-height: 1;
  margin: 0 0 14px;
}

.biz-action p {
  color: rgba(249, 244, 232, 0.68);
  flex: 1 0 auto;
  font-size: var(--type-body);
  line-height: 1.5;
  margin: 0;
}

.biz-action h3 {
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.12;
}

.biz-action a {
  align-items: center;
  color: var(--gold);
  display: flex;
  font-size: 14.5px;
  font-weight: 850;
  justify-content: space-between;
  margin-top: 24px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.biz-action a span {
  font-size: 19px;
  line-height: 1;
}

.biz-action a:hover,
.biz-action a:focus-visible {
  color: #ffd87d;
  transform: translateX(4px);
}

/* ---- Single-row business header (mockup: logo | tabs | gold CTA) ---- */

.biz-header {
  background: rgba(7, 5, 2, 0.94);
  border-bottom: 1px solid rgba(216, 174, 82, 0.16);
  display: flex;
  gap: clamp(18px, 2.5vw, 44px);
  justify-content: flex-start;
  min-height: 74px;
  padding: 0 clamp(18px, 3vw, 44px);
}

.biz-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
}

.biz-brand svg {
  display: block;
  fill: none;
  height: 34px;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-width: 4;
  width: 34px;
}

.biz-brand span {
  color: var(--text);
  font-size: 16.5px;
  font-weight: 850;
  letter-spacing: 0.3em;
}

.biz-header .rider-marketplace-links {
  align-self: stretch;
  flex: 1 1 auto;
}

@media (min-width: 701px) {
  .biz-header .rider-marketplace-links {
    align-items: center;
  }

  .biz-header .rider-marketplace-links a {
    align-items: center;
    align-self: stretch;
    display: inline-flex;
    position: relative;
  }

  .biz-header .rider-marketplace-links a[aria-current="page"]::after {
    background: var(--gold);
    border-radius: 2px 2px 0 0;
    bottom: 0;
    box-shadow: 0 0 14px rgba(216, 174, 82, 0.8);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
  }
}

.biz-header .business-tabs-cta {
  flex: 0 0 auto;
  font-size: 0.92rem;
  padding: 12px 20px;
}

@media (max-width: 700px) {
  .biz-header {
    align-items: center;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    min-height: 0;
    padding: 10px 14px 12px;
  }

  .biz-header .home-menu-btn {
    grid-column: 1;
    left: auto;
    position: static;
    top: auto;
    transform: none;
  }

  .biz-header .biz-brand {
    grid-column: 2;
  }

  .biz-header .biz-brand svg {
    height: 28px;
    width: 28px;
  }

  .biz-header .biz-brand span {
    font-size: 14px;
  }

  .biz-header .business-tabs-cta {
    font-size: 0.78rem;
    grid-column: 3;
    padding: 9px 13px;
  }

  .biz-header .rider-marketplace-links {
    align-self: auto;
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

/* ---- Mockup hero buttons: filled gold primary + neutral outline ghost ---- */

.bizhero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.biz-btn-primary,
.biz-btn-ghost {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 12px;
  padding: 14px 24px;
  transition: filter 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.biz-btn-primary {
  background: linear-gradient(135deg, #f0ca62, var(--gold));
  color: #221703;
}

.biz-btn-primary:hover,
.biz-btn-primary:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.biz-btn-ghost {
  background: rgba(10, 8, 3, 0.45);
  border: 1px solid rgba(249, 244, 232, 0.32);
  color: var(--text);
}

.biz-btn-ghost:hover,
.biz-btn-ghost:focus-visible {
  border-color: rgba(249, 244, 232, 0.6);
  transform: translateY(-1px);
}

@media (max-width: 700px) {
  .bizhero-ctas {
    flex-direction: column;
  }

  .biz-btn-primary,
  .biz-btn-ghost {
    justify-content: center;
  }

  .pdash-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .bizhero {
    grid-template-columns: minmax(0, 1fr);
  }

  .bizhero-panel {
    max-width: 620px;
  }
}

@media (max-width: 1080px) {
  .biz-statrow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }

  .biz-statrow article:nth-child(odd) {
    border-left: 0;
  }

  .biz-statrow article {
    justify-content: start;
  }

  .biz-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .bizhero {
    background:
      linear-gradient(180deg, rgba(10, 8, 3, 0.88), rgba(10, 8, 3, 0.72)),
      var(--subpage-image) 72% center / cover no-repeat;
    padding-top: 44px;
  }

  .pdash-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .biz-statrow {
    grid-template-columns: minmax(0, 1fr);
    padding: 8px 0;
  }

  .biz-statrow article {
    border-left: 0;
    border-top: 1px solid rgba(255, 253, 247, 0.1);
    padding: 16px 20px;
  }

  .biz-statrow article:first-child {
    border-top: 0;
  }

  .biz-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 430px) {
  .pdash-chips span:last-child {
    display: none;
  }

  .pdash-kpis {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---- Parts Suppliers page ---- */

.partner-parts-main {
  background: #070500;
  overflow-x: hidden;
}

.partner-parts-main .business-tabs {
  z-index: 60;
}

.partner-parts-main .bizhero {
  background:
    linear-gradient(90deg, rgba(5, 4, 2, 0.96) 0%, rgba(5, 4, 2, 0.82) 25%, rgba(5, 4, 2, 0.26) 54%, rgba(5, 4, 2, 0.1) 100%),
    var(--subpage-image) center center / cover no-repeat #070500;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  min-height: clamp(520px, 34vw, 600px);
  padding: clamp(54px, 4vw, 74px) clamp(22px, 3.2vw, 56px);
}

.partner-parts-main .bizhero-copy {
  max-width: 760px;
  min-width: 0;
}

.partner-parts-main .bizhero-copy .eyebrow {
  color: var(--gold-soft);
}

.partner-parts-main .bizhero-copy h1 {
  font-size: var(--type-h1);
  line-height: 0.98;
  margin: 0;
}

.partner-parts-main .bizhero-copy h1 span {
  color: var(--gold-soft);
  display: block;
}

.partner-parts-main .bizhero-lead {
  color: var(--text);
  font-size: var(--type-lead);
  font-weight: 800;
  line-height: 1.28;
  margin: 24px 0 0;
  max-width: 650px;
}

.partner-parts-main .bizhero-ctas {
  margin-top: 34px;
}

.parts-benefits,
.parts-how {
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.052), rgba(255, 253, 247, 0.025)),
    #0b0905;
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1640px;
  box-sizing: border-box;
}

.parts-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  transform: translateY(-16px);
  width: calc(100% - clamp(36px, 6vw, 112px));
}

.parts-benefits article {
  align-items: flex-start;
  border-left: 1px solid rgba(216, 174, 82, 0.24);
  display: flex;
  gap: clamp(18px, 1.7vw, 28px);
  padding: clamp(26px, 2.7vw, 42px) clamp(18px, 2vw, 34px);
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.parts-benefits article > div,
.parts-flow article {
  max-width: 100%;
  min-width: 0;
}

.parts-benefits h2,
.parts-benefits p,
.parts-flow h3,
.parts-flow p {
  overflow-wrap: anywhere;
}

.parts-benefits article:first-child {
  border-left: 0;
}

.parts-benefits article:hover {
  background: rgba(216, 174, 82, 0.045);
  box-shadow: inset 0 0 34px rgba(216, 174, 82, 0.055);
  transform: translateY(-2px);
}

.parts-benefits svg,
.parts-flow-icon svg {
  fill: none;
  flex: 0 0 auto;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.parts-benefits svg {
  height: 48px;
  width: 48px;
}

.parts-benefits h2 {
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.18;
  margin: 0 0 12px;
}

.parts-benefits p {
  color: rgba(249, 244, 232, 0.68);
  font-size: clamp(13.5px, 1vw, 16px);
  line-height: 1.55;
  margin: 0;
}

.parts-how {
  display: grid;
  gap: clamp(36px, 5vw, 88px);
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.45fr);
  margin-bottom: clamp(36px, 5vw, 72px);
  margin-top: 0;
  padding: clamp(34px, 4vw, 58px);
  width: calc(100% - clamp(36px, 6vw, 112px));
}

.parts-how-intro .eyebrow {
  color: var(--gold-soft);
  margin-bottom: 28px;
}

.parts-how-intro h2 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h2);
  line-height: 1.08;
  margin: 0;
}

.parts-how-intro h2 span {
  display: block;
}

.parts-flow {
  align-items: start;
  display: grid;
  gap: clamp(24px, 3.2vw, 58px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.parts-flow article {
  min-width: 0;
  position: relative;
}

.parts-flow article:not(:last-child)::after {
  background: linear-gradient(90deg, rgba(216, 174, 82, 0.2), var(--gold));
  content: "";
  height: 1px;
  left: calc(50% + 46px);
  position: absolute;
  right: calc(-50% + 46px);
  top: 44px;
}

.parts-flow article:not(:last-child)::before {
  border-right: 1px solid var(--gold);
  border-top: 1px solid var(--gold);
  content: "";
  height: 7px;
  position: absolute;
  right: calc(-50% + 41px);
  top: 40.5px;
  transform: rotate(45deg);
  width: 7px;
}

.parts-flow-icon {
  align-items: center;
  background: rgba(255, 253, 247, 0.035);
  border: 1px solid rgba(255, 253, 247, 0.2);
  border-radius: 999px;
  display: inline-flex;
  height: 88px;
  justify-content: center;
  margin-bottom: 24px;
  width: 88px;
}

.parts-flow-icon svg {
  height: 38px;
  width: 38px;
}

.parts-flow h3 {
  color: var(--gold-soft);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.35;
  margin: 0 0 12px;
}

.parts-flow p {
  color: rgba(249, 244, 232, 0.68);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.parts-flow h3 span {
  margin-right: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .parts-benefits,
  .parts-how {
    animation: partsFadeUp 0.7s ease both;
  }

  .parts-how {
    animation-delay: 0.08s;
  }
}

@keyframes partsFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(-16px);
  }
}

@media (max-width: 1180px) {
  .parts-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .parts-benefits article:nth-child(4) {
    border-left: 0;
  }

  .parts-how {
    grid-template-columns: minmax(0, 1fr);
  }

  .parts-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .parts-flow article::before,
  .parts-flow article::after {
    display: none;
  }
}

@media (max-width: 700px) {
  .partner-parts-main .bizhero {
    background:
      linear-gradient(180deg, rgba(5, 4, 2, 0.9), rgba(5, 4, 2, 0.64)),
      var(--subpage-image) 58% center / cover no-repeat #070500;
    grid-template-columns: minmax(0, 1fr);
    max-width: 100vw;
    min-height: 0;
    padding: 54px 20px 44px;
    width: 100vw;
  }

  .partner-parts-main .bizhero-copy,
  .partner-parts-main .bizhero-lead,
  .parts-benefits,
  .parts-benefits article,
  .parts-how,
  .parts-flow {
    max-width: 100%;
    min-width: 0;
  }

  .partner-parts-main .bizhero-copy {
    max-width: calc(100vw - 76px);
    min-width: calc(100vw - 76px);
    width: 100%;
  }

  .partner-parts-main .bizhero-copy h1,
  .partner-parts-main .bizhero-lead {
    max-width: calc(100vw - 76px);
    width: calc(100vw - 76px);
    white-space: normal;
  }

  .partner-parts-main .bizhero-lead {
    font-size: var(--type-lead-mobile);
    max-width: 280px;
    width: 280px;
  }

  .parts-benefits article > div {
    max-width: 226px;
    min-width: 226px;
    width: 226px;
  }

  .parts-flow article {
    max-width: 224px;
    min-width: 224px;
    width: 224px;
  }

  .partner-parts-main .bizhero-copy h1 {
    font-size: var(--type-h1-mobile);
  }

  .partner-parts-main .bizhero-lead {
    font-size: var(--type-lead-mobile);
  }

  .parts-benefits,
  .parts-how {
    animation: none;
    border-radius: 8px;
    margin-left: 14px;
    margin-right: 14px;
    max-width: calc(100vw - 28px);
    transform: none;
    width: calc(100vw - 28px);
  }

  .parts-benefits {
    grid-template-columns: minmax(0, 1fr);
  }

  .parts-benefits article,
  .parts-benefits article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(216, 174, 82, 0.18);
    padding: 24px 20px;
  }

  .parts-benefits article:first-child {
    border-top: 0;
  }

  .parts-how {
    padding: 28px 20px;
  }

  .parts-flow {
    border-left: 1px solid rgba(216, 174, 82, 0.34);
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
    margin-left: 34px;
    padding-left: 28px;
  }

  .parts-flow-icon {
    height: 68px;
    left: -63px;
    margin-bottom: 14px;
    position: absolute;
    top: 0;
    width: 68px;
  }

  .parts-flow-icon svg {
    height: 30px;
    width: 30px;
  }

  .parts-flow article {
    min-height: 88px;
    padding-top: 6px;
  }
}

/* Business landing page */
.business-landing-page {
  background:
    radial-gradient(circle at 50% 0, rgba(216, 174, 82, 0.08), transparent 34vw),
    linear-gradient(180deg, #050402 0%, #080603 46%, #050402 100%);
}

.business-landing-main {
  background: transparent;
  overflow: hidden;
  padding: 0 0 clamp(28px, 4vw, 56px);
}

.business-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 4, 2, 0.88) 0%, rgba(5, 4, 2, 0.6) 26%, rgba(5, 4, 2, 0.16) 52%, rgba(5, 4, 2, 0) 74%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.05) 0%, rgba(5, 4, 2, 0.05) 74%, #050402 100%),
    var(--business-hero-image) center / cover no-repeat;
  border-bottom: 1px solid rgba(216, 174, 82, 0.18);
  display: grid;
  min-height: clamp(460px, 40vw, 700px);
  padding: clamp(46px, 5vw, 80px) clamp(24px, 5vw, 56px);
  position: relative;
}

.business-hero::after {
  background: linear-gradient(0deg, rgba(5, 4, 2, 0.3), transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.business-hero-copy {
  max-width: min(920px, 52vw);
  position: relative;
  z-index: 1;
}

.business-hero-copy h1 {
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  font-size: var(--type-h1);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.05;
  margin: 0 0 14px;
  text-wrap: balance;
}

.business-hero-copy h1 span {
  color: var(--gold);
  display: block;
}

.business-hero-copy p {
  color: rgba(247, 243, 234, 0.9);
  font-size: var(--type-lead);
  font-weight: 650;
  line-height: 1.5;
  margin: 0 0 18px;
  max-width: 430px;
}

.business-hero .biz-btn-primary,
.business-hero .biz-btn-ghost {
  font-size: 14px;
  padding: 12px 22px;
}

.business-landing-main .bizhero-ctas {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 660px;
}

.business-landing-main .bizhero-ctas .home-cta-btn {
  min-height: 62px;
  padding: 18px 22px;
}

.biz-journey,
.business-why,
.business-final-cta {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  width: calc(100% - clamp(32px, 5vw, 96px));
}

.business-why svg,
.business-final-brand svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.business-why,
.business-final-cta {
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.052), rgba(255, 253, 247, 0.018)),
    rgba(10, 8, 5, 0.9);
  border: 1px solid rgba(216, 174, 82, 0.28);
  border-radius: 10px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.biz-journey {
  background:
    linear-gradient(145deg, rgba(5, 4, 2, 0.7), rgba(5, 4, 2, 0.88)),
    url("assets/partner-business/journey-bg-spotlight.webp") center / cover no-repeat;
  border: 1px solid rgba(216, 174, 82, 0.28);
  border-radius: 10px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  margin-top: 28px;
  padding: clamp(28px, 3.5vw, 44px) clamp(18px, 2.8vw, 32px);
}

.business-section-head {
  margin: 0 auto clamp(24px, 3vw, 36px);
  max-width: 1240px;
  text-align: center;
}

.business-section-head .eyebrow {
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.business-section-head h2 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h2);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

.business-section-head h2 span {
  color: var(--gold);
}

.business-section-head p:not(.eyebrow) {
  color: rgba(247, 243, 234, 0.78);
  font-size: var(--type-lead);
  font-weight: 500;
  line-height: 1.5;
  margin: 12px auto 0;
  max-width: 820px;
}

.biz-journey-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.journey-stage {
  background:
    radial-gradient(circle at 50% 0, rgba(216, 174, 82, 0.09), transparent 66%),
    rgba(5, 4, 2, 0.56);
  border: 1px solid rgba(216, 174, 82, 0.36);
  border-radius: 9px;
  color: var(--text);
  display: flex;
  flex-direction: column;
  padding: 0 18px 22px;
  position: relative;
  text-align: center;
}

.journey-stage::before {
  background: var(--stage-image) center / cover no-repeat;
  border-radius: 8px 8px 0 0;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 148px;
  margin: 0 -18px 14px;
}

.journey-stage:not(:last-child)::after {
  color: var(--gold);
  content: "\2192";
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  right: -26px;
  top: 138px;
  z-index: 2;
}

.journey-number {
  align-items: center;
  background: linear-gradient(135deg, #f0ca62, var(--gold));
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(216, 174, 82, 0.24);
  color: var(--ink);
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -19px;
  transform: translateX(-50%);
  width: 38px;
}

.journey-icon {
  align-items: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(216, 174, 82, 0.18), transparent 58%),
    rgba(5, 4, 2, 0.88);
  border: 1px solid rgba(216, 174, 82, 0.78);
  border-radius: 999px;
  box-shadow:
    0 0 0 6px rgba(216, 174, 82, 0.08),
    0 12px 30px rgba(0, 0, 0, 0.55),
    0 0 24px rgba(216, 174, 82, 0.24);
  color: var(--gold);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 119px;
  transform: translateX(-50%);
  width: 58px;
  z-index: 3;
}

.journey-icon svg {
  fill: none;
  height: 32px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 32px;
}

.journey-stage h3 {
  color: var(--gold);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 18px 0 10px;
  text-transform: uppercase;
}

.journey-stage p {
  color: rgba(247, 243, 234, 0.88);
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 18px;
}

.journey-stage div {
  border-top: 1px solid rgba(216, 174, 82, 0.34);
  margin-top: 2px;
  padding-top: 14px;
  text-align: left;
}

.journey-stage strong {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.journey-stage ul {
  color: rgba(247, 243, 234, 0.9);
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
  margin: 0;
  padding: 0;
}

.journey-stage li {
  padding: 3px 0 3px 24px;
  position: relative;
}

.journey-stage li::before {
  background: var(--gold);
  content: "";
  height: 15px;
  left: 0;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.5 12.2 2.4 2.4 4.8-5'/%3E%3C/svg%3E") center / contain no-repeat;
  position: absolute;
  top: 0.3em;
  width: 15px;
}

.business-why {
  margin-top: 28px;
  padding: clamp(28px, 3.1vw, 42px);
}

.business-why .business-section-head {
  margin-bottom: clamp(22px, 2.4vw, 32px);
}

.business-why-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.business-why-grid article {
  border-left: 1px solid rgba(216, 174, 82, 0.28);
  padding: 0 clamp(14px, 1.5vw, 28px);
  text-align: center;
}

.business-why-grid article:first-child {
  border-left: 0;
}

.business-why svg {
  color: var(--gold);
  height: 48px;
  margin-bottom: 16px;
  width: 48px;
}

.business-why h3 {
  color: var(--text);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}

.business-why p {
  color: rgba(247, 243, 234, 0.74);
  font-size: 15px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 190px;
}

.business-final-cta {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 12px;
  max-width: 1240px;
  padding: clamp(22px, 2.6vw, 34px) clamp(24px, 4vw, 54px);
}

.business-final-brand {
  align-items: center;
  color: var(--gold);
  display: flex;
  justify-content: center;
}

.business-final-brand svg {
  height: clamp(56px, 5vw, 86px);
  stroke-width: 3;
  width: clamp(56px, 5vw, 86px);
}

.business-final-cta h2 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}

.business-final-cta p {
  color: rgba(247, 243, 234, 0.82);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.45;
  margin: 0;
}

.business-landing-main a:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .biz-journey,
  .business-why,
  .business-final-cta {
    animation: businessLandingFadeUp 0.7s ease both;
  }

  .biz-journey {
    animation-delay: 0.08s;
  }

  .business-why {
    animation-delay: 0.14s;
  }

  .business-final-cta {
    animation-delay: 0.18s;
  }
}

@keyframes businessLandingFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1280px) {
  .biz-journey-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .journey-stage:nth-child(3n)::after {
    display: none;
  }

  .business-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 30px;
  }

  .business-why-grid article:nth-child(4) {
    border-left: 0;
  }
}

@media (max-width: 860px) {
  .business-hero {
    background:
      linear-gradient(90deg, rgba(5, 4, 2, 0.98) 0%, rgba(5, 4, 2, 0.82) 48%, rgba(5, 4, 2, 0.32) 100%),
      linear-gradient(180deg, rgba(5, 4, 2, 0.08) 0%, #050402 100%),
      var(--business-hero-image) 63% center / cover no-repeat;
    min-height: 560px;
    padding-top: 70px;
  }

  .business-hero-copy h1 {
    font-size: var(--type-h1-mobile);
    max-width: 520px;
  }

  .biz-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-stage:nth-child(3n)::after {
    display: block;
  }

  .journey-stage:nth-child(2n)::after {
    display: none;
  }

  .business-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-why-grid article,
  .business-why-grid article:nth-child(4) {
    border-left: 1px solid rgba(216, 174, 82, 0.28);
  }

  .business-why-grid article:nth-child(odd) {
    border-left: 0;
  }

  .business-final-cta {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .business-final-cta .biz-btn-primary {
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .business-landing-main {
    max-width: 100vw;
    overflow: hidden;
  }

  .business-hero {
    background:
      linear-gradient(180deg, rgba(5, 4, 2, 0.9) 0%, rgba(5, 4, 2, 0.72) 52%, #050402 100%),
      var(--business-hero-image) 64% center / cover no-repeat;
    border-bottom: 0;
    min-height: 610px;
    padding: 56px 22px 84px;
  }

  .business-hero-copy {
    max-width: 345px;
  }

  .business-hero-copy h1 {
    font-size: var(--type-h1-mobile);
    letter-spacing: -0.068em;
  }

  .business-hero-copy p {
    font-size: var(--type-lead-mobile);
    max-width: 310px;
  }

  .business-landing-main .bizhero-ctas {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
    max-width: 315px;
  }

  .biz-journey,
  .business-why,
  .business-final-cta {
    max-width: calc(100vw - 28px);
    width: calc(100vw - 28px);
  }

  .biz-journey,
  .business-why {
    padding: 26px 18px;
  }

  .business-section-head {
    text-align: left;
  }

  .biz-journey-grid,
  .business-why-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .biz-journey-grid {
    gap: 18px;
    padding-left: 18px;
    position: relative;
  }

  .biz-journey-grid::before {
    background: rgba(216, 174, 82, 0.32);
    content: "";
    height: calc(100% - 26px);
    left: 18px;
    position: absolute;
    top: 14px;
    width: 1px;
  }

  .journey-stage {
    min-height: 0;
    padding: 24px 18px 20px 30px;
    text-align: left;
  }

  .journey-stage::before {
    display: none;
  }

  .journey-stage::after {
    display: none !important;
  }

  .journey-number {
    left: -18px;
    top: 22px;
    transform: none;
  }

  .journey-icon {
    height: 48px;
    left: auto;
    right: 18px;
    top: 18px;
    transform: none;
    width: 48px;
  }

  .journey-icon svg {
    height: 26px;
    width: 26px;
  }

  .journey-stage h3 {
    margin-top: 0;
    padding-right: 58px;
  }

  .business-why-grid {
    gap: 0;
  }

  .business-why-grid article,
  .business-why-grid article:nth-child(4),
  .business-why-grid article:nth-child(odd) {
    border-left: 0;
    border-top: 1px solid rgba(216, 174, 82, 0.22);
    padding: 22px 4px;
    text-align: left;
  }

  .business-why-grid article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .business-why p {
    margin-left: 0;
    max-width: none;
  }

  .business-final-cta {
    padding: 26px 20px;
  }
}

@media (max-width: 420px) {
  .business-hero {
    background-position: 68% center;
  }

  .business-hero-copy {
    max-width: 320px;
  }
}

@media (max-width: 700px) {
  .info-main h1,
  .garage-hero-copy h1,
  .parts-fitment-copy h1 {
    font-size: var(--type-h1-mobile);
  }
}

/* ---- About page rebuild ---- */
.about-page {
  background: #050402;
}

.about-main {
  background: #050402;
}

.about-hero {
  min-height: max(620px, 100svh);
}

.about-hero .home-hero-bg {
  background: url("assets/about/about-hero-road.webp") center / cover no-repeat;
}

.about-hero .home-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(5, 4, 2, 0.85) 0%, rgba(5, 4, 2, 0.5) 34%, rgba(5, 4, 2, 0.08) 62%, rgba(5, 4, 2, 0) 100%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.42), transparent 24%);
}

.about-hero .home-hero-content {
  max-width: min(720px, 58vw);
}

.about-hero .home-hero-content h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--type-h1);
  letter-spacing: -0.035em;
  line-height: 1.04;
  max-width: 740px;
  text-transform: none;
}

.about-hero .home-hero-content h1 span {
  color: var(--gold);
}

.about-hero .home-hero-content h1::after {
  background: linear-gradient(90deg, rgba(216, 174, 82, 0.9), rgba(216, 174, 82, 0.2));
  content: "";
  display: block;
  height: 1px;
  margin-top: clamp(22px, 2vw, 30px);
  width: 62px;
}

.about-hero .home-hero-copy {
  color: rgba(255, 253, 247, 0.86);
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75;
  max-width: 440px;
}

.about-tabs {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(28px, 3vw, 44px);
  max-width: 660px;
}

.about-tab {
  align-items: center;
  gap: 12px;
  background: rgba(5, 4, 2, 0.55);
  border: 1px solid rgba(216, 174, 82, 0.55);
  border-radius: 6px;
  color: var(--gold);
  cursor: pointer;
  display: flex;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.16em;
  padding: 17px 22px;
  text-align: left;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.about-tab:hover,
.about-tab:focus-visible {
  background: rgba(216, 174, 82, 0.14);
  border-color: var(--gold);
  transform: translateX(3px);
}

.about-tab span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

body.about-modal-open {
  overflow: hidden;
}

.about-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(16px, 3vw, 40px);
  position: fixed;
  z-index: 80;
}

.about-modal[hidden] {
  display: none;
}

.about-modal-backdrop {
  backdrop-filter: blur(6px);
  background: rgba(5, 4, 2, 0.78);
  inset: 0;
  position: absolute;
}

.about-modal-panel {
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 174, 82, 0.1), transparent 42%),
    #0a0803;
  border: 1px solid rgba(216, 174, 82, 0.4);
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
  max-height: min(84svh, 720px);
  max-width: 620px;
  overflow-y: auto;
  padding: clamp(28px, 4vw, 48px);
  position: relative;
  width: 100%;
}

.about-modal-close {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(216, 174, 82, 0.45);
  border-radius: 50%;
  color: rgba(216, 174, 82, 0.9);
  cursor: pointer;
  display: flex;
  font-size: 22px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: background 0.2s ease, border-color 0.2s ease;
  width: 38px;
}

.about-modal-close:hover,
.about-modal-close:focus-visible {
  background: rgba(216, 174, 82, 0.14);
  border-color: var(--gold);
}

.about-modal .eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.about-modal h2 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  margin: 0 0 18px;
  text-wrap: balance;
}

.about-modal h2 span {
  color: var(--gold);
}

.about-modal-panel p:not(.eyebrow) {
  color: rgba(247, 243, 234, 0.84);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.about-modal-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.about-modal-list li {
  border-left: 1px solid rgba(216, 174, 82, 0.5);
  color: rgba(247, 243, 234, 0.84);
  font-size: 15.5px;
  line-height: 1.6;
  padding-left: 14px;
}

.about-modal-list li b {
  color: #fff;
}

.about-modal-quote {
  border-top: 1px solid rgba(216, 174, 82, 0.25);
  color: rgba(216, 174, 82, 0.92) !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px !important;
  line-height: 1.5 !important;
  margin: 22px 0 0 !important;
  padding-top: 18px;
}

@media (max-width: 700px) {
  .about-hero {
    min-height: max(640px, 100svh);
    padding: calc(96px + 22px) 22px 48px;
  }

  .about-hero .home-hero-bg {
    background-position: 62% center;
  }

  .about-hero .home-hero-bg::after {
    background:
      linear-gradient(180deg, rgba(5, 4, 2, 0.62) 0%, rgba(5, 4, 2, 0.38) 40%, rgba(5, 4, 2, 0.72) 100%),
      linear-gradient(90deg, rgba(5, 4, 2, 0.5), rgba(5, 4, 2, 0.14));
  }

  .about-hero .home-hero-content {
    max-width: 100%;
  }

  .about-hero .home-hero-content h1 {
    font-size: var(--type-h1-mobile);
  }

  .about-hero .home-hero-copy {
    font-size: var(--type-lead-mobile);
    line-height: 1.65;
  }

  .about-tabs {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
  }

  .about-modal-panel {
    max-height: 88svh;
    padding: 26px 20px 28px;
  }
}

.about-modal-rune {
  color: rgba(216, 174, 82, 0.22);
  display: block;
  height: 84px;
  pointer-events: none;
  position: absolute;
  bottom: 22px;
  right: 26px;
  width: 84px;
}

.about-modal-rune svg {
  display: block;
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.4;
  width: 100%;
}

.about-modal-panel em {
  color: #fff;
  font-style: italic;
}

@media (max-width: 700px) {
  .about-modal-rune {
    height: 56px;
    right: 16px;
    bottom: 16px;
    width: 56px;
  }
}

#aboutModalWhy .about-modal-quote {
  padding-right: 110px;
}

@media (max-width: 700px) {
  #aboutModalWhy .about-modal-quote {
    padding-right: 70px;
  }
}

#aboutModalWhat .about-modal-panel {
  max-width: 720px;
}

#aboutModalWhat .about-modal-list {
  column-gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-modal-panel p b {
  color: #fff;
}

@media (max-width: 700px) {
  #aboutModalWhat .about-modal-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.bizhero-tabs {
  margin-top: 26px;
}

.about-tab-span {
  grid-column: 1 / -1;
}

.about-modal-panel-wide {
  max-width: 720px;
}

.about-modal-list-cols {
  column-gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-modal-link {
  color: var(--gold);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.about-modal-link:hover,
.about-modal-link:focus-visible {
  text-decoration: underline;
}

.about-modal-cta {
  margin: 20px 0 0 !important;
}

@media (max-width: 700px) {
  .about-modal-list-cols {
    grid-template-columns: minmax(0, 1fr);
  }
}

.about-modal-takeover {
  padding: clamp(12px, 2vw, 32px);
}

.biz-takeover {
  background: #050402;
  border: 1px solid rgba(216, 174, 82, 0.35);
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
  max-height: 94svh;
  max-width: 1280px;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.biz-takeover-back {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--gold);
  cursor: pointer;
  display: flex;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  left: clamp(20px, 3vw, 48px);
  letter-spacing: 0.18em;
  padding: 8px 0;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  z-index: 2;
}

.biz-takeover-back span {
  font-size: 17px;
}

.biz-takeover-back:hover,
.biz-takeover-back:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.biz-takeover .about-modal-close {
  position: absolute;
  right: clamp(16px, 2.4vw, 36px);
  top: 16px;
  z-index: 2;
}

.biz-takeover-hero {
  background:
    linear-gradient(90deg, #050402 0%, #050402 34%, rgba(5, 4, 2, 0.55) 52%, rgba(5, 4, 2, 0) 72%),
    linear-gradient(0deg, #050402 0%, rgba(5, 4, 2, 0.55) 12%, rgba(5, 4, 2, 0) 34%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.65) 0%, rgba(5, 4, 2, 0) 18%),
    linear-gradient(270deg, rgba(5, 4, 2, 0.5) 0%, rgba(5, 4, 2, 0) 10%),
    url("assets/partner-business/dealers-takeover-workshop.webp") right top / auto 100% no-repeat #050402;
  padding: clamp(56px, 7vh, 76px) clamp(20px, 3.5vw, 56px) clamp(18px, 2.6vh, 28px);
  position: relative;
}

.biz-takeover-copy {
  max-width: 640px;
}

.biz-takeover-copy .eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.biz-takeover-copy h2 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 2.9vw, 46px);
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
}

.biz-takeover-copy h2 span {
  color: var(--gold);
}

.biz-takeover-copy h2::after {
  background: linear-gradient(90deg, rgba(216, 174, 82, 0.9), rgba(216, 174, 82, 0.2));
  content: "";
  display: block;
  height: 1px;
  margin-top: clamp(18px, 2.4vh, 28px);
  width: 62px;
}

.biz-takeover-lead {
  color: rgba(247, 243, 234, 0.86);
  font-size: clamp(14.5px, 1.05vw, 16px);
  line-height: 1.65;
  margin: clamp(12px, 1.8vh, 18px) 0 0;
  max-width: 500px;
}

.biz-takeover-benefits {
  display: flex;
  margin-top: clamp(20px, 3.2vh, 34px);
  max-width: 860px;
}

.biz-takeover-benefits article {
  display: flex;
  flex: 1 1 0;
  gap: 16px;
  padding: 4px clamp(16px, 2vw, 30px);
}

.biz-takeover-benefits article:first-child {
  padding-left: 0;
}

.biz-takeover-benefits article + article {
  border-left: 1px solid rgba(216, 174, 82, 0.28);
}

.biz-takeover-icon {
  align-items: center;
  border: 1px solid rgba(216, 174, 82, 0.55);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  flex: 0 0 auto;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.biz-takeover-icon svg,
.biz-takeover-cta-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.biz-takeover-icon svg {
  height: 23px;
  width: 23px;
}

.biz-takeover-benefits h3 {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  margin: 3px 0 8px;
}

.biz-takeover-benefits p {
  color: rgba(247, 243, 234, 0.78);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  max-width: 210px;
}

.biz-takeover-cta {
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(216, 174, 82, 0.08), transparent 40%),
    rgba(10, 8, 3, 0.72);
  border: 1px solid rgba(216, 174, 82, 0.32);
  border-radius: 12px;
  display: flex;
  gap: clamp(18px, 2.2vw, 36px);
  margin: clamp(14px, 2.2vh, 22px) clamp(20px, 3.5vw, 56px) clamp(20px, 3.4vh, 32px);
  padding: clamp(18px, 2.6vh, 28px) clamp(20px, 2.6vw, 38px);
}

.biz-takeover-cta-icon {
  align-items: center;
  background: radial-gradient(circle at 35% 30%, rgba(216, 174, 82, 0.14), rgba(10, 8, 3, 0.9));
  border: 1px solid rgba(216, 174, 82, 0.35);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  flex: 0 0 auto;
  height: clamp(72px, 7vw, 96px);
  justify-content: center;
  width: clamp(72px, 7vw, 96px);
}

.biz-takeover-cta-icon svg {
  height: 44%;
  width: 44%;
}

.biz-takeover-cta-copy {
  flex: 1 1 auto;
}

.biz-takeover-cta-copy .eyebrow {
  color: var(--gold);
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.biz-takeover-cta-copy h3 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 1.9vw, 28px);
  margin: 0 0 6px;
}

.biz-takeover-cta-copy p {
  color: rgba(247, 243, 234, 0.82);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 400px;
}

.biz-takeover-btn {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  border: 1px solid rgba(216, 174, 82, 0.6);
  border-radius: 6px;
  color: var(--gold);
  flex: 0 0 auto;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 17px 26px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.biz-takeover-btn:hover,
.biz-takeover-btn:focus-visible {
  background: rgba(216, 174, 82, 0.14);
  border-color: var(--gold);
}

@media (max-width: 900px) {
  .biz-takeover-hero {
    background:
      linear-gradient(180deg, rgba(5, 4, 2, 0.82) 0%, rgba(5, 4, 2, 0.55) 40%, #050402 100%),
      url("assets/partner-business/dealers-takeover-workshop.webp") 68% top / cover no-repeat #050402;
  }

  .biz-takeover-benefits {
    flex-direction: column;
    gap: 18px;
  }

  .biz-takeover-benefits article {
    padding: 0;
  }

  .biz-takeover-benefits article + article {
    border-left: 0;
    border-top: 1px solid rgba(216, 174, 82, 0.22);
    padding-top: 18px;
  }

  .biz-takeover-benefits p {
    max-width: none;
  }

  .biz-takeover-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .biz-takeover-btn {
    text-align: center;
    width: 100%;
  }
}

.biz-takeover-portal .biz-takeover-hero {
  background:
    linear-gradient(90deg, #050402 0%, #050402 32%, rgba(5, 4, 2, 0.5) 52%, rgba(5, 4, 2, 0) 74%),
    linear-gradient(0deg, #050402 0%, rgba(5, 4, 2, 0.6) 12%, rgba(5, 4, 2, 0) 36%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.65) 0%, rgba(5, 4, 2, 0) 18%),
    linear-gradient(270deg, rgba(5, 4, 2, 0.5) 0%, rgba(5, 4, 2, 0) 10%),
    url("assets/partner-business/portal-takeover-handshake.webp") right top / auto 100% no-repeat #050402;
}

.biz-takeover-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(20px, 3.2vh, 34px);
  max-width: 920px;
}

.biz-takeover-card {
  background: rgba(8, 6, 3, 0.82);
  border: 1px solid rgba(216, 174, 82, 0.22);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 18px 14px;
}

.biz-takeover-card-top {
  display: flex;
  gap: 14px;
}

.biz-takeover-card h3 {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  margin: 2px 0 7px;
}

.biz-takeover-card p {
  color: rgba(247, 243, 234, 0.75);
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

.biz-takeover-card-link {
  align-items: center;
  border-top: 1px solid rgba(216, 174, 82, 0.18);
  color: var(--gold);
  display: flex;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.15em;
  margin-top: auto;
  padding-top: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.biz-takeover-card-link:hover,
.biz-takeover-card-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.biz-takeover-cta-stack {
  display: block;
}

.biz-takeover-cta-row {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.2vw, 36px);
}

.biz-takeover-chips {
  border-top: 1px solid rgba(216, 174, 82, 0.2);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(14px, 2vh, 20px);
  padding-top: clamp(12px, 1.8vh, 18px);
}

.biz-takeover-chips span {
  align-items: center;
  color: rgba(247, 243, 234, 0.82);
  display: flex;
  font-size: 13.5px;
  gap: 12px;
  line-height: 1.45;
  padding: 0 clamp(8px, 1vw, 18px);
}

.biz-takeover-chips span:first-child {
  padding-left: 0;
}

.biz-takeover-chips span + span {
  border-left: 1px solid rgba(216, 174, 82, 0.2);
}

.biz-takeover-chips svg {
  fill: none;
  flex: 0 0 auto;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 21px;
  color: var(--gold);
}

@media (max-width: 900px) {
  .biz-takeover-portal .biz-takeover-hero {
    background:
      linear-gradient(180deg, rgba(5, 4, 2, 0.82) 0%, rgba(5, 4, 2, 0.55) 40%, #050402 100%),
      url("assets/partner-business/portal-takeover-handshake.webp") 62% top / cover no-repeat #050402;
  }

  .biz-takeover-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .biz-takeover-cta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .biz-takeover-cta-row .biz-takeover-btn {
    width: 100%;
  }

  .biz-takeover-chips {
    grid-template-columns: minmax(0, 1fr);
  }

  .biz-takeover-chips span {
    padding: 0;
  }

  .biz-takeover-chips span + span {
    border-left: 0;
  }
}

.biz-takeover-portal .biz-takeover-hero {
  padding-bottom: 16px;
  padding-top: clamp(50px, 6.2vh, 66px);
}

.biz-takeover-portal .biz-takeover-lead {
  margin-top: 10px;
}

.biz-takeover-cards {
  margin-top: clamp(16px, 2.4vh, 26px);
}

.biz-takeover-card {
  gap: 10px;
  padding: 14px 16px 12px;
}

.biz-takeover-card-link {
  padding-top: 10px;
}

.biz-takeover-portal .biz-takeover-cta {
  margin-bottom: 20px;
  margin-top: 12px;
  padding: clamp(16px, 2.2vh, 24px) clamp(20px, 2.6vw, 38px);
}

.biz-takeover-portal .biz-takeover-cta-icon {
  height: clamp(64px, 6vw, 84px);
  width: clamp(64px, 6vw, 84px);
}

.biz-takeover-portal .biz-takeover-cta-copy h3 {
  font-size: clamp(20px, 1.7vw, 26px);
}

.biz-takeover-portal .biz-takeover-cta-copy p {
  font-size: 14px;
  max-width: 560px;
}

.biz-takeover-portal .biz-takeover-chips {
  margin-top: 12px;
  padding-top: 12px;
}

.biz-takeover-parts .biz-takeover-hero {
  background:
    linear-gradient(90deg, #050402 0%, #050402 36%, rgba(5, 4, 2, 0.5) 56%, rgba(5, 4, 2, 0) 76%),
    linear-gradient(0deg, #050402 0%, rgba(5, 4, 2, 0.6) 12%, rgba(5, 4, 2, 0) 36%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.6) 0%, rgba(5, 4, 2, 0) 18%),
    linear-gradient(270deg, rgba(5, 4, 2, 0.5) 0%, rgba(5, 4, 2, 0) 10%),
    url("assets/partner-business/parts-takeover-flatlay.webp") right top / auto 100% no-repeat #050402;
  padding-bottom: 20px;
  padding-top: clamp(50px, 6.2vh, 66px);
}

.biz-takeover-parts .biz-takeover-copy h2::after {
  display: none;
}

.biz-takeover-parts .biz-takeover-lead {
  margin-top: 12px;
}

.biz-takeover-parts .biz-takeover-copy {
  margin-top: 12px;
}

.biz-takeover-stat h4 {
  white-space: nowrap;
}

.biz-takeover-rows {
  display: grid;
  gap: 16px;
  margin-top: clamp(18px, 2.8vh, 28px);
  max-width: 620px;
}

.biz-takeover-row {
  align-items: center;
  display: flex;
  gap: 0;
}

.biz-takeover-row .biz-takeover-icon {
  flex: 0 0 auto;
}

.biz-takeover-row p {
  color: rgba(247, 243, 234, 0.82);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 0 18px;
  padding-left: 18px;
  padding-top: 8px;
  position: relative;
}

.biz-takeover-row p::before {
  background: rgba(216, 174, 82, 0.28);
  content: "";
  height: 46px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.biz-takeover-row p b {
  color: #fff;
}

.biz-takeover-readmore {
  color: var(--gold);
  display: inline-block;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  margin-top: clamp(18px, 2.6vh, 26px);
  text-decoration: none;
}

.biz-takeover-readmore:hover,
.biz-takeover-readmore:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.biz-takeover-statsband {
  display: block;
  padding: clamp(18px, 2.6vh, 26px) clamp(20px, 2.6vw, 38px);
}

.biz-takeover-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.biz-takeover-stat {
  align-items: center;
  display: flex;
  gap: 14px;
  padding: 4px clamp(10px, 1.2vw, 18px);
}

.biz-takeover-stat:first-child {
  padding-left: 0;
}

.biz-takeover-stat + .biz-takeover-stat {
  border-left: 1px solid rgba(216, 174, 82, 0.22);
}

.biz-takeover-stat .biz-takeover-icon {
  height: 50px;
  width: 50px;
}

.biz-takeover-stat h4 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  margin: 0 0 4px;
}

.biz-takeover-stat p {
  color: rgba(247, 243, 234, 0.72);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 900px) {
  .biz-takeover-parts .biz-takeover-hero {
    background:
      linear-gradient(180deg, rgba(5, 4, 2, 0.8) 0%, rgba(5, 4, 2, 0.55) 40%, #050402 100%),
      url("assets/partner-business/parts-takeover-flatlay.webp") 60% top / cover no-repeat #050402;
  }

  .biz-takeover-stats {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
  }

  .biz-takeover-stat {
    padding: 0;
  }

  .biz-takeover-stat + .biz-takeover-stat {
    border-left: 0;
    border-top: 1px solid rgba(216, 174, 82, 0.18);
    padding-top: 14px;
  }

  .biz-takeover-stat p {
    max-width: none;
  }
}

.biz-takeover-finance .biz-takeover-hero {
  background:
    linear-gradient(90deg, #050402 0%, #050402 34%, rgba(5, 4, 2, 0.5) 54%, rgba(5, 4, 2, 0) 74%),
    linear-gradient(0deg, #050402 0%, rgba(5, 4, 2, 0.6) 12%, rgba(5, 4, 2, 0) 36%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.6) 0%, rgba(5, 4, 2, 0) 18%),
    linear-gradient(270deg, rgba(5, 4, 2, 0.5) 0%, rgba(5, 4, 2, 0) 10%),
    url("assets/partner-business/finance-takeover-desk.webp") right top / auto 100% no-repeat #050402;
  padding-bottom: 16px;
  padding-top: clamp(46px, 5.6vh, 60px);
}

.biz-takeover-finance .biz-takeover-copy {
  margin-top: 12px;
}

.biz-takeover-finance .biz-takeover-lead {
  margin-top: 10px;
}

.biz-takeover-finance .biz-takeover-rows {
  gap: 11px;
  margin-top: clamp(16px, 2.4vh, 24px);
  max-width: 660px;
}

.biz-takeover-finance .biz-takeover-readmore {
  margin-top: clamp(14px, 2vh, 20px);
}

.biz-takeover-finance .biz-takeover-stat h4 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 3px;
  white-space: normal;
}

.biz-takeover-finance .biz-takeover-stat p {
  font-size: 12.5px;
}

.biz-takeover-finance .biz-takeover-stat .biz-takeover-icon {
  height: 44px;
  width: 44px;
}

.biz-takeover-finance .biz-takeover-statsband {
  padding-bottom: clamp(14px, 2vh, 20px);
  padding-top: clamp(14px, 2vh, 20px);
}

.biz-takeover-finance .biz-takeover-readmore {
  margin-top: clamp(12px, 1.8vh, 18px);
}

@media (max-width: 900px) {
  .biz-takeover-finance .biz-takeover-hero {
    background:
      linear-gradient(180deg, rgba(5, 4, 2, 0.87) 0%, rgba(5, 4, 2, 0.68) 45%, #050402 100%),
      url("assets/partner-business/finance-takeover-desk.webp") 70% top / cover no-repeat #050402;
  }
}

.biz-takeover-why .biz-takeover-hero {
  background:
    linear-gradient(90deg, #050402 0%, #050402 30%, rgba(5, 4, 2, 0.4) 50%, rgba(5, 4, 2, 0) 68%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.55) 0%, rgba(5, 4, 2, 0) 16%),
    url("assets/partner-business/why-takeover-network.webp") right top / auto 100% no-repeat #050402;
  padding-bottom: clamp(26px, 4vh, 40px);
  padding-top: clamp(50px, 6.2vh, 66px);
}

.biz-takeover-why .biz-takeover-copy {
  margin-top: 12px;
  max-width: 560px;
}

.biz-takeover-why .biz-takeover-copy h2::after {
  display: none;
}

.biz-takeover-rows-2col {
  column-gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 790px;
}

.biz-takeover-rows-2col .biz-takeover-row {
  align-items: flex-start;
}

.biz-takeover-rows-2col .biz-takeover-row .biz-takeover-icon {
  margin-top: 2px;
}

.biz-takeover-rows-2col .biz-takeover-row p {
  font-size: 14.5px;
}

.biz-takeover-quote {
  border-top: 1px solid rgba(216, 174, 82, 0.3);
  color: #f0e8d8;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.4;
  margin: clamp(20px, 3vh, 30px) 0 0;
  max-width: 560px;
  padding-top: clamp(16px, 2.4vh, 24px);
}

.biz-takeover-partner-btn {
  display: inline-flex;
  margin-top: clamp(18px, 2.6vh, 26px);
}

@media (max-width: 900px) {
  .biz-takeover-why .biz-takeover-hero {
    background:
      linear-gradient(180deg, rgba(5, 4, 2, 0.85) 0%, rgba(5, 4, 2, 0.65) 45%, #050402 100%),
      url("assets/partner-business/why-takeover-network.webp") 60% top / cover no-repeat #050402;
  }

  .biz-takeover-rows-2col {
    grid-template-columns: minmax(0, 1fr);
  }

  .biz-takeover-partner-btn {
    justify-content: center;
    width: 100%;
  }
}
