:root {
  --ink: #141414;
  --muted: #696d72;
  --paper: #f6f5f0;
  --surface: #ffffff;
  --line: #dedbd2;
  --charcoal: #1f2023;
  --charcoal-2: #303236;
  --red: #df372f;
  --red-dark: #a92722;
  --gold: #f2cd73;
  --green: #2d7d58;
  --blue: #2d7791;
  --bronze: #a36c37;
  --shadow: 0 18px 46px rgba(20, 20, 20, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

select {
  color-scheme: dark;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

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

button,
input,
select,
textarea {
  border: 0;
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
}

.promo-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 6px 18px;
  color: #fff;
  background: #2a2524;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.promo-bar a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.promo-bar button {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  font-size: 12px;
  font-weight: 950;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 0 clamp(20px, 4vw, 50px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-size: 22px;
  font-weight: 950;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.brand-mark::before {
  inset: 7px;
  border: 2px solid currentColor;
}

.brand-mark::after {
  inset: 14px;
  background: var(--red);
}

.main-nav {
  display: flex;
  gap: 38px;
  font-size: 15px;
  font-weight: 850;
}

.main-nav a {
  opacity: 0.84;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  opacity: 1;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 13px;
}

.header-actions .account-chip {
  order: 1;
}

.header-actions .vehicle-link {
  order: 2;
}

.header-actions [data-focus-search] {
  order: 3;
}

.header-actions .cart-link {
  order: 4;
}

.vehicle-link,
.icon-button,
.account-chip,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 900;
}

.vehicle-link {
  padding: 0 13px;
  color: var(--ink);
}

.icon-button {
  width: 44px;
  color: var(--ink);
  background: #f1eee6;
}

.account-chip {
  min-width: 92px;
  padding: 0 13px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
}

.account-chip:hover,
.account-chip:focus-visible {
  background: var(--red-dark);
}

.vehicle-link svg,
.icon-button svg,
.button svg,
.search-input svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button {
  min-width: 128px;
  padding: 0 18px;
  font-size: 14px;
}

.button.primary {
  color: #fff;
  background: var(--red);
}

.button.secondary {
  color: #fff;
  background: #252a31;
}

.button.ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
}

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

.full-width {
  width: 100%;
}

.catalog-hero {
  position: relative;
  overflow: hidden;
  padding: 28px clamp(20px, 4vw, 50px) 34px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(223, 55, 47, 0.22), transparent 28%),
    linear-gradient(135deg, #111214 0%, #24262a 58%, #151618 100%);
}

.breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 750;
}

.catalog-title {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
}

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

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

h1 {
  margin-bottom: 8px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 850;
}

#vehicleState {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  font-weight: 780;
}

.catalog-lede {
  max-width: 690px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-metrics span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.hero-metrics strong {
  color: #fff;
  font-size: 18px;
}

.catalog-visual {
  position: relative;
  height: 330px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--charcoal);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.catalog-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  opacity: 0.92;
}

.visual-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(14, 15, 17, 0.78);
  backdrop-filter: blur(14px);
}

.visual-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.visual-card strong {
  font-size: 18px;
}

.fitment-strip {
  display: grid;
  grid-template-columns: minmax(220px, 310px) 1fr;
  gap: 22px;
  align-items: center;
  width: min(calc(100% - 40px), 1180px);
  margin: -22px auto 0;
  padding: 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 24px clamp(20px, 4vw, 50px) 10px;
}

.trust-strip article {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.07);
}

.trust-strip span,
.guarantee-grid span,
.payment-options > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.trust-strip strong {
  font-size: 18px;
  line-height: 1.15;
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.fitment-copy {
  display: grid;
  gap: 6px;
}

.eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fitment-copy strong {
  font-size: 18px;
  line-height: 1.25;
}

.fitment-form {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr 1fr minmax(260px, auto);
  gap: 10px;
  align-items: end;
}

.fitment-form.has-custom-vehicle {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, auto);
}

.fitment-actions {
  display: grid;
  grid-template-columns: minmax(154px, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.fitment-actions .button {
  height: 44px;
  min-height: 44px;
}

.clear-vehicle-button {
  min-width: 132px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  background: #22262d;
}

.clear-vehicle-button:hover,
.clear-vehicle-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.32);
  background: #343a44;
}

.fitment-form label,
.search-box,
.toolbar label,
.appointment-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fitment-form select,
.fitment-form input,
.toolbar select,
.appointment-form input,
.appointment-form select,
.appointment-form textarea,
.search-input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  outline: none;
  font-weight: 850;
}

.fitment-form select,
.fitment-form input,
.toolbar select {
  padding: 0 12px;
}

.custom-vehicle-field[hidden] {
  display: none;
}

.catalog-shell {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr) minmax(260px, 320px);
  gap: 24px;
  align-items: start;
  padding: 34px clamp(20px, 4vw, 50px) 64px;
}

