/* ============================================================
   SITE.CSS — Back & Boldt (Autohaus 14)
   Sektionen unterm Head (Schritt 6). Tokens: tokens.css. Kopf: kopf.css.
   Grammatik: bau-brief.md — Variante A "Das Schaufenster".
   ============================================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
  /* Fremd-Blick 11.09.2026: Anker-Sprung (#anfrage etc.) landete unter der
     88px hohen Sticky-Nav, Überschrift + erstes Feld verdeckt. */
  scroll-padding-top: 96px;
}
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  background: var(--grund);
  color: var(--tinte);
  font-family:
    "General Sans",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 1.0625rem;
  line-height: 1.62;
  overflow-x: clip;
  transition:
    background 300ms var(--ease),
    color 300ms var(--ease);
}
img,
video {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
.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;
  font-size: 0;
}

/* --- Raster (bau-brief §2.1: max 1320px Inhalt, 64px Rand) ---------- */
.bahn {
  width: min(100% - 4rem, 82.5rem);
  margin-inline: auto;
}
@media (max-width: 720px) {
  .bahn {
    width: min(100% - 2.5rem, 82.5rem);
  }
}
.bahn--breit {
  width: min(100% - 4rem, 92rem);
}
@media (max-width: 720px) {
  .bahn--breit {
    width: min(100% - 2.5rem, 92rem);
  }
}

/* --- Typografie (bau-brief §3, Type-Scale) --------------------------- */
.eyebrow {
  font-family: "General Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--marke);
  margin: 0 0 0.9rem;
}
.h-statement {
  font-family: "Gabarito", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 6.4vw, 6.4rem);
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-wrap: balance;
  margin: 0;
}
.h-2 {
  font-family: "Gabarito", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  letter-spacing: -0.02em;
  line-height: 1.02;
  text-wrap: balance;
  margin: 0;
}
.h-3 {
  font-family: "Gabarito", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0;
}
.lead {
  font-family: "General Sans", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(1.06rem, 1.35vw, 1.3rem);
  line-height: 1.6;
  color: var(--meta);
  margin: 0;
}
.akzent {
  color: var(--soul);
}
.fakten-wert {
  font-family: "Gabarito", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: proportional-nums;
  margin: 0;
}

/* --- Buttons ---------------------------------------------------------- */
.knopf {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1.55rem;
  border-radius: 999px;
  background: var(--soul);
  color: var(--soul-schrift);
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none;
  border: 0;
  transition:
    background var(--t2) var(--ease),
    transform var(--t1) var(--ease);
}
.knopf:hover {
  background: var(--soul-tief);
}
.knopf:active {
  transform: scale(0.97);
}
.knopf:focus-visible {
  outline: 2px solid var(--marke);
  outline-offset: 3px;
}
.knopf--voll {
  width: 100%;
  justify-content: center;
}
.knopf--rand {
  background: transparent;
  color: var(--tinte);
  border: 1.5px solid var(--kante);
}
.knopf--rand:hover {
  border-color: var(--soul);
  color: var(--soul);
  background: transparent;
}
.knopf--klein {
  padding: 0.6rem 1.1rem;
  font-size: 0.9rem;
}

.pfeil-rund {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--soul);
  color: var(--soul-schrift);
  transition:
    background var(--t2) var(--ease),
    transform var(--t2) var(--ease);
}
a:hover .pfeil-rund {
  background: var(--soul-tief);
  transform: rotate(8deg);
}

/* --- Sektionsabstände (Rhythmus-Karte §4.1, Desktop) ------------------ */
.sek {
  position: relative;
}
.sek--hell {
  background: var(--grund);
  color: var(--tinte);
}
.sek--buehne {
  position: relative;
  isolation: isolate;
  background: var(--dunkel-fest);
  color: var(--kalk-fest);
  padding-block: 6rem;
  /* Fremd-Blick 12.09.2026 (B1): EIN Akzentrot, eisern — auf der Klasse,
     nicht pro Sektion nachgezogen. Jedes .akzent-Wort innerhalb einer
     dunklen Bühne erbt jetzt automatisch den Kopf-Wert, in beiden Themen. */
  --soul: var(--akzent-fest);
}
.sek--buehne .eyebrow {
  color: var(--meta-fest);
}
.sek--buehne .lead {
  color: var(--meta-fest);
}
/* .knopf--rand ist auf --tinte gebaut (helle Grundflaeche) — auf der
   themenfesten dunklen Buehne war das dunkler Text auf dunklem Grund
   (1,23:1, zweites-thema-kontrast.mjs). Buehne kippt nicht, also braucht
   der Rand-Knopf hier seine eigene helle Fassung. */
.sek--buehne .knopf--rand {
  color: var(--kalk-fest);
  border-color: var(--kante-fest, rgba(243, 246, 248, 0.35));
}
.sek--buehne .knopf--rand:hover {
  border-color: var(--soul);
  color: var(--soul);
}
@media (max-width: 720px) {
  .sek--buehne {
    padding-block: 4rem;
  }
}

