:root {
  --ink: #14201d;
  --ink-2: #23322e;
  --muted: #65716d;
  --cream: #f5f2ea;
  --sand: #e9e3d7;
  --paper: #fff;
  --line: #dedfd9;
  --accent: #c8ff3d;
  --accent-dark: #96c51e;
  --whatsapp: #25d366;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(18, 32, 28, .11);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.5vw, 6.1rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 4vw, 4rem); }
h3 { font-size: 1.2rem; }
p { color: var(--muted); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section--light { background: #f8f8f5; }
.section--sand { background: var(--cream); }
.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: -60px; padding: 12px 18px; background: var(--accent); color: var(--ink); font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.demo-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 6px 20px; background: var(--accent); color: var(--ink); font-size: .78rem; letter-spacing: .02em; text-align: center; }
.demo-bar strong { text-transform: uppercase; font-size: .7rem; letter-spacing: .13em; }
.site-header { position: sticky; z-index: 100; top: 0; height: 78px; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(20, 32, 29, .08); transition: box-shadow .2s ease; backdrop-filter: blur(14px); }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(12, 30, 24, .08); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--accent); font-size: 1.25rem; font-weight: 900; letter-spacing: -.08em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; letter-spacing: .03em; text-transform: uppercase; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .63rem; letter-spacing: .25em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.button) { position: relative; padding: 28px 0; font-size: .92rem; font-weight: 650; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--accent-dark); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.active::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: var(--cream); }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: .9rem; line-height: 1.15; text-align: center; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 10px 18px; }
.button--accent { background: var(--accent); color: var(--ink); box-shadow: 0 10px 25px rgba(172, 222, 44, .16); }
.button--accent:hover { background: #d3ff65; }
.button--dark { background: var(--ink); color: white; }
.button--light { background: white; color: var(--ink); }
.button--ghost { color: white; border-color: rgba(255, 255, 255, .45); background: rgba(255,255,255,.06); }
.button--ghost:hover { border-color: white; background: rgba(255,255,255,.13); }
.button--outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.button--whatsapp { background: var(--whatsapp); color: #092e17; }
.button--full { width: 100%; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--ink); font-weight: 800; border-bottom: 1px solid var(--ink); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow { margin-bottom: 13px; color: #789416; font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow--light { color: var(--accent); }
.lead { font-size: 1.12rem; line-height: 1.7; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero__media { position: absolute; inset: 0; background: url("../images/hero-citycar.jpg") center 55% / cover no-repeat; filter: saturate(.75); transform: scale(1.01); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 24, 20, .94) 0%, rgba(11, 24, 20, .76) 44%, rgba(11, 24, 20, .2) 76%, rgba(11, 24, 20, .08) 100%), linear-gradient(0deg, rgba(11, 24, 20, .4), transparent 50%); }
.hero__content { position: relative; z-index: 1; padding: 90px 0 70px; }
.hero h1 { max-width: 850px; margin: 0 0 28px; color: white; }
.hero h1 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.055em; }
.hero__lead { max-width: 610px; margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: 1.17rem; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 25px; padding: 0; margin: 42px 0 0; color: rgba(255,255,255,.8); list-style: none; font-size: .84rem; }
.hero__proof span { margin-right: 6px; color: var(--accent); font-weight: 900; }

.trust-strip { padding: 27px 0; background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.11); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 17px; padding: 3px 34px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { color: var(--accent); font: italic 400 1.7rem Georgia, serif; }
.trust-grid p { margin: 0; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: white; font-size: .92rem; }
.trust-grid small { margin-top: 2px; color: rgba(255,255,255,.55); font-size: .74rem; }

.section-heading { margin-bottom: 46px; }
.section-heading--split { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.section-heading--split h2 { max-width: 720px; margin-bottom: 0; }
.section-heading--split p { margin-bottom: 12px; }
.section-heading--center { max-width: 720px; margin-inline: auto; text-align: center; }
.car-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.car-grid--two { grid-template-columns: repeat(2, 1fr); }
.car-card { min-width: 0; overflow: hidden; background: white; border: 1px solid #e6e7e2; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(20,32,29,.04); transition: transform .25s ease, box-shadow .25s ease; }
.car-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.car-card__image { position: relative; display: block; aspect-ratio: 1.42; overflow: hidden; background: var(--sand); }
.car-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.car-card:hover .car-card__image img { transform: scale(1.035); }
.demo-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 11px; background: var(--accent); color: var(--ink); border-radius: 999px; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 6px 14px rgba(0,0,0,.12); }
.demo-badge--large { top: 22px; left: 22px; }
.car-card__body { padding: 24px; }
.car-card__body .eyebrow { margin-bottom: 8px; }
.car-card__body h3 { min-height: 2.45em; margin-bottom: 19px; font-size: 1.28rem; }
.car-card__body h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.car-card__facts { display: flex; flex-wrap: wrap; gap: 7px 18px; padding-bottom: 22px; margin-bottom: 19px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .8rem; }
.car-card__facts span::before { content: "•"; margin-right: 7px; color: var(--accent-dark); }
.car-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.car-card__bottom strong { font-size: 1.25rem; }
.car-card__bottom .text-link { font-size: .77rem; }
.demo-note { margin: 28px 0 0; padding: 15px 18px; color: #6a684e; background: #f7f3da; border: 1px solid #e7dfae; border-radius: 10px; font-size: .78rem; }

.why-section { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 90px; align-items: center; }
.why-image { position: relative; min-height: 580px; overflow: hidden; border-radius: 6px 80px 6px 6px; background: var(--cream); }
.why-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; filter: saturate(.7); }
.image-note { position: absolute; left: 0; right: 25%; bottom: 0; padding: 27px 30px; color: white; background: rgba(20,32,29,.93); }
.image-note strong, .image-note span { display: block; }
.image-note span { margin-top: 4px; color: rgba(255,255,255,.65); font-size: .82rem; }
.why-copy { max-width: 580px; }
.why-copy > .lead { margin-bottom: 32px; }
.feature-list { margin: 0 0 35px; }
.feature-list article { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.feature-list article > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--ink); background: var(--accent); border-radius: 50%; font-weight: 900; }
.feature-list h3, .feature-list p { margin-bottom: 4px; }
.feature-list p { font-size: .88rem; }

.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: #d9d5ca; border-radius: var(--radius); }
.process-grid article { padding: 38px; background: var(--paper); }
.process-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 50px; border: 1px solid var(--line); border-radius: 50%; color: #799117; font: italic 400 1.1rem Georgia, serif; }
.process-grid h3 { font-size: 1.4rem; }
.process-grid p { margin-bottom: 0; font-size: .9rem; }

.page-hero { min-height: 370px; display: flex; align-items: center; position: relative; overflow: hidden; color: white; background: var(--ink); }
.page-hero::after { content: "M"; position: absolute; right: 4%; bottom: -48%; color: rgba(200,255,61,.05); font-size: 34rem; font-weight: 900; line-height: 1; }
.page-hero .container { position: relative; z-index: 1; padding-block: 70px; }
.page-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(2.8rem, 6vw, 5.2rem); }
.page-hero p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.page-hero--about { min-height: 510px; }
.page-hero--simple { min-height: 270px; }

