/* ============================================================
   Tischlerei Brandhofer — Design „Manufaktur-Editorial"
   Volle Bildschirmbreite, asymmetrisches 12-Spalten-Raster,
   Typografie als Hauptdarsteller. Monochrom + Cognac-Akzent.
   ============================================================ */

@font-face {
    font-family: 'Space Grotesk';
    src: url('/assets/fonts/space-grotesk-var.woff2') format('woff2');
    font-weight: 300 700;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter-var.woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --papier: #fafaf8;
    --schwarz: #141413;
    --grau: #6f6b64;
    --linie: #e5e1d8;
    --cognac: #a5673f;
    --cognac-tief: #8a5430;
    --rand: clamp(20px, 4vw, 76px);
    --grotesk: 'Space Grotesk', 'Segoe UI', sans-serif;
    --text: 'Inter', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}

body {
    margin: 0;
    background: var(--papier);
    color: var(--schwarz);
    font-family: var(--text);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 380;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    font-family: var(--grotesk);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -0.025em;
    margin: 0 0 0.5em;
    text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 7vw, 6.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
h4 { font-size: 1rem; letter-spacing: 0.02em; }

p { margin: 0 0 1em; }
a { color: inherit; text-decoration-color: var(--cognac); text-underline-offset: 3px; }
a:hover { color: var(--cognac-tief); }
img { max-width: 100%; display: block; }

/* Volle Breite: der wrap ist KEIN Schlauch, sondern Randabstand */
.wrap { max-width: none; padding-inline: var(--rand); }
/* Luft zwischen Sticky-Header und Seiteninhalt (alle Templates) */
main > .wrap { padding-top: clamp(28px, 4vw, 64px); }

/* Full-bleed-Helfer: hebt das wrap-Padding auf */
.vollbild { margin-inline: calc(-1 * var(--rand)); }

.eyebrow {
    font-family: var(--grotesk);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cognac);
    margin: 0 0 14px;
}

.rich :first-child { margin-top: 0; }
.rich :last-child { margin-bottom: 0; }
.rich strong { font-weight: 600; }
.rich ul { padding-left: 1.2em; }

.meta, time { color: var(--grau); font-size: 0.88rem; }

/* ── Editorial-Raster ─────────────────────────────────────── */
.ed-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(18px, 2.4vw, 44px);
    align-items: start;
}
.sp-1-3  { grid-column: 1 / 4; }
.sp-1-5  { grid-column: 1 / 6; }
.sp-4-13 { grid-column: 4 / 13; }
.sp-1-7  { grid-column: 1 / 8; }
.sp-1-8  { grid-column: 1 / 9; }
.sp-6-13 { grid-column: 6 / 13; }
.sp-7-13 { grid-column: 7 / 13; }
.sp-8-13 { grid-column: 8 / 13; }
.sp-9-13 { grid-column: 9 / 13; }
.sp-voll { grid-column: 1 / -1; }
@media (max-width: 900px) {
    .ed-grid > * { grid-column: 1 / -1; }
}

.ed-num {
    font-family: var(--grotesk);
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    font-weight: 300;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px var(--grau);
    letter-spacing: -0.02em;
}

.sektion { padding-block: clamp(48px, 8vw, 130px); border-top: 1px solid var(--linie); }
.sektion:first-child { border-top: 0; }
.sektion-kopf { margin-bottom: clamp(26px, 4vw, 60px); }
.sektion-kopf h1, .sektion-kopf h2 { max-width: 18ch; }