.mt-fakten {
  margin-top: -2rem;
}
.mt-bestand {
  margin-top: 7rem;
}
.mt-werkstatt {
  margin-top: 4rem;
}
.mt-leistungen {
  margin-top: 8rem;
}
.mt-probefahrt {
  margin-top: 3rem;
}
.mt-prozess {
  margin-top: 8rem;
}
.mt-bewertungen {
  margin-top: 5rem;
}
.mt-bento {
  margin-top: 2.5rem;
}
.mt-vertrauen {
  margin-top: 7rem;
}
.mt-anfahrt {
  margin-top: 4rem;
}
.mt-abschluss {
  margin-top: 6rem;
}
@media (max-width: 900px) {
  .mt-fakten {
    margin-top: -1.2rem;
  }
  .mt-bestand,
  .mt-leistungen,
  .mt-prozess {
    margin-top: 4.5rem;
  }
  .mt-werkstatt,
  .mt-probefahrt,
  .mt-vertrauen,
  .mt-anfahrt {
    margin-top: 3rem;
  }
  .mt-bewertungen {
    margin-top: 3rem;
  }
  .mt-bento {
    margin-top: 1.75rem;
  }
  .mt-abschluss {
    margin-top: 4rem;
  }
}

/* --- 1 · Fakten-Leiste (Layout-Bruch 1: überlappt Videokante) --------- */
.fakten {
  position: relative;
  z-index: 3;
  background: var(--grund);
  border-top: 1px solid var(--kante);
  box-shadow: 0 -1px 0 var(--kante);
}
.fakten__reihe {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.fakten__feld {
  padding: 2.2rem 1.5rem;
  text-align: center;
  border-left: 1px solid var(--kante);
}
.fakten__feld:first-child {
  border-left: 0;
}
.fakten__label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: var(--meta);
}
@media (max-width: 720px) {
  .fakten__reihe {
    grid-template-columns: repeat(2, 1fr);
  }
  .fakten__feld:nth-child(3) {
    border-left: 0;
  }
  .fakten__feld:nth-child(2n + 1) {
    border-left: 0;
  }
  .fakten__feld {
    border-top: 1px solid var(--kante);
    padding: 1.6rem 1rem;
  }
  .fakten__feld:nth-child(-n + 2) {
    border-top: 0;
  }
}

/* --- 2 · Bestand + Chips ------------------------------------------------ */
.bestand__kopf {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
  align-items: end;
}
@media (max-width: 900px) {
  .bestand__kopf {
    grid-template-columns: 1fr;
  }
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.chip {
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  border: 1.5px solid var(--logo-blau);
  color: var(--marke);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  transition:
    background var(--t2) var(--ease),
    color var(--t2) var(--ease);
}
.chip[aria-pressed="true"] {
  background: var(--soul);
  border-color: var(--soul);
  color: var(--soul-schrift);
}

.fzg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem 1.5rem;
  margin-top: 2.5rem;
}
/* Die letzte Spalte laeuft sonst genau unter den Anrufen-Knopf (unten rechts)
   — Luft rechts, damit Kartentext nie darunter verschwindet (GESETZ Kap. 10,
   leiste-kollision.mjs). */
@media (min-width: 1101px) {
  .fzg-grid {
    padding-right: 8rem;
  }
}
@media (max-width: 1100px) {
  .fzg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .fzg-grid {
    grid-template-columns: 1fr;
  }
}

.fzg-karte {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
/* Baustein 7: Reservierungs-Band (reserviert.js haengt .resBand + .istReserviert an) */
.fzg-karte.istReserviert {
  position: relative;
}
.fzg-karte.istReserviert .fzg-karte__bild img {
  opacity: 0.72;
}
.fzg-karte .resBand {
  position: absolute;
  top: 0.7rem;
  left: 0;
  z-index: 3;
}
.det.istReserviert .resBand {
  display: inline-block;
  margin-bottom: 1.2rem;
}
.fzg-karte__bild {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 0.6rem;
  overflow: clip;
  background: var(--flaeche);
}
.fzg-karte__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 200ms ease;
}
.fzg-karte:hover .fzg-karte__bild img {
  filter: brightness(1.04);
}
/* Fremd-Blick 11.09.2026, Punkt 4: die Tafel las sich als Panne
   (hellgraues Rechteck, Titel doppelt — einmal in der Tafel, einmal direkt
   darunter im Karten-Body). Jetzt ein Gestaltungsmoment: dunkle Tafel,
   Auto-Silhouette aus dem Logo groß als Prägung, "Fotos folgen" im
   Eyebrow-Stil mit roter Haarlinie, Titel nur einmal (steht im Body). */