.stock-section { background: #f8f8f5; }
.stock-layout { display: grid; grid-template-columns: 280px 1fr; gap: 55px; align-items: start; }
.filters { position: sticky; top: 102px; padding: 27px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.filter-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px; }
.filter-heading .eyebrow, .filter-heading h2 { margin-bottom: 0; }
.filter-heading h2 { font-size: 1.55rem; }
.filter-heading > a { color: var(--muted); font-size: .72rem; text-decoration: underline; }
.filters label, .contact-form > label, .form-row label { display: block; margin-bottom: 18px; color: var(--ink); font-size: .78rem; font-weight: 800; }
.filters select, .contact-form input, .contact-form textarea, .results-bar select { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); background: white; border: 1px solid #d6d9d4; border-radius: 9px; outline: none; }
.filters select:focus, .contact-form input:focus, .contact-form textarea:focus, .results-bar select:focus { border-color: #83a517; box-shadow: 0 0 0 3px rgba(153,195,38,.16); }
.results-bar { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.results-bar p { margin: 0; }
.results-bar label { display: flex; align-items: center; gap: 12px; font-size: .77rem; font-weight: 700; }
.results-bar select { width: auto; min-width: 180px; margin-top: 0; padding: 9px 34px 9px 11px; }
.empty-state { padding: 85px 30px; text-align: center; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.empty-state > span { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 20px; background: var(--accent); border-radius: 50%; font-size: 1.5rem; }
.empty-state h2 { font-size: 2rem; }
.empty-state .button-row { justify-content: center; margin-top: 25px; }

.breadcrumb-bar { padding: 15px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.breadcrumb-bar .container { display: flex; gap: 10px; align-items: center; overflow: hidden; white-space: nowrap; color: var(--muted); font-size: .75rem; }
.breadcrumb-bar a:hover { color: var(--ink); text-decoration: underline; }
.vehicle-section { padding: 45px 0 70px; }
.vehicle-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 48px; align-items: start; }
.vehicle-media { position: relative; height: min(650px, 62vw); min-height: 450px; overflow: hidden; background: var(--cream); border-radius: var(--radius); }
.vehicle-media img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-summary { position: sticky; top: 115px; padding: 15px 0; }
.vehicle-summary h1 { margin-bottom: 10px; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.vehicle-price { margin: 23px 0 0; color: var(--ink); font-size: 2.1rem; font-weight: 900; letter-spacing: -.035em; }
.price-note { font-size: .75rem; }
.key-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 28px 0; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 12px; }
.key-facts div { padding: 16px; background: white; }
.key-facts span, .key-facts strong { display: block; }
.key-facts span { margin-bottom: 3px; color: var(--muted); font-size: .67rem; }
.key-facts strong { font-size: .83rem; }
.vehicle-summary .button { margin-bottom: 10px; }
.summary-help { margin: 9px 0 0; font-size: .78rem; text-align: center; }
.summary-help a { color: var(--ink); font-weight: 800; text-decoration: underline; }
.vehicle-info { background: #f8f8f5; }
.info-grid { display: grid; grid-template-columns: 1fr 400px; gap: 100px; }
.info-grid > div > h2 { max-width: 670px; }
.demo-callout { margin-bottom: 35px; padding: 20px 22px; color: #4b4b33; background: #f6f2cf; border-left: 4px solid #c9bd55; border-radius: 6px; }
.demo-callout p { margin: 5px 0 0; color: #68664b; font-size: .85rem; }
.subheading { margin: 45px 0 20px; font-size: 1.4rem; }
.equipment-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 25px; padding: 0; list-style: none; }
.equipment-list li { display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: .9rem; }
.equipment-list span { color: #769613; font-weight: 900; }
.spec-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.spec-card h2 { font-size: 1.65rem; }
.spec-card dl { margin: 0; }
.spec-card dl div { display: grid; grid-template-columns: 1fr 1.25fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .79rem; }
.spec-card dl div:last-child { border-bottom: 0; }
.spec-card dt { color: var(--muted); }
.spec-card dd { margin: 0; font-weight: 700; text-align: right; }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.story-grid h2 { margin-bottom: 0; }
.story-grid p:not(.lead) { max-width: 650px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.values-grid article { padding: 35px; background: white; border-radius: var(--radius); }
.values-grid article > span { display: block; margin-bottom: 55px; color: #799117; font: italic 400 1.5rem Georgia, serif; }
.values-grid h3 { font-size: 1.5rem; }
.values-grid p { margin: 0; font-size: .9rem; }
.promise { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.promise ul { padding: 0; margin: 0; list-style: none; }
.promise li { display: flex; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.promise li span { color: #779615; font-weight: 900; }

.contact-section { background: #f8f8f5; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.contact-copy h2 { max-width: 500px; }
.contact-options { margin: 35px 0; }
.contact-options > a { position: relative; display: block; padding: 19px 45px 19px 0; border-top: 1px solid var(--line); }
.contact-options > a::after { content: "→"; position: absolute; right: 3px; top: 28px; }
.contact-options > a:hover::after { right: 0; }
.contact-options span, .contact-options strong, .contact-options small { display: block; }
.contact-options span { color: #789416; font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-options strong { margin: 4px 0; }
.contact-options small { color: var(--muted); }
.visit-card { padding: 25px; background: var(--ink); color: white; border-radius: var(--radius); }
.visit-card p { margin-bottom: 7px; color: rgba(255,255,255,.65); font-size: .84rem; }
.form-card { padding: 42px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 20px 55px rgba(20,32,29,.07); }
.form-card h2 { font-size: 2.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea { resize: vertical; font-weight: 400; }
.contact-form textarea { min-height: 145px; }
.check-label { display: grid !important; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; font-weight: 400 !important; line-height: 1.5; }
.check-label input { width: 18px; margin-top: 2px; }
.check-label a { text-decoration: underline; }
.form-note { margin: 12px 0 0; font-size: .68rem; text-align: center; }
.hp-field { position: absolute !important; left: -9999px !important; }
.alert { margin-bottom: 25px; padding: 18px 20px; border-radius: 10px; font-size: .86rem; }
.alert p, .alert ul { margin: 5px 0 0; }
.alert--success { color: #155329; background: #e3f7e8; border: 1px solid #a6dfb4; }
.alert--success p { color: #2c6b3e; }
.alert--error { color: #742121; background: #fdebea; border: 1px solid #efbbb6; }

.prose { max-width: 800px; }
.prose h2 { margin: 45px 0 12px; font-size: 1.75rem; }
.prose a { text-decoration: underline; }
.error-page { min-height: 650px; display: grid; place-items: center; padding: 90px 0; background: var(--cream); text-align: center; }
.error-page h1 { max-width: 850px; margin-inline: auto; font-size: clamp(3rem, 7vw, 6rem); }
.error-page p { max-width: 600px; margin-inline: auto; }
.error-page .button-row { justify-content: center; margin-top: 30px; }

.footer-cta { padding: 67px 0; background: var(--ink); }
.footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.footer-cta h2 { margin-bottom: 10px; color: white; font-size: clamp(2rem, 4vw, 3.25rem); }
.footer-cta p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.58); }
.site-footer { padding: 70px 0 25px; color: white; background: #0b1210; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr .8fr .9fr; gap: 55px; padding-bottom: 60px; }
.brand--footer .brand-mark { background: var(--accent); color: var(--ink); }
.brand--footer strong { color: white; }
.brand--footer small { color: rgba(255,255,255,.45); }
.footer-intro { max-width: 260px; margin-top: 22px; color: rgba(255,255,255,.48); font-size: .85rem; }
.site-footer h3 { margin-bottom: 20px; color: white; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-list { padding: 0; margin: 0; list-style: none; }
.footer-list li { margin-bottom: 10px; color: rgba(255,255,255,.55); font-size: .78rem; }
.footer-list a:hover { color: var(--accent); }
.footer-list--muted li { color: rgba(255,255,255,.38); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; color: rgba(255,255,255,.33); border-top: 1px solid rgba(255,255,255,.08); font-size: .7rem; }
.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 12px 17px; background: var(--whatsapp); color: #0b361a; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: .76rem; font-weight: 900; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }

@media (max-width: 1050px) {
  .main-nav { gap: 20px; }
  .section { padding: 85px 0; }
  .why-grid, .contact-grid { gap: 55px; }
  .stock-layout { grid-template-columns: 245px 1fr; gap: 30px; }
  .car-grid--two { grid-template-columns: 1fr; }
  .vehicle-grid { grid-template-columns: 1.25fr .75fr; gap: 30px; }
  .info-grid { grid-template-columns: 1fr 340px; gap: 55px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .demo-bar { gap: 5px; flex-direction: column; line-height: 1.15; }
  .site-header { height: 68px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 102px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 25px; background: white; overflow-y: auto; }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .main-nav > a:not(.button)::after { display: none; }
  .nav-cta { margin-top: 22px; }
  .hero { min-height: 700px; }
  .hero__media { background-position: 62% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(11,24,20,.93), rgba(11,24,20,.54)), linear-gradient(0deg, rgba(11,24,20,.55), transparent); }
  .hero__proof { gap: 12px; flex-direction: column; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-heading--split, .why-grid, .story-grid, .promise, .contact-grid, .vehicle-grid, .info-grid { grid-template-columns: 1fr; gap: 45px; }
  .car-grid { grid-template-columns: 1fr 1fr; }
  .why-image { min-height: 500px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article > span { margin-bottom: 25px; }
  .stock-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .car-grid--two { grid-template-columns: 1fr 1fr; }
  .vehicle-media { height: 70vw; min-height: 420px; }
  .vehicle-summary { position: static; }
  .info-grid { gap: 55px; }
  .spec-card { max-width: 550px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article > span { margin-bottom: 30px; }
  .footer-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.35rem; }
  .section { padding: 70px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: .88rem; }
  .hero { min-height: 720px; }
  .hero__content { padding: 75px 0 55px; }
  .hero__lead { font-size: 1rem; }
  .hero .button-row, .footer-cta .button-row { align-items: stretch; flex-direction: column; }
  .hero .button, .footer-cta .button { width: 100%; }
  .page-hero { min-height: 330px; }
  .page-hero--about { min-height: 440px; }
  .car-grid, .car-grid--two { grid-template-columns: 1fr; }
  .why-image { min-height: 420px; border-radius: 6px 50px 6px 6px; }
  .image-note { right: 10%; }
  .results-bar { align-items: flex-start; flex-direction: column; }
  .results-bar form, .results-bar label, .results-bar select { width: 100%; }
  .vehicle-section { padding-top: 25px; }
  .vehicle-media { height: 95vw; min-height: 350px; }
  .equipment-list { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp span:last-child { display: none; }
  .floating-whatsapp { width: 50px; height: 50px; justify-content: center; padding: 0; font-size: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
