@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Rubik:wght@400;500;600;700&display=swap');

:root {
  --ink: #181b23;
  --asphalt: #292929;
  --red: #e74c3c;
  --red-dark: #c7362c;
  --blue: #e74c3c;
  --blue-dark: #c7362c;
  --sky: #e6e7e9;
  --orange: #e74c3c;
  --lime: #fff4f3;
  --ice: #f7f7f5;
  --white: #ffffff;
  --muted: #5a6069;
  --line: #d9dadd;
  --red-soft: #fff0ee;
  --shadow: 0 18px 50px rgba(24, 27, 35, 0.12);
  --radius: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--ice);
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }

a:focus-visible,
button:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }

.announcement {
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid #343842;
  text-align: center;
  padding: 9px 16px;
  font: 600 11px/1.4 'Rubik', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(24, 27, 35, 0.96);
  border-bottom: 1px solid #343842;
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 78px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 24px;
  align-items: center;
}

.brand { display: flex; align-items: center; gap: 11px; color:var(--white); font-weight: 700; }
.brand img { width: 54px; height: 54px; padding:3px; object-fit:contain; background:var(--white); border-radius:2px; }
.brand span { line-height: 1.05; letter-spacing: -.04em; }
.brand small { display: block; color: #b9bdc5; font: 500 9px/1.2 'Rubik', sans-serif; letter-spacing: .11em; margin-top: 4px; }

.nav-links { display: flex; justify-content: center; gap: 24px; color:var(--white); font-size: 13px; font-weight: 600; }
.nav-links a { padding: 28px 0 24px; border-bottom: 3px solid transparent; }
.nav-links a:hover, .nav-links a.active { border-color: var(--blue); color: var(--white); }

.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn, .pill-btn, .btn {
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.icon-btn:hover, .pill-btn:hover, .btn:hover { transform: translateY(-2px); }
.pill-btn { padding: 11px 16px; border-radius: 999px; background: var(--white); font-weight: 800; font-size: 12px; box-shadow: 0 4px 18px rgba(11,14,20,.08); }
.pill-btn.dark { background: var(--white); color: var(--ink); }

.mode-switch {
  display: inline-flex;
  padding: 4px;
  background: var(--asphalt);
  border: 1px solid #43464d;
  border-radius: 999px;
}
.mode-switch a { padding: 8px 14px; border-radius: 999px; color:#d7d9dd; font-size: 11px; font-weight: 700; }
.mode-switch a.active { color: var(--white); background: var(--blue); }

.vehicle-passport {
  position: sticky;
  top: 78px;
  z-index: 35;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 9px 24px rgba(199, 54, 44, .2);
}
.passport-inner { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.passport-vehicle { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 13px; }
.passport-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 5px rgba(255,255,255,.18); }
.passport-meta { display: flex; gap: 22px; font: 500 10px/1 'Rubik', sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.passport-link { text-decoration: underline; text-underline-offset: 3px; font-size: 11px; font-weight: 800; }

.hero {
  position: relative;
  overflow: hidden;
  background: #f1f2f3;
  border-bottom: 1px solid rgba(11,14,20,.1);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(24,27,35,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(24,27,35,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, #000, transparent 75%);
}
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding: 78px 0 88px; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; margin-bottom: 18px; font: 600 11px/1.2 'Rubik', sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 26px; height: 3px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
.display {
  max-width: 720px;
  margin-bottom: 22px;
  font: 600 clamp(60px, 6.7vw, 92px)/.91 'Oswald', sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.display .outline { color: var(--blue); -webkit-text-stroke: 0; }
.hero-copy > p { max-width: 610px; font-size: 18px; font-weight: 600; }

.fitment-card {
  margin-top: 32px;
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(11,14,20,.12);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.fitment-label { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 12px; font-size: 13px; font-weight: 800; }
.fitment-label small { color: var(--muted); font: 500 10px 'Rubik', sans-serif; }
.fitment-fields { display: grid; grid-template-columns: repeat(4, 1fr) 52px; gap: 8px; }
.fitment-fields select, .fitment-fields button {
  min-height: 52px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--ice);
  color: var(--ink);
  font-weight: 700;
}
.fitment-fields button { background: var(--orange); color: var(--white); border-color: var(--orange); font-size: 19px; }

.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-art::before { content:''; position:absolute; width: 470px; height: 470px; border:24px solid rgba(231,76,60,.13); border-radius:50%; background:transparent; right:-20px; top:38px; }
.vehicle-card { position: relative; width: 100%; max-width: 560px; }
.vehicle-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 10px solid var(--white); border-radius: 22px; box-shadow: var(--shadow); }
.vehicle-ticket { position: absolute; left: 22px; bottom: 22px; width: min(300px, calc(100% - 44px)); padding: 18px; color: var(--white); background: rgba(24, 27, 35, .94); border-radius: 12px; }
.vehicle-ticket strong { display: block; font: 600 26px/1 'Oswald', sans-serif; letter-spacing: .02em; }
.vehicle-ticket span { color: #b9c2d0; font: 500 10px/1.4 'Rubik', sans-serif; }
.hero-spec-panel { position:absolute; right:0; top:78px; width:190px; padding:18px; background:var(--white); border:1px solid var(--line); border-left:5px solid var(--red); border-radius:10px; box-shadow:0 18px 36px rgba(24,27,35,.14); }
.hero-spec-panel span { display:block; color:var(--muted); font:700 9px 'Rubik',sans-serif; letter-spacing:.09em; text-transform:uppercase; }
.hero-spec-panel strong { display:block; margin:8px 0 4px; font:600 28px/1 'Oswald',sans-serif; }
.hero-spec-panel small { display:block; color:var(--muted); font:500 10px/1.35 'Rubik',sans-serif; }

.quick-paths { background: var(--ink); color: var(--white); }
.quick-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.05fr; gap:1px; background:#303641; }
.quick-card { min-height: 168px; padding: 26px; position: relative; overflow: hidden; background:var(--ink); }
.quick-card.primary { background:#20242d; }
.quick-card.dealer-path { background:#11151d; }
.quick-card small { display: block; color: #aeb2ba; font: 500 10px 'Rubik', sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.quick-card strong { display: block; max-width: 210px; margin-top: 22px; font-size: 18px; }
.quick-card em { display:block; max-width:210px; margin-top:8px; color:#b9bdc5; font-style:normal; font-size:11px; line-height:1.35; }
.quick-icon { position: absolute; right: 20px; top: 20px; width:38px; height:38px; display:grid; place-items:center; color: var(--white); background:var(--red); border-radius:50%; font:700 10px 'Rubik',sans-serif; }
.quick-card:hover { background: var(--blue); }
.quick-card:hover small, .quick-card:hover em { color:rgba(255,255,255,.82); }

.section { padding: 100px 0; }
.section.white { background: var(--white); }
.section.blue { background: var(--ink); color: var(--white); }
.section.orange { background: var(--orange); color: var(--white); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.section-head h2 { max-width: 790px; margin: 0; font: 600 clamp(42px, 4.5vw, 64px)/.98 'Oswald', sans-serif; letter-spacing: -.01em; }
.section-head p { max-width: 430px; margin: 0; color: var(--muted); }
.section.blue .section-head p, .section.orange .section-head p { color: rgba(255,255,255,.78); }

.category-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.category-card { min-height: 420px; padding: 0; display:grid; grid-template-rows:auto 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ice); }
.category-card:first-child { background: #eceef0; }
.category-copy { padding:28px 28px 10px; position:relative; z-index:2; }
.category-card h3 { max-width: 280px; font: 600 32px/1 'Oswald', sans-serif; }
.category-card p { max-width: 300px; color: var(--muted); font-size: 13px; }
.category-media { min-height:230px; display:grid; place-items:end center; padding:10px 24px 24px; }
.category-card img { width: 100%; max-width:330px; max-height:240px; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(11,14,20,.2)); transition: transform .35s ease; }
.category-card:hover img { transform: scale(1.04); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; font-size: 12px; }
.text-link::after { content: '↗'; color: var(--blue); }

.journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.journey-card { min-height: 430px; padding: 38px; border-radius: var(--radius); position: relative; overflow: hidden; }
.journey-card.retail { background: var(--white); color: var(--ink); }
.journey-card.dealer { background: var(--asphalt); border: 1px solid rgba(255,255,255,.16); }
.journey-card .tag { display:inline-flex; padding:7px 11px; border-radius:999px; color:var(--white); background:var(--blue); font:600 10px 'Rubik',sans-serif; text-transform:uppercase; }
.journey-card h3 { max-width: 470px; margin-top: 42px; font: 600 44px/1 'Oswald',sans-serif; }
.journey-list { display: grid; gap: 10px; margin-top: 30px; }
.journey-item { display:flex; align-items:center; gap:12px; padding:12px 14px; border-radius:12px; background:rgba(11,14,20,.055); font-size:13px; font-weight:700; }
.dealer .journey-item { background:rgba(255,255,255,.08); }
.journey-item span { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; color:var(--white); background:var(--blue); font:600 10px 'Rubik',sans-serif; }

.metrics { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid rgba(255,255,255,.24); border-radius:var(--radius); overflow:hidden; }
.metric { padding:34px; border-right:1px solid rgba(255,255,255,.24); }
.metric:last-child { border-right:0; }
.metric strong { display:block; font:600 48px/1 'Oswald',sans-serif; }
.metric span { display:block; margin-top:7px; font-size:12px; color:rgba(255,255,255,.76); }

.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:50px; padding:0 20px; border-radius:12px; background:var(--ink); color:var(--white); font-size:12px; font-weight:800; }
.btn.blue { background:var(--ink); }
.btn.orange { background:var(--orange); }
.btn.lime { background:var(--white); color:var(--ink); }
.btn.light { background:var(--white); color:var(--ink); }
.btn.ghost { color:var(--ink); background:transparent; border:1px solid var(--line); }

.page-hero { padding: 70px 0 54px; background: var(--white); border-bottom:1px solid var(--line); }
.page-hero.compact { padding:36px 0 30px; }
.page-hero .crumbs { margin-bottom:24px; color:var(--muted); font:500 10px 'Rubik',sans-serif; text-transform:uppercase; }
.page-hero h1 { max-width:1000px; margin-bottom:16px; font:600 clamp(48px,6vw,82px)/.96 'Oswald',sans-serif; }
.page-hero p { max-width:720px; color:var(--muted); font-size:17px; }

.fitment-summary { padding:24px 0; background:var(--ink); color:var(--white); }
.summary-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:1px; background:#303641; }
.summary-grid > div { padding:22px; background:var(--ink); }
.summary-label { display:block; color:#aeb2ba; font:700 9px 'Rubik',sans-serif; letter-spacing:.1em; text-transform:uppercase; }
.summary-grid strong { display:block; margin:8px 0; font:600 24px/1 'Oswald',sans-serif; }
.summary-grid p { margin:0; color:#c7cbd2; font-size:12px; }

.collection-layout { display:grid; grid-template-columns:250px 1fr; gap:28px; align-items:start; }
.filter-panel { position:sticky; top:150px; background:var(--white); border:1px solid var(--line); border-radius:18px; padding:20px; }
.filter-title { display:flex; justify-content:space-between; margin-bottom:16px; font-size:13px; font-weight:800; }
.filter-group { padding:15px 0; border-top:1px solid var(--line); }
.filter-group strong { display:block; margin-bottom:10px; font-size:12px; }
.check { display:flex; gap:9px; align-items:center; margin:7px 0; color:var(--muted); font-size:12px; }
.check input { accent-color:var(--blue); }

.collection-tools { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:18px; }
.result-count { font:600 11px 'Rubik',sans-serif; color:var(--muted); }
.sort { padding:10px 14px; border:1px solid var(--line); border-radius:10px; background:var(--white); font-size:12px; font-weight:700; }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.product-card { display:flex; flex-direction:column; min-height:430px; overflow:hidden; background:var(--white); border:1px solid var(--line); border-radius:14px; transition:transform .25s ease,box-shadow .25s ease; }
.product-card:hover { transform:translateY(-5px); box-shadow:0 18px 40px rgba(11,14,20,.1); }
.product-media { position:relative; min-height:230px; display:grid; place-items:center; padding:42px 18px 22px; background:linear-gradient(145deg,#fff,#edf1f6); }
.product-media img { width:100%; max-width:220px; height:150px; object-fit:contain; mix-blend-mode:multiply; }
.fit-badge { position:absolute; left:12px; top:12px; padding:7px 10px; border-radius:999px; color:var(--blue-dark); background:var(--red-soft); border:1px solid #edc1bd; font:600 9px 'Rubik',sans-serif; text-transform:uppercase; }
.product-body { display:flex; flex:1; flex-direction:column; padding:17px; }
.sku { color:var(--muted); font:500 9px 'Rubik',sans-serif; text-transform:uppercase; letter-spacing:.07em; }
.product-body h3 { margin:8px 0 10px; font-size:15px; line-height:1.3; }
.spec-chips { display:flex; flex-wrap:wrap; gap:5px; margin-bottom:15px; }
.spec-chips span { padding:5px 7px; border-radius:6px; background:var(--ice); color:var(--muted); font-size:9px; font-weight:700; }
.price-row { display:flex; align-items:end; justify-content:space-between; margin-top:auto; }
.price-row strong { font-size:18px; }
.price-row a { color:var(--blue); font-size:11px; font-weight:800; }

.product-layout { display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:start; }
.gallery-main { min-height:580px; display:grid; place-items:center; background:var(--white); border:1px solid var(--line); border-radius:var(--radius); }
.gallery-main img { width:82%; height:480px; object-fit:contain; mix-blend-mode:multiply; }
.product-info { padding-top:12px; }
.product-info h1 { margin:12px 0 16px; font:600 clamp(44px,4.5vw,60px)/1 'Oswald',sans-serif; }
.rating { color:var(--blue); font-size:12px; }
.product-price { margin:20px 0; font-size:30px; font-weight:800; }
.fit-confirm { display:flex; align-items:center; gap:14px; margin:24px 0; padding:17px; border:1px solid #edc1bd; border-radius:14px; background:var(--red-soft); }
.fit-confirm strong { display:block; font-size:13px; }
.fit-confirm span { display:block; color:#7b3732; font-size:11px; }
.fit-icon { width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:var(--white);background:var(--blue);font-weight:900; }
.buy-row { display:grid; grid-template-columns:90px 1fr; gap:9px; }
.qty { width:100%; border:1px solid var(--line); border-radius:12px; text-align:center; font-weight:800; }
.dealer-note { margin-top:12px; padding:13px; background:#eceef0; border-radius:10px; font-size:11px; font-weight:700; }
.spec-table { width:100%; border-collapse:collapse; font-size:12px; }
.spec-table td { padding:13px 0; border-bottom:1px solid var(--line); }
.spec-table td:first-child { color:var(--muted); }
.spec-table td:last-child { text-align:right; font-weight:700; }

.content-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.content-block { padding:26px; background:var(--white); border:1px solid var(--line); border-radius:14px; }
.section.white .content-block { background:var(--ice); }
.content-block.wide { grid-column:span 2; }
.content-block h2 { margin-bottom:14px; font:600 clamp(34px,3.6vw,52px)/1 'Oswald',sans-serif; }
.content-block h3 { margin-bottom:12px; font:600 26px/1 'Oswald',sans-serif; }
.content-block p { color:var(--muted); font-size:13px; }
.content-block p:last-child { margin-bottom:0; }
.product-detail-grid { display:grid; grid-template-columns:1fr 320px; gap:18px; align-items:start; }
.decision-panel { padding:24px; background:var(--ink); color:var(--white); border-radius:14px; }
.decision-panel h3 { font:600 30px/1 'Oswald',sans-serif; }
.decision-row { display:flex; gap:12px; padding:14px 0; border-top:1px solid #303641; }
.decision-row span { width:28px; height:28px; flex:0 0 28px; display:grid; place-items:center; border-radius:50%; background:var(--red); color:var(--white); font:700 10px 'Rubik',sans-serif; }
.decision-row p { margin:0; color:#c7cbd2; font-size:12px; }
.related-grid { grid-template-columns:repeat(3,1fr); }
.faq-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.faq-grid details { padding:20px; background:var(--white); border:1px solid var(--line); border-radius:14px; }
.section.white .faq-grid details { background:var(--ice); }
.faq-grid summary { cursor:pointer; font-weight:800; }
.faq-grid p { margin:12px 0 0; color:var(--muted); font-size:13px; }

.dealer-hero { background:var(--asphalt); color:var(--white); }
.dealer-hero .page-hero { color:var(--white); background:transparent; border-color:#303641; }
.dealer-hero .page-hero p { color:#b9c2d0; }
.dealer-dashboard { display:grid; grid-template-columns:220px 1fr; min-height:700px; border:1px solid #303641; border-radius:var(--radius); overflow:hidden; background:var(--white); color:var(--ink); box-shadow:var(--shadow); }
.dealer-side { padding:24px; color:var(--white); background:#11151d; }
.dealer-side strong { display:block; margin-bottom:24px; font-size:13px; }
.dealer-side a { display:block; padding:10px 0; color:#aeb6c4; font-size:11px; }
.dealer-side a.active { color:#ff8176; }
.dealer-main { padding:28px; }
.account-bar { display:flex; justify-content:space-between; gap:20px; padding:17px; margin-bottom:20px; border-radius:13px; background:var(--red-soft); border:1px solid #edc1bd; }
.account-bar strong { font-size:13px; }
.account-bar span { font:500 10px 'Rubik',sans-serif; }
.quick-order { width:100%; border-collapse:collapse; font-size:11px; }
.quick-order th { padding:11px; background:var(--ice); text-align:left; color:var(--muted); font:600 9px 'Rubik',sans-serif; text-transform:uppercase; }
.quick-order td { padding:13px 11px; border-bottom:1px solid var(--line); }
.quick-order img { width:54px; height:54px; object-fit:contain; mix-blend-mode:multiply; }
.quick-order input { width:58px; padding:8px; border:1px solid var(--line); border-radius:8px; }

.timeline { position:relative; display:grid; gap:0; }
.timeline::before { content:''; position:absolute; left:100px; top:0; bottom:0; width:2px; background:var(--line); }
.timeline-row { position:relative; display:grid; grid-template-columns:100px 1fr; gap:38px; padding:0 0 38px; }
.timeline-week { font:600 11px 'Rubik',sans-serif; color:var(--blue); }
.timeline-dot { position:absolute; left:94px; top:0; width:14px; height:14px; border:3px solid var(--ice); border-radius:50%; background:var(--blue); }
.timeline-card { padding:24px; border:1px solid var(--line); border-radius:17px; background:var(--white); }
.timeline-card h3 { margin-bottom:8px; font-size:18px; }
.timeline-card p { margin:0; color:var(--muted); font-size:13px; }

.proof-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.portfolio-grid { grid-template-columns:repeat(3,1fr); }
.proof-card { padding:24px; min-height:220px; border:1px solid var(--line); border-radius:18px; background:var(--white); }
.proof-card strong { display:block; margin-bottom:15px; font:600 26px/1 'Oswald',sans-serif; }
.proof-card p { color:var(--muted); font-size:12px; }

.site-footer { padding:48px 0; color:#aab2c0; background:var(--ink); }
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:38px; }
.footer-grid h3 { color:var(--white); font:600 30px/1 'Oswald',sans-serif; }
.footer-grid strong { display:block; color:var(--white); margin-bottom:10px; font-size:12px; }
.footer-grid a, .footer-grid p { display:block; margin:6px 0; color:#9ba4b3; font-size:11px; }
.concept-note { margin-top:36px; padding-top:18px; border-top:1px solid #303641; font:500 9px/1.6 'Rubik',sans-serif; }

.reveal { animation: rise .65s ease both; }
@keyframes rise { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }

@media (max-width: 980px) {
  .nav { grid-template-columns:1fr auto; }
  .nav-links { display:none; }
  .hero-grid, .product-layout { grid-template-columns:1fr; }
  .hero-art { min-height:460px; }
  .category-grid { grid-template-columns:1fr 1fr; }
  .category-card:first-child { grid-column:1/-1; }
  .collection-layout { grid-template-columns:1fr; }
  .filter-panel { position:static; }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .proof-grid, .metrics { grid-template-columns:repeat(2,1fr); }
  .metric:nth-child(2) { border-right:0; }
  .metric { border-bottom:1px solid rgba(255,255,255,.24); }
  .dealer-dashboard { grid-template-columns:1fr; }
  .dealer-side { display:none; }
}

@media (max-width: 680px) {
  .shell { width:min(100% - 24px,1240px); }
  .nav { min-height:66px; }
  .brand span, .nav-actions .pill-btn { display:none; }
  .vehicle-passport { top:66px; }
  .passport-meta { display:none; }
  .hero-grid { min-height:auto; }
  .hero-copy { padding:58px 0 35px; }
  .display { font-size:68px; }
  .hero-art { min-height:400px; }
  .hero-art::before { width:320px; height:320px; }
  .vehicle-ticket { left:0; }
  .hero-spec-panel { right:12px; top:52px; width:170px; }
  .fitment-fields { grid-template-columns:1fr 1fr; }
  .fitment-fields button { grid-column:1/-1; }
  .quick-grid { grid-template-columns:1fr 1fr; }
  .quick-card:nth-child(2) { border-right:0; }
  .section { padding:70px 0; }
  .section-head { display:block; }
  .section-head p { margin-top:18px; }
  .category-grid, .journey-grid, .product-grid, .proof-grid, .portfolio-grid, .metrics, .footer-grid, .summary-grid, .content-grid, .product-detail-grid, .related-grid, .faq-grid { grid-template-columns:1fr; }
  .category-card:first-child { grid-column:auto; }
  .content-block.wide { grid-column:auto; }
  .metric { border-right:0; }
  .collection-tools { align-items:flex-start; flex-direction:column; }
  .product-layout { gap:28px; }
  .gallery-main { min-height:380px; }
  .gallery-main img { height:320px; }
  .dealer-main { padding:14px; overflow:auto; }
  .quick-order { min-width:680px; }
  .timeline::before { left:70px; }
  .timeline-row { grid-template-columns:70px 1fr; gap:20px; }
  .timeline-dot { left:64px; }
}

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