.fzg-karte__tafel {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  height: 100%;
  padding: 1.4rem 1.5rem;
  background: var(--dunkel-fest);
  overflow: clip;
}
.fzg-karte__tafel-praegung {
  position: absolute;
  right: -0.8rem;
  bottom: -0.6rem;
  width: 62%;
  height: auto;
  color: var(--kalk-fest);
  opacity: 0.08;
  pointer-events: none;
}
.fzg-karte__tafel-eyebrow {
  position: relative;
  margin: 0 0 0.5rem;
  padding-top: 0.6rem;
  font-family: "General Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kalk-fest);
}
.fzg-karte__tafel-eyebrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2px;
  background: var(--soul);
}
.fzg-karte__tafel-text {
  position: relative;
  margin: 0;
  color: var(--meta-fest);
  font-size: 0.86rem;
  max-width: 16ch;
}
.fzg-karte__body {
  padding-top: 0.9rem;
  border-bottom: 1px solid var(--kante);
  padding-bottom: 1rem;
  /* Fremd-Blick 12.09.2026 (weicher Punkt): zweizeilige Titel schoben Preis
     + Pfeil bis zu 22px gegen die Nachbarkarte — .fzg-karte ist jetzt eine
     Flex-Spalte über die volle Grid-Zeilenhöhe, .fzg-karte__fuss bindet sich
     unten fest, statt dem Titel zu folgen. */
  flex: 1;
}
.fzg-karte__modell {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3;
}
.fzg-karte__meta {
  color: var(--meta);
  font-size: 0.86rem;
  margin-top: 0.25rem;
}
.fzg-karte__fuss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.fzg-karte__preis {
  font-family: "Gabarito", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-variant-numeric: proportional-nums;
}
.fzg-karte__envkv {
  font-size: 0.72rem;
  color: var(--meta);
  margin-top: 0.35rem;
  line-height: 1.4;
}

.bestand__leer {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--meta);
}
.bestand__mehr {
  text-align: center;
  margin-top: 2.5rem;
}

/* --- 3 · Werkstatt-Split (dunkle Bühne, Nummern-Liste) ------------------ */
.split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
}
.split__bild {
  position: relative;
  overflow: clip;
  min-height: 26rem;
}
.split__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.split__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 3.5rem;
}
/* Die letzte Nummern-Zeile kann in die Zone des Anrufen-Knopfs scrollen
   (GESETZ Kap. 10, leiste-kollision.mjs). */
@media (min-width: 901px) {
  .split__text {
    padding-right: 9rem;
  }
}
@media (max-width: 900px) {
  .split {
    grid-template-columns: 1fr;
  }
  .split__bild {
    min-height: 16rem;
  }
  .split__text {
    padding: 2.5rem 1.5rem;
  }
}
.nummern {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}
.nummern li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.9rem;
  padding-block: 1.1rem;
  border-top: 1px solid var(--kante);
}
.nummern li:first-child {
  border-top: 0;
  padding-top: 0;
}
.nummern__ziffer {
  font-family: "Gabarito", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--soul);
  line-height: 1.3;
}
.nummern h3 {
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.3rem;
}
.nummern p {
  color: var(--meta-fest);
  margin: 0;
}
.sek--buehne .nummern p {
  color: var(--meta-fest);
}
.sek--hell .nummern p {
  color: var(--meta);
}

/* --- 4 · Leistungen: Hairline-Zeilen (kein Card-Grid) ------------------- */
.leist__kopf {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: end;
}
@media (max-width: 900px) {
  .leist__kopf {
    grid-template-columns: 1fr;
  }
}
.leist-zeilen {
  margin-top: 2.5rem;
  border-top: 1px solid var(--kante);
}
.leist-zeile {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--kante);
}
.leist-zeile__icon {
  width: 32px;
  height: 32px;
  color: var(--soul);
}
.leist-zeile__icon svg {
  width: 100%;
  height: 100%;
}
.leist-zeile h3 {
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.3rem;
}
.leist-zeile p {
  color: var(--meta);
  margin: 0;
}

/* --- 5 · Probefahrt-Band (dunkle Bühne, Bild ragt in Folgesektion) ----- */
.probe {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 55%;
  align-items: center;
  min-height: 30rem;
}
.probe__text {
  padding: 4rem 3.5rem 4rem 0;
  position: relative;
  z-index: 2;
}
.probe__bild {
  position: relative;
  margin-bottom: -140px;
  z-index: 1;
}
.probe__bild img {
  width: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.probe__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  margin-top: 2rem;
}
.probe__tel {
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--kalk-fest);
}
/* fahrzeuge.html "Nichts dabei?" wiederverwendet .probe ohne Bildspalte —
   der rechte Luftraum war vorher ein Inline-style ohne Mobil-Gegenregel
   (überstimmte die 900px-Umbruch-Regel unten, 64px Überhang bei 320px,
   Fremd-Blick 12.09.2026 B2). */
.probe__text--suchauftrag {
  padding: 0 3.5rem 0 0;
}
@media (max-width: 900px) {
  .probe {
    grid-template-columns: 1fr;
  }
  .probe__text {
    padding: 3rem 1.5rem 2rem;
  }
  .probe__text--suchauftrag {
    padding: 3rem 1.5rem 2rem;
  }
  .probe__bild {
    margin-bottom: 0;
    padding: 0 1.5rem 3rem;
  }
  .probe__bild img {
    border-radius: 0.5rem;
    aspect-ratio: 16/10;
  }
}

