/* pilzprotein.de — Design „Myzel & Labor"
   Token-Plan (Kontraste am 31.08.2026 nachgerechnet, siehe _build/theme.py):
   Grund Weiß, Flächen Agar #f2f6f4, Tiefe Glas #0e2f28 (Footer/Deko),
   Text Tinte #16302a (14,1:1), Interaktion Flaschengrün #196b53 (6,4:1),
   Akzent Pfifferling #9a4d0d (6,1:1) / Fläche #f8ead9 nur für kleine Chips.
   Headline: Bricolage Grotesque (lokal, variabel 600–800). Fließtext: System-Stack.
   Ausdrücklich kein Nachtmodus (Portfolio-Linie), keine Seitenstreifen-Border,
   kein Gradient-Text, keine Eyebrow-Grammatik auf jeder Sektion. */

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 600 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/pp-display-latin.woff2") format("woff2");
}

:root {
  --weiss: #ffffff;
  --agar: #f2f6f4;
  --agar-tief: #e6eeea;
  --glas: #0e2f28;
  --glas-hell: #14403a;
  --tinte: #16302a;
  --muted: #47594f;
  --brand: #196b53;
  --brand-tief: #0e5240;
  --brand-hauch: #eaf3ef;
  --pfiff: #9a4d0d;
  --pfiff-kraft: #b25a11;
  --pfiff-hauch: #f8ead9;
  --linie: #dce7e2;
  --warn: #8a3b12;
  --warn-hauch: #faeee4;
  --gruen-hell: #7fd6b8;
  --amber-hell: #e8c493;
  /* Ein Radius-System für die ganze Seite (Shape Consistency Lock):
     Flächen 12px, kleine Chips 8px, keine Pills. */
  --radius: 12px;
  --radius-gross: 12px;
  --radius-chip: 8px;
  --schatten: 0 1px 2px rgba(14, 47, 40, .05), 0 12px 32px -18px rgba(14, 47, 40, .18);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  --body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --z-drop: 30;
  --z-header: 40;
  --z-mobilemenu: 50;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--tinte);
  background: var(--weiss);
  -webkit-text-size-adjust: 100%;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 28px); }

h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: var(--tinte);
  text-wrap: balance;
}
h1 { font-size: clamp(1.9rem, 4.6vw, 3.1rem); font-weight: 800; margin: 0 0 .5em; }
h2 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); font-weight: 700; margin: 2.2em 0 .6em; }
h3 { font-size: clamp(1.15rem, 2vw, 1.3rem); font-weight: 700; margin: 1.8em 0 .5em; }
p { margin: 0 0 1.1em; }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--brand-tief); }
strong { color: var(--tinte); }
ul, ol { padding-left: 1.35em; margin: 0 0 1.2em; }
li { margin-bottom: .45em; }
code { background: var(--agar); border-radius: 5px; padding: .1em .35em; font-size: .92em; }
figure { margin: 1.6em 0; }

svg { flex: none; }
p svg, li svg, figcaption svg, .stand svg, .toc-kopf svg, .note-head svg,
.norm-kopf svg, .ev-kopf svg {
  width: 1.1em; height: 1.1em; vertical-align: -0.18em; margin-right: .4em;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--glas);
  color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; z-index: 100;
}
.skip-link:focus { left: 0; }

/* ---------------------------------------------------------------- Header */
.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--linie);
}
.header-inner { display: flex; align-items: center; gap: 20px; min-height: 62px; }
.site-logo {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--display); font-weight: 800; font-size: 1.22rem;
  color: var(--tinte); text-decoration: none; letter-spacing: -0.01em;
}
.site-logo .tld { color: var(--brand); font-weight: 700; }
.logo-mark { width: 26px; height: 26px; color: var(--brand); }

