/* ============================================================
   jagd-kommunikation.de — Jagdkommunikation Gottbrath (v1.0.1)
   Design-System v1 (10.06.2026) · Route A + Palette P2
   Stamm-CI: Grün #589567 · Teal #3d7c6e · Greige #ded6d4
   Revier: Waldgrün #1e3328 · Signalorange #e8650d · Messing #b08d57
   Schrift: DIN Next LT Pro — Substitut Barlow (lokal gehostet, DSGVO).
   Sobald DIN-woff2 vorliegen: @font-face-Quellen austauschen.
   Haltung: scharfe Kanten, Messing-Linien, ein Signal pro Ansicht.
   ============================================================ */

/* Barlow – lokal gehostet (DSGVO). Quelle: @fontsource/barlow */
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('fonts/barlow-latin-300-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('fonts/barlow-latin-ext-300-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/barlow-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/barlow-latin-ext-400-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/barlow-latin-500-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/barlow-latin-ext-500-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/barlow-latin-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/barlow-latin-ext-600-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/barlow-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/barlow-latin-ext-700-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Stammfarben (CI Wolfgang Gottbrath) */
  --gruen: #589567;
  --teal: #3d7c6e;
  --greige: #ded6d4;

  /* Revier-Vertiefung */
  --wald: #1e3328;
  --wald-2: #2a4435;
  --wald-3: #33523f;
  --orange: #e8650d;
  --orange-hover: #c95709;
  --orange-tint: rgba(232, 101, 13, 0.12);
  --messing: #b08d57;
  --messing-tint: rgba(176, 141, 87, 0.12);

  /* Neutrale */
  --ink: #20281f;
  --papier: #fbfaf8;
  --tint: #f1ede8;
  --linie: #d8d2cc;
  --muted: #5c665c;
  --on-dark-soft: #d9e2da;

  /* Typo */
  --font-din: "DIN Next LT Pro", "DIN Next", "Barlow", "Bahnschrift",
    -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --tracking-caps: 0.12em;
  --tracking-kicker: 0.28em;
  --tracking-name: 0.35em;

  /* Maße */
  --maxw: 1140px;
  --radius-btn: 2px;
  --shadow-book: 0 14px 34px rgba(30, 51, 40, 0.3);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-din);
  color: var(--ink);
  background: var(--papier);
  line-height: 1.65;
  font-size: 17px;
}

::selection { background: var(--orange-tint); color: var(--wald); }