/* --- 6 · Der Weg zum Auto (Signature: Glasschräge) --------------------- */
.weg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
}
.weg__text {
  padding-right: 3rem;
}
.weg__achse {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  border-left: 2px solid var(--kante);
}
.weg__achse li {
  position: relative;
  padding: 0 0 2rem 2rem;
}
.weg__achse li:last-child {
  padding-bottom: 0;
}
.weg__achse .punkt {
  position: absolute;
  left: -7px;
  top: 0.2rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--soul);
}
.weg__achse b {
  display: block;
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.weg__achse p {
  color: var(--meta);
  margin: 0;
}
.handschrift {
  display: inline-block;
  margin-top: 1.75rem;
  height: 2.6rem;
  color: var(--soul);
}
.handschrift svg {
  height: 100%;
  width: auto;
}
.handschrift path {
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
}
.handschrift.gezeichnet path {
  animation: zeichnen 900ms var(--ease) forwards;
}
@keyframes zeichnen {
  to {
    stroke-dashoffset: 0;
  }
}

.weg__bildwrap {
  position: relative;
}
.weg__bild {
  position: relative;
  margin-right: calc((100vw - 100%) / -2 * 0 - 0px);
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 32rem;
  overflow: clip;
}
.weg__bild::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 11%;
  border-left: 2px solid var(--soul);
  z-index: 2;
  transform-origin: left;
  clip-path: inset(0 0 0 0);
}
.weg__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.weg__zitat {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 3;
  background: rgba(8, 14, 20, 0.72);
  backdrop-filter: blur(6px);
  color: var(--kalk-fest);
  padding: 1.1rem 1.4rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  max-width: 24rem;
}
.weg__zitat .sterne {
  color: var(--soul);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
}
.weg__zitat-wer {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 0.78rem;
  color: var(--meta-fest);
}
@media (max-width: 900px) {
  .weg {
    grid-template-columns: 1fr;
  }
  .weg__text {
    padding: 3rem 1.5rem 1rem;
  }
  .weg__bild {
    clip-path: none;
    min-height: 20rem;
    margin: 0 0 3rem;
  }
  .weg__bild::before {
    display: none;
  }
  .weg__zitat {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}

/* --- 7 · Bewertungen (Diashow) ------------------------------------------ */
.bew__kopfzeile {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin: 1rem 0 2.5rem;
  color: var(--meta);
  font-size: 0.95rem;
}
.bew__sterne-inline {
  color: var(--soul);
  font-weight: 700;
}
.bew-diashow {
  overflow: clip;
  padding-bottom: 0.5rem;
}
@media (min-width: 901px) {
  /* Fremd-Blick 12.09.2026: die Pille bleibt jetzt dauerhaft stehen
     (GESETZ Kap. 10) statt sich in den letzten 160px auszublenden —
     Rand-Luft rechts, damit die durchlaufenden Zitate nie darunter
     verschwinden (leiste-kollision.mjs, Karte auf Höhe des Anrufen-Knopfs). */
  .bew-diashow {
    padding-right: 11rem;
  }
}
.bew-diashow__spur {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  will-change: transform;
}
.bew-karte {
  flex: 0 0 min(340px, 82vw);
  background: var(--flaeche);
  border-radius: 0.6rem;
  padding: 1.6rem 1.5rem;
  border: 1px solid var(--kante);
  margin: 0;
}
.bew-karte__kopf {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}
.bew-karte__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--dunkel-fest);
  color: var(--kalk-fest);
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}
.bew-karte .sterne {
  color: var(--soul);
  letter-spacing: 0.15em;
  font-size: 0.85rem;
}
.bew-karte p {
  margin: 0 0 1rem;
}
.bew-karte__wer {
  font-size: 0.85rem;
  color: var(--meta);
  font-style: normal;
  display: block;
}
/* Fremd-Blick 11.09.2026: die alte @keyframes bew-scroll setzte nur
   scroll-behavior:auto bei 0% — keine Transform-/Scroll-Eigenschaft wurde
   je animiert, die Diashow stand still. Der echte Lauf treibt jetzt
   site.js: requestAnimationFrame verschiebt .bew-diashow__spur per
   transform: translateX (GPU-beschleunigt, kein Reflow wie bei scrollLeft).
   Bewertungen-Runde 2 (12.09.2026): prefers-reduced-motion bekommt ein
   echtes statisches Raster statt einer angehaltenen Zeile — site.js
   überspringt dafür sowohl das Klonen als auch den rAF-Lauf. */
@media (prefers-reduced-motion: reduce) {
  .bew-diashow {
    overflow: visible;
  }
  .bew-diashow__spur {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    width: auto;
  }
  .bew-karte {
    flex: none;
  }
}

/* --- 7b · Bewertungs-Aufruf (bewerten-cta.html, Farben aus den Tokens) ---
   Bewusst KEIN eigener full-bleed dunkler Grund: die Karte ist die erlaubte
   Bühnen-Ausnahme (GESETZ Kap. 9), die Sektion selbst bleibt hell — sonst
   stünden zwei dunkle Gründe in Folge (diese Sektion + Bento darunter),
   was das Signature-Moment "Rhythmus dunkel↔hell, nie zwei gleich in Folge"
   verletzen würde (bau-brief §1/§5). */
