:root {
    --ink: #151616;
    --ink-soft: #222524;
    --red: #c72026;
    --red-dark: #981318;
    --red-on-light: #b51b20;
    --red-on-dark: #f25a60;
    --chalk: #f1f0f0;
    --paper: #e7e9e7;
    --steel: #aeb4b1;
    --muted-on-light: #535957;
    --muted-on-dark: #bfc5c2;
    --white: #ffffff;
    --line: rgba(21, 22, 22, .16);
    --shell: min(92vw, 1320px);
    --display: "Bahnschrift Condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
    --body: Aptos, "Segoe UI", Arial, sans-serif;
    --utility: "Cascadia Mono", Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--chalk); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: .96; letter-spacing: -.025em; }
h1 { font-size: clamp(4rem, 8vw, 8.2rem); }
h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
h3 { font-size: clamp(1.65rem, 2.2vw, 2.35rem); }
address { font-style: normal; }

.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden { position: absolute !important; 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: 10px; left: 10px; z-index: 999; padding: .75rem 1rem; transform: translateY(-150%); background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; box-shadow: 0 0 0 2px var(--white); }

.eyebrow, .utility-label { margin-bottom: 1.1rem; font-family: var(--utility); font-size: .72rem; font-weight: 600; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow { color: var(--chalk); }
.eyebrow span { color: var(--red); }
.eyebrow--dark { color: #535957; }
.utility-label { color: var(--muted-on-light); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: 3px; font-family: var(--utility); font-size: .77rem; font-weight: 600; letter-spacing: .04em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--red); color: var(--white); }
.button--primary:hover { background: var(--red-dark); }
.button--quiet { border-color: rgba(255,255,255,.35); color: var(--white); }
.button--quiet:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #303332; }
.button--full { width: 100%; }
.text-link { display: inline-flex; gap: .7rem; align-items: center; font-family: var(--utility); font-size: .78rem; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; text-underline-offset: 5px; }
.text-link--light { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(21,22,22,.96); color: var(--white); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { position: relative; display: flex; width: 220px; align-items: flex-end; text-decoration: none; }
.brand img { width: 168px; height: auto; }
.brand__endorsement { position: absolute; right: 0; bottom: 10px; width: 62px; color: #c8ccca; font-family: var(--utility); font-size: .55rem; line-height: 1.35; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.1rem); }
.primary-nav > a { color: #d6d8d7; font-family: var(--utility); font-size: .7rem; font-weight: 600; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.primary-nav > a:hover { color: var(--white); }
.primary-nav .nav-cta { padding: .78rem 1rem; border: 1px solid var(--red); color: var(--white); }
.primary-nav .nav-cta:hover { background: var(--red); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid rgba(255,255,255,.42); background: transparent; cursor: pointer; }
.nav-toggle > span:not(.visually-hidden) { display: block; height: 2px; margin: 4px 0; background: var(--white); }

.hero { position: relative; min-height: 720px; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 74% 30%, rgba(214,36,40,.16), transparent 25%), linear-gradient(115deg, transparent 40%, rgba(255,255,255,.035) 40.2%, transparent 40.6%); }
.hero__grid { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .65fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; padding-block: 6rem 8rem; }
.hero__copy h1 { max-width: 860px; margin-bottom: 1.5rem; text-transform: uppercase; }
.hero__copy h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(241,240,240,.68); }
.hero__lead { max-width: 650px; margin-bottom: 2.2rem; color: #cdd0ce; font-size: clamp(1.08rem, 1.5vw, 1.35rem); }
.hero__actions, .inline-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.hero__terrain { position: absolute; inset: auto 0 0; height: 62%; opacity: .72; }
.hero__terrain svg { width: 100%; height: 100%; }
.terrain-line { fill: none; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.terrain-line--main { stroke: var(--red); stroke-width: 3; stroke-dasharray: 2100; stroke-dashoffset: 2100; animation: draw-terrain 2.2s .25s ease-out forwards; }
.terrain-line--ghost { stroke: rgba(255,255,255,.1); stroke-width: 1; }
@keyframes draw-terrain { to { stroke-dashoffset: 0; } }

.hero-finder { position: relative; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid rgba(255,255,255,.18); background: rgba(27,29,28,.92); box-shadow: 18px 18px 0 rgba(0,0,0,.18); }
.hero-finder::before { position: absolute; top: -1px; right: -1px; width: 72px; height: 4px; content: ""; background: var(--red); }
.hero-finder__topline { display: flex; gap: .65rem; align-items: center; margin: -2.5rem -2.5rem 2.25rem; padding: .7rem 1rem; border-bottom: 1px solid rgba(255,255,255,.12); color: #aeb3b0; font-family: var(--utility); font-size: .61rem; letter-spacing: .04em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #70bc83; box-shadow: 0 0 0 4px rgba(112,188,131,.12); }
.hero-finder h2 { margin-bottom: 1rem; font-size: clamp(2.3rem, 3.4vw, 3.7rem); }
.hero-finder > p:not(.utility-label) { color: #bfc3c1; }
.finder-action { display: flex; align-items: center; justify-content: space-between; margin: 1.7rem 0; padding: 1rem 1.1rem; background: var(--red); color: var(--white); font-family: var(--utility); font-size: .75rem; font-weight: 600; text-decoration: none; text-transform: uppercase; }
.finder-action:hover { background: var(--red-dark); }
.finder-readout { margin: 0; border-top: 1px solid rgba(255,255,255,.12); }
.finder-readout div { display: grid; grid-template-columns: 80px 1fr; padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.finder-readout dt, .finder-readout dd { margin: 0; font-family: var(--utility); font-size: .65rem; }
.finder-readout dt { color: #777f7b; text-transform: uppercase; }
.finder-readout dd { color: #dfe1e0; }

.proof-bar { border-bottom: 1px solid #303332; background: #202221; color: var(--white); }
.proof-bar__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-bar p { display: grid; gap: .25rem; margin: 0; padding: 1.2rem 1.5rem; border-inline-start: 1px solid rgba(255,255,255,.1); }
.proof-bar p:last-child { border-inline-end: 1px solid rgba(255,255,255,.1); }
.proof-bar strong { font-family: var(--utility); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.proof-bar span { color: #9da3a0; font-size: .78rem; }

.section { padding-block: clamp(5rem, 9vw, 9rem); }
.section--light { background: var(--chalk); }
.section--metal { background: var(--paper); }
.section--ink { background: var(--ink); color: var(--white); }
.section-heading { max-width: 900px; margin-bottom: clamp(2.6rem, 5vw, 4.8rem); }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr); gap: 4rem; align-items: end; }
.section-heading--split > p { max-width: 570px; margin-bottom: .5rem; color: #626966; }

.make-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.make-card { position: relative; min-height: 250px; display: flex; flex-direction: column; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; text-decoration: none; }
.make-card::after { position: absolute; right: -30px; bottom: -55px; width: 135px; height: 135px; border: 1px solid rgba(21,22,22,.1); border-radius: 50%; content: ""; transition: transform .3s ease, background .3s ease; }
.make-card:hover::after { transform: scale(1.3); background: var(--red); }
.make-card__mark { color: var(--muted-on-light); font-family: var(--utility); font-size: .7rem; }
.make-card strong { margin-top: auto; font-family: var(--display); font-size: 2.3rem; line-height: 1; text-transform: uppercase; }
.make-card > span:not(.make-card__mark) { max-width: 240px; margin-top: .55rem; color: #656b68; font-size: .82rem; }
.make-card i { margin-top: 1.2rem; font-family: var(--utility); font-size: .67rem; font-style: normal; text-transform: uppercase; }
.make-card--core .make-card__mark { color: var(--red-on-light); }
.section-action { margin-top: 2rem; text-align: right; }
.notice { margin-top: 1.4rem; padding: 1rem 1.2rem; border-left: 3px solid var(--red); background: var(--white); }

.tuning-purpose__grid { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1fr); gap: clamp(4rem, 9vw, 10rem); }
.tuning-purpose__statement { position: sticky; top: 150px; align-self: start; }
.purpose-list { border-top: 1px solid rgba(255,255,255,.16); }
.purpose-list article { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.purpose-list h3 { margin-bottom: .65rem; }
.purpose-list p { max-width: 620px; margin-bottom: 0; color: #aeb3b0; }
.purpose-code { padding-top: .3rem; color: var(--red-on-dark); font-family: var(--utility); font-size: .75rem; font-weight: 600; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #bfc3c1; }
.service-grid a { min-height: 330px; display: flex; flex-direction: column; padding: 1.8rem; background: var(--paper); text-decoration: none; transition: background .2s ease, color .2s ease; }
.service-grid a:hover { background: var(--ink); color: var(--white); }
.service-grid span { color: var(--red-on-light); font-family: var(--utility); font-size: .72rem; }
.service-grid h3 { margin: auto 0 1rem; }
.service-grid p { min-height: 78px; color: var(--muted-on-light); font-size: .9rem; }
.service-grid a:hover p { color: #c5c9c7; }
.service-grid i { font-family: var(--utility); font-size: .67rem; font-style: normal; text-transform: uppercase; }

.llandow-panel { background: #252827; color: var(--white); }
.llandow-panel__grid { display: grid; grid-template-columns: .55fr 1fr; gap: clamp(4rem, 9vw, 10rem); align-items: center; }
.llandow-panel__badge { aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; padding: 3rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; text-align: center; transform: rotate(-5deg); }
.llandow-panel__badge span { font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4.2rem); font-weight: 700; line-height: .85; text-transform: uppercase; }
.llandow-panel__badge strong { margin-top: 1rem; color: var(--red-on-dark); font-family: var(--utility); font-size: .78rem; text-transform: uppercase; }
.llandow-panel h2 { margin-bottom: 1.3rem; }
.llandow-panel p:not(.eyebrow) { max-width: 710px; color: #bfc4c1; }
.inline-actions { margin-top: 2rem; }

.final-cta { padding-block: clamp(4rem, 7vw, 6.5rem); border-top: 5px solid var(--red); background: var(--white); }
.final-cta__grid { display: grid; grid-template-columns: 1fr .75fr; gap: 5rem; align-items: center; }
.final-cta h2 { margin-bottom: 0; }
.final-cta__grid > div:last-child { max-width: 580px; }

.page-hero, .service-hero, .vehicle-hero, .contact-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.page-hero::after, .service-hero::after, .vehicle-hero::after { position: absolute; right: -8vw; bottom: -42%; width: 44vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.page-hero__grid, .service-hero__grid, .vehicle-hero__grid, .contact-hero__grid { position: relative; z-index: 1; min-height: 520px; display: grid; grid-template-columns: 1fr .68fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-block: 6rem; }
.page-hero h1, .service-hero h1, .contact-hero h1 { max-width: 900px; margin-bottom: 1.4rem; font-size: clamp(4rem, 7vw, 7rem); text-transform: uppercase; }
.page-hero p:not(.eyebrow), .service-hero p:not(.eyebrow), .vehicle-hero p:not(.eyebrow), .contact-hero__grid > div:first-child > p:not(.eyebrow) { max-width: 700px; color: #bec3c0; font-size: 1.08rem; }
.page-hero--compact .shell { position: relative; z-index: 2; min-height: 420px; display: flex; flex-direction: column; justify-content: center; padding-block: 4rem; }
.page-hero--compact h1 { margin-bottom: 1rem; }
.database-key, .page-hero__note { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; gap: 1rem; align-items: center; padding: 1.4rem; border: 1px solid rgba(255,255,255,.15); font-family: var(--utility); font-size: .62rem; text-transform: uppercase; }
.database-key i, .page-hero__note i { height: 1px; background: var(--red); }
.page-hero__note { grid-template-columns: auto auto auto auto auto auto auto; justify-content: center; }
.page-hero__note i { height: auto; background: none; color: var(--red); font-style: normal; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin-bottom: 3rem; color: #909692; font-family: var(--utility); font-size: .67rem; text-transform: uppercase; }
.breadcrumbs a { color: #c9ccca; }
.breadcrumbs a::after { margin-left: .5rem; color: var(--red); content: "/"; }
.browse-toolbar { display: flex; justify-content: space-between; margin-bottom: 1.5rem; }
.browse-toolbar a { font-size: .8rem; }
.make-filter { display: grid; grid-template-columns: minmax(260px, 430px) auto; gap: .8rem 1.25rem; align-items: end; margin-bottom: 1.5rem; }
.make-filter__field { display: grid; gap: .45rem; }
.make-filter__field label { color: var(--muted-on-light); font-family: var(--utility); font-size: .68rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.make-filter__field input { min-height: 50px; padding: .75rem 1rem; border: 1px solid #aeb4b1; border-radius: 0; background: var(--white); color: var(--ink); }
.make-filter__status { margin: 0 0 .8rem; color: var(--muted-on-light); font-size: .82rem; }
.filter-empty { margin-top: 1rem; padding: 1.25rem; border-left: 3px solid var(--red); background: var(--white); }
.filter-empty[hidden] { display: none; }
.browse-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.browse-card { position: relative; min-height: 215px; display: flex; flex-direction: column; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.15); text-decoration: none; transition: background .2s ease, color .2s ease; }
.browse-card[hidden] { display: none; }
.browse-card:hover { background: var(--ink); color: var(--white); }
.browse-card__type { color: var(--red-on-light); font-family: var(--utility); font-size: .62rem; text-transform: uppercase; }
.browse-card strong { margin-top: auto; padding-right: 2rem; font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.browse-card p { margin: .75rem 2rem 0 0; color: #686e6b; font-size: .82rem; }
.browse-card:hover p { color: #b9bfbc; }
.browse-card i { position: absolute; right: 1.5rem; bottom: 1.5rem; color: var(--red-on-light); font-family: var(--utility); font-style: normal; }
.empty-state { max-width: 760px; padding: 3rem; border: 1px solid var(--line); background: var(--white); }
.empty-state h2 { font-size: 3rem; }

.vehicle-hero__grid { grid-template-columns: 1fr .55fr; }
.vehicle-hero h1 { margin-bottom: .5rem; font-size: clamp(4rem, 7vw, 7.2rem); text-transform: uppercase; }
.vehicle-hero h1 span { display: block; color: var(--red); }
.vehicle-hero__spec { font-family: var(--utility); font-size: .78rem !important; letter-spacing: .04em; text-transform: uppercase; }
.stock-readout { margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.stock-readout div { display: flex; justify-content: space-between; gap: 2rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.stock-readout dt { color: #8d9490; font-family: var(--utility); font-size: .66rem; text-transform: uppercase; }
.stock-readout dd { margin: 0; font-family: var(--display); font-size: 1.7rem; font-weight: 700; }
.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stage-card { display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); background: var(--white); }
.stage-card h3 { font-size: 2.6rem; text-transform: uppercase; }
.stage-card > p:not(.utility-label) { min-height: 96px; color: #646a67; }
.stage-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: auto 0 1rem; border-top: 1px solid var(--line); }
.stage-card dl div { padding: 1rem .6rem 0 0; }
.stage-card dt { color: #757c78; font-family: var(--utility); font-size: .63rem; text-transform: uppercase; }
.stage-card dd { margin: .3rem 0 0; font-family: var(--display); font-size: 1.7rem; font-weight: 700; }
.stage-note { display: block; margin-top: .5rem; padding: .4rem .55rem; background: var(--paper); font-family: var(--utility); font-size: .62rem; text-transform: uppercase; }
.vehicle-enquiry { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; margin-top: 3rem; padding: 2.3rem; background: var(--ink); color: var(--white); }
.vehicle-enquiry h2 { margin-bottom: .6rem; font-size: 3rem; }
.vehicle-enquiry p:not(.eyebrow) { margin-bottom: 0; color: #b7bdba; }

.service-index-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-index-grid > a { min-height: 310px; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease, color .2s ease; }
.service-index-grid > a:hover { background: var(--ink); color: var(--white); }
.service-index-grid__code { color: var(--red-on-light); font-family: var(--utility); font-size: .68rem; }
.service-index-grid h2 { margin: auto 0 1rem; font-size: 3.2rem; }
.service-index-grid p { color: #686e6b; }
.service-index-grid a:hover p { color: #b9bfbc; }
.service-index-grid i { font-family: var(--utility); font-size: .67rem; font-style: normal; text-transform: uppercase; }
.service-gauge { position: relative; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.service-gauge span { position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.service-gauge span:nth-child(2) { inset: 24%; }
.service-gauge span:nth-child(3) { inset: 36%; border-color: var(--red); }
.service-gauge i { position: absolute; inset: 0; display: grid; place-items: center; color: var(--white); font-family: var(--utility); font-size: clamp(.7rem, 1.3vw, 1rem); font-style: normal; letter-spacing: .08em; }
.service-detail__grid { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(4rem, 9vw, 9rem); }
.service-detail__main h2 { max-width: 650px; }
.service-detail__main > p:not(.eyebrow) { max-width: 700px; color: #5e6562; font-size: 1.1rem; }
.service-checklist { padding: 2rem; border-top: 4px solid var(--red); background: var(--white); }
.service-checklist ul { margin: 0; padding: 0; list-style: none; }
.service-checklist li { padding: .8rem 0 .8rem 1.6rem; border-bottom: 1px solid var(--line); }
.service-checklist li::before { float: left; margin-left: -1.6rem; color: var(--red); content: "+"; font-family: var(--utility); }
.best-for { margin-top: 5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.best-for > div { display: flex; flex-wrap: wrap; gap: .65rem; }
.best-for span { padding: .6rem .85rem; border: 1px solid var(--line); background: var(--white); font-size: .8rem; }

/* Service systems hub */
.service-hub-hero .page-hero__grid { grid-template-columns: minmax(0, .75fr) minmax(520px, 1fr); }
.service-hub-hero .hero__actions { margin-top: 2rem; }
.drivetrain-map { position: relative; padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid rgba(255,255,255,.18); background: rgba(27,29,28,.9); box-shadow: 18px 18px 0 rgba(0,0,0,.18); }
.drivetrain-map::before { position: absolute; top: -1px; right: -1px; width: 86px; height: 4px; content: ""; background: var(--red); }
.drivetrain-map .utility-label { color: var(--muted-on-dark); }
.drivetrain-map__path { display: grid; grid-template-columns: repeat(4, 1fr); }
.drivetrain-map__path a { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 1rem .8rem; border: 1px solid rgba(255,255,255,.15); color: var(--white); text-decoration: none; }
.drivetrain-map__path a + a { border-left: 0; }
.drivetrain-map__path a::after { position: absolute; top: 50%; right: -9px; z-index: 2; width: 17px; height: 3px; content: ""; background: var(--red); }
.drivetrain-map__path a:last-child::after { display: none; }
.drivetrain-map__path a:hover { background: rgba(255,255,255,.07); }
.drivetrain-map__path span { color: var(--red-on-dark); font-family: var(--utility); font-size: .61rem; }
.drivetrain-map__path strong { margin-top: 2rem; font-family: var(--display); font-size: clamp(1.2rem, 1.5vw, 1.7rem); line-height: 1; text-transform: uppercase; }
.drivetrain-map__path small { margin-top: .45rem; color: var(--muted-on-dark); font-size: .67rem; line-height: 1.35; }
.drivetrain-map__emissions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; align-items: center; }
.drivetrain-map__emissions span, .drivetrain-map__emissions b { padding: .5rem .7rem; font-family: var(--utility); font-size: .59rem; letter-spacing: .03em; text-transform: uppercase; }
.drivetrain-map__emissions span { padding-left: 0; color: var(--muted-on-dark); }
.drivetrain-map__emissions b { border: 1px solid rgba(255,255,255,.15); color: var(--white); }

.service-hub-nav { position: sticky; top: 94px; z-index: 30; border-bottom: 1px solid #353837; background: var(--ink-soft); color: var(--white); }
.service-hub-nav .shell { display: flex; flex-wrap: wrap; }
.service-hub-nav a { min-height: 50px; display: inline-flex; align-items: center; padding: .6rem 1.25rem; border-left: 1px solid rgba(255,255,255,.13); color: #d4d7d5; font-family: var(--utility); font-size: .66rem; font-weight: 600; text-decoration: none; text-transform: uppercase; }
.service-hub-nav a:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.service-hub-nav a:hover { background: var(--red); color: var(--white); }

.service-system { scroll-margin-top: 145px; }
.service-system--dark { background: var(--ink); color: var(--white); }
.service-system__header, .service-process__header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); gap: 4rem; align-items: end; margin-bottom: clamp(2.6rem, 5vw, 4.8rem); }
.service-system__header h2, .service-process__header h2 { margin-bottom: 0; }
.service-system__header > p, .service-process__header > p { margin-bottom: .5rem; color: var(--muted-on-light); }
.service-system--dark .service-system__header > p { color: var(--muted-on-dark); }
.service-system-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-system--dark .service-system-grid { border-color: rgba(255,255,255,.16); }
.service-system-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: clamp(1.5rem, 2.5vw, 2.2rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; text-decoration: none; transition: background .2s ease, color .2s ease; }
.service-system--dark .service-system-card { border-color: rgba(255,255,255,.16); }
.service-system-card::after { position: absolute; right: -45px; bottom: -75px; width: 180px; height: 180px; border: 1px solid rgba(21,22,22,.09); border-radius: 50%; content: ""; box-shadow: 0 0 0 28px rgba(21,22,22,.025); transition: transform .3s ease, background .3s ease; }
.service-system--dark .service-system-card::after { border-color: rgba(255,255,255,.08); box-shadow: 0 0 0 28px rgba(255,255,255,.02); }
.service-system-card:hover { background: var(--ink); color: var(--white); }
.service-system--dark .service-system-card:hover { background: #292c2b; }
.service-system-card:hover::after { transform: scale(1.12); background: var(--red); }
.service-system-card__code { position: relative; z-index: 1; color: var(--red-on-light); font-family: var(--utility); font-size: .69rem; font-weight: 600; letter-spacing: .06em; }
.service-system--dark .service-system-card__code, .service-system-card:hover .service-system-card__code { color: var(--red-on-dark); }
.service-system-card > div { position: relative; z-index: 1; margin: auto 0 1.5rem; }
.service-system-card > div > p:first-child { margin-bottom: .55rem; color: var(--muted-on-light); font-family: var(--utility); font-size: .62rem; text-transform: uppercase; }
.service-system--dark .service-system-card > div > p:first-child, .service-system-card:hover > div > p:first-child { color: var(--muted-on-dark); }
.service-system-card h3 { margin-bottom: .8rem; font-size: clamp(2.3rem, 3.5vw, 3.8rem); text-transform: uppercase; }
.service-system-card > div > p:last-child { max-width: 520px; margin: 0; color: var(--muted-on-light); }
.service-system--dark .service-system-card > div > p:last-child, .service-system-card:hover > div > p:last-child { color: var(--muted-on-dark); }
.service-system-card > b { position: relative; z-index: 1; font-family: var(--utility); font-size: .65rem; text-transform: uppercase; }
.service-system-card > b span { color: var(--red-on-light); }
.service-system--dark .service-system-card > b span, .service-system-card:hover > b span { color: var(--red-on-dark); }
.service-system-card--restricted { background: rgba(255,255,255,.025); }
.service-system__note { max-width: 850px; margin: 2rem 0 0; padding-left: 1rem; border-left: 3px solid var(--red); color: var(--muted-on-dark); font-size: .79rem; }

/* Service detail */
.service-breadcrumb { position: relative; z-index: 2; display: flex; gap: .7rem; padding-top: 2rem; color: var(--muted-on-dark); font-family: var(--utility); font-size: .65rem; text-transform: uppercase; }
.service-breadcrumb a { color: var(--white); text-underline-offset: 4px; }
.service-hero .service-hero__grid { min-height: 500px; padding-top: 2rem; }
.service-readout { position: relative; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid rgba(255,255,255,.18); background: rgba(27,29,28,.92); box-shadow: 18px 18px 0 rgba(0,0,0,.18); }
.service-readout::before { position: absolute; top: -1px; right: -1px; width: 80px; height: 4px; content: ""; background: var(--red); }
.service-readout__code { display: block; margin-bottom: 3rem; color: var(--red-on-dark); font-family: var(--utility); font-size: clamp(1rem, 1.5vw, 1.35rem); font-weight: 600; letter-spacing: .08em; }
.service-readout dl { margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.service-readout dl div { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.service-readout dt { color: var(--muted-on-dark); font-family: var(--utility); font-size: .61rem; text-transform: uppercase; }
.service-readout dd { margin: .35rem 0 0; color: var(--white); font-weight: 600; }
.service-process { padding-block: clamp(4rem, 8vw, 7.5rem); background: var(--ink); color: var(--white); }
.service-process__header > p { color: var(--muted-on-dark); }
.service-process__steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); list-style: none; }
.service-process__steps li { min-height: 220px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.service-process__steps span { color: var(--red-on-dark); font-family: var(--utility); font-size: .7rem; }
.service-process__steps p { margin: auto 0 0; color: #e2e4e3; font-family: var(--display); font-size: clamp(1.5rem, 2vw, 2rem); font-weight: 700; line-height: 1.05; }
.service-relevance { padding-block: clamp(3rem, 6vw, 5rem); }
.service-relevance__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-relevance__grid span { min-height: 110px; display: flex; align-items: flex-end; padding: 1.1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); font-size: .82rem; }
.service-compliance { max-width: 900px; margin: 2rem 0 0; padding: 1rem 1.2rem; border-left: 3px solid var(--red); background: var(--paper); color: var(--muted-on-light); font-size: .75rem; }
.service-compliance strong { color: var(--ink); }

.brand-equation { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; font-family: var(--utility); font-size: .74rem; text-transform: uppercase; }
.brand-equation span, .brand-equation strong { padding: .75rem .9rem; border: 1px solid rgba(255,255,255,.18); }
.brand-equation b { color: var(--red); }
.about-story__grid { display: grid; grid-template-columns: .8fr 1fr; gap: 8rem; }
.about-story__grid > div:last-child { color: #565d59; font-size: 1.12rem; }
.method-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); list-style: none; }
.method-grid li { min-height: 310px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.method-grid span { color: var(--red-on-dark); font-family: var(--utility); font-size: .7rem; }
.method-grid h3 { margin-top: auto; }
.method-grid p { margin-bottom: 0; color: #aeb4b1; font-size: .85rem; }
.about-location { display: grid; grid-template-columns: 1fr .7fr; gap: 5rem; align-items: end; }
.about-location h2 { margin-bottom: 1.5rem; }
.about-location > div:last-child { display: grid; justify-items: start; gap: 1rem; }

.contact-hero__grid { grid-template-columns: .75fr 1fr; padding-block: 6rem; align-items: start; }
.contact-details { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.15); }
.contact-details div { display: grid; grid-template-columns: 90px 1fr; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-details dt { color: var(--muted-on-dark); font-family: var(--utility); font-size: .65rem; text-transform: uppercase; }
.contact-details dd { margin: 0; color: var(--white); }
.contact-form-wrap { padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--chalk); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field--wide { grid-column: 1 / -1; }
.field label { font-family: var(--utility); font-size: .67rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: .75rem .8rem; border: 1px solid #b8bdbb; border-radius: 0; background: var(--white); color: var(--ink); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); outline: 2px solid rgba(214,36,40,.2); }
.registration-input { font-family: var(--utility); font-weight: 600; text-transform: uppercase; }
.field-validation-error { color: #ad1519; font-size: .75rem; }
.input-validation-error { border-color: var(--red) !important; }
.form-summary { margin-bottom: 1rem; color: #ad1519; }
.form-summary ul { padding-left: 1.2rem; }
.field--trap { position: absolute; left: -10000px; }
.consent-field label { min-height: 44px; display: flex; gap: .8rem; align-items: flex-start; text-transform: none; cursor: pointer; }
.consent-field input { flex: 0 0 24px; width: 24px; min-height: 24px; margin-top: .05rem; }
.contact-form .button { margin-top: 1.2rem; border: 0; cursor: pointer; }
.contact-form .form-note { margin: .8rem 0 0; color: var(--muted-on-light); font-size: .72rem; text-align: center; }
.success-panel { min-height: 460px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-panel > span { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 1.5rem; border-radius: 50%; background: var(--red); color: var(--white); }
.success-panel h2 { font-size: 3.6rem; }

.legal-page__grid { display: grid; grid-template-columns: 240px minmax(0, 780px); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.legal-page nav { position: sticky; top: 130px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.legal-page nav a { padding: .75rem 0; border-bottom: 1px solid var(--line); font-family: var(--utility); font-size: .65rem; text-transform: uppercase; }
.legal-page article h2 { margin: 3rem 0 1rem; font-size: 2.8rem; }
.legal-page article h2:first-of-type { margin-top: 1rem; }
.legal-page article p:not(.utility-label) { color: #555c58; }

.status-page { min-height: 650px; display: grid; place-items: center; padding-block: 5rem; background: var(--ink); color: var(--white); text-align: center; }
.status-page .shell { max-width: 850px; }
.status-code { margin: 0; color: var(--red); font-family: var(--utility); font-size: .8rem; }
.status-page h1 { margin: 1rem 0; font-size: clamp(3.5rem, 7vw, 6.5rem); text-transform: uppercase; }
.status-page > div > p:not(.status-code) { color: #b8bdbb; }
.status-page .hero__actions { justify-content: center; margin-top: 2rem; }

.contact-rail { position: relative; z-index: 2; display: grid; grid-template-columns: auto auto 1fr; gap: .2rem 1.25rem; align-items: center; padding: 1rem max(4vw, calc((100vw - 1320px) / 2)); border-top: 3px solid var(--red); background: var(--white); font-family: var(--utility); }
.contact-rail span { color: var(--muted-on-light); font-size: .62rem; text-transform: uppercase; }
.contact-rail > a:not(.contact-rail__action) { min-height: 44px; display: flex; align-items: center; font-size: .9rem; font-weight: 600; text-decoration: none; }
.contact-rail__action { min-height: 44px; display: inline-flex; align-items: center; justify-self: end; padding: .55rem 1rem; border: 1px solid var(--red-on-light); color: var(--red-on-light); font-size: .68rem; font-weight: 600; text-transform: uppercase; }

/* Data-driven local area pages */
.area-hub-hero .page-hero__grid { grid-template-columns: minmax(0, .85fr) minmax(430px, .65fr); }
.area-hub-hero .hero__actions { margin-top: 2rem; }
.area-signal-board { position: relative; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid rgba(255,255,255,.18); background: rgba(27,29,28,.92); box-shadow: 18px 18px 0 rgba(0,0,0,.18); }
.area-signal-board::before { position: absolute; top: -1px; right: -1px; width: 82px; height: 4px; content: ""; background: var(--red); }
.area-signal-board .utility-label { color: var(--muted-on-dark); }
.area-signal-board > strong { color: var(--white); font-family: var(--display); font-size: clamp(5rem, 8vw, 8rem); line-height: .8; }
.area-signal-board > span { margin-left: .7rem; color: var(--muted-on-dark); font-family: var(--utility); font-size: .66rem; text-transform: uppercase; }
.area-signal-board > div { display: grid; grid-template-columns: 1fr 1fr; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.area-signal-board b { min-height: 70px; display: flex; flex-direction: column; justify-content: center; padding: .7rem; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); color: #d9dcda; font-size: .7rem; line-height: 1.35; }
.area-signal-board b i { color: var(--red-on-dark); font-family: var(--utility); font-size: .59rem; font-style: normal; }
.area-signal-board > p:last-child { margin: 1.3rem 0 0; color: var(--muted-on-dark); font-size: .76rem; }
.area-directory__groups { display: grid; gap: 1.2rem; }
.area-group { display: grid; grid-template-columns: minmax(230px, .34fr) 1fr; border: 1px solid var(--line); background: rgba(255,255,255,.2); }
.area-group > header { display: flex; flex-direction: column; padding: 1.7rem; border-right: 1px solid var(--line); background: var(--paper); }
.area-group > header span { color: var(--red-on-light); font-family: var(--utility); font-size: .67rem; font-weight: 600; }
.area-group > header h3 { margin: auto 0 .6rem; font-size: clamp(2rem, 3vw, 3.2rem); text-transform: uppercase; }
.area-group > header small { color: var(--muted-on-light); font-family: var(--utility); font-size: .6rem; text-transform: uppercase; }
.area-group > div { display: grid; grid-template-columns: repeat(2, 1fr); }
.area-group a { position: relative; min-height: 135px; display: flex; flex-direction: column; justify-content: center; padding: 1.25rem 3rem 1.25rem 1.35rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease, color .2s ease; }
.area-group a:nth-child(even) { border-right: 0; }
.area-group a:hover { background: var(--ink); color: var(--white); }
.area-group a strong { font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.area-group a span { margin-top: .45rem; color: var(--muted-on-light); font-size: .73rem; }
.area-group a:hover span { color: var(--muted-on-dark); }
.area-group a i { position: absolute; right: 1.25rem; color: var(--red-on-light); font-style: normal; }
.area-workshop-fact__grid { display: grid; grid-template-columns: 1fr .7fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.area-workshop-fact h2 { margin-bottom: 0; }
.area-workshop-fact__grid > div:last-child p { color: var(--muted-on-dark); }

.area-town-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.area-town-hero::after { position: absolute; right: -12vw; bottom: -50%; width: 52vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; box-shadow: 0 0 0 72px rgba(255,255,255,.025), 0 0 0 144px rgba(255,255,255,.018); }
.area-town-hero__grid { position: relative; z-index: 1; min-height: 570px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .52fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-block: 2.5rem 6rem; }
.area-town-hero h1 { max-width: 900px; margin-bottom: 1.4rem; font-size: clamp(4rem, 7vw, 7rem); text-transform: uppercase; }
.area-town-hero__grid > div > p:not(.eyebrow) { max-width: 720px; color: var(--muted-on-dark); font-size: 1.08rem; }
.area-route-card { position: relative; padding: 2rem; border: 1px solid rgba(255,255,255,.18); background: rgba(27,29,28,.92); box-shadow: 18px 18px 0 rgba(0,0,0,.18); }
.area-route-card::before { position: absolute; top: -1px; right: -1px; width: 76px; height: 4px; content: ""; background: var(--red); }
.area-route-card .utility-label { color: var(--muted-on-dark); }
.area-route-card > div { display: grid; grid-template-columns: 76px 1fr; gap: .2rem 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.area-route-card > div span { grid-row: 1 / 3; align-self: center; color: var(--red-on-dark); font-family: var(--utility); font-size: .61rem; text-transform: uppercase; }
.area-route-card > div strong { font-family: var(--display); font-size: 1.8rem; line-height: 1; text-transform: uppercase; }
.area-route-card > div small { color: var(--muted-on-dark); }
.area-route-card > i { display: block; width: 2px; height: 36px; margin-left: 7px; background: var(--red); }
.area-route-card > p:last-child { margin: 1rem 0 0; color: var(--muted-on-dark); font-size: .72rem; }
.area-town-intro__grid { display: grid; grid-template-columns: 1fr minmax(340px, .65fr); gap: clamp(4rem, 9vw, 9rem); }
.area-town-intro article > p:not(.eyebrow) { max-width: 760px; color: var(--muted-on-light); font-size: 1.05rem; }
.area-town-intro aside { border-top: 4px solid var(--red); background: var(--white); padding: 1.7rem; }
.area-town-intro aside a { min-height: 70px; display: grid; grid-template-columns: 58px 1fr; gap: .7rem; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
.area-town-intro aside a:hover span { color: var(--ink); }
.area-town-intro aside b { color: var(--red-on-light); font-family: var(--utility); font-size: .64rem; }
.area-town-intro aside span { color: var(--muted-on-light); font-size: .78rem; }
.area-town-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-town-service-grid a { min-height: 300px; display: flex; flex-direction: column; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); text-decoration: none; transition: background .2s ease, color .2s ease; }
.area-town-service-grid a:hover { background: var(--ink); color: var(--white); }
.area-town-service-grid > a > span { color: var(--red-on-light); font-family: var(--utility); font-size: .65rem; }
.area-town-service-grid h3 { margin: auto 0 .8rem; font-size: clamp(2.2rem, 3.5vw, 3.7rem); text-transform: uppercase; }
.area-town-service-grid p { color: var(--muted-on-light); }
.area-town-service-grid a:hover p { color: var(--muted-on-dark); }
.area-town-service-grid b { font-family: var(--utility); font-size: .63rem; text-transform: uppercase; }
.area-town-service-grid b i { color: var(--red-on-light); font-style: normal; }
.area-vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-vehicle-grid a { position: relative; min-height: 230px; display: flex; flex-direction: column; padding: 1.5rem 3rem 1.5rem 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.area-vehicle-grid a:hover { background: var(--ink); color: var(--white); }
.area-vehicle-grid span { color: var(--red-on-light); font-family: var(--utility); font-size: .61rem; text-transform: uppercase; }
.area-vehicle-grid h3 { margin: auto 0 .6rem; font-size: 2.4rem; text-transform: uppercase; }
.area-vehicle-grid p { margin: 0; color: var(--muted-on-light); font-size: .76rem; }
.area-vehicle-grid a:hover p { color: var(--muted-on-dark); }
.area-vehicle-grid i { position: absolute; right: 1.4rem; bottom: 1.4rem; color: var(--red-on-light); font-style: normal; }
.area-proof-strip { border-block: 1px solid #343736; background: var(--ink-soft); color: var(--white); }
.area-proof-strip .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.area-proof-strip p { display: flex; flex-direction: column; justify-content: center; min-height: 105px; margin: 0; padding: 1rem 1.3rem; border-left: 1px solid rgba(255,255,255,.12); }
.area-proof-strip p:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.area-proof-strip b { font-family: var(--utility); font-size: .65rem; text-transform: uppercase; }
.area-proof-strip span { margin-top: .25rem; color: var(--muted-on-dark); font-size: .72rem; }
.area-nearby__grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.area-nearby__grid > div > p:not(.eyebrow) { color: var(--muted-on-light); }
.area-nearby nav { border-top: 1px solid var(--line); }
.area-nearby nav a { min-height: 64px; display: grid; grid-template-columns: 70px 1fr auto; gap: 1rem; align-items: center; padding: .7rem 1rem; border-bottom: 1px solid var(--line); text-decoration: none; }
.area-nearby nav a:hover { background: var(--white); }
.area-nearby nav span { color: var(--red-on-light); font-family: var(--utility); font-size: .61rem; }
.area-nearby nav strong { font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.area-nearby nav i { color: var(--red-on-light); font-style: normal; }
.area-faq__grid { display: grid; grid-template-columns: .62fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.area-faq details { border-top: 1px solid rgba(255,255,255,.16); }
.area-faq details:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.area-faq summary { min-height: 74px; display: flex; gap: 1rem; align-items: center; justify-content: space-between; color: var(--white); cursor: pointer; font-family: var(--display); font-size: 1.5rem; font-weight: 700; line-height: 1.1; list-style: none; }
.area-faq summary::-webkit-details-marker { display: none; }
.area-faq summary span { color: var(--red-on-dark); font-family: var(--utility); }
.area-faq details p { max-width: 760px; color: var(--muted-on-dark); }

.site-footer { padding-top: 5rem; background: var(--ink); color: var(--white); }
.site-footer__grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr .8fr; gap: clamp(2rem, 4vw, 5rem); padding-bottom: 4rem; }
.site-footer__brand img { width: 210px; }
.site-footer__brand p { max-width: 380px; margin-top: 1.5rem; color: #9fa5a2; }
.site-footer h2 { margin-bottom: 1.2rem; color: #8d9490; font-family: var(--utility); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer__grid > div:not(.site-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__grid a { margin-bottom: .45rem; color: #d4d7d5; font-size: .83rem; text-underline-offset: 4px; }
.site-footer address { margin-bottom: .8rem; color: #aeb4b1; font-size: .83rem; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.2rem 3rem; border-top: 1px solid rgba(255,255,255,.12); color: var(--muted-on-dark); font-family: var(--utility); font-size: .62rem; text-transform: uppercase; }

@media (max-width: 1100px) {
    .primary-nav { gap: 1rem; }
    .hero__grid { grid-template-columns: 1fr .72fr; gap: 3rem; }
    .make-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
    .method-grid { grid-template-columns: repeat(3, 1fr); }
    .browse-grid { grid-template-columns: repeat(2, 1fr); }
    .stage-grid { grid-template-columns: repeat(2, 1fr); }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
    .area-vehicle-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
    :root { --shell: min(90vw, 720px); }
    .site-header__inner { min-height: 82px; }
    .brand { width: 200px; }
    .nav-toggle { display: block; }
    .site-header { backdrop-filter: none; }
    .nav-toggle { position: relative; z-index: 2; }
    .primary-nav { position: absolute; top: 82px; right: 0; left: 0; z-index: 1; height: calc(100vh - 82px); height: calc(100dvh - 82px); display: none; flex-direction: column; align-items: stretch; overflow-y: auto; padding: 1.5rem 5vw 3rem; background: #151616; box-shadow: 0 24px 45px rgba(0,0,0,.45); }
    .primary-nav.is-open { display: flex; }
    .primary-nav > a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--display); font-size: 1.9rem; }
    .primary-nav .nav-cta { margin-top: 1rem; padding: 1rem; text-align: center; }
    .hero__grid, .page-hero__grid, .service-hero__grid, .vehicle-hero__grid, .contact-hero__grid { grid-template-columns: 1fr; }
    .hero__grid { padding-block: 4rem 7rem; }
    .hero-finder { max-width: 640px; }
    .hero__terrain { height: 36%; }
    .proof-bar__grid { grid-template-columns: 1fr; }
    .proof-bar p { border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
    .section-heading--split, .tuning-purpose__grid, .llandow-panel__grid, .final-cta__grid, .service-detail__grid, .about-story__grid, .about-location, .legal-page__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .legal-page nav { position: static; }
    .tuning-purpose__statement { position: static; }
    .llandow-panel__badge { width: min(80vw, 420px); }
    .page-hero__grid, .service-hero__grid, .vehicle-hero__grid { min-height: auto; padding-block: 4.5rem; }
    .page-hero__grid > div:first-child, .service-hero__grid > div:first-child { order: 1; }
    .database-key, .page-hero__note { order: 2; }
    .service-gauge { order: 2; width: min(60vw, 360px); }
    .vehicle-enquiry { grid-template-columns: 1fr; }
    .contact-hero__grid { padding-block: 4rem; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
    .contact-rail { grid-template-columns: 1fr auto; padding-inline: 5vw; }
    .contact-rail span { grid-column: 1 / -1; }
    .contact-rail__action { grid-column: 2; grid-row: 2; }
    .service-hub-hero .page-hero__grid { grid-template-columns: 1fr; }
    .drivetrain-map { order: 2; }
    .service-hub-nav { top: 82px; }
    .service-system { scroll-margin-top: 130px; }
    .service-system__header, .service-process__header { grid-template-columns: 1fr; gap: 1.5rem; }
    .service-process__steps, .service-relevance__grid { grid-template-columns: repeat(2, 1fr); }
    .area-hub-hero .page-hero__grid, .area-town-hero__grid, .area-town-intro__grid, .area-workshop-fact__grid, .area-nearby__grid, .area-faq__grid { grid-template-columns: 1fr; }
    .area-route-card { max-width: 560px; }
    .area-group { grid-template-columns: 1fr; }
    .area-group > header { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
    .area-proof-strip .shell { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
    body { font-size: 15px; }
    h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
    .brand { width: 225px; }
    .brand img { width: 160px; }
    .brand__endorsement { right: 0; bottom: 9px; width: 60px; font-size: .48rem; }
    .hero__actions, .inline-actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .hero-finder__topline { margin: -1.5rem -1.5rem 1.5rem; }
    .make-grid, .service-grid, .browse-grid, .stage-grid, .service-index-grid, .method-grid { grid-template-columns: 1fr; }
    .make-card { min-height: 220px; }
    .purpose-list article { grid-template-columns: 58px 1fr; }
    .section-heading--split { gap: 1.5rem; }
    .database-key { grid-template-columns: 1fr; gap: .4rem; }
    .database-key i { width: 1px; height: 16px; margin-left: .3rem; }
    .page-hero__note { display: none; }
    .browse-toolbar { align-items: flex-start; flex-direction: column; }
    .stock-readout div { flex-direction: column; gap: .3rem; }
    .service-index-grid > a { min-height: 260px; }
    .form-grid { grid-template-columns: 1fr; }
    .field--wide { grid-column: auto; }
    .contact-form-wrap { margin-inline: -5vw; }
    .contact-hero h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
    .contact-hero__grid { padding-block: 3rem; }
    .make-filter { grid-template-columns: 1fr; gap: .5rem; }
    .contact-rail { grid-template-columns: 1fr 1fr; padding: .8rem 5vw; }
    .contact-rail span { display: block; grid-column: 1 / -1; }
    .contact-rail > a:not(.contact-rail__action) { display: flex; align-items: center; }
    .contact-rail__action { grid-column: 2; grid-row: 2; justify-content: flex-end; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .site-footer__brand { grid-column: auto; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; }
    .drivetrain-map { padding: 1.25rem; box-shadow: 10px 10px 0 rgba(0,0,0,.18); }
    .drivetrain-map__path { grid-template-columns: repeat(2, 1fr); }
    .drivetrain-map__path a { min-height: 128px; }
    .drivetrain-map__path a:nth-child(3) { border-top: 0; border-left: 1px solid rgba(255,255,255,.15); }
    .drivetrain-map__path a:nth-child(2)::after { display: none; }
    .drivetrain-map__path strong { margin-top: auto; }
    .service-hub-nav { position: static; }
    .service-hub-nav .shell { width: 100%; display: grid; grid-template-columns: 1fr; }
    .service-hub-nav a, .service-hub-nav a:last-child { padding-inline: 5vw; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .service-system-grid, .service-process__steps, .service-relevance__grid { grid-template-columns: 1fr; }
    .service-system-card { min-height: 280px; }
    .service-process__steps li { min-height: 160px; }
    .service-relevance__grid span { min-height: 90px; }
    .service-readout { box-shadow: 10px 10px 0 rgba(0,0,0,.18); }
    .area-signal-board, .area-route-card { box-shadow: 10px 10px 0 rgba(0,0,0,.18); }
    .area-signal-board > div, .area-group > div, .area-town-service-grid, .area-vehicle-grid, .area-proof-strip .shell { grid-template-columns: 1fr; }
    .area-group a { border-right: 0; }
    .area-town-hero__grid { min-height: auto; padding-block: 2rem 4.5rem; }
    .area-town-hero h1 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
    .area-town-service-grid a { min-height: 260px; }
    .area-vehicle-grid a { min-height: 205px; }
    .area-proof-strip p, .area-proof-strip p:last-child { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .terrain-line--main { stroke-dashoffset: 0; }
}
