:root {
  --ink: #11120f;
  --ink-2: #1a1b17;
  --paper: #f1efe8;
  --paper-2: #e5e1d6;
  --line: rgba(17, 18, 15, .16);
  --muted: #74756e;
  --orange: #ff5c35;
  --acid: #c9f33f;
  --cyan: #71e3dd;
  --white: #fffef8;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); }
body.panel-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--acid); padding: .8rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.utility-bar {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center;
  min-height: 34px; padding: 0 clamp(1rem, 4vw, 4.5rem); background: var(--acid);
  font: 700 .68rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase;
}
.utility-bar span:last-child { text-align: right; }
.utility-bar i { display: inline-block; width: 6px; height: 6px; margin-right: .4rem; border-radius: 50%; background: var(--ink); animation: pulse 2s infinite; }
@keyframes pulse { 50% { opacity: .3; } }

.site-header {
  position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  min-height: 78px; padding: 0 clamp(1rem, 4vw, 4.5rem); background: rgba(241,239,232,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; width: max-content; text-decoration: none; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; background: var(--ink); transform: rotate(-2deg); overflow: hidden; }
.brand-mark b { position: absolute; display: block; width: 30px; height: 4px; background: var(--orange); transform: skewX(-28deg); }
.brand-mark b:nth-child(1) { top: 11px; left: 7px; }
.brand-mark b:nth-child(2) { top: 20px; left: 3px; background: var(--white); }
.brand-mark b:nth-child(3) { top: 29px; left: 10px; background: var(--cyan); }
.brand-type { display: flex; gap: .18rem; align-items: baseline; font: 700 1.55rem/1 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.brand-type em { color: var(--orange); font-style: italic; }
.site-header nav { display: flex; gap: clamp(1rem, 3vw, 2.8rem); }
.site-header nav a { position: relative; font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }
.watchlist-button { justify-self: end; border: 0; background: none; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.watchlist-button span { display: inline-grid; place-items: center; min-width: 27px; height: 27px; margin-left: .4rem; border-radius: 50%; background: var(--ink); color: var(--white); }
.menu-button { display: none; justify-self: end; border: 1px solid var(--ink); background: transparent; padding: .5rem .7rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; }

.hero { position: relative; min-height: 690px; padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem) 2rem; color: var(--white); background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 0 0 54%; background: radial-gradient(circle at 45% 48%, rgba(255,92,53,.26), transparent 32%), linear-gradient(115deg, transparent 15%, rgba(113,227,221,.11) 55%, transparent 56%); }
.hero::after { content: ""; position: absolute; right: -8%; top: 16%; width: 47vw; height: 32vw; max-height: 450px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: rotate(-9deg); box-shadow: 0 0 0 32px rgba(255,255,255,.018), 0 0 0 64px rgba(255,255,255,.014); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero-copy { position: relative; z-index: 2; width: min(650px, 55vw); }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.2rem; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; place-items: center; min-width: 34px; height: 22px; padding: 0 .4rem; background: var(--orange); color: var(--white); transform: skewX(-8deg); }
.eyebrow.light { color: #b9bbb3; }
.hero h1, .section-heading h2, .index-intro h2, .watch-head h2 { margin: 0; font-family: var(--display); text-transform: uppercase; letter-spacing: -.04em; }
.hero h1 { max-width: 700px; font-size: clamp(5.3rem, 9.2vw, 9.5rem); line-height: .77; }
.hero h1 i, .section-heading h2 i, .index-intro h2 i { color: var(--orange); font-style: italic; }
.hero-deck { max-width: 575px; margin: 2.3rem 0 0; color: #cfd0ca; font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.6; }
.hero-actions { display: flex; gap: .7rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 1.35rem; border: 1px solid rgba(255,255,255,.3); font-size: .77rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.button.primary { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.button.primary b { margin-left: 1rem; font-size: 1.2rem; }
.button:hover { transform: translateY(-2px); }
.button.secondary:hover { background: var(--white); color: var(--ink); }

.hero-board { position: absolute; z-index: 3; right: clamp(1rem, 5vw, 6rem); top: 14%; width: min(35vw, 470px); min-height: 430px; padding: 1.4rem; border: 1px solid rgba(255,255,255,.22); background: rgba(17,18,15,.72); box-shadow: 0 30px 80px rgba(0,0,0,.3); backdrop-filter: blur(12px); transform: rotate(1deg); }
.board-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.17); color: #c8c9c2; font: 700 .64rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase; }
.board-top em { padding: .4rem .6rem; background: var(--orange); color: var(--white); font-style: normal; }
.vehicle-outline { position: relative; height: 180px; margin-top: 1rem; overflow: hidden; }
.car-body { position: absolute; left: 7%; right: 5%; bottom: 34px; height: 56px; border: 3px solid var(--cyan); border-radius: 50% 40% 15% 10% / 70% 60% 22% 20%; transform: skewX(-8deg); box-shadow: 0 0 30px rgba(113,227,221,.12); }
.car-body::before { content: ""; position: absolute; left: 25%; top: -46px; width: 48%; height: 45px; border: 3px solid var(--cyan); border-bottom: 0; clip-path: polygon(17% 0, 79% 0, 100% 100%, 0 100%); }
.car-body::after { content: "1:24  /  184 PARTS"; position: absolute; right: 12px; top: 17px; color: var(--cyan); font: 600 .55rem/1 var(--body); letter-spacing: .1em; }
.wheel { position: absolute; bottom: 16px; width: 48px; height: 48px; border: 4px double var(--white); border-radius: 50%; background: var(--ink); box-shadow: inset 0 0 0 7px var(--ink), inset 0 0 0 9px var(--orange); }
.wheel.one { left: 18%; } .wheel.two { right: 15%; }
.hero-board dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.hero-board dl div { padding: 0 .7rem; border-right: 1px solid rgba(255,255,255,.17); }
.hero-board dl div:first-child { padding-left: 0; }
.hero-board dl div:last-child { border: 0; }
.hero-board dt { font: 700 2.5rem/1 var(--display); }
.hero-board dd { margin: .35rem 0 0; color: #979990; font-size: .63rem; line-height: 1.2; text-transform: uppercase; }
.hero-board > p { display: flex; gap: .5rem; align-items: center; margin: 1.1rem 0 0; color: #aaaca3; font-size: .68rem; }
.hero-board > p span { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); }
.hero-foot { position: absolute; z-index: 2; left: clamp(1rem, 4vw, 4.5rem); right: clamp(1rem, 4vw, 4.5rem); bottom: 1.6rem; display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.17); color: #85877f; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }

.radar-section, .source-section { padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2, .index-intro h2 { font-size: clamp(3.2rem, 6vw, 6.4rem); line-height: .82; }
.section-heading > p { max-width: 430px; margin: 0 0 .3rem; color: var(--muted); line-height: 1.65; }
.release-tabs { display: flex; gap: 0; margin-bottom: 1.3rem; border-bottom: 1px solid var(--line); }
.release-tabs button { padding: .8rem 1.1rem; border: 0; border-bottom: 3px solid transparent; background: none; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.release-tabs button.active { border-color: var(--orange); color: var(--ink); }
.radar-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.release-card { position: relative; grid-column: span 4; min-height: 455px; background: var(--white); overflow: hidden; cursor: pointer; }
.release-card.featured { grid-column: span 6; }
.release-card-media { position: relative; min-height: 250px; padding: 1.2rem; background: linear-gradient(135deg, #ddd9cf, #f9f7f0); overflow: hidden; }
.release-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.kit-art { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; padding: 1.4rem; color: var(--white); background: linear-gradient(145deg, color-mix(in srgb, var(--art) 84%, #000), #161713 65%); overflow: hidden; }
.kit-art::before { content: ""; position: absolute; width: 80%; height: 65%; right: -15%; top: -8%; border: 20px solid rgba(255,255,255,.07); border-radius: 50%; transform: rotate(-15deg); }
.kit-art::after { content: ""; position: absolute; left: 1.4rem; top: 1.3rem; width: 34px; height: 6px; background: var(--acid); box-shadow: 13px 12px 0 var(--cyan), -5px 24px 0 var(--orange); transform: skewX(-25deg); }
.kit-art span, .kit-art strong, .kit-art em, .kit-art b { position: relative; z-index: 1; }
.kit-art span { color: rgba(255,255,255,.65); font: 700 .75rem/1 var(--body); letter-spacing: .1em; }
.kit-art strong { max-width: 90%; margin-top: .4rem; font: 700 clamp(1.7rem, 3.5vw, 3.3rem)/.82 var(--display); text-transform: uppercase; }
.kit-art em { margin-top: .45rem; color: var(--art); font: italic 700 1rem/1 var(--display); text-transform: uppercase; }
.kit-art b { margin-top: .9rem; font-size: .52rem; letter-spacing: .16em; }
.release-card:hover img { transform: scale(1.035); }
.release-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(17,18,15,.18)); pointer-events: none; }
.status-pill { position: absolute; z-index: 2; left: 1rem; top: 1rem; padding: .45rem .65rem; background: var(--ink); color: var(--white); font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.status-pill.upcoming { background: var(--orange); }
.verify-chip { position: absolute; z-index: 2; right: 1rem; top: 1rem; padding: .4rem .55rem; background: rgba(255,254,248,.91); color: var(--ink); font-size: .58rem; font-weight: 700; text-transform: uppercase; }
.release-card-body { padding: 1.3rem 1.4rem 1.5rem; }
.release-card-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.release-card h3 { margin: .8rem 0 .5rem; font: 700 clamp(1.65rem, 2.5vw, 2.25rem)/.95 var(--display); text-transform: uppercase; }
.release-card .release-maker { color: var(--orange); }
.release-card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 1.2rem; padding-top: .9rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .66rem; }
.watch-toggle { position: relative; z-index: 3; border: 1px solid var(--line); background: transparent; padding: .5rem .7rem; font-size: .62rem; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.watch-toggle.active { border-color: var(--acid); background: var(--acid); color: var(--ink); }

.maker-marquee { overflow: hidden; padding: 1.1rem 0; background: var(--orange); color: var(--white); }
.maker-marquee div { display: flex; gap: 2rem; align-items: center; width: max-content; padding-left: 2rem; font: 700 clamp(1.3rem, 2.5vw, 2.3rem)/1 var(--display); letter-spacing: .03em; text-transform: uppercase; animation: marquee 28s linear infinite; }
.maker-marquee i { color: var(--ink); font-size: .65em; }
@keyframes marquee { to { transform: translateX(-34%); } }

.index-section { padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem); color: var(--white); background: var(--ink); }
.index-intro { display: flex; justify-content: space-between; gap: 3rem; align-items: end; }
.search-box { position: relative; width: min(480px, 45vw); }
.search-box label { display: block; margin-bottom: .6rem; color: #94968e; font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.search-box input { width: 100%; height: 60px; padding: 0 3rem 0 1rem; border: 1px solid #484a43; outline: 0; background: var(--ink-2); color: var(--white); }
.search-box input:focus { border-color: var(--cyan); }
.search-box kbd { position: absolute; right: 1rem; bottom: 18px; display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #5d5f57; color: #8f9189; }
.index-controls { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-top: 3rem; padding: 1.2rem 0; border-top: 1px solid #343630; border-bottom: 1px solid #343630; }
.filter-group { display: flex; gap: .5rem; }
.filter-group button { padding: .65rem .85rem; border: 1px solid #454740; background: transparent; color: #bcbdb6; font-size: .68rem; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.filter-group button.active { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.select-controls { display: flex; gap: 1.4rem; }
.select-controls label { color: #8e9088; font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.select-controls select { margin-left: .5rem; border: 0; border-bottom: 1px solid #585a53; background: var(--ink); color: var(--white); padding: .4rem 1.5rem .4rem .3rem; }
.result-bar { display: flex; justify-content: space-between; padding: 1.2rem 0 .8rem; color: #979990; font-size: .68rem; text-transform: uppercase; }
.result-bar button { border: 0; border-bottom: 1px solid #6c6e66; background: none; color: #aaaca4; cursor: pointer; }
.kit-table { border-top: 1px solid #41433d; }
.kit-row { display: grid; grid-template-columns: 72px minmax(240px, 1.5fr) .65fr .55fr .7fr 44px; gap: 1rem; align-items: center; min-height: 98px; padding: .8rem 0; border-bottom: 1px solid #343630; transition: background .2s ease; cursor: pointer; }
.kit-row:hover { background: #191a17; }
.kit-thumb { position: relative; inset: auto; width: 72px; height: 72px; object-fit: cover; background: #282a25; padding: 0; }
.kit-thumb.kit-art strong { font-size: .62rem; line-height: .9; }
.kit-thumb.kit-art span, .kit-thumb.kit-art em, .kit-thumb.kit-art b, .kit-thumb.kit-art::after { display: none; }
.kit-name span { display: block; margin-bottom: .25rem; color: var(--orange); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.kit-name strong { font: 700 1.45rem/1 var(--display); text-transform: uppercase; }
.kit-cell { color: #a9aba3; font-size: .72rem; }
.kit-cell strong { display: block; margin-bottom: .25rem; color: #ecece6; font-size: .66rem; text-transform: uppercase; }
.row-status { width: max-content; padding: .4rem .55rem; background: #282a25; color: var(--cyan); font-size: .6rem; font-weight: 700; text-transform: uppercase; }
.row-status.upcoming { color: var(--acid); }
.row-arrow { color: var(--orange); font-size: 1.4rem; }
.empty-state { padding: 4rem 1rem; text-align: center; color: #a8aaa1; }

.source-section { background: var(--paper-2); }
.source-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.source-card { position: relative; min-height: 370px; padding: 1.5rem; background: var(--paper); }
.source-card.primary-source { color: var(--white); background: var(--ink); }
.source-number { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid currentColor; font: 700 1.2rem/1 var(--display); }
.source-label { margin-top: 4.2rem; color: var(--orange); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.source-card h3 { margin: .7rem 0; font: 700 2rem/1 var(--display); text-transform: uppercase; }
.source-card > p:not(.source-label) { color: var(--muted); font-size: .85rem; line-height: 1.65; }
.primary-source > p:not(.source-label) { color: #aeb0a8; }
.source-status { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: .5rem; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.18); color: var(--acid); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.source-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.source-status.muted { border-color: var(--line); color: var(--muted); }
.method-strip { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; padding: 1.1rem 1.2rem; border: 1px solid var(--line); background: var(--white); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.method-strip strong { color: var(--orange); }
.method-strip b { color: var(--muted); }

footer { padding: 3rem clamp(1rem, 4vw, 4.5rem); color: var(--white); background: var(--ink); }
.footer-brand { margin-bottom: 1.2rem; }
footer > p { color: #a9aba2; }
.footer-meta { display: flex; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid #343630; color: #787a72; font-size: .7rem; }
.footer-meta a { color: #b7b9b0; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 1rem; background: rgba(0,0,0,.77); }
.modal-backdrop[hidden] { display: none; }
.kit-modal { position: relative; width: min(950px, 100%); max-height: 91vh; overflow: auto; background: var(--paper); box-shadow: 0 25px 100px rgba(0,0,0,.4); }
.modal-close { position: absolute; z-index: 2; right: 1rem; top: 1rem; display: grid; place-items: center; width: 40px; height: 40px; border: 0; background: var(--ink); color: var(--white); font-size: 1.5rem; cursor: pointer; }
.modal-layout { display: grid; grid-template-columns: 1.05fr .95fr; }
.modal-image { min-height: 520px; background: #ddd9cf; }
.modal-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.modal-image .kit-art { position: relative; min-height: 520px; }
.modal-info { padding: 3.6rem 2.2rem 2rem; }
.modal-info h2 { margin: .5rem 0 1rem; font: 700 clamp(2.7rem, 5vw, 4.8rem)/.85 var(--display); text-transform: uppercase; }
.modal-summary { color: var(--muted); line-height: 1.65; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 1.5rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-grid div { padding: .85rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-grid span { display: block; color: var(--muted); font-size: .57rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.spec-grid strong { display: block; margin-top: .25rem; font-size: .78rem; }
.source-link { display: inline-flex; margin-top: 1.4rem; padding: .8rem 1rem; background: var(--orange); color: var(--white); font-size: .68rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }

.watch-panel { position: fixed; z-index: 60; top: 0; right: 0; width: min(480px, 100%); height: 100vh; padding: 2rem; overflow: auto; background: var(--paper); box-shadow: -30px 0 80px rgba(0,0,0,.25); transform: translateX(105%); transition: transform .28s ease; }
.watch-panel.open { transform: none; }
.watch-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 1.3rem; border-bottom: 1px solid var(--line); }
.watch-head h2 { font-size: 3rem; line-height: .9; }
.watch-head button { width: 38px; height: 38px; border: 0; background: var(--ink); color: var(--white); font-size: 1.4rem; cursor: pointer; }
.watch-item { display: grid; grid-template-columns: 70px 1fr auto; gap: .8rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.watch-item img { width: 70px; height: 60px; object-fit: cover; }
.watch-item .kit-art { position: relative; inset: auto; width: 70px; height: 60px; padding: .4rem; }
.watch-item .kit-art strong { font-size: .55rem; }
.watch-item .kit-art span, .watch-item .kit-art em, .watch-item .kit-art b, .watch-item .kit-art::after { display: none; }
.watch-item span { color: var(--orange); font-size: .58rem; font-weight: 700; text-transform: uppercase; }
.watch-item strong { display: block; margin-top: .2rem; font: 700 1.1rem/1 var(--display); text-transform: uppercase; }
.watch-item button { border: 0; background: none; color: var(--muted); font-size: 1.2rem; cursor: pointer; }
.watch-empty { padding: 4rem 0; color: var(--muted); text-align: center; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 1.5rem; padding: .8rem 1rem; background: var(--acid); color: var(--ink); font-size: .72rem; font-weight: 700; transform: translate(-50%, 130%); transition: transform .25s ease; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .watchlist-button { display: none; }
  .menu-button { display: block; }
  .hero { min-height: 850px; }
  .hero-copy { width: 100%; }
  .hero-board { top: auto; right: clamp(1rem, 4vw, 4.5rem); bottom: 65px; width: min(62vw, 470px); min-height: 300px; }
  .vehicle-outline { height: 120px; }
  .hero-board dl { margin-top: .4rem; }
  .radar-grid { grid-template-columns: repeat(2, 1fr); }
  .release-card, .release-card.featured { grid-column: span 1; }
  .source-grid { grid-template-columns: repeat(2, 1fr); }
  .method-strip { flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 700px) {
  .utility-bar { grid-template-columns: 1fr; min-height: 30px; }
  .utility-bar span:not(:first-child) { display: none; }
  .site-header { min-height: 66px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-type { font-size: 1.35rem; }
  .site-header nav.open { flex-direction: column; gap: 1rem; }
  .hero { min-height: 810px; padding-top: 4.5rem; }
  .hero h1 { font-size: clamp(4.4rem, 23vw, 6.7rem); }
  .hero-deck { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-board { left: 1rem; right: 1rem; width: auto; bottom: 56px; min-height: 265px; padding: 1rem; }
  .vehicle-outline { height: 100px; }
  .car-body { bottom: 25px; }
  .wheel { width: 38px; height: 38px; bottom: 10px; }
  .hero-board dl { padding: .8rem 0; }
  .hero-board dt { font-size: 2rem; }
  .hero-board > p { display: none; }
  .section-heading, .index-intro { display: block; }
  .section-heading > p { margin-top: 1.3rem; }
  .section-heading h2, .index-intro h2 { font-size: 3.8rem; }
  .radar-grid { grid-template-columns: 1fr; }
  .release-card-media { min-height: 230px; }
  .search-box { width: 100%; margin-top: 2rem; }
  .index-controls { align-items: stretch; flex-direction: column; }
  .filter-group { display: grid; grid-template-columns: 1fr 1fr; }
  .select-controls { justify-content: space-between; }
  .select-controls label { display: flex; flex-direction: column; gap: .3rem; }
  .select-controls select { margin: 0; }
  .kit-row { grid-template-columns: 58px 1fr auto; gap: .75rem; min-height: 84px; }
  .kit-thumb { width: 58px; height: 58px; }
  .kit-cell { display: none; }
  .kit-name strong { font-size: 1.2rem; }
  .source-grid { grid-template-columns: 1fr; }
  .source-card { min-height: 310px; }
  .source-label { margin-top: 2.2rem; }
  .method-strip b { display: none; }
  .method-strip { align-items: flex-start; flex-direction: column; }
  .footer-meta { flex-direction: column; }
  .modal-layout { grid-template-columns: 1fr; }
  .modal-image, .modal-image img { min-height: 260px; max-height: 300px; }
  .modal-info { padding: 2rem 1.2rem; }
}

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