.site-nav { display: flex; gap: 2px; list-style: none; margin: 0 0 0 auto; padding: 0; }
.site-nav > li { position: relative; display: flex; align-items: center; }
.site-nav > li > a {
  display: block; padding: 19px 11px 17px; font-size: .96rem; font-weight: 600;
  color: var(--tinte); text-decoration: none; border-bottom: 2px solid transparent;
  transition: color .18s var(--ease-out);
}
.site-nav > li.in-section > a, .site-nav > li > a[aria-current] { color: var(--brand-tief); border-bottom-color: var(--brand); }
.site-nav > li > a:hover { color: var(--brand-tief); }
.drop-toggle {
  background: none; border: 0; padding: 4px 2px; cursor: pointer; color: var(--muted);
  display: inline-flex; align-items: center;
}
.drop-toggle .caret { width: 15px; height: 15px; transition: transform .25s var(--ease-out); }
.has-drop:hover .caret, .drop-toggle[aria-expanded="true"] .caret { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px);
  min-width: 330px; background: var(--weiss); border: 1px solid var(--linie);
  border-radius: var(--radius); box-shadow: var(--schatten); padding: 10px;
  opacity: 0; visibility: hidden; transition: opacity .22s var(--ease-out), transform .22s var(--ease-out);
  z-index: var(--z-drop);
}
.has-drop:hover .dropdown, .has-drop:focus-within .dropdown,
.drop-toggle[aria-expanded="true"] + .dropdown {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.drop-col ul { list-style: none; margin: 0; padding: 0; }
.drop-col a {
  display: block; padding: 9px 12px; border-radius: 9px; text-decoration: none;
  color: var(--tinte); font-weight: 600; font-size: .95rem; line-height: 1.3;
}
.drop-col a:hover, .drop-col a[aria-current] { background: var(--brand-hauch); color: var(--brand-tief); }
.drop-desc { display: block; font-weight: 400; font-size: .84rem; color: var(--muted); margin-top: 2px; }

.menu-toggle { display: none; }
.icon-btn {
  background: none; border: 1px solid var(--linie); border-radius: 10px;
  padding: 8px; cursor: pointer; color: var(--tinte);
}
.icon-btn svg { width: 20px; height: 20px; display: block; }
.menu-toggle .i-x { display: none; }
.menu-toggle[aria-expanded="true"] .i-x { display: block; }
.menu-toggle[aria-expanded="true"] .i-menu { display: none; }

/* ------------------------------------------------------------------ Hero */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--agar) 0%, var(--weiss) 100%);
  border-bottom: 1px solid var(--linie);
  padding: clamp(40px, 7vw, 78px) 0 clamp(30px, 5vw, 56px);
}
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { margin: 0 0 .4em; max-width: 26ch; }
.lead { font-size: clamp(1.08rem, 1.9vw, 1.22rem); color: var(--muted); max-width: none; margin: 0; }

.myzel-deko {
  position: absolute; right: -30px; bottom: -14px; width: min(38vw, 400px);
  color: var(--brand); opacity: .16; z-index: 1; pointer-events: none;
}

/* Split-Hero mit Bild (01.09.2026): Text links, Motiv rechts. */
.hero--bild { padding-bottom: clamp(30px, 5vw, 56px); }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
.hero-media .fig { margin: 0; }
.hero-media img { aspect-ratio: 3 / 2; object-fit: cover; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 22px; }
}

