/* ==========================================================================
   ALBRECHT CARS – Designsystem
   Umsetzung nach „Albrecht_Cars_Pixel_Perfect_Webanalyse"
   Layer: 1 Tokens · 2 Base · 3 Layout · 4 Components · 5 Pages · 6 Utilities
   ========================================================================== */

/* ---------- Fonts (self-hosted, DSGVO) ---------- */
@font-face { font-family:'Manrope'; font-weight:400; font-display:swap; src:url('../fonts/manrope-400.woff2') format('woff2'); }
@font-face { font-family:'Manrope'; font-weight:500; font-display:swap; src:url('../fonts/manrope-500.woff2') format('woff2'); }
@font-face { font-family:'Manrope'; font-weight:600; font-display:swap; src:url('../fonts/manrope-600.woff2') format('woff2'); }
@font-face { font-family:'Manrope'; font-weight:700; font-display:swap; src:url('../fonts/manrope-700.woff2') format('woff2'); }
@font-face { font-family:'Manrope'; font-weight:800; font-display:swap; src:url('../fonts/manrope-800.woff2') format('woff2'); }

/* ==========================================================================
   LAYER 1 · TOKENS
   ========================================================================== */
:root {
  /* Farben */
  --ac-ink: #191f28;
  --ac-ink-tief: #11161d;
  --ac-champagne: #e7ddc5;
  --ac-champagne-warm: #d8c190;
  --ac-ivory: #f6f2e9;
  --ac-white: #fff;
  --ac-muted: #656b73;
  --ac-line: rgba(25,31,40,.14);
  --ac-line-dark: rgba(231,221,197,.35);
  --ac-erfolg: #2f6b4f;
  --ac-fehler: #a3312b;

  /* Layout */
  --container: 1280px;
  --gutter: clamp(20px, 5.55vw, 80px);

  /* Radien */
  --radius-card: 8px;
  --radius-ui: 4px;

  /* Abstände */
  --space-1: 4px;  --space-2: 8px;  --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px;
  --space-9: 88px; --space-10: 128px;

  /* Section-Padding */
  --section-y: 72px;
  --section-y-kompakt: 56px;

  /* Motion */
  --ease-premium: cubic-bezier(.22,1,.36,1);
  --dur-hover: 180ms;
  --dur-header: 220ms;
  --dur-reveal: 600ms;
  --dur-drawer: 320ms;

  /* Schatten */
  --schatten: 0 18px 50px rgba(17,22,29,.10);
  --schatten-hover: 0 24px 60px rgba(17,22,29,.16);
}
@media (min-width: 768px)  { :root { --section-y: 96px;  --section-y-kompakt: 72px; } }
@media (min-width: 1280px) { :root { --section-y: 128px; --section-y-kompakt: 88px; } }

/* ==========================================================================
   LAYER 2 · BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  font-size: 16px; line-height: 26px; font-weight: 400;
  color: var(--ac-ink); background: var(--ac-white);
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img, video { display: block; max-width: 100%; height: auto; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--ac-champagne-warm); outline-offset: 2px; }
.dunkel :focus-visible { outline-color: var(--ac-champagne); }

/* Typo-Skala – Mobile 390 zuerst */
h1, h2, h3, h4 { font-weight: 700; letter-spacing: -.025em; text-wrap: balance; }
.t-display, h1 { font-size: 42px; line-height: 44px; letter-spacing: -.035em; }
.hero-inhalt h1 { font-size: 62px; line-height: 60px; letter-spacing: -.04em; }
.t-h2, h2 { font-size: 34px; line-height: 38px; }
.t-h3, h3 { font-size: 24px; line-height: 30px; font-weight: 650; letter-spacing: -.02em; }
.t-h4, h4 { font-size: 20px; line-height: 26px; letter-spacing: -.015em; }
.t-lead { font-size: 18px; line-height: 28px; font-weight: 400; max-width: 62ch; }
.t-body-l { font-size: 16px; line-height: 27px; }
p { font-size: 16px; line-height: 26px; max-width: 68ch; }
.t-eyebrow {
  display: inline-block; font-size: 11px; line-height: 15px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em; color: var(--ac-muted);
}
.dunkel .t-eyebrow, .t-eyebrow--hell { color: var(--ac-champagne); }
.t-meta { font-size: 12px; line-height: 18px; font-weight: 500; color: var(--ac-muted); }
.dunkel .t-meta { color: rgba(231,221,197,.72); }

@media (min-width: 768px) {
  .t-display, h1 { font-size: 58px; line-height: 60px; }
  .hero-inhalt h1 { font-size: 96px; line-height: 92px; }
  .t-h2, h2 { font-size: 44px; line-height: 48px; }
  .t-h3, h3 { font-size: 28px; line-height: 34px; }
  .t-h4, h4 { font-size: 22px; line-height: 28px; }
  .t-lead { font-size: 19px; line-height: 30px; }
  .t-body-l { font-size: 17px; line-height: 29px; }
  .t-eyebrow, .t-meta { font-size: 12px; line-height: 16px; }
  .t-meta { line-height: 19px; font-size: 13px; }
}
@media (min-width: 1280px) {
  .t-display, h1 { font-size: 72px; line-height: 72px; }
  .hero-inhalt h1 { font-size: 144px; line-height: 132px; letter-spacing: -.045em; }
  .t-h2, h2 { font-size: 52px; line-height: 56px; }
  .t-h3, h3 { font-size: 30px; line-height: 36px; }
  .t-h4, h4 { font-size: 24px; line-height: 30px; }
  .t-lead { font-size: 21px; line-height: 32px; }
  .t-body-l { font-size: 18px; line-height: 30px; }
}

/* ==========================================================================
   LAYER 3 · LAYOUT
   ========================================================================== */
