/* ===========================================================================
   SocialTalents Blog
   Markenlook der Hauptseite: Fraunces für Überschriften, Plus Jakarta Sans für
   den Text, Gold #B88A2A auf warmem Elfenbein #FFFDF7 — dieselben Werte, die
   socialtalents.ai als theme-color und background-color führt.
   Ein einziges Stylesheet, kein Framework, kein Build.
   =========================================================================== */

/* --- Farben und Maße ----------------------------------------------------- */
:root {
  --gold:        #B88A2A;
  --gold-dunkel: #8E6A1F;
  --gold-hell:   #F0E4C8;
  --grund:       #FFFDF7;
  --flaeche:     #FFFFFF;
  --flaeche-warm:#FBF6EA;
  --tinte:       #1C1A15;
  --tinte-weich: #55503F;
  --tinte-leise: #857E68;
  --linie:       #E8E0CE;
  --linie-fein:  #F1EBDC;

  --breite:      1140px;
  --schmal:      720px;
  --radius:      14px;
  --radius-klein: 8px;

  --schrift-text: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --schrift-titel: "Fraunces", Georgia, "Times New Roman", serif;

  --schatten:      0 1px 2px rgba(28,26,21,.04), 0 8px 24px rgba(28,26,21,.06);
  --schatten-hoch: 0 2px 4px rgba(28,26,21,.05), 0 18px 44px rgba(28,26,21,.10);
}

/* --- Grundlagen ---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--grund);
  color: var(--tinte);
  font-family: var(--schrift-text);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--gold-dunkel); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--tinte); }

h1, h2, h3, h4 {
  font-family: var(--schrift-titel);
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1.18;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.1rem); }
h2 { font-size: clamp(1.45rem, 1.1rem + 1.3vw, 2rem); }
h3 { font-size: clamp(1.15rem, 1rem + .6vw, 1.4rem); }

p { margin: 0 0 1.1em; }

/* Der Sprunglink für die Tastaturbedienung */
.sprung {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--tinte); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 8px 0;
}
.sprung:focus { left: 0; }
.visuell-versteckt {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 3px; }

/* --- Raster -------------------------------------------------------------- */
.breite { width: min(100% - 2.5rem, var(--breite)); margin-inline: auto; }
.breite.schmal { width: min(100% - 2.5rem, var(--schmal)); }

/* ===========================================================================
   Kopf
   =========================================================================== */
.kopf {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,253,247,.88);
  backdrop-filter: saturate(1.6) blur(12px);
  border-bottom: 1px solid var(--linie);
}
.kopf-innen {
  display: flex; align-items: center; gap: 1.5rem;
  min-height: 66px;
}
.marke {
  font-family: var(--schrift-titel); font-weight: 700; font-size: 1.18rem;
  color: var(--tinte); text-decoration: none; white-space: nowrap;
  display: inline-flex; align-items: baseline; gap: .42rem;
}
.marke-teil {
  font-family: var(--schrift-text); font-size: .72rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dunkel);
  background: var(--gold-hell); padding: .16rem .45rem; border-radius: 5px;
}