/* Artikel-Raster: Lesespalte + sticky Arbeitsspalte (01.09.2026). */
.artikel-raster {
  display: grid; grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(32px, 4vw, 60px); align-items: start;
}
.prose--lesespalte { max-width: 70ch; }
.seite-aside { position: sticky; top: 84px; display: grid; gap: 14px; }
.aside-box {
  background: var(--agar); border: 1px solid var(--linie);
  border-radius: var(--radius); padding: 16px 18px; font-size: .9rem;
}
.aside-titel {
  margin: 0 0 8px; font-family: var(--display); font-weight: 700;
  font-size: .98rem; color: var(--tinte);
}
.aside-box ol { margin: 0; padding-left: 1.2em; }
.aside-box ol li { margin-bottom: 5px; }
.aside-box ol a { text-decoration: none; color: var(--muted); }
.aside-box ol a:hover { color: var(--brand-tief); text-decoration: underline; }
.aside-fakten { list-style: none; margin: 0; padding: 0; }
.aside-fakten li { margin-bottom: 8px; color: var(--muted); }
.aside-fakten svg { color: var(--brand); }
.aside-box p { margin: 0 0 8px; color: var(--muted); }
.aside-box p:last-child { margin-bottom: 0; }
.aside-link { font-weight: 700; text-decoration: none; }
.aside-link:hover { text-decoration: underline; }
@media (max-width: 1019px) {
  .artikel-raster { grid-template-columns: 1fr; }
  .seite-aside { position: static; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .aside-box--toc { display: none; }
  .prose--lesespalte { max-width: none; }
}

/* -------------------------------------------------------------- Sections */
.section { padding: clamp(30px, 5vw, 54px) 0; }
.section--soft { background: var(--agar); border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }
.section--tight { padding: clamp(22px, 4vw, 40px) 0; }
.section--deep { background: var(--glas); color: #d7e5e0; }
/* Fließtext auf voller Contentbreite (Vorgabe Thomas 01.09.2026) — die
   Breitenbegrenzung liegt allein beim .wrap, damit alle Blöcke an derselben
   linken Kante beginnen und keine wechselnden Spaltenbreiten entstehen. */
.prose { max-width: none; }
.prose > p { text-wrap: pretty; }

.crumbs-bar { border-bottom: 1px solid var(--linie); background: var(--weiss); }
.crumbs {
  display: flex; flex-wrap: wrap; gap: 4px; align-items: center; list-style: none;
  margin: 0; padding: 9px 0; font-size: .87rem;
}
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--brand-tief); text-decoration: underline; }
.crumbs svg { width: 13px; height: 13px; color: var(--linie); display: block; }
.crumbs li { display: flex; align-items: center; }

/* ---------------------------------------------------------- Komponenten */
/* Kurzantwort: typografisch statt als Box — Hairlines oben/unten,
   Lauftext-Label, keine Farbfläche. */
.kurzantwort {
  border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie);
  padding: 18px 0; margin: 0 0 2em;
}
.ka-label { color: var(--brand-tief); font-family: var(--display); font-weight: 700; }
.ka-text { margin: 0; font-size: 1.12rem; line-height: 1.6; }