.container { width: min(var(--container), calc(100% - 2*var(--gutter))); margin-inline: auto; }
.section { padding-block: var(--section-y); position: relative; }
.section--kompakt { padding-block: var(--section-y-kompakt); }
.dunkel { background: var(--ac-ink); color: var(--ac-ivory); }
.dunkel h1, .dunkel h2, .dunkel h3, .dunkel h4 { color: var(--ac-ivory); }
.hell { background: var(--ac-ivory); color: var(--ac-ink); }
.weiss { background: var(--ac-white); }

.stack > * + * { margin-top: var(--space-5); }
.stack-sm > * + * { margin-top: var(--space-3); }
.cluster { display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; }
.split { display: grid; gap: var(--space-7); }
@media (min-width: 1024px) {
  .split { grid-template-columns: repeat(12, 1fr); gap: var(--space-5); align-items: center; }
  .sp-4 { grid-column: span 4; } .sp-5 { grid-column: span 5; } .sp-6 { grid-column: span 6; }
  .sp-7 { grid-column: span 7; } .sp-8 { grid-column: span 8; }
}

.sektionskopf { max-width: 720px; }
.sektionskopf .t-eyebrow { margin-bottom: var(--space-3); }
.sektionskopf h2 + .t-lead { margin-top: var(--space-5); }
.sektionskopf--zentriert { margin-inline: auto; text-align: center; }
.sektionskopf--zentriert .t-lead { margin-inline: auto; }

/* ==========================================================================
   LAYER 4 · COMPONENTS
   ========================================================================== */

/* ---- Skip Link ---- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--ac-ink); color: var(--ac-champagne); padding: 12px 20px;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---- Header ---- */
.site-header {
  position: fixed; inset-inline: 0; top: 0; z-index: 1000;
  height: 72px; display: flex; align-items: center;
  transition: background var(--dur-header) var(--ease-premium),
              box-shadow var(--dur-header) var(--ease-premium),
              height var(--dur-header) var(--ease-premium);
}
.site-header.gescrollt { background: rgba(25,31,40,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(231,221,197,.16); }
.header-inner { display: flex; align-items: center; gap: var(--space-5); width: min(var(--container), calc(100% - 2*var(--gutter))); margin-inline: auto; }
.header-logo img { height: 52px; width: auto; }
.header-nav { display: none; margin-inline: auto; gap: var(--space-6); }
.header-nav a {
  font-size: 16px; font-weight: 600; color: var(--ac-ivory); position: relative;
  padding-block: 6px;
}
.header-nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0;
  background: var(--ac-champagne); transition: width var(--dur-hover) var(--ease-premium);
}
.header-nav a:hover::after, .header-nav a[aria-current="page"]::after { width: 100%; }
.header-nav a[aria-current="page"] { color: var(--ac-champagne); }
.header-aktionen { display: flex; align-items: center; gap: var(--space-2); margin-left: auto; }
.header-tel {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border: 1px solid var(--ac-line-dark); border-radius: var(--radius-ui);
  color: var(--ac-ivory); transition: background var(--dur-hover), color var(--dur-hover);
}
.header-tel:hover { background: var(--ac-champagne); color: var(--ac-ink); }
.burger {
  width: 48px; height: 48px; border: 1px solid var(--ac-line-dark); border-radius: var(--radius-ui);
  background: none; cursor: pointer; display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
}
.burger span { display: block; width: 20px; height: 1.5px; background: var(--ac-ivory); transition: transform var(--dur-hover) var(--ease-premium), opacity var(--dur-hover); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
@media (min-width: 1024px) {
  .site-header { height: 96px; }
  .header-logo img { height: 72px; }
  .header-nav { display: flex; }
  .burger { display: none; }
  .header-tel { display: none; }
}

/* ---- Mobile Drawer ---- */
.drawer { position: fixed; inset: 0; z-index: 999; visibility: hidden; overflow: hidden; }
.drawer::before { content: ''; position: absolute; inset: 0; background: rgba(17,22,29,.6); opacity: 0; transition: opacity var(--dur-drawer) var(--ease-premium); }
.drawer-panel {
  position: absolute; inset-block: 0; right: 0; width: min(420px, 90vw);
  background: var(--ac-ink); color: var(--ac-ivory);
  padding: 96px var(--space-6) var(--space-6); overflow-y: auto;
  transform: translateX(102%); transition: transform var(--dur-drawer) var(--ease-premium);
}
.drawer.offen { visibility: visible; }
.drawer.offen::before { opacity: 1; }
.drawer.offen .drawer-panel { transform: none; }
.drawer-nav a {
  display: block; font-size: 26px; font-weight: 700; letter-spacing: -.025em;
  padding-block: 14px; border-bottom: 1px solid var(--ac-line-dark);
}
.drawer-nav a[aria-current="page"] { color: var(--ac-champagne); }
.drawer-meta { margin-top: var(--space-6); }
.drawer-meta a { display: flex; align-items: center; min-height: 44px; color: rgba(231,221,197,.8); font-size: 15px; }
.drawer-nav li { opacity: 0; transform: translateX(16px); transition: opacity 340ms var(--ease-premium), transform 340ms var(--ease-premium); }
.drawer.offen .drawer-nav li { opacity: 1; transform: none; }
.drawer.offen .drawer-nav li:nth-child(1) { transition-delay: 90ms; }
.drawer.offen .drawer-nav li:nth-child(2) { transition-delay: 130ms; }
.drawer.offen .drawer-nav li:nth-child(3) { transition-delay: 170ms; }
.drawer.offen .drawer-nav li:nth-child(4) { transition-delay: 210ms; }
.drawer.offen .drawer-nav li:nth-child(5) { transition-delay: 250ms; }
.drawer.offen .drawer-nav li:nth-child(6) { transition-delay: 290ms; }
.drawer.offen .drawer-nav li:nth-child(7) { transition-delay: 330ms; }

/* ---- Buttons ---- */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding-inline: 28px; border-radius: var(--radius-ui);
  font-size: 16px; font-weight: 700; letter-spacing: -.01em; cursor: pointer;
  border: 1px solid var(--ac-ink); background: var(--ac-ink); color: var(--ac-champagne);
  transition: background var(--dur-hover) var(--ease-premium),
              color var(--dur-hover) var(--ease-premium),
              border-color var(--dur-hover) var(--ease-premium),
              transform var(--dur-hover) var(--ease-premium);
  text-align: center;
}
.button:hover { background: var(--ac-champagne); color: var(--ac-ink); border-color: var(--ac-champagne); }
.button:active { transform: translateY(1px); }
.button--sekundaer { background: transparent; color: var(--ac-ink); }
.button--sekundaer:hover { background: var(--ac-ink); color: var(--ac-champagne); border-color: var(--ac-ink); }
.button--hell { background: transparent; color: var(--ac-ivory); border-color: var(--ac-champagne); }
.button--hell:hover { background: var(--ac-champagne); color: var(--ac-ink); }
.button--voll { width: 100%; }
.button .pfeil { transition: transform var(--dur-hover) var(--ease-premium); }
.button:hover .pfeil { transform: translateX(4px); }

