/* ============================================================
   BACH AUTOMOBILE – Muster (Website-Service Daniel Brot)
   ECHTES CI (Redesign-Preserve, Foto des Firmenbanners von Daniel
   15.08.2026): Rot #C8232B + Fast-Schwarz #1A1B1E + Silbergrau,
   heller Grund. Logo-Nachbau: Linien-Auto + kursive Wortmarke
   BACH (schwarz) / AUTOMOBILE (rot) – echtes Vektor-Logo vor
   Livegang von Bach einholen. Montserrat + Inter, alles lokal.
   ============================================================ */

@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-800.woff2") format("woff2"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }

:root {
  --dunkel: #1A1B1E;         /* Banner-Schwarz – trägt Hero + Kontakt */
  --dunkel-deep: #101114;
  --dunkel-soft: #2C2E33;
  --rot: #C8232B;            /* Banner-Rot – Marke + Handlung */
  --rot-deep: #A21C23;
  --rot-hell: #EF6E74;
  --silber: #A7ABAE;         /* Banner-Silbergrau */
  --bg: #F6F6F7;
  --bg-alt: #ECEDEF;
  --card: #FFFFFF;
  --ink: #1C1E20;
  --ink-dim: #595E63;
  --on-dunkel: #F4F4F5;
  --on-dunkel-dim: #A9ACB2;
  --line: #DEE0E3;
  --display: "Montserrat", "Arial Black", sans-serif;
  --text: "Inter", "Helvetica Neue", Arial, sans-serif;
  --wrap: 74rem;
  --radius: 12px;
  --shadow: 0 12px 32px -14px rgba(16, 17, 20, 0.35);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { color-scheme: dark; scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  font-family: var(--text); font-size: 1.0625rem; line-height: 1.65;
  background: var(--bg); color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--rot); color: #FFF5F5; }
:focus-visible { outline: 2px solid var(--rot); outline-offset: 3px; border-radius: 3px; }
html { scrollbar-color: var(--dunkel) var(--bg-alt); scrollbar-width: thin; }
a, button, summary { touch-action: manipulation; -webkit-tap-highlight-color: rgba(200, 35, 43, 0.15); }

.skip {
  position: absolute; left: 1rem; top: -3rem; z-index: 100;
  background: var(--dunkel-deep); color: #fff; font-weight: 600;
  padding: 0.6rem 1rem; border-radius: 0 0 10px 10px; text-decoration: none;
  transition: top 0.2s ease-out;
}
.skip:focus-visible { top: 0; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }

h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.05; text-wrap: balance; color: var(--dunkel-deep); letter-spacing: -0.015em; }
h2 { font-size: clamp(1.9rem, 4.4vw, 3rem); margin-bottom: 1.4rem; }
a { color: inherit; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: var(--text); font-weight: 600; font-size: 1.02rem;
  text-decoration: none; border-radius: 10px; border: 0; cursor: pointer;
  padding: 0.85rem 1.5rem;
  transition: background-color 0.22s ease-out, border-color 0.22s ease-out, transform 0.22s ease-out, box-shadow 0.22s ease-out;
}
.btn:active { transform: translateY(1px); }
.btn-cta { background: var(--rot); color: #FFF7EC; box-shadow: 0 8px 20px -10px rgba(200, 35, 43, 0.6); }
.btn-cta:hover { background: var(--rot-deep); }
.btn-line { border: 1.5px solid var(--line); color: var(--dunkel-deep); background: #fff; }
.btn-line:hover { border-color: var(--dunkel); }
.btn-dunkel { background: var(--dunkel); color: var(--on-dunkel); }
.btn-dunkel:hover { background: var(--dunkel-soft); }
.ic { width: 1.1em; height: 1.1em; flex: none; }
.ic-s { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.text-link { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; color: var(--rot-deep); text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 0.3em; }

/* ============ Header (dunkel, wie Bachs Firmenbanner) ============ */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(24, 24, 26, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
/* Marken-Streifen: zitiert die Racing-Shards des Firmenbanners (dezent, 1x) */
.brand-band {
  height: 5px;
  background: linear-gradient(105deg, var(--rot) 0%, var(--rot) 46%, var(--dunkel) 46%, var(--dunkel) 74%, var(--silber) 74%, var(--silber) 100%);
}
.head-inner {
  max-width: var(--wrap); margin-inline: auto;
  padding: 0.6rem clamp(1.25rem, 4vw, 3rem);
  display: flex; align-items: center; gap: 1.6rem;
}
/* Echtes Logo aus Bachs Firmenbanner (1:1, transparent freigestellt) */
.wordmark { display: inline-flex; align-items: center; text-decoration: none; }
.wm-logo { height: 46px; width: auto; display: block; }
.head-nav { display: flex; gap: 1.4rem; margin-left: auto; }
.head-nav a { text-decoration: none; font-weight: 600; font-size: 0.95rem; color: rgba(244, 244, 245, 0.72); transition: color 0.2s ease-out; }
.head-nav a:hover, .head-nav a[aria-current="page"] { color: #fff; }
.head-mail {
  display: inline-flex; align-items: center; gap: 0.45rem;
  text-decoration: none; font-weight: 600; font-size: 0.95rem; color: rgba(244, 244, 245, 0.82);
  transition: color 0.2s ease-out;
}
.head-mail .ic { width: 1.1rem; height: 1.1rem; }
.head-mail:hover { color: var(--rot-hell); }
.head-cta { padding: 0.6rem 1.1rem; font-size: 0.95rem; }
.kontakt-mail { color: var(--on-dunkel); text-decoration: none; border-bottom: 1px solid rgba(244,244,245,0.35); }
.kontakt-mail:hover { color: var(--rot-hell); border-color: var(--rot-hell); }

/* ============ Hero ============ */
.hero { position: relative; overflow: hidden; background: linear-gradient(170deg, var(--dunkel) 0%, var(--dunkel-deep) 88%); color: var(--on-dunkel); }
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 1fr);
  gap: clamp(2.5rem, 6vw, 5rem); align-items: center;
  padding-block: clamp(3rem, 8vh, 5.5rem);
}
.hero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.4rem); line-height: 1.04; }
.hero h1 em { font-style: normal; color: var(--rot-hell); }
.hero-sub { margin-top: 1.3rem; max-width: 34rem; font-size: 1.14rem; color: var(--on-dunkel-dim); }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.9rem; }