.bewerten-cta {
  position: relative;
  background: var(--grund);
  color: var(--tinte);
  margin-top: 4rem;
  padding-block: 1rem;
}
.bewerten-cta__box {
  position: relative;
  isolation: isolate;
  overflow: clip;
  border-radius: 1rem;
  min-height: 26rem;
  display: grid;
  place-items: center;
  padding: 2rem;
}
.bewerten-cta__buehne {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.bewerten-cta__buehne img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bewerten-cta__buehne::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 14, 20, 0.5),
    rgba(8, 14, 20, 0.8)
  );
}
.bewerten-cta__karte {
  max-width: 30rem;
  margin-inline: auto;
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.75rem);
  background: rgba(8, 14, 20, 0.88);
  color: var(--kalk-fest);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.7);
}
.bewerten-cta__karte .eyebrow {
  color: var(--meta-fest);
}
.bewerten-cta__sterne {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  margin: 1.25rem 0 1rem;
}
.bewerten-cta__sterne svg {
  width: clamp(1.5rem, 4vw, 2rem);
  height: auto;
  fill: var(--soul);
  flex: 0 0 auto;
}
.bewerten-cta__text {
  color: var(--meta-fest);
  margin-bottom: 1.75rem;
}
.bewerten-cta .knopf {
  display: inline-flex;
}
@media (max-width: 480px) {
  .bewerten-cta__karte {
    padding-inline: 1.25rem;
  }
}

/* --- 8 · Bento-Galerie --------------------------------------------------- */
.bento__kopf {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 2rem;
  align-items: end;
}
.bento__marginalie {
  max-width: 18rem;
  color: var(--meta-fest);
  font-size: 0.95rem;
}
/* Sitzt rechts in der Kopfzeile — Luft, damit sie nie unter den Anrufen-Knopf
   scrollt (GESETZ Kap. 10, leiste-kollision.mjs). */
@media (min-width: 901px) {
  .bento__marginalie {
    margin-right: 8rem;
  }
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 13rem);
  gap: 1rem;
  margin-top: 2.5rem;
}
.bento-grid > a,
.bento-grid > div {
  position: relative;
  overflow: clip;
  border-radius: 0.5rem;
  display: block;
}
.bento-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: filter var(--t2) var(--ease);
}
.bento-grid a:hover img {
  filter: brightness(1.08);
}
.bento-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.bento-2 {
  grid-column: 3;
  grid-row: 1;
}
.bento-3 {
  grid-column: 4;
  grid-row: 1;
}
.bento-4 {
  grid-column: 3;
  grid-row: 2;
}
.bento-5 {
  grid-column: 4;
  grid-row: 2;
}
@media (max-width: 900px) {
  .bento__kopf {
    grid-template-columns: 1fr;
  }
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 11rem);
  }
  .bento-1 {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .bento-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .bento-3 {
    grid-column: 2;
    grid-row: 2;
  }
  .bento-4 {
    grid-column: 1;
    grid-row: 3;
  }
  .bento-5 {
    grid-column: 2;
    grid-row: 3;
  }
}