.textlink {
  display: inline-flex; align-items: center; gap: 10px; min-height: 44px;
  font-weight: 700; font-size: 16px;
}
.textlink span:first-child { border-bottom: 1.5px solid transparent; transition: border-color var(--dur-hover); }
.textlink:hover span:first-child { border-color: currentColor; }
.textlink .pfeil { transition: transform var(--dur-hover) var(--ease-premium); }
.textlink:hover .pfeil { transform: translateX(4px); }

.iconbutton {
  width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--ac-line); border-radius: var(--radius-ui); background: var(--ac-white); cursor: pointer;
  transition: border-color var(--dur-hover), background var(--dur-hover);
}
.iconbutton:hover { border-color: var(--ac-ink); }

/* ---- Hero ---- */
.hero { position: relative; min-height: 720px; display: flex; align-items: flex-end; padding-bottom: var(--space-9); overflow: clip; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(17,22,29,.92) 0%, rgba(17,22,29,.62) 45%, rgba(17,22,29,.30) 100%);
}
.hero-inhalt { position: relative; z-index: 1; max-width: 820px; color: var(--ac-ivory); padding-top: 120px; }
.hero-inhalt h1 { color: var(--ac-ivory); }
.hero-inhalt .t-lead { margin-top: var(--space-5); color: rgba(246,242,233,.86); }
.hero-aktionen { display: flex; flex-direction: column; gap: var(--space-3); margin-top: var(--space-6); }
.hero-marker { display: flex; align-items: center; gap: 10px; margin-bottom: var(--space-4); }
.hero-marker .strich { width: 40px; height: 1.5px; background: var(--ac-champagne); }
@media (min-width: 768px) {
  .hero { min-height: 760px; }
  .hero-media::after { background: linear-gradient(90deg, rgba(17,22,29,.90) 0%, rgba(17,22,29,.58) 48%, rgba(17,22,29,.18) 100%); }
  .hero-aktionen { flex-direction: row; }
}
@media (min-width: 1280px) { .hero { min-height: 860px; } }

/* Seitenkopf (Unterseiten) */
.seitenkopf { position: relative; padding-top: 150px; padding-bottom: var(--space-8); overflow: clip; }
.seitenkopf--bild { min-height: 460px; display: flex; align-items: flex-end; }
.seitenkopf .kopf-media { position: absolute; inset: 0; z-index: 0; }
.seitenkopf .kopf-media img { width: 100%; height: 100%; object-fit: cover; }
.seitenkopf .kopf-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,22,29,.94) 0%, rgba(17,22,29,.66) 60%, rgba(17,22,29,.40) 100%); }
.seitenkopf .container { position: relative; z-index: 1; }
.seitenkopf .t-lead { margin-top: var(--space-5); color: rgba(246,242,233,.86); }

/* ---- Breadcrumb ---- */
.breadcrumb { padding-block: var(--space-4); font-size: 13px; color: var(--ac-muted); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; }
.breadcrumb li + li::before { content: '/'; margin-right: 8px; opacity: .5; }
.breadcrumb a:hover { color: var(--ac-ink); text-decoration: underline; }

/* ---- Fahrzeugkarte ---- */
.fahrzeuge-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .fahrzeuge-grid { gap: 20px; grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .fahrzeuge-grid { gap: 24px; grid-template-columns: repeat(3, 1fr); } }

.vehicle-card {
  display: flex; flex-direction: column; background: var(--ac-white);
  border: 1px solid var(--ac-line); border-radius: var(--radius-card); overflow: hidden;
  transition: transform 260ms var(--ease-premium), box-shadow 260ms var(--ease-premium);
}
.vehicle-card:hover { transform: translateY(-4px); box-shadow: var(--schatten-hover); }
.vehicle-card__media { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--ac-ivory); }
.vehicle-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms var(--ease-premium); }
.vehicle-card:hover .vehicle-card__media img { transform: scale(1.025); }
.vehicle-card__badge {
  position: absolute; left: 12px; top: 12px; z-index: 2;
  background: var(--ac-ink); color: var(--ac-champagne);
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 2px;
}
.vehicle-card__badge--frei { background: var(--ac-champagne); color: var(--ac-ink); }
.vehicle-card__badge--reserviert { background: #7a6a45; color: var(--ac-ivory); }
.vehicle-card__badge--verkauft { background: var(--ac-muted); color: var(--ac-white); }
.vehicle-card__body { display: flex; flex-direction: column; flex: 1; padding: var(--space-5); }
.vehicle-card__title { font-size: 20px; line-height: 26px; font-weight: 700; letter-spacing: -.02em; min-height: 52px; display: flex; align-items: flex-start; }
.vehicle-card__trim {
  margin-top: 6px; min-height: 19px; font-size: 13px; color: var(--ac-muted);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.vehicle-card__facts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px;
  margin-top: var(--space-4); padding-top: var(--space-4); border-top: 1px solid var(--ac-line);
}
.vehicle-card__facts div { min-width: 0; }
.vehicle-card__facts dt { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--ac-muted); }
.vehicle-card__facts dd { font-size: 15px; font-weight: 600; margin-top: 2px; }
.vehicle-card__preis { margin-top: auto; padding-top: var(--space-5); font-size: 26px; font-weight: 800; letter-spacing: -.03em; }
.vehicle-card__preis-meta { font-size: 12px; color: var(--ac-muted); margin-top: 2px; }
.vehicle-card__aktion { margin-top: var(--space-5); }
.vehicle-card--verkauft .vehicle-card__media img { filter: grayscale(1) brightness(.8); }

