:root {
  --navy: #0D1B2A;
  --navy-2: #142A3D;
  --gold: #C89D5B;
  --gold-dark: #A97B39;
  --beige: #F2E9D8;
  --beige-2: #FAF7F1;
  --slate: #5A6770;
  --text: #17232D;
  --muted: #66737C;
  --border: #DDE2E5;
  --white: #FFFFFF;
  --success: #2E6E4D;
  --danger: #8C3434;
  --shadow: 0 18px 45px rgba(13, 27, 42, .10);
  --shadow-soft: 0 10px 28px rgba(13, 27, 42, .07);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --header-h: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--gold-dark); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #1C73B8; outline-offset: 3px; }
::selection { background: var(--gold); color: var(--navy); }

h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 6vw, 4.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.45rem); }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.3rem; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 118px) 0; }
.section-muted { background: var(--beige-2); }
.section-heading { margin-bottom: 38px; }
.section-heading p { color: var(--muted); max-width: 760px; }
.centered { text-align: center; }
.centered p { margin-inline: auto; }
.centered-link { text-align: center; margin-top: 28px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.split-heading > div { max-width: 800px; }
.eyebrow { margin: 0 0 12px; color: var(--gold-dark) !important; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 99999; padding: 10px 16px; background: var(--navy); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.button,
.wp-element-button,
input[type="submit"] {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 2px solid var(--gold);
  border-radius: var(--radius-sm);
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover, .wp-element-button:hover, input[type="submit"]:hover { transform: translateY(-1px); color: var(--navy); background: #D7AF71; box-shadow: 0 8px 22px rgba(200,157,91,.28); }
.button-small { min-height: 44px; padding: 9px 16px; font-size: .85rem; white-space: nowrap; }
.button-light { border-color: white; background: white; color: var(--navy); }
.button-outline, .button-secondary { border-color: var(--navy); background: transparent; color: var(--navy); }
.button-outline:hover, .button-secondary:hover { background: var(--navy); color: white; }
.text-link { font-weight: 800; text-decoration: none; white-space: nowrap; }
.link-button { border: 0; padding: 0; background: none; color: inherit; text-decoration: underline; text-underline-offset: .18em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(13,27,42,.08);
  backdrop-filter: blur(12px);
  transition: height .2s ease, box-shadow .2s ease;
}
.site-header.is-compact { height: 74px; box-shadow: 0 8px 28px rgba(13,27,42,.08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand-wrap { flex: 0 0 auto; }
.site-logo, .custom-logo-link { display: block; text-decoration: none; }
.site-logo img, .custom-logo { width: auto; height: 64px; object-fit: contain; transition: height .2s ease; }
.is-compact .site-logo img, .is-compact .custom-logo { height: 50px; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul { display: flex; gap: 25px; align-items: center; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { color: var(--navy); font-size: .9rem; font-weight: 700; text-decoration: none; }
.primary-navigation a:hover { color: var(--gold-dark); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { display: flex; flex-direction: column; color: var(--navy); font-size: .72rem; text-decoration: none; line-height: 1.2; }
.header-phone strong { margin-top: 4px; font-size: .92rem; }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; border: 1px solid var(--border); border-radius: 12px; background: white; }
.menu-toggle span:not(.sr-only) { width: 22px; height: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.hero-section { position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background: url('../images/hero-placeholder.jpg') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,27,42,.88) 0%, rgba(13,27,42,.72) 42%, rgba(13,27,42,.10) 75%); }
.hero-content { position: relative; z-index: 2; padding-block: 80px; }
.hero-copy { max-width: 720px; color: white; }
.hero-copy h1 { color: white; }
.hero-copy > p:not(.eyebrow):not(.hero-note) { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 20px; }
.hero-note { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: .84rem; }

.trust-strip { position: relative; z-index: 3; margin-top: -28px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--border); box-shadow: var(--shadow); }
.trust-grid > div { min-height: 96px; display: flex; align-items: center; gap: 13px; padding: 22px; background: white; }
.trust-grid strong { font-size: .9rem; }
.trust-icon { width: 37px; height: 37px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--beige); color: var(--gold-dark); font-weight: 900; }

.notice-card, .content-card, .review-card, .policy-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); }

/* Fleet plugin front-end */
.tolia-fleet-wrap { width: 100%; }
.tolia-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 26px; }
.tolia-filter { min-height: 42px; padding: 8px 15px; border: 1px solid var(--border); border-radius: 999px; background: white; color: var(--navy); font-weight: 700; }
.tolia-filter:hover, .tolia-filter.is-active { border-color: var(--navy); background: var(--navy); color: white; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.vehicle-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.vehicle-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.vehicle-card[hidden] { display: none; }
.vehicle-card-media { position: relative; aspect-ratio: 3/2; overflow: hidden; background: var(--beige); }
.vehicle-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.vehicle-card:hover .vehicle-card-media img { transform: scale(1.025); }
.status-pill { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--success); font-size: .72rem; font-weight: 800; box-shadow: 0 5px 14px rgba(13,27,42,.12); }
.status-pill.unavailable, .status-pill.in-service { color: var(--danger); }
.vehicle-card-body { padding: 22px; }
.vehicle-card-category { margin: 0 0 7px; color: var(--gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.vehicle-card h3 { min-height: 2.25em; margin-bottom: 13px; font-size: 1.24rem; }
.vehicle-card h3 a { text-decoration: none; }
.vehicle-specs { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 14px; margin: 0 0 18px; padding: 0; list-style: none; color: var(--slate); font-size: .82rem; }
.vehicle-specs li { display: flex; gap: 6px; }
.vehicle-specs li::before { content: '•'; color: var(--gold); font-weight: 900; }
.vehicle-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--border); padding-top: 17px; }
.vehicle-rate { display: flex; flex-direction: column; line-height: 1.1; }
.vehicle-rate span { color: var(--muted); font-size: .69rem; }
.vehicle-rate strong { color: var(--navy); font-size: 1.2rem; }
.vehicle-card-actions { display: flex; gap: 8px; }
.vehicle-card-actions .button { min-height: 42px; padding: 8px 12px; font-size: .75rem; }
.empty-fleet { padding: 30px; border: 1px dashed var(--border); border-radius: var(--radius); text-align: center; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { position: relative; padding: 34px 30px; border: 1px solid var(--border); border-radius: var(--radius); background: white; }
.step-card > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--navy); color: white; font-weight: 800; }
.step-card p { color: var(--muted); margin-bottom: 0; }
.two-column { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(45px, 8vw, 95px); }
.check-list { margin: 24px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 0 0 13px; padding-left: 31px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--gold-dark); font-weight: 900; }
.brand-panel { padding: clamp(28px,5vw,52px); border-radius: 28px; background: var(--beige); }
.brand-panel img { max-height: 360px; margin-inline: auto; object-fit: contain; }
.brand-panel p { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid rgba(13,27,42,.12); color: var(--slate); }