/* ── Header ───────────────────────────────────────────────── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: color-mix(in srgb, var(--papier) 88%, transparent);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--linie);
}
.site-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 64px;
}
.site-logo {
    font-family: var(--grotesk);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    gap: 14px;
    white-space: nowrap;
}
.site-logo small {
    font-family: var(--text);
    font-weight: 400;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: none;
    color: var(--grau);
}
.site-nav { display: flex; gap: clamp(10px, 1.6vw, 26px); flex-wrap: wrap; }
.site-nav a {
    font-family: var(--grotesk);
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    color: var(--grau);
    padding: 4px 0;
    border-bottom: 1px solid transparent;
}
.site-nav a:hover { color: var(--schwarz); }
.site-nav a.active { color: var(--schwarz); border-bottom-color: var(--cognac); }
@media (max-width: 720px) {
    .site-header .wrap { flex-direction: column; align-items: flex-start; padding-block: 10px; }
    .site-logo small { display: none; }
}

/* ── Hero (Startseite) ────────────────────────────────────── */
.ed-hero { padding-block: clamp(8px, 1.5vw, 32px) 0; } /* main-wrap bringt schon Grundabstand */
.ed-hero h1 {
    font-size: clamp(3rem, 9.5vw, 9rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    max-width: 12ch;
    margin-bottom: 0.35em;
}
.ed-hero-zeile {
    display: flex;
    flex-wrap: wrap;
    gap: 20px clamp(24px, 4vw, 70px);
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: clamp(28px, 4vw, 56px);
}
.ed-hero-intro { max-width: 46ch; font-size: 1.06rem; }
.ed-hero-bild { margin-inline: calc(-1 * var(--rand)); }
.ed-hero-bild img { width: 100%; height: clamp(340px, 62vh, 720px); object-fit: cover; }
.signature { font-family: var(--grotesk); color: var(--grau); }

/* Buttons */
.btn {
    display: inline-block;
    font-family: var(--grotesk);
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--papier);
    background: var(--schwarz);
    border: 1px solid var(--schwarz);
    padding: 13px 26px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.btn:hover { background: var(--cognac-tief); border-color: var(--cognac-tief); color: var(--papier); }
.btn-hell { background: transparent; color: var(--schwarz); }
.btn-hell:hover { background: var(--schwarz); color: var(--papier); }

.badge {
    display: inline-flex;
    gap: 8px;
    align-items: baseline;
    font-size: 0.84rem;
    color: var(--grau);
    text-decoration: none;
    border: 1px solid var(--linie);
    padding: 7px 14px;
    border-radius: 99px;
    background: #fff;
}
.badge-offen { color: #2e6b40; font-weight: 600; }
.badge-zu { color: #9c3f2c; font-weight: 600; }
.badge-zeit, .badge-saison, .badge-mehr { color: var(--grau); }

/* ── Leistungen: nummerierte Editorial-Zeilen ─────────────── */
.ls-liste { border-top: 1px solid var(--linie); }
.ls-zeile {
    display: grid;
    grid-template-columns: minmax(70px, 1fr) 5fr 4fr 2fr;
    gap: clamp(16px, 2.4vw, 44px);
    align-items: center;
    padding-block: clamp(22px, 3vw, 44px);
    border-bottom: 1px solid var(--linie);
    text-decoration: none;
    transition: background 0.2s;
}
.ls-zeile:hover { background: #fff; }
.ls-zeile h3 { margin: 0 0 4px; font-size: clamp(1.4rem, 2.6vw, 2.2rem); }
.ls-zeile:hover h3 { color: var(--cognac-tief); }
.ls-untertitel { color: var(--grau); font-size: 0.92rem; }
.ls-bild { aspect-ratio: 3 / 2; overflow: hidden; }
.ls-bild img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.ls-zeile:hover .ls-bild img { transform: scale(1.04); }
.ls-preis { text-align: right; font-family: var(--grotesk); font-size: 0.94rem; white-space: nowrap; }
.ls-preis small { display: block; color: var(--grau); font-family: var(--text); font-size: 0.78rem; white-space: normal; }
@media (max-width: 900px) {
    .ls-zeile { grid-template-columns: 56px 1fr; }
    .ls-bild, .ls-preis { grid-column: 2; text-align: left; }
}

/* Leistungs-Index (Startseite): nur Ziffer + Titel, wie ein Inhaltsverzeichnis */
.ix-liste { border-top: 1px solid var(--linie); }
.ix-zeile {
    display: grid;
    grid-template-columns: minmax(70px, 1fr) 10fr auto;
    gap: clamp(16px, 2.4vw, 44px);
    align-items: center;
    padding-block: clamp(20px, 3vw, 42px);
    border-bottom: 1px solid var(--linie);
    text-decoration: none;
}
.ix-zeile h3 { margin: 0; font-size: clamp(1.7rem, 3.6vw, 3.2rem); font-weight: 500; letter-spacing: -0.025em; }
.ix-zeile:hover h3 { color: var(--cognac-tief); }
.ix-pfeil { font-family: var(--grotesk); font-size: clamp(1.2rem, 2vw, 1.8rem); color: var(--grau); transition: transform 0.25s, color 0.25s; }
.ix-zeile:hover .ix-pfeil { color: var(--schwarz); transform: translateX(8px); }
@media (max-width: 900px) { .ix-zeile { grid-template-columns: 56px 1fr auto; } }

/* Kompakte Leistungs-Karten (Startseite) — Klassen des site-template */
.leistungen-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
    gap: clamp(16px, 2vw, 36px);
}
.leistung-karte { display: block; text-decoration: none; }
.leistung-karte img { aspect-ratio: 3 / 2; width: 100%; object-fit: cover; margin-bottom: 14px; transition: opacity 0.2s; }
.leistung-karte:hover img { opacity: 0.88; }
.leistung-titel { display: block; font-family: var(--grotesk); font-size: 1.2rem; font-weight: 500; letter-spacing: -0.01em; }
.leistung-untertitel, .leistung-kurztext { display: block; color: var(--grau); font-size: 0.9rem; margin-top: 5px; }
.leistung-preis { display: block; margin-top: 8px; font-family: var(--grotesk); font-size: 0.9rem; }
.leistung-mehr { display: inline-block; margin-top: 10px; font-family: var(--grotesk); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cognac); }

/* ── Projekte als Case-Studies ────────────────────────────── */
.projekt, .case {
    padding-block: clamp(40px, 6vw, 100px);
    border-top: 1px solid var(--linie);
}
.projekt:first-of-type, .case:first-of-type { border-top: 0; }
.case-kopf { display: grid; grid-template-columns: 2fr 1fr; gap: clamp(18px, 3vw, 60px); align-items: end; margin-bottom: clamp(20px, 3vw, 40px); }
.case-kopf h2 { max-width: 16ch; margin: 0; }
@media (max-width: 900px) { .case-kopf { grid-template-columns: 1fr; } }

.case-fakten {
    font-size: 0.88rem;
    border-top: 1px solid var(--schwarz);
}
.case-fakten div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-block: 9px;
    border-bottom: 1px solid var(--linie);
}
.case-fakten .k { color: var(--grau); font-family: var(--grotesk); letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.72rem; padding-top: 3px; }
.case-fakten .v { margin: 0; text-align: right; }

.projekt-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.projekt-tag {
    font-family: var(--grotesk);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 1px solid var(--linie);
    background: #fff;
    padding: 4px 10px;
    border-radius: 99px;
    color: var(--grau);
}
.projekt-bilder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    gap: clamp(12px, 1.6vw, 28px);
    margin-block: clamp(18px, 2.6vw, 40px);
}
.projekt-bilder img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; cursor: zoom-in; }
.projekt-zitat {
    margin: clamp(22px, 3vw, 44px) 0 0;
    padding: 0;
    border: 0;
    font-family: var(--grotesk);
    font-size: clamp(1.2rem, 2.2vw, 1.8rem);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.01em;
    max-width: 34ch;
}
.projekt-zitat footer { font-family: var(--text); font-size: 0.86rem; color: var(--grau); margin-top: 12px; }

