@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --ink: #121c24;
  --ink-soft: #1c2b36;
  --paper: #f1f3f2;
  --paper-deep: #e4e9ec;
  --line: #d6dddf;
  --cream: #fcfcf9;
  --accent: #b2cddd;
  --accent-deep: #41677e;
  --muted: #586871;
  --white: #ffffff;
  --radius: 12px;
  --max: 1180px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--accent); color: var(--ink); }
:focus-visible { outline: 3px solid #709ab4; outline-offset: 5px; }
[data-site-header] { display: contents; }
.skip-link { position: fixed; top: 10px; left: 20px; z-index: 100; padding: 12px 20px; border-radius: 4px; background: var(--cream); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-alert { display: flex; justify-content: center; align-items: center; gap: 9px; background: #e4ebef; color: #435b6b; padding: 9px 20px; text-align: center; font: 400 10px/1.35 'DM Mono', monospace; letter-spacing: .03em; }
.site-alert::before { width: 5px; height: 5px; flex-shrink: 0; border-radius: 50%; background: var(--accent-deep); content: ''; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(18,28,36,.96); backdrop-filter: blur(16px); color: var(--white); }
.nav { display: flex; width: min(100% - 56px, var(--max)); min-height: 84px; margin: auto; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 12px; white-space: nowrap; }
.brand-mark { display: grid; width: 40px; height: 40px; flex-shrink: 0; place-items: center; color: var(--accent); }
.brand-mark svg { display: block; width: 100%; height: 100%; }
.brand-name { font-size: 18px; font-weight: 600; letter-spacing: .115em; line-height: 1.2; }
.brand-name small { display: block; margin-top: 5px; color: var(--accent); font: 500 9px 'DM Mono', monospace; letter-spacing: .42em; }
.nav-links { display: flex; align-items: center; gap: 24px; color: #c3ced6; font-size: 12px; }
.nav-links a { position: relative; padding: 31px 0; transition: color .2s; }
.nav-links a::after { position: absolute; right: 0; bottom: 23px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); content: ''; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: var(--white); }
.nav-links a:hover::after, .nav-links a[aria-current='page']::after { transform: scaleX(1); }
.nav-links .nav-cta { display: inline-flex; gap: 8px; padding: 10px 15px; border: 1px solid rgba(178,205,221,.5); border-radius: 4px; color: var(--white); transition: background .2s, border-color .2s, color .2s; }
.nav-links .nav-cta::after { display: none; }
.nav-links .nav-cta:hover, .nav-links .nav-cta[aria-current='page'] { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; border: 1px solid rgba(178,205,221,.3); border-radius: 4px; color: var(--white); background: transparent; }
.nav-toggle span { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .25s var(--ease); }
.nav-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero { position: relative; min-height: min(720px, calc(100svh - 115px)); display: flex; overflow: hidden; color: var(--white); background: var(--ink); isolation: isolate; }
.hero::before { position: absolute; z-index: -2; inset: 0; background: url('assets/hero-vehicle.png') center/cover no-repeat; content: ''; }
.hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(12,23,35,.96) 0%, rgba(12,23,35,.8) 32%, rgba(12,23,35,.15) 73%, rgba(12,23,35,.1) 100%); content: ''; }
.hero-inner { width: min(100% - 56px, var(--max)); margin: auto; padding: 102px 0 100px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--accent); font: 500 11px/1.5 'DM Mono', monospace; letter-spacing: .085em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; flex-shrink: 0; background: currentColor; content: ''; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 640px; margin-bottom: 26px; font: 600 clamp(48px, 6.3vw, 82px)/1.06 'Playfair Display', Georgia, serif; letter-spacing: -.045em; }
.hero h1 em { display: block; color: var(--accent); font-style: italic; }
.hero-copy { max-width: 460px; margin-bottom: 32px; color: #e0e7ec; font-size: 17px; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 21px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); color: var(--white); font-weight: 600; font-size: 13px; transition: transform .25s var(--ease), background .25s, border-color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); background: var(--accent-deep); border-color: var(--accent-deep); box-shadow: 0 6px 18px rgba(18,28,36,.1); }
.button.accent { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.button.accent:hover { background: #ccdfeb; border-color: #ccdfeb; }
.button.light { border-color: rgba(255,255,255,.55); background: rgba(18,28,36,.15); color: var(--white); }
.button.light:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero-caption { position: absolute; right: 28px; bottom: 23px; color: #e1e8eb; font: 9px/1.5 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.8); }

.container { width: min(100% - 56px, var(--max)); margin: auto; }
.section { padding: clamp(70px, 8vw, 108px) 0; }
.section.paper { background: var(--paper); }
.section.cream { background: var(--cream); }
.section.ink { background: var(--ink); color: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr); align-items: end; gap: 64px; margin-bottom: 40px; }
.kicker { margin: 0 0 15px; color: var(--accent-deep); font: 500 11px/1.5 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.ink .kicker { color: var(--accent); }
h2 { margin-bottom: 0; font: 600 clamp(34px, 4vw, 48px)/1.14 'Playfair Display', Georgia, serif; letter-spacing: -.035em; }
.section-heading > p { max-width: 410px; margin: 0 0 4px auto; color: var(--muted); font-size: 15px; line-height: 1.8; }
.ink .section-heading > p, .ink .muted { color: #bdccd6; }

.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.route-card { position: relative; min-height: 405px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 34px; border-radius: 8px; color: var(--white); background: #263745; }
.route-card::before { position: absolute; z-index: 0; inset: 0; background: var(--route-image) center/cover no-repeat; opacity: .72; transition: transform .8s var(--ease); content: ''; }
.route-card::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(9,19,28,.05), rgba(9,19,28,.94)); content: ''; }
.route-card:hover::before { transform: scale(1.035); }
.route-card > * { position: relative; z-index: 1; }
.route-card .route-number { margin-bottom: auto; color: var(--accent); font: 500 11px 'DM Mono', monospace; }
.route-card h3 { max-width: 400px; margin-bottom: 12px; font: 600 clamp(29px, 3.1vw, 40px)/1.1 'Playfair Display', Georgia, serif; letter-spacing: -.035em; }
.route-card p { max-width: 420px; margin-bottom: 23px; color: #dce5eb; font-size: 15px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; width: fit-content; color: inherit; padding-bottom: 5px; border-bottom: 1px solid var(--accent-deep); font-size: 13px; font-weight: 600; }
.ink .text-link, .route-card .text-link { border-color: var(--accent); }
.text-link::after { content: '→'; transition: transform .25s var(--ease); }
.text-link:hover::after { transform: translateX(4px); }

.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 8px; }
.value-card { min-height: 235px; padding: 31px; }
.value-card + .value-card { border-left: 1px solid var(--line); }
.value-index { color: var(--accent-deep); font: 500 11px 'DM Mono', monospace; }
.value-card h3 { margin: 43px 0 10px; font-size: 19px; letter-spacing: -.02em; line-height: 1.3; }
.value-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.proof-panel { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 470px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: var(--ink-soft); }
.proof-visual { position: relative; min-height: 340px; background: linear-gradient(130deg, rgba(12,23,35,.04), rgba(12,23,35,.58)), url('assets/hero-vehicle.png') center/cover no-repeat; }
.photo-label { position: absolute; right: 24px; bottom: 22px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; background: rgba(11,21,30,.8); color: #e7edf0; font: 9px/1.5 'DM Mono', monospace; letter-spacing: .045em; text-transform: uppercase; }
.proof-content { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.proof-content h2 { max-width: 390px; margin-bottom: 20px; font-size: clamp(34px, 3.5vw, 44px); }
.proof-content > p { max-width: 400px; color: #bdccd6; font-size: 15px; }
.proof-list { display: grid; gap: 14px; margin: 20px 0 28px; padding: 0; list-style: none; }
.proof-list li { display: flex; gap: 12px; color: #e5edf2; font-size: 13px; }
.proof-list li::before { color: var(--accent); content: '↗'; }

.page-hero { padding: clamp(72px, 9vw, 120px) 0 66px; background: radial-gradient(ellipse at 100% 0%, #253b4b, transparent 68%), var(--ink); color: var(--white); }
.page-hero .container { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .54fr); align-items: end; gap: 54px; }
.page-hero h1 { margin: 0; max-width: 720px; font-size: clamp(46px, 5.8vw, 70px); }
.page-hero h1 em { display: block; color: var(--accent); }
.page-hero .page-intro { margin: 0 0 7px; color: #c2d0da; font-size: 16px; line-height: 1.8; }
.breadcrumbs { margin-bottom: 24px; color: var(--accent); font: 10px/1.5 'DM Mono', monospace; letter-spacing: .07em; text-transform: uppercase; }
.breadcrumbs a { color: #c2d0da; }
.breadcrumbs a:hover { color: var(--white); }

.notice { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 30px; padding: 17px 19px; border: 1px solid #ccdce4; border-radius: 6px; background: #edf3f6; color: #486172; font-size: 13px; line-height: 1.7; }
.notice strong { padding-top: 3px; white-space: nowrap; font: 500 11px/1.5 'DM Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.inventory-toolbar { display: grid; grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 28px; }
.field { position: relative; display: flex; min-width: 0; min-height: 50px; align-items: center; padding: 0 14px; border: 1px solid var(--line); border-radius: 5px; background: var(--cream); transition: border-color .2s, box-shadow .2s; }
.field:focus-within { border-color: #709ab4; box-shadow: 0 0 0 3px rgba(112,154,180,.15); }
.field input, .field select { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
.field select { padding-right: 18px; appearance: none; cursor: pointer; }
.field.select::after { position: absolute; right: 14px; color: var(--accent-deep); content: '⌄'; pointer-events: none; }
.inventory-summary { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; color: var(--muted); font: 10px/1.5 'DM Mono', monospace; letter-spacing: .035em; text-transform: uppercase; }
.inventory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.vehicle-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); transition: transform .3s var(--ease), box-shadow .3s; }
.vehicle-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(18,28,36,.09); }
.vehicle-image { position: relative; height: 215px; overflow: hidden; background: #d8e0e5; }
.vehicle-image::before { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(12,23,35,.7)), url('assets/hero-vehicle.png') var(--image-position, center)/cover no-repeat; content: ''; transition: transform .7s var(--ease); }
.vehicle-card:hover .vehicle-image::before { transform: scale(1.035); }
.title-badge { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 6px 9px; border-radius: 3px; background: var(--ink); color: var(--white); font: 10px/1.4 'DM Mono', monospace; letter-spacing: .035em; text-transform: uppercase; }
.title-badge.clean { background: #dcebf3; color: #254a62; }
.preview-badge { position: absolute; z-index: 1; right: 14px; bottom: 13px; color: var(--white); font: 8px/1.5 'DM Mono', monospace; letter-spacing: .025em; text-transform: uppercase; }
.vehicle-content { padding: 22px; }
.vehicle-year { margin-bottom: 7px; color: var(--accent-deep); font: 10px 'DM Mono', monospace; letter-spacing: .075em; text-transform: uppercase; }
.vehicle-card h3 { min-height: 46px; margin-bottom: 17px; font-size: 19px; letter-spacing: -.025em; line-height: 1.2; }
.vehicle-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; color: var(--muted); font-size: 11px; }
.vehicle-meta span + span { padding-left: 10px; border-left: 1px solid var(--line); }
.vehicle-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.price { font-size: 23px; font-weight: 600; letter-spacing: -.035em; }
.card-link { padding: 4px 0; color: var(--accent-deep); font-size: 12px; font-weight: 700; }
.card-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.empty-state { grid-column: 1 / -1; padding: 52px 24px; border: 1px dashed var(--line); border-radius: 8px; color: var(--muted); text-align: center; }
.empty-state p { margin-bottom: 20px; }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.step { padding-top: 21px; border-top: 1px solid var(--line); }
.step-num { margin-bottom: 35px; color: var(--accent-deep); font: 500 12px 'DM Mono', monospace; }
.step h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.4; }
.step p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.ink .step { border-color: rgba(255,255,255,.25); }
.ink .step-num { color: var(--accent); }
.ink .step p { color: #bdccd6; }

.story-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; }
.story-card { min-height: 330px; padding: 32px; border-radius: 8px; background: var(--ink-soft); color: var(--white); }
.story-card.visual { position: relative; padding-bottom: 75px; background: linear-gradient(160deg, rgba(12,23,35,.12), rgba(12,23,35,.9)), url('assets/hero-vehicle.png') center/cover no-repeat; }
.story-card h3 { max-width: 430px; margin: 70px 0 12px; font: 600 clamp(26px, 3vw, 38px)/1.15 'Playfair Display', Georgia, serif; letter-spacing: -.035em; }
.story-card p { max-width: 450px; color: #d0dce4; font-size: 15px; }
.story-card.plain { display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: #e5ecef; color: var(--ink); }
.story-card.plain h3 { margin: 12px 0; color: var(--ink); }
.story-card.plain p { color: #506573; }
.story-card .tile-number { color: var(--accent); font: 500 11px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.story-card.plain .tile-number { color: var(--accent-deep); }

.faq-list { border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 24px 0; font-size: 17px; font-weight: 500; list-style: none; cursor: pointer; transition: color .2s; }
.faq summary:hover { color: var(--accent-deep); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { flex-shrink: 0; color: var(--accent-deep); content: '+'; font: 24px/18px 'DM Mono', monospace; }
.faq[open] summary::after { content: '−'; }
.faq p { max-width: 720px; margin-bottom: 0; padding-bottom: 25px; color: var(--muted); font-size: 15px; line-height: 1.8; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; }
.contact-detail { padding: 24px 0; border-top: 1px solid var(--line); }
.contact-detail:last-child { border-bottom: 1px solid var(--line); }
.contact-detail span { display: block; margin-bottom: 8px; color: var(--accent-deep); font: 10px 'DM Mono', monospace; letter-spacing: .07em; text-transform: uppercase; }
.contact-detail p { margin: 0; font-size: 16px; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.form-field { display: grid; gap: 8px; margin-bottom: 16px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--muted); font: 10px/1.5 'DM Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; min-width: 0; min-height: 48px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 4px; outline-color: #709ab4; background: var(--white); font-size: 14px; resize: vertical; transition: border-color .2s, box-shadow .2s; }
.form-field input:focus, .form-field textarea:focus { border-color: #709ab4; box-shadow: 0 0 0 3px rgba(112,154,180,.12); }
.form-field textarea { min-height: 130px; }
.form-note { margin-bottom: 23px; color: var(--muted); font-size: 12px; }
.form-message { min-height: 20px; margin: 14px 0 0; color: var(--accent-deep); font-size: 12px; }

.footer { padding: 62px 0 28px; background: var(--ink); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.1fr repeat(3, .6fr); gap: 36px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-tagline { max-width: 300px; margin: 20px 0 0; color: #bacbd6; font-size: 14px; line-height: 1.8; }
.footer-heading { margin-bottom: 16px; color: var(--accent); font: 10px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.footer-list { display: grid; gap: 10px; color: #d3dfe7; font-size: 12px; }
.footer-list a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding-top: 25px; color: #a6b9c6; font: 9px/1.7 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }

@keyframes arrive {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-inner > .eyebrow, .hero-inner > h1, .hero-inner > .hero-copy, .hero-inner > .actions { animation: arrive .85s var(--ease) both; }
  .hero-inner > h1 { animation-delay: .07s; }
  .hero-inner > .hero-copy { animation-delay: .14s; }
  .hero-inner > .actions { animation-delay: .21s; }
  .page-hero .container > * { animation: arrive .8s var(--ease) both; }
  .page-hero .page-intro { animation-delay: .1s; }
  .faq[open] p { animation: arrive .3s var(--ease); }
}

@media (max-width: 1100px) {
  .nav { min-height: 76px; }
  .nav-toggle { display: flex; }
  .nav-links { position: absolute; top: 76px; right: 0; left: 0; display: none; gap: 0; max-height: calc(100svh - 76px); overflow-y: auto; padding: 16px 28px 24px; border-bottom: 1px solid rgba(255,255,255,.15); background: var(--ink); }
  .nav-links.open { display: grid; }
  .nav-links a { display: block; width: fit-content; padding: 12px 0; font-size: 14px; }
  .nav-links a::after { bottom: 7px; }
  .nav-links .nav-cta { width: 100%; margin-top: 12px; padding: 13px 15px; justify-content: center; }
}

@media (max-width: 900px) {
  .container, .hero-inner, .nav { width: min(100% - 44px, var(--max)); }
  .hero { min-height: 600px; }
  .hero::after { background: linear-gradient(90deg, rgba(12,23,35,.94), rgba(12,23,35,.45)); }
  .section-heading, .page-hero .container { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 540px; margin-left: 0; }
  .page-hero .page-intro { max-width: 620px; }
  .inventory-toolbar { grid-template-columns: 1fr 1fr; }
  .inventory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-panel, .contact-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 36px; }
  .proof-content { padding: 40px 32px; }
  .proof-content h2, .proof-content > p { max-width: 600px; }
  .value-card { padding: 24px; }
  .footer-top { grid-template-columns: repeat(3, 1fr); }
  .footer-top > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 92px; }
  .container, .hero-inner, .nav { width: min(100% - 40px, var(--max)); }
  .site-alert { padding: 8px 15px; font-size: 8px; }
  .nav { min-height: 72px; }
  .nav-links { top: 72px; max-height: calc(100svh - 72px); padding-right: 20px; padding-left: 20px; }
  .brand-name { font-size: 16px; }
  .brand-mark { width: 35px; height: 35px; }
  .hero { min-height: 610px; }
  .hero::before { background-position: 66% center; }
  .hero::after { background: linear-gradient(90deg, rgba(12,23,35,.95), rgba(12,23,35,.57)); }
  .hero-inner { padding: 70px 0 90px; }
  h1 { font-size: clamp(43px, 10.5vw, 60px); }
  .hero-copy { max-width: 360px; font-size: 15px; }
  .eyebrow { font-size: 9px; letter-spacing: .055em; }
  .hero-caption { right: 20px; bottom: 20px; left: 20px; font-size: 8px; }
  .hero .actions { gap: 10px; }
  .hero .button { padding: 0 16px; font-size: 12px; }
  .section { padding: 70px 0; }
  .section-heading { gap: 20px; margin-bottom: 32px; }
  .route-grid, .value-grid, .steps, .story-grid, .inventory-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 355px; padding: 27px; }
  .value-card { min-height: 195px; padding: 28px; }
  .value-card + .value-card { border-top: 1px solid var(--line); border-left: 0; }
  .value-card h3 { margin-top: 30px; }
  .steps { gap: 36px; }
  .step-num { margin-bottom: 24px; }
  .inventory-toolbar { grid-template-columns: 1fr; }
  .field input, .field select { font-size: 16px; }
  .vehicle-image { height: 232px; }
  .vehicle-card h3 { min-height: 0; }
  .page-hero { padding-top: 70px; padding-bottom: 52px; }
  .page-hero h1 { font-size: clamp(40px, 10.5vw, 53px); }
  .page-hero .page-intro { font-size: 15px; }
  .notice { flex-direction: column; gap: 6px; }
  .proof-content, .contact-form { padding: 30px 24px; }
  .proof-visual { min-height: 270px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-field input, .form-field textarea { font-size: 16px; }
  .story-card { padding: 28px; }
  .story-card.visual { padding-bottom: 75px; }
  .faq summary { font-size: 16px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .vehicle-card:hover, .vehicle-card:hover .vehicle-image::before, .route-card:hover::before, .button:hover, .text-link:hover::after { transform: none; }
}