.locations-section { background: var(--navy); color: rgba(255,255,255,.82); }
.locations-section h2, .locations-section h3, .locations-section .text-link { color: white; }
.locations-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.map-card { min-height: 510px; overflow: hidden; border-radius: var(--radius); background: #e3e7e7; }
.map-card iframe { width: 100%; height: 100%; min-height: 510px; border: 0; filter: saturate(.75) contrast(.95); }
.location-list { display: grid; gap: 12px; }
.location-list article { padding: 21px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); }
.location-list h3 { margin-bottom: 7px; font-size: 1.05rem; }
.location-list p { margin: 0; font-size: .9rem; }
.review-placeholder { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.review-card span { display: block; margin-bottom: 12px; color: var(--gold); letter-spacing: .2em; }
.review-card strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 1.15rem; }
.review-card p { margin: 0; color: var(--muted); }

.tolia-faq-list { display: grid; gap: 12px; }
.tolia-faq-list details { border: 1px solid var(--border); border-radius: 14px; background: white; }
.tolia-faq-list summary { position: relative; padding: 20px 54px 20px 22px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.tolia-faq-list summary::-webkit-details-marker { display: none; }
.tolia-faq-list summary::after { content: '+'; position: absolute; right: 22px; top: 17px; font-size: 1.55rem; font-weight: 500; }
.tolia-faq-list details[open] summary::after { content: '–'; }
.tolia-faq-answer { padding: 0 22px 20px; color: var(--slate); }
.tolia-faq-answer p:last-child { margin-bottom: 0; }
.draft-warning, .policy-draft-notice { padding: 13px 15px; border-left: 4px solid var(--gold); background: var(--beige); color: var(--navy); font-size: .82rem; }

.final-cta { padding: 75px 0; background: var(--gold); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.final-cta h2 { max-width: 820px; margin-bottom: 13px; }
.final-cta p { margin: 0; color: rgba(13,27,42,.75); }
.cta-actions { display: flex; flex-direction: column; min-width: 230px; gap: 11px; }
.final-cta .button { border-color: var(--navy); background: var(--navy); color: white; }
.final-cta .button:hover { color: white; }
.final-cta .button-light { background: white; color: var(--navy); }

.page-main { min-height: 60vh; }
.page-hero { padding: clamp(75px, 9vw, 120px) 0; background: linear-gradient(135deg, var(--beige-2), var(--beige)); }
.page-hero p { max-width: 790px; color: var(--slate); font-size: 1.05rem; }
.page-content { padding-top: 65px; padding-bottom: 95px; }
.page-content > * { max-width: 100%; }
.page-content h2 { margin-top: 1.5em; font-size: clamp(1.6rem,3vw,2.25rem); }
.page-content h3 { margin-top: 1.4em; }
.page-content table { width: 100%; border-collapse: collapse; }
.page-content th, .page-content td { padding: 12px; border: 1px solid var(--border); text-align: left; }
.page-content .wp-block-button { margin: 24px 0; }
.content-card { margin-bottom: 24px; }

/* Forms */
.tolia-form { display: grid; gap: 20px; }
.tolia-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.tolia-form-field { display: grid; gap: 7px; }
.tolia-form-field.full { grid-column: 1/-1; }
.tolia-form label { color: var(--navy); font-size: .86rem; font-weight: 800; }
.tolia-form input, .tolia-form select, .tolia-form textarea {
  width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #AEB9C0; border-radius: 10px; background: white; color: var(--text);
}
.tolia-form textarea { min-height: 140px; resize: vertical; }
.tolia-form input:focus, .tolia-form select:focus, .tolia-form textarea:focus { border-color: #1C73B8; box-shadow: 0 0 0 3px rgba(28,115,184,.13); outline: none; }
.form-note { color: var(--muted); font-size: .82rem; }
.form-status { padding: 14px 16px; border-radius: 10px; font-weight: 700; }
.form-status.success { background: #E7F4EC; color: #1F5B3D; }
.form-status.error { background: #FAE9E9; color: #7F2929; }
.tolia-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

/* Vehicle detail */
.vehicle-hero-section { padding: clamp(45px, 7vw, 80px) 0; background: var(--beige-2); }
.vehicle-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(35px,5vw,70px); align-items: center; }
.vehicle-gallery img { width: 100%; aspect-ratio: 8/5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-placeholder-note { margin: 10px 0 0; color: var(--muted); font-size: .76rem; }
.availability-badge { display: inline-flex; margin-bottom: 22px; padding: 8px 12px; border-radius: 999px; background: #E7F4EC; color: var(--success); font-size: .78rem; font-weight: 800; }
.vehicle-price { display: flex; align-items: baseline; gap: 7px; margin: 0 0 18px; }
.vehicle-price strong { color: var(--navy); font-size: clamp(2rem,4vw,3rem); line-height: 1; }
.vehicle-price span { color: var(--slate); }
.price-disclaimer { color: var(--muted); font-size: .78rem; }
.vehicle-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 18px; }
.callout { padding: 16px; border-radius: 12px; background: white; color: var(--slate); }
.vehicle-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: clamp(35px,6vw,80px); align-items: start; }
.spec-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-bottom: 36px; }
.spec-grid > div { padding: 17px; border: 1px solid var(--border); border-radius: 12px; background: white; }
.spec-grid span { display: block; color: var(--muted); font-size: .72rem; }
.spec-grid strong { display: block; color: var(--navy); font-size: .92rem; }
.two-col-list { columns: 2; column-gap: 35px; }
.policy-card { position: sticky; top: 95px; }
.policy-card h2 { font-size: 1.5rem; }
.policy-card dl { margin: 0; }
.policy-card dt { margin-top: 15px; color: var(--navy); font-weight: 800; }
.policy-card dd { margin: 4px 0 0; color: var(--slate); }
.sticky-vehicle-cta { display: none; }

.site-footer { padding: 75px 0 20px; background: #07121D; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .9fr .9fr; gap: 46px; }
.footer-logo img { max-width: 250px; height: auto; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 410px; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; }
.footer-contact a { color: white; font-weight: 700; }
.site-footer h2 { color: white; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 0 0 9px; }
.site-footer a { color: rgba(255,255,255,.8); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.business-hours { margin-top: 22px; font-size: .84rem; }
.footer-legal { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer-legal p { margin: 0; }
.legal-links { display: flex; flex-wrap: wrap; gap: 14px; }
.site-footer .link-button { color: rgba(255,255,255,.8); }
.mobile-action-bar { display: none; }

.cookie-banner { position: fixed; z-index: 3000; left: 20px; right: 20px; bottom: 20px; max-width: 930px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px; border: 1px solid var(--border); border-radius: 16px; background: white; box-shadow: 0 25px 80px rgba(13,27,42,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }
.cookie-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.cookie-actions .button { min-height: 42px; padding: 8px 13px; font-size: .75rem; }

@media (max-width: 1050px) {
  .header-phone { display: none; }
  .primary-navigation ul { gap: 17px; }
  .primary-navigation a { font-size: .82rem; }
  .vehicle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  :root { --header-h: 76px; }
  body { padding-bottom: 66px; }
  .container, .narrow { width: min(100% - 28px, var(--container)); }
  .site-header, .site-header.is-compact { height: 76px; }
  .site-logo img, .custom-logo, .is-compact .site-logo img, .is-compact .custom-logo { height: 50px; }
  .menu-toggle { display: flex; margin-left: auto; }
  .primary-navigation { position: fixed; inset: 76px 0 auto 0; display: none; max-height: calc(100vh - 76px); overflow: auto; padding: 18px 20px 28px; border-top: 1px solid var(--border); background: white; box-shadow: 0 18px 35px rgba(13,27,42,.12); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { display: grid; gap: 0; }
  .primary-navigation li { border-bottom: 1px solid var(--border); }
  .primary-navigation a { display: block; padding: 15px 2px; font-size: 1rem; }
  .header-actions { display: none; }
  .hero-section { min-height: 690px; align-items: end; }
  .hero-media { background-position: 60% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(13,27,42,.96) 0%, rgba(13,27,42,.76) 58%, rgba(13,27,42,.15) 100%); }
  .hero-content { padding-block: 240px 52px; }
  .hero-copy h1 { font-size: clamp(2.3rem,10vw,3.4rem); }
  .hero-actions .button { flex: 1 1 180px; }
  .trust-strip { margin-top: 0; background: white; }
  .trust-grid { grid-template-columns: repeat(2,1fr); margin-top: 0; border-radius: 0; box-shadow: none; }
  .trust-grid > div { min-height: 86px; padding: 17px; }
  .split-heading { align-items: start; flex-direction: column; gap: 5px; }
  .vehicle-grid, .steps-grid, .two-column, .locations-grid, .review-placeholder, .vehicle-hero-grid, .vehicle-content-grid { grid-template-columns: 1fr; }
  .vehicle-card h3 { min-height: 0; }
  .locations-grid { gap: 18px; }
  .map-card, .map-card iframe { min-height: 360px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .cta-actions { min-width: 0; }
  .spec-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .policy-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
  .mobile-action-bar { position: fixed; z-index: 2000; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; border-top: 1px solid var(--border); background: white; box-shadow: 0 -10px 30px rgba(13,27,42,.10); }
  .mobile-action-bar a { display: grid; place-items: center; color: var(--navy); font-size: .77rem; font-weight: 800; text-decoration: none; }
  .mobile-action-bar a.primary { background: var(--gold); }
  .sticky-vehicle-cta { display: none !important; }
  .cookie-banner { bottom: 78px; align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .section { padding: 65px 0; }
  .hero-content { padding-top: 255px; }
  .hero-copy > p:not(.eyebrow):not(.hero-note) { font-size: 1rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-card-footer { align-items: stretch; flex-direction: column; }
  .vehicle-card-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .vehicle-card-actions .button { width: 100%; }
  .tolia-form-grid { grid-template-columns: 1fr; }
  .tolia-form-field.full { grid-column: auto; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .two-col-list { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }
  .cookie-actions { grid-template-columns: 1fr; }
  .legal-links { display: grid; gap: 8px; }
}

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