a:focus-visible, .btn:focus-visible, summary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Banner (Termin-Signal) ---------- */
.banner {
  background: var(--tint);
  color: var(--wald);
  font-size: 14.5px;
  text-align: center;
  padding: 9px 18px;
  border-bottom: 1px solid var(--linie);
}
.banner .banner-live {
  color: var(--orange);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11.5px;
  margin-right: 10px;
}
.banner a { color: var(--wald); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.banner a:hover { color: var(--orange); }

/* ---------- Header ---------- */
.site-header {
  background: var(--wald);
  color: #fff;
  position: sticky; top: 0; z-index: 50;
  border-bottom: 3px solid var(--messing);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; min-height: 78px; flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px;
}
.logo {
  display: flex; align-items: center; gap: 13px;
  text-decoration: none; color: #fff; line-height: 1.12;
}
.logo .logo-signet { width: 42px; height: 42px; flex-shrink: 0; display: block; }
.logo .logo-name {
  display: block; font-size: 10px; letter-spacing: var(--tracking-name);
  margin-right: calc(-1 * var(--tracking-name));
  color: var(--orange); font-weight: 600; text-transform: uppercase;
}
.logo .logo-main {
  display: block; font-size: 18.5px; font-weight: 700; margin-top: 2px;
  letter-spacing: var(--tracking-caps); text-transform: uppercase; white-space: nowrap;
}
.main-nav { display: flex; gap: 2px; flex-wrap: wrap; align-items: center; }
.main-nav a {
  color: #e8ece8; text-decoration: none; font-size: 14.5px;
  padding: 8px 11px; border-radius: var(--radius-btn); letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.main-nav a:hover { background: var(--wald-2); color: #fff; }
.main-nav a.active { color: var(--messing); font-weight: 600; }
.main-nav a.nav-cta {
  background: var(--gruen); color: #fff; font-weight: 600; margin-left: 8px;
  padding: 9px 16px;
}
.main-nav a.nav-cta:hover { background: var(--teal); }

/* ---------- Hero ---------- */
.hero {
  /* der einzige Verlauf der Marke */
  background: linear-gradient(160deg, var(--wald) 0%, var(--wald-2) 70%, var(--wald-3) 100%);
  color: #fff; padding: 96px 0 84px;
  position: relative; overflow: hidden;
}
.hero .wrap { position: relative; z-index: 1; }
.hero-mark {
  position: absolute; z-index: 0; pointer-events: none;
  right: -70px; top: 50%; transform: translateY(-50%);
  width: clamp(320px, 38vw, 560px); opacity: 0.07;
}
.hero-mark svg { width: 100%; height: auto; display: block; }
.hero .kicker { color: var(--messing); }
.hero .kicker::before { background: var(--messing); }
.hero h1 {
  font-size: clamp(34px, 5.4vw, 56px); line-height: 1.12;
  font-weight: 700; letter-spacing: 0.01em; max-width: 19ch;
  text-wrap: balance;
}
.hero .sub {
  margin-top: 24px; font-size: clamp(17px, 2.2vw, 21px);
  color: var(--on-dark-soft); max-width: 60ch; font-weight: 300;
}
.hero .cta-row { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }

.hero.hero-sub { padding: 72px 0 60px; }
.hero.hero-sub .hero-mark { width: clamp(240px, 28vw, 380px); right: -50px; }

.hero-facts {
  margin-top: 52px; padding-top: 26px;
  border-top: 1px solid rgba(216, 210, 204, 0.25);
  display: flex; gap: 14px 54px; flex-wrap: wrap;
}
.hero-facts .fact strong {
  display: block; font-size: 26px; font-weight: 700; color: #fff; line-height: 1.2;
}
.hero-facts .fact span {
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--messing); font-weight: 600;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 600;
  padding: 14px 28px; border-radius: var(--radius-btn); font-size: 16px;
  letter-spacing: 0.02em; transition: background 0.15s ease;
}
.btn-primary { background: var(--gruen); color: #fff; }
.btn-primary:hover { background: var(--teal); }
.btn-signal { background: var(--orange); color: #fff; }
.btn-signal:hover { background: var(--orange-hover); }
.btn-ghost { border: 1.5px solid var(--messing); color: var(--messing); padding: 12.5px 26.5px; }
.btn-ghost:hover { background: var(--messing-tint); }
section.dark .btn-ghost, .hero .btn-ghost { color: #e9ddc9; border-color: var(--messing); }
.btn-dark { background: var(--wald); color: #fff; }
.btn-dark:hover { background: var(--wald-2); }

/* ---------- Sections ---------- */
section { padding: 84px 0; }
section.tint { background: var(--tint); }
section.dark { background: var(--wald); color: #fff; }
section.dark h2 { color: #fff; }
section.dark .kicker { color: var(--messing); }
section.dark .kicker::before { background: var(--messing); }
section.dark p { color: var(--on-dark-soft); }

.kicker {
  color: var(--teal); text-transform: uppercase; letter-spacing: var(--tracking-kicker);
  font-size: 12.5px; font-weight: 700; margin-bottom: 14px;
  display: flex; align-items: center; gap: 14px;
}
.kicker::before {
  content: ""; width: 26px; height: 2px; background: var(--messing); flex-shrink: 0;
}
.kicker.center { justify-content: center; }

h2 {
  font-size: clamp(26px, 3.6vw, 38px); line-height: 1.2; margin-bottom: 18px;
  color: var(--wald); text-wrap: balance; letter-spacing: 0.005em;
}
h3 { font-size: 20px; margin: 26px 0 10px; color: var(--wald-2); }
section.dark h3 { color: var(--greige); }
p + p { margin-top: 14px; }
.lede { font-size: 19.5px; max-width: 68ch; color: #39463b; }
section.dark .lede { color: var(--on-dark-soft); }
.measure { max-width: 72ch; }

a.textlink { color: var(--teal); font-weight: 600; text-decoration: none; }
a.textlink:hover { text-decoration: underline; text-underline-offset: 3px; }
.measure a, .lede a, .faq a { color: var(--teal); }

ul.checks { list-style: none; margin: 18px 0 0; }
ul.checks li { padding: 8px 0 8px 34px; position: relative; }
ul.checks li::before {
  content: ""; position: absolute; left: 0; top: 14px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--gruen);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle cx="8" cy="8" r="8" fill="black"/></svg>') center/contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle cx="8" cy="8" r="8" fill="black"/></svg>') center/contain no-repeat;
}
ul.checks li::after {
  content: ""; position: absolute; left: 0; top: 14px;
  width: 18px; height: 18px;
  background: #fff;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="black" d="M6.5 11.2 3.3 8l-1.1 1.1 4.3 4.3 7.3-7.3-1.1-1.1z"/></svg>') center/60% no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="black" d="M6.5 11.2 3.3 8l-1.1 1.1 4.3 4.3 7.3-7.3-1.1-1.1z"/></svg>') center/60% no-repeat;
}
section.dark ul.checks li::before { background: var(--messing); }
section.dark ul.checks li::after { background: var(--wald); }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 24px; margin-top: 34px; }
.grid.cols-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.card {
  background: #fff; border: 1px solid var(--linie); border-radius: 0;
  padding: 30px 28px; display: flex; flex-direction: column;
  border-top: 4px solid var(--gruen);
}
.card h3 { margin-top: 0; }
.card .card-kicker {
  font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--messing); font-weight: 700; margin-bottom: 10px;
}
.card p { font-size: 15.5px; }
.card ul.checks { margin-top: 12px; }
.card ul.checks li { font-size: 15px; padding-top: 6px; padding-bottom: 6px; }
.card ul.checks li::before, .card ul.checks li::after { top: 11px; width: 16px; height: 16px; }
.card .card-cta { margin-top: auto; padding-top: 20px; }
.card .card-cta a { color: var(--teal); font-weight: 600; text-decoration: none; font-size: 15.5px; }
.card .card-cta a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Steps (9-Schritte-System) ---------- */
.steps {
  counter-reset: step; display: grid; gap: 18px; margin-top: 34px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.step {
  background: #fff; border: 1px solid var(--linie); border-radius: 0;
  padding: 20px 22px 20px 68px; position: relative; font-size: 15.5px;
}
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 20px; top: 19px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--wald); color: var(--messing);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 15px;
}
.step strong { display: block; color: var(--wald); margin-bottom: 2px; }

/* ---------- Price box ---------- */
.pricebox {
  background: var(--wald); color: #fff; border-radius: 0;
  padding: 40px 36px; margin-top: 36px;
  display: flex; flex-wrap: wrap; gap: 30px; align-items: center;
  justify-content: space-between; border-left: 6px solid var(--messing);
}
.pricebox .price { font-size: 52px; font-weight: 700; line-height: 1; }
.pricebox .price small { font-size: 16px; font-weight: 400; color: var(--on-dark-soft); display: block; margin-top: 10px; }
.pricebox .price-label {
  font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--messing); font-weight: 700; margin-bottom: 10px;
}
.pricebox ul.checks li::before { background: var(--messing); }
.pricebox ul.checks li::after { background: var(--wald); }

/* ---------- Termin- / Infobox (Signal) ---------- */
.signalbox {
  background: #fff; border: 1px solid var(--linie); border-left: 6px solid var(--orange);
  border-radius: 0; padding: 24px 28px; margin-top: 28px; max-width: 72ch;
}
.signalbox .sb-label {
  font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--orange); font-weight: 700; margin-bottom: 6px;
}

/* ---------- Lead-Magnet / Formular ---------- */
.leadbox {
  background: #fff; border: 1px solid var(--linie); border-left: 6px solid var(--messing);
  border-radius: 0; padding: 38px 36px; margin-top: 0;
}
.leadbox .form-note { font-size: 13px; color: var(--muted); margin-top: 14px; }
.leadbox .form-note a { color: var(--teal); }
.form-placeholder {
  margin-top: 24px; border: 2px dashed var(--teal); border-radius: 0;
  padding: 26px; background: #f4f7f4; max-width: 560px;
}
.form-placeholder .fp-label {
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--teal); font-weight: 700; margin-bottom: 14px;
}
.form-placeholder .fake-field {
  background: #fff; border: 1px solid var(--linie); border-radius: var(--radius-btn);
  padding: 12px 14px; color: #9a948e; font-size: 15px; margin-bottom: 10px;
}
.form-placeholder .fake-btn {
  background: var(--orange); color: #fff; border-radius: var(--radius-btn); text-align: center;
  padding: 13px; font-weight: 600; opacity: 0.75;
}

/* ---------- FAQ ---------- */
.faq details { border-bottom: 1px solid var(--linie); padding: 6px 0; }
.faq details:first-of-type { border-top: 1px solid var(--linie); margin-top: 28px; }
.faq summary {
  cursor: pointer; font-weight: 600; color: var(--wald);
  padding: 14px 0; font-size: 17px; list-style: none; position: relative; padding-right: 34px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 10px; color: var(--messing);
  font-size: 24px; font-weight: 400;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 18px; max-width: 70ch; }

/* ---------- Vita / Credentials ---------- */
.cred-list { list-style: none; margin-top: 8px; }
.cred-list li {
  padding: 13px 0 13px 30px; border-bottom: 1px solid var(--linie); position: relative;
  font-size: 16px;
}
.cred-list li::before {
  content: ""; position: absolute; left: 4px; top: 22px;
  width: 8px; height: 8px; background: var(--messing);
  transform: rotate(45deg);
}
.cred-list strong { color: var(--wald); }

.badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.badge {
  background: #fff; border: 1px solid var(--linie); border-radius: var(--radius-btn);
  padding: 8px 16px; font-size: 14px; font-weight: 600; color: var(--wald-2);
}
.badge.brass { border-color: var(--messing); color: var(--messing); }

/* ---------- Quote / Claim ---------- */
.claim {
  font-size: clamp(24px, 3.4vw, 34px); font-weight: 300; line-height: 1.35;
  color: var(--wald); max-width: 26ch; margin: 0 auto; text-align: center;
}
.claim strong { font-weight: 700; }
.claim-source { margin-top: 20px; text-align: center; color: var(--muted); }
.claim-mark { width: 56px; height: 56px; margin: 0 auto 26px; display: block; }

blockquote.testimonial {
  background: #fff; border-left: 5px solid var(--gruen); border-radius: 0;
  padding: 26px 28px; margin-top: 24px; font-size: 17px;
}
blockquote.testimonial footer { margin-top: 12px; font-size: 14.5px; color: var(--teal); font-weight: 600; }

/* ---------- Buch ---------- */
.book-flex { display: flex; gap: 56px; flex-wrap: wrap; align-items: flex-start; }
.book-cover {
  flex: 0 0 260px; aspect-ratio: 2 / 3; border-radius: 0;
  background: linear-gradient(165deg, var(--wald) 0%, var(--wald-2) 80%);
  color: #fff; padding: 28px 22px; display: flex; flex-direction: column;
  border-left: 8px solid var(--messing); box-shadow: var(--shadow-book);
  position: relative; overflow: hidden;
}
.book-cover .bc-mark { position: absolute; right: 14px; top: 18px; width: 40px; opacity: 0.9; }
.book-cover .bc-mark svg { width: 100%; height: auto; display: block; }
.book-cover .bc-series { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--messing); font-weight: 700; }
.book-cover .bc-band { font-size: 11px; color: var(--greige); margin-top: 4px; display: block; }
.book-cover .bc-title { font-size: 22px; font-weight: 700; line-height: 1.25; margin-top: auto; }
.book-cover .bc-subtitle { font-size: 12.5px; color: #cfd8cf; margin-top: 10px; line-height: 1.45; }
.book-cover .bc-author { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 24px; color: var(--messing); }
.book-info { flex: 1 1 400px; }
.book-cover.small { flex: 0 0 210px; }
.book-cover.small .bc-title { font-size: 18px; }

.series-seal { width: 130px; height: 130px; flex-shrink: 0; }
.series-seal svg, .series-seal img { width: 100%; height: auto; display: block; }

/* ---------- Footer ---------- */
.site-footer { background: var(--wald); color: #c8d2c9; padding: 60px 0 32px; font-size: 15px; border-top: 3px solid var(--messing); }
.site-footer .footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.site-footer .footer-brand svg { width: 40px; height: 40px; display: block; }
.site-footer .footer-brand .fb-name {
  display: block; font-size: 9.5px; letter-spacing: var(--tracking-name);
  color: var(--orange); font-weight: 600; text-transform: uppercase;
}
.site-footer .footer-brand .fb-main {
  display: block; font-size: 16px; font-weight: 700; color: #fff; margin-top: 2px;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
}
.site-footer .grid { gap: 40px; margin-top: 0; }
.site-footer h4 {
  color: var(--messing); font-size: 12.5px; letter-spacing: 0.25em;
  text-transform: uppercase; margin-bottom: 14px; font-weight: 700;
}
.site-footer a { color: #e4eae4; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 3px; color: #fff; }
.site-footer ul { list-style: none; }
.site-footer li { padding: 4px 0; }
.footer-bottom {
  border-top: 1px solid #38503f; margin-top: 44px; padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 13.5px; color: #93a596;
}
.footer-bottom a { color: #93a596; }

/* ---------- Legal pages ---------- */
.legal h2 { margin-top: 0; }
.legal h3 { font-size: 18px; margin-top: 32px; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-mark { display: none; }
}
@media (max-width: 760px) {
  /* Header bleibt: Logo links, Hamburger rechts (kein Zentrieren mehr) */
  .hero { padding: 60px 0 52px; }
  .hero.hero-sub { padding: 52px 0 44px; }
  section { padding: 56px 0; }
  .hero-facts { gap: 18px 32px; }
  .pricebox { padding: 30px 24px; }
  .leadbox { padding: 28px 22px; }
  .book-flex { gap: 32px; }
}

/* ---------- Ratgeber / Artikel (Design-System v1 konform) ---------- */
.breadcrumb { font-size: 13.5px; color: var(--muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--teal); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
article.post { max-width: 76ch; }
article.post h1 {
  font-size: clamp(30px, 4.4vw, 42px); line-height: 1.15; color: var(--wald);
  margin-bottom: 14px; text-wrap: balance;
}
article.post .post-meta {
  font-size: 14px; color: var(--muted); margin-bottom: 28px;
  padding-bottom: 18px; border-bottom: 1px solid var(--linie);
}
article.post h2 { font-size: 25px; margin-top: 44px; }
article.post h3 { font-size: 19px; }
article.post p { margin-top: 14px; }
article.post .lede { font-size: 19.5px; }
article.post a { color: var(--teal); }
article.post ol { margin: 18px 0 0 22px; }
article.post ol li { padding: 6px 0; }
.infobox {
  background: var(--tint); border-left: 6px solid var(--messing); border-radius: 0;
  padding: 22px 26px; margin: 28px 0; font-size: 15.5px;
}
.infobox strong:first-child { color: var(--wald); }
.cta-box {
  background: var(--wald); color: #fff; border-radius: 0; padding: 32px 30px;
  margin: 46px 0 10px; border-left: 6px solid var(--messing);
}
.cta-box h2, .cta-box h3 { color: #fff; margin-top: 0; }
.cta-box p { color: var(--on-dark-soft); }
.cta-box .btn { margin-top: 18px; }
.related { margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--linie); }
.related h2 { font-size: 19px; }
.related ul { list-style: none; margin-top: 10px; }
.related li { padding: 6px 0; }
.related a { color: var(--teal); font-weight: 600; text-decoration: none; }
.related a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* FIX v1.0.2: Karten in dunklen Sektionen — Textfarben nicht vererben
   (section.dark p/h3 färbte Text in weißen Cards hell → unlesbar) */
section.dark .card h3 { color: var(--wald-2); }
section.dark .card p { color: var(--ink); }
section.dark .card .card-kicker { color: var(--messing); }
section.dark .card .card-cta a { color: var(--teal); }
section.dark .card ul.checks li::before { background: var(--gruen); }
section.dark .card ul.checks li::after { background: #fff; }

/* FIX v1.0.3: Siegel-Sektion — Text führt, Siegel als Stempel rechts,
   nie allein gestrandet; auf Schmalbild ausgeblendet */
.seal-row { display: flex; gap: 48px; align-items: center; justify-content: space-between; flex-wrap: nowrap; }
.seal-row .seal-text { flex: 1 1 auto; min-width: 0; }
.seal-row .series-seal { width: 120px; height: 120px; flex: 0 0 auto; }
@media (max-width: 820px) { .seal-row .series-seal { display: none; } }

/* FIX v1.0.4: Buttons in Textspalten — .measure a / .lede a überschrieb
   die Button-Textfarbe (Buchreihe-Button unlesbar). Weiß wie vorgesehen. */
.measure a.btn, .lede a.btn, .book-info a.btn, .faq a.btn { color: #fff; }
.measure a.btn-ghost, .book-info a.btn-ghost { color: var(--messing); }

/* ---------- v1.0.6: WhatsApp-Community-Karte (Eyecatcher) ---------- */
.wa-band {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #1fa855 0%, #128c5a 60%, #0c6b4c 100%);
  border-radius: 0; border-left: 8px solid #fff;
  padding: 44px 40px; color: #fff;
  display: flex; gap: 30px; align-items: center; flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 16px 38px rgba(18, 140, 90, 0.35);
}
.wa-band .wa-icon-bg {
  position: absolute; right: -30px; bottom: -42px; width: 230px; height: 230px;
  opacity: 0.16; pointer-events: none;
}
.wa-band .wa-icon-bg svg { width: 100%; height: 100%; fill: #fff; }
.wa-band .wa-text { flex: 1 1 420px; max-width: 64ch; position: relative; z-index: 1; }
.wa-band .wa-label {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.18); color: #fff; border: 1px solid rgba(255,255,255,0.45);
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 5px 14px; margin-bottom: 14px;
}
.wa-band .wa-label svg { width: 15px; height: 15px; fill: #fff; }
.wa-band h2 { color: #fff; font-size: clamp(23px, 3vw, 31px); margin-bottom: 10px; }
.wa-band p { color: rgba(255,255,255,0.92); font-size: 16.5px; }
.wa-band a, .wa-band a:visited { color: #fff; }
a.btn-whatsapp, a.btn-whatsapp:visited {
  position: relative; z-index: 1;
  background: #fff; color: #0c6b4c !important; font-weight: 700;
  padding: 17px 32px; font-size: 17px; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
a.btn-whatsapp svg { width: 21px; height: 21px; fill: #0c6b4c; }
a.btn-whatsapp:hover { background: #eafff3; }
@media (max-width: 760px) { .wa-band { padding: 30px 24px; } .wa-band .wa-icon-bg { width: 160px; height: 160px; } }


/* ---------- v1.0.5: Breadcrumb deutlicher + Zurück-Link ---------- */
.breadcrumb { font-size: 14.5px; font-weight: 600; margin-bottom: 24px; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.back-to-overview { margin-top: 26px; }
.back-to-overview a {
  color: var(--teal); font-weight: 700; text-decoration: none; font-size: 15.5px;
}
.back-to-overview a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- v1.0.7: Bekannt-aus ---------- */
.press-strip { padding: 30px 0 34px; background: var(--tint); }
.press-strip .press-label {
  text-align: center; font-size: 11.5px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; margin-bottom: 18px;
}
.press-row {
  display: flex; gap: 18px 44px; flex-wrap: wrap; justify-content: center; align-items: center;
}
.press-row .press-item {
  font-weight: 700; color: #8b8b86; letter-spacing: 0.04em;
  font-size: 19px; filter: grayscale(1); white-space: nowrap;
}
.press-row .press-item.serif { font-family: Georgia, "Times New Roman", serif; }

/* ---------- v1.0.8: Foto elegant (Split + Versatz-Rahmen) ---------- */
.photo-split { display: flex; gap: 52px; align-items: center; flex-wrap: wrap; }
.photo-split .ps-text { flex: 1 1 460px; min-width: 0; }
.photo-split .ps-media { flex: 1 1 320px; max-width: 430px; }
.photo-frame { position: relative; margin: 14px 14px 14px 0; }
.photo-frame::before {
  content: ""; position: absolute; top: 16px; left: 16px; right: -14px; bottom: -14px;
  background: var(--tint); border: 1px solid var(--linie); z-index: 0;
}
.photo-frame::after {
  content: ""; position: absolute; left: 0; bottom: -14px; width: 56px; height: 4px;
  background: var(--messing); z-index: 2;
}
.photo-frame img { position: relative; z-index: 1; width: 100%; height: auto; display: block; }
.photo-caption {
  position: relative; z-index: 1; margin-top: 26px; font-size: 13px; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600;
}
@media (max-width: 860px) { .photo-split { gap: 34px; } .photo-split .ps-media { max-width: 100%; } }

.site-footer .footer-brand img { width: 40px; height: 40px; display: block; }

/* ============================================================
   v2.0 (15.06.2026) — Stufensystem & Seminarkatalog
   Komponenten für workshops.html (Lehrrevier): Gabelung B2B/B2C,
   Lernpfad (4 Stufen), System-Matrix (6×4), Modul-Akkordeons,
   Seminar-Karten, Preis-Karten, Vormerk-/Warteliste.
   Haltung wie Design-System v1: scharfe Kanten, Messing-Linien,
   ein Signal pro Ansicht. Mobile-first geprüft.
   ============================================================ */

:root {
  /* Stufen-Füllfarben: bewusst dunkler gewählt, damit weiße Badge-/Kreis-
     Schrift überall WCAG-AA-konform lesbar ist (alle ≥ 4,8:1 gegen Weiß).
     Farbcodierung Grün → Teal → Bronze → Wald bleibt klar unterscheidbar. */
  --st1: #4e7d46;  /* Grundkurs   — Grün (Weiß ≈ 4,8:1) */
  --st2: #356b5f;  /* Aufbaukurs  — Teal (Weiß ≈ 6,1:1) */
  --st3: #8a6d3f;  /* Meisterkurs — Bronze, dunkles Messing (Weiß ≈ 4,8:1) */
  --st4: #1e3328;  /* Individuell — Waldgrün (Weiß ≈ 14:1) */
}

/* ---------- Claim-Zeile (Lehrrevier) ---------- */
.hero .claimline {
  margin-top: 16px; font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--messing); font-weight: 700;
}
.footer-claim { margin-top: 8px; font-size: 13px; color: var(--messing); font-weight: 600; letter-spacing: 0.04em; }

/* ---------- Gabelung (Self-Selection B2B / B2C) ---------- */
.fork { display: grid; gap: 22px; margin-top: 36px; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); }
.fork-card {
  background: #fff; border: 1px solid var(--linie); border-top: 4px solid var(--gruen);
  padding: 32px 30px 28px; display: flex; flex-direction: column; position: relative;
  transition: box-shadow .18s ease, transform .18s ease;
}
.fork-card:hover { box-shadow: 0 14px 34px rgba(30,51,40,.12); transform: translateY(-2px); }
.fork-card.is-b2c { border-top-color: var(--orange); }
.fork-card .fork-ic {
  width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
  background: var(--messing-tint); color: var(--gruen); margin-bottom: 18px;
}
.fork-card.is-b2c .fork-ic { color: var(--orange); background: var(--orange-tint); }
.fork-card .fork-ic svg { width: 28px; height: 28px; }
.fork-card .fork-tag {
  font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--messing); font-weight: 700; margin-bottom: 8px;
}
.fork-card h3 { margin-top: 0; font-size: 22px; color: var(--wald); }
.fork-card p { font-size: 15.5px; color: var(--ink); }
.fork-card ul.checks { margin-top: 12px; }
.fork-card ul.checks li { font-size: 14.5px; padding-top: 5px; padding-bottom: 5px; }
.fork-card ul.checks li::before, .fork-card ul.checks li::after { top: 10px; width: 16px; height: 16px; }
.fork-card .fork-cta { margin-top: auto; padding-top: 22px; }
.fork-card .fork-cta .btn { width: 100%; text-align: center; }
.fork-hint {
  margin-top: 18px; text-align: center; font-size: 15px; color: var(--wald-2);
  background: var(--tint); border: 1px solid var(--linie); border-left: 4px solid var(--messing);
  padding: 15px 22px;
}
.fork-hint a { color: var(--teal); font-weight: 700; text-decoration: none; }
.fork-hint a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Lernpfad: 4 Stufen, baut aufeinander auf ---------- */
.pathway { margin-top: 42px; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.pathway::before {
  content: ""; position: absolute; left: 8%; right: 8%; top: 29px; height: 3px; z-index: 0;
  background: linear-gradient(90deg, var(--st1), var(--st2) 36%, var(--st3) 70%, var(--st4));
}
.pw-step { position: relative; z-index: 1; text-align: center; padding: 0 12px; }
.pw-num {
  width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 18px; display: flex;
  align-items: center; justify-content: center; font-weight: 700; font-size: 23px;
  color: #fff; border: 5px solid var(--papier); box-shadow: 0 4px 12px rgba(30,51,40,.16);
}
.pw-num.s1 { background: var(--st1); } .pw-num.s2 { background: var(--st2); }
.pw-num.s3 { background: var(--st3); } .pw-num.s4 { background: var(--st4); }
.pw-step .pw-label { font-weight: 700; color: var(--wald); font-size: 17px; display: block; }
.pw-step .pw-tag { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--messing); font-weight: 700; display: block; margin: 3px 0 8px; }
.pw-step .pw-desc { font-size: 14px; color: var(--muted); }
@media (max-width: 720px) {
  .pathway { grid-template-columns: 1fr; gap: 0; }
  .pathway::before { left: 29px; right: auto; top: 30px; bottom: 30px; width: 3px; height: auto;
    background: linear-gradient(180deg, var(--st1), var(--st2) 36%, var(--st3) 70%, var(--st4)); }
  .pw-step { display: grid; grid-template-columns: 60px 1fr; gap: 18px; text-align: left; padding: 12px 0; align-items: start; }
  .pw-num { margin: 0; }
  .pw-step .pw-body { padding-top: 8px; }
}

/* ---------- Stufen-Badges ---------- */
.lvl {
  display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 11px 4px 9px; color: #fff;
  white-space: nowrap;
}
.lvl::before { content: ""; width: 7px; height: 7px; background: rgba(255,255,255,.85); transform: rotate(45deg); }
.lvl.s1 { background: var(--st1); } .lvl.s2 { background: var(--st2); }
.lvl.s3 { background: var(--st3); } .lvl.s4 { background: var(--st4); }

/* ---------- System-Matrix (6 Module × 4 Stufen) ---------- */
.matrix-scroll { margin-top: 34px; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--linie); }
table.matrix { width: 100%; border-collapse: collapse; min-width: 760px; background: #fff; font-size: 14px; }
table.matrix th, table.matrix td { text-align: left; vertical-align: top; padding: 14px 16px; border-bottom: 1px solid var(--linie); border-right: 1px solid var(--linie); }
table.matrix thead th { background: var(--wald); color: #fff; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; border-right-color: rgba(255,255,255,.12); position: sticky; top: 0; }
table.matrix thead th .th-sub { display: block; color: var(--messing); font-weight: 600; letter-spacing: 0.04em; text-transform: none; font-size: 11px; margin-top: 2px; }
table.matrix thead th:nth-child(2) { box-shadow: inset 0 -3px 0 var(--st1); }
table.matrix thead th:nth-child(3) { box-shadow: inset 0 -3px 0 var(--st2); }
table.matrix thead th:nth-child(4) { box-shadow: inset 0 -3px 0 var(--st3); }
table.matrix thead th:nth-child(5) { box-shadow: inset 0 -3px 0 var(--messing); }
table.matrix tbody th {
  background: var(--tint); color: var(--wald); font-weight: 700; font-size: 13.5px; width: 168px;
  position: sticky; left: 0; z-index: 1;
}
table.matrix tbody th .mod-no { display: block; font-size: 10.5px; letter-spacing: 0.18em; color: var(--messing); text-transform: uppercase; margin-bottom: 3px; }
table.matrix td strong { color: var(--wald-2); font-weight: 700; display: block; line-height: 1.3; }
table.matrix td em { color: var(--muted); font-style: italic; font-size: 12.5px; display: block; margin-top: 3px; }
table.matrix td .ab { color: var(--messing); font-weight: 700; font-style: normal; }
table.matrix tr:last-child th, table.matrix tr:last-child td { border-bottom: none; }
.matrix-hint { font-size: 13px; color: var(--muted); margin-top: 12px; }

/* ---------- Modul-Akkordeons + Seminar-Karten ---------- */
.modules { margin-top: 36px; display: grid; gap: 16px; }
details.module { background: #fff; border: 1px solid var(--linie); border-left: 5px solid var(--gruen); }
details.module[open] { box-shadow: 0 12px 30px rgba(30,51,40,.10); }
details.module > summary {
  cursor: pointer; list-style: none; padding: 22px 26px; display: flex; align-items: center; gap: 18px;
  position: relative;
}
details.module > summary::-webkit-details-marker { display: none; }
.module .mod-badge {
  width: 44px; height: 44px; flex-shrink: 0; background: var(--wald); color: var(--messing);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px;
}
.module .mod-head { flex: 1 1 auto; min-width: 0; }
.module .mod-kicker { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--messing); font-weight: 700; }
.module .mod-title { font-size: 20px; color: var(--wald); font-weight: 700; line-height: 1.2; margin-top: 2px; }
.module .mod-sub { font-size: 14px; color: var(--muted); margin-top: 4px; }
.module .mod-toggle { flex-shrink: 0; color: var(--messing); font-size: 28px; font-weight: 300; line-height: 1; transition: transform .2s ease; }
details.module[open] .mod-toggle { transform: rotate(45deg); }
.module .mod-body { padding: 0 26px 10px; }
.module .mod-count { font-size: 13px; color: var(--muted); }

.seminar { border-top: 1px solid var(--linie); padding: 22px 0; display: grid; grid-template-columns: 150px 1fr; gap: 22px; }
.seminar:first-child { border-top: none; }
.seminar .sem-side { display: flex; flex-direction: column; gap: 12px; }
.seminar .sem-kreativ { font-size: 13.5px; font-style: italic; color: var(--teal); line-height: 1.4; }
.seminar h4 { font-size: 18px; color: var(--wald); margin: 0 0 4px; line-height: 1.25; }
.seminar .sem-goal { font-size: 14.5px; color: var(--ink); }
.seminar ul.sem-points { list-style: none; margin: 12px 0 0; columns: 2; column-gap: 28px; }
.seminar ul.sem-points li { font-size: 13.5px; color: var(--muted); padding: 3px 0 3px 16px; position: relative; break-inside: avoid; }
.seminar ul.sem-points li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; background: var(--messing); transform: rotate(45deg); }
.seminar .sem-note { font-size: 13px; color: var(--muted); background: var(--tint); border-left: 3px solid var(--messing); padding: 9px 14px; margin-top: 12px; }
.seminar .sem-cta { margin-top: 14px; display: flex; gap: 10px 18px; flex-wrap: wrap; align-items: center; }
.mini-cta { font-size: 14px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.mini-cta.b2b { color: var(--teal); }
.mini-cta.b2c { color: var(--orange); }
.mini-cta:hover { text-decoration: underline; text-underline-offset: 3px; }
.sem-cta .sep { color: var(--linie); }
@media (max-width: 680px) {
  .seminar { grid-template-columns: 1fr; gap: 10px; }
  .seminar .sem-side { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 8px 14px; }
  .seminar ul.sem-points { columns: 1; }
  .module > summary, .module .mod-body { padding-left: 18px; padding-right: 18px; }
}

/* ---------- Vormerk- / Warteliste-Hinweis ---------- */
.wait-note {
  background: var(--wald); color: #fff; border-left: 6px solid var(--orange);
  padding: 30px 32px; margin-top: 30px;
}
.wait-note .wn-label { font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange); font-weight: 700; margin-bottom: 8px; }
.wait-note h3 { color: #fff; margin: 0 0 8px; font-size: 21px; }
.wait-note p { color: var(--on-dark-soft); font-size: 15.5px; max-width: 72ch; }

/* ---------- Preis-Karten ---------- */
.pricecards { display: grid; gap: 22px; margin-top: 34px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.pricecard { background: #fff; border: 1px solid var(--linie); border-top: 4px solid var(--messing); padding: 30px 28px; display: flex; flex-direction: column; }
.pricecard.is-featured { border-top-color: var(--orange); box-shadow: 0 14px 34px rgba(30,51,40,.12); }
.pricecard .pc-tag { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--messing); font-weight: 700; margin-bottom: 8px; }
.pricecard h3 { margin: 0 0 6px; font-size: 19px; color: var(--wald); }
.pricecard .pc-price { font-size: 34px; font-weight: 700; color: var(--wald); line-height: 1.05; margin: 12px 0 4px; }
.pricecard .pc-price small { display: block; font-size: 13px; font-weight: 400; color: var(--muted); margin-top: 6px; letter-spacing: 0; }
.pricecard .pc-price .pc-from { font-size: 14px; color: var(--muted); font-weight: 600; }
.pricecard p { font-size: 14.5px; color: var(--ink); }
.pricecard ul.checks { margin-top: 10px; }
.pricecard ul.checks li { font-size: 14px; padding-top: 5px; padding-bottom: 5px; }
.pricecard ul.checks li::before, .pricecard ul.checks li::after { top: 10px; width: 15px; height: 15px; }
.pricecard .pc-cta { margin-top: auto; padding-top: 20px; }
.pricecard .pc-cta .btn { width: 100%; text-align: center; }
.price-foot { font-size: 13px; color: var(--muted); margin-top: 18px; }

/* ---------- Mini-Lernpfad-Teaser (Startseite) ---------- */
.path-teaser { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.path-teaser .pt-chip {
  flex: 1 1 180px; background: #fff; border: 1px solid var(--linie); border-top: 3px solid var(--gruen);
  padding: 18px 20px; position: relative;
}
.path-teaser .pt-chip:nth-child(1){ border-top-color: var(--st1);} .path-teaser .pt-chip:nth-child(2){ border-top-color: var(--st2);}
.path-teaser .pt-chip:nth-child(3){ border-top-color: var(--st3);} .path-teaser .pt-chip:nth-child(4){ border-top-color: var(--st4);}
.path-teaser .pt-step { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--messing); font-weight: 700; }
.path-teaser .pt-name { display: block; font-weight: 700; color: var(--wald); font-size: 16px; margin-top: 4px; }
.path-teaser .pt-desc { font-size: 13.5px; color: var(--muted); margin-top: 4px; }

/* ============================================================
   Mobile / Tablet — Hamburger-Menü (Fullscreen-Overlay)
   Erscheint, sobald die Textnavigation 2-zeilig würde (≤1100px).
   Mechanik nach gutberat-Prinzip: eine Klasse body.menu-open
   steuert alles. IDs menuToggle / navOverlay NICHT umbenennen.
   ============================================================ */
.menu-toggle { display: none; }
.nav-overlay { display: none; }
body.menu-open { overflow: hidden; }

@media (max-width: 1100px) {
  /* Textnav weicht dem Hamburger */
  .main-nav { display: none; }

  .menu-toggle {
    display: block; position: relative; width: 46px; height: 46px;
    background: none; border: 0; cursor: pointer; flex-shrink: 0; z-index: 60;
  }
  .menu-toggle .bar {
    position: absolute; left: 10px; width: 26px; height: 2px; background: #fff; border-radius: 2px;
    transition: transform .3s ease, opacity .2s ease, top .3s ease;
  }
  .menu-toggle .bar:nth-child(1) { top: 16px; }
  .menu-toggle .bar:nth-child(2) { top: 23px; }
  .menu-toggle .bar:nth-child(3) { top: 30px; }
  body.menu-open .menu-toggle .bar:nth-child(1) { top: 23px; transform: rotate(45deg); }
  body.menu-open .menu-toggle .bar:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle .bar:nth-child(3) { top: 23px; transform: rotate(-45deg); }

  /* Bei offenem Menü Header oben fixieren, damit das Overlay sauber darunter sitzt */
  body.menu-open .site-header { position: fixed; top: 0; left: 0; right: 0; }

  /* Fullscreen-Overlay – Header (z-index 50) bleibt mit Logo + X sichtbar darüber */
  .nav-overlay {
    display: flex; position: fixed; inset: 0; z-index: 40;
    background: var(--wald);
    align-items: flex-start; justify-content: center; overflow-y: auto;
    opacity: 0; visibility: hidden; transform: scale(1.02);
    transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
  }
  body.menu-open .nav-overlay {
    opacity: 1; visibility: visible; transform: scale(1);
    transition: opacity .35s ease, transform .35s ease, visibility 0s;
  }
  .nav-overlay-inner { width: 100%; text-align: center; padding: 104px 24px 48px; }
  .nav-overlay ul { list-style: none; margin: 0; padding: 0; }
  .nav-overlay li {
    opacity: 0; transform: translateY(16px);
    transition: opacity .45s ease, transform .45s ease;
  }
  body.menu-open .nav-overlay li { opacity: 1; transform: translateY(0); }
  body.menu-open .nav-overlay li:nth-child(1) { transition-delay: .06s; }
  body.menu-open .nav-overlay li:nth-child(2) { transition-delay: .11s; }
  body.menu-open .nav-overlay li:nth-child(3) { transition-delay: .16s; }
  body.menu-open .nav-overlay li:nth-child(4) { transition-delay: .21s; }
  body.menu-open .nav-overlay li:nth-child(5) { transition-delay: .26s; }
  body.menu-open .nav-overlay li:nth-child(6) { transition-delay: .31s; }
  body.menu-open .nav-overlay li:nth-child(7) { transition-delay: .36s; }
  body.menu-open .nav-overlay li:nth-child(8) { transition-delay: .41s; }
  .nav-overlay a {
    display: inline-block; padding: .26em 0; text-decoration: none;
    font-size: clamp(1.45rem, 5.2vw, 2.2rem); font-weight: 700; letter-spacing: .01em;
    color: #fff; transition: color .2s ease;
  }
  .nav-overlay a:hover { color: var(--messing); }
  .nav-overlay a.active { color: var(--messing); }
  .nav-overlay a.nav-cta {
    margin-top: 16px; background: var(--gruen); color: #fff;
    padding: .42em 1.1em; border-radius: var(--radius-btn);
    font-size: clamp(1.15rem, 4.2vw, 1.5rem);
  }
  .nav-overlay a.nav-cta:hover { background: var(--teal); color: #fff; }
}