.hero-car {
  background: var(--card); color: var(--ink);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  text-decoration: none; display: block;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}
.hero-car:hover { transform: translateY(-3px); }
.hero-car img { display: block; width: 100%; height: auto; }

/* Hero-Show: rotierender Fahrzeug-Stack (jede Karte verlinkt auf ihre Detailseite) */
.hero-show { display: flex; flex-direction: column; gap: 0.9rem; }
.hero-stack { display: grid; }
.hero-stack .hero-car { grid-area: 1 / 1; opacity: 0; transition: opacity 0.6s ease, transform 0.25s ease-out, box-shadow 0.25s ease-out; pointer-events: none; }
.hero-stack .hero-car.aktiv { opacity: 1; pointer-events: auto; }
.hero-punkte { display: flex; gap: 0.4rem; justify-content: center; }
.hero-punkte button {
  width: 26px; height: 7px; padding: 0; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(255, 255, 255, 0.28); transition: background-color 0.25s ease-out, width 0.25s ease-out;
}
.hero-punkte button:hover { background: rgba(255, 255, 255, 0.55); }
.hero-punkte button[aria-current="true"] { background: var(--rot); width: 34px; }
@media (prefers-reduced-motion: reduce) {
  .hero-stack .hero-car { transition: opacity 0.2s ease, transform 0.2s ease; }
}
.hero-car-body { padding: 1rem 1.2rem 1.2rem; }
.hero-car-tag { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rot-deep); }
.hero-car-body strong { display: block; font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--dunkel-deep); margin-top: 0.2rem; }
.hero-car-body span { display: block; font-size: 0.9rem; color: var(--ink-dim); margin-top: 0.15rem; }
.hero-car-preis { font-family: var(--display); font-weight: 800; font-size: 1.3rem; color: var(--dunkel); font-variant-numeric: tabular-nums; margin-top: 0.4rem; }

/* ============ Trust-Streifen ============ */
.trust { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-block: 1.3rem; }
.trust-strip dt { font-family: var(--display); font-weight: 800; font-size: clamp(1.35rem, 2.6vw, 1.8rem); color: var(--dunkel-deep); font-variant-numeric: tabular-nums; }
.trust-strip dd { font-size: 0.88rem; color: var(--ink-dim); margin-top: 0.1rem; }