/* ── Kategorie-Filter (Chips als Textnav) ─────────────────── */
.kategorie-filter {
    display: flex;
    gap: clamp(14px, 2vw, 30px);
    flex-wrap: wrap;
    margin-bottom: clamp(22px, 3vw, 42px);
    border-bottom: 1px solid var(--linie);
    padding-bottom: 14px;
}
.kategorie-filter a {
    font-family: var(--grotesk);
    font-size: 0.86rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--grau);
}
.kategorie-filter a:hover { color: var(--schwarz); }
.kategorie-filter a.active { color: var(--cognac-tief); }
[data-filter-leer] { color: var(--grau); }

/* ── Aktuelles ────────────────────────────────────────────── */
.beitrag {
    display: grid;
    grid-template-columns: minmax(220px, 4fr) 7fr;
    gap: clamp(16px, 2.6vw, 48px);
    padding-block: clamp(22px, 3vw, 40px);
    border-bottom: 1px solid var(--linie);
    align-items: start;
}
.beitrag:first-of-type { border-top: 1px solid var(--linie); }
.beitrag img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.beitrag h3 { margin: 4px 0 8px; }
.beitrag h3 a { text-decoration: none; }
.beitrag h3 a:hover { color: var(--cognac-tief); }
.beitrag-weiter { margin: 8px 0 0; }
.beitrag-weiter a { font-family: var(--grotesk); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; color: var(--cognac); }
@media (max-width: 760px) { .beitrag { grid-template-columns: 1fr; } }

.beitrag-detail-zurueck a { font-family: var(--grotesk); font-size: 0.82rem; letter-spacing: 0.06em; text-decoration: none; color: var(--grau); }
.beitrag-detail-teaser { font-size: 1.12rem; color: var(--grau); max-width: 60ch; }
.beitrag-detail-bild img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* Termine */
.termin {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: clamp(16px, 2.4vw, 44px);
    padding-block: clamp(20px, 2.6vw, 36px);
    border-bottom: 1px solid var(--linie);
}
.termin:first-of-type { border-top: 1px solid var(--linie); }
.termin-datum { font-family: var(--grotesk); line-height: 1; }
.termin-datum b { display: block; font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 500; }
.termin-datum span { color: var(--grau); font-size: 0.86rem; letter-spacing: 0.12em; text-transform: uppercase; }
.termin h3 a { text-decoration: none; }

/* ── Team ─────────────────────────────────────────────────── */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    gap: clamp(18px, 2.4vw, 44px);
}
.team-karte img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; margin-bottom: 14px; filter: grayscale(28%); transition: filter 0.3s; }
.team-karte:hover img { filter: grayscale(0%); }
.team-karte h3 { margin-bottom: 2px; font-size: 1.15rem; }
.team-rolle { font-family: var(--grotesk); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cognac); margin: 0 0 8px; }
.team-karte p:last-child { color: var(--grau); font-size: 0.92rem; }

/* Stellen */
.stelle { padding-block: clamp(22px, 3vw, 40px); border-bottom: 1px solid var(--linie); }
.stelle:first-of-type { border-top: 1px solid var(--linie); }
.stelle-meta { font-family: var(--grotesk); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grau); margin: -4px 0 12px; }
.stelle .btn { margin-top: 6px; }

/* Partner + Downloads */
.partner-kategorie { font-family: var(--grotesk); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grau); margin: 30px 0 14px; }
.partner-zeile { border-top: 1px solid var(--linie); padding-block: clamp(20px, 2.6vw, 36px); margin: 0; }
.partner-zeile:last-of-type { border-bottom: 1px solid var(--linie); }
.partner-zeile .partner-kategorie { margin: 0; padding-top: 6px; }
.partner-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr)); gap: clamp(14px, 1.6vw, 24px); }
.partner-logo {
    display: flex; flex-direction: column; gap: 12px;
    background: #fff; border: 1px solid var(--linie); padding: clamp(16px, 1.6vw, 24px);
    text-decoration: none; transition: border-color 0.2s;
    font-family: var(--grotesk); font-size: 0.92rem; font-weight: 500; letter-spacing: 0.02em;
}
.partner-logo:hover { border-color: var(--schwarz); }
.partner-logo img {
    aspect-ratio: 5 / 3; object-fit: cover; width: 100%;
    filter: grayscale(100%); opacity: 0.82;
    transition: filter 0.3s, opacity 0.3s;
}
.partner-logo:hover img { filter: grayscale(0%); opacity: 1; }
.download-zeile {
    display: flex; justify-content: space-between; gap: 18px; align-items: center;
    padding: 16px 0; border-bottom: 1px solid var(--linie); text-decoration: none;
}
.partner-zeile .download-zeile:first-of-type { padding-top: 4px; }
.partner-zeile .download-zeile:last-of-type { border-bottom: 0; padding-bottom: 0; }
.download-zeile:hover strong { color: var(--cognac-tief); }
.download-text { display: flex; flex-direction: column; gap: 2px; }
.download-text span { color: var(--grau); font-size: 0.88rem; }
.download-meta { font-family: var(--grotesk); font-size: 0.78rem; letter-spacing: 0.08em; color: var(--grau); white-space: nowrap; }