.hauptmenue { margin-left: auto; }
.hauptmenue ul {
  display: flex; gap: .3rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap;
}
.hauptmenue a {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .42rem .68rem; border-radius: 999px;
  font-size: .875rem; font-weight: 600; color: var(--tinte-weich); text-decoration: none;
  transition: background .15s, color .15s;
}
.hauptmenue a:hover { background: var(--flaeche-warm); color: var(--tinte); }
.hauptmenue a[aria-current="page"] { background: var(--tinte); color: #fff; }
.menue-zahl {
  font-size: .68rem; font-variant-numeric: tabular-nums; opacity: .55; font-weight: 600;
}

.kopf-cta {
  display: inline-block; padding: .5rem 1rem; border-radius: 999px;
  background: var(--gold); color: #fff; font-size: .855rem; font-weight: 700;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 1px 2px rgba(184,138,42,.35);
  transition: background .15s, transform .15s;
}
.kopf-cta:hover { background: var(--gold-dunkel); color: #fff; transform: translateY(-1px); }

.menue-schalter { display: none; }

@media (max-width: 980px) {
  .kopf-innen { flex-wrap: wrap; gap: .8rem; padding-block: .7rem; }
  .menue-schalter {
    display: block; margin-left: auto; width: 40px; height: 34px;
    background: none; border: 1px solid var(--linie); border-radius: 8px; cursor: pointer;
    position: relative;
  }
  .menue-strich, .menue-strich::before, .menue-strich::after {
    content: ""; position: absolute; left: 10px; width: 18px; height: 2px;
    background: var(--tinte); border-radius: 2px;
  }
  .menue-strich { top: 16px; }
  .menue-strich::before { top: -6px; left: 0; }
  .menue-strich::after  { top: 6px;  left: 0; }
  .hauptmenue { order: 3; width: 100%; margin-left: 0; display: none; }
  .hauptmenue.offen { display: block; }
  .hauptmenue ul { flex-direction: column; gap: 0; }
  .hauptmenue a { padding: .6rem .2rem; border-radius: 0; border-bottom: 1px solid var(--linie-fein); }
  .kopf-cta { order: 2; }
}
@media (max-width: 520px) {
  .kopf-cta { font-size: .8rem; padding: .45rem .75rem; }
}

/* ===========================================================================
   Einstieg der Übersicht
   =========================================================================== */
.einstieg {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  background:
    radial-gradient(1000px 380px at 12% -8%, rgba(184,138,42,.13), transparent 62%),
    radial-gradient(760px 300px at 92% 0%, rgba(184,138,42,.07), transparent 60%);
}
.augenbraue {
  font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-dunkel); margin: 0 0 .7rem;
}
.einstieg h1 { max-width: 16ch; margin-bottom: .45em; }
.einstieg-text { max-width: 60ch; font-size: 1.09rem; color: var(--tinte-weich); }

.einstieg-autor {
  margin-top: 1.6rem; padding-top: 1.3rem; border-top: 1px solid var(--linie);
  font-size: .9rem; color: var(--tinte-leise);
}
.einstieg-autor a { color: var(--tinte-weich); font-weight: 600; }

/* ===========================================================================
   Hervorgehobener Beitrag
   =========================================================================== */
.gross {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 0;
  background: var(--flaeche); border: 1px solid var(--linie);
  border-radius: var(--radius); overflow: hidden;
  margin: 2rem 0 2.5rem; box-shadow: var(--schatten);
}
.gross-bild { display: block; background: var(--flaeche-warm); }
.gross-bild img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1200/630; }
.gross-text { padding: clamp(1.5rem, 3vw, 2.4rem); display: flex; flex-direction: column; justify-content: center; }
.gross-text h2 { font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.1rem); margin-bottom: .5rem; }
.gross-text h2 a { color: inherit; text-decoration: none; }
.gross-text h2 a:hover { color: var(--gold-dunkel); }
.gross-teaser { color: var(--tinte-weich); }
@media (max-width: 860px) { .gross { grid-template-columns: 1fr; } }

.marker {
  display: flex; align-items: center; gap: .45rem; flex-wrap: wrap;
  font-size: .78rem; font-weight: 600; color: var(--tinte-leise);
  margin: 0 0 .7rem; letter-spacing: .02em;
}
.marker a { color: var(--gold-dunkel); text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: .72rem; }
.marker a:hover { text-decoration: underline; }
.punkt { opacity: .45; }

.weiter { font-weight: 700; text-decoration: none; font-size: .93rem; align-self: flex-start; }
.weiter:hover { text-decoration: underline; }

/* ===========================================================================
   Filter und Kachelraster
   =========================================================================== */