.filters,
.build-panel {
  position: sticky;
  top: 102px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 38px rgba(20, 20, 20, 0.06);
}

.filters {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.filter-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.filter-topline strong {
  font-size: 18px;
}

.filter-topline button {
  color: var(--red-dark);
  background: transparent;
  font-size: 13px;
  font-weight: 950;
}

.search-input {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
}

.search-input svg {
  width: 18px;
  color: var(--muted);
}

.search-input input {
  min-width: 0;
  color: var(--ink);
  background: transparent;
  outline: none;
  font-weight: 800;
}

.filter-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.filter-section summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 950;
}

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

.filter-section summary::after {
  content: "+";
  color: var(--muted);
  font-weight: 950;
}

.filter-section[open] summary::after {
  content: "-";
}

.check-list,
.finish-grid,
.size-grid {
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.check-row,
.finish-option,
.size-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
}

.check-row input {
  width: 20px;
  height: 20px;
  accent-color: var(--red);
}

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

.finish-option {
  justify-content: space-between;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  background: #f2f0e9;
}

.finish-option input {
  accent-color: var(--red);
}

.finish-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.swatch {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(20, 20, 20, 0.18);
  border-radius: 50%;
}

.swatch.black {
  background: #0d0d0d;
}

.swatch.machined {
  background: linear-gradient(135deg, #f4f4f1, #858b93);
}

.swatch.bronze {
  background: var(--bronze);
}

.swatch.chrome {
  background: linear-gradient(135deg, #ffffff, #b8bec5 45%, #f3f6f8);
}

.swatch.graphite {
  background: #3a3e44;
}

.swatch.black-machined {
  background: linear-gradient(135deg, #050607 0 44%, #d8dde1 45% 58%, #111317 59%);
}

.swatch.silver-machined {
  background: linear-gradient(135deg, #ffffff, #c8cdd2 45%, #7d858c);
}

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

.size-option {
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  background: #f2f0e9;
  font-weight: 950;
}

.size-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.size-option:has(input:checked) {
  color: #fff;
  background: var(--charcoal);
}

.range-control {
  display: grid;
  gap: 13px;
  padding-top: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 820;
}

.range-control input {
  accent-color: var(--red);
}

.product-column {
  min-width: 0;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.toolbar strong {
  display: block;
  margin-bottom: 4px;
  font-size: 19px;
}

.toolbar span {
  color: var(--muted);
  font-weight: 720;
}

.toolbar-controls {
  display: flex;
  gap: 10px;
  align-items: end;
}

.toolbar select {
  min-width: 96px;
}

.quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.quick-filters button {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--ink);
  background: #e8e4db;
  font-weight: 900;
}

.quick-filters button.active {
  color: #fff;
  background: var(--charcoal);
}

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

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(20, 20, 20, 0.07);
  cursor: pointer;
}

.product-card:focus-visible {
  outline: 3px solid rgba(45, 140, 255, 0.7);
  outline-offset: 3px;
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 248px;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.8), transparent 34%),
    linear-gradient(135deg, #f3f1ec, #e6e3dc),
    #f1efe8;
}

.badge-row {
  position: absolute;
  inset: 14px auto auto 14px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  max-width: calc(100% - 78px);
  pointer-events: none;
  z-index: 3;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 8px;
  color: #1d1a16;
  background: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.badge.fit {
  color: #fff;
  background: var(--green);
}

.favorite-button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 999px;
  color: var(--red);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.favorite-button svg {
  width: 21px;
  height: 21px;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linejoin: round;
}

.favorite-button.active svg,
.favorite-button:hover svg,
.favorite-button:focus-visible svg {
  fill: currentColor;
}

.favorite-button:focus-visible {
  outline: 3px solid rgba(45, 140, 255, 0.55);
  outline-offset: 3px;
}

.wheel-art {
  --rim: #272b31;
  --spoke: #111;
  --lip: #111;
  --accent: #5a5f66;
  position: relative;
  width: min(78%, 210px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, #111 0 8%, var(--accent) 9% 11%, #111 12% 16%, transparent 17%),
    radial-gradient(circle, transparent 0 45%, var(--rim) 46% 58%, var(--lip) 59% 68%, #0a0b0c 69% 100%);
  box-shadow:
    inset 0 0 0 10px #0b0c0d,
    inset 0 0 0 18px rgba(255, 255, 255, 0.08),
    0 22px 34px rgba(20, 20, 20, 0.2);
}

.product-image {
  position: relative;
  z-index: 1;
  width: min(88%, 260px);
  max-height: 252px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.38));
}

.wheel-art::before,
.wheel-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.wheel-art::before {
  inset: 22px;
  background: repeating-conic-gradient(from -12deg, transparent 0 8deg, var(--spoke) 8deg 14deg, transparent 14deg 30deg);
  -webkit-mask: radial-gradient(circle, transparent 0 18%, #000 19% 78%, transparent 79%);
  mask: radial-gradient(circle, transparent 0 18%, #000 19% 78%, transparent 79%);
}

.wheel-art::after {
  inset: 46px;
  background: radial-gradient(circle, #111 0 58%, var(--accent) 60% 72%, transparent 73%);
}

.wheel-art.machined {
  --rim: #c6c9cc;
  --spoke: #dfe1df;
  --lip: #f7f7f3;
  --accent: #818993;
}

.wheel-art.bronze {
  --rim: #8f5f32;
  --spoke: #b9824b;
  --lip: #14110e;
  --accent: #d2a15e;
}

.wheel-art.chrome {
  --rim: #f1f4f5;
  --spoke: #cfd6dc;
  --lip: #ffffff;
  --accent: #7f8790;
}

.wheel-art.graphite {
  --rim: #3d4147;
  --spoke: #555a63;
  --lip: #0d0e10;
  --accent: #868b93;
}

.wheel-art.mesh::before {
  background:
    repeating-conic-gradient(from 0deg, transparent 0 5deg, var(--spoke) 5deg 8deg, transparent 8deg 15deg),
    repeating-conic-gradient(from 8deg, transparent 0 5deg, var(--accent) 5deg 7deg, transparent 7deg 15deg);
}

.wheel-art.aero::before {
  background: repeating-conic-gradient(from 4deg, var(--spoke) 0 15deg, transparent 15deg 30deg);
}

.wheel-art.offroad::before {
  background: repeating-conic-gradient(from -10deg, transparent 0 6deg, var(--spoke) 6deg 13deg, transparent 13deg 24deg);
}

.wheel-art.beadlock {
  box-shadow:
    inset 0 0 0 8px #0b0c0d,
    inset 0 0 0 15px rgba(255, 255, 255, 0.12),
    inset 0 0 0 24px var(--accent),
    0 22px 34px rgba(20, 20, 20, 0.2);
}

.product-body {
  display: grid;
  gap: 13px;
  padding: 20px;
}

.product-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.product-title h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.18;
}

.price {
  color: var(--red-dark);
  font-size: 18px;
  font-weight: 950;
  white-space: nowrap;
}

.product-specs,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-specs span,
.chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 9px;
  border-radius: 999px;
  background: #ece8df;
  color: var(--charcoal-2);
  font-size: 12px;
  font-weight: 950;
}

.chip-row span {
  background: rgba(45, 119, 145, 0.12);
  color: var(--blue);
}

.product-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.product-hover-bubble {
  display: none;
}

.fitment-meter {
  display: grid;
  gap: 7px;
}

.fitment-meter div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.fitment-meter strong {
  color: var(--green);
}

.mini-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4dfd6;
}

.mini-track span {
  display: block;
  width: var(--score, 92%);
  height: 100%;
  background: linear-gradient(90deg, var(--green), #79b36f);
}

.monthly-note {
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 950;
}

.card-actions {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.card-share-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: #252a31;
}

.card-share-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-share-button:hover,
.card-share-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  background: var(--red-dark);
}

.compare-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.compare-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.select-package {
  min-width: 108px;
  min-height: 42px;
  color: #fff;
  background: var(--charcoal);
}

.select-package:hover,
.select-package:focus-visible {
  background: var(--red-dark);
}

.payment-cta {
  min-height: 48px;
}

.button.ghost.details-button {
  min-width: 92px;
  min-height: 40px;
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: #252a31;
  text-decoration: none;
}

.button.ghost.details-button:hover,
.button.ghost.details-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff;
  background: var(--red-dark);
}

@media (hover: hover) and (pointer: fine) {
  .product-hover-bubble {
    position: absolute;
    top: 62px;
    right: 16px;
    z-index: 5;
    display: grid;
    width: min(264px, calc(100% - 32px));
    gap: 8px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(12, 14, 17, 0.96);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.44);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px) scale(0.98);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    visibility: hidden;
  }

  .product-hover-bubble::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 24px;
    width: 13px;
    height: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(12, 14, 17, 0.96);
    transform: rotate(45deg);
  }

  .product-hover-bubble strong {
    color: #fff;
    font-size: 14px;
  }

  .product-hover-bubble span {
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
  }

  .product-card:hover .product-hover-bubble,
  .product-card:focus-within .product-hover-bubble {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
  }
}