/* ============ Fahrzeug-Karten ============ */
.bestand { padding: clamp(3rem, 8vh, 5.5rem) 0; }
.bestand-kopf { display: flex; align-items: end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.bestand-kopf h2 { margin-bottom: 0; }
.bestand-hinweis { font-size: 0.9rem; color: var(--ink-dim); }
.car-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.car-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; display: flex; flex-direction: column;
  transition: box-shadow 0.25s ease-out, transform 0.25s ease-out, border-color 0.25s ease-out;
}
.car-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: transparent; }
.car-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; background: var(--bg-alt); }
.car-body { padding: 1rem 1.1rem 1.15rem; display: flex; flex-direction: column; gap: 0.3rem; flex: 1; }
.car-body h3 { font-size: 1.02rem; font-weight: 700; line-height: 1.3; letter-spacing: 0; }
.car-daten { font-size: 0.88rem; color: var(--ink-dim); }
.car-preis { margin-top: auto; padding-top: 0.5rem; font-family: var(--display); font-weight: 800; font-size: 1.35rem; color: var(--dunkel); font-variant-numeric: tabular-nums; }
.car-badge { align-self: flex-start; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--dunkel-soft); border: 1px solid var(--line); border-radius: 999px; padding: 0.15rem 0.6rem; margin-bottom: 0.2rem; }
.bestand-mehr { display: flex; justify-content: center; margin-top: 2.2rem; }

/* ============ Über / Kundenstimmen ============ */
.ueber { background: var(--bg-alt); padding: clamp(3rem, 8vh, 5.5rem) 0; }
.ueber-intro { max-width: 46rem; margin-bottom: 2.2rem; }
.ueber p { color: var(--ink-dim); }
.ueber-intro p { max-width: 46rem; }
.ueber p strong { color: var(--ink); }

/* Testimonials-Grid (echte verifizierte mobile.de-Käufer) */
.stimmen-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.stimme {
  display: flex; flex-direction: column; gap: 0.7rem;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 1.5rem;
  border-top: 3px solid var(--rot);
}
.stimme-stern { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--rot); font-family: var(--display); font-weight: 800; font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.stimme-stern .ic { width: 1.05rem; height: 1.05rem; }
.stimme blockquote { font-size: 1.02rem; line-height: 1.55; color: var(--ink); flex: 1; }
.stimme figcaption { font-size: 0.85rem; color: var(--ink-dim); }
.stimme-badge { color: var(--dunkel-soft); font-weight: 600; }
.stimmen-mehr { margin-top: 1.8rem; }
.stimmen-mehr .text-link { font-size: 0.98rem; }

/* ============ Kontakt ============ */
.kontakt { background: linear-gradient(170deg, var(--dunkel) 0%, var(--dunkel-deep) 92%); color: var(--on-dunkel); padding: clamp(3.5rem, 9vh, 6rem) 0; }
.kontakt h2 { color: #fff; }
.kontakt-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.tel-big { display: inline-block; text-decoration: none; font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 6vw, 3.6rem); color: #fff; line-height: 1.1; transition: color 0.2s ease-out; font-variant-numeric: tabular-nums; }
.tel-big:hover { color: var(--rot-hell); }
.kontakt address { font-style: normal; margin-top: 1.4rem; color: var(--on-dunkel-dim); line-height: 1.8; }
.kontakt address strong { color: var(--on-dunkel); }
.kontakt .cta-row { margin-top: 1.5rem; }
.zeiten { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(169, 172, 178, 0.25); border-radius: var(--radius); padding: 1.5rem 1.6rem; }
.zeiten h3 { color: #fff; font-size: 1.15rem; font-weight: 700; margin-bottom: 0.8rem; }
.zeiten dl { display: grid; grid-template-columns: auto 1fr; gap: 0.35rem 1.2rem; }
.zeiten dt { color: var(--on-dunkel-dim); }
.zeiten dd { color: var(--on-dunkel); font-weight: 600; font-variant-numeric: tabular-nums; }
.zeiten .zeiten-zu { color: var(--on-dunkel-dim); font-weight: 400; }

/* ============ Footer ============ */
.site-foot { background: var(--dunkel-deep); color: var(--on-dunkel-dim); border-top: 1px solid rgba(169, 172, 178, 0.18); }
.foot-inner { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; padding-block: 1.4rem; }
.foot-mark { font-family: var(--display); font-weight: 700; font-size: 0.98rem; color: var(--on-dunkel); letter-spacing: 0.04em; }
.foot-mark em { font-style: normal; color: var(--rot-hell); }
.site-foot nav { display: flex; gap: 1.4rem; }
.site-foot nav a { color: var(--on-dunkel-dim); text-decoration: none; font-size: 0.9rem; }
.site-foot nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 0.3em; }

/* ============ Mobile Kontakt-Leiste ============ */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  gap: 0.7rem;
}
.mobile-bar .btn { flex: 1; font-size: 0.92rem; padding: 0.75rem 0.5rem; gap: 0.4rem; line-height: 1.2; }

