/* ===========================================================================
   site.css — Autohaus Mothor (Build "Autohaus 11")
   WEB-CREW Schritt 6 · @web-designer · 06.09.2026
   Sitzt NEBEN head.css (Kopf-Baustein) und fahrzeug-stil.css (Detailseiten,
   unveraendert aus Schritt 5). Tokens sind 1:1 identisch zu beiden Dateien.
   Signature "Der Bogen" · Motion "Der Bogenlauf" (bau-brief.md §1/§3).
   =========================================================================== */

/* --- 0 Fonts, lokal, kein CDN (fonts-selfhost) ----------------------------- */
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/schibsted-400-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/schibsted-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/schibsted-500-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/schibsted-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/schibsted-600-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/schibsted-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/schibsted-700-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/schibsted-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF;
}
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/literata-400-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/literata-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF;
}
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/literata-500-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/literata-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

/* --- 1 Tokens (bau-brief.md §2, identisch zu head.css/fahrzeug-stil.css) --- */
:root {
  --grund: #0c1611;
  --flaeche: #142019;
  --kante: #22302a;
  --kalk: #edf2ee;
  --staub: #9aaaa1;
  --akzent: #46c083;
  --akzent-schrift: #06110b;
  --sand: #e2d2b4;
  --sand-schrift: #22190c;
  --kalk-fest: #edf2ee;
  --meta-fest: #c3cec8;
  --akzent-text: #46c083;
  --radius: 0px;
  --radius-knopf: 2px;
  --schrift-display: "Schibsted Grotesk", system-ui, sans-serif;
  --schrift-body: "Literata", Georgia, "Times New Roman", serif;
  --bogen-lauf: cubic-bezier(0.16, 0.84, 0.24, 1);
}
:root[data-thema="hell"] {
  --grund: #f3efe7;
  --flaeche: #fbf8f2;
  --kante: #dcd5c6;
  --kalk: #101a15;
  --staub: #5c6961;
  --akzent-text: #0b6b41;
}
/* Im Hell-Modus ist Signalgruen nur Flaeche, nie Textfarbe (bau-brief §2 Warnung) */
:root[data-thema="hell"] .akzent-wort {
  color: var(--akzent-text);
}
:root:not([data-thema="hell"]) .akzent-wort {
  color: var(--akzent);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  background: var(--grund);
  color: var(--kalk);
  font-family: var(--schrift-body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  transition:
    background 0.3s var(--bogen-lauf),
    color 0.3s var(--bogen-lauf);
}
h1,
h2,
h3,
h4,
.eyebrow,
.btn,
nav,
.caption,
label,
button,
input,
select,
textarea {
  font-family: var(--schrift-display);
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}
.wrap--breit {
  max-width: 1440px;
}
::selection {
  background: var(--akzent);
  color: var(--akzent-schrift);
}

/* --- 2 Nav ------------------------------------------------------------------ */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: color-mix(in srgb, var(--grund) 90%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--kante);
}
.nav__zeile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 74px;
}
.nav__logo {
  height: 34px;
  width: auto;
}
/* Logo liegt nur als helle Wortmarke vor (blocker:Kunde, s. bau-brief §7:
   Vektor-Original fehlt). Im Hell-Thema auf dunkler Nav-Flaeche unsichtbar —
   Uebergangsloesung per Filter, bis das Original neu vektorisiert ist. */