body.detail-open {
  overflow: hidden;
}

.wheel-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.wheel-detail-modal[hidden] {
  display: none;
}

.wheel-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(10px);
}

.wheel-detail-panel {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: min(92vh, 940px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #111419;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.detail-close {
  position: sticky;
  top: 14px;
  left: calc(100% - 58px);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 14px 14px -56px auto;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  font-size: 18px;
  font-weight: 950;
}

body.modal-open {
  overflow: hidden;
}

.auth-modal {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.auth-modal[hidden] {
  display: none;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(10px);
}

.auth-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(100%, 460px);
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: #111419;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.auth-close {
  position: absolute;
  margin: 0;
  top: 14px;
  right: 14px;
  left: auto;
}

.auth-head h2 {
  margin-bottom: 0;
  font-size: 30px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 4px;
  border-radius: 8px;
  background: #08090a;
}

.auth-tabs button,
.social-auth button {
  min-height: 42px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  font-weight: 950;
}

.auth-tabs button.active {
  color: #fff;
  background: #22262d;
}

.social-auth {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.social-auth button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #171a1f;
}

.auth-form {
  display: grid;
  gap: 12px;
}

.auth-form[hidden],
.auth-verified[hidden] {
  display: none;
}

.auth-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.auth-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: #0d0f12;
  outline: none;
  font-weight: 850;
}