.note {
  display: block; background: var(--agar); border: 1px solid var(--linie);
  border-radius: var(--radius); padding: 16px 20px; margin: 1.5em 0;
  font-size: .98rem;
}
.note > div > :last-child, .note > div > p:only-child { margin-bottom: 0; }
.note-head { display: flex; align-items: center; margin: 0 0 6px; }
.note-title { margin: 0; font-weight: 700; font-family: var(--display); font-size: 1rem; }
.note--warn { background: var(--warn-hauch); border-color: #eeD7c2; }
.note--warn .note-head { color: var(--warn); }
.note--recht, .note--norm { background: var(--brand-hauch); border-color: #cfe4da; }
.note--recht .note-head, .note--norm .note-head { color: var(--brand-tief); }
.note--praxis .note-head { color: var(--brand-tief); }

/* Evidenz-Ampel — das YMYL-Kernelement */
.evidenz {
  border-radius: var(--radius-gross); padding: 20px 24px; margin: 1.6em 0;
  border: 1px solid var(--linie); background: var(--weiss); box-shadow: var(--schatten);
}
.ev-kopf {
  display: inline-flex; align-items: center; margin: 0 0 10px; padding: 5px 12px 5px 9px;
  border-radius: var(--radius-chip); font-family: var(--display); font-weight: 700; font-size: .88rem;
}
.evidenz--belegt .ev-kopf { background: var(--brand-hauch); color: var(--brand-tief); }
.evidenz--hinweise .ev-kopf { background: var(--pfiff-hauch); color: var(--pfiff); }
.evidenz--unbelegt .ev-kopf { background: var(--agar-tief); color: var(--muted); }
.evidenz--widerlegt .ev-kopf { background: var(--warn-hauch); color: var(--warn); }
.ev-aussage { margin: 0 0 8px; font-weight: 700; font-size: 1.08rem; font-family: var(--display); letter-spacing: -0.01em; }
.ev-text { margin: 0; color: var(--muted); font-size: .97rem; }

.normzitat {
  margin: 1.8em 0; border-radius: var(--radius-gross); overflow: hidden;
  border: 1px solid #cfe4da; background: var(--brand-hauch);
}
.norm-kopf {
  display: flex; align-items: center; gap: 4px; padding: 12px 22px 0;
  font-family: var(--display); font-weight: 700; color: var(--brand-tief); font-size: .95rem;
}
.normzitat blockquote { margin: 0; padding: 10px 22px 4px; }
.normzitat blockquote p {
  margin: 0 0 10px; font-size: 1.02rem; line-height: 1.6; color: var(--tinte);
}
.normzitat figcaption {
  padding: 10px 22px 14px; font-size: .87rem; color: var(--muted);
  border-top: 1px dashed #cfe4da;
}

.recht-hinweis, .table-note, .scroll-hint {
  font-size: .88rem; color: var(--muted);
}
.recht-hinweis { border-top: 1px solid var(--linie); padding-top: 12px; margin-top: 2em; }
.stand {
  display: flex; align-items: baseline; font-size: .88rem; color: var(--muted);
  margin-top: 1.6em;
}

/* Tabellen */
.table-wrap { overflow-x: auto; margin: 1.4em 0 .3em; border: 1px solid var(--linie); border-radius: var(--radius); }
table { border-collapse: collapse; width: 100%; font-size: .95rem; min-width: 560px; }
caption {
  text-align: left; font-family: var(--display); font-weight: 700; padding: 12px 16px 6px;
  font-size: 1rem;
}
th, td { text-align: left; padding: 10px 16px; border-top: 1px solid var(--linie); vertical-align: top; }
thead th { background: var(--agar); border-top: 0; font-family: var(--display); font-size: .9rem; }
tbody tr:nth-child(even) { background: #fafcfb; }
td.num { text-align: right; font-variant-numeric: tabular-nums; }
.scroll-hint { display: none; margin: 4px 0 1.2em; }
@media (max-width: 640px) { .scroll-hint { display: block; } }
.table-note { margin: 8px 0 1.4em; }

/* FAQ */
.qa details {
  border: 1px solid var(--linie); border-radius: var(--radius); margin-bottom: 10px;
  background: var(--weiss); overflow: hidden;
}
.qa summary {
  cursor: pointer; padding: 14px 18px; font-weight: 700; font-family: var(--display);
  font-size: 1.02rem; list-style: none; position: relative; padding-right: 44px;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: ""; position: absolute; right: 18px; top: 50%; width: 9px; height: 9px;
  border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand);
  transform: translateY(-70%) rotate(45deg); transition: transform .3s var(--ease-out);
}
.qa details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.qa summary:hover { color: var(--brand-tief); }
.qa-body { padding: 0 18px 14px; }
.qa-body > :last-child { margin-bottom: 0; }

/* Verweislisten (Hub-Karten + Weiterlesen): Zeilen mit Hairlines statt
   Icon-Chip-Kartenraster. Volle Breite, eine linke Kante. */
.cards, .next { border-top: 1px solid var(--linie); }
.card, .next a {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 18px 2px; border-bottom: 1px solid var(--linie);
  text-decoration: none; color: var(--tinte);
  transition: background .2s var(--ease-out);
}
.card:hover, .next a:hover { background: var(--agar); }
.card:active, .next a:active { background: var(--agar-tief); }
.card-body, .next-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.card strong, .next strong {
  font-family: var(--display); font-size: 1.1rem; letter-spacing: -0.01em;
  transition: color .2s var(--ease-out);
}
.card:hover strong, .next a:hover strong { color: var(--brand-tief); }
.card-text, .next-body span { color: var(--muted); font-size: .95rem; }
.card-pfeil {
  width: 20px; height: 20px; flex: none; color: var(--brand);
  transition: transform .25s var(--ease-out);
}
@media (hover: hover) {
  .card:hover .card-pfeil, .next a:hover .card-pfeil { transform: translateX(5px); }
}

/* Sprungnavigation */
.toc {
  border: 1px solid var(--linie); border-radius: var(--radius); padding: 14px 18px;
  margin: 0 0 1.8em; background: var(--agar); font-size: .93rem;
}
.toc-kopf { display: flex; align-items: center; font-weight: 700; margin: 0 0 6px; font-family: var(--display); }
.toc ol { columns: 3; gap: 26px; margin: 0; padding-left: 1.2em; }
.toc li { break-inside: avoid; margin-bottom: 4px; }
@media (max-width: 900px) { .toc ol { columns: 2; } }
.toc a { text-decoration: none; }
.toc a:hover { text-decoration: underline; }
@media (max-width: 620px) { .toc ol { columns: 1; } }

/* Quellen */
.sources h2 { color: #fff; margin-top: 0; }
.sources-intro { color: #a9c3bb; font-size: .92rem; max-width: 74ch; }
.sources ol { margin: 1.2em 0; padding-left: 1.3em; }
.sources li { margin-bottom: 12px; font-size: .93rem; color: #d7e5e0; }
.sources a { color: var(--gruen-hell); word-break: break-all; text-decoration-color: rgba(127, 214, 184, .4); }
.sources a:hover { color: #a5e6d0; }

/* Bilder */
.fig-media { position: relative; border-radius: var(--radius-gross); overflow: hidden; box-shadow: var(--schatten); }
.fig-media img { display: block; width: 100%; height: auto; }
.ki-badge {
  position: absolute; right: 10px; bottom: 10px; display: inline-flex; align-items: center;
  gap: 5px; background: rgba(14, 47, 40, .82); color: #d7e5e0; font-size: .74rem;
  padding: 4px 10px; border-radius: var(--radius-chip); backdrop-filter: blur(4px);
}
.ki-badge svg { width: 12px; height: 12px; }
figcaption { font-size: .87rem; color: var(--muted); margin-top: 9px; }

/* Zulassungspfad (Signature) */
.pfad-wrap { overflow-x: auto; border: 1px solid var(--linie); border-radius: var(--radius-gross); background: var(--weiss); padding: 14px 8px 6px; }
.pfad { min-width: 640px; width: 100%; height: auto; display: block; }
.pfad-raster { stroke: var(--agar-tief); stroke-width: 1; }
.pfad-stufe { font: 700 13px var(--display); fill: var(--muted); }
.pfad-label { font: 600 14px var(--body); fill: var(--tinte); }
.pfad-hinweis { font: 400 11.5px var(--body); fill: var(--muted); }
.pfad-rest { stroke: var(--linie); stroke-width: 2; stroke-dasharray: 2 6; stroke-linecap: round; }
.pfad-erreicht { stroke: var(--brand); stroke-width: 3; stroke-linecap: round; }
.pfad-punkt--voll { fill: var(--brand); }
.pfad-punkt--leer { fill: var(--weiss); stroke: var(--linie); stroke-width: 2; }
.pfad-punkt--negativ { fill: var(--warn); }
.pfad-kreuz { stroke: #fff; stroke-width: 1.6; }
.pfad-sonder { fill: var(--pfiff-hauch); stroke: #ecd9bd; }
.pfad-sondertext { font: 600 12px var(--body); fill: var(--pfiff); }

/* Link auf noch nicht gebaute Seite */
.link-spaeter { color: inherit; }

/* ---------------------------------------------------------------- Footer */
.site-footer { background: var(--glas); color: #c3d6cf; margin-top: clamp(36px, 6vw, 64px); position: relative; }
.site-footer::before {
  content: ""; display: block; height: 3px;
  background: repeating-linear-gradient(90deg, var(--brand) 0 26px, transparent 26px 40px);
  opacity: .8;
}
.site-footer .wrap { padding-top: clamp(34px, 5vw, 54px); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 30px; padding-bottom: 30px; }
.footer-logo {
  font-family: var(--display); font-weight: 800; font-size: 1.15rem; color: #fff;
  text-decoration: none;
}
.footer-logo .tld { color: var(--gruen-hell); }
.footer-about p { font-size: .88rem; color: #a9c3bb; margin-top: 12px; }
.footer-head { font-family: var(--display); font-weight: 700; color: #fff; margin: 0 0 10px; font-size: .95rem; }
.footer-nav ul { list-style: none; margin: 0; padding: 0; }
.footer-nav li { margin-bottom: 7px; }
.footer-nav a { color: #a9c3bb; text-decoration: none; font-size: .88rem; }
.footer-nav a:hover { color: #fff; text-decoration: underline; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between;
  align-items: center; border-top: 1px solid rgba(255, 255, 255, .12); padding: 18px 0;
  font-size: .87rem;
}
.footer-bottom p { margin: 0; color: #a9c3bb; }
.footer-bottom a { color: var(--gruen-hell); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-legal a { color: #a9c3bb; text-decoration: none; }
.footer-legal a:hover { color: #fff; text-decoration: underline; }
.footer-disclosure { background: #0a241e; }
.footer-disclosure .wrap { padding: 14px 28px; }
.footer-disclosure p { margin: 0; font-size: .8rem; color: #8aa79e; }
.footer-disclosure a { color: var(--gruen-hell); }

/* ------------------------------------------------------------- Bewegung */
.reveal { opacity: 0; transform: translateY(14px); }
.reveal-an {
  opacity: 1; transform: none;
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.section--soft .card:hover, .section--soft .next a:hover { background: var(--weiss); }
.js-pfad { stroke-dasharray: 900; stroke-dashoffset: 900; }
.pfad-an .js-pfad { stroke-dashoffset: 0; transition: stroke-dashoffset 1.1s var(--ease-out) .15s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .js-pfad { stroke-dashoffset: 0; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ------------------------------------------------------------ Responsive */
@media (max-width: 940px) {
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .site-nav {
    position: fixed; top: 62px; left: 0; right: 0;
    height: calc(100dvh - 62px); z-index: var(--z-mobilemenu);
    background: var(--weiss); flex-direction: column; gap: 0; padding: 10px 18px 40px;
    overflow-y: auto; display: none; margin: 0; border-top: 1px solid var(--linie);
  }
  body.menu-offen .site-nav { display: flex; }
  body.menu-offen { overflow: hidden; }
  .site-nav > li { flex-wrap: wrap; border-bottom: 1px solid var(--linie); }
  .site-nav > li > a { flex: 1; padding: 14px 4px; border-bottom: 0; font-size: 1.05rem; }
  .drop-toggle { padding: 14px 10px; }
  .drop-toggle .caret { width: 20px; height: 20px; }
  .dropdown {
    position: static; transform: none; min-width: 0; width: 100%;
    border: 0; box-shadow: none; padding: 0 0 8px; display: none;
    opacity: 1; visibility: visible;
  }
  .drop-toggle[aria-expanded="true"] + .dropdown { display: block; }
  .has-drop:hover .dropdown, .has-drop:focus-within .dropdown,
  .drop-toggle[aria-expanded="true"] + .dropdown { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  body { font-size: 1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .kurzantwort, .evidenz { padding: 16px 18px; }
  .myzel-deko { width: 60vw; opacity: .1; }
}
