:root {
  --ink: #071527;
  --ink-2: #0e223a;
  --blue: #2468d2;
  --blue-bright: #3d82ec;
  --sky: #e9f1fc;
  --paper: #f5f6f8;
  --white: #fff;
  --text: #28374a;
  --muted: #657287;
  --line: #dbe1e9;
  --orange: #ffb000;
  --shadow: 0 24px 70px rgba(7, 21, 39, .13);
  --shadow-soft: 0 14px 36px rgba(7, 21, 39, .1);
  --radius-sm: 5px;
  --radius-md: 10px;
  --ease: cubic-bezier(.2, .7, .25, 1);
  --z-header: 50;
  --z-mobile-actions: 70;
  --z-overlay: 40;
  --z-lead-trigger: 65;
  --z-lead-backdrop: 90;
  --z-lead-drawer: 100;
  --z-skip: 100;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open, body.lead-drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
::selection { color: var(--white); background: var(--blue); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: var(--z-skip); left: 16px; top: -80px; background: var(--white); color: var(--ink); padding: 12px 18px; font-weight: 800; transition: top .2s var(--ease); }
.skip-link:focus { top: 16px; }

.utility { color: #c9d5e5; background: #04101f; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; letter-spacing: .04em; }
.utility__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility__links { display: flex; gap: 24px; }
.utility a:hover { color: var(--white); }

.site-header { position: absolute; z-index: var(--z-header); top: 34px; width: 100%; border-bottom: 1px solid rgba(255,255,255,.15); transition: background .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.site-header.is-sticky { position: fixed; top: 0; background: rgba(7,21,39,.96); box-shadow: 0 10px 35px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 148px; height: 58px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 148px; height: 74px; object-fit: contain; filter: drop-shadow(0 2px 10px rgba(0,0,0,.28)); }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; padding-block: 28px; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--blue-bright); transition: right .2s; }
.main-nav > a:hover { color: var(--white); }
.main-nav > a:hover::after, .main-nav > a[aria-current="location"]::after { right: 0; }
.main-nav > a[aria-current="location"] { color: var(--white); }
.nav-cta { color: var(--white); background: var(--blue); padding: 12px 17px; border-radius: 4px; }
.nav-cta:hover { background: var(--blue-bright); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: var(--white); border-radius: 4px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-backdrop { display: none; }

.hero { position: relative; min-height: 820px; min-height: 94svh; display: grid; align-items: center; color: var(--white); background: var(--ink); overflow: hidden; }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media { background: url("images/hero-truck.webp") center 54% / cover no-repeat; transform: scale(1.015); }
.hero__shade { background: linear-gradient(90deg, rgba(4,16,31,.96) 0%, rgba(4,16,31,.8) 47%, rgba(4,16,31,.18) 78%), linear-gradient(0deg, rgba(4,16,31,.68), transparent 45%); }
.hero__content { position: relative; z-index: 2; min-width: 0; padding-top: 130px; padding-bottom: 80px; }
.eyebrow { margin: 0 0 20px; color: #9fc1f8; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; margin-right: 12px; vertical-align: 4px; background: currentColor; }
.eyebrow--blue { color: var(--blue); }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(46px, 6.1vw, 90px); line-height: .98; letter-spacing: -.052em; font-weight: 800; }
.hero h1 span { color: #a8bad2; }
.hero__lead { max-width: 650px; margin: 27px 0 34px; color: #d2dce9; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; }
.hero-paths { display: flex; gap: 12px; max-width: 800px; }
.path-card { min-height: 104px; flex: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 20px 22px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-sm); backdrop-filter: blur(10px); transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease); }
.path-card--primary { background: var(--blue); border-color: var(--blue); }
.path-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.17); }
.path-card--primary:hover { background: var(--blue-bright); }
.path-card__number { align-self: start; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 800; }
.path-card strong, .path-card small { display: block; }
.path-card strong { font-size: 17px; }
.path-card small { color: rgba(255,255,255,.72); margin-top: 3px; }
.path-card svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.path-card:active, .button:active { transform: scale(.98); }
.hero__scroll { position: absolute; z-index: 2; left: 50%; bottom: 25px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero__scroll span { width: 32px; height: 1px; background: currentColor; }

.trust-strip { position: relative; z-index: 3; margin-top: -1px; color: var(--white); background: var(--blue); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 106px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.22); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.trust-grid strong { font-size: 19px; line-height: 1.2; }
.trust-grid span { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 12px; }

.section { padding: 120px 0; }
.section-head { margin-bottom: 52px; }
.section-head--split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.section-head h2, .story h2, .sell h2, .faq-section h2, .contact h2 { margin: 0; color: var(--ink); font-size: clamp(36px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.section-head > p { margin: 0 0 7px; color: var(--muted); }
.section-head--center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-head--center .eyebrow::before { display: none; }
.section-head--center > p:last-child { max-width: 600px; margin: 18px auto 0; color: var(--muted); }

.inventory { background: var(--paper); }
.inventory-feature { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 520px; background: var(--white); box-shadow: var(--shadow); }
.inventory-feature__image { position: relative; min-height: 430px; overflow: hidden; }
.inventory-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; left: 0; bottom: 0; padding: 13px 20px; color: var(--white); background: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.inventory-feature__content { padding: 58px 50px; display: flex; flex-direction: column; justify-content: center; }
.kicker { margin: 0 0 10px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.inventory-feature h3 { margin: 0; color: var(--ink); font-size: 31px; line-height: 1.13; letter-spacing: -.03em; }
.inventory-feature__content > p:not(.kicker) { color: var(--muted); margin: 18px 0; }
.check-list { list-style: none; margin: 0 0 25px; padding: 0; }
.check-list li { position: relative; padding: 7px 0 7px 27px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: max-content; padding: 13px 21px; border: 0; border-radius: var(--radius-sm); font-weight: 800; cursor: pointer; transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease), box-shadow .18s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: not-allowed; opacity: .48; transform: none; }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: var(--blue); }
.button--blue { color: var(--white); background: var(--blue); }
.button--blue:hover { background: var(--blue-bright); }
.button--outline { color: var(--ink); background: transparent; border: 1px solid #aeb8c5; }
.button--outline:hover { color: var(--white); background: var(--ink); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 56px; background: var(--line); border: 1px solid var(--line); }
.category-card { position: relative; min-height: 265px; padding: 35px; background: var(--white); overflow: hidden; transition: background .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease); }
.category-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease); }
.category-card__icon { display: block; color: var(--blue); font-size: 12px; font-weight: 850; }
.category-card h3 { margin: 50px 0 9px; color: var(--ink); font-size: 23px; }
.category-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.category-card a { font-size: 13px; font-weight: 800; color: var(--blue); }
.category-card a::after { content: " →"; }
.category-card--accent { color: var(--white); background: var(--ink); }
.category-card--accent h3, .category-card--accent a { color: var(--white); }
.category-card--accent p { color: #aebed1; }
.category-card--accent .category-card__icon { color: #7daaf1; }

.vehicle-gallery { padding-bottom: 100px; background: var(--white); }
.gallery-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.gallery-heading h2 { margin: 0; color: var(--ink); font-size: clamp(36px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.gallery-heading__copy { padding-bottom: 4px; }
.gallery-heading__copy p { max-width: 530px; margin: 0 0 20px; color: var(--muted); }
.gallery-shell { width: min(1380px, calc(100% - 28px)); margin-inline: auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; }
.gallery-card { position: relative; grid-column: span 4; height: 330px; padding: 0; overflow: hidden; border: 0; border-radius: 8px; background: var(--ink); color: var(--white); text-align: left; cursor: zoom-in; isolation: isolate; }
.gallery-card:focus-visible { outline-offset: 5px; }
.gallery-card--feature { grid-column: span 6; height: 500px; }
.gallery-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(4,16,31,.04) 38%, rgba(4,16,31,.88) 100%); transition: background .3s; }
.gallery-card picture, .gallery-card img { display: block; width: 100%; height: 100%; }
.gallery-card img { object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.25,1); }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card:hover::after { background: linear-gradient(180deg, rgba(4,16,31,.02) 27%, rgba(4,16,31,.94) 100%); }
.gallery-card__count { position: absolute; z-index: 2; top: 18px; right: 18px; min-width: 38px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; background: rgba(4,16,31,.28); backdrop-filter: blur(8px); font-size: 10px; font-weight: 850; }
.gallery-card__caption { position: absolute; z-index: 2; left: 28px; right: 65px; bottom: 25px; }
.gallery-card__caption strong, .gallery-card__caption small { display: block; }
.gallery-card__caption strong { font-size: clamp(20px, 2vw, 30px); line-height: 1.15; letter-spacing: -.025em; }
.gallery-card:not(.gallery-card--feature) .gallery-card__caption strong { font-size: 21px; }
.gallery-card__caption small { max-width: 490px; margin-top: 7px; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.45; }
.gallery-card__open { position: absolute; z-index: 2; right: 22px; bottom: 24px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 16px; transition: transform .25s, background .25s, color .25s; }
.gallery-card:hover .gallery-card__open { transform: rotate(45deg); background: var(--blue); color: var(--white); }
.gallery-note { width: min(1180px, calc(100% - 48px)); margin: 20px auto 0; color: var(--muted); font-size: 12px; text-align: center; }
.gallery-lightbox { width: min(1180px, calc(100% - 40px)); max-width: none; padding: 0; overflow: visible; border: 0; border-radius: 8px; background: #030b16; color: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.gallery-lightbox::backdrop { background: rgba(2,8,16,.88); backdrop-filter: blur(8px); }
.gallery-lightbox figure { margin: 0; }
.gallery-lightbox figure img { width: 100%; max-height: 78vh; object-fit: contain; background: #030b16; border-radius: 8px 8px 0 0; }
.gallery-lightbox figcaption { display: grid; gap: 3px; padding: 19px 24px 22px; }
.gallery-lightbox figcaption strong { font-size: 20px; }
.gallery-lightbox figcaption span { color: #aebed1; font-size: 13px; }
.gallery-lightbox__close, .gallery-lightbox__nav { position: absolute; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); background: rgba(4,16,31,.72); color: var(--white); backdrop-filter: blur(8px); cursor: pointer; }
.gallery-lightbox__close { top: 14px; right: 14px; width: 44px; height: 44px; border-radius: 50%; font-size: 27px; }
.gallery-lightbox__nav { top: 50%; width: 48px; height: 48px; border-radius: 50%; transform: translateY(-50%); font-size: 20px; }
.gallery-lightbox__nav--prev { left: 14px; }
.gallery-lightbox__nav--next { right: 14px; }
.gallery-lightbox__close:hover, .gallery-lightbox__nav:hover { background: var(--blue); }

.sell { color: var(--white); background: var(--ink); }
.sell__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.sell h2 { color: var(--white); }
.sell__intro > p:not(.eyebrow) { max-width: 520px; color: #aebed1; }
.process-mini { margin-top: 45px; }
.process-mini > div { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-mini span { width: 34px; height: 34px; display: grid; place-items: center; color: #9fc1f8; border: 1px solid #31527c; border-radius: 50%; font-size: 12px; font-weight: 800; }
.process-mini p { margin: 0; color: #9eafc4; font-size: 14px; line-height: 1.55; }
.process-mini strong { color: var(--white); }
.seller-form { padding: 42px; color: var(--text); background: var(--white); border-radius: var(--radius-md); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.form-top { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.form-top h3 { margin: 0; color: var(--ink); font-size: 30px; line-height: 1; }
.form-progress { color: var(--muted); font-size: 12px; font-weight: 750; }
.progress-track { height: 3px; margin: 24px 0 30px; background: var(--line); }
.progress-track span { display: block; width: 50%; height: 100%; background: var(--blue); transition: width .25s; }
.seller-form[data-current-step="2"] .progress-track span { width: 100%; }
.required-note { margin: -20px 0 22px; color: var(--muted); font-size: 12px; text-align: right; }
.required-note span, .required-mark { color: #b10f27; }
.field-label { display: inline; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label { display: grid; gap: 7px; color: #455368; font-size: 12px; font-weight: 750; }
.field-wide { grid-column: 1 / -1; }
.field-grid input, .field-grid select, .field-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #f8fafc; color: var(--ink); padding: 12px 13px; outline: 0; transition: border-color .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease); }
.field-grid input, .field-grid select { min-height: 48px; }
.field-grid textarea { resize: vertical; }
.field-grid input:hover, .field-grid select:hover, .field-grid textarea:hover { border-color: #aeb9c7; }
.field-grid input:focus, .field-grid select:focus, .field-grid textarea:focus { border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 3px rgba(36,104,210,.12); }
.field-grid input::placeholder, .field-grid textarea::placeholder { color: #7b8798; opacity: 1; }
.field-grid .is-invalid { border-color: #c5263c; }
.form-next { margin-top: 26px; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.text-button { border: 0; background: transparent; color: var(--blue); font-weight: 800; cursor: pointer; }
.form-error { color: #b10f27; margin: 15px 0 0; font-size: 13px; font-weight: 700; }

.sell-launcher { padding: 44px; color: var(--text); background: var(--white); border-radius: var(--radius-md); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.sell-launcher h3 { margin: 4px 0 14px; color: var(--ink); font-size: clamp(27px, 3vw, 36px); line-height: 1.08; }
.sell-launcher > p:not(.kicker) { color: var(--muted); }
.sell-launcher__benefits { display: grid; gap: 11px; margin: 25px 0 30px; padding: 0; list-style: none; }
.sell-launcher__benefits li { position: relative; padding-left: 28px; color: #405168; font-size: 14px; font-weight: 700; }
.sell-launcher__benefits li::before { content: ""; position: absolute; left: 2px; top: .55em; width: 12px; height: 6px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(-45deg); }
.sell-launcher .button { width: 100%; }
.sell-launcher > small { display: block; margin-top: 14px; color: var(--muted); font-size: 11px; text-align: center; }

.contact-rail__trigger { position: fixed; z-index: var(--z-lead-trigger); right: 0; top: 53%; display: flex; align-items: center; flex-direction: column; gap: 10px; min-width: 58px; min-height: 232px; padding: 18px 12px; border: 0; border-radius: 8px 0 0 8px; color: var(--white); background: var(--blue); box-shadow: -8px 16px 35px rgba(7,21,39,.28); cursor: pointer; transform: translateY(-50%); transition: background .2s var(--ease), transform .2s var(--ease); }
.contact-rail__trigger span, .contact-rail__trigger strong { writing-mode: vertical-rl; transform: rotate(180deg); }
.contact-rail__trigger span { color: #d9e8ff; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-rail__trigger strong { font-size: 13px; letter-spacing: .035em; }
.contact-rail__trigger:hover { background: var(--blue-bright); transform: translateY(-50%) translateX(-3px); }

.lead-backdrop { position: fixed; z-index: var(--z-lead-backdrop); inset: 0; width: 100%; border: 0; background: rgba(2,8,16,.66); opacity: 0; cursor: pointer; backdrop-filter: blur(3px); transition: opacity .22s var(--ease); }
.lead-backdrop.is-visible { opacity: 1; }
.lead-drawer { position: fixed; z-index: var(--z-lead-drawer); inset: 0 0 0 auto; width: min(560px, 100%); display: flex; flex-direction: column; color: var(--text); background: var(--white); box-shadow: -30px 0 80px rgba(0,0,0,.3); overflow: hidden; transform: translateX(102%); visibility: hidden; transition: transform .3s var(--ease), visibility 0s linear .3s; }
.lead-drawer.is-open { transform: translateX(0); visibility: visible; transition-delay: 0s; }
.lead-drawer__header { flex: 0 0 auto; min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 26px; color: var(--white); background: var(--ink); }
.lead-drawer__header .kicker { margin-bottom: 4px; color: #8fb9f4; }
.lead-drawer__header h2 { margin: 0; color: var(--white); font-size: 26px; line-height: 1.1; }
.lead-drawer__close { flex: 0 0 46px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: transparent; font-size: 29px; line-height: 1; cursor: pointer; transition: background .18s var(--ease); }
.lead-drawer__close:hover { background: rgba(255,255,255,.12); }
.lead-tabs { flex: 0 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #f6f8fb; }
.lead-tabs button { position: relative; min-height: 57px; border: 0; border-right: 1px solid var(--line); color: #58677b; background: transparent; font-size: 13px; font-weight: 850; cursor: pointer; }
.lead-tabs button:last-child { border-right: 0; }
.lead-tabs button::after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; background: var(--blue); transform: scaleX(0); transition: transform .2s var(--ease); }
.lead-tabs button[aria-selected="true"] { color: var(--blue); background: var(--white); }
.lead-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.lead-drawer__body { flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; }
.lead-panel { padding: 28px 28px 36px; }
.lead-panel__intro { margin-bottom: 24px; }
.lead-panel__intro h3 { margin: 5px 0 8px; color: var(--ink); font-size: 28px; line-height: 1.12; }
.lead-panel__intro p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.lead-panel__step { color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.lead-drawer__footer { flex: 0 0 auto; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 28px; border-top: 1px solid var(--line); color: var(--muted); background: #f8fafc; font-size: 12px; }
.lead-drawer__footer a { color: var(--ink); font-weight: 850; }

.lead-form { display: grid; gap: 20px; }
.lead-fields { display: grid; gap: 16px; }
.lead-fields--two { grid-template-columns: 1fr 1fr; }
.lead-fields label, .price-field label { display: grid; gap: 7px; color: #405168; font-size: 12px; font-weight: 800; }
.lead-fields label > span[aria-hidden], .lead-consent label > span > span[aria-hidden] { color: #b10f27; }
.lead-fields input, .lead-fields select, .lead-fields textarea, .price-field input { width: 100%; min-height: 49px; border: 1px solid #cfd7e2; border-radius: var(--radius-sm); color: var(--ink); background: #f8fafc; padding: 11px 12px; outline: 0; transition: border-color .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease); }
.lead-fields textarea { min-height: 92px; resize: vertical; }
.lead-fields input:focus, .lead-fields select:focus, .lead-fields textarea:focus, .price-field input:focus { border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 3px rgba(36,104,210,.13); }
.lead-fields input::placeholder, .lead-fields textarea::placeholder, .price-field input::placeholder { color: #7b8798; opacity: 1; }
.lead-fields .is-invalid, .lead-consent .is-invalid + span, .price-field .is-invalid { border-color: #b10f27; }
.lead-fields .field-wide { grid-column: 1 / -1; }
.lead-field-error { display: block; margin: 6px 0 0; color: #a80f24; font-size: 11px; font-weight: 700; line-height: 1.35; }
.lead-consent { display: grid; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #f8fafc; }
.lead-consent label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #526176; font-size: 11px; line-height: 1.55; cursor: pointer; }
.lead-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue); }
.lead-consent a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.lead-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.lead-form__error { margin: 0; color: #a80f24; font-size: 12px; font-weight: 750; }
.lead-form__status { min-height: 0; margin: 0; color: #16613f; font-size: 12px; font-weight: 750; }
.lead-submit { width: 100%; }

.lead-progress { display: grid; gap: 9px; }
.lead-progress__label { color: var(--muted); font-size: 11px; font-weight: 800; }
.lead-progress__track { height: 4px; overflow: hidden; border-radius: 9px; background: var(--line); }
.lead-progress__track i { display: block; width: 33.333%; height: 100%; border-radius: inherit; background: var(--blue); transition: width .25s var(--ease); }
.lead-form--steps[data-current-step="2"] .lead-progress__track i { width: 66.666%; }
.lead-form--steps[data-current-step="3"] .lead-progress__track i { width: 100%; }
.lead-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.lead-step legend { width: 100%; margin-bottom: 16px; color: var(--ink); font-size: 15px; font-weight: 850; }
.lead-step > .button { width: 100%; margin-top: 22px; }
.lead-step__actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; }
.lead-step__actions .button { flex: 1; }
.price-field { padding: 18px; border-radius: var(--radius-md); background: var(--sky); }
.price-field__input { position: relative; display: block; }
.price-field__input input { padding-right: 44px; background: var(--white); font-size: 20px; font-weight: 850; font-variant-numeric: tabular-nums; }
.price-field__input > span { position: absolute; right: 15px; top: 50%; color: var(--muted); font-size: 17px; transform: translateY(-50%); }
.price-field p, .contact-required-hint { margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { min-height: 40px; display: grid; place-items: center; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: #536277; background: var(--white); font-size: 11px; font-weight: 800; transition: border-color .18s, color .18s, background .18s; }
.choice-row input:checked + span { border-color: var(--blue); color: var(--blue); background: var(--sky); }
.choice-row input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
.privacy-brief { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy-brief summary { padding: 13px 0; color: #405168; font-size: 11px; font-weight: 800; cursor: pointer; }
.privacy-brief p { margin: 0 0 14px; color: var(--muted); font-size: 10px; line-height: 1.55; }

/* Kontaktcenter – finaler Design-Polish */
.contact-rail__trigger { right: 0; top: 55%; width: 292px; min-height: 92px; display: grid; grid-template-columns: 54px 1fr 28px; gap: 14px; padding: 15px 16px 15px 14px; border: 1px solid rgba(255,255,255,.16); border-right: 0; border-radius: 16px 0 0 16px; background: linear-gradient(135deg, #071527 0%, #0b315e 100%); box-shadow: -14px 18px 45px rgba(7,21,39,.34); text-align: left; transition: width .24s var(--ease), min-height .24s var(--ease), padding .24s var(--ease), background .2s var(--ease), transform .2s var(--ease); }
.contact-rail__trigger::before { content: ""; position: absolute; inset: 10px auto 10px 0; width: 4px; border-radius: 0 4px 4px 0; background: var(--orange); }
.contact-rail__trigger span, .contact-rail__trigger strong { writing-mode: horizontal-tb; transform: none; }
.contact-rail__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 12px; color: var(--white); background: var(--blue); box-shadow: 0 10px 24px rgba(36,104,210,.3); }
.contact-rail__icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-rail__copy { min-width: 0; display: grid; gap: 1px; }
.contact-rail__copy small { color: #ffca57; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-rail__copy strong { color: var(--white); font-size: 18px; line-height: 1.2; letter-spacing: -.01em; }
.contact-rail__copy em { color: #c9d9ec; font-size: 10px; font-style: normal; font-weight: 650; white-space: nowrap; }
.contact-rail__arrow { width: 28px; height: 28px; display: grid; place-items: center; align-self: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); font-size: 17px; transition: transform .2s var(--ease), background .2s var(--ease); }
.contact-rail__trigger:hover { background: linear-gradient(135deg, #0a1d33 0%, #174f94 100%); transform: translateY(-50%) translateX(-5px); }
.contact-rail__trigger:hover .contact-rail__arrow { background: var(--blue); transform: translateX(2px); }
.contact-rail__trigger.is-service-compact { width: 76px; min-height: 76px; grid-template-columns: 54px; gap: 0; padding: 10px 12px 10px 10px; }
.contact-rail__trigger.is-service-compact .contact-rail__copy,
.contact-rail__trigger.is-service-compact .contact-rail__arrow { position: absolute; opacity: 0; visibility: hidden; pointer-events: none; }
.contact-rail__trigger.is-service-compact .contact-rail__icon { width: 54px; height: 54px; }

.lead-drawer { width: min(640px, 100%); background: #eef3f9; }
.lead-drawer__header { position: relative; min-height: 128px; padding: 24px 32px; overflow: hidden; background: linear-gradient(135deg, #061426 0%, #0b2b50 100%); }
.lead-drawer__header::after { content: ""; position: absolute; right: 72px; bottom: -48px; width: 220px; height: 110px; border: 1px solid rgba(110,164,239,.17); border-radius: 50%; transform: rotate(-12deg); }
.lead-drawer__header > * { position: relative; z-index: 1; }
.lead-drawer__header h2 { font-size: 30px; letter-spacing: -.025em; }
.lead-drawer__meta { margin: 7px 0 0; color: #b7cbe4; font-size: 11px; font-weight: 650; }
.lead-drawer__close { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.05); }

.lead-tabs { gap: 8px; padding: 10px; border-bottom-color: #d4deea; background: #dfe8f3; }
.lead-tabs button { min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 12px; border: 1px solid transparent; border-radius: 10px; color: #4e6077; background: transparent; text-align: left; transition: color .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease), box-shadow .18s var(--ease); }
.lead-tabs button:last-child { border-right: 1px solid transparent; }
.lead-tabs button::after { display: none; }
.lead-tabs button svg { flex: 0 0 23px; width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lead-tabs button span { display: grid; gap: 1px; }
.lead-tabs button strong { font-size: 13px; line-height: 1.15; }
.lead-tabs button small { color: #76869a; font-size: 9px; font-weight: 700; }
.lead-tabs button:hover { color: var(--blue); background: rgba(255,255,255,.62); }
.lead-tabs button[aria-selected="true"] { border-color: #c3d8f4; color: var(--blue); background: var(--white); box-shadow: 0 7px 20px rgba(24,62,108,.1); }
.lead-tabs button[aria-selected="true"] small { color: #5c7fae; }

.lead-drawer__body { background: #eef3f9; scrollbar-color: #a9b8ca transparent; }
.lead-panel { padding: 26px 30px 38px; }
.lead-panel__intro { position: relative; margin-bottom: 18px; padding: 21px 22px 21px 24px; overflow: hidden; border: 1px solid #d5e2f1; border-radius: 14px; background: linear-gradient(110deg, #fff 0%, #edf5ff 100%); box-shadow: 0 9px 28px rgba(28,68,113,.07); }
.lead-panel__intro::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--blue); }
.lead-panel__intro h3 { margin: 5px 0 7px; font-size: 30px; letter-spacing: -.025em; }
.lead-panel__intro p { max-width: 510px; color: #53677f; }
.lead-panel__step { color: #1e5ebc; font-size: 10px; }

.lead-form { gap: 22px; padding: 24px; border: 1px solid #d7e1ec; border-radius: 16px; background: var(--white); box-shadow: 0 16px 42px rgba(18,50,88,.09); }
.lead-fields { gap: 19px 16px; }
.lead-fields label, .price-field label { display: block; color: #30445d; font-size: 13px; line-height: 1.35; font-weight: 850; }
.lead-fields label > span[aria-hidden], .price-field label > span[aria-hidden] { display: inline; margin-left: 2px; color: #c0263d; }
.lead-fields input, .lead-fields select, .lead-fields textarea, .price-field input { min-height: 56px; margin-top: 8px; border: 1.5px solid #cbd7e5; border-radius: 9px; color: #10243c; background: #f7f9fc; padding: 13px 14px; font-size: 14px; font-weight: 650; box-shadow: inset 0 1px 0 rgba(255,255,255,.85); }
.lead-fields textarea { min-height: 104px; }
.lead-fields input:hover, .lead-fields select:hover, .lead-fields textarea:hover, .price-field input:hover { border-color: #9fb6d1; background: var(--white); }
.lead-fields input:focus, .lead-fields select:focus, .lead-fields textarea:focus, .price-field input:focus { border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 4px rgba(36,104,210,.12); }
.lead-fields input::placeholder, .lead-fields textarea::placeholder, .price-field input::placeholder { color: #7b899a; font-weight: 600; }
.lead-step legend { margin-bottom: 19px; padding-bottom: 12px; border-bottom: 1px solid #e2e8f0; font-size: 18px; }
.lead-progress { gap: 11px; padding: 0 2px; }
.lead-progress__label { color: #34506f; font-size: 12px; }
.lead-progress__track { height: 7px; background: #dce5ef; }
.lead-progress__track i { background: linear-gradient(90deg, #2468d2, #4b8cef); box-shadow: 0 0 12px rgba(36,104,210,.22); }
.lead-step > .button, .lead-submit { min-height: 56px; border-radius: 9px; box-shadow: 0 12px 25px rgba(36,104,210,.22); font-size: 14px; }
.lead-step__actions .button { min-height: 56px; border-radius: 9px; box-shadow: 0 12px 25px rgba(36,104,210,.2); }
.text-button { min-height: 44px; padding: 8px 13px; border-radius: 7px; }
.text-button:hover { background: var(--sky); }
.price-field { padding: 20px; border: 1px solid #c7dcf7; background: linear-gradient(125deg, #eaf3ff, #f8fbff); }
.price-field__input input { margin-top: 8px; }
.lead-consent { border-color: #d7e1ec; border-radius: 9px; background: #f7f9fc; }
.privacy-brief { border-color: #d7e1ec; }
.lead-drawer__footer { min-height: 66px; padding: 12px 30px; border-top-color: #d5dfeb; background: var(--white); }
.lead-drawer__footer > span { display: grid; color: #4d6077; font-weight: 750; line-height: 1.25; }
.lead-drawer__footer small { color: #7a899b; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.lead-drawer__footer a { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 8px; color: var(--white); background: var(--ink); }
.lead-drawer__footer a svg { width: 17px; height: 17px; fill: currentColor; }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; isolation: isolate; min-width: 0; min-height: 365px; display: flex; flex-direction: column; padding: 28px 26px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); overflow: hidden; transition: background .24s var(--ease), box-shadow .24s var(--ease), transform .24s var(--ease); }
.service-card::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 4px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .24s var(--ease); }
.service-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.service-card__number { padding-top: 3px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.service-card__icon { width: 58px; height: 58px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #cfe0f5; border-radius: 12px; color: var(--blue); background: #f4f8fd; transition: color .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease); }
.service-card__icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card__body { margin-top: 30px; }
.service-card__badge { display: inline-flex; align-items: center; min-height: 25px; padding: 5px 9px; border-radius: 999px; color: #315d94; background: #eaf3ff; font-size: 9px; font-weight: 900; line-height: 1.25; letter-spacing: .075em; text-transform: uppercase; }
.service-card h3 { margin: 14px 0 10px; color: var(--ink); font-size: 21px; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card__action { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding: 15px 0 0; border: 0; border-top: 1px solid #dce5ef; color: var(--ink); background: transparent; font: inherit; font-size: 12px; font-weight: 850; text-align: left; cursor: pointer; }
.service-card__action svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: var(--blue); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s var(--ease); }
.service-card__action:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; border-radius: 2px; }
.service-card:focus-within { z-index: 2; box-shadow: 0 18px 45px rgba(7,21,39,.12); }

.story { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; background: var(--sky); }
.story__image { min-height: 560px; }
.story__image img { width: 100%; height: 100%; object-fit: cover; }
.story__content { display: flex; flex-direction: column; justify-content: center; padding: 80px max(7vw, 65px); }
.story__content > p:not(.eyebrow) { color: #54667c; }
.story blockquote { margin: 24px 0 30px; padding: 20px 0 20px 24px; border-left: 3px solid var(--blue); color: var(--ink); font-size: 19px; font-weight: 720; }
.inline-link { width: max-content; min-height: 44px; display: inline-flex; align-items: center; color: var(--blue); font-size: 14px; font-weight: 850; border-bottom: 1px solid currentColor; transition: color .18s var(--ease), gap .18s var(--ease); }
.inline-link span { padding-left: 8px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .67fr 1.33fr; gap: 90px; align-items: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); margin: 22px 0 30px; }
.accordion { border-top: 1px solid #cfd6df; }
.accordion details { border-bottom: 1px solid #cfd6df; }
.accordion summary { position: relative; min-height: 72px; list-style: none; padding: 26px 50px 26px 0; color: var(--ink); font-size: 17px; font-weight: 780; cursor: pointer; transition: color .18s var(--ease); }
.accordion summary:hover { color: var(--blue); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: 10px; top: 35px; width: 18px; height: 2px; background: var(--blue); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -5px 65px 26px 0; color: var(--muted); }

.contact { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; color: var(--white); background: var(--blue); }
.contact__portrait { min-height: 670px; }
.contact__portrait picture { display: block; width: 100%; height: 100%; }
.contact__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.contact__content { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: 80px max(7vw, 65px); }
.contact h2 { color: var(--white); }
.contact__content > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.78); }
.contact-cards { display: grid; grid-template-columns: .72fr 1.28fr; margin: 35px 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.contact-cards a { padding: 23px 20px 23px 0; transition: background .2s var(--ease), padding .2s var(--ease); }
.contact-cards a + a { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.25); }
.contact small, .address-row small { display: block; color: #bed3f4; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-cards strong { display: block; margin-top: 4px; overflow-wrap: anywhere; }
.address-row { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.address-row address, .address-row p { margin: 8px 0 0; color: rgba(255,255,255,.83); font-style: normal; }
.inline-link--light { margin-top: 35px; color: var(--white); }

.pump-art { position: relative; z-index: 2; height: 0; pointer-events: none; }
.pump-art picture { display: block; }
.pump-art img { position: absolute; right: -90px; bottom: -285px; width: min(720px, 52vw); max-width: none; height: auto; opacity: .48; filter: drop-shadow(0 8px 20px rgba(2,8,16,.12)); }

.footer { position: relative; color: #9eafc4; background: #04101f; padding: 75px 0 22px; }
.footer__grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.footer__brand img { width: 170px; height: 84px; object-fit: contain; }
.footer__brand p { max-width: 290px; }
.footer h2 { margin: 12px 0 19px; color: var(--white); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer__grid > div:not(.footer__brand) a { display: block; margin: 8px 0; font-size: 14px; }
.footer a:hover { color: var(--white); }
.footer__bottom { position: relative; z-index: 3; margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.mobile-actions { display: none; }

@media (hover: hover) {
  .category-card:hover { z-index: 1; background: #fbfdff; box-shadow: var(--shadow-soft); transform: translateY(-4px); }
  .category-card:hover::before { transform: scaleX(1); }
  .category-card--accent:hover { background: var(--ink-2); }
  .service-card:hover { z-index: 1; background: #fbfdff; box-shadow: 0 18px 45px rgba(7,21,39,.13); transform: translateY(-4px); }
  .service-card:hover::after { transform: scaleX(1); }
  .service-card:hover .service-card__icon { border-color: var(--blue); color: var(--white); background: var(--blue); transform: translateY(-2px); }
  .service-card:hover .service-card__action svg { transform: translateX(4px); }
  .contact-cards a:hover { background: rgba(255,255,255,.08); }
  .inline-link:hover { color: var(--ink); }
  .inline-link--light:hover { color: var(--white); }
}

.reveal-ready { opacity: 0; transform: translateY(14px); transition: opacity .38s var(--ease), transform .38s var(--ease); }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .main-nav { gap: 17px; font-size: 13px; }
  .section-head--split { gap: 45px; }
  .inventory-feature { grid-template-columns: 1.05fr .95fr; }
  .sell__grid { gap: 45px; }
  .faq-grid { gap: 55px; }
  .footer__grid { gap: 35px; }
  .pump-art img { right: -100px; bottom: -250px; width: 600px; opacity: .4; }
  .contact-rail__trigger { width: 258px; grid-template-columns: 48px 1fr 26px; }
  .contact-rail__icon { width: 48px; height: 48px; }
  .contact-rail__copy strong { font-size: 16px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 34px, 720px); }
  .utility__location { display: none; }
  .utility__inner { justify-content: center; }
  .site-header { top: 34px; }
  .site-header.is-sticky { top: 0; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { position: relative; z-index: 2; display: flex; }
  .main-nav { position: fixed; inset: 0 0 0 auto; z-index: 2; width: min(85vw, 390px); padding: 110px 32px 40px; display: flex; align-items: stretch; flex-direction: column; gap: 0; background: var(--ink); box-shadow: -30px 0 70px rgba(0,0,0,.32); transform: translateX(105%); transition: transform .25s var(--ease); }
  .main-nav.is-open { transform: translateX(0); }
  .menu-backdrop { position: fixed; z-index: 1; inset: 0; display: block; border: 0; background: rgba(2,8,16,.58); opacity: 0; pointer-events: none; transition: opacity .2s var(--ease); }
  body.menu-open .menu-backdrop { opacity: 1; pointer-events: auto; }
  .main-nav > a:not(.nav-cta) { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 22px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 780px; }
  .hero__shade { background: linear-gradient(90deg, rgba(4,16,31,.95), rgba(4,16,31,.63)), linear-gradient(0deg, rgba(4,16,31,.72), transparent); }
  .hero-paths { max-width: 620px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.22); }
  .section { padding: 90px 0; }
  .section-head--split, .inventory-feature, .sell__grid, .faq-grid { grid-template-columns: 1fr; }
  .section-head--split { gap: 22px; }
  .inventory-feature__image { min-height: 410px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 220px; }
  .category-card h3 { margin-top: 32px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 22px; }
  .gallery-card--feature { grid-column: span 12; height: 430px; }
  .gallery-card:not(.gallery-card--feature) { grid-column: span 6; }
  .gallery-card:last-child { grid-column: 4 / span 6; }
  .sell__grid { gap: 55px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .story, .contact { grid-template-columns: 1fr; }
  .story__image, .contact__portrait { min-height: 500px; max-height: 620px; }
  .story__content, .contact__content { padding: 75px max(7vw, 34px); }
  .faq-grid { gap: 50px; }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .pump-art img { right: -150px; bottom: -230px; width: 560px; opacity: .3; }
  .contact-rail__trigger { display: none; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-top: 70px; }
  body { padding-bottom: calc(59px + env(safe-area-inset-bottom)); }
  .utility { display: none; }
  .site-header { top: 0; }
  .nav-wrap { min-height: 70px; }
  .brand { width: 124px; }
  .brand img { width: 124px; }
  .hero { min-height: 800px; align-items: end; }
  .hero__media { background-position: 64% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(4,16,31,.42), rgba(4,16,31,.94) 58%, #04101f 100%); }
  .hero__content { padding-top: 130px; padding-bottom: 85px; }
  .hero h1 { font-size: clamp(43px, 13vw, 63px); }
  .hero h1 br { display: none; }
  .hero h1 span { display: block; }
  .hero .eyebrow { max-width: 100%; font-size: 10px; overflow-wrap: anywhere; }
  .hero__lead { font-size: 16px; }
  .hero-paths { flex-direction: column; }
  .path-card { min-width: 0; min-height: 90px; }
  .hero__scroll { display: none; }
  .trust-grid > div { min-height: 96px; padding: 17px; }
  .trust-grid strong { font-size: 16px; }
  .section { padding: 72px 0; }
  .section-head { margin-bottom: 38px; }
  .section-head h2, .story h2, .sell h2, .faq-section h2, .contact h2 { font-size: 37px; }
  .inventory-feature__image { min-height: 310px; }
  .inventory-feature__content { padding: 34px 25px; }
  .inventory-feature h3 { font-size: 26px; }
  .category-grid { margin-top: 35px; }
  .vehicle-gallery { padding-bottom: 72px; }
  .gallery-heading { margin-bottom: 34px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 8px; }
  .gallery-card, .gallery-card--feature, .gallery-card:not(.gallery-card--feature), .gallery-card:last-child { grid-column: 1; height: 320px; }
  .gallery-card__caption { left: 20px; right: 58px; bottom: 20px; }
  .gallery-card__caption small { font-size: 12px; }
  .gallery-note { width: calc(100% - 28px); }
  .gallery-lightbox { width: calc(100% - 20px); }
  .gallery-lightbox__nav { width: 42px; height: 42px; }
  .seller-form { padding: 28px 20px; margin-inline: -4px; }
  .sell-launcher { padding: 30px 22px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .service-card__body { margin-top: 24px; }
  .story__image, .contact__portrait { min-height: 370px; }
  .story__content, .contact__content { padding: 65px 22px; }
  .contact-cards, .address-row { grid-template-columns: 1fr; }
  .contact-cards a { padding: 18px 0; }
  .contact-cards a + a { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .address-row { gap: 25px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:nth-child(4) { grid-column: 1 / -1; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .pump-art img { right: -170px; bottom: -190px; width: 480px; opacity: .23; }
  .mobile-actions { position: fixed; z-index: var(--z-mobile-actions); inset: auto 0 0; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); min-height: calc(59px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: var(--ink); box-shadow: 0 -8px 30px rgba(0,0,0,.18); }
  .mobile-actions a { min-width: 0; min-height: 59px; display: grid; place-items: center; padding: 8px; color: var(--white); background: var(--ink); font-size: 12px; line-height: 1.2; font-weight: 850; text-align: center; }
  .mobile-actions a:last-child { background: var(--blue); }
  .lead-drawer { width: 100%; }
  .lead-drawer__header { min-height: 106px; padding: 17px 18px; }
  .lead-drawer__header h2 { font-size: 22px; }
  .lead-drawer__meta { font-size: 9px; }
  .lead-drawer__close { flex-basis: 44px; width: 44px; height: 44px; }
  .lead-tabs { gap: 5px; padding: 7px; }
  .lead-tabs button { min-height: 61px; gap: 6px; padding: 8px 6px; }
  .lead-tabs button svg { width: 20px; height: 20px; }
  .lead-tabs button strong { font-size: 11px; }
  .lead-tabs button small { display: none; }
  .lead-panel { padding: 18px 14px 28px; }
  .lead-panel__intro { padding: 18px 17px 18px 20px; }
  .lead-panel__intro h3 { font-size: 26px; }
  .lead-form { padding: 20px 16px; border-radius: 13px; }
  .lead-fields--two { grid-template-columns: 1fr; }
  .lead-fields .field-wide { grid-column: auto; }
  .lead-step__actions { align-items: stretch; flex-direction: column-reverse; }
  .lead-step__actions .button, .lead-step__actions .text-button { width: 100%; min-height: 46px; }
  .lead-drawer__footer { padding-inline: 18px; padding-bottom: calc(11px + env(safe-area-inset-bottom)); }
}

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