.auth-form input:focus {
  border-color: #2d8cff;
  background: #122235;
  box-shadow: 0 0 0 3px rgba(45, 140, 255, 0.2);
}

.auth-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.auth-verified {
  display: grid;
  gap: 9px;
}

.auth-verified span {
  color: #5ee09b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.auth-verified strong {
  font-size: 20px;
}

.auth-verified p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  overflow-wrap: anywhere;
}

.seo-page {
  display: grid;
  gap: 26px;
  padding: 112px 24px 56px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0, rgba(239, 51, 46, 0.16), transparent 34%),
    linear-gradient(180deg, #0d0f12 0, #15181d 46%, #0e1013 100%);
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1180px, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 850;
}

.seo-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}

.seo-hero,
.seo-section {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.seo-hero {
  display: grid;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(18, 21, 26, 0.9);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.seo-product-hero {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.seo-product-media {
  display: grid;
  place-items: center;
  min-height: 360px;
  border-radius: 8px;
  background: linear-gradient(135deg, #181c22, #111418);
}

.seo-product-media img {
  width: min(420px, 88%);
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.5));
}

.seo-copy {
  display: grid;
  gap: 16px;
}

.seo-copy h1,
.seo-section h2 {
  margin: 0;
  letter-spacing: 0;
}

.seo-copy h1 {
  max-width: 820px;
  font-size: 58px;
  line-height: 0.95;
  text-transform: uppercase;
}

.seo-copy p,
.seo-section p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.62;
}

.seo-pill-row,
.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-pill-row span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 900;
}

.seo-price-card {
  display: grid;
  gap: 6px;
  width: min(420px, 100%);
  padding: 18px;
  border: 1px solid rgba(239, 51, 46, 0.32);
  border-radius: 8px;
  background: rgba(239, 51, 46, 0.09);
}

.seo-price-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.seo-price-card strong {
  color: #fff;
  font-size: 30px;
}

.seo-price-card p {
  font-size: 13px;
  line-height: 1.45;
}

.loan-form {
  display: grid;
  gap: 12px;
  width: min(520px, 100%);
}

.loan-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.loan-form input,
.loan-form select {
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: #0b0d10;
  font-weight: 850;
}

.loan-form input:focus,
.loan-form select:focus {
  border-color: rgba(239, 51, 46, 0.72);
  outline: none;
}

.seo-fine-print {
  font-size: 12px;
}

.seo-section {
  display: grid;
  gap: 16px;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.seo-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  min-height: 132px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.seo-card-media {
  display: grid;
  place-items: center;
  min-height: 104px;
  border-radius: 8px;
  background: #111419;
}

.seo-card-media img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.seo-card-title {
  color: #fff;
  font-weight: 950;
}

.seo-card p,
.seo-card span {
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.4;
}

.seo-card span {
  color: var(--red);
  font-weight: 950;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.seo-link-grid a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 950;
}

.seo-link-grid span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.seo-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.seo-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.04);
}

.seo-table th,
.seo-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  font-size: 13px;
}

.seo-table th {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 950;
  text-transform: uppercase;
}

.seo-table td,
.seo-table a {
  color: #fff;
}

.seo-table a {
  font-weight: 950;
}

@media (max-width: 820px) {
  .seo-page {
    padding: 96px 14px 42px;
  }

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

  .seo-hero {
    padding: 18px;
  }

  .seo-copy h1 {
    font-size: 38px;
  }

  .seo-product-media {
    min-height: 260px;
  }
}

.wheel-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  padding: 28px;
}

.detail-gallery,
.detail-info {
  min-width: 0;
}

.detail-gallery {
  display: grid;
  gap: 14px;
}

.detail-main-image {
  display: grid;
  place-items: center;
  min-height: 560px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.13), transparent 34%),
    linear-gradient(145deg, #1b1f26, #0b0c0f);
}

.detail-main-image img {
  width: min(92%, 620px);
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.5));
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 10px;
}

.detail-thumbs button {
  min-height: 74px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #191d23;
}

.detail-thumbs button.active,
.detail-thumbs button:focus-visible {
  border-color: #ff463d;
}