/* ── Galerie ──────────────────────────────────────────────── */
.alben-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: clamp(14px, 2vw, 32px); }
.album-karte { position: relative; display: block; text-decoration: none; overflow: hidden; }
.album-karte img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.5s; }
.album-karte:hover img { transform: scale(1.04); }
/* Beschriftung oben links (sofort sichtbar, ohne Scrollen); Anzahl oben
   rechts. Titel und Anzahl sind im Template GESCHWISTER der Karte. */
.album-titel {
    position: absolute; inset: 0 0 auto 0;
    padding: 16px 120px 48px 18px;
    background: linear-gradient(rgba(10, 10, 9, 0.6), transparent);
    color: #fff; font-family: var(--grotesk); font-weight: 500;
    font-size: clamp(1.05rem, 1.6vw, 1.4rem);
}
.album-anzahl {
    position: absolute; top: 19px; right: 18px;
    color: #fff; font-family: var(--grotesk);
    font-size: 0.78rem; font-weight: 400; letter-spacing: 0.08em;
    text-transform: uppercase; opacity: 0.85;
}
.galerie { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: clamp(10px, 1.4vw, 24px); list-style: none; margin: 0; padding: 0; }
.galerie img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; cursor: zoom-in; }
.galerie-masonry { display: block; column-count: 3; column-gap: clamp(10px, 1.4vw, 24px); }
.galerie-masonry li { break-inside: avoid; margin: 0 0 clamp(10px, 1.4vw, 24px); }
.galerie-masonry img { aspect-ratio: auto; height: auto; object-fit: fill; }
@media (max-width: 820px) { .galerie-masonry { column-count: 2; } }
@media (max-width: 480px) { .galerie-masonry { column-count: 1; } }