/* ---- Filterleiste ---- */
.filterleiste { background: var(--ac-ivory); border: 1px solid var(--ac-line); border-radius: var(--radius-card); padding: var(--space-5); }
.filter-grid { display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
@media (min-width: 768px) { .filter-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .filter-grid { grid-template-columns: repeat(5, 1fr); } }
.filter-feld label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ac-muted); margin-bottom: 6px; }
.filter-feld select, .filter-feld input {
  width: 100%; min-height: 48px; padding: 10px 12px; background: var(--ac-white);
  border: 1px solid var(--ac-line); border-radius: var(--radius-ui);
}
.filter-status { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-3); margin-top: var(--space-4); }
.filter-chip {
  display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 4px 12px;
  border: 1px solid var(--ac-ink); border-radius: 999px; font-size: 13px; font-weight: 600;
  background: var(--ac-white); cursor: pointer;
}
.filter-chip button { background: none; border: 0; cursor: pointer; font-size: 16px; line-height: 1; }
.treffer { font-weight: 700; }

/* ---- Datenband / Faktenliste ---- */
.datenband { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ac-line); border: 1px solid var(--ac-line); }
@media (min-width: 768px) { .datenband { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .datenband { grid-template-columns: repeat(6, 1fr); } }
.datenband div { background: var(--ac-white); padding: var(--space-4); }
.datenband dt { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--ac-muted); }
.datenband dd { font-size: 17px; font-weight: 700; margin-top: 4px; }

/* ---- Sektion mit großem Hintergrundbild (Multiply auf Ink) ---- */
.bild-szene { position: relative; overflow: clip; isolation: isolate; }
.bild-szene .szene-media { position: absolute; inset: 0; z-index: -2; }
.bild-szene .szene-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bild-szene::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--ac-ink); mix-blend-mode: multiply; opacity: .82;
}
.bild-szene::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(17,22,29,.94) 0%, rgba(17,22,29,.72) 42%, rgba(17,22,29,.18) 100%);
}
@media (max-width: 767px) {
  .bild-szene::after { background: linear-gradient(0deg, rgba(17,22,29,.94) 20%, rgba(17,22,29,.7) 100%); }
}
html.js .bild-szene .szene-media img { transform: scale(1.06); transition: transform 1600ms var(--ease-premium); }
html.js .bild-szene.sichtbar .szene-media img { transform: none; }

.bild-szene ul li { color: var(--ac-ivory); }
.bild-szene .t-lead { color: rgba(246,242,233,.94); }

/* ---- Zahlenmodule ---- */
.zahlen { display: grid; gap: var(--space-5); grid-template-columns: 1fr; }
@media (min-width: 768px) { .zahlen { grid-template-columns: repeat(2, 1fr); } .zahlen > *:last-child { grid-column: 1 / -1; } }
@media (min-width: 1024px) { .zahlen { grid-template-columns: repeat(3, 1fr); } .zahlen > *:last-child { grid-column: auto; } }
.zahl-modul { border-top: 1px solid var(--ac-champagne); padding: var(--space-5); min-height: 150px; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 1024px) { .zahl-modul { padding: var(--space-6); min-height: 210px; } }
.zahl-modul .wert { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1.05; hyphens: auto; }
@media (min-width: 1024px) { .zahl-modul .wert { font-size: 56px; } }
.zahl-modul .label { margin-top: var(--space-3); font-size: 14px; color: rgba(246,242,233,.78); }
.hell .zahl-modul .label, .weiss .zahl-modul .label { color: var(--ac-muted); }

/* ---- Leistungs-/Vorteilsliste ---- */
.vorteile { display: grid; gap: var(--space-6); grid-template-columns: 1fr; }
@media (min-width: 768px) { .vorteile { grid-template-columns: repeat(3, 1fr); gap: var(--space-7); } }
.vorteil { border-top: 1px solid var(--ac-line-dark); padding-top: var(--space-4); }
.hell .vorteil, .weiss .vorteil { border-top-color: var(--ac-line); }
.vorteil .nr { font-size: 12px; font-weight: 700; letter-spacing: .14em; color: var(--ac-champagne); }
.hell .vorteil .nr, .weiss .vorteil .nr { color: var(--ac-muted); }
.vorteil h3 { margin-top: var(--space-3); font-size: 22px; line-height: 28px; }
.vorteil p { margin-top: var(--space-3); font-size: 16px; }
.dunkel .vorteil p { color: rgba(246,242,233,.8); }