.detail-thumbs img {
  width: 100%;
  height: 64px;
  object-fit: contain;
}

.detail-info {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-top: 18px;
}

.detail-info h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.94;
  text-transform: uppercase;
}

.detail-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.detail-price-row {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-price-row strong {
  color: #ff463d;
  font-size: 34px;
}

.detail-price-row span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 850;
}

.detail-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-stat-grid span,
.detail-spec-list div {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: #181c22;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-stat-grid strong,
.detail-spec-list dd {
  color: #fff;
  font-size: 15px;
  text-transform: none;
}

.detail-spec-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.detail-spec-list dt,
.detail-spec-list dd {
  margin: 0;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-actions .button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

.detail-variants {
  display: grid;
  gap: 10px;
}

.detail-variants > strong {
  color: #fff;
}

.variant-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}

.variant-table div {
  display: grid;
  grid-template-columns: 0.75fr 1.15fr 1.1fr 0.7fr;
  gap: 10px;
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
}

.variant-table div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.empty-results {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px dashed #c8c2b8;
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
  line-height: 1.45;
}

.build-panel {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.build-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
}

.build-header span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.build-header strong {
  color: var(--red-dark);
  font-size: 27px;
  line-height: 1;
}

.fitment-score {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  background: #edf5ef;
}

.fitment-score div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.fitment-score strong {
  color: var(--green);
  font-size: 18px;
}

.score-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(45, 125, 88, 0.14);
}

.score-track span {
  display: block;
  width: 96%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #85ba62);
}

.empty-build {
  display: grid;
  place-items: center;
  min-height: 120px;
  padding: 16px;
  border: 1px dashed #c8c2b8;
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
  line-height: 1.45;
}

.selected-build {
  display: grid;
  gap: 7px;
  padding: 14px;
  border-radius: 8px;
  background: #f1eee6;
}

.selected-build strong {
  font-size: 18px;
}

.selected-build span {
  color: var(--muted);
  font-weight: 780;
}

.build-lines {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.build-lines div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.build-lines strong {
  color: var(--ink);
}

.payment-options {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f1e9;
}

.payment-options div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.payment-options div strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 950;
}

.payment-options p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.panel-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.compare-band,
.guarantee-band,
.appointment-band {
  padding: 70px clamp(20px, 4vw, 50px);
}

.compare-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 30px;
  color: #fff;
  background: var(--charcoal);
}

.compare-band h2,
.section-heading h2 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: 0;
}

.compare-band p,
.section-heading p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.compare-list {
  display: grid;
  gap: 12px;
}

.compare-list > span {
  display: grid;
  place-items: center;
  min-height: 150px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.68);
}

.compare-item {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.compare-mini {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: conic-gradient(from 10deg, #111 0 12deg, #d2d5d8 12deg 20deg, #111 20deg 36deg);
  box-shadow: inset 0 0 0 8px #111;
}

.compare-item strong {
  display: block;
  margin-bottom: 4px;
}

.compare-item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 760;
}

.compare-item button {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 950;
}

.guarantee-band {
  color: var(--ink);
  background: #f4f1e9;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
}

.guarantee-grid article {
  display: grid;
  gap: 10px;
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.guarantee-grid strong {
  font-size: 24px;
  line-height: 1.1;
}

.guarantee-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.appointment-band {
  background: #e9f0ed;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 26px;
}

.section-heading p {
  color: var(--muted);
}

.appointment-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  padding: 0 13px;
}

.appointment-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.appointment-form .wide {
  grid-column: span 4;
}

.appointment-form button {
  justify-self: start;
}

.form-status {
  align-self: center;
  margin: 0;
  color: var(--green);
  font-weight: 950;
}

.compare-tray {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: rgba(20, 20, 20, 0.94);
  box-shadow: var(--shadow);
}

.compare-tray[hidden] {
  display: none;
}

.tray-button {
  min-width: 94px;
  min-height: 38px;
  color: #fff;
  background: var(--red);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 4vw, 50px);
  color: #fff;
  background: #101010;
}

.site-footer div {
  display: grid;
  gap: 5px;
}