.filterzeile {
  display: flex; align-items: center; gap: .45rem; flex-wrap: wrap;
  padding: .9rem 0 1.4rem; border-top: 1px solid var(--linie-fein);
}
.filter-titel { font-size: .8rem; font-weight: 700; color: var(--tinte-leise); margin-right: .3rem; }
.filter-knopf {
  font: inherit; font-size: .84rem; font-weight: 600; cursor: pointer;
  padding: .38rem .82rem; border-radius: 999px;
  border: 1px solid var(--linie); background: var(--flaeche); color: var(--tinte-weich);
  transition: all .15s;
}
.filter-knopf:hover { border-color: var(--gold); color: var(--tinte); }
.filter-knopf[aria-pressed="true"] { background: var(--tinte); border-color: var(--tinte); color: #fff; }

.raster {
  display: grid; gap: 1.6rem;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  margin-bottom: 2.5rem;
}
.kachel {
  display: flex; flex-direction: column; min-width: 0;
  background: var(--flaeche); border: 1px solid var(--linie);
  border-radius: var(--radius); overflow: hidden;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.kachel:hover { transform: translateY(-3px); box-shadow: var(--schatten-hoch); border-color: var(--gold-hell); }
.kachel[hidden] { display: none; }          /* [hidden] verliert sonst gegen .kachel */
.kachel-bild { display: block; background: var(--flaeche-warm); }
.kachel-bild img { width: 100%; aspect-ratio: 1200/630; object-fit: cover; }
.kachel-text { padding: 1.15rem 1.25rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.kachel-text h3 { font-size: 1.17rem; margin-bottom: .45rem; }
.kachel-text h3 a { color: inherit; text-decoration: none; }
.kachel-text h3 a:hover { color: var(--gold-dunkel); }
.kachel-teaser { color: var(--tinte-weich); font-size: .93rem; margin-bottom: 1rem; }
.kachel-fuss {
  margin: auto 0 0; font-size: .76rem; color: var(--tinte-leise); font-weight: 600;
  padding-top: .7rem; border-top: 1px solid var(--linie-fein);
}
.leer-hinweis { color: var(--tinte-leise); padding: 1rem 0 3rem; }

/* --- Blättern ------------------------------------------------------------ */
.blaettern {
  display: flex; align-items: center; justify-content: center; gap: 1.2rem;
  padding: 1rem 0 3rem; flex-wrap: wrap;
}
.blaettern-stand { font-size: .86rem; color: var(--tinte-leise); font-weight: 600; }

.knopf {
  display: inline-block; padding: .72rem 1.4rem; border-radius: 999px;
  background: var(--gold); color: #fff; font-weight: 700; font-size: .95rem;
  text-decoration: none; border: 1px solid var(--gold);
  transition: background .15s, transform .15s, box-shadow .15s;
}
.knopf:hover { background: var(--gold-dunkel); border-color: var(--gold-dunkel); color: #fff; transform: translateY(-1px); }
.knopf-gross { padding: .95rem 1.9rem; font-size: 1.03rem; box-shadow: 0 6px 20px rgba(184,138,42,.28); }
.knopf-leise { background: var(--flaeche); color: var(--tinte); border-color: var(--linie); }
.knopf-leise:hover { background: var(--flaeche-warm); color: var(--tinte); border-color: var(--gold); }

/* ===========================================================================
   Kopfzeile von Kategorie-, Thema- und Fehlerseiten
   =========================================================================== */
.kopfzeile { padding: clamp(2rem, 5vw, 3.4rem) 0 1.6rem; }
.kopfzeile-text { max-width: 62ch; color: var(--tinte-weich); font-size: 1.05rem; }
.kopfzeile-zahl {
  font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--tinte-leise); margin: 0;
}
.abschnitt-titel { margin: 2.5rem 0 1.4rem; }

.brotkrumen {
  font-size: .8rem; color: var(--tinte-leise); margin-bottom: 1.1rem;
  display: flex; gap: .45rem; flex-wrap: wrap; font-weight: 600;
}
.brotkrumen a { color: var(--tinte-leise); text-decoration: none; }
.brotkrumen a:hover { color: var(--gold-dunkel); text-decoration: underline; }
.brotkrumen span { opacity: .5; }

.andere-kategorien {
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
  padding: 1.6rem 0 3rem; border-top: 1px solid var(--linie-fein);
}
.andere-kategorien p { margin: 0; font-size: .85rem; font-weight: 700; color: var(--tinte-leise); }

.tag {
  display: inline-block; padding: .3rem .72rem; border-radius: 999px;
  background: var(--flaeche-warm); border: 1px solid var(--linie);
  font-size: .8rem; font-weight: 600; color: var(--tinte-weich); text-decoration: none;
}
.tag:hover { border-color: var(--gold); color: var(--tinte); }

/* ===========================================================================
   Beitrag
   =========================================================================== */
.beitrag-kopf { padding: clamp(1.8rem, 4vw, 3rem) 0 1.6rem; }
.beitrag-kopf h1 { margin-bottom: .35em; }
.beitrag-teaser {
  font-size: 1.16rem; line-height: 1.55; color: var(--tinte-weich); max-width: 62ch;
  margin-bottom: 1.7rem;
}
.beitrag-zeile {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  flex-wrap: wrap; padding-top: 1.2rem; border-top: 1px solid var(--linie);
}
.autor-klein { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: inherit; }
.autor-klein strong { display: block; font-size: .92rem; }
.autor-rolle { display: block; font-size: .8rem; color: var(--tinte-leise); }
.autor-kuerzel {
  display: grid; place-items: center; width: 40px; height: 40px; flex: none;
  border-radius: 50%; background: var(--gold); color: #fff;
  font-family: var(--schrift-titel); font-weight: 700; font-size: .95rem; letter-spacing: .02em;
}
.autor-kuerzel.gross { width: 62px; height: 62px; font-size: 1.4rem; }
.beitrag-daten {
  margin: 0; font-size: .84rem; color: var(--tinte-leise); font-weight: 600;
  display: flex; gap: .45rem; flex-wrap: wrap;
}

/* --- Kurz gesagt --------------------------------------------------------- */
.kurzgesagt {
  background: var(--flaeche-warm);
  border: 1px solid var(--gold-hell);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-klein);
  padding: 1.5rem 1.7rem 1.2rem;
  margin-bottom: 2.4rem;
}
.kurzgesagt h2 {
  font-family: var(--schrift-text); font-size: .8rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--gold-dunkel);
  margin-bottom: .85rem;
}
.kurzgesagt ul { margin: 0; padding-left: 1.15rem; }
.kurzgesagt li { margin-bottom: .55rem; }
.kurzgesagt li::marker { color: var(--gold); }

/* --- Körper mit Inhaltsverzeichnis --------------------------------------- */
.beitrag-koerper {
  display: grid; grid-template-columns: 220px minmax(0, var(--schmal));
  gap: 3.5rem; justify-content: center; align-items: start;
}
@media (max-width: 1080px) {
  .beitrag-koerper { grid-template-columns: minmax(0, var(--schmal)); gap: 0; }
  .verzeichnis { position: static !important; margin-bottom: 2rem; }
}

.verzeichnis {
  position: sticky; top: 90px; font-size: .87rem;
  border-left: 2px solid var(--linie); padding-left: 1.1rem;
}
.verzeichnis-titel {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--tinte-leise); margin-bottom: .7rem;
}
.verzeichnis ol { list-style: none; margin: 0; padding: 0; counter-reset: v; }
.verzeichnis li { margin-bottom: .55rem; counter-increment: v; }
.verzeichnis a { color: var(--tinte-weich); text-decoration: none; display: block; }
.verzeichnis a::before { content: counter(v) ". "; color: var(--tinte-leise); font-variant-numeric: tabular-nums; }
.verzeichnis a:hover { color: var(--gold-dunkel); }
.verzeichnis a.aktiv { color: var(--tinte); font-weight: 700; }