/* ============ Angebots-Seite ============ */
.seiten-kopf { padding: clamp(2.2rem, 6vh, 3.5rem) 0 0.5rem; }
.seiten-kopf p { color: var(--ink-dim); max-width: 44rem; margin-top: 0.4rem; }

/* ============ Detailseite ============ */
.detail { padding: clamp(1.8rem, 5vh, 3rem) 0 clamp(3rem, 8vh, 5rem); }
.zurueck { display: inline-flex; align-items: center; gap: 0.4rem; margin-bottom: 1.2rem; text-decoration: none; font-weight: 600; color: var(--dunkel-deep); }
.zurueck:hover { color: var(--rot-deep); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(19rem, 1fr); gap: clamp(1.8rem, 4vw, 3rem); align-items: start; }

/* Galerie (AMC-Layout + Karussell-A11y von Anfang an) */
.galerie-buehne { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-alt); box-shadow: var(--shadow); }
.galerie-buehne img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.galerie-pfeil {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 44px; height: 44px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(16, 17, 20, 0.72); color: #fff;
  display: grid; place-items: center;
  transition: background-color 0.2s ease-out;
}
.galerie-pfeil:hover { background: var(--rot); }
.galerie-pfeil.zurueck-pfeil { left: 0.8rem; }
.galerie-pfeil.vor-pfeil { right: 0.8rem; }
.galerie-pfeil svg { width: 20px; height: 20px; }
.galerie-zaehler {
  position: absolute; right: 0.9rem; bottom: 0.8rem; z-index: 2;
  background: rgba(16, 17, 20, 0.72); color: #fff;
  font-size: 0.8rem; font-weight: 600; border-radius: 999px; padding: 0.2rem 0.7rem;
  font-variant-numeric: tabular-nums;
}
.galerie-thumbs { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 0.5rem; margin-top: 0.6rem; }
.galerie-thumbs button { border: 2px solid transparent; border-radius: 8px; overflow: hidden; padding: 0; cursor: pointer; background: none; }
.galerie-thumbs button img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; opacity: 0.75; transition: opacity 0.2s ease-out; }
.galerie-thumbs button:hover img { opacity: 1; }
.galerie-thumbs button[aria-current="true"] { border-color: var(--rot); }
.galerie-thumbs button[aria-current="true"] img { opacity: 1; }

.detail-kopf h1 { font-size: clamp(1.5rem, 3.2vw, 2.1rem); line-height: 1.15; }
.detail-preis { font-family: var(--display); font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.6rem); color: var(--dunkel); font-variant-numeric: tabular-nums; margin-top: 0.5rem; }
.detail-kurz { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; margin-top: 0.7rem; font-size: 0.95rem; color: var(--ink-dim); }
.detail-cta { display: grid; gap: 0.7rem; margin-top: 1.4rem; }
.detail-cta .btn { width: 100%; }
.detail-hinweis { margin-top: 1rem; font-size: 0.82rem; color: var(--ink-dim); }

.datenblock { margin-top: 2.2rem; }
.datenblock h2 { font-size: 1.4rem; }
.daten-tabelle { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.4rem 2.5rem; }
.daten-tabelle > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0.2rem; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.daten-tabelle dt { color: var(--ink-dim); }
.daten-tabelle dd { font-weight: 600; text-align: right; font-variant-numeric: tabular-nums; }

.ausstattung { margin-top: 2rem; }
.ausstattung summary {
  cursor: pointer; font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--dunkel-deep);
  padding: 0.9rem 1.1rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.ausstattung summary::-webkit-details-marker { display: none; }
.ausstattung summary::after { content: "+"; font-size: 1.4rem; color: var(--rot-deep); }
.ausstattung[open] summary::after { content: "\2212"; }
.ausstattung-inhalt { padding: 1.1rem 1.1rem 0.4rem; color: var(--ink-dim); font-size: 0.95rem; }
.ausstattung-inhalt p + p { margin-top: 0.8rem; }

.envkv { margin-top: 1.6rem; font-size: 0.88rem; color: var(--ink-dim); }