.site-footer span,
.site-footer nav {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

@media (max-width: 1240px) {
  .catalog-shell {
    grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  }

  .build-panel {
    position: static;
    grid-column: 1 / -1;
  }

}

@media (min-width: 1500px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .main-nav {
    display: none;
  }

  .vehicle-link {
    display: none;
  }

  .catalog-title,
  .catalog-shell,
  .compare-band,
  .guarantee-grid,
  .appointment-form {
    grid-template-columns: 1fr;
  }

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

  .fitment-strip {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
  }

  .catalog-visual {
    height: 220px;
  }

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

  .fitment-form.has-custom-vehicle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fitment-form .button {
    grid-column: span 2;
  }

  .fitment-actions {
    grid-column: span 2;
  }

  .fitment-actions .button {
    grid-column: auto;
  }

  .filters {
    position: static;
    order: 2;
  }

  .product-column {
    order: 1;
  }

  .build-panel {
    order: 3;
  }

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

  .appointment-form .wide {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .promo-bar {
    align-items: center;
    flex-direction: column;
    gap: 2px;
    min-height: 46px;
  }

  .site-header {
    min-height: 66px;
    padding: 0 14px;
  }

  .brand {
    font-size: 16px;
  }

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

  .header-actions {
    gap: 7px;
  }

  .icon-button {
    width: 40px;
    min-height: 40px;
  }

  .account-chip {
    min-width: 68px;
    min-height: 40px;
    padding: 0 9px;
    font-size: 12px;
  }

  .catalog-hero,
  .catalog-shell,
  .compare-band,
  .guarantee-band,
  .appointment-band,
  .site-footer {
    padding-inline: 14px;
  }

  .catalog-hero {
    padding-top: 22px;
    padding-bottom: 34px;
  }

  .catalog-title {
    gap: 20px;
  }

  h1 {
    font-size: 36px;
  }

  .catalog-lede {
    font-size: 15px;
    line-height: 1.5;
  }

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

  .catalog-visual {
    height: 156px;
  }

  .visual-card {
    right: 12px;
    left: 12px;
    bottom: 12px;
    min-width: 0;
    padding: 10px 12px;
  }

  .fitment-strip {
    width: calc(100% - 28px);
    margin-top: -18px;
    padding: 14px;
  }

  .fitment-form,
  .trust-strip,
  .product-grid,
  .toolbar-controls {
    grid-template-columns: 1fr;
  }

  .fitment-form .button {
    grid-column: auto;
  }

  .fitment-actions {
    grid-template-columns: 1fr;
  }

  .clear-vehicle-button {
    width: 100%;
  }

  .toolbar-controls {
    display: grid;
    width: 100%;
  }

  .toolbar select {
    width: 100%;
  }

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

  .product-title,
  .card-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .select-package {
    width: 100%;
  }

  .compare-tray {
    width: calc(100% - 28px);
    justify-content: space-between;
  }
}

/* Modern enthusiast skin */
body {
  color: #f4f5f5;
  background:
    radial-gradient(circle at 78% 0%, rgba(223, 55, 47, 0.16), transparent 28%),
    linear-gradient(180deg, #08090a 0%, #111317 42%, #0b0c0e 100%);
}

.promo-bar {
  color: #f7f7f7;
  background: linear-gradient(90deg, #070707, #25100f 52%, #070707);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.promo-bar a {
  color: #ff4a3f;
}

.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  background: rgba(8, 9, 10, 0.9);
}

.main-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.icon-button {
  color: #fff;
  background: #171a1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.account-chip {
  color: #fff;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-link {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #08090a;
  border-radius: 999px;
  color: #fff;
  background: #ff463d;
  font-size: 11px;
  font-weight: 950;
}

.vehicle-link {
  color: rgba(255, 255, 255, 0.88);
}

.catalog-hero {
  min-height: 560px;
  isolation: isolate;
  background:
    #090a0c;
}

.catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.96) 0%, rgba(8, 10, 13, 0.86) 38%, rgba(8, 10, 13, 0.34) 66%, rgba(8, 10, 13, 0.5) 100%),
    radial-gradient(circle at 76% 22%, rgba(223, 55, 47, 0.24), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
  z-index: 1;
}

.breadcrumb {
  position: relative;
  z-index: 2;
}

.catalog-title {
  display: block;
  position: static;
}

.catalog-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.catalog-copy .eyebrow,
.fitment-copy .eyebrow,
.section-heading .eyebrow,
.compare-band .eyebrow {
  color: #ff463d;
}

h1 {
  text-transform: uppercase;
}

h1 span {
  color: rgba(255, 255, 255, 0.34);
}

.catalog-lede {
  color: rgba(255, 255, 255, 0.74);
}

.hero-metrics span {
  min-height: 46px;
  border-color: rgba(255, 70, 61, 0.28);
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-metrics strong {
  color: #ff463d;
}

.catalog-visual {
  position: absolute;
  inset: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  background: #090a0c;
  box-shadow: none;
  z-index: 0;
}

.catalog-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.62)),
    linear-gradient(90deg, rgba(7, 8, 10, 0.18), rgba(7, 8, 10, 0));
}

.catalog-visual img {
  object-position: 74% center;
  opacity: 0.78;
}

.visual-card {
  right: clamp(24px, 4vw, 50px);
  bottom: 84px;
  left: auto;
  z-index: 2;
  border-color: rgba(255, 70, 61, 0.22);
  background: rgba(7, 8, 10, 0.82);
}

.visual-card strong {
  color: #fff;
}