/* --- Fließtext ----------------------------------------------------------- */
.text { min-width: 0; font-size: 1.06rem; }
.text h2 { margin-top: 2.4em; scroll-margin-top: 88px; }
.text h3 { margin-top: 1.9em; scroll-margin-top: 88px; }
.text h2:first-child { margin-top: 0; }
.text > p:first-of-type { font-size: 1.1rem; }
.text ul, .text ol { padding-left: 1.35rem; margin: 0 0 1.3em; }
.text li { margin-bottom: .5em; }
.text li::marker { color: var(--gold); }
.text strong { font-weight: 700; color: var(--tinte); }
.text hr { border: 0; border-top: 1px solid var(--linie); margin: 2.6em 0; }
.text code {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: .88em; background: var(--flaeche-warm); border: 1px solid var(--linie-fein);
  padding: .1em .35em; border-radius: 4px;
}
.text img { border-radius: var(--radius-klein); margin: 1.6em 0; }

.ankerlink {
  opacity: 0; margin-left: .4rem; text-decoration: none; color: var(--gold);
  font-family: var(--schrift-text); font-weight: 400;
  transition: opacity .15s;
}
h2:hover .ankerlink, h3:hover .ankerlink, .ankerlink:focus { opacity: 1; }

blockquote {
  margin: 1.9em 0; padding: 0 0 0 1.5rem;
  border-left: 3px solid var(--gold);
  font-family: var(--schrift-titel); font-size: 1.16rem; font-style: normal;
  line-height: 1.5; color: var(--tinte);
}
blockquote p { margin-bottom: .5em; }
blockquote cite {
  display: block; font-family: var(--schrift-text); font-size: .85rem; font-style: normal;
  font-weight: 600; color: var(--tinte-leise);
}
blockquote cite::before { content: "— "; }