/* --- 9 · Vertrauen -------------------------------------------------------- */
.vertrauen {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 3rem;
  align-items: start;
}
.vertrauen__text p {
  margin-top: 1.1rem;
  color: var(--meta);
}
.vertrauen__inhaber {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.inhaber-karte {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.inhaber-karte img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}
.inhaber-karte__name {
  font-weight: 700;
  font-family: "Gabarito", sans-serif;
}
.inhaber-karte__rolle {
  color: var(--meta);
  font-size: 0.85rem;
  margin: 0.1rem 0 0.5rem;
}
.inhaber-karte blockquote {
  margin: 0;
  font-style: normal;
}
.siegel-marginalie {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.siegel-marginalie img {
  width: 64px;
  height: auto;
}
.siegel-marginalie span {
  font-size: 0.85rem;
  color: var(--meta);
}
@media (max-width: 900px) {
  .vertrauen {
    grid-template-columns: 1fr;
  }
}

/* --- 10 · Anfahrt + Anfrage ----------------------------------------------- */
.anfahrt__oben {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.anfahrt__bild {
  border-radius: 0.5rem;
  overflow: clip;
  aspect-ratio: 16/11;
}
.anfahrt__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.karte-wrap {
  position: relative;
  border-radius: 0.5rem;
  overflow: clip;
  aspect-ratio: 16/11;
  background: var(--flaeche);
}
.karte-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15);
}
.karte-schutz {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  background: var(--flaeche);
  cursor: pointer;
}
.karte-schutz span {
  font-weight: 600;
  text-decoration: underline;
}
.zeitbloecke {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}
.zeitblock {
  border-top: 2px solid var(--soul);
  padding-top: 1rem;
}
.zeitblock h3 {
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}
.zeitblock p {
  margin: 0.2rem 0;
  color: var(--meta);
  font-size: 0.92rem;
}
@media (max-width: 900px) {
  .anfahrt__oben {
    grid-template-columns: 1fr;
  }
  .zeitbloecke {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- Formular (allgemein) -------------------------------------------------- */
.form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
  margin-top: 2.5rem;
}
.form__reihe {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.1rem;
  /* Fremd-Blick 12.09.2026 (B2, bei 320px gemessen): Grid-Items bekommen
     per Default min-width:auto — das ist die max-content-Breite ihres
     Inhalts, nicht 0. Ohne diese Zeile blieb .form__reihe bei 308px stehen,
     obwohl der Grid-Track selbst 1fr/232px hätte, und riss die Seite auf. */
  min-width: 0;
}
@media (max-width: 640px) {
  .form__reihe {
    grid-template-columns: minmax(0, 1fr);
  }
}
.feld {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
.feld label {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--meta);
}
.feld input,
.feld select,
.feld textarea {
  padding: 0.8rem 1rem;
  border: 1.5px solid var(--kante);
  border-radius: 0.5rem;
  background: var(--flaeche);
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  color: var(--tinte);
}
.feld input:focus,
.feld select:focus,
.feld textarea:focus {
  outline: 2px solid var(--marke);
  outline-offset: 1px;
}
.einwilligung {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.3rem 0.6rem;
  font-size: 0.86rem;
  color: var(--meta);
}
.einwilligung a {
  color: var(--marke);
}
.einwilligung input {
  margin-top: 0.2rem;
}
.form__zusage {
  font-size: 0.86rem;
  color: var(--meta);
  margin: 0;
}
.form__meldung {
  font-size: 0.9rem;
  font-weight: 500;
}
.form__meldung[data-art="gut"] {
  color: #1e7d32;
}
.form__meldung[data-art="schlecht"] {
  color: var(--soul);
}
.nurSR {
  position: absolute;
  left: -9999px;
}
.anfrage-formular {
  background: var(--flaeche);
  border-radius: 0.75rem;
  padding: 2.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 640px) {
  .anfrage-formular {
    padding: 1.5rem;
  }
}
.direktdraht {
  margin-top: 3rem;
  border-top: 1px solid var(--kante);
  padding-top: 2rem;
}
.direktdraht__reihe {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.5rem 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--kante);
  align-items: center;
}
.direktdraht__reihe a {
  color: var(--marke);
  font-weight: 600;
  text-decoration: none;
}
/* Der Anrufen-Knopf sitzt unten rechts; die letzte Reihe kann in seine Zone
   scrollen, waehrend die Nummer dort noch sichtbar ist (leiste-kollision.mjs).
   Luft rechts, damit die Nummer nie darunter verschwindet. */
@media (min-width: 900px) {
  .direktdraht {
    padding-right: 9rem;
  }
}
@media (max-width: 640px) {
  .direktdraht__reihe {
    grid-template-columns: 1fr;
  }
}

/* --- 11 · Abschluss-CTA ---------------------------------------------------- */
/* Fremd-Blick 11.09.2026, schwere Stelle 2: die Bühne benutzte die
   Theme-Text-Tokens (--tinte/--meta) statt der themenfesten *-fest-Werte —
   im HELLEN Startthema stand also dunkle Navy-Schrift (rgb(16,36,58)) auf
   dem dunklen Regen-Parkplatzfoto: drei von vier Zeilen praktisch weg. Der
   vorherige Wort-Chip kaschierte nur das Akzentwort, nicht die Fläche.
   Fix an der Fläche (GESETZ Kap. 11): --tinte/--meta hier fest auf die
   *-fest-Werte gesetzt, kippt mit dem Theme nicht — plus ein eigener,
   gerichteter Scrim über die GANZE Textzone (nicht nur diagonal
   auslaufend), der unabhängig vom Bildinhalt trägt. */
.abschluss {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: 34rem;
  display: flex;
  align-items: center;
  --tinte: var(--kalk-fest);
  --meta: var(--meta-fest);
  color: var(--kalk-fest);
}
.abschluss__bild {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.abschluss__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abschluss::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(8, 14, 20, 0.93) 0%,
    rgba(8, 14, 20, 0.93) 38%,
    rgba(8, 14, 20, 0.55) 55%,
    rgba(8, 14, 20, 0.16) 75%,
    transparent 92%
  );
}
/* Bei 390px nimmt der Text die ganze Breite ein (kein Rand-Bereich, in dem
   das Foto durchscheinen darf) — die diagonale Verlaufsposition traf hier
   je nach Bildausschnitt (object-fit: cover schneidet bei schmalem
   Viewport anders zu) eine hellere Stelle (1,20:1 FAIL, zweites-thema-
   kontrast.mjs). Fix an der Fläche: unter 640px deckt der Scrim gleichmäßig
   die GANZE Bühne ab. */
@media (max-width: 640px) {
  .abschluss::before {
    background: rgba(8, 14, 20, 0.88);
  }
}
.abschluss__inner {
  max-width: 34rem;
  padding-block: 4rem;
}
.abschluss .lead {
  color: var(--meta-fest);
  margin-top: 1.2rem;
}
/* Kein Wort-Chip mehr (Fremd-Blick 11.09.2026) — der flächige Scrim oben
   trägt jetzt auch das Akzentwort; #ff5a52 statt --soul, weil die Fläche
   themenfest ist und --soul mit dem Theme kippen würde. */
.abschluss .akzent {
  color: #ff5a52;
}
.abschluss__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  margin-top: 2rem;
}
.abschluss__tel {
  color: var(--kalk-fest);
  font-weight: 600;
  text-decoration: none;
}