/* ============ Rechtsseiten ============ */
.legal { min-height: 60vh; padding: clamp(2.5rem, 7vh, 4rem) 0 clamp(3.5rem, 9vh, 5rem); }
.legal .wrap { max-width: 46rem; }
.legal h1 { font-size: clamp(1.65rem, 4.4vw, 2.8rem); margin-bottom: 1.6rem; hyphens: auto; overflow-wrap: break-word; }
.legal h2 { font-size: 1.25rem; margin: 1.8rem 0 0.5rem; }
.legal p, .legal li { color: var(--ink-dim); max-width: 65ch; }
.legal p + p { margin-top: 0.8rem; }
.legal a { color: var(--rot-deep); text-underline-offset: 0.25em; }
.legal .todo { background: #FBEBEC; border: 1px dashed var(--rot); border-radius: 8px; padding: 0.15rem 0.5rem; color: var(--rot-deep); font-weight: 600; }
.legal .back { display: inline-block; margin-bottom: 1.8rem; text-decoration: none; font-weight: 600; color: var(--dunkel-deep); }
.legal .back:hover { color: var(--rot-deep); }

/* ============ Reveals ============ */
[data-reveal] { opacity: 1; }
.js [data-reveal] { opacity: 0; transform: translateY(22px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .galerie-buehne img { transition: none; }
}

/* ============ Responsive ============ */
@media (max-width: 64rem) {
  .car-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-grid { grid-template-columns: 1fr; }
  .galerie-thumbs { grid-template-columns: repeat(8, minmax(0, 1fr)); }
}
@media (max-width: 60rem) {
  .hero-grid, .kontakt-grid { grid-template-columns: 1fr; }
  .stimmen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .head-nav { display: none; }
  .trust-strip { grid-template-columns: 1fr; gap: 0.8rem; padding-block: 1.1rem; }
}
@media (max-width: 46rem) {
  .head-cta span { display: none; }
  .head-cta { padding: 0.6rem 0.8rem; }
  .head-mail span { display: none; }
  .car-grid { grid-template-columns: 1fr; }
  .stimmen-grid { grid-template-columns: 1fr; }
  .daten-tabelle { grid-template-columns: 1fr; }
  .galerie-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mobile-bar { display: flex; }
  body { padding-bottom: 4.6rem; }
  .kontakt { padding-bottom: clamp(4rem, 10vh, 6rem); }
}

/* ============================================================
   RACING-STREIFEN-THEME (Daniel-Wunsch 15.08.): Hintergrund in
   Logo-Farben – dunkler Grund mit grau/rot/weißen Diagonalstreifen
   wie im Firmenbanner. Inhalte liegen in hellen Karten/Blättern.
   ============================================================ */
body {
  background-color: #15161a;
  background-image:
    repeating-linear-gradient(119deg, rgba(255,255,255,0.028) 0 2px, transparent 2px 46px),
    repeating-linear-gradient(119deg, rgba(255,255,255,0.05) 0 5px, transparent 5px 250px),
    repeating-linear-gradient(119deg, rgba(200,35,43,0.11) 0 5px, transparent 5px 470px);
  background-attachment: fixed;
  color: #e7e7ea;
}
/* Inhalt in weißen Flächen bleibt dunkel/lesbar */
.car-card, .stimme, .hero-car { color: var(--ink); }
.car-card img { background: #23242a; }

/* Helle Sektionen → transparent, Streifen scheinen durch */
.trust { background: transparent; border-block: 1px solid rgba(255,255,255,0.09); }
.ueber, .bestand { background: transparent; }

/* Sektions-Texte auf dunklem Grund → hell */
.trust-strip dt { color: #f1f1f3; }
.trust-strip dd { color: #a9acb2; }
.bestand-kopf h2, .ueber-intro h2, .seiten-kopf h1 { color: #fff; }
.bestand-hinweis, .seiten-kopf p { color: #a9acb2; }
.ueber-intro p { color: #c4c6cb; }
.ueber-intro p strong { color: #fff; }
.stimmen-mehr .text-link { color: var(--rot-hell); }

/* Textstarke Seiten (Fahrzeug-Detail, Rechtstexte): weißes Blatt auf Streifen-Grund */
.detail > .wrap, .legal > .wrap {
  background: var(--card); color: var(--ink);
  border-radius: 16px;
  padding: clamp(1.4rem, 4vw, 2.6rem);
  box-shadow: 0 22px 55px -26px rgba(0,0,0,0.65);
}
.legal > .wrap { max-width: 48rem; }