/* --- Tabellen ------------------------------------------------------------ */
.tabelle-rahmen {
  overflow-x: auto; margin: 1.8em 0;
  border: 1px solid var(--linie); border-radius: var(--radius-klein);
}
.text table { border-collapse: collapse; width: 100%; font-size: .95rem; }
.text th, .text td { padding: .72rem .95rem; text-align: left; vertical-align: top; }
.text th {
  background: var(--flaeche-warm); font-weight: 700; font-size: .82rem;
  letter-spacing: .04em; text-transform: uppercase; color: var(--tinte-weich);
  white-space: nowrap;
}
.text tbody tr + tr { border-top: 1px solid var(--linie-fein); }

/* --- Kästen und Zahlkarten ----------------------------------------------- */
.kasten {
  background: var(--flaeche-warm); border: 1px solid var(--linie);
  border-radius: var(--radius-klein); padding: 1.3rem 1.5rem .4rem;
  margin: 1.9em 0;
}
.kasten-warnung { background: #FDF6EC; border-color: #EBD2A6; }
.kasten-titel {
  font-size: .78rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase;
  color: var(--gold-dunkel); margin-bottom: .55rem;
}
.kasten p:last-child { margin-bottom: 1rem; }

.zahlkarte {
  margin: 1.9em 0; padding: 1.4rem 1.6rem;
  background: var(--tinte); color: #fff; border-radius: var(--radius);
  display: flex; align-items: baseline; gap: 1.2rem; flex-wrap: wrap;
}
.zahlkarte-wert {
  font-family: var(--schrift-titel); font-size: clamp(2.2rem, 1.5rem + 2.5vw, 3.2rem);
  line-height: 1; color: var(--gold-hell); font-weight: 700;
}
.zahlkarte figcaption { display: flex; flex-direction: column; gap: .2rem; }
.zahlkarte-label { font-size: 1.02rem; font-weight: 600; }
.zahlkarte-quelle { font-size: .8rem; color: rgba(255,255,255,.62); }

/* --- FAQ ----------------------------------------------------------------- */
.faq { margin-top: 3rem; }
.faq details {
  border: 1px solid var(--linie); border-radius: var(--radius-klein);
  margin-bottom: .7rem; background: var(--flaeche);
}
.faq summary {
  cursor: pointer; padding: 1rem 1.25rem; font-weight: 700; font-size: 1rem;
  list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.35rem; line-height: 1; flex: none; }
.faq details[open] summary::after { content: "−"; }
.faq details[open] summary { border-bottom: 1px solid var(--linie-fein); }
.faq-antwort { padding: 1rem 1.25rem .3rem; color: var(--tinte-weich); }

.tagzeile { display: flex; gap: .45rem; flex-wrap: wrap; margin: 2.5rem 0 0; }

/* --- Vor / Zurück -------------------------------------------------------- */
.nachbarn {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  margin: 3rem auto 0; padding-top: 1.8rem; border-top: 1px solid var(--linie);
}
.nachbar {
  display: flex; flex-direction: column; gap: .35rem;
  padding: 1rem 1.2rem; border: 1px solid var(--linie); border-radius: var(--radius-klein);
  background: var(--flaeche); text-decoration: none; color: inherit;
  transition: border-color .15s, transform .15s;
}
.nachbar:hover { border-color: var(--gold); transform: translateY(-2px); color: inherit; }
.nachbar-nach { text-align: right; }
.nachbar-nach:only-child { grid-column: 2; }
.nachbar-marke {
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--tinte-leise);
}
.nachbar-titel {
  font-family: var(--schrift-titel); font-size: 1.02rem; line-height: 1.3; color: var(--tinte);
}
@media (max-width: 620px) {
  .nachbarn { grid-template-columns: 1fr; }
  .nachbar-nach { text-align: left; }
  .nachbar-nach:only-child { grid-column: 1; }
}

/* Fallstudien tragen denselben Kasten unter anderem Namen und in Grau —
   damit sich nicht jeder Beitrag identisch anfühlt. */
.kurzgesagt-fall {
  background: var(--flaeche); border-color: var(--linie); border-left-color: var(--tinte);
}
.kurzgesagt-fall h2 { color: var(--tinte-weich); }
.kurzgesagt-fall li::marker { color: var(--tinte-leise); }