/* Lightbox (app.js) */
.lightbox {
    position: fixed; inset: 0; z-index: 200;
    background: rgba(14, 13, 12, 0.94);
    display: flex; align-items: center; justify-content: center;
}
.lightbox img { max-width: min(92vw, 1700px); max-height: 84vh; object-fit: contain; }
.lightbox-text { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: #ddd; font-size: 0.9rem; font-family: var(--grotesk); }
.lightbox-zaehler { opacity: 0.6; margin-left: 10px; }
.lightbox-schliessen, .lightbox-pfeil {
    position: absolute; background: none; border: 0; color: #fff;
    font-size: 2rem; cursor: pointer; padding: 14px 20px; line-height: 1;
    opacity: 0.75; transition: opacity 0.2s; font-family: var(--grotesk);
}
.lightbox-schliessen:hover, .lightbox-pfeil:hover { opacity: 1; }
.lightbox-schliessen { top: 10px; right: 14px; }
.lightbox-zurueck { left: 6px; top: 50%; transform: translateY(-50%); }
.lightbox-weiter { right: 6px; top: 50%; transform: translateY(-50%); }
html.lightbox-offen, html.lightbox-offen body { overflow: hidden; }
.lightbox-thumb { position: relative; display: block; }
.lightbox-thumb::after {
    content: '';
    position: absolute; inset: 0;
    background: rgba(20, 20, 19, 0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.4-4.4M11 8v6M8 11h6'/%3E%3C/svg%3E") center/0px no-repeat;
    transition: background-color 0.25s, background-size 0.25s;
    pointer-events: none;
}
.lightbox-thumb:hover::after { background-color: rgba(20, 20, 19, 0.32); background-size: 30px; }
@media (hover: none) { .lightbox-thumb::after { display: none; } }

/* YouTube (app.js, DSGVO-Consent) */
.youtube-liste { display: grid; gap: clamp(14px, 2vw, 28px); margin-block: 20px; grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr)); }
.youtube-video { position: relative; aspect-ratio: 16 / 9; background: #1b1a18; cursor: pointer; overflow: hidden; }
.youtube-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* Selbst gehostetes YouTube-Vorschaubild (Core-Feature, /uploads/videos/<id>.jpg) */
.youtube-video.youtube-hat-thumb { background-size: cover; background-position: center; }
.youtube-video.youtube-hat-thumb::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(10,12,14,.28) 0%, rgba(10,12,14,.40) 45%, rgba(10,12,14,.72) 100%); }
.youtube-video.youtube-geladen::before { display: none; }
.youtube-video > .youtube-play, .youtube-video > .youtube-titel, .youtube-video > .youtube-hinweis { position: relative; z-index: 1; }
/* Titel als Bildunterschrift unter dem Video (Farbe erbt -> hell/dunkel ok) */
.youtube-figur { margin: 0; }
.youtube-titel-unten { margin-top: 11px; font-weight: 700; font-size: 1rem; line-height: 1.32; }
.youtube-figur .youtube-titel { display: none; }
.youtube-play {
    position: absolute; inset: 0; margin: auto; width: 64px; height: 64px;
    border: 1px solid rgba(255, 255, 255, 0.6); border-radius: 50%;
    background: rgba(0, 0, 0, 0.35); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
    transition: background 0.2s, transform 0.2s;
}
.youtube-video:hover .youtube-play { background: var(--cognac); transform: scale(1.06); }
.youtube-titel { position: absolute; top: 14px; left: 16px; right: 16px; color: #fff; font-family: var(--grotesk); font-size: 0.95rem; }
.youtube-hinweis { position: absolute; bottom: 12px; left: 16px; right: 16px; color: rgba(255, 255, 255, 0.75); font-size: 0.76rem; line-height: 1.4; }
.youtube-hinweis a { color: #fff; }

/* ── Standorte + OSM ──────────────────────────────────────── */
.standorte-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr)); gap: clamp(18px, 2.4vw, 44px); }
.standort-card { background: #fff; border: 1px solid var(--linie); padding: clamp(20px, 2.6vw, 36px); }
.standort-card h2, .standort-card h3 { font-size: 1.4rem; }
.standort-adresse { margin-bottom: 10px; }
.standort-kontakt a { text-decoration: none; }
.standort-hinweis { color: var(--grau); font-size: 0.9rem; }
.zeiten-tabelle { width: 100%; border-collapse: collapse; font-size: 0.92rem; margin-block: 10px; }
.zeiten-tabelle th, .zeiten-tabelle td { padding: 6px 0; border-bottom: 1px solid var(--linie); }
.zeiten-tabelle th { text-align: left; font-weight: 450; }
.zeiten-tabelle td:last-child { text-align: right; }
.zeiten-heute th, .zeiten-heute td { font-weight: 600; color: var(--cognac-tief); }
.zeiten-block { margin-bottom: 18px; }
.zeiten-extra { color: var(--grau); font-size: 0.88rem; }
.osm-karte { aspect-ratio: 16 / 10; background: #ece9e2; position: relative; margin-top: 16px; }
.osm-karte iframe { width: 100%; height: 100%; border: 0; }
.osm-platzhalter {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center;
    text-align: center; padding: 20px; font-size: 0.9rem; color: var(--grau);
}
.osm-platzhalter .btn { font-size: 0.76rem; padding: 10px 18px; }
.osm-fineprint, .osm-copyright { font-size: 0.74rem; color: var(--grau); }
.osm-copyright { margin-top: 6px; }

/* ── Formulare ────────────────────────────────────────────── */
.field { margin-bottom: 18px; max-width: 640px; }
.field label { display: block; font-family: var(--grotesk); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grau); margin-bottom: 7px; }
.field input, .field textarea, .field select {
    width: 100%;
    font: inherit;
    color: inherit;
    background: #fff;
    border: 1px solid var(--linie);
    border-radius: 0;
    padding: 13px 14px;
}
.field input:focus, .field textarea:focus, .field select:focus {
    outline: none;
    border-color: var(--schwarz);
}
.field input[readonly] { background: var(--papier); color: var(--grau); }
.hp-field { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.form-success { border: 1px solid #2e6b40; color: #2e6b40; padding: 16px 18px; max-width: 640px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 0.9rem; }
.check input { width: auto; }
/* lange Einverständnis-Sätze nicht in Versalien zwingen */
.field.check label { text-transform: none; letter-spacing: normal; font-size: 0.9rem; color: var(--schwarz); }

/* Hinweis-Banner */
.hinweis-banner {
    background: var(--schwarz);
    color: var(--papier);
    text-align: center;
    padding: 11px var(--rand);
    font-size: 0.9rem;
}
.hinweis-banner a { color: var(--papier); text-decoration-color: var(--cognac); }

/* ── Footer als Schlussbild ───────────────────────────────── */
.site-footer {
    margin-top: clamp(60px, 9vw, 150px);
    background: var(--schwarz);
    color: #b8b4ac;
    font-size: 0.92rem;
}
.footer-gross {
    padding: clamp(50px, 8vw, 120px) var(--rand) clamp(30px, 4vw, 60px);
}
.footer-gross h2 {
    color: var(--papier);
    font-size: clamp(2.2rem, 6.5vw, 6rem);
    letter-spacing: -0.03em;
    max-width: 14ch;
    margin-bottom: 0.4em;
}
.footer-gross .btn { background: var(--papier); color: var(--schwarz); border-color: var(--papier); }
.footer-gross .btn:hover { background: var(--cognac); border-color: var(--cognac); color: #fff; }
.site-footer .wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 28px;
    padding-block: clamp(28px, 4vw, 50px);
    border-top: 1px solid #2c2b29;
}
.site-footer h4 { color: var(--papier); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 12px; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: var(--papier); }
.site-footer p { margin: 0 0 6px; }
.footer-base {
    padding: 18px var(--rand) 26px;
    border-top: 1px solid #2c2b29;
    font-size: 0.78rem;
    color: #807c74;
}
.footer-base a { color: inherit; }

/* ── Scroll-Effekte ───────────────────────────────────────────
   Alles progressiv: greift nur unter html.hat-reveal (setzt JS,
   nicht bei prefers-reduced-motion) bzw. @supports/@media-Gates. */

/* Reveals: Standard = aufsteigend einblenden */
.hat-reveal [data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    /* background bleibt in der Liste, sonst verliert .ix-zeile ihren Hover-Übergang */
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.2s;
}
.hat-reveal [data-reveal].sichtbar {
    opacity: 1;
    transform: none;
}

/* Bild-Demaskierung: Vorhang öffnet sich, vom Scrollen gescrubbt.
   BEWUSST ohne IntersectionObserver: Chromium rechnet das eigene
   clip-path in die Intersection ein — ein voll geclipptes Element
   würde nie als sichtbar gemeldet (Henne-Ei). Scroll-Driven Animation
   umgeht das; ohne Browser-Support bleibt das Bild einfach sichtbar. */
@media (prefers-reduced-motion: no-preference) {
    @supports (animation-timeline: view()) {
        [data-unmask] {
            animation: vorhang-auf linear both;
            animation-timeline: view();
            animation-range: entry 10% entry 85%;
        }
        @keyframes vorhang-auf {
            from { clip-path: inset(0 0 100% 0); }
            to   { clip-path: inset(0 0 0 0); }
        }
    }
}

/* Parallax auf Vollbild-Bildern: CSS Scroll-Driven Animations,
   degradiert in Browsern ohne Support einfach zu statischem Bild.
   Wichtig: die Figur braucht hier eine feste Höhe, weil das Bild
   absolut positioniert wird (Basishöhen unten je Einsatzort). */
.case-aufmacher img { width: 100%; height: clamp(320px, 58vh, 680px); object-fit: cover; }
@media (prefers-reduced-motion: no-preference) {
    @supports (animation-timeline: view()) {
        .parallax {
            position: relative;
            overflow: hidden;
            /* overflow:hidden macht die Figur selbst zum Scroll-Container —
               ein anonymes view() am Bild würde DARAN gemessen und friert
               ein. Benannte Timeline an der Figur misst gegen den Viewport. */
            view-timeline-name: --parallax;
        }
        .ed-hero-bild.parallax { height: clamp(340px, 62vh, 720px); }
        .case-aufmacher.parallax { height: clamp(320px, 58vh, 680px); }
        .parallax > img {
            position: absolute;
            left: 0;
            top: -19%;
            width: 100%;
            height: 138%;
            object-fit: cover;
            animation: parallax-fahrt linear both;
            animation-timeline: --parallax;
        }
        /* translateY-% bezieht sich auf die IMG-Höhe (138 % der Figur):
           ±13 % ≙ ±17,9 % Figurhöhe Fahrweg — Überstand 19 % deckt das
           mit ~1 % Reserve, nichts blitzt auf. */
        @keyframes parallax-fahrt {
            from { transform: translateY(-13%); }
            to   { transform: translateY(13%); }
        }
    }
}

/* Hero-Entrance beim Laden: Eyebrow → Headline → Zeile → Bild */
@media (prefers-reduced-motion: no-preference) {
    @keyframes ed-aufstieg {
        from { opacity: 0; transform: translateY(34px); }
        to   { opacity: 1; transform: none; }
    }
    @keyframes ed-vorhang {
        from { clip-path: inset(0 0 100% 0); }
        to   { clip-path: inset(0 0 0 0); }
    }
    .ed-hero .eyebrow     { animation: ed-aufstieg 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
    .ed-hero h1           { animation: ed-aufstieg 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.12s both; }
    .ed-hero-zeile        { animation: ed-aufstieg 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.26s both; }
    .ed-hero-bild         { animation: ed-vorhang 1.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0.42s both; }
}

/* Laufband: endlos durchlaufende Konturschrift, volle Breite */
.laufband {
    margin-inline: calc(-1 * var(--rand));
    border-block: 1px solid var(--linie);
    padding-block: clamp(14px, 1.8vw, 26px);
    overflow: hidden;
    white-space: nowrap;
}
.laufband-spur {
    display: inline-flex;
    width: max-content;
}
.laufband-spur span {
    font-family: var(--grotesk);
    font-size: clamp(2rem, 5vw, 4.4rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px color-mix(in srgb, var(--grau) 55%, transparent);
    padding-right: 0.6em;
}
.laufband-spur span b {
    font-weight: 500;
    color: var(--cognac);
    -webkit-text-stroke: 0;
}
@media (prefers-reduced-motion: no-preference) {
    .laufband-spur {
        animation: laufband-fahrt 36s linear infinite;
    }
    @keyframes laufband-fahrt {
        to { transform: translateX(-50%); }
    }
}

/* Eigener Cursor: Punkt mit Trägheit, Ring über Interaktivem */
html.hat-cursor,
html.hat-cursor body,
html.hat-cursor a,
html.hat-cursor button,
html.hat-cursor [data-lightbox] img,
html.hat-cursor .youtube-video {
    cursor: none;
}
.cursor-punkt {
    position: fixed;
    top: -7px;
    left: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    mix-blend-mode: difference;
    pointer-events: none;
    z-index: 300;
    opacity: 0;
    transition: width 0.25s, height 0.25s, top 0.25s, left 0.25s, opacity 0.3s;
    will-change: transform;
}
.cursor-punkt.cursor-gross {
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
}

/* ── Mobile Navigation: Fullscreen-Overlay in Tiefschwarz ─────
   Greift nur unter html.hat-mobilnav (setzt JS) und < 900px;
   ohne JS bleibt die gestapelte Linkliste (Fallback unten). */
.nav-knopf { display: none; }
.nav-extra { display: none; }

@media (max-width: 900px) {
    /* Header bleibt mit JS einzeilig: Logo links, Burger rechts */
    html.hat-mobilnav .site-header .wrap {
        flex-direction: row;
        align-items: center;
        padding-block: 0;
    }
    html.hat-mobilnav .nav-knopf {
        display: flex;
        flex-direction: column;
        gap: 7px;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
        color: var(--schwarz);
    }
    .nav-knopf span {
        display: block;
        width: 26px;
        height: 2px;
        background: currentColor;
        transition: transform 0.3s;
    }
    html.nav-offen .nav-knopf { color: var(--papier); }
    html.nav-offen .nav-knopf span:first-child { transform: translateY(4.5px) rotate(45deg); }
    html.nav-offen .nav-knopf span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

    /* Header über dem Overlay: transparent, Logo hell */
    html.nav-offen .site-header {
        background: transparent;
        border-bottom-color: transparent;
        backdrop-filter: none;
    }
    html.nav-offen .site-logo,
    html.nav-offen .site-logo small { color: var(--papier); }
    html.hat-mobilnav .site-logo,
    html.hat-mobilnav .nav-knopf { position: relative; z-index: 70; }

    /* Overlay (z-55 UNTER dem Header z-60, damit Logo + X sichtbar bleiben) */
    html.hat-mobilnav .site-nav {
        position: fixed;
        inset: 0;
        z-index: 55;
        background: var(--schwarz);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0;
        overflow-y: auto;
        padding: 84px var(--rand) 36px;
        counter-reset: nav;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.35s, visibility 0.35s;
    }
    html.hat-mobilnav.nav-offen .site-nav {
        visibility: visible;
        opacity: 1;
    }
    html.hat-mobilnav .site-nav > a {
        counter-increment: nav;
        display: flex;
        align-items: baseline;
        gap: 16px;
        color: var(--papier);
        font-size: clamp(1.35rem, 4.6vh, 2.3rem);
        font-weight: 500;
        letter-spacing: -0.02em;
        padding: 0.18em 0;
        border-bottom: 0;
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    html.hat-mobilnav .site-nav > a::before {
        content: "0" counter(nav);
        font-size: 0.85rem;
        font-weight: 300;
        letter-spacing: 0.04em;
        color: transparent;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.45);
        min-width: 2em;
    }
    html.hat-mobilnav .site-nav > a.active { color: var(--cognac); }
    html.hat-mobilnav.nav-offen .site-nav > a { opacity: 1; transform: none; }
    html.hat-mobilnav.nav-offen .site-nav > a:nth-child(1) { transition-delay: 0.05s; }
    html.hat-mobilnav.nav-offen .site-nav > a:nth-child(2) { transition-delay: 0.09s; }
    html.hat-mobilnav.nav-offen .site-nav > a:nth-child(3) { transition-delay: 0.13s; }
    html.hat-mobilnav.nav-offen .site-nav > a:nth-child(4) { transition-delay: 0.17s; }
    html.hat-mobilnav.nav-offen .site-nav > a:nth-child(5) { transition-delay: 0.21s; }
    html.hat-mobilnav.nav-offen .site-nav > a:nth-child(6) { transition-delay: 0.25s; }
    html.hat-mobilnav.nav-offen .site-nav > a:nth-child(7) { transition-delay: 0.29s; }
    html.hat-mobilnav.nav-offen .site-nav > a:nth-child(8) { transition-delay: 0.33s; }

    html.hat-mobilnav .nav-extra {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-top: clamp(22px, 5vh, 44px);
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 0.4s ease 0.4s, transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
    }
    html.hat-mobilnav.nav-offen .nav-extra { opacity: 1; transform: none; }
    .nav-extra a {
        color: var(--papier);
        font-family: var(--grotesk);
        text-decoration: none;
        font-size: 1.05rem;
    }
    .nav-extra .btn {
        background: var(--papier);
        color: var(--schwarz);
        border-color: var(--papier);
        font-size: 0.84rem;
    }

    /* offenes Menü sperrt das Scrollen */
    html.nav-offen, html.nav-offen body { overflow: hidden; }
}

/* ── Mobile Politur ───────────────────────────────────────────── */
@media (max-width: 720px) {
    /* größere Tap-Flächen für Filter-Chips */
    .kategorie-filter { gap: 14px 22px; }
    .kategorie-filter a { padding: 8px 0; }
    /* Index- und Leistungs-Zeilen: Ziffern kompakter */
    .ix-zeile { gap: 14px; padding-block: 18px; }
    .ix-zeile .ed-num, .ls-zeile .ed-num { font-size: 1.7rem; }
    /* Fakten-Spalten: Werte dürfen umbrechen */
    .case-fakten .v { text-align: left; }
    .case-fakten div { flex-direction: column; gap: 2px; }
    /* Termin-Datum schmaler */
    .termin { grid-template-columns: 72px 1fr; }
    /* Laufband nicht zu winzig, aber dezenter */
    .laufband-spur span { font-size: 1.7rem; }
    /* Hero-Zeile: Buttons untereinander statt gequetscht */
    .ed-hero-zeile { align-items: flex-start; }
}

/* ── FAQ (details/summary, editorial) ─────────────────────────── */
.faq-liste details { border-bottom: 1px solid var(--linie); }
.faq-liste details:first-of-type { border-top: 1px solid var(--linie); }
.faq-liste summary {
    cursor: pointer;
    list-style: none;
    font-family: var(--grotesk);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    font-weight: 500;
    letter-spacing: -0.01em;
    padding: 18px 40px 18px 0;
    position: relative;
}
.faq-liste summary::-webkit-details-marker { display: none; }
.faq-liste summary::after {
    content: '+';
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    font-size: 1.5rem;
    color: var(--cognac);
    transition: transform 0.25s;
}
.faq-liste details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-liste summary:hover { color: var(--cognac-tief); }
.faq-liste details .rich { padding: 0 0 20px; max-width: 60ch; color: var(--grau); }

/* ── Chronik: Editorial-Zeitleiste (Konturjahre statt Linie) ──── */
.chronik { border-top: 1px solid var(--linie); }
.chronik-station { padding-block: clamp(26px, 3.4vw, 52px); border-bottom: 1px solid var(--linie); }
.chronik-jahr.ed-num { font-size: clamp(2.2rem, 4.4vw, 4rem); padding-top: 4px; }
.chronik-inhalt h3 { margin: 0 0 12px; font-size: clamp(1.3rem, 2.2vw, 1.9rem); }
.chronik-zeile { display: flex; gap: clamp(18px, 2.4vw, 40px); align-items: flex-start; flex-wrap: wrap; }
.chronik-zeile img { width: min(380px, 100%); aspect-ratio: 3 / 2; object-fit: cover; flex-shrink: 0; }
.chronik-zeile .rich { max-width: 52ch; flex: 1 1 280px; color: var(--grau); }
@media (max-width: 720px) {
    .chronik-jahr.ed-num { font-size: 1.9rem; }
}

/* Serientermine: Datumsleiste auf der Detailseite */
.serie-termine { display: flex; gap: 10px; flex-wrap: wrap; align-items: baseline; margin: 16px 0 20px; }
.serie-termine strong { font-family: var(--grotesk); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--grau); }
.serie-termine a { text-decoration: none; font-family: var(--grotesk); font-size: .86rem; border: 1px solid var(--linie); padding: 5px 13px; transition: border-color .2s; }
.serie-termine a:hover { border-color: var(--schwarz); }
.serie-termine a.active { background: var(--schwarz); color: var(--papier); border-color: var(--schwarz); }

/* Anmeldungen mit Platz-Limit */
.anmeldung-status { font-size: 1.05rem; }
.anmeldung-voll { color: #9c3f2c; }

/* ── Consent-Banner (Tracking / Consent Mode v2) ──────────── */
.consent-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
    background: var(--papier, #fafaf8); border-top: 1px solid var(--linie, #e5e1d8);
    box-shadow: 0 -10px 40px -12px rgba(20,20,19,.3); color: var(--schwarz, #141413); }
.consent-banner[hidden] { display: none; }
.consent-inner { max-width: 1280px; margin: 0 auto; padding: 18px 28px;
    display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; justify-content: space-between; }
.consent-text { flex: 1 1 320px; font-size: .92rem; line-height: 1.55; }
.consent-text strong { display: block; margin-bottom: 3px; }
.consent-text p { margin: 0; color: var(--grau, #6f6b64); }
.consent-btns { display: flex; gap: 10px; flex: 0 0 auto; }
.consent-btn { cursor: pointer; border: 0; padding: 12px 22px; font: inherit; font-weight: 600; }
.consent-btn-sekundaer { background: transparent; color: var(--schwarz, #141413); box-shadow: inset 0 0 0 1px var(--linie, #e5e1d8); }
.consent-btn-primaer { background: var(--cognac, #a5673f); color: #fff; }
.consent-btn-primaer:hover { background: var(--cognac-tief, #8a5430); }
@media (max-width: 560px) { .consent-btns { width: 100%; } .consent-btn { flex: 1; } }

/* ── Bewertungen (Google-Rezensionen) ─────────────────────── */
.bewertungen-kopf { margin-bottom: clamp(28px, 4vw, 48px); }
.bewertungen-kopf h2 { margin: 0 0 16px; }
.bewertungen-gesamt { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; }
.bewertungen-note { font-family: var(--grotesk); font-size: 2.2rem; font-weight: 600; line-height: 1; color: var(--schwarz); }
.bewertungen-sterne, .bewertung-sterne { display: inline-flex; gap: 3px; }
.bewertungen-anzahl { color: var(--grau); font-size: .95rem; }
.bewertungen-profil { display: inline-block; margin-top: 14px; text-decoration: none; font-weight: 600;
    color: var(--cognac); letter-spacing: .04em; text-transform: uppercase; font-size: .8rem; }
.bewertungen-profil:hover { color: var(--cognac-tief); }
.bw-stern { width: 22px; height: 22px; fill: var(--linie); }
.bw-stern.bw-voll { fill: var(--cognac); }
.bewertung-sterne .bw-stern { width: 17px; height: 17px; }

.bewertungen-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.bewertung-karte { margin: 0; padding: 30px; border: 1px solid var(--linie); background: #fff;
    display: flex; flex-direction: column; gap: 16px; }
.bewertung-karte blockquote { margin: 0; font-size: 1.08rem; line-height: 1.55; color: var(--schwarz); }
.bewertung-karte figcaption { margin-top: auto; display: flex; flex-direction: column; gap: 3px; }
.bewertung-autor { font-family: var(--grotesk); font-weight: 600; color: var(--schwarz); }
.bewertung-meta { font-size: .82rem; color: var(--grau); }