.fitment-strip {
  border-color: rgba(255, 70, 61, 0.18);
  color: #fff;
  background: rgba(13, 15, 18, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.trust-strip {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    #0d0f12;
}

.trust-strip article {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.09);
  color: #fff;
  background: linear-gradient(180deg, #171a1f, #111419);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.trust-strip article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #df372f, transparent);
}

.trust-strip span,
.guarantee-grid span,
.payment-options > span {
  color: #ff463d;
}

.trust-strip p {
  color: rgba(255, 255, 255, 0.62);
}

.account-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 28px;
  align-items: center;
  padding: 34px clamp(20px, 4vw, 50px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(45, 140, 255, 0.13), transparent 34%),
    #101216;
}

.account-copy {
  max-width: 660px;
}

.account-copy h2 {
  margin-bottom: 12px;
}

.account-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
}

.account-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #15181d;
}

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

.account-form.verify-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.account-form[hidden],
.account-verified[hidden] {
  display: none;
}

.account-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.account-form label:first-child {
  grid-column: 1 / -1;
}

.account-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: #111419;
  outline: none;
  font-weight: 850;
}

.account-form input:focus {
  border-color: #2d8cff;
  background: #122235;
  box-shadow: 0 0 0 3px rgba(45, 140, 255, 0.2);
}

.account-actions {
  display: flex;
  gap: 8px;
}

.account-verified {
  display: grid;
  gap: 8px;
}

.account-verified span {
  color: #5ee09b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.account-verified strong {
  font-size: 20px;
}

.account-verified p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  overflow-wrap: anywhere;
}

.form-status[data-tone="success"] {
  color: #5ee09b;
}

.form-status[data-tone="error"] {
  color: #ff8d87;
}

.consent-row {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
}

.fitment-copy strong {
  color: #fff;
}

.fitment-form label,
.search-box,
.toolbar label,
.appointment-form label {
  color: rgba(255, 255, 255, 0.54);
}

.fitment-form select,
.fitment-form input,
.toolbar select,
.appointment-form input,
.appointment-form select,
.appointment-form textarea,
.search-input {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  background: #111419;
}

.fitment-form select:focus,
.fitment-form input:focus,
.toolbar select:focus,
.appointment-form input:focus,
.appointment-form select:focus {
  border-color: #2d8cff;
  color: #fff;
  background: #122235;
  box-shadow: 0 0 0 3px rgba(45, 140, 255, 0.2);
}

.fitment-form select option,
.toolbar select option,
.appointment-form select option {
  color: #f7f8fa;
  background: #111419;
}

.catalog-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
    #0d0f12;
}

.filters,
.build-panel,
.product-card {
  border-color: rgba(255, 255, 255, 0.09);
  background: #15181d;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.filter-topline strong,
.filter-section summary,
.product-title h3,
.selected-build strong,
.build-lines strong {
  color: #fff;
}

.filter-topline button,
.price,
.build-header strong,
.monthly-note {
  color: #ff463d;
}

.filter-section {
  border-top-color: rgba(255, 255, 255, 0.09);
}

.check-row,
.finish-option,
.range-control {
  color: rgba(255, 255, 255, 0.86);
}

.finish-option,
.size-option,
.quick-filters button,
.product-specs span {
  background: #22262d;
  color: rgba(255, 255, 255, 0.82);
}

.size-option:has(input:checked),
.quick-filters button.active {
  color: #fff;
  background: linear-gradient(135deg, #df372f, #941f1b);
}

.toolbar strong {
  color: #fff;
}

.toolbar span,
.product-copy,
.selected-build span,
.build-lines,
.panel-note,
.compare-check {
  color: rgba(255, 255, 255, 0.62);
}

.product-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 70, 61, 0.36);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.product-media {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.15), transparent 32%),
    linear-gradient(145deg, #1d2026, #0f1115 72%);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: auto 16px 14px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  filter: blur(10px);
}

.wheel-art {
  z-index: 1;
  width: min(82%, 224px);
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.46));
}

.badge {
  background: #ffcf63;
}

.badge.fit {
  background: #21875b;
}

.chip-row span {
  color: #72d7ff;
  background: rgba(45, 119, 145, 0.2);
}

.mini-track {
  background: rgba(255, 255, 255, 0.1);
}

