:root {
  --page-shell: min(1260px, calc(100% - 96px));
  --section-space: clamp(92px, 9vw, 128px);
  --section-space-small: clamp(64px, 7vw, 92px);
  --content-width: 860px;
  --soft-line: rgba(13, 14, 15, .12);
  --premium-ease: cubic-bezier(.2, .75, .15, 1);
  --heading-font: "Helvetica Neue", Inter, Arial, sans-serif;
}

/* Clear, contemporary typography across every page */
h1, h2, h3, h4 {
  font-family: var(--heading-font) !important;
  font-style: normal;
  font-kerning: auto;
  font-feature-settings: "kern" 1;
  letter-spacing: normal;
}

.admin-entry-page {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background: #0b0d0e;
  color: #d7d3cc;
}
.admin-entry-shell {
  display: grid;
  justify-items: center;
  gap: 18px;
  opacity: .72;
}
.admin-entry-shell img { width: min(320px, 68vw); height: auto; }
.admin-entry-shell p { margin: 0; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }

/* Fahrzeugtitel, Adminsuche und ruhige Touch-Zustände */
.vehicle-card {
  -webkit-tap-highlight-color: transparent;
}
.vehicle-card:focus,
.vehicle-card:focus-visible {
  outline: none !important;
}
.vehicle-card h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vehicle-card h3 small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-vehicle-search {
  position: relative;
  display: grid;
  margin-bottom: 16px;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #fff;
  border: 1px solid #dedad2;
}
.admin-vehicle-search > span {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 1;
  color: #817d76;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.admin-vehicle-search input {
  height: 62px;
  padding: 22px 16px 6px;
  border: 0;
  background: transparent;
}
.admin-vehicle-search small {
  padding: 0 16px;
  color: #8a867f;
  font-size: 9px;
  white-space: nowrap;
}
.admin-search-empty {
  margin: 0;
  padding: 34px 20px;
  color: #77736d;
  text-align: center;
}
.admin-sale-price-mobile { display: none; }

