:root {
  --red: #c9152b;
  --red-dark: #a60f22;
  --red-soft: #fff0f2;
  --ink: #17181c;
  --ink-soft: #555861;
  --line: #e6e7eb;
  --muted: #f5f6f8;
  --white: #fff;
  --green: #16794d;
  --shadow: 0 16px 46px rgba(24, 26, 32, .09);
  --radius: 18px;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.shell--article { max-width: 840px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; color: #fff; background: var(--red); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(201, 21, 43, .35); outline-offset: 3px; }

.market-bar { color: #fff; background: #191a1f; font-size: .76rem; }
.market-bar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #40c984; box-shadow: 0 0 0 3px rgba(64, 201, 132, .14); }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(230, 231, 235, .92); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.header-row { min-height: 74px; display: flex; align-items: center; gap: 32px; }
.brand-mark { display: inline-flex; align-items: baseline; position: relative; font-size: 1.72rem; font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.brand-mark__afri { color: var(--red); }
.brand-mark__wheel { color: var(--ink); }
.brand-mark__dot { width: 6px; height: 6px; margin-left: 4px; border-radius: 50%; background: var(--red); }
.primary-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; color: #363840; font-size: .92rem; font-weight: 650; }
.primary-nav a { position: relative; padding-block: 25px; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: var(--red); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.header-cta { margin-left: 4px; }
.nav-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--red); border-radius: 10px; color: #fff; background: var(--red); font-weight: 750; line-height: 1; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { color: #fff; background: var(--red-dark); box-shadow: 0 8px 22px rgba(201, 21, 43, .22); transform: translateY(-1px); }
.button--small { min-height: 40px; padding-inline: 17px; font-size: .88rem; }
.button--ghost { color: var(--red); background: #fff; }
.button--ghost:hover { color: var(--red-dark); background: var(--red-soft); }
.button--white { border-color: #fff; color: var(--red); background: #fff; }
.button--white:hover { color: var(--red); background: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.eyebrow { display: block; margin-bottom: 10px; color: var(--red); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow--light { color: #ffd7dc; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(112deg, #fff 0 61%, #fff5f6 61% 100%); }
.hero__grid { min-height: 590px; display: grid; grid-template-columns: 1.28fr .72fr; align-items: center; gap: 70px; padding-block: 72px; }
.hero__copy h1 { max-width: 780px; margin: 0; font-size: clamp(2.7rem, 5.5vw, 5.2rem); line-height: .99; letter-spacing: -.065em; }
.hero__copy h1 span { color: var(--red); }
.hero__copy > p { max-width: 690px; margin: 26px 0 0; color: var(--ink-soft); font-size: 1.1rem; }
.hero-search { width: min(100%, 690px); min-height: 62px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 12px; margin-top: 34px; padding: 7px 7px 7px 19px; border: 1px solid #dfe0e5; border-radius: 12px; background: #fff; box-shadow: 0 14px 35px rgba(27, 29, 36, .09); }
.hero-search svg { width: 22px; fill: none; stroke: #777b84; stroke-width: 1.8; stroke-linecap: round; }
.hero-search input { min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.hero-search button { align-self: stretch; padding: 0 23px; border: 0; border-radius: 8px; color: #fff; background: var(--red); font-weight: 800; cursor: pointer; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #686b73; font-size: .82rem; }
.hero__trust strong { margin-right: 4px; color: var(--ink); font-size: 1rem; }
.hero__panel { position: relative; min-height: 420px; padding: 30px; overflow: hidden; border-radius: 24px; color: #fff; background: #1a1b20; box-shadow: var(--shadow); }
.hero__panel::before { content: ""; position: absolute; inset: -40% -60% auto auto; width: 320px; height: 320px; border-radius: 50%; background: rgba(201, 21, 43, .8); filter: blur(2px); }
.hero__panel-label { position: relative; z-index: 1; display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 100px; color: #e2e2e4; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero__panel h2 { position: relative; z-index: 1; margin: 17px 0 8px; font-size: 1.9rem; line-height: 1.1; letter-spacing: -.04em; }
.hero__panel p { position: relative; z-index: 1; color: #bfc0c5; }
.hero__panel a { position: relative; z-index: 1; display: inline-flex; margin-top: 7px; color: #fff; font-weight: 750; }
.evidence-orbit { position: relative; height: 205px; margin: 16px 0 0; }
.evidence-orbit__ring { position: absolute; width: 180px; height: 180px; top: 10px; left: 50%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 56px rgba(255,255,255,.018); }
.evidence-orbit__wheel { position: absolute; top: 103px; width: 58px; height: 58px; border: 8px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 3px #1a1b20; }
.evidence-orbit__wheel--one { left: calc(50% - 96px); }
.evidence-orbit__wheel--two { left: calc(50% + 38px); }
.evidence-orbit__line { position: absolute; top: 85px; left: 50%; width: 150px; height: 65px; border-left: 8px solid var(--red); border-bottom: 8px solid var(--red); transform: translateX(-50%) skewX(-20deg); }
.evidence-orbit__check { position: absolute; top: 26px; left: 50%; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 2.3rem; font-weight: 900; transform: translateX(-50%); }

.section { padding-block: 86px; }
.section--tight { padding-block: 72px; }
.section--muted { background: var(--muted); }
.section--catalogue { padding-top: 52px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > a { color: var(--red); font-weight: 750; }
.section-heading > span { color: var(--ink-soft); font-size: .86rem; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.category-card { min-height: 150px; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.category-card:hover { border-color: rgba(201,21,43,.4); box-shadow: 0 12px 28px rgba(27,29,36,.08); transform: translateY(-3px); }
.category-card__icon { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 0 auto; border-radius: 11px; color: var(--red); background: var(--red-soft); font-weight: 900; }
.category-card strong { font-size: 1rem; }
.category-card small { color: var(--ink-soft); }
.model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.model-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.model-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 3px 0 rgba(22, 23, 27, .015); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.model-card:hover { border-color: #d9dadd; box-shadow: var(--shadow); transform: translateY(-4px); }
.model-card__visual { position: relative; height: 220px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #fff 15%, #f0f1f4 100%); }
.model-card__visual::before { content: ""; position: absolute; width: 240px; height: 240px; top: -150px; right: -80px; border-radius: 50%; background: rgba(201,21,43,.09); }
.visual-note { position: absolute; right: 13px; bottom: 11px; padding: 4px 8px; border: 1px solid #dddfe4; border-radius: 999px; color: #777a82; background: rgba(255,255,255,.85); font-size: .64rem; font-weight: 700; letter-spacing: .03em; }
.model-card__body { padding: 19px 20px 18px; }
.model-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #73767e; font-size: .7rem; font-weight: 760; letter-spacing: .04em; text-transform: uppercase; }
.model-card h3 { margin: 12px 0 5px; font-size: 1.26rem; line-height: 1.2; letter-spacing: -.025em; }
.model-card h3 a:hover { color: var(--red); }
.model-card__tagline { min-height: 48px; margin: 0; color: var(--ink-soft); font-size: .88rem; }
.model-card__price { display: flex; flex-direction: column; margin-top: 18px; }
.model-card__price span { color: #7a7d85; font-size: .68rem; text-transform: uppercase; }
.model-card__price strong { font-size: 1.32rem; letter-spacing: -.02em; }
.model-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .78rem; }
.model-card__footer span { color: #747780; }
.model-card__footer a { color: var(--red); font-weight: 800; }
.lifecycle { display: inline-flex; align-items: center; padding: 3px 7px; border-radius: 999px; color: #53565e; background: #ebecf0; font-size: .64rem; font-weight: 800; white-space: nowrap; }
.lifecycle--active { color: #11643f; background: #e4f6ed; }
.lifecycle--upcoming { color: #9b4c05; background: #fff0d7; }

.vehicle-sketch { position: relative; width: 225px; height: 118px; display: block; transform: scale(.85); }
.vehicle-sketch__wheel { position: absolute; bottom: 5px; width: 62px; height: 62px; border: 8px solid #202126; border-radius: 50%; box-shadow: inset 0 0 0 4px #c8cbd1; }
.vehicle-sketch__wheel::after { content: ""; position: absolute; inset: 17px; border: 3px solid #878a92; border-radius: 50%; }
.vehicle-sketch__wheel--front { right: 4px; }
.vehicle-sketch__wheel--rear { left: 4px; }
.vehicle-sketch__frame { position: absolute; left: 48px; bottom: 42px; width: 125px; height: 45px; border-left: 8px solid var(--red); border-bottom: 8px solid var(--red); transform: skewX(-18deg) rotate(-2deg); }
.vehicle-sketch__tank { position: absolute; left: 91px; top: 36px; width: 62px; height: 29px; border-radius: 50% 65% 25% 55%; background: var(--red); transform: rotate(4deg); }
.vehicle-sketch__seat { position: absolute; left: 46px; top: 40px; width: 63px; height: 13px; border-radius: 12px 2px 7px 8px; background: #25262b; transform: rotate(5deg); }
.vehicle-sketch__fork { position: absolute; right: 46px; top: 34px; width: 8px; height: 70px; border-radius: 5px; background: #8d9098; transform: rotate(-18deg); transform-origin: top; }
.vehicle-sketch__fork::before { content: ""; position: absolute; width: 42px; height: 6px; top: -2px; left: -4px; border-radius: 8px; background: #25262b; transform: rotate(-8deg); }
.vehicle-sketch--scooters .vehicle-sketch__tank { left: 115px; top: 30px; width: 48px; height: 70px; border-radius: 55% 70% 25% 35%; }
.vehicle-sketch--scooters .vehicle-sketch__frame { left: 52px; width: 110px; height: 30px; }
.vehicle-sketch--dual-purpose .vehicle-sketch__wheel--front,
.vehicle-sketch--enduro .vehicle-sketch__wheel--front,
.vehicle-sketch--moto-x .vehicle-sketch__wheel--front { width: 66px; height: 66px; }
.vehicle-sketch--large { transform: scale(1.55); }

.guide-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.guide-split__intro h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.guide-split__intro p { color: var(--ink-soft); }
.guide-stack { border-top: 1px solid var(--line); }
.guide-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 17px; padding: 19px 5px; border-bottom: 1px solid var(--line); }
.guide-row > span { color: var(--red); font-size: .75rem; font-weight: 850; }
.guide-row strong, .guide-row small { display: block; }
.guide-row strong { line-height: 1.25; }
.guide-row small { margin-top: 4px; color: var(--ink-soft); }
.guide-row b { color: var(--red); }
.launch-strip { color: #fff; background: var(--red); }
.launch-strip__inner { min-height: 230px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 60px; padding-block: 42px; }
.launch-strip h2 { margin: 0; font-size: 2.35rem; line-height: 1.05; letter-spacing: -.04em; }
.launch-strip p { color: #ffe4e8; }

.page-hero { padding-block: 75px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff 0 66%, #fff2f4 66%); }
.page-hero--compact { padding-block: 60px; }
.page-hero h1 { max-width: 870px; margin: 0; font-size: clamp(2.45rem, 5vw, 4.5rem); line-height: 1.02; letter-spacing: -.06em; }
.page-hero p { max-width: 760px; color: var(--ink-soft); font-size: 1.05rem; }
.page-hero__grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.metric-panel { display: grid; grid-template-columns: repeat(3, 1fr); min-width: 430px; margin: 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.metric-panel div { padding: 22px; border-right: 1px solid var(--line); }
.metric-panel div:last-child { border-right: 0; }
.metric-panel dt { color: var(--red); font-size: 1.8rem; font-weight: 900; letter-spacing: -.04em; }
.metric-panel dd { margin: 0; color: var(--ink-soft); font-size: .74rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #777a82; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--red); }
.source-chip { display: inline-flex; margin-top: 18px; padding: 8px 12px; border-radius: 8px; color: #5d6068; background: #f0f1f3; font-size: .76rem; }
.source-chip a { margin-left: 5px; color: var(--red); font-weight: 750; }
.action-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.action-grid > a { min-height: 170px; display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: 15px; }
.action-grid strong { font-size: 1.15rem; }
.action-grid span { color: var(--ink-soft); font-size: .85rem; }
.action-grid b { margin: auto 0 0; color: var(--red); font-size: 1.25rem; }
.catalogue-layout { display: grid; grid-template-columns: 250px 1fr; gap: 38px; align-items: start; }
.filters { position: sticky; top: 106px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.filters h2 { margin: 0 0 17px; font-size: 1.1rem; }
.filters form { display: grid; gap: 8px; }
.filters label { margin-top: 7px; color: #565962; font-size: .74rem; font-weight: 750; }
.filters input, .filters select { width: 100%; min-height: 43px; padding: 0 11px; border: 1px solid #d9dae0; border-radius: 8px; color: var(--ink); background: #fff; }
.filters .button { margin-top: 12px; }
.filter-reset { padding: 8px; color: var(--red); text-align: center; font-size: .78rem; font-weight: 750; }
.results-bar { display: flex; justify-content: space-between; margin-bottom: 18px; color: var(--ink-soft); font-size: .8rem; }
.results-bar strong { color: var(--ink); }
.empty-state { grid-column: 1 / -1; padding: 55px 25px; border: 1px dashed #d5d6db; border-radius: 14px; text-align: center; background: #fff; }
.disclosure { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.disclosure h2 { margin: 0; font-size: 2rem; letter-spacing: -.04em; }
.disclosure p { margin-top: 0; color: var(--ink-soft); }

.model-hero { padding: 32px 0 64px; background: #fff; }
.model-hero__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 68px; align-items: center; }
.model-hero__visual { position: relative; min-height: 445px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: radial-gradient(circle at 50% 38%, #fff 0 26%, #f0f1f3 75%); }
.deferred-banner { position: absolute; left: 18px; right: 18px; bottom: 17px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.6); border-radius: 10px; color: #fff; background: rgba(25,26,31,.88); backdrop-filter: blur(8px); font-size: .76rem; }
.deferred-banner strong { color: #fff; }
.deferred-banner span { color: #d6d7da; }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: #fff; background: var(--red); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.pill--outline { border: 1px solid #dddfe3; color: #555861; background: #fff; }
.model-hero__copy h1 { margin: 15px 0; font-size: clamp(2.45rem, 4.2vw, 4.25rem); line-height: 1; letter-spacing: -.06em; }
.lead { color: var(--ink-soft); font-size: 1.05rem; }
.price-block { display: flex; flex-direction: column; margin-top: 30px; padding: 18px 0; border-block: 1px solid var(--line); }
.price-block > span { color: #6c6f77; font-size: .72rem; text-transform: uppercase; }
.price-block strong { font-size: 2.1rem; letter-spacing: -.04em; }
.price-block small { color: var(--ink-soft); }
.model-actions { display: flex; gap: 10px; margin-top: 22px; }
.verified-line { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: #656871; font-size: .74rem; }
.verified-line span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .68rem; font-weight: 900; }
.anchor-nav { position: sticky; top: 74px; z-index: 50; border-block: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.anchor-nav .shell { display: flex; gap: 30px; overflow-x: auto; }
.anchor-nav a { padding-block: 15px; color: #50535b; font-size: .78rem; font-weight: 750; white-space: nowrap; }
.anchor-nav a:hover { color: var(--red); }
.detail-grid { display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: start; }
.prose h2 { margin: 0 0 20px; font-size: 2.3rem; line-height: 1.12; letter-spacing: -.04em; }
.prose p { color: #41444c; white-space: pre-line; }
.completion-card { padding: 24px; border: 1px solid #f1cbd1; border-radius: 16px; background: var(--red-soft); }
.completion-card h2 { margin: 0; font-size: 1.4rem; }
.completion-card dl { margin: 20px 0; }
.completion-card dl div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(201,21,43,.13); }
.completion-card dt { color: #676a72; }
.completion-card dd { margin: 0; font-weight: 850; }
.completion-card p { color: #6c4148; font-size: .78rem; }
.variant-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.variant-table { width: 100%; border-collapse: collapse; }
.variant-table th, .variant-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; }
.variant-table th { color: #656870; background: #fafafb; font-size: .7rem; text-transform: uppercase; }
.variant-table tbody tr:last-child td { border-bottom: 0; }
.variant-table td:last-child { text-align: right; }
.variant-table .variant-detail-row td { padding: 0 18px 12px; text-align: left; background: #fafafb; }
.variant-more summary { padding: 10px 0; color: var(--red); font-size: .75rem; font-weight: 800; cursor: pointer; }
.variant-more > div { padding: 8px 0 18px; }
.variant-more p { max-height: 420px; margin: 0; padding-right: 10px; overflow: auto; color: #4a4d54; font-size: .8rem; white-space: pre-line; }
.variant-more dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0 0; }
.variant-more dl div { padding: 12px; border-radius: 8px; background: #fff; }
.variant-more dt { color: #72757d; font-size: .68rem; text-transform: uppercase; }
.variant-more dd { margin: 3px 0 0; font-size: .78rem; }
.table-note { color: #71747c; font-size: .75rem; }
.spec-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.spec-group { border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.spec-group h3 { margin: 0; padding: 15px 18px; border-bottom: 1px solid var(--line); background: #fafafb; font-size: .94rem; }
.spec-group dl { margin: 0; }
.spec-group dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 11px 18px; border-bottom: 1px solid #eff0f2; font-size: .82rem; }
.spec-group dl div:last-child { border-bottom: 0; }
.spec-group dt { color: #686b73; }
.spec-group dd { margin: 0; font-weight: 700; text-align: right; }
.colour-list { display: flex; flex-wrap: wrap; gap: 12px; }
.colour-list > span { min-width: 210px; display: grid; grid-template-columns: 24px 1fr; column-gap: 10px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.colour-list i { grid-row: 1 / 3; width: 23px; height: 23px; border: 6px solid #27282d; border-radius: 50%; box-shadow: inset 0 0 0 2px #bbb; }
.colour-list strong, .colour-list small { display: block; }
.colour-list small { color: #767981; }
.source-panel { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: start; padding: 35px; border: 1px solid var(--line); border-radius: 16px; }
.source-panel h2 { margin: 0; font-size: 2rem; letter-spacing: -.04em; }
.source-panel p { color: var(--ink-soft); }
.source-panel > div:last-child { display: grid; gap: 9px; padding: 18px; border-radius: 10px; background: var(--muted); font-size: .78rem; }
.source-panel a { color: var(--red); font-weight: 750; overflow-wrap: anywhere; }
.highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.highlight-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.highlight-grid h3 { margin: 0 0 17px; font-size: 1.2rem; }
.highlight-grid ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.highlight-grid li { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.highlight-grid li:last-child { padding-bottom: 0; border-bottom: 0; }
.highlight-grid li strong, .highlight-grid li span { display: block; }
.highlight-grid li span, .highlight-grid p { color: var(--ink-soft); font-size: .82rem; }
.faq-list--wide { max-width: 900px; }

.guide-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { min-height: 270px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 15px; }
.guide-card__type { color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.guide-card h2 { margin: 17px 0 10px; font-size: 1.35rem; line-height: 1.2; letter-spacing: -.025em; }
.guide-card h2 a:hover { color: var(--red); }
.guide-card p { color: var(--ink-soft); font-size: .88rem; }
.guide-card > div { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: .72rem; }
.guide-card > div span { color: #777a82; }
.guide-card > div a { color: var(--red); font-weight: 800; }
.article-hero { padding: 64px 0; border-bottom: 1px solid var(--line); background: linear-gradient(160deg, #fff 0 70%, #fff1f3); }
.article-hero h1 { margin: 0; font-size: clamp(2.55rem, 5.3vw, 4.7rem); line-height: 1.02; letter-spacing: -.06em; }
.article-hero p { color: var(--ink-soft); font-size: 1.12rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 25px; color: #686b73; font-size: .73rem; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 65px; justify-content: center; padding-block: 68px 100px; }
.article-toc { position: sticky; top: 125px; align-self: start; display: grid; gap: 10px; padding-left: 15px; border-left: 2px solid var(--line); font-size: .78rem; }
.article-toc strong { margin-bottom: 3px; }
.article-toc a { color: #686b73; }
.article-toc a:hover { color: var(--red); }
.article-lead { margin-top: 0; color: #33353b; font-size: 1.22rem; line-height: 1.7; }
.article-body section { scroll-margin-top: 135px; margin-top: 54px; }
.article-body h2 { margin-bottom: 17px; font-size: 2rem; line-height: 1.15; letter-spacing: -.035em; }
.article-body p, .article-body li { color: #41444c; }
.article-body li { margin-bottom: 8px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 17px 4px; font-weight: 750; cursor: pointer; }
.faq-list p { margin: -4px 4px 18px; }
.article-sources { padding: 24px; border-radius: 14px; background: var(--muted); }
.article-sources h2 { font-size: 1.35rem; }
.article-sources a { display: block; margin-top: 8px; color: var(--red); font-size: .78rem; overflow-wrap: anywhere; }

.site-footer { padding: 66px 0 20px; color: #d9dade; background: #191a1f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 50px; }
.brand-mark--footer .brand-mark__wheel { color: #fff; }
.footer-grid h2 { margin: 0 0 14px; color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid p { color: #aeb0b6; font-size: .78rem; }
.footer-grid a:not(.brand-mark) { display: block; margin: 8px 0; color: #bfc1c6; font-size: .8rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 18px; border-top: 1px solid #33343a; color: #83858c; font-size: .7rem; }

@media (max-width: 1020px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .82rem; }
  .hero__grid { grid-template-columns: 1fr .65fr; gap: 36px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-split { gap: 45px; }
  .launch-strip__inner { grid-template-columns: 1fr 1fr; }
  .launch-strip__inner .button { grid-column: 1 / -1; justify-self: start; }
  .action-grid { grid-template-columns: repeat(2, 1fr); }
  .model-hero__grid { gap: 38px; }
  .vehicle-sketch--large { transform: scale(1.25); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .market-bar__inner span:last-child, .header-cta { display: none; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; inset: 74px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 16px 25px rgba(0,0,0,.08); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 0; }
  .primary-nav a::after { display: none; }
  .hero { background: linear-gradient(165deg, #fff 0 67%, #fff4f5 67%); }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-block: 58px; }
  .hero__panel { min-height: 390px; }
  .page-hero__grid { grid-template-columns: 1fr; }
  .metric-panel { min-width: 0; width: 100%; }
  .guide-split, .model-hero__grid, .detail-grid, .source-panel, .disclosure, .highlight-grid { grid-template-columns: 1fr; }
  .model-hero__copy { grid-row: 1; }
  .model-hero__visual { min-height: 380px; }
  .catalogue-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .guide-card-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; display: flex; flex-wrap: wrap; padding: 15px; border: 1px solid var(--line); border-radius: 10px; }
  .spec-groups { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-row { min-height: 66px; }
  .primary-nav { top: 66px; }
  .brand-mark { font-size: 1.55rem; }
  .hero__grid { gap: 28px; padding-block: 45px; }
  .hero__copy h1 { font-size: 2.85rem; }
  .hero-search { grid-template-columns: 20px 1fr; padding: 8px 12px; }
  .hero-search button { grid-column: 1 / -1; min-height: 45px; }
  .hero__trust { gap: 10px 18px; }
  .section { padding-block: 58px; }
  .section--tight { padding-block: 50px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 24px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { min-height: 130px; }
  .model-grid, .model-grid--two, .guide-card-grid { grid-template-columns: 1fr; }
  .guide-split { gap: 38px; }
  .launch-strip__inner { grid-template-columns: 1fr; gap: 12px; }
  .launch-strip__inner .button { grid-column: auto; }
  .page-hero { padding-block: 50px; }
  .page-hero h1 { font-size: 2.7rem; }
  .metric-panel { grid-template-columns: 1fr; }
  .metric-panel div { display: flex; align-items: baseline; gap: 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-panel div:last-child { border-bottom: 0; }
  .action-grid { grid-template-columns: 1fr; }
  .action-grid > a { min-height: 140px; }
  .model-hero { padding-bottom: 44px; }
  .model-hero__visual { min-height: 320px; }
  .vehicle-sketch--large { transform: scale(1); }
  .deferred-banner { flex-direction: column; align-items: flex-start; gap: 2px; }
  .model-actions { flex-direction: column; }
  .anchor-nav { top: 66px; }
  .variant-table th, .variant-table td { min-width: 145px; padding: 13px; }
  .source-panel { padding: 22px; gap: 25px; }
  .article-hero { padding-block: 48px; }
  .article-layout { padding-block: 45px 70px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
