:root {
  --ink: #07101d;
  --ink-soft: #101c2c;
  --paper: #f4f5f1;
  --white: #fff;
  --muted: #697383;
  --line: #d9dde1;
  --accent: #f2a93b;
  --accent-strong: #ffb83f;
  --blue: #2854d7;
  --radius: 22px;
  --shadow: 0 26px 65px rgba(7, 16, 29, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.55; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.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: 1000; left: 16px; top: -100px; background: var(--accent); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); background: linear-gradient(180deg, rgba(7,16,29,.84), rgba(7,16,29,0)); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(7,16,29,.94); box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .96rem; font-weight: 900; letter-spacing: .18em; white-space: nowrap; }
.brand b { color: var(--accent); font-weight: 900; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.45); color: var(--accent); font-size: 1.1rem; font-weight: 950; line-height: 1; transform: skew(-8deg); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 650; }
.main-nav a { color: rgba(255,255,255,.82); transition: color .2s; }
.main-nav a:hover { color: var(--white); }
.nav-cta { color: var(--ink); background: var(--accent); border: 0; border-radius: 999px; padding: 11px 18px; font-weight: 850; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: transparent; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; transition: transform .2s; }

.hero { position: relative; min-height: 760px; height: min(900px, 100svh); color: var(--white); overflow: hidden; background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,19,.94) 0%, rgba(4,10,19,.77) 38%, rgba(4,10,19,.22) 68%, rgba(4,10,19,.2) 100%), linear-gradient(0deg, rgba(4,10,19,.78) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 1; height: 100%; padding-top: 150px; display: flex; flex-direction: column; justify-content: center; }
.hero-copy { max-width: 660px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .19em; font-size: .74rem; font-weight: 850; color: rgba(255,255,255,.72); }
.eyebrow span { width: 26px; height: 2px; background: var(--accent); }
.eyebrow.dark { color: #596474; }
.hero h1 { margin: 0; max-width: 730px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.7rem, 7vw, 6.7rem); line-height: .92; letter-spacing: -.055em; font-weight: 500; }
.hero h1 em { color: var(--accent); font-weight: 400; }
.hero-intro { max-width: 570px; margin: 24px 0 30px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.search-panel { display: grid; grid-template-columns: 1.35fr 1fr 1fr auto; gap: 0; width: min(880px, 100%); border-radius: 15px; overflow: hidden; background: rgba(255,255,255,.96); box-shadow: 0 24px 60px rgba(0,0,0,.28); color: var(--ink); }
.search-field { min-width: 0; padding: 14px 20px 13px; border-right: 1px solid var(--line); }
.search-field label { display: block; margin-bottom: 2px; color: var(--muted); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.search-field select { width: 100%; border: 0; background: transparent; color: var(--ink); font-size: .95rem; font-weight: 800; outline: 0; }
.search-submit { border: 0; min-width: 164px; background: var(--accent); color: var(--ink); display: flex; align-items: center; justify-content: center; gap: 13px; font-weight: 900; }
.search-submit svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.hero-trust { margin: 36px 0 0; padding: 0; display: flex; gap: 54px; list-style: none; }
.hero-trust li { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 1.15rem; color: var(--white); }
.hero-trust span { color: rgba(255,255,255,.57); font-size: .78rem; }
.reveal { animation: rise .75s ease both; }
.search-panel.reveal { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 38px; }
.section-heading h2, .finance h2, .security h2, .trade-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
.section-heading h2 { max-width: 700px; font-size: clamp(2.5rem, 5vw, 4.35rem); }
.inventory-heading > p { margin: 0 0 8px; color: var(--muted); font-size: .9rem; }
.inventory-heading > p span { color: var(--ink); font-size: 1.25rem; font-weight: 900; }
.filter-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 26px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 1px solid var(--line); border-radius: 999px; padding: 9px 17px; color: #5b6573; background: transparent; font-size: .88rem; font-weight: 750; }
.chip.is-active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.sort-control { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .84rem; }
.sort-control select { padding: 9px 34px 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); font-weight: 750; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vehicle-card { min-width: 0; background: var(--white); border: 1px solid #e7e9e9; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 30px rgba(7,16,29,.04); transition: transform .25s, box-shadow .25s; }
.vehicle-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.vehicle-card[hidden] { display: none; }
.vehicle-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #dadddf; }
.vehicle-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.vehicle-card:hover .vehicle-media img { transform: scale(1.025); }
.vehicle-card:nth-child(3) .vehicle-media img { object-position: 69% center; }
.vehicle-tag { position: absolute; left: 15px; top: 15px; border-radius: 999px; padding: 7px 11px; color: var(--ink); background: var(--accent); font-size: .72rem; font-weight: 900; }
.vehicle-tag.muted { background: rgba(255,255,255,.9); }
.vehicle-tag.accent { background: #dbe5ff; color: #17398f; }
.favorite { position: absolute; right: 15px; top: 15px; width: 39px; height: 39px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); }
.favorite svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.favorite[aria-pressed="true"] { color: #a82634; }
.favorite[aria-pressed="true"] svg { fill: currentColor; }
.vehicle-body { padding: 23px; }
.vehicle-topline { display: flex; gap: 18px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.vehicle-topline span + span::before { content: "•"; margin-right: 18px; color: #aeb4ba; }
.vehicle-body h3 { margin: 7px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 500; letter-spacing: -.025em; }
.vehicle-body h3 b { font-family: inherit; color: var(--blue); font-weight: 600; }
.vehicle-specs { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.vehicle-specs li { padding: 5px 8px; border-radius: 6px; background: #f1f3f4; color: #596372; font-size: .7rem; font-weight: 700; }
.price-row { margin: 25px 0 19px; padding-top: 20px; border-top: 1px solid #e7e9ea; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.price-row div { display: flex; flex-direction: column; }
.price-row small { color: var(--muted); font-size: .68rem; }
.price-row strong { font-size: 1.27rem; letter-spacing: -.025em; }
.price-row > span { color: var(--blue); font-size: .74rem; font-weight: 850; }
.card-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.button { min-height: 47px; border-radius: 10px; border: 1px solid transparent; padding: 12px 17px; font-weight: 850; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: var(--accent-strong); }
.button-light { background: var(--white); color: var(--ink); }
.button-wide { width: 100%; }
.empty-state { text-align: center; padding: 55px 20px; border: 1px dashed #c8cdd2; border-radius: var(--radius); background: rgba(255,255,255,.45); }
.empty-state strong { font-size: 1.4rem; }
.empty-state p { margin: 5px 0 14px; color: var(--muted); }
.text-button { border: 0; padding: 0; background: transparent; color: var(--blue); font-weight: 850; text-decoration: underline; }
.inventory-note { margin: 22px 0 0; color: var(--muted); font-size: .74rem; }

.trust-band { padding: 54px 0; background: var(--ink); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.trust-grid article { display: flex; gap: 20px; padding: 2px 38px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border-right: 0; padding-right: 0; }
.trust-grid article > span { color: var(--accent); font-weight: 900; }
.trust-grid h3 { margin: 0 0 5px; font-size: 1rem; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .83rem; }

.finance { background: #e8eae5; }
.finance-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.finance-copy h2 { max-width: 600px; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.finance-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 1.05rem; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 950; }
.calculator { padding: 34px; border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.calculator-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.calculator-head div { display: flex; flex-direction: column; }
.calculator-head span { font-weight: 900; }
.calculator-head small { color: var(--muted); }
.secure-label { padding: 6px 9px; border-radius: 7px; background: #ecf5ed; color: #39734c; font-size: .7rem; }
.calculator > label { display: block; margin-bottom: 18px; color: #3e4854; font-size: .8rem; font-weight: 800; }
.calculator label > small { display: block; margin-top: 5px; color: var(--muted); font-weight: 500; }
.money-input { display: flex; align-items: center; margin-top: 7px; border: 1px solid var(--line); border-radius: 10px; background: #fafafa; }
.money-input > span { padding-left: 14px; color: var(--muted); font-weight: 700; }
.money-input input { width: 100%; border: 0; outline: 0; padding: 12px 14px 12px 8px; background: transparent; color: var(--ink); font-size: 1.05rem; font-weight: 850; }
.money-input:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(40,84,215,.12); }
.term-field { border: 0; margin: 5px 0 23px; padding: 0; }
.term-field legend { margin-bottom: 8px; color: #3e4854; font-size: .8rem; font-weight: 800; }
.term-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.term-options input { position: absolute; opacity: 0; pointer-events: none; }
.term-options span { display: block; padding: 10px; border: 1px solid var(--line); border-radius: 9px; text-align: center; color: var(--muted); font-weight: 850; }
.term-options input:checked + span { border-color: var(--ink); background: var(--ink); color: white; }
.term-options input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.estimate { display: flex; flex-direction: column; margin: 0 0 18px; padding: 19px; border-radius: 13px; background: var(--ink); color: white; }
.estimate > span { color: rgba(255,255,255,.61); font-size: .76rem; }
.estimate strong { color: var(--accent); font-size: 2rem; letter-spacing: -.03em; }
.estimate small { color: rgba(255,255,255,.58); }
.fine-print { margin: 12px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.45; }

.security { color: var(--white); background: #0b1728; }
.security-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.security-panel h2 { max-width: 690px; font-size: clamp(2.8rem, 5vw, 5rem); }
.security-panel > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.65); }
.shield { display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 30px; border: 1px solid rgba(242,169,59,.4); border-radius: 21px; background: rgba(242,169,59,.08); }
.shield svg { width: 42px; fill: none; stroke: var(--accent); stroke-width: 2.2; }
.security-link { display: inline-flex; gap: 9px; margin-top: 18px; color: var(--accent); font-weight: 850; }
.security-rules { border-top: 1px solid rgba(255,255,255,.13); }
.security-rules article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.security-rules strong { color: var(--accent); font-size: .78rem; }
.security-rules h3 { margin: 0 0 5px; font-size: 1rem; }
.security-rules p { margin: 0; color: rgba(255,255,255,.55); font-size: .83rem; }

.trade-cta { padding: 76px 0; color: white; background: var(--blue); }
.trade-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.trade-cta h2 { font-size: clamp(2.7rem, 5vw, 4.5rem); }
.trade-cta p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.7); }
.trade-cta .button { min-width: 220px; }

.site-footer { padding: 78px 0 28px; color: white; background: #050b14; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .8fr; gap: 50px; }
.footer-brand p { color: rgba(255,255,255,.52); }
.footer-grid h2 { margin: 2px 0 17px; color: rgba(255,255,255,.43); font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; }
.footer-grid p, .footer-grid a, .footer-grid button { margin: 0; color: rgba(255,255,255,.72); font-size: .84rem; }
.footer-grid button { width: fit-content; border: 0; padding: 0; background: none; }
.footer-grid a:hover, .footer-grid button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.mobile-bar { display: none; }

.modal { width: min(620px, calc(100% - 28px)); max-height: calc(100svh - 28px); border: 0; border-radius: 24px; padding: 0; color: var(--ink); background: transparent; }
.modal::backdrop { background: rgba(1,7,15,.72); backdrop-filter: blur(7px); }
.modal-card { position: relative; padding: 38px; background: var(--white); border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.modal-close { position: absolute; right: 16px; top: 16px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.5rem; line-height: 1; }
.modal-card h2 { margin: 0 50px 6px 0; font-family: Georgia, "Times New Roman", serif; font-size: 2.55rem; line-height: 1; font-weight: 500; letter-spacing: -.035em; }
.modal-meta { margin: 0 0 25px; color: var(--blue); font-weight: 800; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0; }
.detail-grid div { display: flex; flex-direction: column; padding: 14px; border-radius: 10px; background: #f1f3f2; }
.detail-grid span { color: var(--muted); font-size: .7rem; }
.detail-grid strong { font-size: .9rem; }
.modal-copy { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 24px; }
.form-grid label { color: #46505c; font-size: .76rem; font-weight: 800; }
.form-grid input { display: block; width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 9px; background: #fafafa; color: var(--ink); outline: 0; }
.form-grid input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(40,84,215,.12); }
.form-grid input[aria-invalid="true"] { border-color: #b73a46; }
.form-grid label:first-child { grid-column: span 2; }
.honeypot { position: absolute; left: -9999px; }
.consent { display: flex; gap: 10px; margin: 17px 0; color: var(--muted); font-size: .75rem; }
.consent input { flex: 0 0 auto; margin-top: 3px; accent-color: var(--blue); }
.form-error { min-height: 1.3em; margin: 0 0 8px; color: #a82f3d; font-size: .78rem; font-weight: 750; }
.form-success { margin-top: 24px; padding: 24px; border-radius: 13px; background: #edf6ee; color: #275a36; }
.form-success strong { font-size: 1.2rem; }
.form-success p { margin-bottom: 0; }

@media (max-width: 980px) {
  .main-nav { gap: 18px; }
  .main-nav a:nth-child(2) { display: none; }
  .hero { height: auto; min-height: 790px; }
  .hero-content { padding-top: 150px; padding-bottom: 50px; }
  .search-panel { grid-template-columns: repeat(3, 1fr); }
  .search-submit { grid-column: 1 / -1; min-height: 54px; }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicle-card:nth-child(3) { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .vehicle-card:nth-child(3) .vehicle-media { aspect-ratio: auto; }
  .trust-grid { grid-template-columns: 1fr; gap: 24px; }
  .trust-grid article, .trust-grid article:first-child, .trust-grid article:last-child { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .trust-grid article:last-child { padding-bottom: 0; border-bottom: 0; }
  .finance-layout, .security-layout { grid-template-columns: 1fr; gap: 55px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 15px; right: 15px; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(7,16,29,.98); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .main-nav.is-open { display: flex; }
  .main-nav a, .main-nav a:nth-child(2) { display: block; padding: 13px 12px; }
  .nav-cta { margin-top: 8px; }
  .hero { min-height: 900px; }
  .hero-image { object-position: 65% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(4,10,19,.48), rgba(4,10,19,.86) 41%, rgba(4,10,19,.97)); }
  .hero-content { justify-content: flex-end; padding-top: 120px; padding-bottom: 40px; }
  .hero h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  .hero-intro { font-size: 1rem; }
  .search-panel { grid-template-columns: 1fr; border-radius: 14px; }
  .search-field { border-right: 0; border-bottom: 1px solid var(--line); padding: 11px 16px; }
  .search-submit { grid-column: auto; min-height: 54px; }
  .hero-trust { gap: 15px; justify-content: space-between; }
  .hero-trust strong { font-size: .95rem; }
  .hero-trust span { max-width: 95px; font-size: .65rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2 { font-size: 2.75rem; }
  .inventory-heading > p { margin: -10px 0 0; }
  .filter-row { align-items: stretch; flex-direction: column; }
  .filter-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .filter-chips::-webkit-scrollbar { display: none; }
  .chip { flex: 0 0 auto; }
  .sort-control { justify-content: space-between; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-card:nth-child(3) { grid-column: auto; display: block; }
  .vehicle-card:nth-child(3) .vehicle-media { aspect-ratio: 4 / 3; }
  .trust-band { padding: 44px 0; }
  .finance-copy h2, .security-panel h2 { font-size: 2.85rem; }
  .calculator { padding: 24px 20px; border-radius: 20px; }
  .calculator-head { flex-direction: column; }
  .security-layout { gap: 42px; }
  .trade-inner { align-items: flex-start; flex-direction: column; }
  .trade-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; padding-bottom: 72px; }
  .mobile-bar { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 6px; padding: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(7,16,29,.94); backdrop-filter: blur(13px); box-shadow: 0 12px 35px rgba(0,0,0,.3); }
  .mobile-bar a, .mobile-bar button { min-height: 44px; display: grid; place-items: center; border: 0; border-radius: 9px; font-size: .8rem; font-weight: 850; }
  .mobile-bar a { color: white; }
  .mobile-bar button { background: var(--accent); color: var(--ink); }
  .modal-card { padding: 30px 20px 22px; }
  .modal-card h2 { font-size: 2.15rem; }
  .detail-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label:first-child { grid-column: auto; }
}

@media (max-width: 430px) {
  .brand { font-size: .82rem; letter-spacing: .13em; }
  .brand-mark { width: 32px; height: 32px; }
  .hero { min-height: 880px; }
  .hero-trust li:nth-child(2) { display: none; }
  .vehicle-body { padding: 20px; }
  .price-row { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}

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