:root {
  --ink: #08090b;
  --ink-soft: #111319;
  --panel: #15171d;
  --paper: #f2f1ed;
  --paper-warm: #e9e7e0;
  --text: #f8f8f6;
  --muted: #a4a6ad;
  --red: #e22a32;
  --red-dark: #a90e20;
  --blue: #2929b8;
  --blue-bright: #4545e5;
  --line: rgba(255, 255, 255, .14);
  --shell: min(1360px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--text); background: var(--ink); font-family: Inter, 'Segoe UI', Arial, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; height: auto; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; box-shadow: 0 0 0 2px #08090b; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; color: #fff; background: var(--red); transition: top .2s; }
.skip-link:focus { top: 16px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.kicker { color: #d2d2d6; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Arial Narrow', Inter, 'Segoe UI', Arial, sans-serif; }
h1, h2 { font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h2 { font-size: clamp(48px, 6.5vw, 98px); }
h1 em, h2 em { color: var(--red); font-style: normal; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: grid; grid-template-columns: 280px 1fr; align-items: center; width: 100%; min-height: 92px; padding: 0 48px; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, min-height .3s; }
.site-header.is-scrolled { min-height: 74px; border-color: var(--line); background: rgba(8, 9, 11, .9); backdrop-filter: blur(18px); }
.brand img { display: block; width: 255px; filter: brightness(0) invert(1); }
.main-nav { display: flex; justify-content: center; gap: clamp(20px, 2.3vw, 42px); }
.main-nav a { position: relative; color: #e9e9ec; font-size: 13px; font-weight: 500; }
.main-nav a:not(.racing-link)::after { content: ''; position: absolute; bottom: -9px; left: 0; width: 0; height: 1px; background: var(--red); transition: width .25s; }
.main-nav a:hover::after { width: 100%; }
.main-nav .racing-link { color: #94969d; }
.main-nav .racing-link span { color: var(--red); }
.menu-toggle { display: none; }

.hero { position: relative; display: flex; align-items: center; min-height: 100svh; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; z-index: -3; inset: 0; background-color: #06080b; background-image: url('/assets/images/hero-wagner-schmid.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; animation: hero-in 1s ease-out both; }
.hero::before { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,5,8,.98) 0%, rgba(4,5,8,.86) 29%, rgba(4,5,8,.27) 57%, rgba(4,5,8,.04) 100%), linear-gradient(0deg, rgba(4,5,8,.76) 0%, transparent 37%); }
.hero::after { content: ''; position: absolute; z-index: -1; top: 0; left: 0; width: 5px; height: 36%; background: var(--red); animation: line-down 1.2s .5s both; }
.hero-content { width: min(720px, 64vw); margin-left: max(48px, calc((100vw - 1360px) / 2)); padding-top: 40px; }
.hero .kicker { margin-bottom: 24px; }
.hero h1 { margin-bottom: 30px; font-size: clamp(58px, 7.1vw, 112px); }
.hero h1 em { display: inline-block; font-size: .73em; letter-spacing: -.045em; }
.hero-actions { display: flex; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 54px; padding: 0 24px; font-size: 13px; font-weight: 600; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: #f23840; }
.button-ghost { border: 1px solid rgba(255,255,255,.3); }
.button-ghost:hover { border-color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.hero-foot { position: absolute; right: 48px; bottom: 28px; left: 48px; display: flex; align-items: center; gap: 48px; padding-top: 18px; border-top: 1px solid var(--line); color: #a7a8ae; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-foot b { margin-right: 5px; color: #fff; font-family: 'Arial Narrow', Inter, sans-serif; font-size: 16px; }
.hero-foot a { margin-left: auto; color: #fff; }
.reveal { opacity: 0; transform: translateY(24px); animation: reveal-up .75s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal:nth-child(1) { animation-delay: .25s; }.reveal:nth-child(2) { animation-delay: .37s; }.reveal:nth-child(3) { animation-delay: .49s; }.reveal:nth-child(4) { animation-delay: .61s; }

.locations { box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.text-link { display: inline-flex; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid #a5a5a5; font-size: 13px; font-weight: 600; }
.text-link span { color: var(--red); }

.vehicles { padding: 150px 0; background: #0c0d10; overflow: hidden; }
.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 64px; }
.section-heading h2 { margin: 0; font-size: clamp(50px, 6.7vw, 94px); }
.section-controls { display: flex; gap: 8px; }
.section-controls[hidden] { display: none; }
.section-controls button { width: 48px; height: 48px; color: #fff; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: .2s; }
.section-controls button:hover { border-color: var(--red); background: var(--red); }
.section-controls button:disabled { color: #777980; border-color: #292b31; background: transparent; cursor: default; }
.vehicle-track { display: flex; gap: 18px; padding: 0 max(48px, calc((100vw - 1360px) / 2)); overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.vehicle-track::-webkit-scrollbar { display: none; }
.vehicle-card { position: relative; flex: 0 0 min(550px, 78vw); background: var(--panel); scroll-snap-align: start; }
.vehicle-card-click-target, .inventory-card-click-target { position: absolute; z-index: 1; inset: 0; }
.vehicle-card:focus-within, .inventory-card:focus-within { outline: 3px solid #ffbf47; outline-offset: 4px; }
.vehicle-card-click-target:focus-visible, .inventory-card-click-target:focus-visible { outline: 0; box-shadow: none; }
.vehicle-body > div:last-child a, .inventory-card-action a { position: relative; z-index: 2; }
.vehicle-image { position: relative; display: grid; place-items: center; height: 360px; background: radial-gradient(circle at 55% 45%, #30323b, #111318 65%); overflow: hidden; }
.vehicle-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vehicle-image::after { content: ''; position: absolute; inset: auto 0 0; height: 4px; background: var(--red); transform: scaleX(.16); transform-origin: left; transition: transform .5s; }
.vehicle-card--blue .vehicle-image::after { background: var(--blue-bright); }
.vehicle-card:hover .vehicle-image::after { transform: scaleX(1); }
.vehicle-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.72); background: radial-gradient(circle at 72% 34%, rgba(226,42,50,.19), transparent 31%), linear-gradient(145deg, #1b1d24, #0d0f13 72%); overflow: hidden; }
.vehicle-placeholder::before { content: ''; position: absolute; top: -35%; left: 13%; width: 18%; height: 175%; background: linear-gradient(180deg, rgba(69,69,229,.4), rgba(226,42,50,.38)); transform: rotate(24deg); opacity: .55; }
.vehicle-placeholder::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.1); }
.vehicle-placeholder-monogram { position: absolute; top: 15%; right: 8%; color: rgba(255,255,255,.045); font: 700 clamp(80px, 12vw, 150px)/1 'Arial Narrow', Inter, sans-serif; letter-spacing: -.09em; }
.vehicle-placeholder svg { position: relative; z-index: 1; width: min(72%, 430px); margin-top: -18px; filter: drop-shadow(0 15px 22px rgba(0,0,0,.42)); }
.vehicle-placeholder svg g { stroke-width: 3; vector-effect: non-scaling-stroke; }
.vehicle-placeholder-copy { position: absolute; z-index: 1; right: 8%; bottom: 8%; left: 8%; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.2); }
.vehicle-placeholder-copy strong { color: #fff; font-size: 13px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.vehicle-placeholder-copy span { color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.vehicle-card--blue .vehicle-placeholder::before { background: linear-gradient(180deg, rgba(226,42,50,.34), rgba(69,69,229,.5)); }
.vehicle-badge { position: absolute; top: 20px; left: 20px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 11px; }
.vehicle-body { padding: 30px; }
.vehicle-body .kicker { color: var(--red); }
.vehicle-card--blue .vehicle-body .kicker { color: #7777f2; }
.vehicle-body h3 { margin-bottom: 8px; font-size: 27px; font-weight: 500; letter-spacing: -.025em; }
.vehicle-body > p:not(.kicker) { color: var(--muted); font-size: 14px; }
.vehicle-body .vehicle-compliance { display: grid; gap: 5px; margin-top: 18px; padding: 15px 0; border-top: 1px solid var(--line); color: #d7d8dc; font-size: 14px; line-height: 1.45; }
.vehicle-body .vehicle-compliance p { margin: 0; }
.vehicle-body > div { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.vehicle-body strong { font-size: 14px; font-weight: 500; }
.vehicle-body div a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff; color: #111; transition: .2s; }
.vehicle-body div a:hover { background: var(--red); color: #fff; }
.all-vehicles-card { flex: 0 0 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background: var(--red); scroll-snap-align: start; }
.all-vehicles-card span { font: 500 32px/1.1 'Arial Narrow', Inter, sans-serif; letter-spacing: -.04em; }
.all-vehicles-card b { align-self: flex-end; font-size: 32px; }

.racing { position: relative; min-height: 720px; display: flex; align-items: center; background: radial-gradient(ellipse at 78% 48%, rgba(80,17,26,.55), transparent 38%), linear-gradient(110deg, #08090b 0%, #0a0a0d 54%, #140b0f 100%); overflow: hidden; }
.racing-brand { position: absolute; top: 50%; right: clamp(44px, 6vw, 120px); display: grid; place-items: center; width: min(44vw, 730px); padding: clamp(58px, 7vw, 105px) clamp(44px, 5vw, 82px); transform: translateY(-50%); }
.racing-brand::after { content: ''; position: absolute; right: 10%; bottom: 0; width: 34%; height: 2px; background: var(--red); box-shadow: 0 0 24px rgba(226,42,50,.7); }
.racing-brand img { position: relative; width: 100%; height: auto; filter: drop-shadow(0 18px 34px rgba(0,0,0,.48)); }
.racing-content { position: relative; z-index: 1; }
.racing-content h2 { max-width: 800px; margin: 18px 0 28px; }
.racing-content p:not(.kicker) { max-width: 550px; color: #a8a9ae; font-size: 17px; line-height: 1.7; }
.racing-content .button { margin-top: 20px; }

.instagram-connection { padding: 0; background: #0d0e12; }
.instagram-connection > a { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; min-height: 190px; padding: 36px max(48px, calc((100vw - 1360px) / 2)); color: #fff; background: linear-gradient(112deg, rgba(226,42,50,.17), rgba(69,69,229,.08) 47%, rgba(255,255,255,.025)); overflow: hidden; }
.instagram-connection > a::after { content: ''; position: absolute; right: 8%; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; transition: transform .35s ease, border-color .35s ease; }
.instagram-connection > a:hover::after { border-color: rgba(226,42,50,.36); transform: scale(1.08); }
.instagram-connection-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 78px; height: 78px; border-radius: 24px; background: linear-gradient(145deg, var(--red), #8d2ac7); box-shadow: 0 18px 45px rgba(226,42,50,.2); }
.instagram-connection-icon svg { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.instagram-connection-icon .instagram-connection-dot { fill: currentColor; stroke: none; }
.instagram-connection-copy { position: relative; z-index: 1; display: grid; gap: 7px; }
.instagram-connection-copy small { color: #aaaeb7; font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.instagram-connection-copy strong { font: 500 clamp(31px, 3.3vw, 50px)/1 'Arial Narrow', Inter, sans-serif; letter-spacing: -.04em; }
.instagram-connection-copy > span { color: #93969e; font-size: 14px; }
.instagram-connection-arrow { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(255,255,255,.22); font-size: 20px; transition: color .2s, background .2s, border-color .2s; }
.instagram-connection > a:hover .instagram-connection-arrow { color: #fff; border-color: var(--red); background: var(--red); }

.locations { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-block: 160px; background: var(--paper); color: var(--ink); }
.location-copy h2 { margin: 30px 0; }
.location-copy > p:last-child { max-width: 470px; color: #63656c; font-size: 17px; line-height: 1.7; }
.location-cards { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 12px; }
.location-cards article { position: relative; min-height: 390px; padding: 34px; color: #fff; background: #111318; overflow: hidden; }
.location-cards article:last-child { background: var(--blue); transform: translateY(-30px); }
.location-cards article::after { content: ''; position: absolute; right: -80px; bottom: -100px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.03); }
.location-cards span { font-size: 11px; letter-spacing: .1em; }
.location-cards h3 { margin: 120px 0 14px; font-size: 48px; font-weight: 500; letter-spacing: -.05em; }
.location-cards p { color: #b8bac0; line-height: 1.6; }
.location-cards a { position: absolute; z-index: 1; bottom: 34px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 13px; }

.site-footer { padding: 100px max(48px, calc((100vw - 1360px) / 2)) 30px; background: #08090b; }
.footer-lead { display: flex; align-items: center; justify-content: space-between; padding-bottom: 80px; }
.footer-lead a { font: 500 clamp(36px, 5vw, 72px)/1 'Arial Narrow', Inter, sans-serif; letter-spacing: -.05em; }
.footer-lead a span { color: var(--red); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding: 60px 0; }
.footer-brand img { width: 260px; filter: brightness(0) invert(1); }
.footer-grid strong { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid p { margin-top: 18px; color: #888a91; font-size: 13px; line-height: 1.8; }
.footer-grid a:hover, .footer-meta a:hover { color: #fff; }
.footer-meta { display: flex; justify-content: space-between; padding-top: 24px; color: #65676e; font-size: 11px; }
.footer-meta a { margin-left: 28px; }

.footer-brands { padding: 38px 0 48px; }
.footer-brands > .kicker { margin-bottom: 25px; color: #777980; }
.brand-logo-grid { display: grid; margin: 0; padding: 0; }
.brand-logo-grid--footer { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.brand-logo-item { min-width: 0; }
.brand-logo-grid--footer .brand-logo-item { display: flex; align-items: center; justify-content: center; min-height: 84px; padding: 13px 9px; }
.brand-logo-item img { display: block; width: 54px; height: 43px; object-fit: contain; color: #fff; filter: brightness(0) invert(1); opacity: .78; transition: opacity .2s, transform .2s; }
.brand-logo-item > span { display: none; }
.brand-logo-item:hover img { opacity: 1; transform: translateY(-2px); }

.service-brands { padding-block: 135px; background: radial-gradient(circle at 88% 18%, rgba(69,69,229,.13), transparent 30%), #0b0c0f; }
.service-brands-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 45px; margin-bottom: 70px; }
.service-brands-heading h2 { margin: 0; font-size: clamp(52px, 6vw, 88px); }
.service-brands-heading > p:last-child { max-width: 450px; margin: 0 0 8px; color: #96989f; font-size: 15px; line-height: 1.75; }
.brand-logo-grid--service { grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.brand-logo-grid--service .brand-logo-item { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 22px; min-height: 220px; padding: 30px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.015); overflow: hidden; }
.brand-logo-grid--service .brand-logo-item::after { content: ''; position: absolute; right: -70px; bottom: -90px; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.045); border-radius: 50%; transition: border-color .25s, transform .25s; }
.brand-logo-grid--service .brand-logo-item:hover::after { border-color: rgba(226,42,50,.35); transform: scale(1.08); }
.brand-logo-grid--service .brand-logo-item img { width: 82px; height: 70px; opacity: .92; }
.brand-logo-grid--service .brand-logo-item > span { position: relative; z-index: 1; display: grid; gap: 4px; color: #fff; font-size: 12px; font-weight: 650; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.brand-logo-grid--service .brand-logo-item small { color: #7f8189; font-size: 8px; font-weight: 550; letter-spacing: .09em; }


.contact-hero { position: relative; display: flex; align-items: center; min-height: 78svh; padding-top: 92px; background: linear-gradient(125deg, #08090b 0%, #111329 55%, #3b0d18 100%); isolation: isolate; overflow: hidden; }
.contact-hero::before { content: ''; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; width: 5px; background: var(--red); }
.contact-hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(155deg, transparent 48%, rgba(226,42,50,.09) 48.1%, transparent 74%); }
.contact-hero-content { position: relative; z-index: 2; }
.contact-hero h1 { max-width: 940px; margin: 24px 0 30px; font-size: clamp(76px, 10vw, 158px); }

.contact-locations { padding-block: 145px; color: var(--ink); background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.contact-section-heading { display: grid; grid-template-columns: 160px 1.2fr .7fr; align-items: end; gap: 45px; margin-bottom: 70px; }
.contact-section-heading .kicker { align-self: start; color: #777981; }
.contact-section-heading h2 { margin: 0; }
.contact-section-heading > p:last-child { max-width: 390px; color: #686a72; font-size: 16px; line-height: 1.7; }
.contact-location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-left: 160px; }
.contact-location-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 440px; padding: 34px; color: #fff; background: #111318; overflow: hidden; }
.contact-location-card:last-child { background: var(--blue); }
.contact-location-card::after { content: ''; position: absolute; right: -110px; bottom: -130px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025); }
.contact-location-number { color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .14em; }
.contact-location-card h3 { margin: 14px 0; font-size: clamp(50px, 5vw, 74px); font-weight: 500; letter-spacing: -.055em; }
.contact-location-card address { color: #afb1b8; font-size: 16px; font-style: normal; line-height: 1.7; }
.contact-location-actions { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-location-actions a { font-size: 13px; }

.contact-form-section { padding-block: 150px; background: #0b0c0f; }
.contact-form-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-form-intro { position: sticky; top: 120px; }
.contact-form-intro h2 { margin: 25px 0 30px; font-size: clamp(54px, 6vw, 88px); }
.contact-form-intro > p:not(.kicker) { max-width: 450px; color: #96989f; font-size: 17px; line-height: 1.7; }
.contact-form-card { min-height: 650px; padding: clamp(28px, 4vw, 58px); color: var(--ink); background: var(--paper); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 22px; }
.form-field { position: relative; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > label { display: block; margin-bottom: 9px; color: #555861; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.form-field input:not([type='checkbox']), .form-field select, .form-field textarea { width: 100%; border: 0; border-bottom: 1px solid #b9b8b2; border-radius: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; font-size: 16px; line-height: 1.4; transition: border-color .2s; }
.form-field input:not([type='checkbox']), .form-field select { height: 48px; }
.form-field textarea { min-height: 130px; padding-block: 12px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--red); }
.form-privacy-note { margin: 0; color: #65676e; font-size: 12px; line-height: 1.6; }
.form-privacy-note a { color: var(--ink); border-bottom: 1px solid #999; }
.field-error { display: block; margin-top: 6px; color: #b41520; font-size: 11px; }
.form-alert { margin-bottom: 28px; padding: 16px 18px; border-left: 3px solid var(--red); color: #761019; background: #f4dadd; font-size: 13px; line-height: 1.5; }
.form-submit { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.form-submit button { border: 0; cursor: pointer; }
.form-submit > small { color: #898b91; font-size: 11px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-success { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 530px; }
.contact-success > span { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 35px; border-radius: 50%; color: #fff; background: #248448; font-size: 24px; }
.contact-success .kicker { color: #248448; }
.contact-success h3 { margin: 10px 0 18px; font-size: 54px; font-weight: 500; letter-spacing: -.05em; }
.contact-success > p:not(.kicker) { max-width: 480px; color: #666870; line-height: 1.7; }
.contact-success .button { margin-top: 20px; }


.purchase-hero { position: relative; display: flex; align-items: center; min-height: 88svh; padding: 150px 0 90px; background: linear-gradient(125deg, #08090b 0%, #10121a 61%, #321019 100%); isolation: isolate; overflow: hidden; }
.purchase-hero::before { content: ''; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; width: 5px; background: var(--red); }
.purchase-hero-inner { position: relative; z-index: 1; }
.purchase-hero h1 { max-width: 900px; margin: 24px 0 34px; font-size: clamp(72px, 9.4vw, 145px); }
.purchase-hero-copy { max-width: 650px; margin-bottom: 34px; color: #a7a9b0; font-size: 17px; line-height: 1.75; }

.purchase-process { padding-block: 135px; color: var(--ink); background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.purchase-process-heading { display: grid; grid-template-columns: 160px 1fr; gap: 45px; align-items: start; margin-bottom: 70px; }
.purchase-process-heading .kicker { color: #74767d; }
.purchase-process-heading h2 { max-width: 900px; margin: 0; }
.purchase-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 0 0 160px; padding: 0; list-style: none; background: #cbc9c2; }
.purchase-steps li { min-height: 310px; padding: 30px; background: #fff; }
.purchase-steps li:nth-child(2) { color: #fff; background: var(--ink-soft); }
.purchase-steps li:nth-child(3) { color: #fff; background: var(--blue); }
.purchase-steps span { display: block; margin-bottom: 105px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.purchase-steps li:nth-child(3) span { color: #fff; }
.purchase-steps strong { display: block; margin-bottom: 14px; font: 500 30px/1.1 'Arial Narrow', Inter, sans-serif; letter-spacing: -.035em; }
.purchase-steps p { margin: 0; color: #696b72; font-size: 14px; line-height: 1.65; }
.purchase-steps li:nth-child(2) p, .purchase-steps li:nth-child(3) p { color: #b8bac1; }

.purchase-form-section { padding-block: 145px; background: #0b0c0f; }
.purchase-form-shell { display: grid; grid-template-columns: minmax(300px, .66fr) minmax(0, 1.34fr); gap: clamp(55px, 7vw, 110px); align-items: start; }
.purchase-form-intro { position: sticky; top: 115px; }
.purchase-form-intro h2 { margin: 25px 0 30px; font-size: clamp(52px, 5.5vw, 82px); }
.purchase-form-intro > p:not(.kicker) { max-width: 440px; color: #96989f; font-size: 16px; line-height: 1.75; }
.purchase-contact-note { display: grid; gap: 10px; max-width: 390px; margin-top: 42px; padding: 24px 0 0 24px; border-top: 1px solid var(--line); border-left: 3px solid var(--red); }
.purchase-contact-note strong { margin-bottom: 5px; font-size: 13px; }
.purchase-contact-note a { color: #a8aab0; font-size: 13px; }
.purchase-contact-note a:hover { color: #fff; }
.purchase-form-card { padding: clamp(28px, 4vw, 58px); color: var(--ink); background: var(--paper); }
.purchase-form { display: grid; gap: 46px; }
.purchase-form-group { min-width: 0; margin: 0; padding: 0 0 44px; border: 0; border-bottom: 1px solid #c8c6bf; }
.purchase-form-group legend { width: 100%; margin-bottom: 30px; padding: 0; font: 500 30px/1.1 'Arial Narrow', Inter, sans-serif; letter-spacing: -.035em; }
.purchase-form-group legend span { display: inline-block; margin-right: 16px; color: var(--red); font: 700 10px/1 Inter, sans-serif; letter-spacing: .12em; vertical-align: middle; }
.purchase-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 22px; }
.field-hint { display: block; margin-top: 6px; color: #85878d; font-size: 10px; }
.form-input-suffix { position: relative; }
.form-input-suffix input { padding-right: 40px; }
.form-input-suffix > span { position: absolute; right: 0; bottom: 14px; color: #72747b; font-size: 12px; }
.registration-fields { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(90px, .65fr); gap: 14px; }
.purchase-privacy { padding: 22px; background: #e5e3dc; }
.form-field > .form-checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 13px; align-items: start; margin: 0; color: #55575e; font-size: 12px; font-weight: 400; letter-spacing: 0; line-height: 1.6; text-transform: none; cursor: pointer; }
.form-checkbox input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--red); }
.form-checkbox a { color: var(--ink); border-bottom: 1px solid #8c8d91; }


.service-hero { position: relative; display: flex; align-items: center; min-height: 88svh; padding: 150px 0 90px; background: linear-gradient(120deg, #08090b 0%, #0d1018 62%, #250d14 100%); isolation: isolate; overflow: hidden; }
.service-hero::before { content: ''; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; width: 5px; background: var(--red); }
.service-hero-inner { position: relative; z-index: 1; }
.service-hero h1 { max-width: 1000px; margin: 24px 0 32px; font-size: clamp(72px, 9.7vw, 150px); }
.service-hero p:not(.kicker) { max-width: 650px; margin-bottom: 34px; color: #a5a7ae; font-size: 17px; line-height: 1.75; }

.service-overview { padding-block: 135px; color: var(--ink); background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.service-overview-heading { display: grid; grid-template-columns: 160px 1fr; gap: 45px; margin-bottom: 70px; }
.service-overview-heading .kicker { color: #74767d; }
.service-overview-heading h2 { max-width: 950px; margin: 0; }
.service-overview-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-left: 160px; border: 1px solid #cbc9c2; }
.service-overview-grid article { min-height: 330px; padding: 28px; border-right: 1px solid #cbc9c2; background: #fff; }
.service-overview-grid article:last-child { border-right: 0; }
.service-overview-grid span { display: block; margin-bottom: 105px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.service-overview-grid h3 { margin-bottom: 16px; font-size: 28px; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.service-overview-grid p { margin: 0; color: #696b72; font-size: 13px; line-height: 1.65; }

.service-specials { display: grid; grid-template-columns: 1fr 1fr; }
.service-special { position: relative; min-height: 700px; display: flex; align-items: flex-end; padding: clamp(42px, 6vw, 90px); overflow: hidden; isolation: isolate; }
.service-special::before { content: ''; position: absolute; z-index: -1; inset: 0; }
.service-special::after { content: ''; position: absolute; z-index: -1; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.service-special--rental::before { background: linear-gradient(145deg, #11131a, #232660); }
.service-special--rental::after { top: -170px; right: -120px; box-shadow: 0 0 0 75px rgba(255,255,255,.025); }
.service-special--camper::before { background: linear-gradient(145deg, #171216, #521723); }
.service-special--camper::after { right: -130px; bottom: -160px; box-shadow: 0 0 0 75px rgba(226,42,50,.04); }
.service-special > div { position: relative; z-index: 1; max-width: 650px; }
.service-special h2 { margin: 22px 0 28px; font-size: clamp(52px, 5.4vw, 84px); }
.service-special > div > p:not(.kicker) { max-width: 610px; color: #b2b4bb; font-size: 16px; line-height: 1.75; }
.service-special .button { margin-top: 20px; }

.service-form-section { padding-block: 145px; background: #0b0c0f; }
.service-form-shell { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: clamp(55px, 7vw, 110px); align-items: start; }
.service-form-intro { position: sticky; top: 115px; }
.service-form-intro h2 { margin: 25px 0 30px; font-size: clamp(52px, 5.5vw, 82px); }
.service-form-intro > p:not(.kicker) { max-width: 440px; color: #96989f; font-size: 16px; line-height: 1.75; }
.service-form-card { min-height: 650px; padding: clamp(28px, 4vw, 58px); color: var(--ink); background: var(--paper); }
.service-form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 22px; }
.service-form-divider { display: flex; align-items: baseline; justify-content: space-between; margin-top: 18px; padding: 24px 0 3px; border-top: 1px solid #c8c6bf; }
.service-form-divider span { font: 500 28px/1.1 'Arial Narrow', Inter, sans-serif; letter-spacing: -.035em; }
.service-form-divider small { color: #85878d; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.service-privacy { padding: 22px; background: #e5e3dc; }


.maintenance-body { min-height: 100vh; color: #f7f7f5; background: #08090b; }
.maintenance-login { display: grid; place-items: center; min-height: 100vh; padding: 40px 20px; background: radial-gradient(circle at 75% 25%, rgba(69,69,229,.17), transparent 28%), linear-gradient(135deg, #08090b, #160b10); }
.maintenance-login-card { width: min(100%, 560px); padding: clamp(30px, 5vw, 60px); color: var(--ink); background: var(--paper); box-shadow: 0 32px 90px rgba(0,0,0,.42); }
.maintenance-login-card > img { width: min(100%, 300px); margin-bottom: 70px; }
.maintenance-login-card .kicker { color: #777981; }
.maintenance-login-card h1 { margin: 16px 0 22px; font-size: clamp(54px, 8vw, 82px); }
.maintenance-login-card > p:not(.kicker) { margin-bottom: 34px; color: #666870; line-height: 1.65; }
.maintenance-login-form { display: grid; gap: 25px; }
.maintenance-login-form .button { margin-top: 10px; border: 0; cursor: pointer; }
.maintenance-alert { margin-bottom: 26px; padding: 15px 17px; border-left: 3px solid var(--red); font-size: 13px; line-height: 1.5; }
.maintenance-alert--error { color: #761019; background: #f4dadd; }

.maintenance-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 32px; min-height: 82px; padding: 0 max(30px, calc((100vw - 1380px) / 2)); border-bottom: 1px solid var(--line); background: rgba(8,9,11,.94); backdrop-filter: blur(16px); }
.maintenance-header img { display: block; width: 225px; filter: brightness(0) invert(1); }
.maintenance-header > div { display: flex; align-items: baseline; gap: 18px; }
.maintenance-header > div span { font-size: 13px; font-weight: 700; }
.maintenance-header > div small { color: #85878e; font-size: 10px; }
.maintenance-header button { padding: 10px 16px; border: 1px solid rgba(255,255,255,.22); color: #fff; background: transparent; cursor: pointer; }
.maintenance-header button:hover { border-color: var(--red); }
.maintenance-dashboard { width: min(1380px, calc(100vw - 60px)); margin: 0 auto; padding: 110px 0 100px; }
.maintenance-result { display: grid; grid-template-columns: 58px 1fr; gap: 25px; margin-bottom: 90px; padding: 28px; border: 1px solid rgba(255,255,255,.14); background: #111319; }
.maintenance-result > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: #248448; font-size: 21px; }
.maintenance-result--warning > span { color: #111; background: #ffbf47; }
.maintenance-result--error > span { background: var(--red); }
.maintenance-result .kicker { margin-bottom: 8px; }
.maintenance-result h2 { margin: 0 0 18px; font-size: 34px; letter-spacing: -.035em; }
.maintenance-result ul { margin: 0; padding-left: 20px; color: #b2b4bb; line-height: 1.7; }
.maintenance-analytics { margin-bottom: 110px; }
.maintenance-analytics .maintenance-section-head > p { max-width: 520px; margin: 0 0 7px; color: #85878e; font-size: 12px; line-height: 1.65; }
.maintenance-analytics-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 12px; }
.maintenance-analytics-metrics article { display: grid; min-height: 190px; padding: 26px; border: 1px solid rgba(255,255,255,.13); background: #111319; }
.maintenance-analytics-metrics span { color: #92949b; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.maintenance-analytics-metrics strong { align-self: end; margin-top: 34px; font: 500 clamp(48px, 5vw, 76px)/.9 'Arial Narrow', Inter, sans-serif; letter-spacing: -.05em; }
.maintenance-analytics-metrics small { margin-top: 14px; color: #92949b; font-size: 11px; }
.maintenance-analytics-chart { padding: 22px 26px; border: 1px solid rgba(255,255,255,.13); background: #0d0f13; }
.maintenance-analytics-chart-head, .maintenance-analytics-day { display: grid; grid-template-columns: 60px minmax(180px, 1fr) minmax(180px, 1fr); gap: 24px; align-items: center; }
.maintenance-analytics-chart-head { padding: 0 0 13px; border-bottom: 1px solid rgba(255,255,255,.12); color: #777981; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.maintenance-analytics-day { min-height: 42px; border-bottom: 1px solid rgba(255,255,255,.06); }
.maintenance-analytics-day:last-child { border-bottom: 0; }
.maintenance-analytics-day time { color: #a5a7ae; font-size: 11px; }
.maintenance-analytics-value { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 34px; align-items: center; gap: 10px; }
.maintenance-analytics-value > span { display: block; width: max(2px, var(--bar-width)); height: 6px; background: var(--red); }
.maintenance-analytics-value--views > span { background: var(--blue-bright); }
.maintenance-analytics-value strong { color: #d6d7da; font-size: 11px; text-align: right; }
.maintenance-analytics-empty { padding: 26px; border: 1px solid rgba(255,255,255,.13); color: #96989f; background: #111319; font-size: 13px; line-height: 1.7; }
.maintenance-jobs { margin-bottom: 110px; }
.maintenance-section-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 38px; }
.maintenance-section-head h2 { margin: 10px 0 0; font-size: clamp(48px, 5vw, 72px); }
.maintenance-job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.maintenance-job-card { display: flex; flex-direction: column; min-height: 430px; padding: 30px; border: 1px solid rgba(255,255,255,.13); background: #111319; }
.maintenance-job-card > span { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.maintenance-job-card h3 { margin: 100px 0 18px; font-size: 31px; font-weight: 500; letter-spacing: -.035em; }
.maintenance-job-card > p { color: #96989f; font-size: 13px; line-height: 1.7; }
.maintenance-job-card form { display: grid; gap: 17px; margin-top: auto; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.maintenance-job-card label { display: flex; align-items: center; gap: 10px; color: #a8aab1; font-size: 11px; cursor: pointer; }
.maintenance-job-card input { width: 17px; height: 17px; accent-color: var(--red); }
.maintenance-job-card button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 50px; padding: 0 18px; border: 0; color: #fff; background: var(--red); font-weight: 700; cursor: pointer; }
.maintenance-job-card button:hover { background: #f23840; }
.maintenance-log { padding-top: 85px; border-top: 1px solid var(--line); }
.maintenance-log .maintenance-section-head > div:last-child { display: flex; align-items: center; gap: 18px; }
.maintenance-log .maintenance-section-head code { color: #898b92; font-size: 11px; }
.maintenance-log .maintenance-section-head a { padding-bottom: 4px; border-bottom: 1px solid #666; font-size: 12px; }
.maintenance-log pre { max-height: 620px; margin: 0; padding: 26px; border: 1px solid rgba(255,255,255,.13); color: #d8d9dc; background: #0d0f13; font: 12px/1.65 Consolas, 'Courier New', monospace; white-space: pre-wrap; overflow: auto; tab-size: 4; }
.maintenance-log-actions { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 15px; }
.maintenance-log-actions > p { margin: 0; color: #74767d; font-size: 10px; }
.maintenance-log-actions form { display: flex; align-items: center; gap: 14px; }
.maintenance-log-actions label { display: flex; align-items: center; gap: 8px; color: #a5a7ae; font-size: 11px; cursor: pointer; }
.maintenance-log-actions input { width: 16px; height: 16px; accent-color: var(--red); }
.maintenance-log-actions button { padding: 10px 15px; border: 1px solid rgba(226,42,50,.65); color: #fff; background: transparent; cursor: pointer; }
.maintenance-log-actions button:hover { background: var(--red); }

/* Interne digitale Auftragsannahme */
.acceptance-body { background: #0b0c0f; }
.acceptance-header { position: sticky; }
.acceptance-main { width: min(1380px, calc(100vw - 60px)); min-height: calc(100vh - 82px); margin: 0 auto; padding: 72px 0 100px; }
.acceptance-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.acceptance-intro h1 { margin: 14px 0 0; font-size: clamp(64px, 7vw, 108px); }
.acceptance-intro > p { max-width: 520px; margin: 0 0 10px; color: #989aa1; font-size: 16px; line-height: 1.7; }
.acceptance-form-alert { margin-bottom: 24px; padding: 16px 18px; border-left: 3px solid var(--red); color: #72121a; background: #f4dadd; font-size: 13px; line-height: 1.55; }
.acceptance-form { position: relative; color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.acceptance-progress { position: sticky; z-index: 10; top: 82px; padding: 20px 34px; border-bottom: 1px solid #d1cfc8; background: rgba(242,241,237,.96); backdrop-filter: blur(15px); }
.acceptance-progress ol { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.acceptance-progress li { position: relative; }
.acceptance-progress li:not(:last-child)::after { content: ''; position: absolute; top: 17px; right: 7px; left: calc(50% + 25px); height: 1px; background: #b7b8bd; }
.acceptance-progress li.is-complete::after { background: var(--red); }
.acceptance-progress button { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 11px; width: 100%; padding: 0 10px 0 0; border: 0; color: #73757c; background: transparent; text-align: left; cursor: pointer; }
.acceptance-progress button > span { position: relative; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #adafb5; color: #575960; background: var(--paper); font-size: 11px; font-weight: 700; transition: .2s; }
.acceptance-progress button small { max-width: 100px; font-size: 10px; font-weight: 650; line-height: 1.3; }
.acceptance-progress button[aria-current='step'] { color: var(--ink); }
.acceptance-progress button[aria-current='step'] > span, .acceptance-progress li.is-complete button > span { border-color: var(--red); color: #fff; background: var(--red); }
.acceptance-panels { min-height: 680px; }
.acceptance-panel { padding: clamp(32px, 5vw, 70px); }
.acceptance-panel[hidden] { display: none; }
.acceptance-panel-head { display: grid; grid-template-columns: 52px 1fr; gap: 28px; align-items: start; margin-bottom: 52px; }
.acceptance-panel-head > span { padding-top: 9px; color: var(--red); font-size: 11px; font-weight: 750; letter-spacing: .14em; }
.acceptance-panel-head .kicker { margin-bottom: 12px; color: #777981; }
.acceptance-panel-head h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); }
.acceptance-field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 25px; }
.acceptance-field-grid .form-field textarea { min-height: 110px; }
.acceptance-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 55px; padding-top: 28px; border-top: 1px solid #cbc9c2; }
.acceptance-actions .button { min-width: 170px; border: 0; cursor: pointer; }
.acceptance-actions .button-ghost { border: 1px solid #aaa9a4; color: var(--ink); }
.acceptance-actions .button-ghost:hover { border-color: var(--ink); }
.acceptance-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 40px; }
.acceptance-service-choice { min-width: 0; margin: 0; padding: 24px; border: 1px solid #cbc9c2; }
.acceptance-service-choice legend { padding: 0 8px; font: 500 23px/1.1 'Arial Narrow', Inter, sans-serif; }
.acceptance-service-choice > div { display: grid; gap: 8px; margin-top: 10px; }
.acceptance-service-choice label { cursor: pointer; }
.acceptance-service-choice input { position: absolute; opacity: 0; pointer-events: none; }
.acceptance-service-choice label span { display: block; padding: 12px 14px; border: 1px solid #c7c5bf; color: #66686f; font-size: 12px; text-align: center; transition: .2s; }
.acceptance-service-choice input:checked + span { border-color: var(--red); color: #fff; background: var(--red); }
.acceptance-service-choice input:focus-visible + span { outline: 3px solid #ffbf47; outline-offset: 2px; }
.acceptance-check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cbc9c2; border-left: 1px solid #cbc9c2; }
.acceptance-check-row { min-width: 0; margin: 0; padding: 20px; border: 0; border-right: 1px solid #cbc9c2; border-bottom: 1px solid #cbc9c2; }
.acceptance-check-row legend { float: left; width: 100%; min-height: 38px; margin-bottom: 14px; padding: 0; font-size: 13px; font-weight: 650; line-height: 1.45; }
.acceptance-status-options { display: grid; grid-template-columns: repeat(3, 1fr); clear: both; gap: 5px; }
.acceptance-status { min-width: 0; cursor: pointer; }
.acceptance-status input { position: absolute; opacity: 0; pointer-events: none; }
.acceptance-status span { display: grid; place-items: center; min-height: 37px; padding: 5px 7px; border: 1px solid #c8c6c0; color: #696b72; font-size: 10px; text-align: center; transition: .18s; }
.acceptance-status input:focus-visible + span { outline: 3px solid #ffbf47; outline-offset: 2px; }
.acceptance-status--ok input:checked + span { border-color: #27804a; color: #fff; background: #27804a; }
.acceptance-status--issue input:checked + span { border-color: var(--red); color: #fff; background: var(--red); }
.acceptance-status--not_checked input:checked + span { border-color: #74767d; color: #fff; background: #74767d; }
.acceptance-notes { margin-top: 38px; }
.acceptance-final { display: grid; gap: 30px; margin-top: 48px; padding: 36px; color: var(--ink); background: #e4e2db; }
.acceptance-confirm { display: grid; grid-template-columns: 21px 1fr; gap: 13px; align-items: start; font-size: 13px; line-height: 1.6; cursor: pointer; }
.acceptance-confirm input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--red); }
.acceptance-success { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: calc(100vh - 250px); max-width: 900px; }
.acceptance-success > span { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 35px; border-radius: 50%; color: #fff; background: #27804a; font-size: 27px; }
.acceptance-success h1 { margin: 18px 0 25px; font-size: clamp(64px, 8vw, 116px); }
.acceptance-success > p:not(.kicker) { max-width: 620px; color: #a0a2a9; font-size: 17px; line-height: 1.7; }
.acceptance-success .button { margin-top: 20px; }

@media (max-width: 1050px) {
  .acceptance-progress { top: 74px; padding-inline: 20px; overflow-x: auto; }
  .acceptance-progress ol { min-width: 900px; }
  .acceptance-intro { grid-template-columns: 1fr; gap: 20px; }
  .acceptance-service-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .acceptance-main { width: calc(100vw - 28px); padding: 52px 0 70px; }
  .acceptance-intro { margin-bottom: 34px; }
  .acceptance-intro h1 { font-size: clamp(52px, 16vw, 76px); }
  .acceptance-progress { top: 0; padding: 14px; }
  .acceptance-progress ol { min-width: 780px; }
  .acceptance-progress button { grid-template-columns: 30px 1fr; }
  .acceptance-progress button > span { width: 30px; height: 30px; }
  .acceptance-panel { padding: 30px 20px; }
  .acceptance-panel-head { grid-template-columns: 1fr; gap: 10px; margin-bottom: 38px; }
  .acceptance-panel-head h2 { font-size: 45px; }
  .acceptance-field-grid, .acceptance-check-list { grid-template-columns: 1fr; }
  .acceptance-check-row { padding: 17px 14px; }
  .acceptance-status-options { grid-template-columns: 1fr 1fr 1.2fr; }
  .acceptance-status span { padding-inline: 4px; font-size: 9px; }
  .acceptance-final { padding: 24px 18px; }
  .acceptance-actions { align-items: stretch; flex-direction: column-reverse; }
  .acceptance-actions > span { display: none; }
  .acceptance-actions .button { width: 100%; }
  .acceptance-success { min-height: calc(100vh - 180px); }
}

.about-hero { position: relative; display: flex; align-items: flex-end; min-height: 88svh; padding: 180px 0 82px; background: linear-gradient(125deg, #08090b 0%, #11142a 58%, #42101c 100%); overflow: hidden; isolation: isolate; }
.about-hero::after { content: ''; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; width: 5px; background: var(--red); }
.about-hero h1 { max-width: 1050px; margin: 24px 0 52px; font-size: clamp(74px, 10vw, 154px); }
.about-hero-facts { display: flex; gap: 54px; padding-top: 22px; border-top: 1px solid var(--line); color: #8e9098; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.about-hero-facts span { display: flex; align-items: baseline; gap: 8px; }
.about-hero-facts strong { color: #fff; font: 500 20px 'Arial Narrow', Inter, sans-serif; letter-spacing: 0; }

.about-statement { padding-block: 145px; color: var(--ink); background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.about-statement > .kicker { color: #777981; }
.about-statement-copy { display: grid; grid-template-columns: 1.05fr .75fr; gap: 110px; align-items: start; margin: 38px 0 0 160px; }
.about-statement h2 { margin: 0; font-size: clamp(54px, 6.6vw, 98px); }
.about-statement-copy > div { padding: 12px 0 12px 30px; border-left: 3px solid var(--red); }
.about-statement-copy p { color: #5d6068; font-size: 17px; line-height: 1.75; }
.about-statement-copy strong { color: var(--ink); font-weight: 600; }
.about-statement-copy .about-statement-closing { margin: 30px 0 0; color: var(--red); font: 600 22px/1.35 'Arial Narrow', Inter, sans-serif; }

.about-values { padding-block: 145px; background: #0b0c0f; }
.about-section-heading { display: grid; grid-template-columns: 160px 1.15fr .65fr; align-items: end; gap: 45px; margin-bottom: 70px; }
.about-section-heading h2 { margin: 0; }
.about-section-heading > p:last-child { max-width: 420px; margin-bottom: 10px; color: #96989f; font-size: 16px; line-height: 1.7; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-left: 160px; }
.value-card { position: relative; min-height: 340px; padding: 30px; border: 1px solid rgba(255,255,255,.12); background: #121419; overflow: hidden; transition: transform .25s, border-color .25s, background .25s; }
.value-card::after { content: ''; position: absolute; right: -70px; bottom: -90px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.value-card:nth-child(2), .value-card:nth-child(6) { background: #181a28; }
.value-card:nth-child(3) { background: var(--blue); }
.value-card:nth-child(7) { grid-column: 2 / 4; min-height: 280px; background: linear-gradient(120deg, #15171d, #3b0e18); }
.value-card:hover { z-index: 2; border-color: rgba(226,42,50,.7); transform: translateY(-5px); }
.value-card > span { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.value-card:nth-child(3) > span { color: #ff777d; }
.value-card h3 { max-width: 300px; margin: 105px 0 16px; font-size: 26px; font-weight: 500; letter-spacing: -.035em; line-height: 1.12; }
.value-card:nth-child(7) h3 { margin-top: 75px; }
.value-card p { position: relative; z-index: 1; max-width: 390px; margin: 0; color: #9b9da4; font-size: 14px; line-height: 1.65; }
.value-card:nth-child(3) p { color: rgba(255,255,255,.7); }

.about-services { padding-block: 145px 160px; color: var(--ink); background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.about-services-heading { display: grid; grid-template-columns: 160px 1.15fr .65fr; align-items: end; gap: 45px; margin-bottom: 80px; }
.about-services-heading .kicker { align-self: start; color: #777981; }
.about-services-heading h2 { margin: 0; font-size: clamp(52px, 6vw, 88px); }
.about-services-heading > p:last-child { max-width: 420px; margin-bottom: 8px; color: #666870; font-size: 16px; line-height: 1.7; }
.service-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-left: 160px; }
.service-group { padding: 30px; border: 1px solid #cac9c2; background: #ecebe5; }
.service-group header { min-height: 130px; border-bottom: 1px solid #cac9c2; }
.service-group header > span { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.service-group h3 { margin: 44px 0 22px; font-size: 25px; font-weight: 500; letter-spacing: -.035em; }
.service-group ul { margin: 0; padding: 0; list-style: none; }
.service-group li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid #d2d1ca; color: #464950; font-size: 14px; line-height: 1.45; }
.service-group li:last-child { border-bottom: 0; }
.service-group li span { padding-top: 2px; color: #999b9f; font-size: 9px; letter-spacing: .08em; }

.legal-hero { position: relative; display: flex; align-items: flex-end; min-height: 58svh; padding: 170px 0 80px; background: linear-gradient(125deg, #08090b 0%, #15172a 62%, #3b0d18 100%); overflow: hidden; }
.legal-hero::before { content: ''; position: absolute; right: -8vw; bottom: -16vw; width: 50vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); transform: rotate(35deg); }
.legal-hero--privacy { background: linear-gradient(125deg, #08090b 0%, #12162c 62%, #202b6c 100%); }
.legal-hero h1 { margin: 22px 0 18px; font-size: clamp(76px, 11vw, 160px); }
.legal-hero .section-shell > p:last-child { max-width: 650px; margin-bottom: 0; color: #a6a8b0; font-size: 18px; line-height: 1.6; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 860px); justify-content: space-between; gap: 100px; padding-block: 110px 150px; color: var(--ink); background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.legal-nav { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; padding-top: 8px; }
.legal-nav .kicker { margin-bottom: 22px; color: #777981; }
.legal-nav a { padding: 12px 0; border-bottom: 1px solid #d0cec7; color: #666870; font-size: 13px; transition: color .2s, padding .2s; }
.legal-nav a:hover { padding-left: 8px; color: var(--red); }
.legal-content { min-width: 0; }
.legal-content section { position: relative; padding: 0 0 70px 76px; border-bottom: 1px solid #d0cec7; margin-bottom: 70px; scroll-margin-top: 110px; }
.legal-content section:last-of-type { margin-bottom: 38px; }
.legal-content .legal-intro { padding-left: 0; }
.legal-number { position: absolute; top: 8px; left: 0; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.legal-content h2 { margin: 0 0 26px; font-size: clamp(34px, 4vw, 54px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.legal-content h3 { margin: 42px 0 18px; font-size: 20px; line-height: 1.3; }
.legal-content p, .legal-content li, .legal-content dd { color: #555861; font-size: 16px; line-height: 1.75; }
.legal-content p { max-width: 760px; }
.legal-content strong { color: var(--ink); font-weight: 600; }
.legal-content a { color: #2929a8; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content ul { margin: 24px 0; padding-left: 22px; }
.legal-content li { margin-bottom: 8px; padding-left: 6px; }
.legal-data-list { margin: 28px 0 0; border-top: 1px solid #d0cec7; }
.legal-data-list > div { display: grid; grid-template-columns: 210px 1fr; gap: 30px; padding: 16px 0; border-bottom: 1px solid #d0cec7; }
.legal-data-list dt { color: #888a91; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.legal-data-list dd { margin: 0; }
.legal-note { max-width: 100% !important; margin: 24px 0 0; padding: 16px 20px; border-left: 3px solid #b7b6b0; color: #6f7179 !important; background: #e8e7e1; font-size: 13px !important; line-height: 1.65 !important; }
.legal-callout { margin: 34px 0 0; padding: 28px 30px; border-left: 4px solid var(--blue); background: #e3e2dc; }
.legal-callout--red { border-color: var(--red); }
.legal-callout > strong { display: block; margin-bottom: 8px; font-size: 14px; }
.legal-callout p { margin: 0; font-size: 14px; }
.legal-updated { margin: 0; color: #8a8c92 !important; font-size: 12px !important; letter-spacing: .08em; text-transform: uppercase; }

.subpage-hero { min-height: 76vh; padding: 200px max(48px, calc((100vw - 1360px) / 2)) 100px; background: radial-gradient(circle at 80% 25%, #222554 0, #11131d 24%, var(--ink) 55%); }
.subpage-hero h1 { margin: 25px 0; font-size: clamp(70px, 10vw, 150px); }
.subpage-hero > p:not(.kicker) { max-width: 580px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.subpage-hero .button { margin-top: 20px; }

.new-vehicle-hero { position: relative; display: flex; align-items: center; min-height: 88svh; padding: 155px 0 90px; background: linear-gradient(125deg, #08090b 0%, #10131e 60%, #310e17 100%); isolation: isolate; overflow: hidden; }
.new-vehicle-hero::before { content: ''; position: absolute; z-index: -1; inset: 0 auto 0 0; width: 5px; background: var(--red); }
.new-vehicle-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.new-vehicle-hero h1 { max-width: 990px; margin: 24px 0 0; font-size: clamp(72px, 9vw, 142px); }
.new-vehicle-hero-copy { padding: 0 0 10px 28px; border-left: 2px solid var(--red); }
.new-vehicle-hero-copy p { margin: 0 0 28px; color: #a7a9b0; font-size: 16px; line-height: 1.75; }

.new-vehicle-intro { padding-block: 140px; color: var(--ink); background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.new-vehicle-intro > .kicker { color: #74767d; }
.new-vehicle-intro-copy { display: grid; grid-template-columns: 1.05fr .7fr; align-items: start; gap: 100px; margin: 35px 0 90px 155px; }
.new-vehicle-intro-copy h2 { margin: 0; font-size: clamp(54px, 6.4vw, 96px); }
.new-vehicle-intro-copy > div { padding: 8px 0 8px 28px; border-left: 3px solid var(--red); }
.new-vehicle-intro-copy p { color: #5f6269; font-size: 16px; line-height: 1.75; }
.new-vehicle-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.new-vehicle-type-grid article { min-height: 300px; padding: 34px; border: 1px solid #d4d2cd; border-right: 0; }
.new-vehicle-type-grid article:last-child { border-right: 1px solid #d4d2cd; }
.new-vehicle-type-grid article > span { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.new-vehicle-type-grid h3 { margin: 105px 0 14px; font-size: 31px; font-weight: 500; letter-spacing: -.035em; }
.new-vehicle-type-grid p { margin: 0; color: #6a6c72; font-size: 14px; line-height: 1.65; }

.new-vehicle-process { padding-block: 135px; background: #0d0e12; }
.new-vehicle-process-heading { display: grid; grid-template-columns: 160px 1fr; align-items: start; gap: 45px; margin-bottom: 75px; }
.new-vehicle-process-heading h2 { margin: 0; font-size: clamp(55px, 6.4vw, 96px); }
.new-vehicle-process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.11); }
.new-vehicle-process-grid article { display: grid; grid-template-columns: 64px 1fr; gap: 26px; min-height: 235px; padding: 42px; background: #111218; }
.new-vehicle-process-grid article > span { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.new-vehicle-process-grid h3 { margin: 0 0 16px; font-size: 29px; font-weight: 500; letter-spacing: -.035em; }
.new-vehicle-process-grid p { max-width: 480px; margin: 0; color: #9699a1; font-size: 14px; line-height: 1.7; }

.new-vehicle-cta { padding-block: 145px; color: var(--ink); background: var(--paper); }
.new-vehicle-cta h2 { max-width: 940px; margin: 28px 0; font-size: clamp(60px, 8vw, 120px); }
.new-vehicle-cta .section-shell > p:not(.kicker) { max-width: 600px; color: #62646b; font-size: 17px; line-height: 1.7; }
.new-vehicle-cta .section-shell > div { display: flex; align-items: center; gap: 36px; margin-top: 34px; }

.inventory-hero { display: grid; grid-template-columns: 1fr; align-items: end; min-height: 650px; padding: 180px max(48px, calc((100vw - 1360px) / 2)) 145px; background: radial-gradient(circle at 83% 24%, rgba(69,69,229,.27), transparent 28%), radial-gradient(circle at 65% 90%, rgba(226,42,50,.18), transparent 34%), #090a0d; }
.inventory-hero h1 { max-width: 900px; margin: 22px 0 0; font-size: clamp(70px, 8.5vw, 128px); }
.inventory-section { padding: 0 max(48px, calc((100vw - 1360px) / 2)) 150px; background: var(--paper); color: var(--ink); }
.inventory-filter { position: relative; z-index: 2; top: -62px; margin-bottom: -22px; padding: 30px; background: #111319; color: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.inventory-filter-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font: 500 25px/1 'Arial Narrow', Inter, sans-serif; }
.inventory-filter-heading a { color: #aeb0b6; font: 500 12px/1 Inter, sans-serif; }
.inventory-filter-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; align-items: end; }
.inventory-filter label { display: grid; gap: 9px; min-width: 0; }
.inventory-filter label > span { color: #aeb0b6; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.inventory-filter select { width: 100%; min-width: 0; height: 52px; padding: 0 48px 0 14px; color: #fff; border: 1px solid #383b43; border-radius: 0; outline: 0; appearance: none; -webkit-appearance: none; background-color: #181a20; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23b6b8be' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E"); background-position: right 20px center; background-size: 12px 8px; background-repeat: no-repeat; font: 500 13px Inter, sans-serif; }
.inventory-filter select:focus { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.filter-pair { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.inventory-filter-submit { width: 100%; border: 0; cursor: pointer; }
.inventory-results-heading { display: flex; justify-content: space-between; align-items: baseline; margin: 18px 0 34px; padding-bottom: 18px; border-bottom: 1px solid #cccac2; }
.inventory-results-heading p { margin: 0; font-size: 15px; }
.inventory-results-heading p strong { margin-right: 5px; font: 500 34px/1 'Arial Narrow', Inter, sans-serif; }
.inventory-results-heading > span { color: #74767d; font-size: 12px; }
.inventory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.inventory-card { position: relative; display: flex; flex-direction: column; min-width: 0; border: 1px solid #d6d4cd; background: #fff; transition: transform .25s, box-shadow .25s; }
.inventory-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(20,20,24,.12); }
.inventory-card-media { position: relative; aspect-ratio: 16 / 10.5; overflow: hidden; background: #17191e; }
.inventory-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.inventory-card:hover .inventory-card-media img { transform: scale(1.025); }
.inventory-card-media > span { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 37px; height: 37px; color: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(5,6,8,.34); font-size: 10px; backdrop-filter: blur(8px); }
.inventory-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.inventory-card-body .kicker { margin-bottom: 11px; color: var(--red); }
.inventory-card-body h2 { margin-bottom: 19px; font-size: clamp(27px, 2.1vw, 36px); line-height: 1.02; letter-spacing: -.04em; }
.inventory-compliance { display: grid; gap: 5px; margin: 0 0 20px; padding: 15px 16px; border-left: 3px solid var(--red); background: #f5ebeb; font-size: 13px; line-height: 1.48; }
.inventory-compliance strong { margin-bottom: 2px; font-size: 12px; letter-spacing: .035em; }
.inventory-compliance p { margin: 0; }
.inventory-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin: 0 0 25px; }
.inventory-facts div { min-width: 0; padding-top: 11px; border-top: 1px solid #dfddd6; }
.inventory-facts dt { margin-bottom: 4px; color: #85878d; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.inventory-facts dd { margin: 0; font-size: 13px; font-weight: 600; }
.inventory-card-action { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 20px; border-top: 1px solid #cfcdc6; }
.inventory-card-action > strong { font: 600 25px/1 'Arial Narrow', Inter, sans-serif; }
.inventory-card-action a { display: inline-flex; align-items: center; gap: 12px; color: #55575e; font-size: 12px; font-weight: 600; }
.inventory-card-action a span { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; border-radius: 50%; background: var(--ink); }
.inventory-card-action a:hover span { background: var(--red); }
.inventory-empty { padding: 100px 30px; text-align: center; border: 1px solid #d3d1ca; }
.inventory-empty .kicker { color: var(--red); }
.inventory-empty h2 { max-width: 680px; margin: 20px auto 35px; font-size: clamp(42px, 6vw, 72px); }
.inventory-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 58px; }
.inventory-pagination a, .inventory-pagination span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #cbc9c2; font-size: 13px; }
.inventory-pagination a:hover, .inventory-pagination a[aria-current='page'] { color: #fff; border-color: var(--red); background: var(--red); }
.inventory-pagination span { color: #aaa9a4; }

.vehicle-detail-hero { min-height: 650px; padding: 165px 0 155px; background: radial-gradient(circle at 82% 18%, rgba(69,69,229,.23), transparent 30%), radial-gradient(circle at 67% 100%, rgba(226,42,50,.2), transparent 35%), #08090b; }
.vehicle-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 68px; color: #8f9198; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.vehicle-breadcrumb a { color: #dddde0; }
.vehicle-breadcrumb a:hover { color: var(--red); }
.vehicle-detail-hero .kicker { margin-bottom: 18px; }
.vehicle-detail-hero h1 { max-width: 1140px; margin: 0 0 32px; font-size: clamp(56px, 7vw, 108px); overflow-wrap: anywhere; }
.vehicle-detail-meta { display: flex; gap: 34px; color: #a6a8ae; font-size: 12px; }
.vehicle-detail-surface { color: var(--ink); background: var(--paper); }
.vehicle-detail-overview { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(310px, .58fr); gap: 22px; margin-top: -92px; padding-bottom: 120px; }
.vehicle-gallery { min-width: 0; }
.vehicle-gallery-main { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #17191e; }
.vehicle-gallery-main > img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-gallery-main .vehicle-placeholder { position: absolute; inset: 0; }
.vehicle-gallery-thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(108px, 1fr); gap: 7px; margin-top: 7px; padding-bottom: 5px; overflow-x: auto; scrollbar-width: thin; }
.vehicle-gallery-thumbs button { position: relative; aspect-ratio: 16 / 10; min-width: 0; padding: 0; border: 0; background: #17191e; cursor: pointer; overflow: hidden; }
.vehicle-gallery-thumbs button::after { content: ''; position: absolute; inset: 0; border: 3px solid transparent; transition: border-color .2s; }
.vehicle-gallery-thumbs button[aria-pressed='true']::after { border-color: var(--red); }
.vehicle-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; opacity: .68; transition: opacity .2s, transform .3s; }
.vehicle-gallery-thumbs button:hover img, .vehicle-gallery-thumbs button[aria-pressed='true'] img { opacity: 1; transform: scale(1.025); }
.vehicle-offer { align-self: start; padding: 35px 32px 32px; border-top: 5px solid var(--red); background: #fff; box-shadow: 0 24px 55px rgba(17,18,22,.14); }
.vehicle-offer .kicker { margin-bottom: 21px; color: var(--red); }
.vehicle-offer-price { display: block; font: 600 clamp(38px, 3.4vw, 54px)/1 'Arial Narrow', Inter, sans-serif; letter-spacing: -.045em; }
.vehicle-vat { margin: 9px 0 25px; color: #777980; font-size: 11px; }
.vehicle-offer-facts { margin: 27px 0; border-top: 1px solid #d8d6cf; }
.vehicle-offer-facts div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid #e1dfd8; }
.vehicle-offer-facts dt { color: #777980; font-size: 11px; }
.vehicle-offer-facts dd { margin: 0; font-size: 12px; font-weight: 650; text-align: right; }
.vehicle-offer-cta { justify-content: space-between; width: 100%; }
.vehicle-expose-link { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 15px 17px; border: 1px solid #c9c7c0; color: #33353a; font-size: 11px; font-weight: 650; transition: border-color .2s, color .2s, background .2s; }
.vehicle-expose-link:hover { color: #fff; border-color: #111319; background: #111319; }
.vehicle-expose-link span { color: var(--red); font-size: 17px; }
.vehicle-offer-call { display: block; margin-top: 18px; color: #65676e; font-size: 11px; text-align: center; text-decoration: underline; text-underline-offset: 4px; }
.vehicle-detail-content { padding-bottom: 140px; }
.vehicle-detail-section { display: grid; grid-template-columns: minmax(240px, .68fr) minmax(0, 1.45fr); gap: 90px; padding: 100px 0; border-top: 1px solid #cbc9c2; }
.vehicle-detail-heading .kicker { margin-bottom: 23px; color: #777980; }
.vehicle-detail-heading h2 { margin: 0; font-size: clamp(48px, 5vw, 74px); }
.vehicle-detail-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; margin: 0; }
.vehicle-detail-facts div, .vehicle-environment-rows div { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid #d7d5ce; }
.vehicle-detail-facts dt, .vehicle-environment-rows dt { color: #73757b; font-size: 11px; letter-spacing: .04em; }
.vehicle-detail-facts dd, .vehicle-environment-rows dd { margin: 0; font-size: 13px; font-weight: 650; text-align: right; }
.vehicle-environment-rows { margin: 0; }
.co2-scale { margin-top: 38px; padding: 26px; background: #fff; }
.co2-scale > span { display: block; margin-bottom: 17px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.co2-scale > div { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.co2-class { display: grid; place-items: center; height: 38px; color: #fff; font-size: 12px; opacity: .36; }
.co2-class.is-active { opacity: 1; transform: translateY(-5px); box-shadow: 0 5px 0 var(--ink); }
.co2-class--a { background: #159447; }.co2-class--b { background: #56a842; }.co2-class--c { background: #b0bd36; }.co2-class--d { background: #e0bb25; }.co2-class--e { background: #e98a27; }.co2-class--f { background: #df4c2e; }.co2-class--g { background: #b91e2f; }
.vehicle-legal-note { margin: 24px 0 0; color: #777980; font-size: 11px; line-height: 1.65; }
+.official-energy-label { max-width: 820px; border: 2px solid #1a1a1a; color: #111; background: #fff; font-family: Arial, Helvetica, sans-serif; box-shadow: 0 14px 36px rgba(18,19,22,.1); }
.official-energy-label > header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 22px; color: #fff; background: #004b76; }
.official-energy-label > header span { max-width: 560px; font-size: 19px; font-weight: 700; line-height: 1.17; }
.official-energy-label > header strong { flex: 0 0 auto; font-size: 11px; }
.official-energy-used-notice { padding: 9px 22px; border-bottom: 2px solid #1a1a1a; color: #fff; background: #4d4f53; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.official-energy-vehicle { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-bottom: 2px solid #1a1a1a; }
.official-energy-vehicle div { min-width: 0; padding: 14px 18px; border-right: 1px solid #aaa; }
.official-energy-vehicle div:last-child { border-right: 0; }
.official-energy-vehicle div:nth-child(2n) { border-right: 0; }
.official-energy-vehicle div:last-child { grid-column: 1 / -1; border-top: 1px solid #aaa; }
.official-energy-vehicle dt { margin-bottom: 5px; color: #575757; font-size: 10px; }
.official-energy-vehicle dd { margin: 0; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.official-energy-label section > h3 { margin: 0; padding: 10px 18px; color: #111; background: #d9d9d9; font: 700 14px/1.2 Arial, sans-serif; letter-spacing: 0; }
.official-energy-values, .official-energy-classes, .official-energy-costs, .official-energy-more { border-bottom: 2px solid #1a1a1a; }
.official-energy-values dl, .official-energy-costs dl { margin: 0; padding: 9px 18px 13px; }
.official-energy-values dl div, .official-energy-costs dl div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; padding: 8px 0; border-bottom: 1px solid #c7c7c7; }
.official-energy-values dl div:last-child, .official-energy-costs dl div:last-child { border-bottom: 0; }
.official-energy-values dt, .official-energy-costs dt { font-size: 12px; line-height: 1.35; }
.official-energy-values dd, .official-energy-costs dd { margin: 0; font-size: 13px; font-weight: 700; text-align: right; }
.official-energy-class-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.official-energy-scale { padding: 16px 18px 20px; }
.official-energy-scale > p { min-height: 30px; margin: 0 0 12px; font-size: 11px; font-weight: 700; line-height: 1.35; }
.official-energy-scale-list { display: grid; gap: 3px; }
.official-energy-scale-row { display: flex; align-items: center; height: 33px; }
.official-energy-scale-row > span { display: flex; align-items: center; height: 100%; padding-left: 12px; color: #111; clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 50%, calc(100% - 17px) 100%, 0 100%); font-size: 16px; font-weight: 800; }
.official-energy-scale-row--a > span { width: 43%; background: #00a651; }.official-energy-scale-row--b > span { width: 50%; background: #50b848; }.official-energy-scale-row--c > span { width: 57%; background: #bed630; }.official-energy-scale-row--d > span { width: 64%; background: #fff200; }.official-energy-scale-row--e > span { width: 71%; background: #fdb913; }.official-energy-scale-row--f > span { width: 78%; background: #f36f21; }.official-energy-scale-row--g > span { width: 85%; color: #fff; background: #ed1c24; }
.official-energy-scale-row > strong { position: relative; display: grid; place-items: center; width: 65px; height: 43px; margin-left: 8px; color: #fff; background: #111; font-size: 22px; }
.official-energy-scale-row > strong::before { content: ''; position: absolute; top: 0; left: -20px; border-top: 21.5px solid transparent; border-right: 20px solid #111; border-bottom: 21.5px solid transparent; }
.official-energy-scale-row > strong i { position: relative; z-index: 1; font-style: normal; }
.official-energy-cost-detail { color: #565656; }.official-energy-cost-detail dt, .official-energy-cost-detail dd { font-size: 10px; font-weight: 400; }
.official-energy-cost-heading { padding-top: 16px !important; border-bottom: 0 !important; }.official-energy-cost-heading dt { font-weight: 700; }
.official-energy-label > footer { padding: 14px 18px 12px; }
.official-energy-label > footer p { margin: 0 0 7px; color: #444; font-size: 9px; line-height: 1.35; }
.official-energy-label > footer div { display: flex; justify-content: space-between; gap: 20px; margin-top: 12px; padding-top: 9px; border-top: 1px solid #aaa; font-size: 9px; font-weight: 700; }
+.official-energy-label > header span { font-size: 35px; }
.official-energy-phases { padding: 0 18px 14px; }
.official-energy-phases h4 { margin: 2px 0 7px; font: 700 11px/1.3 Arial, sans-serif; }
.official-energy-phases dl { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; border: 1px solid #aaa; }
.official-energy-phases dl div { padding: 8px 9px; border-right: 1px solid #aaa; }
.official-energy-phases dl div:last-child { border-right: 0; }
.official-energy-phases dt { margin-bottom: 4px; color: #555; font-size: 9px; }
.official-energy-phases dd { margin: 0; font-size: 10px; font-weight: 700; }


.vehicle-equipment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vehicle-equipment-grid section { padding: 30px; border: 1px solid #d2d0c9; background: rgba(255,255,255,.38); }
.vehicle-equipment-grid h3 { margin-bottom: 24px; font-size: 27px; letter-spacing: -.035em; }
.vehicle-equipment-grid ul { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; }
.vehicle-equipment-grid li { position: relative; padding-left: 18px; color: #55575d; font-size: 13px; line-height: 1.45; }
.vehicle-equipment-grid li::before { content: ''; position: absolute; top: .62em; left: 0; width: 7px; height: 2px; background: var(--red); }
.vehicle-description { max-width: 840px; color: #4f5157; font-size: 15px; line-height: 1.8; white-space: pre-line; overflow-wrap: anywhere; }
.vehicle-detail-contact { padding: 95px; color: #fff; background: radial-gradient(circle at 85% 30%, rgba(69,69,229,.3), transparent 34%), #111319; }
.vehicle-detail-contact .kicker { color: #aeb0b7; }
.vehicle-detail-contact h2 { max-width: 850px; margin: 25px 0 42px; font-size: clamp(52px, 6vw, 86px); }

.accessibility-tools { position: fixed; right: 24px; bottom: 24px; z-index: 500; }
.accessibility-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: #15171d; box-shadow: 0 12px 35px rgba(0,0,0,.32); cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.accessibility-toggle:hover, .accessibility-toggle[aria-expanded='true'] { border-color: var(--red); background: #202229; transform: translateY(-2px); }
.accessibility-toggle svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.accessibility-toggle span { font-size: 13px; font-weight: 650; }
.accessibility-panel { position: absolute; right: 0; bottom: 66px; width: min(390px, calc(100vw - 32px)); max-height: calc(100dvh - 112px); padding: 24px; border: 1px solid #41434b; color: #f8f8f6; background: #111319; box-shadow: 0 26px 75px rgba(0,0,0,.55); overflow-y: auto; }
.accessibility-panel[hidden] { display: none; }
.accessibility-panel header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.accessibility-panel .kicker { margin-bottom: 8px; color: #aeb0b6; }
.accessibility-panel h2 { margin: 0; font-size: 31px; letter-spacing: -.035em; line-height: 1.05; }
.accessibility-close { display: grid; flex: 0 0 auto; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #41434b; color: #fff; background: transparent; font-size: 27px; line-height: 1; cursor: pointer; }
.accessibility-intro { margin: 18px 0; color: #b9bbc1; font-size: 13px; line-height: 1.55; }
.accessibility-options { display: grid; gap: 8px; }
.accessibility-options button { display: grid; gap: 5px; width: 100%; min-height: 68px; padding: 13px 16px; border: 1px solid #34363e; color: #fff; background: #181a20; text-align: left; cursor: pointer; }
.accessibility-options button[aria-pressed='true'] { border-color: var(--red); background: #2b171c; box-shadow: inset 4px 0 0 var(--red); }
.accessibility-options button span { font-size: 14px; font-weight: 650; }
.accessibility-options button small { color: #aeb0b6; font-size: 11px; line-height: 1.4; }
.accessibility-panel-footer { display: grid; gap: 14px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.accessibility-panel-footer button { justify-self: start; padding: 0; border: 0; color: #b9bbc1; background: transparent; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.accessibility-panel-footer a { display: flex; justify-content: space-between; gap: 20px; color: #fff; font-size: 13px; font-weight: 650; }

html.a11y-large-text main :where(p, li, dd, dt, label, input, select, textarea, button, a) { font-size: max(1em, 1.125rem); line-height: 1.65; }
html.a11y-highlight-links main a:not(.button) { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .22em; }
html.a11y-high-contrast { --muted: #f5f5f5; --line: rgba(255,255,255,.55); --paper: #fff; --paper-warm: #fff; }
html.a11y-high-contrast body, html.a11y-high-contrast .site-header.is-scrolled { background-color: #000; }
html.a11y-high-contrast :where(.kicker, .hero-foot, .main-nav a, .vehicle-body > p, .racing-content p, .footer-grid p) { color: #fff; }
html.a11y-high-contrast :where(.legal-content p, .legal-content li, .legal-content dd, .legal-nav a, .contact-form-intro p) { color: #111 !important; }
html.a11y-high-contrast :where(.vehicle-card, .inventory-filter, .accessibility-panel) { border: 1px solid #fff; }
html.a11y-reduce-motion { scroll-behavior: auto; }
html.a11y-reduce-motion *, html.a11y-reduce-motion *::before, html.a11y-reduce-motion *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
html.a11y-reduce-motion .reveal { opacity: 1; transform: none; }

.section-heading, .location-copy, .location-cards article { transition: opacity .65s, transform .65s; }

@keyframes hero-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes reveal-up { to { opacity: 1; transform: translateY(0); } }
@keyframes line-down { from { transform: scaleY(0); transform-origin: top; } to { transform: scaleY(1); transform-origin: top; } }

@media (min-width: 1280px) {
  .vehicles .section-controls { display: none; }
  .vehicle-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(240px, .52fr); padding-inline: max(48px, calc((100vw - 1920px) / 2)); overflow-x: clip; scroll-snap-type: none; }
  .vehicle-card, .all-vehicles-card { min-width: 0; }
}

@media (max-width: 1100px) {

  .service-brands-heading { grid-template-columns: 1.15fr .65fr; gap: 30px; }
  .new-vehicle-hero-inner { gap: 45px; }
  .new-vehicle-intro-copy { gap: 60px; margin-left: 90px; }
  .new-vehicle-process-heading { grid-template-columns: 110px 1fr; gap: 30px; }

  :root { --shell: calc(100vw - 48px); }
  .site-header { grid-template-columns: 230px 1fr; padding-inline: 24px; }
  .brand img { width: 220px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .section-heading { grid-template-columns: 1fr auto; }
  .locations { gap: 40px; }
  .contact-section-heading { grid-template-columns: 110px 1.2fr .7fr; gap: 30px; }
  .contact-location-grid { margin-left: 110px; }
  .contact-form-shell { gap: 50px; }
  .service-overview-grid { grid-template-columns: 1fr 1fr; }
  .service-overview-grid article { border-bottom: 1px solid #cbc9c2; }
  .service-overview-grid article:nth-child(2) { border-right: 0; }
  .service-overview-grid article:nth-child(n+3) { border-bottom: 0; }
  .service-form-shell { gap: 50px; }
  .maintenance-job-grid { grid-template-columns: 1fr 1fr; }
  .about-statement-copy { gap: 60px; margin-left: 110px; }
  .about-section-heading, .about-services-heading { grid-template-columns: 110px 1.15fr .65fr; gap: 30px; }
  .value-grid, .service-groups { margin-left: 110px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-card:nth-child(7) { grid-column: 1 / 3; }
  .service-groups { grid-template-columns: 1fr 1fr; }
  .legal-layout { grid-template-columns: 210px minmax(0, 760px); gap: 60px; }
  .inventory-filter-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .inventory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vehicle-detail-overview { grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); }
  .vehicle-detail-section { gap: 52px; }
}

@media (max-width: 780px) {

  .service-brands { padding-block: 95px; }
  .service-brands-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
  .brand-logo-grid--service { grid-template-columns: 1fr 1fr; }
  .brand-logo-grid--service .brand-logo-item { min-height: 170px; padding: 22px 15px; }
  .brand-logo-grid--service .brand-logo-item img { width: 68px; height: 56px; }
  .brand-logo-grid--footer { grid-template-columns: repeat(4, 1fr); }
  .brand-logo-grid--footer .brand-logo-item { min-height: 72px; }
  .brand-logo-grid--footer .brand-logo-item img { width: 45px; height: 38px; }

  .instagram-connection { width: 100%; padding-inline: 0; overflow: hidden; }
  .instagram-connection > a { width: 100%; grid-template-columns: 52px minmax(0, 1fr); gap: 14px; min-height: 0; padding: 28px 20px; }
  .instagram-connection-icon { width: 52px; height: 52px; border-radius: 16px; }
  .instagram-connection-icon svg { width: 30px; height: 30px; }
  .instagram-connection-copy { min-width: 0; }
  .instagram-connection-copy small { line-height: 1.45; }
  .instagram-connection-copy strong { max-width: 100%; font-size: clamp(20px, 6vw, 28px); line-height: 1.05; overflow-wrap: anywhere; }
  .instagram-connection-copy > span { display: none; }
  .instagram-connection-arrow { grid-column: 1 / -1; width: 100%; height: 44px; }

  .new-vehicle-hero { min-height: 0; padding: 140px 0 80px; }
  .new-vehicle-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .new-vehicle-hero h1 { font-size: clamp(61px, 18vw, 90px); }
  .new-vehicle-hero-copy { padding-left: 20px; }
  .new-vehicle-intro { padding-block: 95px; }
  .new-vehicle-intro-copy { grid-template-columns: 1fr; gap: 40px; margin: 28px 0 65px; }
  .new-vehicle-intro-copy > div { padding-left: 20px; }
  .new-vehicle-type-grid { grid-template-columns: 1fr; }
  .new-vehicle-type-grid article { min-height: 235px; border-right: 1px solid #d4d2cd; border-bottom: 0; }
  .new-vehicle-type-grid article:last-child { border-bottom: 1px solid #d4d2cd; }
  .new-vehicle-type-grid h3 { margin-top: 68px; }
  .new-vehicle-process { padding-block: 95px; }
  .new-vehicle-process-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 50px; }
  .new-vehicle-process-grid { grid-template-columns: 1fr; }
  .new-vehicle-process-grid article { grid-template-columns: 42px 1fr; gap: 16px; min-height: 220px; padding: 30px 22px; }
  .new-vehicle-cta { padding-block: 95px; }
  .new-vehicle-cta .section-shell > div { align-items: flex-start; flex-direction: column; }

  :root { --shell: calc(100vw - 40px); }
  .site-header { min-height: 74px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .site-header.is-scrolled { background: rgba(8,9,11,.96); backdrop-filter: none; -webkit-backdrop-filter: none; }
  body.menu-open .site-header { border-color: transparent; background: transparent; }
  .brand img { width: 205px; }
  .brand, .menu-toggle { position: relative; z-index: 3; }
  .menu-toggle { display: grid; place-content: center; gap: 7px; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); background: rgba(0,0,0,.2); }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: #fff; transition: .25s; }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; width: 100vw; height: 100vh; height: 100dvh; padding: 100px 32px 40px; background: #08090b; opacity: 0; visibility: hidden; overflow-y: auto; overscroll-behavior: contain; pointer-events: none; transform: translateY(-14px); transition: opacity .25s, transform .25s, visibility 0s linear .25s; }
  .main-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .main-nav a { font: 500 34px/1.1 'Arial Narrow', Inter, sans-serif; letter-spacing: -.04em; }
  .main-nav .racing-link { margin-top: 20px; font-size: 18px; }
  .hero { min-height: 840px; align-items: flex-start; padding-top: 150px; }
  .hero-media { background-position: 68% center; }
  .hero::before { background: linear-gradient(180deg, rgba(4,5,8,.96) 0%, rgba(4,5,8,.82) 40%, rgba(4,5,8,.2) 68%, rgba(4,5,8,.88) 100%); }
  .hero-content { width: auto; margin-inline: 20px; padding-top: 0; }
  .hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero h1 em { font-size: .65em; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { min-height: 52px; }
  .hero-foot { right: 20px; bottom: 22px; left: 20px; gap: 16px; flex-wrap: wrap; }
  .hero-foot span { flex: 1; min-width: 90px; }
  .hero-foot a { display: none; }
  .section-heading, .locations { grid-template-columns: 1fr; }
  .vehicles { padding-block: 100px; }
  .section-heading { display: flex; align-items: stretch; flex-direction: column; gap: 22px; margin-bottom: 34px; }
  .section-heading h2 { max-width: 100%; font-size: clamp(42px, 11vw, 50px); }
  .section-controls { position: static; align-self: flex-end; margin-top: 0; }
  .vehicle-track { max-width: 100vw; padding-inline: 20px; overscroll-behavior-inline: contain; }
  .vehicle-card { flex-basis: 86vw; }
  .vehicle-image { height: 290px; }
  .all-vehicles-card { flex-basis: 230px; }
  .racing { min-height: 0; align-items: stretch; flex-direction: column; padding: 90px 0 64px; }
  .racing-content { order: 1; padding-block: 0; }
  .racing-brand { position: relative; top: auto; right: auto; bottom: auto; order: 2; width: calc(100% - 40px); margin: 64px 20px 0; padding: 30px 18px; opacity: 1; transform: none; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(226,42,50,.18); background: linear-gradient(90deg, transparent, rgba(226,42,50,.07), transparent); }
  .racing-brand::after { right: 0; bottom: -1px; width: 30%; }
  .racing-brand img { width: min(100%, 520px); }
  .locations { gap: 50px; padding-block: 100px; }
  .location-cards { grid-template-columns: 1fr; }
  .location-cards article { min-height: 330px; }
  .location-cards article:last-child { transform: none; }
  .location-cards h3 { margin-top: 80px; }
  .site-footer { padding: 75px 20px 24px; }
  .footer-lead { align-items: flex-start; flex-direction: column; gap: 24px; padding-bottom: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 16px; }
  .footer-meta a { margin: 0 24px 0 0; }
  .subpage-hero { padding: 160px 20px 80px; }
  .contact-hero { min-height: 720px; padding-top: 74px; }
  .contact-hero h1 { font-size: clamp(72px, 22vw, 110px); }
  .contact-locations { padding-block: 95px; }
  .contact-section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
  .contact-location-grid { grid-template-columns: 1fr; margin-left: 0; }
  .contact-location-card { min-height: 360px; padding: 28px; }
  .contact-location-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .contact-form-section { padding-block: 95px; }
  .contact-form-shell { grid-template-columns: 1fr; gap: 55px; }
  .contact-form-intro { position: static; }
  .contact-form-card { padding: 28px 20px; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .form-submit { align-items: flex-start; flex-direction: column; gap: 16px; }
  .purchase-hero { min-height: 0; padding: 135px 0 80px; }
  .purchase-hero-inner { grid-template-columns: 1fr; gap: 55px; }
  .purchase-hero h1 { font-size: clamp(62px, 18vw, 90px); }
  .purchase-hero-copy { font-size: 15px; }
  .purchase-process { padding-block: 90px; }
  .purchase-process-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 45px; }
  .purchase-steps { grid-template-columns: 1fr; margin-left: 0; }
  .purchase-steps li { min-height: 250px; padding: 26px; }
  .purchase-steps span { margin-bottom: 70px; }
  .purchase-form-section { padding-block: 90px; }
  .purchase-form-shell { grid-template-columns: 1fr; gap: 50px; }
  .purchase-form-intro { position: static; }
  .purchase-form-card { padding: 28px 20px; }
  .purchase-form-grid { grid-template-columns: 1fr; }
  .purchase-form-group legend { font-size: 27px; }
  .purchase-privacy { padding: 18px; }
  .service-hero { min-height: 0; padding: 135px 0 80px; }
  .service-hero h1 { font-size: clamp(62px, 18vw, 90px); }
  .service-hero p:not(.kicker) { font-size: 15px; }
  .service-overview { padding-block: 90px; }
  .service-overview-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 45px; }
  .service-overview-grid { grid-template-columns: 1fr; margin-left: 0; }
  .service-overview-grid article { min-height: 260px; border-right: 0; border-bottom: 1px solid #cbc9c2 !important; }
  .service-overview-grid article:last-child { border-bottom: 0 !important; }
  .service-overview-grid span { margin-bottom: 70px; }
  .service-specials { grid-template-columns: 1fr; }
  .service-special { min-height: 610px; padding: 70px 20px; }
  .service-special h2 { font-size: clamp(50px, 13vw, 66px); }
  .service-form-section { padding-block: 90px; }
  .service-form-shell { grid-template-columns: 1fr; gap: 50px; }
  .service-form-intro { position: static; }
  .service-form-card { padding: 28px 20px; }
  .service-form { grid-template-columns: 1fr; }
  .service-privacy { padding: 18px; }
  .maintenance-login-card > img { margin-bottom: 50px; }
  .maintenance-header { position: static; grid-template-columns: 1fr auto; min-height: 74px; padding: 0 20px; }
  .maintenance-header img { width: 190px; }
  .maintenance-header > div { display: none; }
  .maintenance-dashboard { width: calc(100vw - 40px); padding: 75px 0; }
  .maintenance-result { grid-template-columns: 1fr; margin-bottom: 65px; padding: 22px; }
  .maintenance-analytics { margin-bottom: 75px; }
  .maintenance-analytics .maintenance-section-head > p { max-width: 100%; }
  .maintenance-analytics-metrics { grid-template-columns: 1fr; }
  .maintenance-analytics-metrics article { min-height: 160px; padding: 22px; }
  .maintenance-analytics-chart { padding: 18px; overflow-x: auto; }
  .maintenance-analytics-chart-head, .maintenance-analytics-day { min-width: 620px; }
  .maintenance-section-head { align-items: flex-start; flex-direction: column; }
  .maintenance-job-grid { grid-template-columns: 1fr; }
  .maintenance-job-card { min-height: 390px; padding: 24px; }
  .maintenance-job-card h3 { margin-top: 75px; }
  .maintenance-log { padding-top: 65px; }
  .maintenance-log .maintenance-section-head > div:last-child { align-items: flex-start; flex-direction: column; }
  .maintenance-log pre { max-height: 520px; padding: 18px; font-size: 11px; }
  .maintenance-log-actions, .maintenance-log-actions form { align-items: flex-start; flex-direction: column; }
  .about-hero { min-height: 760px; padding: 145px 0 68px; }
  .new-vehicle-hero-inner, .purchase-hero-inner, .service-hero-inner, .contact-hero-content, .about-hero-content { width: calc(100vw - 56px); }
  .about-hero h1 { font-size: clamp(64px, 18vw, 92px); }
  .about-hero-facts { align-items: flex-start; flex-direction: column; gap: 12px; }
  .about-statement { padding-block: 95px; }
  .about-statement-copy { grid-template-columns: 1fr; gap: 45px; margin: 28px 0 0; }
  .about-statement-copy > div { padding-left: 22px; }
  .about-values { padding-block: 95px; }
  .about-section-heading, .about-services-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
  .value-grid, .service-groups { grid-template-columns: 1fr; margin-left: 0; }
  .value-card, .value-card:nth-child(7) { grid-column: auto; min-height: 310px; }
  .value-card h3, .value-card:nth-child(7) h3 { margin-top: 80px; }
  .about-services { padding-block: 95px 110px; }
  .service-group { padding: 26px 22px; }
  .legal-hero { min-height: 480px; padding: 135px 0 62px; }
  .legal-hero .section-shell { min-width: 0; }
  .legal-hero h1 { max-width: 100%; font-size: clamp(46px, 15vw, 72px); line-height: .96; hyphens: auto; overflow-wrap: anywhere; }
  .legal-hero--accessibility h1 { font-size: clamp(42px, 13.5vw, 66px); }
  .legal-hero .section-shell > p:last-child { max-width: 100%; font-size: 15px; overflow-wrap: anywhere; }
  .legal-layout { min-width: 0; grid-template-columns: minmax(0, 1fr); gap: 55px; padding-block: 75px 100px; }
  .legal-nav { position: static; min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-nav .kicker { grid-column: 1 / -1; }
  .legal-nav a { min-width: 0; padding-right: 12px; overflow-wrap: anywhere; }
  .legal-content, .legal-content section, .legal-data-list, .legal-note, .legal-callout { min-width: 0; max-width: 100%; }
  .legal-content :where(h2, h3, p, li, dd, dt, a, code, strong) { max-width: 100%; hyphens: auto; overflow-wrap: anywhere; }
  .legal-content section { padding: 0 0 55px 42px; margin-bottom: 55px; }
  .legal-content .legal-intro { padding-left: 0; }
  .legal-data-list > div { grid-template-columns: 1fr; gap: 5px; }
  .inventory-hero { align-content: end; min-height: 650px; padding: 145px 20px 115px; }
  .inventory-hero h1 { font-size: clamp(58px, 16vw, 82px); }
  .inventory-section { padding: 0 20px 100px; }
  .inventory-filter { top: -44px; margin-bottom: -10px; padding: 22px 18px; }
  .inventory-filter-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .inventory-filter-grid { grid-template-columns: 1fr; }
  .filter-pair { grid-column: auto; }
  .inventory-grid { grid-template-columns: 1fr; }
  .inventory-card-body { padding: 22px 18px; }
  .inventory-card-body h2 { font-size: 30px; }
  .inventory-card-action { align-items: flex-start; flex-direction: column; }
  .inventory-card-action a { justify-content: space-between; width: 100%; }
  .inventory-results-heading { align-items: flex-end; }
  .vehicle-detail-hero { min-height: 560px; padding: 130px 0 120px; }
  .vehicle-breadcrumb { margin-bottom: 46px; overflow: hidden; white-space: nowrap; }
  .vehicle-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .vehicle-detail-hero h1 { font-size: clamp(48px, 13vw, 68px); }
  .vehicle-detail-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .vehicle-detail-overview { grid-template-columns: 1fr; gap: 16px; margin-top: -58px; padding-bottom: 85px; }
  .vehicle-gallery-main { aspect-ratio: 4 / 3; }
  .vehicle-gallery-thumbs { grid-auto-columns: 88px; }
  .vehicle-offer { padding: 28px 22px 24px; }
  .vehicle-detail-content { padding-bottom: 95px; }
  .vehicle-detail-section { grid-template-columns: 1fr; gap: 42px; padding: 78px 0; }
  .vehicle-detail-facts { grid-template-columns: 1fr; }
  .vehicle-equipment-grid { grid-template-columns: 1fr; }
  .vehicle-equipment-grid section { padding: 25px 22px; }
  .vehicle-detail-contact { margin-inline: -20px; padding: 72px 20px; }
  .vehicle-detail-contact h2 { font-size: clamp(48px, 13vw, 64px); }
  .official-energy-label > header { align-items: flex-start; flex-direction: column; gap: 8px; padding: 15px 14px; }
  .official-energy-label > header span { font-size: 16px; }
  .official-energy-used-notice { padding-inline: 14px; font-size: 10px; }
  .official-energy-vehicle { grid-template-columns: 1fr; }
  .official-energy-vehicle div { padding: 11px 14px; border-right: 0; border-bottom: 1px solid #aaa; }
  .official-energy-vehicle div:last-child { border-bottom: 0; }
  .official-energy-class-grid { grid-template-columns: 1fr; gap: 0; }
  .official-energy-values dl, .official-energy-costs dl { padding-inline: 14px; }
  .official-energy-values dl div, .official-energy-costs dl div { grid-template-columns: 1fr; gap: 4px; }
  .official-energy-values dd, .official-energy-costs dd { text-align: left; }
  .official-energy-scale { padding-inline: 14px; }
  .official-energy-phases { padding-inline: 14px; }
  .official-energy-phases dl { grid-template-columns: 1fr; }
  .official-energy-phases dl div { border-bottom: 1px solid #aaa; }
  .official-energy-phases dl div { border-right: 0; }
  .official-energy-phases dl div:last-child { border-bottom: 0; }
  .official-energy-scale-row > strong { width: 52px; }
  .official-energy-label > footer div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .accessibility-tools { right: 14px; bottom: 14px; }
  .accessibility-toggle { width: 50px; padding: 0; justify-content: center; }
  .accessibility-toggle > span { display: none; }
  .accessibility-panel { right: 0; bottom: 62px; width: calc(100vw - 28px); max-height: calc(100dvh - 90px); padding: 20px; }
}

@media (prefers-contrast: more) {
  :root { --muted: #f5f5f5; --line: rgba(255,255,255,.55); }
  :focus-visible { outline-width: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
