:root {
  --fit-bg: #080a09;
  --fit-panel: #111410;
  --fit-ink: #f5f3ec;
  --fit-muted: #a5a79f;
  --fit-line: rgba(255, 255, 255, 0.14);
  --fit-red: #e94334;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--fit-ink); background: var(--fit-bg); font-family: Montserrat, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.fitment-page a:focus-visible,
.fitment-page summary:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.fitment-page { overflow: hidden; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; }
.fitment-shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.fitment-kicker { color: var(--fit-red); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.fitment-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); min-height: 72vh; border-bottom: 1px solid var(--fit-line); background: #0b0d0b; }
.fitment-hero__copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 125px) clamp(24px, 7vw, 105px); background: radial-gradient(circle at 15% 18%, rgba(233,67,52,.16), transparent 42%); }
.fitment-crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: auto; color: var(--fit-muted); font-size: .65rem; line-height: 1.5; }
.fitment-crumbs a { text-decoration: none; }
.fitment-hero h1 { max-width: 760px; margin: 22px 0; overflow-wrap: anywhere; font: 700 clamp(4rem, 7.7vw, 8.2rem)/.74 Teko, sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.fitment-hero__lead { max-width: 660px; margin: 0; color: #d1d3cb; font-size: clamp(.92rem, 1.2vw, 1.08rem); line-height: 1.75; }
.fitment-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 32px; }
.fitment-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 54px; max-width: 100%; padding: 16px 20px; color: #fff; background: var(--fit-red); font-size: .72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.fitment-text-link { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-size: .68rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.fitment-hero__media { position: relative; min-height: 580px; margin: 0; overflow: hidden; background: #242621; }
.fitment-hero__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.06); }
.fitment-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(8,10,9,.35), transparent 34%), linear-gradient(0deg, rgba(8,10,9,.84), transparent 42%); }
.fitment-hero__media figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: #fff; font-size: .62rem; line-height: 1.55; }
.fitment-section { padding-block: clamp(70px, 9vw, 135px); border-bottom: 1px solid var(--fit-line); }
.fitment-heading { display: grid; grid-template-columns: minmax(0, .78fr) minmax(300px, 1.22fr); gap: clamp(30px, 7vw, 100px); align-items: end; margin-bottom: 42px; }
.fitment-heading h2 { margin: 14px 0 0; font: 700 clamp(3.7rem, 7vw, 7.2rem)/.75 Teko, sans-serif; text-transform: uppercase; }
.fitment-heading > p { max-width: 670px; margin: 0 0 8px auto; color: var(--fit-muted); line-height: 1.75; }
.fitment-checks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--fit-line); border-left: 1px solid var(--fit-line); }
.fitment-checks article { min-width: 0; min-height: 225px; padding: 26px; border-right: 1px solid var(--fit-line); border-bottom: 1px solid var(--fit-line); background: rgba(17,20,16,.86); }
.fitment-checks b { color: var(--fit-red); font: 700 .72rem/1 monospace; }
.fitment-checks h3 { margin: 48px 0 10px; overflow-wrap: anywhere; font: 700 1.8rem/1 Teko, sans-serif; text-transform: uppercase; }
.fitment-checks p { margin: 0; color: var(--fit-muted); font-size: .76rem; line-height: 1.62; }
.fitment-context { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--fit-line); background: #10130f; }
.fitment-context > div { min-width: 0; padding: clamp(32px, 5vw, 70px); }
.fitment-context > div:first-child { background: linear-gradient(135deg, rgba(233,67,52,.15), transparent 60%); }
.fitment-context h2 { margin: 14px 0; font: 700 clamp(3.5rem, 6vw, 6.2rem)/.76 Teko, sans-serif; text-transform: uppercase; }
.fitment-context p { color: var(--fit-muted); line-height: 1.75; }
.fitment-features { display: grid; align-content: center; }
.fitment-features p { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; min-height: 62px; margin: 0; border-bottom: 1px solid var(--fit-line); }
.fitment-features b { color: var(--fit-red); font: 700 .7rem/1 monospace; }
.fitment-features strong { overflow-wrap: anywhere; font-size: .82rem; }
.fitment-proof { margin-top: 28px; border-left: 3px solid var(--fit-red); padding: 18px 20px; color: #d0d2ca; background: rgba(255,255,255,.04); font-size: .76rem; line-height: 1.7; }
.fitment-faq { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: clamp(32px, 7vw, 105px); }
.fitment-faq h2 { margin: 14px 0; font: 700 clamp(3.7rem, 7vw, 7rem)/.75 Teko, sans-serif; text-transform: uppercase; }
.fitment-faq__list { border-top: 1px solid var(--fit-line); }
.fitment-faq details { border-bottom: 1px solid var(--fit-line); background: rgba(17,20,16,.8); }
.fitment-faq summary { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; cursor: pointer; list-style: none; font: 700 1.35rem/1.1 Teko, sans-serif; text-transform: uppercase; }
.fitment-faq summary::-webkit-details-marker { display: none; }
.fitment-faq summary span { color: var(--fit-red); font-size: 1.6rem; }
.fitment-faq details[open] summary span { transform: rotate(45deg); }
.fitment-faq details p { max-width: 820px; margin: 0; padding: 0 20px 22px; color: var(--fit-muted); font-size: .82rem; line-height: 1.7; }
.fitment-related { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--fit-line); }
.fitment-related section { min-width: 0; padding: clamp(30px, 5vw, 64px); background: #0d100d; }
.fitment-related h2 { margin: 12px 0 24px; font: 700 clamp(2.8rem, 5vw, 5rem)/.78 Teko, sans-serif; text-transform: uppercase; }
.fitment-link-grid { display: grid; border-top: 1px solid var(--fit-line); }
.fitment-link-grid a { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--fit-line); color: #fff; font-size: .68rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.fitment-link-grid a span { color: var(--fit-red); }
.fitment-cta { padding-block: clamp(70px, 10vw, 150px); color: #080a09; background: var(--fit-red); text-align: center; }
.fitment-cta h2 { max-width: 1050px; margin: 14px auto 28px; font: 700 clamp(4rem, 9vw, 9rem)/.72 Teko, sans-serif; text-transform: uppercase; }
.fitment-cta p { max-width: 700px; margin: 0 auto 28px; line-height: 1.65; }
.fitment-cta .fitment-button { color: #fff; background: #080a09; }

@media (max-width: 900px) {
  .fitment-hero, .fitment-heading, .fitment-context, .fitment-faq, .fitment-related { grid-template-columns: 1fr; }
  .fitment-hero__copy { min-height: 570px; }
  .fitment-hero__media { min-height: 68vw; }
  .fitment-checks { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .fitment-shell { width: calc(100% - 24px); }
  .fitment-page { background-size: 44px 44px; }
  .fitment-hero__copy { min-height: 540px; padding: 72px 18px 48px; }
  .fitment-hero h1 { font-size: clamp(3.45rem, 17vw, 5rem); }
  .fitment-hero__media { min-height: 82vw; }
  .fitment-actions { display: grid; }
  .fitment-button { width: 100%; }
  .fitment-heading { gap: 14px; }
  .fitment-heading h2, .fitment-faq h2 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .fitment-checks { grid-template-columns: 1fr; }
  .fitment-checks article { min-height: 185px; padding: 22px; }
  .fitment-checks h3 { margin-top: 30px; }
  .fitment-context > div { padding: 34px 20px; }
  .fitment-context h2 { font-size: clamp(3.3rem, 16vw, 4.8rem); }
  .fitment-faq summary { font-size: 1.22rem; }
}

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