/* --- Autorkasten --------------------------------------------------------- */
.autorkasten {
  display: flex; gap: 1.3rem; align-items: flex-start;
  background: var(--flaeche); border: 1px solid var(--linie);
  border-radius: var(--radius); padding: 1.7rem;
  margin: 3rem 0 1rem;
}
.autorkasten h2 { font-size: 1.25rem; margin-bottom: .5rem; }
.autor-augenbraue {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--tinte-leise); margin-bottom: .3rem;
}
.autor-belege { margin: .9rem 0 1rem; padding-left: 1.1rem; font-size: .89rem; color: var(--tinte-weich); }
.autor-belege li { margin-bottom: .3rem; }
@media (max-width: 600px) { .autorkasten { flex-direction: column; } }

/* ===========================================================================
   Autorseite
   =========================================================================== */
.autorseite { padding: clamp(1.8rem, 4vw, 3rem) 0 1rem; }
.autorseite-kopf { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 1.8rem; }
.autorseite-kopf h1 { margin: 0; }
.autorseite-rolle { margin: .3rem 0 0; color: var(--tinte-leise); font-weight: 600; font-size: .95rem; }
.autorseite-text { font-size: 1.08rem; color: var(--tinte-weich); max-width: 66ch; }
.autorseite h2 { font-size: 1.2rem; margin-top: 2.2rem; }
.belegliste { padding-left: 1.2rem; color: var(--tinte-weich); }
.belegliste li { margin-bottom: .45rem; word-break: break-word; }

/* ===========================================================================
   Call-to-Action
   =========================================================================== */
.cta {
  background:
    radial-gradient(760px 300px at 20% 0%, rgba(184,138,42,.28), transparent 60%),
    var(--tinte);
  color: #fff; margin-top: 4rem; padding: clamp(2.8rem, 6vw, 4.5rem) 0;
}
.cta-innen { width: min(100% - 2.5rem, 640px); margin-inline: auto; text-align: center; }
.cta-augenbraue {
  font-size: .74rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold-hell); margin-bottom: .8rem;
}
.cta h2 { color: #fff; font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem); margin-bottom: .6rem; }
.cta-text { color: rgba(255,255,255,.8); font-size: 1.05rem; margin-bottom: 1.8rem; }
.cta-fuss { margin: 1rem 0 0; font-size: .82rem; color: rgba(255,255,255,.55); }

/* ===========================================================================
   Weiterlesen und Fuß
   =========================================================================== */
.weiterlesen { padding: 3.5rem 0 1rem; background: var(--flaeche-warm); }
.weiterlesen h2 { margin-bottom: 1.6rem; }

.fuss { background: var(--tinte); color: rgba(255,255,255,.7); padding: 3.5rem 0 1.5rem; font-size: .92rem; }
.fuss-innen {
  display: grid; gap: 2.2rem;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  padding-bottom: 2.5rem;
}
@media (max-width: 860px) { .fuss-innen { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .fuss-innen { grid-template-columns: 1fr; } }
.fuss-logo { font-family: var(--schrift-titel); font-size: 1.3rem; color: #fff; margin-bottom: .6rem; }
.fuss-logo span { color: var(--gold); }
.fuss-satz { max-width: 40ch; line-height: 1.6; }
.fuss-block h2 {
  font-family: var(--schrift-text); font-size: .76rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.45);
  margin-bottom: .9rem;
}
.fuss-block ul { list-style: none; margin: 0; padding: 0; }
.fuss-block li { margin-bottom: .5rem; }
.fuss a { color: rgba(255,255,255,.78); text-decoration: none; }
.fuss a:hover { color: var(--gold-hell); text-decoration: underline; }
.fuss-zeile {
  border-top: 1px solid rgba(255,255,255,.11); padding-top: 1.5rem;
  font-size: .78rem; color: rgba(255,255,255,.42);
}
.fuss-zeile p { margin: 0 0 .4rem; }

/* --- Druck --------------------------------------------------------------- */
@media print {
  .kopf, .cta, .fuss, .verzeichnis, .weiterlesen, .filterzeile, .blaettern, .sprung { display: none; }
  body { background: #fff; font-size: 11pt; }
  .beitrag-koerper { display: block; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
}