:root[data-thema="hell"] .nav__logo {
  filter: invert(1) brightness(0.35);
}
.nav__links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}
.nav__links > li {
  position: relative;
}
.nav__links a {
  text-decoration: none;
  color: var(--staub);
  display: inline-block;
  padding: 0.4rem 0;
}
.nav__links a:hover,
.nav__links a[aria-current] {
  color: var(--kalk);
}
.nav__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 6px;
  background: var(--flaeche);
  border: 1px solid var(--kante);
  min-width: 220px;
  padding: 0.5rem;
  display: none;
  flex-direction: column;
  gap: 0.1rem;
}
.nav__links > li:hover .nav__sub,
.nav__links > li:focus-within .nav__sub {
  display: flex;
}
.nav__sub a {
  padding: 0.55rem 0.7rem;
  font-size: 0.82rem;
}
.nav__sub a:hover {
  background: color-mix(in srgb, var(--akzent) 12%, transparent);
}
.nav__aktion {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.thema-schalter {
  border: 1px solid var(--kante);
  background: transparent;
  color: var(--kalk);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-knopf);
  cursor: pointer;
  transition: transform 0.16s var(--bogen-lauf);
}
.thema-schalter:active {
  transform: scale(0.96);
}
.nav__burger {
  display: none;
}
@media (max-width: 960px) {
  .nav__links {
    display: none;
  }
  .nav__burger {
    display: inline-flex;
    border: 1px solid var(--kante);
    background: transparent;
    color: var(--kalk);
    padding: 0.5rem 0.7rem;
    cursor: pointer;
  }
}

/* --- 3 Buttons --------------------------------------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: var(--radius-knopf);
  font-weight: 600;
  font-size: 0.94rem;
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition:
    transform 0.18s var(--bogen-lauf),
    filter 0.18s var(--bogen-lauf);
}
.btn:active {
  transform: scale(0.97);
}
.btn--voll {
  background: var(--akzent);
  color: var(--akzent-schrift);
}
.btn--voll:hover {
  filter: brightness(1.06);
  transform: translate3d(2px, -2px, 0);
}
.btn--linie {
  background: transparent;
  color: var(--kalk);
  border-color: var(--kante);
}
.btn--linie:hover {
  border-color: var(--staub);
}
.btn--sand {
  background: var(--grund);
  color: var(--kalk-fest);
}

/* --- 4 Sektions-Rahmen (Rhythmus-Karte ist je Sektion inline, kein Uniform-Padding) -- */
section {
  position: relative;
}
.eyebrow {
  font-family: var(--schrift-display);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--staub);
  margin: 0 0 0.9rem;
}
h2.titel {
  font-size: clamp(1.65rem, 2.7vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0;
  line-height: 1.12;
}
.lead {
  font-family: var(--schrift-body);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.55;
  color: var(--staub);
  max-width: 52ch;
}

/* Bogenlauf-Reveal: gekoppelte Bahn, kein Ueberschwinger (bau-brief §4 Choreo-Typ 1).
   Sicherheitsnetz: der Startzustand gilt NUR, wenn JS die Klasse "js-bereit" aufs
   <html> gesetzt hat. Ohne JS (oder bei JS-Fehler) bleibt der Inhalt sofort sichtbar
   — nichts bleibt dauerhaft opacity<.15 (§0b Reveal-Sicherheitsnetz). */
html.js-bereit [data-reveal] {
  opacity: 0.001;
  transform: translate3d(6px, 14px, 0);
}
[data-reveal].sichtbar {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition:
    opacity 0.56s var(--bogen-lauf),
    transform 0.56s var(--bogen-lauf);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* --- 5 Fakten-Leiste (Layout-Bruch 1: ragt in den Head) ---------------------*/
.fakten {
  position: relative;
  z-index: 5;
  margin-top: -2.5rem;
  background: var(--flaeche);
  border: 1px solid var(--kante);
}
.fakten__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.fakten__feld {
  padding: 1.7rem 1.4rem;
  border-right: 1px solid var(--kante);
  text-align: center;
}
.fakten__feld:last-child {
  border-right: none;
}
.fakten__zahl {
  font-family: var(--schrift-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  letter-spacing: -0.02em;
}
.fakten__label {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--staub);
  margin-top: 0.35rem;
}
@media (max-width: 760px) {
  .fakten__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fakten__feld:nth-child(2) {
    border-right: none;
  }
  .fakten__feld:nth-child(1),
  .fakten__feld:nth-child(2) {
    border-bottom: 1px solid var(--kante);
  }
}

/* --- 6 Manifest / Statement Buehnen ------------------------------------------*/
.buehne {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: clip;
  isolation: isolate;
}
.buehne--statement {
  min-height: 82vh;
}
.buehne__bild {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.buehne__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.buehne__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(6, 14, 10, 0.85) 0%,
    rgba(6, 14, 10, 0.5) 45%,
    rgba(6, 14, 10, 0.32) 100%
  );
}
.buehne__inhalt {
  position: relative;
  z-index: 2;
  width: 100%;
}
.manifest-satz {
  font-family: var(--schrift-display);
  font-weight: 700;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  letter-spacing: -0.018em;
  line-height: 1.12;
  max-width: 22ch;
  color: var(--kalk-fest);
}
.display-xxl {
  font-family: var(--schrift-display);
  font-weight: 700;
  font-size: clamp(3.4rem, 9.6vw, 8.6rem);
  letter-spacing: -0.028em;
  line-height: 0.96;
  color: var(--kalk-fest);
  margin: 0;
}
.buehne--ausbruch {
  margin-top: -200px;
  padding-top: 200px;
}
/* Layout-Bruch 3: Statement-Bild ragt 200px ueber die Sektionsgrenze (horizontal angeschnitten) */
.buehne--randbruch {
  margin-bottom: -200px;
}

/* --- 7 Markenweiche (Signature-Fingerabdruck 1) -----------------------------*/
.weiche {
  padding: 0;
}
.weiche__zeile {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--kante);
  cursor: pointer;
  background: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  text-align: left;
  color: var(--kalk);
  position: relative;
}
.weiche__zeile:last-child {
  border-bottom: 1px solid var(--kante);
}
.weiche__name {
  font-family: var(--schrift-display);
  font-weight: 700;
  font-size: clamp(1.3rem, 2.6vw, 2.1rem);
  letter-spacing: -0.015em;
  transition: transform 0.3s var(--bogen-lauf);
}
.weiche__zeile:hover .weiche__name,
.weiche__zeile[aria-pressed="true"] .weiche__name {
  transform: translateX(10px);
}
.weiche__zeile[aria-pressed="true"] {
  color: var(--akzent);
}
.weiche__bestand {
  font-size: 0.85rem;
  color: var(--staub);
  font-family: var(--schrift-display);
  white-space: nowrap;
}
.weiche__zeile[aria-pressed="true"] .weiche__bestand {
  color: var(--kalk);
}
.weiche__bogen {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background: var(--akzent);
  transition: width 0.24s var(--bogen-lauf);
}
.weiche__zeile[aria-pressed="true"] .weiche__bogen {
  width: 100%;
}
.weiche__pfeil {
  color: var(--staub);
  font-size: 1.3rem;
}