/* ---- Ablauf-Schritte ---- */
.schritte { display: grid; gap: var(--space-5); grid-template-columns: 1fr; counter-reset: schritt; }
@media (min-width: 768px) { .schritte { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .schritte { grid-template-columns: repeat(4, 1fr); } }
.schritt { border: 1px solid var(--ac-line); border-radius: var(--radius-card); padding: var(--space-5); background: var(--ac-white); counter-increment: schritt; }
.schritt::before {
  content: counter(schritt, decimal-leading-zero);
  display: block; font-size: 13px; font-weight: 800; letter-spacing: .14em; color: var(--ac-muted);
}
.schritt h3 { margin-top: var(--space-3); font-size: 20px; line-height: 26px; }
.schritt p { margin-top: var(--space-2); font-size: 15px; line-height: 24px; }

/* ---- Inhaber-Split ---- */
.inhaber-bild { position: relative; }
.inhaber-bild img { width: 100%; max-width: 368px; border-radius: var(--radius-card); }
.inhaber-signatur { max-width: 220px; margin-top: var(--space-5); opacity: .9; }
@media (min-width: 768px) { .inhaber-signatur { max-width: 280px; } }
@media (min-width: 1024px) {
  .inhaber-split .inhaber-bild { grid-column: span 5; }
  .inhaber-split .inhaber-text { grid-column: span 6 / -1; }
}

/* ---- Partnerleiste (Logo-Karten) ---- */
.partner-leiste { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 640px)  { .partner-leiste { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
@media (min-width: 1024px) { .partner-leiste { grid-template-columns: repeat(5, 1fr); gap: 16px; } }
.partner-leiste li { list-style: none; min-width: 0; }
.partner-leiste a {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 1 / .82; padding: 16px;
  background: var(--ac-white); border: 1px solid var(--ac-line); border-radius: var(--radius-card);
  transition: transform 260ms var(--ease-premium), box-shadow 260ms var(--ease-premium), border-color var(--dur-hover);
}
.partner-leiste a:hover { transform: translateY(-4px); box-shadow: var(--schatten); border-color: rgba(25,31,40,.28); }
.partner-leiste img {
  max-width: 100%; max-height: 46px; width: auto; height: auto; object-fit: contain;
  transition: transform var(--dur-hover) var(--ease-premium);
}
.partner-leiste a:hover img { transform: scale(1.04); }
.dunkel .partner-leiste a { background: rgba(246,242,233,.96); border-color: transparent; }

/* ---- Bestands-Karte (mobile.de) ---- */
.bestand-karte {
  display: flex; flex-direction: column; gap: var(--space-3);
  background: var(--ac-white); border: 1px solid var(--ac-line); border-radius: var(--radius-card);
  padding: var(--space-6);
  transition: transform 260ms var(--ease-premium), box-shadow 260ms var(--ease-premium), border-color var(--dur-hover);
}
.bestand-karte:hover { transform: translateY(-4px); box-shadow: var(--schatten-hover); border-color: rgba(25,31,40,.28); }
.bestand-karte img {
  height: 30px; width: auto; max-width: 190px; align-self: flex-start;
  object-fit: contain; object-position: left center; margin-bottom: var(--space-2);
}
.bestand-karte img, .partner-leiste img, .header-logo img, .footer-logo img { aspect-ratio: auto; }
.bestand-karte .titel { font-size: 22px; font-weight: 700; letter-spacing: -.02em; color: var(--ac-ink); }
.bestand-karte .info { font-size: 15px; color: var(--ac-muted); }
.bestand-karte .mehr { margin-top: var(--space-3); font-weight: 700; font-size: 15px; color: var(--ac-ink); display: inline-flex; gap: 8px; align-items: center; }
/* Auf dunklem Grund bleibt die Karte weiß – Text muss dunkel sein */
.dunkel .bestand-karte, .dunkel .bestand-karte * { color: var(--ac-ink); }
.dunkel .bestand-karte .info { color: var(--ac-muted); }
.bestand-karte--klein { padding: var(--space-5); }
.bestand-karte--klein .titel { font-size: 18px; }

/* ---- Portal-Karten ---- */
.portale { display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
@media (min-width: 768px) { .portale { grid-template-columns: repeat(3, 1fr); } }
.portal-karte {
  display: flex; flex-direction: column; gap: var(--space-2);
  border: 1px solid var(--ac-line); border-radius: var(--radius-card); padding: var(--space-5);
  background: var(--ac-white); transition: border-color var(--dur-hover), transform 260ms var(--ease-premium), box-shadow 260ms var(--ease-premium);
}
.portal-karte:hover { border-color: var(--ac-ink); transform: translateY(-3px); box-shadow: var(--schatten); }
.portal-karte .name { font-size: 20px; font-weight: 700; letter-spacing: -.02em; color: var(--ac-ink); }
.portal-karte .info { font-size: 14px; color: var(--ac-muted); }
.portal-karte .mehr { margin-top: auto; padding-top: var(--space-4); font-weight: 700; font-size: 15px; color: var(--ac-ink); display: inline-flex; gap: 8px; align-items: center; }
.dunkel .portal-karte, .dunkel .portal-karte * { color: var(--ac-ink); }
.dunkel .portal-karte .info { color: var(--ac-muted); }

/* ---- Instagram ---- */
.insta-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px)  { .insta-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .insta-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.insta-kachel { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius-card); background: var(--ac-ink-tief); }
.insta-kachel img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms var(--ease-premium); }
.insta-kachel:hover img { transform: scale(1.04); }
.insta-kachel figcaption {
  position: absolute; inset-inline: 0; bottom: 0; padding: 14px 14px 16px;
  background: linear-gradient(0deg, rgba(17,22,29,.94) 30%, transparent);
  color: var(--ac-ivory); font-size: 13px; line-height: 18px;
}
.insta-kachel figcaption span {
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden; max-height: 36px;
}
.consent-platzhalter {
  border: 1px dashed var(--ac-line-dark); border-radius: var(--radius-card);
  padding: var(--space-7) var(--space-5); text-align: center;
}
.hell .consent-platzhalter, .weiss .consent-platzhalter { border-color: var(--ac-line); }

/* ---- Karte / Maps ---- */
.karte-consent { border: 1px solid var(--ac-line); border-radius: var(--radius-card); overflow: hidden; background: var(--ac-ivory); }
.karte-consent .platzhalter { padding: var(--space-8) var(--space-5); text-align: center; }
.karte-consent iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ---- Akkordeon / FAQ ---- */
.faq-liste { border-top: 1px solid var(--ac-line); max-width: 860px; }
.faq-item { border-bottom: 1px solid var(--ac-line); }
.faq-item > button, .faq-item h3 > button {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 22px 48px 22px 0; position: relative;
  font-size: 18px; line-height: 26px; font-weight: 700; letter-spacing: -.02em;
}
@media (min-width: 768px) { .faq-item > button, .faq-item h3 > button { font-size: 20px; line-height: 28px; } }
.faq-item > button::after, .faq-item h3 > button::after {
  content: ''; position: absolute; right: 8px; top: 50%; width: 14px; height: 14px;
  margin-top: -7px;
  background:
    linear-gradient(currentColor, currentColor) center/100% 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) center/1.5px 100% no-repeat;
  transition: transform var(--dur-hover) var(--ease-premium);
}
.faq-item.offen > button::after, .faq-item.offen h3 > button::after { transform: rotate(45deg); }
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 380ms var(--ease-premium); }
.faq-item.offen .faq-panel { grid-template-rows: 1fr; }
.faq-panel > div { overflow: hidden; }
.faq-panel p { padding-bottom: 22px; color: var(--ac-muted); max-width: 72ch; }
.faq-panel a { color: var(--ac-ink); text-decoration: underline; }