/* --- Footer ------------------------------------------------------------- */
.fuss {
  background: var(--dunkel-fest);
  color: var(--kalk-fest);
  padding-block: 4.5rem 2rem;
}
.fuss__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
}
.fuss__block h3 {
  font-family: "Gabarito", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--meta-fest);
  margin-bottom: 1rem;
}
.fuss__block a {
  display: block;
  color: var(--kalk-fest);
  text-decoration: none;
  padding: 0.3rem 0;
  opacity: 0.9;
}
.fuss__block a:hover {
  opacity: 1;
  text-decoration: underline;
}
.fuss__logo {
  height: 32px;
  width: auto;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}
.fuss__unten {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--kante);
  font-size: 0.82rem;
  color: var(--meta-fest);
}
.fuss__unten a {
  color: var(--meta-fest);
  text-decoration: underline;
}
@media (max-width: 720px) {
  .fuss__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* --- Anrufen-Knopf fixiert (GESETZ Kap. 10) ------------------------------ */
.ruf-fix {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  background: var(--soul);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.4);
  min-height: 44px;
}
.ruf-fix svg {
  width: 18px;
  height: 18px;
}
.ruf-fix:hover {
  background: var(--soul-tief);
}
/* Mobil: die schwebende Pille deckt beim Scrollen dauerhaft Karten-/Footer-
   Inhalt zu (leiste-kollision.mjs, 77 Treffer, 11.09.2026 Runde 2). Deshalb
   wird sie unter 900px zur ECHTEN Fussleiste ueber die volle Breite — Inhalt
   scrollt bewusst darunter durch (Baustein-Konvention .ruf, GESETZ Kap. 10),
   gepruefte Ausnahme statt Kollision. Der Seitenfuss bekommt die Leistenhoehe
   als Luft, damit die letzte Zeile nie darunter verschwindet. */