.select-package {
  background: linear-gradient(135deg, #df372f, #941f1b);
}

.fitment-score {
  background: rgba(33, 135, 91, 0.14);
}

.fitment-score div:first-child {
  color: rgba(255, 255, 255, 0.58);
}

.empty-build,
.selected-build {
  border-color: rgba(255, 255, 255, 0.08);
  background: #1d2026;
}

.payment-options {
  border-color: rgba(255, 70, 61, 0.18);
  background: rgba(255, 70, 61, 0.08);
}

.payment-options div strong {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.payment-options p {
  color: rgba(255, 255, 255, 0.58);
}

.compare-band {
  background:
    radial-gradient(circle at 80% 20%, rgba(223, 55, 47, 0.18), transparent 28%),
    linear-gradient(135deg, #111317, #090a0c);
}

.guarantee-band {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(223, 55, 47, 0.14), transparent 38%),
    #0d0f12;
}

.guarantee-grid article {
  border-color: rgba(255, 255, 255, 0.09);
  background: #15181d;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.guarantee-grid strong {
  color: #fff;
}

.guarantee-grid p {
  color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 760px) {
  .wheel-detail-modal {
    padding: 0;
    align-items: stretch;
  }

  .wheel-detail-panel {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .wheel-detail-content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .detail-close {
    top: 10px;
    margin: 10px 10px -52px auto;
  }

  .detail-main-image {
    min-height: 360px;
  }

  .detail-main-image img {
    max-height: 330px;
  }

  .detail-info {
    padding-top: 0;
  }

  .detail-stat-grid {
    grid-template-columns: 1fr;
  }

  .detail-actions {
    display: grid;
  }

  .detail-actions .button {
    width: 100%;
  }

  .variant-table div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.appointment-band {
  color: #fff;
  background: #111419;
}

.section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #070708;
}

@media (max-width: 620px) {
  .catalog-hero {
    min-height: 640px;
    padding-bottom: 92px;
  }

  .catalog-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 6, 8, 0.96) 0%, rgba(8, 10, 13, 0.82) 52%, rgba(8, 10, 13, 0.58) 100%),
      radial-gradient(circle at 70% 38%, rgba(223, 55, 47, 0.2), transparent 34%),
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: auto, auto, 42px 42px, 42px 42px;
  }

  h1 {
    font-size: 40px;
  }

  .catalog-lede {
    color: rgba(255, 255, 255, 0.7);
  }

  .fitment-strip {
    background: #111419;
  }

  .catalog-visual {
    height: auto;
  }

  .catalog-visual img {
    object-position: 70% center;
  }

  .visual-card {
    right: 14px;
    bottom: 22px;
    left: 14px;
    min-width: 0;
  }
}

/* Mobile shopping flow */
.mobile-shop-actions,
.mobile-action-bar {
  display: none;
}

.build-actions {
  display: grid;
  gap: 10px;
}

.coupon-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 28px;
  align-items: center;
  padding: 46px clamp(20px, 4vw, 50px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(223, 55, 47, 0.18), transparent 34%),
    #101216;
}

.coupon-band h2 {
  margin-bottom: 12px;
}

.coupon-band p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.coupon-form {
  display: grid;
  gap: 10px;
}

.coupon-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.coupon-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: #111419;
  outline: none;
  font-weight: 850;
}

.coupon-form input:focus {
  border-color: #2d8cff;
  box-shadow: 0 0 0 3px rgba(45, 140, 255, 0.2);
}

@media (max-width: 900px) {
  .catalog-shell,
  .account-band,
  .coupon-band {
    grid-template-columns: 1fr;
  }

  .filters {
    order: 1;
  }

  .product-column {
    order: 2;
  }

  .build-panel {
    order: 3;
  }

  .mobile-shop-actions {
    display: grid;
    grid-template-columns: repeat(5, minmax(116px, 1fr));
    gap: 10px;
    overflow-x: auto;
    padding: 14px;
    background: #0d0f12;
    scrollbar-width: none;
  }

  .mobile-shop-actions::-webkit-scrollbar {
    display: none;
  }

  .mobile-shop-actions a,
  .mobile-shop-actions button {
    display: grid;
    gap: 3px;
    min-height: 62px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 70, 61, 0.2);
    border-radius: 8px;
    color: #fff;
    background: #15181d;
    text-align: left;
  }

  .mobile-shop-actions span {
    color: #ff463d;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .mobile-shop-actions strong {
    font-size: 14px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 76px;
  }

  .promo-bar {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .promo-bar span {
    grid-column: 1 / -1;
  }

  .auth-modal {
    align-items: end;
    padding: 10px;
  }

  .auth-dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 22px 16px;
  }

  .social-auth,
  .auth-actions {
    grid-template-columns: 1fr;
  }

  .account-band,
  .coupon-band {
    gap: 18px;
    padding: 34px 14px;
  }

  .account-form,
  .account-form.verify-form,
  .coupon-form,
  .card-actions {
    grid-template-columns: 1fr;
  }

  .account-actions {
    display: grid;
  }

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

  .product-image {
    max-height: 204px;
  }

  .product-body {
    padding: 16px;
  }

  .compare-tray {
    bottom: 78px;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 9, 10, 0.96);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    display: grid;
    place-items: center;
    min-height: 44px;
    border-radius: 8px;
    color: #fff;
    background: #15181d;
    font-size: 12px;
    font-weight: 950;
  }

  .mobile-action-bar span {
    display: inline-grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    margin-left: 3px;
    border-radius: 999px;
    background: #ff463d;
    font-size: 11px;
  }
}