/* --- 8 Leitfahrzeug ----------------------------------------------------------*/
.leitfahrzeug__bild {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--grund);
  /* 0,5rem war am grossen 16:9-Format kaum sichtbar (Fremd-Blick-Fund
     06.09.2026: die weisse Studiowand lief weiter bis zur Kante) — deutlich
     kraeftigerer Rahmen, weil dies die groesste Bestandsflaeche der Seite ist. */
  padding: clamp(1rem, 2.4vw, 2.2rem);
  box-sizing: border-box;
}
.leitfahrzeug__bild img {
  width: 100%;
  height: 100%;
  transform: scale(1.22);
  object-position: center 42%;
  object-fit: cover;
}
.leitfahrzeug__daten {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 2.2rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--kante);
}
.leitfahrzeug__feld {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.leitfahrzeug__feld .caption {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--staub);
}
.leitfahrzeug__feld strong {
  font-family: var(--schrift-display);
  font-weight: 600;
}

/* --- 9 Bestand-Teaser: EIN Card-Grid der Seite ------------------------------*/
.bestand__oben {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  margin-bottom: 1.4rem;
}
.bestand__unten {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.fz-karte {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--kante);
  background: var(--flaeche);
  overflow: hidden;
  transition:
    transform 0.2s var(--bogen-lauf),
    border-color 0.2s var(--bogen-lauf);
}
.fz-karte:hover {
  transform: translateY(-3px);
  border-color: var(--staub);
}
.fz-karte__bild {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--grund);
  padding: 0.4rem;
  box-sizing: border-box;
}
.fz-karte__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* leichter Übercrop, damit die weisse Studiowand der Haendlerfotos nicht
     bis an die Kachelkante laeuft (Fremd-Blick-Fund 06.09.2026: rohe Fotos
     und KI-Koepfe standen zu hart nebeneinander) — der dunkle Rahmen (Padding
     oben) plus Skalierung schneidet den Wandrand konsequent weg. */
  transform: scale(1.14);
  object-position: center 42%;
}
.fz-karte__text {
  padding: 1.1rem 1.2rem 1.3rem;
}
.fz-karte__titel {
  font-family: var(--schrift-display);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 0.3rem;
}
.fz-karte__meta {
  font-size: 0.82rem;
  color: var(--staub);
  margin: 0 0 0.6rem;
}
.fz-karte__preis {
  font-family: var(--schrift-display);
  font-weight: 700;
  color: var(--akzent);
  font-size: 1.15rem;
}
@media (max-width: 860px) {
  .bestand__oben,
  .bestand__unten {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .bestand__oben,
  .bestand__unten {
    grid-template-columns: 1fr;
  }
}

/* --- 10 Bewertungs-Diashow (ziehend, echte Zitate) --------------------------*/
.bewertungen__kopf {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 2.4rem;
}
.sterne {
  color: var(--akzent);
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
.bewertungen__zug {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 0.4rem clamp(1.25rem, 4vw, 2.5rem) 1.2rem;
  margin: 0 calc(-1 * clamp(1.25rem, 4vw, 2.5rem));
  scrollbar-width: none;
}
.bewertungen__zug::-webkit-scrollbar {
  display: none;
}
.bewertungen__zug[data-ziehend="true"] {
  animation: bewertungen-zug 48s linear infinite;
}
@keyframes bewertungen-zug {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.bewertungen__zug:hover,
.bewertungen__zug:focus-within {
  animation-play-state: paused;
}
.bewertung-karte {
  flex: 0 0 min(340px, 82vw);
  scroll-snap-align: start;
  background: var(--flaeche);
  border: 1px solid var(--kante);
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.bewertung-karte__sterne {
  color: var(--akzent);
  font-size: 0.95rem;
}
.bewertung-karte__text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--kalk);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bewertung-karte__fuss {
  font-size: 0.78rem;
  color: var(--staub);
  border-top: 1px solid var(--kante);
  padding-top: 0.7rem;
}
.bewertungen__quelle {
  text-align: center;
  font-size: 0.8rem;
  color: var(--staub);
  margin-top: 1.4rem;
}
@media (prefers-reduced-motion: reduce) {
  .bewertungen__zug[data-ziehend="true"] {
    animation: none;
    overflow-x: auto;
  }
}
@media (max-width: 760px) {
  .bewertungen__zug[data-ziehend="true"] {
    animation: none;
  }
}

/* --- 11 Ankauf-Band + Camper-Sandblock --------------------------------------*/
.band {
  padding: 5.5rem 0;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.4rem;
  align-items: center;
}
.band__bild {
  aspect-ratio: 5/4;
  overflow: hidden;
}
.band__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sandblock {
  background: var(--sand);
  color: var(--sand-schrift);
  padding: 5rem 0;
  margin-inline: -4rem;
}
.sandblock .wrap {
  max-width: 1240px;
}
.sandblock h2 {
  color: var(--sand-schrift);
}
.sandblock .lead {
  color: color-mix(in srgb, var(--sand-schrift) 78%, transparent);
}
.sandblock .btn--voll {
  background: var(--sand-schrift);
  color: var(--sand);
}
@media (max-width: 900px) {
  .band {
    grid-template-columns: 1fr;
  }
  .sandblock {
    margin-inline: 0;
  }
}

/* --- 12 Wer hier steht (Initialen-Tafeln) -----------------------------------*/
.team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.team__tafel {
  background: var(--flaeche);
  border: 1px solid var(--kante);
  padding: 2.2rem 1.6rem;
  text-align: center;
}
.team__initialen {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  border: 1.4px solid var(--akzent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--schrift-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--akzent);
}
.team__name {
  font-family: var(--schrift-display);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 0.3rem;
}
.team__rolle {
  font-size: 0.85rem;
  color: var(--staub);
}
@media (max-width: 760px) {
  .team__grid {
    grid-template-columns: 1fr;
  }
}

/* --- 13 Karte 2-Klick ---------------------------------------------------------*/
.karte-box {
  position: relative;
  aspect-ratio: 16/8;
  background: var(--flaeche);
  border: 1px solid var(--kante);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.karte-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.5) brightness(0.6);
}
.karte-box__vorschau {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
}
.karte-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.karte-route {
  font-size: 0.85rem;
}

/* --- 14 Formular (Startseite voll, Unterseiten kurz) -------------------------*/
.formular {
  background: var(--flaeche);
  border: 1px solid var(--kante);
  padding: clamp(1.8rem, 3vw, 3rem);
}
.formular__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 1.4rem;
}
.feld {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.feld--voll {
  grid-column: 1/-1;
}
.feld label {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--staub);
}
.feld input,
.feld select,
.feld textarea {
  background: var(--grund);
  border: 1px solid var(--kante);
  color: var(--kalk);
  padding: 0.8rem 0.9rem;
  font-family: var(--schrift-body);
  font-size: 0.95rem;
  border-radius: var(--radius-knopf);
}
.feld input:focus,
.feld select:focus,
.feld textarea:focus {
  outline: 2px solid var(--akzent);
  outline-offset: 1px;
}
.feld--check {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.6rem;
  grid-column: 1/-1;
}
.feld--check input {
  width: auto;
  margin-top: 0.2rem;
}
.feld--check label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.85rem;
  color: var(--staub);
}
.formular__aktion {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.formular__versprechen {
  font-size: 0.82rem;
  color: var(--staub);
}
.formular--kurz .formular__grid {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 700px) {
  .formular__grid,
  .formular--kurz .formular__grid {
    grid-template-columns: 1fr;
  }
}
.hp-feld {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  opacity: 0;
}

/* --- 15 Footer ----------------------------------------------------------------*/
.fuss {
  border-top: 1px solid var(--kante);
  padding: 3.4rem 0 2rem;
  font-size: 0.9rem;
  color: var(--staub);
}
.fuss__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
}
.fuss h3 {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kalk);
  margin: 0 0 0.9rem;
}
.fuss ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.fuss a {
  text-decoration: none;
  color: var(--staub);
}
.fuss a:hover {
  color: var(--kalk);
}
.fuss__standorte {
  font-size: 0.82rem;
}
.fuss__zeile {
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--kante);
  font-size: 0.78rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media (max-width: 860px) {
  .fuss__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* --- 16 Anrufen-Knopf (Pflicht, GESETZ Kap. 10) --------------------------------*/
.anruf-fab {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 70;
  background: var(--akzent);
  color: var(--akzent-schrift);
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  /* Kollisions-Ausweichen (Fremd-Blick-Fund 06.09.2026): ein fester Puffer
     reicht nicht — site.js misst per getBoundingClientRect/elementFromPoint
     gegen die real sichtbaren Elemente und schiebt den Knopf hoch, statt
     geraten Platz freizuhalten. --fab-ausweich wird nur von JS gesetzt. */
  transform: translateY(var(--fab-ausweich, 0px));
  transition:
    transform 0.16s var(--bogen-lauf),
    translate 0.16s var(--bogen-lauf);
}
.anruf-fab:active {
  transform: translateY(var(--fab-ausweich, 0px)) scale(0.96);
}

/* --- 17 Standort-Schalter (Fingerabdruck 2) ------------------------------------*/
.hof-schalter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.6rem 0 2.2rem;
}
.hof-chip {
  border: 1px solid var(--kante);
  background: transparent;
  color: var(--staub);
  padding: 0.6rem 1rem;
  font-size: 0.82rem;
  font-family: var(--schrift-display);
  cursor: pointer;
  border-radius: var(--radius-knopf);
  transition:
    border-color 0.18s,
    color 0.18s;
}
.hof-chip[aria-pressed="true"] {
  border-color: var(--akzent);
  color: var(--kalk);
}
.hof-status {
  font-size: 0.78rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin-left: 0.5rem;
}
.hof-status--offen {
  background: color-mix(in srgb, var(--akzent) 22%, transparent);
  color: var(--akzent);
}
.hof-status--zu {
  background: color-mix(in srgb, var(--staub) 20%, transparent);
  color: var(--staub);
}