@media (max-width: 899px) {
  .ruf-fix {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
    border-radius: 0;
    padding: 0.95rem 1rem;
    box-shadow: 0 -6px 20px -10px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 899px) {
  body {
    padding-bottom: 4.4rem;
  }
}
/* Desktop: die schwebende Pille bleibt klein, aber der Seitenfuss bekommt
   ihre Hoehe als Luft, sonst verschwinden Impressum/Datenschutz dauerhaft
   darunter (leiste-kollision.mjs, GESETZ Kap. 10). */
@media (min-width: 900px) {
  .fuss__unten {
    padding-bottom: 4.6rem;
    /* Fremd-Blick 12.09.2026: padding-bottom reicht nur, wenn die Seite
       LÄNGER als der Viewport ist (dann liegt es hinter dem Scroll-Ende).
       Auf kurzen Seiten (z. B. merkliste.html leer) sitzt die Pille schon
       bei scrollY 0 über der rechtsbündigen Link-Zeile — padding-right
       räumt den Eckbereich frei, in dem die Pille dauerhaft steht (GESETZ
       Kap. 10 verlangt dauerhaft sichtbar, kein Verstecken mehr). */
    padding-right: 9rem;
  }
}
/* Die Pille weicht sanft, sobald das Seitenende in Sicht ist — Inhalt UND
   Footer bleiben frei, kein Springen (Baustein-Konvention .ruf--weg). */
.ruf-fix.ruf--weg {
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .ruf-fix {
    transition:
      opacity 0.28s ease,
      transform 0.28s ease;
  }
}

/* --- Nav ------------------------------------------------------------------ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 88px;
  display: flex;
  align-items: center;
  transition:
    background var(--t3) var(--ease),
    border-color var(--t3) var(--ease);
  border-bottom: 1px solid transparent;
}
/* Der Kopf-Scrim (GESETZ Kap. 5) schützt nur den unteren Teil des Videos —
   die Nav-Zeile liegt in der vollständig transparenten Zone. Text-shadow
   allein reichte gegen helle Video-Frames nicht (zweites-thema-kontrast.mjs,
   1,37–2,87:1). Ein eigener, immer gleicher Verlauf HINTER der Nav sichert
   die Schwelle unabhängig vom Bildinhalt, ohne den transparenten Look zu
   verlieren — dieselbe Idee wie der Kopf-Scrim, nur für die Leiste selbst. */
.nav:not([data-scrolled])::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 70%,
    transparent 100%
  );
  pointer-events: none;
}
.nav[data-scrolled] {
  background: var(--grund);
  border-bottom-color: var(--kante);
}
.nav__inner {
  width: min(100% - 3rem, 96rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.nav__inner > a:first-child {
  flex: 0 0 auto;
  min-width: 0;
}
.nav__logo {
  height: 40px;
  width: auto;
  max-width: 38vw;
  display: block;
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  .nav__logo {
    height: 28px;
  }
}
.nav[data-scrolled] .nav__logo,
.kopf ~ * .nav__logo {
  filter: none;
}
.nav:not([data-scrolled]) .nav__logo {
  filter: brightness(0) invert(1) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
}
.nav__liste {
  display: flex;
  gap: 1.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__liste a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--kalk-fest);
  transition: color var(--t2) var(--ease);
}
/* Über dem Kopf-Video ist der Scrim gerichtet (nur unten, GESETZ Kap. 5) —
   die Nav-Zeile selbst liegt in der TRANSPARENTEN Zone und hat je nach
   Bildinhalt zu wenig Kontrast (zweites-thema-kontrast.mjs, Regel 38b).
   Ein Schlagschatten sichert die Lesbarkeit unabhängig vom Video-Frame,
   ohne den transparenten Look zu verlieren — dieselbe Technik wie am Logo. */
.nav:not([data-scrolled]) .nav__liste a,
.nav:not([data-scrolled]) .nav__cta,
.nav:not([data-scrolled]) .nav__merk,
.nav:not([data-scrolled]) .nav__schalter,
.nav:not([data-scrolled]) .nav__burger span {
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.55),
    0 1px 14px rgba(0, 0, 0, 0.3);
}
.nav:not([data-scrolled]) .nav__burger span {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.nav[data-scrolled] .nav__liste a {
  color: var(--tinte);
}
.nav__liste a:hover {
  color: var(--soul);
}
.nav__rechts {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 420px) {
  .nav__inner {
    width: min(100% - 2rem, 96rem);
    gap: 0.6rem;
  }
  .nav__rechts {
    gap: 0.5rem;
  }
  .nav__cta {
    padding: 0.55rem 0.85rem;
    font-size: 0.82rem;
  }
}
.nav__schalter {
  width: 44px;
  height: 26px;
  border-radius: 999px;
  border: 1.5px solid currentColor;
  color: var(--kalk-fest);
  position: relative;
  flex: 0 0 auto;
}
.nav[data-scrolled] .nav__schalter {
  color: var(--tinte);
}
.nav__schalter::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: currentColor;
  transition: transform var(--t2) var(--ease);
}
[data-theme="dark"] .nav__schalter::after {
  transform: translateX(18px);
}
.nav__cta {
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  background: var(--soul);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.nav__burger {
  display: none;
  width: 26px;
  height: 20px;
  position: relative;
  flex: 0 0 auto;
}
.nav__mobil {
  display: none;
}
.nav__burger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--kalk-fest);
  transition:
    transform var(--t2) var(--ease),
    opacity var(--t2) var(--ease);
}
.nav[data-scrolled] .nav__burger span {
  background: var(--tinte);
}
.nav__burger span:nth-child(1) {
  top: 0;
}
.nav__burger span:nth-child(2) {
  top: 9px;
}
.nav__burger span:nth-child(3) {
  top: 18px;
}
html[data-menue-offen] .nav__burger span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
html[data-menue-offen] .nav__burger span:nth-child(2) {
  opacity: 0;
}
html[data-menue-offen] .nav__burger span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width: 900px) {
  .nav__liste {
    display: none;
  }
  .nav__burger {
    display: block;
  }
  .nav__mobil {
    display: block;
    position: fixed;
    inset: 88px 0 0 0;
    z-index: 49;
    background: var(--grund);
    padding: 2rem;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity var(--t3) var(--ease),
      transform var(--t3) var(--ease);
  }
  html[data-menue-offen] .nav__mobil {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav__mobil ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5rem;
  }
  .nav__mobil a {
    text-decoration: none;
    color: var(--tinte);
    font-size: 1.3rem;
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
  }
}
/* Bug (Fremd-Blick, 11.09.2026): Schalter (44px) + Herz (33px) + CTA (bis
   114px) + Burger (26px) + 3 Gaps passten bei 390/360px NICHT nebeneinander
   — der Burger wurde stumm ausserhalb des Viewports geschoben (left 398 bei
   390px Breite), kein Klick moeglich, kein Gate hat es gesehen (overflow-x:
   clip haelt scrollWidth saeuberlich, "sichtbar" wurde nie mit einem echten
   Klick geprueft). Fix: Schalter + Herz wandern unter 480px aus der
   Top-Leiste in eine eigene Werkzeugzeile im Mobil-Panel (site.js klont sie
   dorthin) — der Burger bleibt so mit reichlich Luft erreichbar. */
@media (max-width: 480px) {
  .nav__rechts .nav__schalter,
  .nav__rechts .nav__merk {
    display: none;
  }
  .nav__mobil-werkzeuge {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--kante);
  }
  .nav__mobil-werkzeuge .nav__schalter,
  .nav__mobil-werkzeuge .nav__merk {
    color: var(--tinte);
  }
}
@media (min-width: 481px) {
  .nav__mobil-werkzeuge {
    display: none;
  }
}

/* --- Reveal-Choreografie (Typ 3: Reihen-Staffel) --------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}
.reveal-fertig[data-reveal],
html.js-aus [data-reveal] {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Gegenlauf-Parallax Container braucht overflow clip auf Vorfahren nicht — Bild wird transform-verschoben */
[data-parallax] img {
  will-change: transform;
}

.sek--sub-luft {
  padding-block: 6rem;
}
@media (max-width: 720px) {
  .sek--sub-luft {
    padding-block: 3.5rem;
  }
}

/* Rechtstexte / einfache Textseiten */
.text-seite {
  padding-block: 6rem 5rem;
}
.text-seite h2 {
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 2.4rem 0 0.9rem;
}
.text-seite p,
.text-seite li {
  color: var(--meta);
}
.text-seite a:not(.knopf) {
  color: var(--marke);
}
.text-seite ul {
  padding-left: 1.2rem;
}