/* ---- Formulare ---- */
.formular { background: var(--ac-white); border: 1px solid var(--ac-line); border-radius: var(--radius-card); padding: var(--space-5); }
@media (min-width: 768px) { .formular { padding: var(--space-7); } }
.form-fortschritt { display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-5); flex-wrap: wrap; }
.form-fortschritt .balken { flex: 1 1 160px; height: 4px; background: var(--ac-line); border-radius: 2px; overflow: hidden; min-width: 120px; }
.form-fortschritt .balken i { display: block; height: 100%; background: var(--ac-ink); width: 25%; transition: width 380ms var(--ease-premium); }
.form-fortschritt .info { font-size: 13px; font-weight: 600; color: var(--ac-muted); }
.form-schritt { display: none; }
.form-schritt.aktiv { display: block; animation: schritt-ein 380ms var(--ease-premium); }
@keyframes schritt-ein { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.form-schritt > h3 { font-size: 22px; line-height: 28px; }
.form-schritt > p.hinweis { margin-top: 6px; font-size: 14px; color: var(--ac-muted); }
.feld-gruppe { margin-top: var(--space-5); }
.feld-gruppe > .legende { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ac-muted); margin-bottom: var(--space-3); }
.feld-reihe { display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
@media (min-width: 640px) { .feld-reihe--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .feld-reihe--3 { grid-template-columns: repeat(3, 1fr); } }
.feld label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.feld input[type="text"], .feld input[type="tel"], .feld input[type="email"],
.feld input[type="number"], .feld input[type="date"], .feld input[type="month"],
.feld select, .feld textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; background: var(--ac-white);
  border: 1px solid var(--ac-line); border-radius: var(--radius-ui);
  transition: border-color var(--dur-hover);
}
.feld textarea { min-height: 130px; resize: vertical; }
.feld input:focus, .feld select:focus, .feld textarea:focus { border-color: var(--ac-ink); }
.feld .hilfe { font-size: 13px; color: var(--ac-muted); margin-top: 6px; }
.feld .fehler { font-size: 13px; color: var(--ac-fehler); margin-top: 6px; font-weight: 600; }
.feld[data-fehler] input, .feld[data-fehler] select { border-color: var(--ac-fehler); }

/* Auswahlkacheln */
.kacheln { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .kacheln--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .kacheln--4 { grid-template-columns: repeat(4, 1fr); } }
.kachel { position: relative; }
.kachel input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.kachel span {
  display: flex; flex-direction: column; gap: 4px; justify-content: center;
  min-height: 68px; padding: 12px 14px; cursor: pointer;
  border: 1px solid var(--ac-line); border-radius: var(--radius-ui);
  font-size: 15px; font-weight: 600; background: var(--ac-white);
  transition: border-color var(--dur-hover), background var(--dur-hover), transform var(--dur-hover) var(--ease-premium);
}
.kachel span small { font-weight: 400; font-size: 12px; color: var(--ac-muted); }
.kachel:hover span { border-color: var(--ac-ink); }
.kachel input:checked + span {
  border-color: var(--ac-ink); background: var(--ac-ink); color: var(--ac-champagne);
}
.kachel input:checked + span small { color: rgba(231,221,197,.75); }
.kachel input:focus-visible + span { outline: 3px solid var(--ac-champagne-warm); outline-offset: 2px; }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip span {
  display: inline-flex; align-items: center; min-height: 44px; padding: 8px 16px; cursor: pointer;
  border: 1px solid var(--ac-line); border-radius: 999px; font-size: 15px; font-weight: 600;
  background: var(--ac-white); transition: border-color var(--dur-hover), background var(--dur-hover), color var(--dur-hover);
}
.chip:hover span { border-color: var(--ac-ink); }
.chip input:checked + span { background: var(--ac-ink); color: var(--ac-champagne); border-color: var(--ac-ink); }
.chip input:focus-visible + span { outline: 3px solid var(--ac-champagne-warm); outline-offset: 2px; }

/* Slider */
.slider-feld output { float: right; font-weight: 700; }
.slider-feld input[type="range"] { width: 100%; margin-top: 12px; accent-color: var(--ac-ink); min-height: 44px; }

/* Stepper */
.stepper { display: inline-flex; align-items: center; gap: 4px; }
.stepper button {
  width: 48px; height: 48px; border: 1px solid var(--ac-line); background: var(--ac-white);
  border-radius: var(--radius-ui); cursor: pointer; font-size: 20px; font-weight: 700;
}
.stepper button:hover { border-color: var(--ac-ink); }
.stepper input { width: 72px; text-align: center; }

