: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;
}

.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;
}

.vehicle-link,
.icon-button,
.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;
}

.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.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 auto;
  gap: 10px;
  align-items: end;
}

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

.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 {
  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);
}

.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 14px auto;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}

.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);
}

.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;
}

.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: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.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);
}

.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;
  }

  .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;
  }

  .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;
  }

  .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);
}

.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);
}

.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);
}

.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,
  .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;
  }

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

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

  .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;
  }
}