@media (max-width: 860px) {
  .home-opening-line {
    justify-content: space-between;
    gap: 11px;
  }
  .home-opening-line #opening-status,
  .home-opening-line .home-opening-hours,
  .home-opening-line .topbar__meta {
    overflow: hidden;
    font-size: 6px;
    letter-spacing: .07em;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-opening-line .home-opening-hours,
  .home-opening-line .topbar__meta {
    display: block !important;
    color: rgba(255,255,255,.48);
  }
  .home-opening-line #opening-status {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }
  .home-opening-line .home-opening-hours,
  .home-opening-line .topbar__meta {
    flex: 0 1 auto;
    min-width: 0;
    text-align: right;
  }
}

@media (max-width: 620px) {
  .admin-vehicle-search {
    grid-template-columns: 1fr;
  }
  .admin-vehicle-search input {
    height: 58px;
    padding-right: 12px;
  }
  .admin-vehicle-search small {
    padding: 0 16px 9px;
  }
  .admin-sale-price-mobile {
    display: flex;
    margin-top: 8px;
    align-items: baseline;
    gap: 7px;
  }
  .admin-sale-price-mobile small {
    color: #8c8881;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .admin-sale-price-mobile strong {
    color: #111315;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .home-opening-line { gap: 7px; }
  .home-opening-line #opening-status,
  .home-opening-line .home-opening-hours,
  .home-opening-line .topbar__meta { font-size: 5.4px; letter-spacing: .04em; }
}
h1, h2 { font-weight: 500; }
h3, h4 { font-weight: 600 !important; }
.hero h1,
.home-hero h1,
.inner-hero h1,
.section-heading h2,
.about h2,
.contact h2,
.split-feature h2,
.home-promise h2,
.content-split h2,
.finance-copy h2,
.contact-information h2,
.page-cta h2 {
  letter-spacing: normal;
}
.home-service-card h2 { letter-spacing: normal; }

@view-transition { navigation: auto; }
::view-transition-old(root) { animation: page-out .28s var(--premium-ease) both; }
::view-transition-new(root) { animation: page-in .5s var(--premium-ease) both; }

html { scroll-padding-top: 92px; }
body {
  animation: page-in .5s var(--premium-ease) both;
  transition: opacity .26s ease, transform .26s var(--premium-ease);
}
body.page-leaving { opacity: 0; transform: translateY(6px); pointer-events: none; }
body.page-leaving::after {
  position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 2px; content: "";
  background: linear-gradient(90deg, transparent, #d7be91, transparent);
  transform-origin: left; animation: loading-line .28s ease both;
}
.bot-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.privacy-notice { position: fixed; z-index: 290; right: 22px; bottom: 22px; left: 22px; display: flex; width: min(calc(100% - 44px), 1050px); margin-inline: auto; padding: 22px 24px; align-items: center; justify-content: space-between; color: #fff; background: rgba(17,19,21,.97); border: 1px solid rgba(215,190,145,.34); border-radius: 4px; box-shadow: 0 24px 75px rgba(0,0,0,.42); backdrop-filter: blur(18px); gap: 30px; animation: privacyNoticeIn .42s var(--premium-ease) both; }
.privacy-notice[hidden] { display: none !important; }
.privacy-notice.is-closing { opacity: 0; transform: translateY(12px); transition: opacity .24s ease, transform .24s ease; }
.privacy-notice > div { max-width: 760px; }
.privacy-notice .eyebrow { margin: 0 0 5px; color: #d7be91; font-size: 7px; }
.privacy-notice h2 { margin: 0 0 7px; color: #fff; font-size: 20px; font-weight: 500; line-height: 1.15; }
.privacy-notice p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.55; }
.privacy-notice a { display: inline-block; margin-top: 8px; color: #d7be91; border-bottom: 1px solid rgba(215,190,145,.5); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-notice .button { flex: 0 0 auto; min-width: 145px; }
@keyframes privacyNoticeIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes page-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes loading-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes home-opening-line-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.home-opening-strip {
  display: block;
  flex: 0 0 24px;
  height: 24px;
  min-height: 24px;
  overflow: visible;
  background: #0a0b0c;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.home-opening-line {
  display: flex;
  height: 24px;
  min-height: 24px;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  color: rgba(255,255,255,.58);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  animation: home-opening-line-in .65s var(--premium-ease) .55s forwards;
}
.home-opening-line .status-dot { width: 5px; height: 5px; margin-right: 8px; }
.home-opening-line .status-dot:not(.status-dot--closed) { animation: status-pulse 2.4s ease-in-out 1.25s infinite; }
@keyframes status-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(143,189,145,.12); }
  50% { box-shadow: 0 0 0 7px rgba(143,189,145,.03); }
}

body:not(.home-clean) .shell { width: var(--page-shell); }
body:not(.home-clean) main { overflow: clip; }
body:not(.home-clean) .site-header { top: 0; height: 96px; border-color: rgba(255,255,255,.09); }
body:not(.home-clean) .site-header.scrolled { box-shadow: 0 14px 40px rgba(0,0,0,.18); }
body:not(.home-clean) .header-inner { height: 72px; grid-template-columns: 215px minmax(0, 1fr) 135px; }
body:not(.home-clean) .brand--image { width: 195px; }
body:not(.home-clean) .desktop-nav { gap: clamp(14px, 1.6vw, 28px); }
body:not(.home-clean) .desktop-nav a { padding-block: 30px; font-size: 8px; letter-spacing: .16em; }
body:not(.home-clean) .desktop-nav a::after { bottom: 19px; background: #d7be91; }

.inner-hero {
  min-height: 590px; padding: 210px 0 100px; align-items: center;
  background-position: center 58%; text-align: center;
}
.inner-hero::before {
  position: absolute; inset: 0; content: "";
  background: radial-gradient(circle at 50% 62%, transparent 0, rgba(5,6,7,.2) 48%, rgba(5,6,7,.5) 100%);
}
.inner-hero .shell { display: flex; flex-direction: column; align-items: center; }
.inner-hero .eyebrow { margin-bottom: 22px; }
.inner-hero h1 { max-width: 920px; margin-inline: auto; font-size: clamp(55px, 6.5vw, 92px); line-height: .94; }
.inner-hero p:last-child { max-width: 650px; margin-inline: auto; font-size: 15px; line-height: 1.8; }

/* Compact inner-page heroes on desktop; mobile keeps its dedicated 16:9 layout. */
@media (min-width: 861px) {
  body:not(.home-clean) .inner-hero {
    min-height: 310px;
    padding: 116px 0 34px;
  }
  body:not(.home-clean) .inner-hero .eyebrow {
    margin-bottom: 10px;
    font-size: 8px;
  }
  body:not(.home-clean) .inner-hero h1 {
    max-width: 720px;
    margin-bottom: 12px;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.04 !important;
  }
  body:not(.home-clean) .inner-hero p:last-child {
    max-width: 560px;
    font-size: 11px;
    line-height: 1.55;
  }
}

.page-section, .inventory.section, .section { padding-block: var(--section-space); }
.steps-section, .values-section { padding-bottom: var(--section-space); }
.section-heading {
  display: flex; max-width: 830px; margin: 0 auto 62px; flex-direction: column; align-items: center;
  gap: 22px; text-align: center;
}
.section-heading > div { display: flex; flex-direction: column; align-items: center; }
.section-heading .eyebrow { margin-bottom: 17px; }
.section-heading > p { max-width: 620px; margin: 0 auto; }

.content-split {
  max-width: 900px; margin-inline: auto; grid-template-columns: 1fr; align-items: center;
  gap: 46px; text-align: center;
}
.content-split > div:first-child { display: flex; flex-direction: column; align-items: center; }
.content-split h2 { max-width: 850px; }
.prose { max-width: 760px; margin-inline: auto; }
.prose .lead { max-width: 720px; margin-inline: auto; }
.prose > p:not(.lead) { max-width: 700px; margin-inline: auto; }
.prose .button { margin-top: 25px; }

.steps-grid, .service-list-grid, .values-grid {
  max-width: 1180px; margin-inline: auto; border-color: var(--soft-line);
}
.steps-grid article, .service-list-grid article, .values-grid article {
  display: flex; min-height: 295px; padding: 42px 30px; flex-direction: column; align-items: center;
  justify-content: flex-start; border-color: var(--soft-line); text-align: center;
  transition: background .35s ease, transform .35s var(--premium-ease);
}
.steps-grid article:hover, .service-list-grid article:hover, .values-grid article:hover { background: rgba(255,255,255,.46); }
.steps-grid span, .service-list-grid span, .values-grid span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(149,121,77,.28); border-radius: 50%; }
.steps-grid h3, .service-list-grid h3, .values-grid h3 { margin: 50px 0 14px; font-size: 25px; }
.steps-grid p, .service-list-grid p, .values-grid p { max-width: 240px; }

.page-cta { padding-block: var(--section-space-small); }
.page-cta .shell { display: flex; flex-direction: column; align-items: center; }
.page-cta h2 { max-width: 900px; margin-bottom: 34px; }

.finance-layout, .contact-page-grid {
  max-width: 1160px; margin-inline: auto; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  align-items: center; gap: clamp(60px, 8vw, 110px);
}
.finance-copy, .contact-information { display: flex; flex-direction: column; align-items: flex-start; }
.finance-copy .eyebrow, .contact-information .eyebrow { margin-bottom: 18px; }
.finance-copy h2, .contact-information h2 { line-height: 1.04; }
.finance-copy .lead { margin-top: 30px; }
.finance-layout.finance-layout--single { max-width: 920px; grid-template-columns: minmax(0,1fr); justify-content: center; }
.finance-copy.finance-copy--centered { align-items: center; text-align: center; }
.finance-copy.finance-copy--centered > p { max-width: 720px; }
.finance-copy.finance-copy--centered .check-list { max-width: 720px; grid-template-columns: repeat(2,minmax(0,1fr)); text-align: left; }
.finance-contact-actions { display: flex; margin-top: 38px; gap: 12px; justify-content: center; flex-wrap: wrap; }
.finance-contact-actions .button { min-width: 210px; }
.check-list { width: 100%; }
.check-list li { padding: 12px 12px 12px 32px; border-bottom: 1px solid var(--soft-line); }

.request-card {
  width: 100%; padding: clamp(32px, 4vw, 48px); gap: 20px;
  border: 1px solid rgba(13,14,15,.1); border-radius: 3px;
  box-shadow: 0 30px 90px rgba(20,20,18,.09);
}
.request-card .eyebrow { align-self: center; }
.request-card h3 { margin-bottom: 18px; text-align: center; }
.request-card input, .request-card select { height: 52px; }
.request-card input, .request-card select, .request-card textarea,
.filter-panel input, .filter-panel select {
  border-color: #d9d6cf; background: #fbfaf7;
  transition: border-color .25s, box-shadow .25s, background .25s;
}
.request-card input:hover, .request-card select:hover, .request-card textarea:hover,
.filter-panel input:hover, .filter-panel select:hover { border-color: #bcb5a9; background: #fff; }
.request-card input:focus, .request-card select:focus, .request-card textarea:focus,
.filter-panel input:focus, .filter-panel select:focus { border-color: #9a815d; box-shadow: 0 0 0 4px rgba(154,129,93,.1); }
.upload-field { border-radius: 2px; transition: border-color .25s, background .25s, transform .25s; }
.upload-field:hover { border-color: #9a815d; background: #f5f1ea; transform: translateY(-1px); }

.contact-information { align-self: center; }
.contact-data { width: 100%; }
.contact-data > div { padding-block: 22px; }
.contact-data > div:not(.contact-hours) p { font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.65; letter-spacing: -.01em; }
.contact-data .hours-row { margin-top: 13px; }

.request-card .checkbox-label { display: grid !important; grid-template-columns: 18px minmax(0,1fr); gap: 11px !important; align-items: start; flex-direction: unset; }
.request-card .checkbox-label input[type="checkbox"] { width: 18px; height: 18px; min-height: 18px; margin: 1px 0 0; padding: 0; flex: none; }
.request-card .checkbox-label span { align-self: start; padding-top: 1px; line-height: 1.45; }

.inventory-page { padding-top: 72px; }
.filter-panel {
  max-width: 1260px; margin-inline: auto; padding: 28px; border-radius: 3px;
  box-shadow: 0 20px 70px rgba(18,18,16,.07);
}
.inventory-toolbar { max-width: 1260px; margin: 48px auto 26px; }
.vehicle-grid { max-width: 1260px; margin-inline: auto; gap: 28px; }
.vehicle-card { border-color: rgba(10,11,12,.08); border-radius: 3px; box-shadow: 0 8px 28px rgba(18,18,16,.035); }
.vehicle-card:hover { box-shadow: 0 28px 70px rgba(18,18,16,.14); }
.vehicle-card__image {
  height: auto;
  aspect-ratio: 16 / 9;
  isolation: isolate;
}
.vehicle-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.vehicle-card__image-backdrop {
  z-index: 0;
  object-fit: cover;
  filter: blur(16px) brightness(.58) saturate(.85);
  transform: scale(1.1);
}
.vehicle-card__image-main {
  z-index: 1;
  object-fit: contain;
}
.vehicle-card:hover .vehicle-card__image-backdrop { transform: scale(1.1); }
.vehicle-card:hover .vehicle-card__image-main { transform: scale(1.012); }
.vehicle-card__badge, .vehicle-card__image .save-card { z-index: 2; }
.vehicle-card__body { padding: 26px; }
.vehicle-card h3 { min-height: 58px; display: flex; align-items: flex-start; }
.vehicle-card__specs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.vehicle-card__specs span { min-width: 0; }
.vehicle-card__specs b {
  min-height: 22px;
  line-height: 1.3;
}
.vehicle-card__specs strong {
  color: #5f5c57;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
}
.save-card, .modal-close { transition: color .25s, background .25s, transform .25s; }
.save-card:hover, .modal-close:hover { transform: scale(1.06); }
.header-contact .home-contact__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.button {
  position: relative; overflow: hidden; min-height: 50px; padding-inline: 27px;
  transition: color .3s, background .3s, border-color .3s, transform .3s var(--premium-ease), box-shadow .3s;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(10,11,12,.15); }
.button:active { transform: translateY(-1px); }
.text-link { transition: color .25s, border-color .25s, transform .25s; }
.text-link:hover { color: #8d714b; transform: translateX(3px); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #d7be91; outline-offset: 3px; }

body:not(.home-clean) .site-footer { border-top: 1px solid rgba(255,255,255,.09); }
body:not(.home-clean) .footer-main {
  display: flex; min-height: 220px; padding-block: 62px; justify-content: space-between; align-items: flex-start; gap: 65px;
}
body:not(.home-clean) .footer-main > .brand { flex: 0 0 225px; }
body:not(.home-clean) .footer-main > p { max-width: 210px; margin-top: 5px; color: rgba(255,255,255,.52); font-size: 16px; }
body:not(.home-clean) .footer-main nav { min-width: 250px; }
body:not(.home-clean) .footer-bottom { min-height: 68px; padding-block: 23px; align-items: center; }

.motion-ready .reveal-block { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--premium-ease), transform .75s var(--premium-ease); }
.motion-ready .reveal-block.is-revealed { opacity: 1; transform: none; }
.motion-ready .reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--premium-ease), transform .65s var(--premium-ease); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal-item.is-revealed { opacity: 1; transform: none; }

.home-clean .home-header.scrolled { top: 0; background: #0a0b0c; box-shadow: 0 12px 40px rgba(0,0,0,.25); }
.home-service-card { transition: transform .4s var(--premium-ease), border-color .4s, box-shadow .4s; }
.home-service-card:hover { z-index: 2; transform: translateY(-5px); border-color: rgba(215,190,145,.45); box-shadow: 0 20px 45px rgba(0,0,0,.3); }
.home-service-card span { transition: color .25s, transform .25s; }
.home-service-card:hover span { color: #fff; transform: translateX(3px); }
.home-footer__column nav a, .home-footer__column > p a { transition: color .2s, transform .2s; }
.home-footer__column nav a:hover { transform: translateX(3px); }
.home-footer__hours h3 { color: #fff; }
.home-footer__hours .footer-hours {
  grid-template-columns: minmax(105px, 1fr) auto;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
  gap: 18px;
}
.home-footer__hours .footer-hours:first-of-type { padding-top: 0; }
.home-footer__hours .footer-hours span { color: rgba(255,255,255,.64); font-size: 10px; }
.home-footer__hours .footer-hours b { color: rgba(255,255,255,.9); font-size: 10px; white-space: nowrap; }

@media (max-width: 1100px) {
  :root { --page-shell: min(100% - 56px, 980px); }
  body:not(.home-clean) .header-inner { grid-template-columns: 175px 1fr 100px; }
  body:not(.home-clean) .brand--image { width: 170px; }
  body:not(.home-clean) .desktop-nav { gap: 13px; }
  .finance-layout, .contact-page-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  body:not(.home-clean) .footer-main { gap: 38px; }
}

@media (max-width: 860px) {
  :root { --page-shell: calc(100% - 40px); }
  .home-opening-strip { flex-basis: 22px; height: 22px; min-height: 22px; }
  .home-opening-line { height: 22px; min-height: 22px; justify-content: space-between; }
  .home-opening-hours { display: none; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { position: sticky; z-index: 3; top: 78px; display: flex; padding: 9px 12px; overflow-x: auto; flex-direction: row; background: #181a1c; }
  .admin-sidebar .eyebrow, .admin-sidebar-label, .admin-tip { display: none; }
  .admin-nav { flex: 0 0 auto; border-bottom: 2px solid transparent; border-left: 0; }
  .admin-nav.active { border-bottom-color: var(--accent); border-left-color: transparent; }
  body:not(.home-clean) .site-header { height: 90px; }
  body:not(.home-clean) .header-inner { display: flex; height: 68px; }
  .inner-hero { min-height: 550px; padding: 180px 0 80px; }
  .finance-layout, .contact-page-grid { max-width: 720px; grid-template-columns: 1fr; }
  .finance-copy, .contact-information { align-items: center; text-align: center; }
  .check-list { max-width: 560px; }
  .contact-data { max-width: 620px; text-align: left; }
  body:not(.home-clean) .footer-main { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --page-shell: calc(100% - 28px); --section-space: 76px; --section-space-small: 66px; }
  .inner-hero { min-height: 510px; padding: 165px 0 65px; }
  .inner-hero h1 { font-size: 48px; }
  .inner-hero p:last-child { font-size: 14px; }
  .section-heading { margin-bottom: 45px; }
  .steps-grid article, .service-list-grid article, .values-grid article { min-height: 240px; padding: 35px 22px; }
  .steps-grid h3, .service-list-grid h3, .values-grid h3 { margin-top: 35px; }
  .request-card { padding: 28px 18px; }
  .finance-copy.finance-copy--centered .check-list { grid-template-columns: 1fr; }
  .finance-contact-actions { width: 100%; flex-direction: column; }
  .finance-contact-actions .button { width: 100%; }
  .filter-panel { padding: 18px; }
  .vehicle-grid { gap: 20px; }
  .vehicle-card__image { height: 245px; }
  body:not(.home-clean) .footer-main { grid-template-columns: 1fr; padding-block: 52px; text-align: center; }
  body:not(.home-clean) .footer-main > .brand { margin-inline: auto; }
  body:not(.home-clean) .footer-main nav { min-width: 0; }
  body:not(.home-clean) .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  body:not(.home-clean) .footer-bottom div { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  body { animation: none; transition: none; }
  body.page-leaving { opacity: 1; transform: none; }
  .motion-ready .reveal-block, .motion-ready .reveal-item { opacity: 1; transform: none; transition: none; }
  .home-opening-line, .home-opening-line .status-dot { opacity: 1; transform: none; animation: none; }
}

/* Inventory image manager */
.vehicle-card h3 { display: block; }
.vehicle-card h3 small { display: block; margin-top: 7px; color: #8b8780; font-family: Inter, sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.vehicle-extra-section .form-grid { margin-bottom: 30px; }
.equipment-heading { display: flex; margin: 8px 0 15px; justify-content: space-between; align-items: center; }
.equipment-heading > span { color: #706e69; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.equipment-heading small { color: #99958e; font-size: 9px; }
.equipment-toolbar { display: flex; margin-bottom: 14px; align-items: flex-end; gap: 16px; }
.vehicle-form .equipment-search { flex: 1; gap: 7px; }
.vehicle-form .equipment-search > span { color: #706e69; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.vehicle-form .equipment-search input { height: 44px; background: #fff; }
.equipment-toolbar .text-link { flex: 0 0 auto; min-height: 44px; padding: 0 5px; }
.equipment-toolbar .text-link:disabled { opacity: .35; cursor: default; }
.equipment-groups { display: grid; gap: 12px; }
.equipment-category { overflow: hidden; border: 1px solid #dcd8d0; background: #fbfaf7; }
.equipment-category summary { display: flex; min-height: 48px; padding: 0 16px; align-items: center; justify-content: space-between; color: #292a2b; background: #f3f0e9; cursor: pointer; list-style: none; }
.equipment-category summary::-webkit-details-marker { display: none; }
.equipment-category summary::before { width: 16px; color: #8c7651; content: "+"; font-size: 17px; line-height: 1; }
.equipment-category[open] summary::before { content: "−"; }
.equipment-category summary span { margin-right: auto; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.equipment-category summary b { display: grid; min-width: 28px; height: 24px; padding: 0 7px; place-items: center; color: #6f6049; background: #e9e0d1; border-radius: 999px; font-size: 8px; }
.equipment-category .equipment-grid { border-top: 1px solid #e4e1da; }
.equipment-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #e4e1da; border-left: 1px solid #e4e1da; }
.vehicle-form .equipment-option { display: flex; min-height: 48px; padding: 11px 12px; flex-direction: row; align-items: center; border-right: 1px solid #e4e1da; border-bottom: 1px solid #e4e1da; background: #fbfaf7; gap: 9px; cursor: pointer; transition: background .2s, color .2s; }
.vehicle-form .equipment-option:hover { background: #f3efe7; }
.vehicle-form .equipment-option:has(input:checked) { background: #eee6d8; box-shadow: inset 3px 0 0 #a98959; }
.vehicle-form .equipment-option[hidden], .equipment-category[hidden] { display: none; }
.vehicle-form .equipment-option input { flex: 0 0 16px; width: 16px; height: 16px; margin: 0; accent-color: #17191a; }
.vehicle-form .equipment-option span { color: #595752; font-size: 9px; font-weight: 500; letter-spacing: 0; line-height: 1.35; text-transform: none; }
.equipment-empty { margin: 14px 0 0; padding: 18px; color: #77736d; background: #f5f2ec; border: 1px dashed #d8d2c8; font-size: 10px; text-align: center; }

.media-section-heading { display: flex; margin-bottom: 22px; justify-content: space-between; align-items: flex-start; gap: 25px; }
.media-section-heading h3 { margin-bottom: 7px; }
.media-section-heading p { margin: 0; color: #7c7871; font-size: 11px; }
.media-section-heading > strong { padding: 8px 11px; color: #6f675b; background: #f1eee8; font-size: 9px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.vehicle-form .vehicle-upload-zone { position: relative; display: flex; min-height: 150px; padding: 24px; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #afa99e; background: #fbfaf7; text-align: center; cursor: pointer; transition: border-color .25s, background .25s, transform .25s; }
.vehicle-form .vehicle-upload-zone:hover, .vehicle-form .vehicle-upload-zone.is-dragging { border-color: #9a7e56; background: #f3efe7; transform: translateY(-2px); }
.vehicle-upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.vehicle-upload-icon { display: grid; width: 36px; height: 36px; margin-bottom: 12px; place-items: center; border: 1px solid #c9c3b8; border-radius: 50%; color: #8c714c; font-size: 20px; }
.vehicle-upload-zone b { color: #292a2b; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.vehicle-upload-zone small { margin-top: 7px; color: #8e8a83; font-size: 9px; }
.vehicle-image-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 18px; gap: 14px; }
.vehicle-image-empty { grid-column: 1 / -1; padding: 30px; color: #98938b; background: #f7f5f1; border: 1px solid #e3e0d9; font-size: 10px; text-align: center; }
.vehicle-image-item { overflow: hidden; background: #fff; border: 1px solid #dedbd4; cursor: grab; transition: border-color .2s, box-shadow .2s, transform .2s; }
.vehicle-image-item:hover { border-color: #b7ad9c; box-shadow: 0 12px 28px rgba(20,20,18,.1); transform: translateY(-2px); }
.vehicle-image-item.is-cover { border-color: #9d8058; box-shadow: inset 0 0 0 1px #9d8058; }
.vehicle-image-item.is-dragging { opacity: .4; cursor: grabbing; }
.vehicle-image-item.is-over { border-color: #9d8058; transform: translateY(-4px); }
.vehicle-image-preview { position: relative; height: 125px; overflow: hidden; background: #17191a; }
.vehicle-image-preview img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.vehicle-image-preview span { position: absolute; bottom: 7px; left: 7px; padding: 5px 7px; color: #fff; background: rgba(9,10,11,.76); backdrop-filter: blur(6px); font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.vehicle-image-item.is-cover .vehicle-image-preview span { color: #17191a; background: #e1cfac; }
.vehicle-image-preview i { position: absolute; top: 8px; right: 8px; color: rgba(255,255,255,.8); font-size: 14px; font-style: normal; text-shadow: 0 1px 5px rgba(0,0,0,.7); }
.vehicle-image-actions { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid #e3e0da; }
.vehicle-image-actions button { height: 34px; color: #65625d; background: #fbfaf7; border-right: 1px solid #e3e0da; font-size: 13px; transition: background .2s, color .2s; }
.vehicle-image-actions button:last-child { border: 0; }
.vehicle-image-actions button:hover:not(:disabled) { color: #111315; background: #eeeae2; }
.vehicle-image-actions button:disabled { opacity: .25; cursor: default; }
.vehicle-image-actions .remove { color: #a35656; }
.media-help { margin: 13px 0 0; color: #8e8981; font-size: 9px; text-align: center; }

.detail-gallery { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; display: flex; padding: 8px; overflow-x: auto; background: rgba(8,9,10,.64); backdrop-filter: blur(10px); gap: 7px; }
.detail-gallery button { flex: 0 0 78px; height: 55px; padding: 0; overflow: hidden; background: #181a1b; border: 1px solid transparent; opacity: .62; transition: opacity .2s, border-color .2s, transform .2s; }
.detail-gallery button:hover, .detail-gallery button.active { opacity: 1; border-color: #d7be91; transform: translateY(-1px); }
.detail-gallery img { width: 100%; height: 100%; object-fit: cover; }
.detail-features { display: flex; max-height: 82px; margin: -4px 0 20px; overflow: auto; flex-wrap: wrap; gap: 6px; }
.detail-features span { padding: 6px 8px; color: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.14); font-size: 8px; letter-spacing: .05em; }

@media (max-width: 1050px) {
  .equipment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vehicle-image-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .equipment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vehicle-image-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-section-heading { flex-direction: column; gap: 10px; }
  .equipment-toolbar { align-items: stretch; flex-direction: column; gap: 8px; }
  .equipment-toolbar .text-link { align-self: flex-start; min-height: 34px; }
}
@media (max-width: 430px) {
  .equipment-grid, .vehicle-image-list { grid-template-columns: 1fr; }
  .vehicle-image-preview { height: 165px; }
}

/* Complete customer filters */
.filter-panel--complete { display: block; max-width: 1260px; }
.filter-primary { display: grid; grid-template-columns: 1.7fr repeat(2, minmax(0, 1fr)); gap: 14px; }
.filter-primary .field-wide { grid-column: auto; }
.price-range-filter { display: flex; min-width: 0; min-height: 70px; padding: 10px 14px 8px; flex-direction: column; justify-content: center; border: 1px solid #dedbd4; background: #fbfaf7; }
.price-range-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price-range-heading > span { color: #706e69; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.price-range-heading output { color: #262727; font-size: 9px; font-weight: 650; letter-spacing: 0; white-space: nowrap; }
.price-range-controls { display: grid; margin-top: 9px; grid-template-columns: minmax(0, 1fr) minmax(280px, 350px); align-items: end; gap: 28px; }
.price-slider-column { min-width: 0; }
.price-range-inputs { position: relative; height: 24px; margin-top: 7px; }
.price-range-track { position: absolute; top: 10px; right: 0; left: 0; height: 3px; border-radius: 99px; background: #d8d4cc; }
.price-range-track i { position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: inherit; background: #a98a59; }
.filter-panel .price-range-inputs input[type="range"] { position: absolute; inset: 0; width: 100%; height: 24px; margin: 0; padding: 0; appearance: none; -webkit-appearance: none; pointer-events: none; border: 0; outline: 0; background: transparent; box-shadow: none; }
.filter-panel .price-range-inputs input[type="range"]::-webkit-slider-runnable-track { height: 3px; background: transparent; }
.filter-panel .price-range-inputs input[type="range"]::-webkit-slider-thumb { width: 16px; height: 16px; margin-top: -7px; -webkit-appearance: none; pointer-events: auto; border: 2px solid #fbfaf7; border-radius: 50%; background: #17191a; box-shadow: 0 0 0 1px #17191a; cursor: grab; }
.filter-panel .price-range-inputs input[type="range"]::-moz-range-track { height: 3px; background: transparent; }
.filter-panel .price-range-inputs input[type="range"]::-moz-range-thumb { width: 13px; height: 13px; pointer-events: auto; border: 2px solid #fbfaf7; border-radius: 50%; background: #17191a; box-shadow: 0 0 0 1px #17191a; cursor: grab; }
.filter-panel .price-range-inputs input[type="range"]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 1px #17191a, 0 0 0 4px rgba(169,138,89,.35); }
.filter-panel .price-range-inputs #price-filter { z-index: 4; }
.price-range-limits { display: flex; justify-content: space-between; color: #8a877f; font-size: 7px; font-variant-numeric: tabular-nums; }
.price-manual-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.price-manual-inputs label { gap: 6px; }
.price-number-field { position: relative; }
.filter-panel .price-number-field input { height: 42px; padding-right: 34px; color: #242525; background: #fff; font-size: 12px; font-variant-numeric: tabular-nums; }
.price-number-field b { position: absolute; top: 50%; right: 13px; color: #8e7652; font-size: 11px; font-weight: 600; transform: translateY(-50%); pointer-events: none; }
.filter-panel .price-number-field input::-webkit-inner-spin-button, .filter-panel .price-number-field input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.filter-panel .price-number-field input[type="number"] { appearance: textfield; -moz-appearance: textfield; }
.price-range-filter--advanced { grid-column: 1 / -1; min-height: 108px; padding: 14px 18px; }
.filter-panel--complete .filter-toggle { display: flex; width: 100%; margin-top: 20px; padding: 17px 0 2px; justify-content: space-between; border-top: 1px solid #e7e3dc; }
.filter-panel--complete .filter-toggle span { margin-left: auto; }
.advanced-filters--complete.open { display: block; }
.filter-group { padding: 27px 0; border-bottom: 1px solid #e7e3dc; }
.filter-group:first-child { padding-top: 18px; }
.filter-group h3 { margin: 0 0 16px; color: #252626; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.filter-group-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.filter-data-note { margin: 10px 0 0; color: #8a867f; font-size: 9px; line-height: 1.5; }
.equipment-multiselect { width: 100%; border: 1px solid #dedbd4; background: #fbfaf7; }
.equipment-multiselect summary { display: grid; min-height: 56px; padding: 0 16px; grid-template-columns: minmax(0, 1fr) auto 20px; align-items: center; gap: 16px; list-style: none; cursor: pointer; }
.equipment-multiselect summary::-webkit-details-marker { display: none; }
.equipment-multiselect summary > span { color: #706e69; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.equipment-multiselect summary > strong { color: #363635; font-size: 10px; font-weight: 550; letter-spacing: 0; }
.equipment-multiselect summary::after { content: "+"; color: #94774e; font-size: 18px; font-weight: 400; text-align: right; }
.equipment-multiselect[open] summary { border-bottom: 1px solid #dedbd4; }
.equipment-multiselect[open] summary::after { content: "−"; }
.equipment-multiselect summary:focus-visible { outline: 2px solid rgba(169,138,89,.5); outline-offset: 2px; }
.equipment-options { display: grid; width: 100%; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); border-left: 1px solid #e4e1da; background: #fff; }
.filter-panel .equipment-options label { display: flex; min-height: 48px; padding: 11px 13px; flex-direction: row; align-items: center; border-right: 1px solid #e4e1da; border-bottom: 1px solid #e4e1da; background: #fbfaf7; gap: 9px; cursor: pointer; }
.filter-panel .equipment-options label:hover { background: #f3efe7; }
.filter-panel .equipment-options input, .filter-panel .filter-check input { flex: 0 0 16px; width: 16px; height: 16px; margin: 0; padding: 0; accent-color: #17191a; }
.filter-panel .equipment-options label > span, .filter-panel .filter-check span { color: #5e5b56; font-size: 9px; font-weight: 500; letter-spacing: 0; line-height: 1.3; text-transform: none; }
.equipment-options__empty { grid-column: 1 / -1; margin: 0; padding: 18px 16px; color: #8a867f; font-size: 10px; }
.filter-panel .filter-check { display: flex; width: max-content; margin-top: 17px; padding: 11px 14px; flex-direction: row; align-items: center; border: 1px solid #dfdcd5; background: #fbfaf7; gap: 9px; cursor: pointer; }
.filter-footer { display: flex; padding-top: 19px; justify-content: space-between; align-items: center; }
.filter-panel--complete .filter-reset { padding: 0; justify-self: auto; }
.filter-footer > span { color: #928d84; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.active-filters { display: flex; max-width: 1260px; min-height: 0; margin: 17px auto 0; flex-wrap: wrap; gap: 7px; }
.active-filters:empty { display: none; }
.active-filters button { padding: 8px 10px; color: #58554f; background: #e7e2d8; border: 1px solid #d6cec0; font-size: 9px; transition: color .2s, background .2s; }
.active-filters button:hover { color: #111315; background: #ded5c5; }
.active-filters button span { color: #917349; font-weight: 700; }
.price-range-filter.is-disabled { opacity: .56; }
.price-range-filter.is-disabled .price-range-inputs,
.price-range-filter.is-disabled .price-manual-inputs { pointer-events: none; }

.about-statement .eyebrow { margin-bottom: 24px; color: var(--accent); }
.about-statement h2 { max-width: 1050px; margin: 0 auto 28px; color: #fff; font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: clamp(38px,5.2vw,72px); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.about-statement > .shell > p:last-child { margin: 0; color: rgba(255,255,255,.56); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

/* Private dealer data */
.admin-stats.admin-stats--four { grid-template-columns: repeat(4, 1fr); }
.admin-stats > div { min-width: 0; gap: 18px; }
.admin-stats > div > span { flex: 0 1 auto; white-space: nowrap; }
.admin-stats > div > strong { margin-left: auto; font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 21px; font-weight: 600; line-height: 1; letter-spacing: -.025em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.admin-stats.admin-stats--four > div { min-height: 92px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; }
.admin-stats.admin-stats--four > div > strong { margin-left: 0; }
.admin-private-stat { background: #f4eee3 !important; border-color: #ddd0ba !important; }
.internal-section { background: #f8f3e9; border-color: #dacdb6; box-shadow: inset 3px 0 0 #b79664; }
.internal-section-heading { display: flex; margin-bottom: 24px; justify-content: space-between; align-items: flex-start; gap: 30px; }
.internal-section-heading > div { display: flex; flex-direction: column; }
.internal-section-heading > div > span { margin-bottom: 7px; color: #9a7747; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.internal-section-heading h3 { margin: 0; }
.internal-section-heading i { padding: 7px 9px; color: #816f54; background: #eee3d0; font-size: 9px; font-style: normal; }
.admin-private-meta { display: block; margin-top: 6px; color: #8e7046; font-size: 9px; font-weight: 700; }
.admin-note-preview { display: block; max-width: 360px; margin-top: 4px; overflow: hidden; color: #817a70; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

/* Connected website settings */
.admin-sidebar-label { margin: 30px 12px 9px; padding-top: 20px; color: rgba(255,255,255,.32); border-top: 1px solid rgba(255,255,255,.08); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.admin-sidebar-label span { display: block; margin-top: 6px; color: rgba(255,255,255,.23); font-size: 8px; font-weight: 500; letter-spacing: .02em; text-transform: none; }

/* Rechtliche Seiten und Editor */
.legal-settings-form .form-section { max-width: 980px; }
.legal-editor { display: grid; gap: 10px; }
.legal-editor > span { color: #6f665b; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-editor textarea { min-height: 470px; padding: 22px 24px; resize: vertical; color: #1a1b1d; background: #fff; border: 1px solid rgba(10,11,12,.15); border-radius: 2px; font-family: "SFMono-Regular", Consolas, monospace; font-size: 13px; line-height: 1.7; }
.legal-editor textarea:focus { outline: 2px solid rgba(215,190,145,.45); outline-offset: 1px; border-color: #b89d70; }
.legal-token-help { display: flex; margin-top: 16px; gap: 8px; align-items: center; flex-wrap: wrap; color: #716f6a; font-size: 12px; }
.legal-token-help strong { width: 100%; margin-bottom: 2px; color: #292a2b; font-size: 11px; letter-spacing: .06em; }
.legal-token-help code { padding: 5px 8px; color: #665638; background: #eee7db; border-radius: 3px; font-size: 11px; }
.legal-token-help p { width: 100%; margin: 5px 0 0; }

.legal-page { padding-top: 0; background: var(--paper); }
.legal-hero { padding: 218px 0 78px; color: #fff; background: #0a0b0c; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-hero .eyebrow { margin-bottom: 22px; color: var(--accent); }
.legal-hero h1 { max-width: 850px; margin: 0 0 22px; font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: clamp(52px,7vw,92px); font-weight: 400; line-height: .96; letter-spacing: -.055em; }
.legal-hero p:last-child { max-width: none; margin: 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.75; white-space: nowrap; }
.legal-section { padding: 92px 0 120px; }
.legal-layout { display: grid; grid-template-columns: minmax(0,800px); justify-content: center; }
.legal-managed-content { min-width: 0; }
.legal-managed-content h2 { margin: 0 0 22px; padding-top: 42px; color: #111214; font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: clamp(27px,3vw,38px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.legal-managed-content h2:first-child { padding-top: 0; }
.legal-managed-content h3 { margin: 32px 0 13px; font-size: 17px; font-weight: 650; }
.legal-managed-content p, .legal-managed-content li { color: #565652; font-size: 15px; line-height: 1.8; }
.legal-managed-content p { margin: 0 0 22px; }
.legal-managed-content ul { margin: 0 0 24px; padding-left: 20px; }
.legal-managed-content li + li { margin-top: 7px; }
.legal-managed-content h2:not(:first-child) { border-top: 1px solid rgba(10,11,12,.12); }

@media (max-width: 760px) {
  .legal-page { padding-top: 0; }
  .legal-hero { padding: 180px 0 58px; }
  .legal-hero p:last-child { white-space: normal; }
  .legal-section { padding: 66px 0 86px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-editor textarea { min-height: 420px; padding: 17px; font-size: 12px; }
}
.site-settings-form { display: flex; flex-direction: column; gap: 20px; }
.settings-section-heading { display: flex; margin-bottom: 25px; justify-content: space-between; align-items: flex-start; gap: 30px; }
.settings-section-heading h3 { margin-bottom: 7px; }
.settings-section-heading p { max-width: 650px; margin: 0; color: #77736d; font-size: 12px; line-height: 1.65; }
.settings-section-heading > span { padding: 7px 10px; color: #755e3d; background: #eee5d5; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.homepage-image-preview { position: relative; height: clamp(270px, 42vw, 520px); overflow: hidden; background: #0a0b0c; border: 1px solid #dedad2; }
.homepage-image-preview::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); pointer-events: none; }
.homepage-image-preview img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.favicon-settings-section { border-color: #d7c7aa; background: #fbf8f2; }
.favicon-settings { display: grid; grid-template-columns: 132px minmax(0,1fr); align-items: center; gap: 28px; }
.favicon-preview { display: grid; width: 132px; aspect-ratio: 1; padding: 18px; place-items: center; overflow: hidden; background: linear-gradient(45deg,#e9e6df 25%,transparent 25%),linear-gradient(-45deg,#e9e6df 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e9e6df 75%),linear-gradient(-45deg,transparent 75%,#e9e6df 75%),#fff; background-position: 0 0,0 8px,8px -8px,-8px 0; background-size: 16px 16px; border: 1px solid #d7d1c6; border-radius: 12px; }
.favicon-preview img { display: block; width: 100%; height: 100%; object-fit: contain; }
.favicon-settings__content { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 15px; }
.favicon-settings__content .site-image-actions { width: 100%; margin-top: 0; flex-wrap: wrap; }
.favicon-settings__content .media-help { max-width: 690px; margin: 0; color: #77736d; font-size: 10px; line-height: 1.65; }
.favicon-settings__content .media-help strong { color: #302e2a; }
.homepage-video-section { border-color: #d8c7a8; background: #fbf8f2; }
.homepage-video-preview { position: relative; height: clamp(240px, 34vw, 430px); overflow: hidden; background: #0a0b0c; border: 1px solid #d8d1c5; }
.homepage-video-preview video { display: block; width: 100%; height: 100%; object-fit: cover; background: #090a0b; }
.homepage-video-preview.is-empty video { display: none; }
.homepage-video-empty { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; flex-direction: column; color: rgba(255,255,255,.72); background: linear-gradient(135deg,#111315,#090a0b); gap: 8px; }
.homepage-video-preview.is-empty .homepage-video-empty { display: flex; }
.homepage-video-empty strong { color: #fff; font-size: 14px; font-weight: 600; }
.homepage-video-empty span { font-size: 10px; }
.homepage-video-actions { flex-wrap: wrap; }
.homepage-video-actions .text-link { margin-left: auto; }
.homepage-video-actions .text-link:disabled { opacity: .35; cursor: default; }
.homepage-video-section .media-help { margin: 12px 0 0; color: #827d74; font-size: 9px; line-height: 1.6; }
.favicon-path-section { border-color: #d7c7aa; background: #fbf8f2; }
.favicon-path { display: grid; gap: 12px; }
.favicon-path > span { color: #81796c; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.favicon-path code { display: block; padding: 15px 17px; color: #f3eee5; background: #111315; border: 1px solid #292c2f; font-family: Consolas, monospace; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.favicon-path p { max-width: 760px; margin: 0; color: #6f6b64; font-size: 11px; line-height: 1.65; }
.site-image-actions { display: flex; margin-top: 18px; align-items: center; gap: 18px; }
.site-image-actions .button { cursor: pointer; }
.site-image-actions > span { color: #77736d; font-size: 10px; }
.site-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.site-image-card { position: relative; overflow: hidden; border: 1px solid #dedad2; background: #fff; transition: border-color .25s, box-shadow .25s, transform .25s; }
.site-image-card:hover { border-color: #c7b99f; box-shadow: 0 14px 34px rgba(23,24,24,.08); transform: translateY(-2px); }
.site-image-card.has-custom-image::after { position: absolute; top: 10px; right: 10px; padding: 6px 8px; content: "Eigenes Bild"; color: #fff; background: rgba(12,13,14,.78); backdrop-filter: blur(7px); font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-image-card__preview { height: clamp(150px, 20vw, 225px); overflow: hidden; background: #0b0c0d; }
.site-image-card__preview img { width: 100%; height: 100%; object-fit: cover; }
.site-image-card__body { display: flex; padding: 16px; flex-direction: column; gap: 15px; }
.site-image-card__body > div:first-child { display: flex; flex-direction: column; gap: 5px; }
.site-image-card__body strong { color: #282929; font-size: 13px; font-weight: 650; }
.site-image-card__body small { color: #7b7872; font-size: 9px; line-height: 1.45; }
.site-image-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.site-image-card__actions .button { min-height: 36px; padding-inline: 13px; cursor: pointer; font-size: 8px; }
.site-image-card__actions .text-link { flex: 0 0 auto; font-size: 8px; }
.settings-actions { padding-top: 4px; }
.admin-social-list { display: grid; gap: 12px; }
.admin-social-row { display: grid; grid-template-columns: minmax(145px, .75fr) minmax(165px, .85fr) minmax(280px, 1.7fr); padding: 17px 18px; align-items: end; border: 1px solid #dedad2; background: #f8f7f3; gap: 18px; transition: border-color .2s, background .2s, box-shadow .2s; }
.admin-social-row.is-enabled { border-color: #c9b791; background: #fcfaf5; box-shadow: inset 3px 0 0 #a98959; }
.admin-social-platform { display: flex; min-height: 48px; align-items: center; gap: 12px; }
.admin-social-platform strong { color: #282929; font-size: 12px; font-weight: 650; }
.admin-social-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; color: #fff; background: #17191a; border-radius: 50%; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.admin-social-toggle, .admin-social-url { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.admin-social-toggle { min-height: 48px; padding: 0 13px; flex-direction: row; align-items: center; border: 1px solid #d8d5cf; background: #fff; gap: 9px; }
.admin-social-toggle input { flex: 0 0 17px; width: 17px; height: 17px; margin: 0; accent-color: #17191a; }
.admin-social-toggle span { color: #5c5953; font-size: 9px; line-height: 1.35; }
.admin-social-url > span { color: #706e69; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.admin-social-url input { height: 48px; background: #fff; }
.admin-hours-list { border-top: 1px solid #e2dfd8; }
.admin-hours-row { display: grid; grid-template-columns: minmax(130px, 1fr) 160px 160px 145px; min-height: 78px; align-items: center; border-bottom: 1px solid #e2dfd8; gap: 18px; }
.admin-hours-row > strong { color: #282929; font-size: 13px; font-weight: 600; }
.admin-hours-row label { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.admin-hours-row label > span { color: #77736d; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.admin-hours-row input[type="time"] { height: 42px; background: #fbfaf7; }
.admin-hours-row input[type="time"]:disabled { color: #aaa69e; background: #eeece7; }
.admin-hours-row .admin-closed-toggle { flex-direction: row; align-items: center; gap: 9px; }
.admin-hours-row .admin-closed-toggle input { flex: 0 0 17px; width: 17px; height: 17px; margin: 0; accent-color: #17191a; }
.admin-hours-row .admin-closed-toggle span { color: #5c5953; font-size: 9px; letter-spacing: .04em; }
.vacation-admin-section { border-color: #d9c9ae; background: #fbf7ef; }
.vacation-admin-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; align-items: end; gap: 18px; }
.vacation-admin-grid label { display: flex; min-width: 0; flex-direction: column; gap: 9px; }
.vacation-admin-grid label > span { color: #706e69; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.vacation-admin-grid .vacation-enabled-toggle { min-height: 48px; padding: 0 14px; flex-direction: row; align-items: center; border: 1px solid #d8d0c2; background: #fff; gap: 10px; }
.vacation-admin-grid .vacation-enabled-toggle input { flex: 0 0 17px; width: 17px; height: 17px; margin: 0; accent-color: #17191a; }
.vacation-admin-grid .vacation-enabled-toggle span { color: #4d4942; font-size: 9px; letter-spacing: .05em; }
.vacation-message-field { grid-column: 1 / -1; }
.vacation-admin-grid input:disabled { color: #aaa69e; background: #ebe8e1; }
.vacation-public-note { display: flex !important; margin: 0 0 12px !important; padding: 10px 11px !important; flex-direction: column; border: 1px solid rgba(215,190,145,.28); background: rgba(215,190,145,.09); gap: 3px; }
.vacation-public-note strong { color: #d7be91; font-family: Inter, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.vacation-public-note span { color: inherit !important; font-family: Inter, sans-serif; font-size: 10px !important; letter-spacing: .02em !important; text-transform: none !important; }
.contact-hours .vacation-public-note { margin-top: 13px !important; color: #5c554b; border-color: #d8c8aa; background: #f1e9dc; }
.contact-hours .vacation-public-note strong { color: #8d714b; }
.topbar.site-vacation-upcoming, .home-opening-strip.site-vacation-upcoming { border-bottom-color: rgba(215,190,145,.32); box-shadow: inset 3px 0 0 #a88958; }
.topbar.site-vacation-current, .home-opening-strip.site-vacation-current { background: #211b14; border-bottom-color: rgba(215,190,145,.38); box-shadow: inset 3px 0 0 #d7be91; }
.site-vacation-upcoming .topbar__meta, .site-vacation-upcoming .home-opening-hours { color: #d7be91; }
.site-vacation-current #opening-status { color: rgba(255,255,255,.88); }
.site-vacation-current .topbar__meta, .site-vacation-current .home-opening-hours { color: #d7be91; font-weight: 700; }
.site-vacation-current .status-dot--closed { background: #d7be91; box-shadow: 0 0 0 4px rgba(215,190,145,.12); }
.vacation-public-note.is-current { border-color: rgba(215,190,145,.44); background: rgba(215,190,145,.14); }

@media (max-width: 860px) {
  .site-vacation-upcoming #opening-status { display: none; }
  .topbar.site-vacation-upcoming .topbar__meta, .home-opening-strip.site-vacation-upcoming .home-opening-hours { display: block; max-width: 100%; overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
}

/* Uncropped detail and fullscreen viewer */
.vehicle-detail__visual { display: flex; align-items: center; justify-content: center; background: #090a0b; }
.vehicle-detail__visual > .detail-main-image { width: 100%; height: 100%; object-fit: contain; object-position: center; cursor: zoom-in; transition: opacity .2s; }
.vehicle-detail__visual > .detail-main-image:hover { opacity: .94; }
.image-lightbox { width: calc(100vw - 32px); height: calc(100vh - 32px); max-width: none; max-height: none; padding: 18px; overflow: hidden; color: #fff; background: #070809; border: 0; }
.image-lightbox::backdrop { background: rgba(0,0,0,.94); backdrop-filter: blur(10px); }
.image-lightbox[open] { display: flex; align-items: center; justify-content: center; animation: modalIn .28s var(--premium-ease); }
.image-lightbox > img { width: 100%; height: 100%; object-fit: contain; }
.image-lightbox .modal-close { position: fixed; top: 25px; right: 28px; color: #fff; background: rgba(20,21,22,.75); }
.lightbox-nav { position: fixed; z-index: 2; top: 50%; display: grid; width: 48px; height: 64px; place-items: center; color: #fff; background: rgba(20,21,22,.68); border: 1px solid rgba(255,255,255,.14); font-family: Georgia, serif; font-size: 35px; transform: translateY(-50%); transition: background .2s, border-color .2s; }
.lightbox-nav:hover { background: rgba(60,61,62,.82); border-color: rgba(215,190,145,.5); }
.lightbox-nav--prev { left: 28px; }.lightbox-nav--next { right: 28px; }
#lightbox-counter { position: fixed; bottom: 25px; left: 50%; padding: 7px 11px; color: rgba(255,255,255,.7); background: rgba(20,21,22,.7); font-size: 9px; letter-spacing: .12em; transform: translateX(-50%); }

@media (max-width: 1100px) {
  .filter-group-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-stats.admin-stats--four { grid-template-columns: repeat(2, 1fr); }
  .admin-hours-row { grid-template-columns: minmax(105px, 1fr) 135px 135px 125px; gap: 12px; }
}
@media (max-width: 760px) {
  .filter-primary { grid-template-columns: 1fr 1fr; }
  .filter-primary .field-wide { grid-column: 1 / -1; }
  .price-range-controls { grid-template-columns: 1fr; gap: 14px; }
  .filter-group-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .internal-section-heading { flex-direction: column; gap: 6px; }
  .admin-hours-row { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .admin-hours-row > strong { grid-column: 1 / -1; }
  .vacation-admin-grid { grid-template-columns: 1fr 1fr; }
  .vacation-admin-grid .vacation-enabled-toggle, .vacation-message-field { grid-column: 1 / -1; }
  .admin-social-row { grid-template-columns: 1fr; align-items: stretch; }
  .site-image-grid { grid-template-columns: 1fr; }
  .settings-section-heading, .site-image-actions, .settings-actions { align-items: flex-start; flex-direction: column; }
  .lightbox-nav { width: 40px; height: 55px; }.lightbox-nav--prev { left: 12px; }.lightbox-nav--next { right: 12px; }
}
@media (max-width: 480px) {
  .filter-primary, .filter-group-grid { grid-template-columns: 1fr; }
  .equipment-multiselect summary { grid-template-columns: 1fr 18px; gap: 8px; }
  .equipment-multiselect summary > strong { grid-row: 2; grid-column: 1 / -1; padding-bottom: 12px; }
  .equipment-options { grid-template-columns: 1fr; }
  .filter-primary .field-wide { grid-column: auto; }
  .filter-footer { align-items: flex-start; flex-direction: column; gap: 15px; }
  .admin-stats.admin-stats--four { grid-template-columns: 1fr; }
}

/* Consistent typography rhythm */
body { font-kerning: auto; text-rendering: optimizeLegibility; }
h1, h2, h3, h4 { overflow-wrap: break-word; text-wrap: balance; }
h1 { line-height: 1.06 !important; letter-spacing: normal !important; }
h2 { line-height: 1.1 !important; letter-spacing: normal !important; }
h3, h4 { line-height: 1.24 !important; letter-spacing: normal !important; }
.hero h1, .home-hero h1, .inner-hero h1 { line-height: 1.06 !important; letter-spacing: normal !important; }
.section-heading h2, .about h2, .contact h2, .split-feature h2, .home-promise h2, .content-split h2, .finance-copy h2, .contact-information h2, .page-cta h2 { line-height: 1.1 !important; letter-spacing: normal !important; }
.inner-hero p:last-child { max-width: 760px; line-height: 1.7; }
.desktop-nav a, .home-nav a, body:not(.home-clean) .desktop-nav a { line-height: 1.25; letter-spacing: .13em; }
.button, .text-link, .card-details, .filter-toggle, .filter-reset { line-height: 1.25; letter-spacing: .13em; }
.eyebrow { line-height: 1.4; letter-spacing: .18em; }
.vehicle-card h3, .service-card h3, .steps-grid h3, .service-list-grid h3, .values-grid h3, .request-card h3, .form-section h3, .filter-group h3 { line-height: 1.24 !important; letter-spacing: normal !important; }
.home-service-card h2 { line-height: 1.25 !important; letter-spacing: normal !important; }

@media (max-width: 620px) {
  h1, .hero h1, .home-hero h1, .inner-hero h1 { line-height: 1.09 !important; letter-spacing: normal !important; }
  h2, .section-heading h2, .page-cta h2 { line-height: 1.12 !important; }
}

/* Mobile-only refinement: complete hero media, centered footer and flexible inventory view */
.mobile-view-toggle { display: none; }

@media (max-width: 620px) {
  /* Mobile menu headers: no contact button. Keep the vehicle heart layout,
     while all other inner pages use a centered logo and a right menu button. */
  body:not(.home-clean) .header-contact {
    display: none !important;
  }
  body:not(.home-clean):not([data-page="fahrzeuge"]) .header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  body:not(.home-clean):not([data-page="fahrzeuge"]) .header-inner > .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }
  body:not(.home-clean):not([data-page="fahrzeuge"]) .header-actions {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
    justify-self: end;
  }
  body:not(.home-clean):not([data-page="fahrzeuge"]) .header-actions .saved-button {
    display: none !important;
  }

  /* The page header is positioned above the document. Reserve its full height
     plus a narrow dark divider so the title image never sits underneath it. */
  body:not(.home-clean) main {
    padding-top: 96px;
    background: #090a0b;
  }

  /* Legal pages use the same dark mobile canvas. Keep every document heading
     clearly readable instead of inheriting the dark desktop text color. */
  body[data-page="impressum"] .legal-page h1,
  body[data-page="impressum"] .legal-managed-content h2,
  body[data-page="impressum"] .legal-managed-content h3,
  body[data-page="datenschutz"] .legal-page h1,
  body[data-page="datenschutz"] .legal-managed-content h2,
  body[data-page="datenschutz"] .legal-managed-content h3 {
    color: #fff;
  }

  /* Exact 16:9 title image on every inner page. The viewport-based height is
     intentional: it cannot be compressed by the flex content or old rules. */
  body:not(.home-clean) .inner-hero {
    width: 100%;
    height: 56.25vw;
    min-height: 0 !important;
    aspect-ratio: auto;
    padding: 0;
    align-items: center;
    background-size: cover;
  }
  body:not(.home-clean) .inner-hero .shell {
    height: 100%;
    padding-block: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body:not(.home-clean) .inner-hero .eyebrow {
    margin-bottom: 6px;
    font-size: 7px;
    line-height: 1.25;
  }
  body:not(.home-clean) .inner-hero h1 {
    max-width: calc(100vw - 34px);
    margin: 0 0 8px;
    font-size: clamp(22px, 6.7vw, 29px);
    line-height: 1.02 !important;
    text-align: center;
  }
  body:not(.home-clean) .inner-hero p:last-child {
    max-width: min(86vw, 460px);
    margin: 0 auto;
    font-size: 9px;
    line-height: 1.4;
    text-align: center;
  }

  .home-header .home-header__inner {
    grid-template-columns: 1fr auto 1fr;
  }
  .home-header .home-brand {
    grid-column: 2;
    width: min(185px, 48vw);
    justify-self: center;
  }
  .home-header .menu-button {
    grid-column: 3;
    justify-self: end;
  }

  .home-hero {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .home-hero__image,
  .home-hero__video {
    inset: 14% 0 auto;
    height: 72%;
    object-fit: cover;
    background: #090a0b;
  }
  .home-hero__image { object-position: calc(100% + 80px) center; }
  .home-hero__video { object-position: center center; }
  .home-hero__image,
  .home-hero.has-intro-video.intro-video-finished .home-hero__image {
    animation: none !important;
    transform: none !important;
  }
  .home-hero__overlay {
    background: rgba(7,8,9,.48);
  }
  .home-hero__content {
    padding-block: 10px;
    justify-content: center;
  }
  /* The desktop stagger animation can resume halfway through after a mobile
     page change. Render the compact hero copy as one stable unit instead. */
  .home-hero__content .reveal,
  .home-hero__content .reveal--delay-1,
  .home-hero__content .reveal--delay-2,
  .home-hero__content .reveal--delay-3 {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .home-hero .eyebrow {
    margin-bottom: 6px;
    font-size: 6px;
  }
  .home-hero h1 {
    max-width: calc(100vw - 36px);
    margin-bottom: 6px;
    font-size: clamp(18px, 5.4vw, 22px);
    line-height: 1 !important;
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
  }
  .home-hero__content > p:not(.eyebrow) {
    margin-bottom: 7px;
    font-size: 6.5px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .home-hero__actions {
    width: 100%;
    flex-direction: row;
    gap: 6px;
  }
  .home-hero__actions .button {
    width: auto;
    min-width: 0;
    min-height: 30px;
    flex: 1 1 0;
    padding-inline: 8px;
    font-size: 6.5px;
  }

  .home-footer__grid {
    width: min(calc(100% - 36px), 460px);
    gap: 34px;
    justify-items: center;
    text-align: center;
  }
  .home-footer__brand,
  .home-footer__column {
    width: 100%;
  }
  .home-footer__brand .brand--image {
    margin-inline: auto;
  }
  .home-footer__brand .footer-social {
    justify-content: center;
  }
  .home-footer__column nav {
    align-items: center;
  }
  .home-footer__hours .footer-hours {
    width: min(100%, 330px);
    margin-inline: auto;
    grid-template-columns: 1fr auto;
    gap: 12px;
    text-align: left;
  }
  .home-footer__hours .footer-hours b {
    text-align: right;
  }
  .home-footer .footer-bottom,
  body:not(.home-clean) .home-footer .footer-bottom {
    align-items: center;
    text-align: center;
  }
  .home-footer .footer-bottom > div {
    justify-content: center;
  }

  .inventory-toolbar {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }
  .inventory-toolbar > p {
    grid-column: 1;
  }
  .mobile-view-toggle {
    display: flex;
    grid-column: 1;
    gap: 8px;
  }
  .mobile-view-toggle button {
    display: grid;
    width: 38px;
    min-height: 38px;
    padding: 7px;
    place-items: center;
    color: #77746f;
    background: transparent;
    border: 1px solid #d7d2c9;
    border-radius: 2px;
  }
  .mobile-view-toggle button.active {
    color: #fff;
    background: #111315;
    border-color: #111315;
  }
  .view-icon {
    display: grid;
    width: 20px;
    height: 20px;
    gap: 3px;
  }
  .view-icon--one { grid-template-columns: 1fr; }
  .view-icon--two { grid-template-columns: repeat(2, 1fr); }
  .view-icon i {
    display: block;
    min-width: 0;
    border: 1.5px solid currentColor;
  }
  .inventory-toolbar .sort-control {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .vehicle-card {
    cursor: pointer;
  }
  .vehicle-card__image {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .vehicle-grid.vehicle-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }
  .vehicle-grid--two .vehicle-card__image {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .vehicle-grid--two .vehicle-card__image-main { object-fit: contain; }
  .vehicle-grid--two .vehicle-card__image-backdrop { object-fit: cover; transform: scale(1.1); }
  .vehicle-grid--two .vehicle-card__badge {
    top: 8px;
    left: 8px;
    max-width: calc(100% - 48px);
    padding: 5px 6px;
    font-size: 6px;
    line-height: 1.25;
  }
  .vehicle-grid--two .save-card {
    top: 7px;
    right: 7px;
    width: 31px;
    height: 31px;
    font-size: 18px;
  }
  .vehicle-grid--two .vehicle-card__body {
    padding: 12px 9px 13px;
  }
  .vehicle-grid--two .vehicle-card__brand {
    margin-bottom: 5px;
    font-size: 6px;
    line-height: 1.4;
  }
  .vehicle-grid--two .vehicle-card h3 {
    min-height: 34px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.16 !important;
  }
  .vehicle-grid--two .vehicle-card h3 small {
    margin-top: 4px;
    font-size: 6px;
  }
  .vehicle-grid--two .vehicle-card__specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 10px;
    padding-bottom: 9px;
    gap: 3px;
    font-size: 6.5px;
  }
  .vehicle-grid--two .vehicle-card__specs span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
  }
  .vehicle-grid--two .vehicle-card__specs b {
    min-height: 14px;
    font-size: 4.5px;
    line-height: 1.2;
    white-space: normal;
  }
  .vehicle-grid--two .vehicle-card__specs strong {
    font-size: 6.5px;
    line-height: 1.25;
  }
  .vehicle-grid--two .vehicle-card__footer {
    align-items: flex-end;
    flex-direction: row;
    gap: 5px;
  }
  .vehicle-grid--two .vehicle-card__price {
    min-width: 0;
    font-size: 14px;
  }
  .vehicle-grid--two .vehicle-card__price small {
    font-size: 6px;
  }
  .vehicle-grid--two .card-details {
    flex: 0 0 auto;
    padding: 4px 0 3px;
    font-size: 6px;
  }
  .favicon-settings {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .favicon-settings__content {
    align-items: center;
    text-align: center;
  }
  .favicon-settings__content .site-image-actions {
    justify-content: center;
  }
  .privacy-notice {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    padding: 18px;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }
  .privacy-notice h2 { font-size: 17px; }
  .privacy-notice p:not(.eyebrow) { font-size: 10px; }
  .privacy-notice .button { width: 100%; min-width: 0; }
  .save-card,
  .vehicle-grid--two .save-card {
    width: auto;
    height: 29px;
    min-width: 0;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 0;
  }
  .save-card::after {
    content: "Merken";
    font-size: 6px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .save-card.saved::after { content: "Gemerkt"; }
}

@media (max-width: 380px) {
  .home-hero h1 { font-size: 18px; }
  .home-hero__content > p:not(.eyebrow) { font-size: 6px; }
  .home-hero__actions .button { padding-inline: 6px; font-size: 6px; }
}

/* Natural automatic spacing for every heading */
h1, h2, h3, h4 {
  font-kerning: auto !important;
  font-feature-settings: "kern" 1 !important;
  letter-spacing: normal !important;
}