/* Upload */
.upload {
  border: 1px dashed var(--ac-line); border-radius: var(--radius-card); padding: var(--space-6);
  text-align: center; cursor: pointer; transition: border-color var(--dur-hover), background var(--dur-hover);
}
.upload:hover, .upload.dran { border-color: var(--ac-ink); background: var(--ac-ivory); }
.upload input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.upload-liste { margin-top: var(--space-3); display: grid; gap: 6px; }
.upload-liste li { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; padding: 8px 12px; background: var(--ac-ivory); border-radius: var(--radius-ui); }

.captcha-block { margin-top: var(--space-5); }
.captcha-block .h-captcha { margin-bottom: 10px; min-height: 78px; }
.captcha-block iframe { max-width: 100%; }
.captcha-block[data-fehler] .h-captcha { outline: 2px solid var(--ac-fehler); outline-offset: 4px; border-radius: var(--radius-ui); }

/* Checkbox Datenschutz */
.zustimmung { display: flex; gap: 12px; align-items: flex-start; margin-top: var(--space-5); }
.zustimmung input { width: 22px; height: 22px; margin-top: 2px; flex: none; accent-color: var(--ac-ink); }
.zustimmung label { font-size: 14px; line-height: 22px; color: var(--ac-muted); }
.zustimmung[data-fehler] label { color: var(--ac-fehler); }
.zustimmung[data-fehler] input { outline: 2px solid var(--ac-fehler); outline-offset: 2px; }
.zustimmung .fehler { flex-basis: 100%; }
.zustimmung a { color: var(--ac-ink); text-decoration: underline; }

.form-navigation { display: flex; gap: var(--space-3); margin-top: var(--space-6); flex-wrap: wrap; }
.form-navigation .button { flex: 1 1 160px; }
.zusammenfassung { background: var(--ac-ivory); border-radius: var(--radius-ui); padding: var(--space-5); }
.zusammenfassung dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.zusammenfassung dt { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--ac-muted); }
.zusammenfassung dd { font-size: 15px; font-weight: 600; }
.honigtopf { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-meldung { padding: var(--space-4); border-radius: var(--radius-ui); font-weight: 600; margin-bottom: var(--space-4); }
.form-meldung--fehler { background: rgba(163,49,43,.08); color: var(--ac-fehler); }
.form-meldung--ok { background: rgba(47,107,79,.1); color: var(--ac-erfolg); }

/* ---- Sticky Action Bar (Fahrzeugdetail mobil) ---- */
.vehicle-actions {
  position: fixed; inset: auto 0 0; z-index: 900;
  min-height: 64px; padding: 8px 16px calc(8px + env(safe-area-inset-bottom));
  background: rgba(25,31,40,.96); backdrop-filter: blur(12px);
  display: flex; gap: 8px; align-items: center;
  transform: translateY(110%); transition: transform 320ms var(--ease-premium);
}
.vehicle-actions.sichtbar { transform: none; }
.vehicle-actions .button { flex: 1; min-height: 48px; padding-inline: 12px; font-size: 15px; }
@media (min-width: 768px) { .vehicle-actions { display: none; } }

/* ---- Galerie ---- */
.galerie-haupt { position: relative; aspect-ratio: 16/10; border-radius: var(--radius-card); overflow: hidden; background: var(--ac-ivory); }
.galerie-haupt img { width: 100%; height: 100%; object-fit: cover; }
.galerie-zaehler { position: absolute; right: 12px; bottom: 12px; background: rgba(17,22,29,.8); color: var(--ac-ivory); font-size: 13px; padding: 6px 10px; border-radius: 2px; }
.galerie-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 8px; }
.galerie-thumbs button { padding: 0; border: 1px solid transparent; border-radius: var(--radius-ui); overflow: hidden; cursor: pointer; background: none; aspect-ratio: 4/3; }
.galerie-thumbs button[aria-current="true"] { border-color: var(--ac-ink); }
.galerie-thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Lead-Karte Fahrzeugdetail ---- */
.lead-karte { border: 1px solid var(--ac-line); border-radius: var(--radius-card); padding: var(--space-5); background: var(--ac-white); }
@media (min-width: 1024px) { .lead-karte { position: sticky; top: 120px; } }
.lead-karte .preis { font-size: 34px; font-weight: 800; letter-spacing: -.03em; }
.lead-karte .rate { font-size: 14px; color: var(--ac-muted); margin-top: 4px; }
.lead-karte .kernwerte { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin: var(--space-5) 0; padding-block: var(--space-4); border-block: 1px solid var(--ac-line); }
.lead-karte .kernwerte dt { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--ac-muted); }
.lead-karte .kernwerte dd { font-size: 15px; font-weight: 600; }

/* ---- Ausstattungslisten ---- */
.ausstattung { display: grid; gap: var(--space-5); grid-template-columns: 1fr; }
@media (min-width: 640px) { .ausstattung { grid-template-columns: repeat(2, 1fr); } }
.ausstattung h3 { font-size: 16px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.ausstattung ul { margin-top: var(--space-3); display: grid; gap: 6px; }
.ausstattung li { font-size: 15px; padding-left: 20px; position: relative; }
.ausstattung li::before { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 1.5px; background: var(--ac-champagne-warm); }

/* ---- Kontaktfooter ---- */
.site-footer { background: var(--ac-ink); color: var(--ac-ivory); }
.footer-kontakt { display: grid; gap: var(--space-6); grid-template-columns: 1fr; }
@media (min-width: 768px) { .footer-kontakt { grid-template-columns: repeat(3, 1fr); } }
.footer-kontakt .block { border-top: 1px solid var(--ac-line-dark); padding-top: var(--space-4); }
.footer-kontakt .block .t-eyebrow { color: var(--ac-champagne); }
.footer-kontakt .block .wert { display: block; margin-top: var(--space-3); font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.footer-kontakt .block .wert { min-height: 44px; display: inline-flex; align-items: center; }
.footer-kontakt .block .wert:hover { color: var(--ac-champagne); }
.footer-nav { display: grid; gap: var(--space-6); grid-template-columns: repeat(2, 1fr); margin-top: var(--space-9); }
@media (min-width: 768px) { .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .footer-nav { grid-template-columns: 2fr 1fr 1fr 1fr; } }
@media (min-width: 1024px) { .footer-nav--5 { grid-template-columns: 1.8fr minmax(0,1fr) minmax(0,1fr) minmax(0,1.1fr) minmax(0,1fr); } }
.footer-nav h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--ac-champagne); font-weight: 700; }
.footer-nav ul { margin-top: var(--space-4); display: grid; gap: 0; }
.footer-nav a { font-size: 15px; color: rgba(246,242,233,.82); display: inline-flex; align-items: center; min-height: 44px; overflow-wrap: anywhere; }
.footer-nav > * { min-width: 0; }
.footer-nav li { min-width: 0; }
.footer-nav a:hover { color: var(--ac-champagne); }
.footer-logo img { height: 64px; width: auto; }
.footer-fuss {
  margin-top: var(--space-7); padding-block: var(--space-5); border-top: 1px solid var(--ac-line-dark);
  display: flex; flex-wrap: wrap; gap: 10px var(--space-5); justify-content: space-between;
  font-size: 13px; color: rgba(246,242,233,.6);
}
.footer-fuss a:hover { color: var(--ac-champagne); }