/* --- 18 Standort-Karten (standorte.html) --------------------------------------*/
.hof-karte {
  border-top: 1px solid var(--kante);
  padding: 2.6rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  scroll-margin-top: 100px;
}
.hof-karte__bild {
  aspect-ratio: 5/3;
  overflow: hidden;
}
.hof-karte__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hof-karte__zeiten {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 1rem;
  font-size: 0.86rem;
  margin: 1rem 0;
}
.hof-karte__zeiten div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--kante);
  padding: 0.25rem 0;
}
@media (max-width: 860px) {
  .hof-karte,
  .band,
  .leitfahrzeug__daten {
    grid-template-columns: 1fr;
  }
}

/* --- 19 Fehlerseite / Kopfband klein / Timeline / Preis-Klassen ---------------*/
.zeitachse {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.zeitachse__schritt {
  border-top: 2px solid var(--akzent);
  padding-top: 1.1rem;
}
.zeitachse__nr {
  font-family: var(--schrift-display);
  font-weight: 700;
  color: var(--akzent);
  font-size: 0.85rem;
}
@media (max-width: 760px) {
  .zeitachse {
    grid-template-columns: 1fr;
  }
}

.klassen-band {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.klassen-chip {
  border: 1px solid var(--kante);
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  border-radius: var(--radius-knopf);
  cursor: pointer;
  background: transparent;
  color: var(--staub);
}
.klassen-chip[aria-pressed="true"] {
  border-color: var(--akzent);
  color: var(--kalk);
}

.kachel-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}
@media (max-width: 760px) {
  .kachel-2 {
    grid-template-columns: 1fr;
  }
}

.notfall {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.2rem;
  padding: 4rem 0;
}
.notfall h1,
.notfall p {
  /* Fremd-Blick-Fund 06.09.2026: als Flex-Kind ohne eigene Breitenbremse lief
     die 404-H1 randlos bis x=4…386 auf 390px — .wrap-Padding griff nur am
     Aussenrahmen, nicht am Flex-Item selbst. */
  max-width: min(100%, 30rem);
  box-sizing: border-box;
}

/* --- 20 Utility ----------------------------------------------------------------*/
.mt-0 {
  margin-top: 0;
}
.center {
  text-align: center;
  margin-inline: auto;
}
.hairline {
  height: 1px;
  background: var(--kante);
  border: 0;
  margin: 0;
}

/* Anrufen-FAB weicht jetzt per JS-Kollisionsmessung aus (site.js) statt per
   geratenem Fest-Puffer — dieser Media-Query-Block ist bewusst leer gelassen,
   nicht geloescht, als Beleg fuer die Ablösung (Fremd-Blick-Fund 06.09.2026). */
@media (max-width: 899px) {
  /* Zwei "Anrufen"-Knoepfe gleichzeitig auf 390 (Kopfleiste + fester FAB) —
     Fremd-Blick-Fund 06.09.2026: einer reicht, der FAB bleibt (bleibt beim
     Scrollen erreichbar, GESETZ Kap. 10), die Kopfleiste verliert ihren. */
  .nav__aktion > a.btn--voll[href^="tel:"] {
    display: none;
  }
}

/* Sichtbare Fehlermeldung des Anfrage-Formulars (assets/js/anfrage.js) —
   ersetzt den frueheren stillen GET-Fallback, der personenbezogene Felder
   in die URL geschrieben haette (Fund Fremd-Blick Runde 2, 06.09.2026). */
.formular__fehler {
  color: #b3261e;
  font-size: 0.85rem;
  margin-top: 0.6rem;
}
.formular__fehler a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