/* ---- Cookie-Banner ---- */
.cookie-banner {
  position: fixed; inset-inline: 12px; bottom: 12px; z-index: 1200; max-width: 560px;
  background: var(--ac-white); color: var(--ac-ink); border: 1px solid var(--ac-line);
  border-radius: var(--radius-card); padding: var(--space-5); box-shadow: 0 24px 60px rgba(17,22,29,.28);
}
@media (min-width: 768px) { .cookie-banner { inset-inline: auto 24px; bottom: 24px; } }
.cookie-banner h2 { font-size: 18px; line-height: 24px; }
.cookie-banner p { font-size: 14px; line-height: 22px; color: var(--ac-muted); margin-top: 8px; }
.cookie-banner a { color: var(--ac-ink); text-decoration: underline; }
.cookie-optionen { margin-top: var(--space-4); display: grid; gap: 10px; }
.cookie-option { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; }
.cookie-option input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--ac-ink); }
.cookie-aktionen { display: flex; flex-wrap: wrap; gap: 8px; margin-top: var(--space-5); }
.cookie-aktionen .button { flex: 1 1 150px; min-height: 48px; font-size: 15px; }
.cookie-fab {
  position: fixed; left: 16px; bottom: 16px; z-index: 1150;
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--ac-line-dark);
  background: var(--ac-ink); color: var(--ac-champagne); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform var(--dur-hover) var(--ease-premium);
}
.cookie-fab:hover { transform: scale(1.06); }
@media (max-width: 767px) { .cookie-fab { bottom: 76px; } }

/* ---- Prose (Rechtstexte) ---- */
.prose { max-width: 760px; }
.prose h2 { font-size: 26px; line-height: 32px; margin-top: var(--space-8); }
.prose h3 { font-size: 19px; line-height: 26px; margin-top: var(--space-6); }
.prose p, .prose li { color: #3b4149; margin-top: var(--space-3); font-size: 16px; line-height: 27px; }
.prose ul { list-style: disc; padding-left: 22px; }
.prose a { color: var(--ac-ink); text-decoration: underline; }
.prose table { width: 100%; border-collapse: collapse; margin-top: var(--space-4); font-size: 15px; table-layout: fixed; }
.prose table td, .prose table th { overflow-wrap: anywhere; }
.prose code { overflow-wrap: anywhere; }
.prose td, .prose th { border: 1px solid var(--ac-line); padding: 10px 12px; text-align: left; vertical-align: top; }

/* ==========================================================================
   LAYER 5 · MOTION
   ========================================================================== */
html.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity var(--dur-reveal) var(--ease-premium), transform var(--dur-reveal) var(--ease-premium); }
html.js .reveal.sichtbar { opacity: 1; transform: none; }
html.js [data-stagger] > * { opacity: 0; transform: translateY(24px); transition: opacity var(--dur-reveal) var(--ease-premium), transform var(--dur-reveal) var(--ease-premium); transition-delay: var(--verzug, 0ms); }
html.js [data-stagger].sichtbar > * { opacity: 1; transform: none; }
html.js .hero-inhalt > * { opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease-premium), transform 700ms var(--ease-premium); }
html.js .hero.sichtbar .hero-inhalt > *:nth-child(1) { opacity: 1; transform: none; }
html.js .hero.sichtbar .hero-inhalt > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 90ms; }
html.js .hero.sichtbar .hero-inhalt > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 180ms; }
html.js .hero.sichtbar .hero-inhalt > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 270ms; }
html.js .hero-media img { transform: scale(1.06); transition: transform 1400ms var(--ease-premium); }
html.js .hero.sichtbar .hero-media img { transform: none; }

/* ==========================================================================
   LAYER 6 · UTILITIES
   ========================================================================== */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.no-scroll { overflow: hidden; }
.text-muted { color: var(--ac-muted); }
.mt-4 { margin-top: var(--space-4); } .mt-5 { margin-top: var(--space-5); }
.mt-6 { margin-top: var(--space-6); } .mt-7 { margin-top: var(--space-7); }
.mt-8 { margin-top: var(--space-8); }
.hinweis-box { border-left: 2px solid var(--ac-champagne-warm); padding: var(--space-4) var(--space-5); background: var(--ac-ivory); border-radius: 0 var(--radius-ui) var(--radius-ui) 0; }
.dunkel .hinweis-box { background: rgba(246,242,233,.06); }
[hidden] { display: none !important; }

/* Overflow-Schutz */
.split > *, .vorteile > *, .zahlen > *, .fahrzeuge-grid > *, .footer-nav > * { min-width: 0; }

/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html.js .reveal, html.js [data-stagger] > *, html.js .hero-inhalt > * { opacity: 1; transform: none; }
  html.js .hero-media img { transform: none; }
}
