/* ============================================================
   OFFLINE HELDEN — Design-System v4 „Warmes Editorial"
   Hochprofessionell + nahbar. Marken-Grün #258057, Fraunces + Inter.
   Aufbau:
   01 Tokens & Reset      05 Hero & Page-Header   09 Spezial-Sektionen
   02 Typografie          06 Karten               10 Formulare & FAQ
   03 Buttons & Badges    07 Stats & Zitate       11 Karte (Leaflet)
   04 Navigation          08 Kinder-Wall & Story  12 Footer, Anim, A11y
   ============================================================ */

/* ---------- 00 · Self-hosted Fonts (DSGVO: keine Google-Server) ---------- */
@font-face {
  font-family: 'Fraunces';
  src: url('assets/fonts/fraunces-latin-vf.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('assets/fonts/fraunces-latin-vf-italic.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter-latin-vf.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- 01 · Tokens & Reset ---------- */
:root {
  /* Farbe */
  --paper: #FAF7EE;
  --paper-2: #F3EDDF;
  --white: #FFFFFF;
  --ink: #1E2A23;
  --ink-2: #44534B;
  --muted: #5F6E66;
  --green: #258057;
  --green-deep: #1B5E40;
  --green-dark: #143C2A;
  --green-night: #0E2C1F;
  --green-light: #2F9D6C;
  --green-soft: #E3F0E9;
  --green-mist: #F0F6F1;
  --gold: #D4A12B;
  --gold-light: #FFC857;
  --gold-deep: #96700F;
  --gold-soft: #FCF3DC;
  --terracotta: #C4663D;
  --line: #E7E0CE;
  --line-soft: #F0EADA;

  /* Form */
  --radius: 14px;
  --radius-lg: 22px;
  --pill: 999px;
  --shadow-sm: 0 2px 10px rgba(38, 50, 40, 0.06);
  --shadow-md: 0 10px 34px rgba(38, 50, 40, 0.11);
  --shadow-lg: 0 24px 64px rgba(20, 40, 28, 0.18);

  /* Typo */
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --fs-display: clamp(2.55rem, 4.6vw + 1rem, 4.35rem);
  --fs-h1: clamp(2.3rem, 3.6vw + 0.6rem, 3.4rem);
  --fs-h2: clamp(1.8rem, 2.4vw + 0.6rem, 2.55rem);
  --fs-h3: 1.34rem;
  --fs-lead: clamp(1.07rem, 0.5vw + 0.95rem, 1.22rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.015rem;
  line-height: 1.72;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; background: var(--paper-2); }
a { color: var(--green); text-decoration: none; }
p a, li a { text-decoration: underline; text-decoration-color: rgba(37,128,87,.35); text-underline-offset: 3px; }
p a:hover, li a:hover { text-decoration-color: var(--green); }
ul { padding-left: 1.2em; }
::selection { background: var(--gold-light); color: var(--green-night); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(68px, 8.5vw, 116px) 0; }
.section-tight { padding: clamp(44px, 5.5vw, 72px) 0; }
.section-paper { background: var(--paper); }
.section-white { background: var(--white); }
.section-mist { background: var(--green-mist); }
.section-dark {
  background: linear-gradient(168deg, var(--green-dark) 0%, var(--green-night) 100%);
  color: rgba(250, 247, 238, 0.92);
}
.section-dark h2, .section-dark h3 { color: var(--paper); }

/* ---------- 02 · Typografie ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 620;
  line-height: 1.14;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 0.5em;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.3; }

.display { font-size: var(--fs-display); line-height: 1.06; font-weight: 640; }

/* Signature: kursives em mit Gold-Marker */
h1 em, h2 em, .display em, .quote-em {
  font-style: italic;
  font-weight: 560;
  color: var(--green-deep);
  background-image: linear-gradient(to top, transparent 8%, rgba(255, 200, 87, 0.42) 8%, rgba(255, 200, 87, 0.42) 38%, transparent 38%);
  padding: 0 0.06em;
}
.section-dark h1 em, .section-dark h2 em, .on-dark em, .on-dark h1 em, .on-dark h2 em,
.benefit-box h1 em, .benefit-box h2 em,
.map-teaser h2 em, .map-teaser em, .cta-dark h2 em {
  color: var(--gold-light);
  background-image: linear-gradient(to top, transparent 8%, rgba(255, 200, 87, 0.17) 8%, rgba(255, 200, 87, 0.17) 38%, transparent 38%);
}

.lead { font-size: var(--fs-lead); line-height: 1.62; color: var(--ink-2); }
.section-dark .lead { color: rgba(250, 247, 238, 0.84); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.76rem; font-weight: 740;
  letter-spacing: 0.17em; text-transform: uppercase;
  color: var(--green);
}
.eyebrow::before {
  content: ""; width: 9px; height: 9px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 3.5px rgba(212, 161, 43, 0.22);
  flex-shrink: 0;
}
.eyebrow.gold { color: var(--gold-deep); }
.eyebrow.light { color: var(--gold-light); }
.eyebrow.light::before { background: var(--gold-light); box-shadow: 0 0 0 3.5px rgba(255, 200, 87, 0.18); }
.eyebrow.center { justify-content: center; width: 100%; }

.section-head { max-width: 780px; margin: 0 auto 54px; text-align: center; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { color: var(--ink-2); font-size: 1.05rem; margin: 0; }
.section-head.left { margin: 0 0 44px; text-align: left; }

.sun-divider { display: flex; justify-content: center; padding: 6px 0 0; color: var(--gold); opacity: 0.85; }
.sun-divider svg { width: 44px; height: 44px; }

/* ---------- 03 · Buttons & Badges ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 27px;
  border-radius: var(--pill);
  border: 1.6px solid transparent;
  font-family: var(--font-body); font-weight: 660; font-size: 0.99rem;
  line-height: 1; cursor: pointer; text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s, color 0.22s;
  white-space: nowrap;
}
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 6px 18px rgba(37, 128, 87, 0.26); }
.btn-primary:hover { background: var(--green-deep); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(27, 94, 64, 0.32); }
.btn-gold { background: var(--gold-light); color: var(--green-night); box-shadow: 0 6px 18px rgba(212, 161, 43, 0.3); }
.btn-gold:hover { background: #FFD470; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(212, 161, 43, 0.38); }
.btn-outline { border-color: rgba(37, 128, 87, 0.45); color: var(--green-deep); background: transparent; }
.btn-outline:hover { background: var(--green-soft); border-color: var(--green); transform: translateY(-2px); }
.btn-light { border-color: rgba(250, 247, 238, 0.45); color: var(--paper); background: transparent; }
.btn-light:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(250, 247, 238, 0.8); }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; }
.btn-arrow { width: 18px; height: 18px; flex-shrink: 0; transition: transform 0.22s ease; }
.btn:hover .btn-arrow { transform: translateX(3px); }

.text-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 680; font-size: 0.97rem; color: var(--green-deep);
}
.text-link svg { width: 17px; height: 17px; transition: transform 0.2s; }
.text-link:hover svg { transform: translateX(3px); }

.badge-foerder {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--green-soft); color: var(--green-deep);
  font-size: 0.78rem; font-weight: 720; letter-spacing: 0.02em;
  padding: 6px 13px; border-radius: var(--pill);
}
.badge-foerder svg { width: 13px; height: 13px; }
.chip {
  display: inline-block; padding: 7px 14px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--pill); font-size: 0.87rem; font-weight: 560; color: var(--ink-2);
}
a.chip { text-decoration: none; transition: border-color 0.18s, color 0.18s, transform 0.18s; }
a.chip:hover { border-color: var(--green); color: var(--green-deep); transform: translateY(-1px); }
.price-chip {
  font-family: var(--font-display); font-weight: 660; font-size: 1.06rem;
  color: var(--green-deep); background: var(--gold-soft);
  padding: 7px 15px; border-radius: var(--pill); white-space: nowrap;
}

/* ---------- 04 · Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 80;
  background: rgba(250, 247, 238, 0.88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(231, 224, 206, 0.7);
  transition: box-shadow 0.25s ease;
}
body.scrolled .nav { box-shadow: 0 4px 24px rgba(38, 50, 40, 0.07); }
.nav-inner {
  display: flex; align-items: center; gap: 26px;
  padding: 15px 28px; max-width: 1280px; margin: 0 auto;
}
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo-mark { width: 40px; height: 40px; border-radius: 10px; box-shadow: 0 3px 10px rgba(20, 60, 42, 0.22); }
.logo-text {
  font-family: var(--font-body); font-weight: 800; font-size: 0.95rem;
  letter-spacing: 0.1em; color: var(--green-dark); line-height: 1.2;
}
.nav-links { display: flex; gap: 4px; margin-left: auto; }
.nav-links a {
  position: relative; padding: 9px 13px;
  font-size: 0.94rem; font-weight: 590; color: var(--ink-2);
  border-radius: 10px; transition: color 0.18s, background 0.18s;
}
.nav-links a:hover { color: var(--green-deep); background: rgba(37, 128, 87, 0.07); }
.nav-links a.active { color: var(--green-deep); font-weight: 700; }
.nav-links a.active::after {
  content: ""; position: absolute; left: 50%; bottom: 1px;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); transform: translateX(-50%);
}
.nav-cta { flex-shrink: 0; padding: 11px 22px; font-size: 0.92rem; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; padding: 10px; cursor: pointer; z-index: 95;
}
/* FIX P1: Bei offenem Menü löst sich der Toggle aus dem Header-Stacking-Context,
   damit das X über dem Overlay liegt und das Menü per Tipp schließbar ist */
body.nav-open .nav-toggle {
  position: fixed; top: 15px; right: 20px; z-index: 96;
}
.nav-toggle span { width: 24px; height: 2.4px; background: var(--green-dark); border-radius: 2px; transition: transform 0.3s, opacity 0.25s, background 0.3s; }
body.nav-open .nav-toggle span { background: var(--paper); }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

/* Mobile: Vollbild-Overlay-Menü */
.nav-overlay {
  position: fixed; inset: 0; z-index: 90;
  background: linear-gradient(165deg, var(--green-dark), var(--green-night));
  display: flex; flex-direction: column; justify-content: center;
  padding: 90px 36px 44px;
  opacity: 0; visibility: hidden; transition: opacity 0.32s ease, visibility 0.32s;
}
body.nav-open .nav-overlay { opacity: 1; visibility: visible; }
body.nav-open { overflow: hidden; }
.nav-overlay a.ov-link {
  font-family: var(--font-display); font-weight: 560; font-style: italic;
  font-size: clamp(1.7rem, 6.6vw, 2.4rem); line-height: 1.5;
  color: var(--paper); opacity: 0; transform: translateY(14px);
  transition: opacity 0.4s ease, transform 0.4s ease, color 0.2s;
}
.nav-overlay a.ov-link:hover, .nav-overlay a.ov-link.active { color: var(--gold-light); }
body.nav-open .nav-overlay a.ov-link { opacity: 1; transform: none; }
.nav-overlay .ov-contact {
  margin-top: 40px; padding-top: 26px;
  border-top: 1px solid rgba(250, 247, 238, 0.16);
  display: flex; flex-direction: column; gap: 8px;
  font-size: 0.95rem; color: rgba(250, 247, 238, 0.72);
}
.nav-overlay .ov-contact a { color: var(--gold-light); font-weight: 620; }

/* ---------- 05 · Hero & Page-Header ---------- */
.hero {
  position: relative; min-height: calc(100vh - 8px);
  display: flex; align-items: center;
  color: var(--paper); overflow: hidden;
  background: radial-gradient(125% 125% at 18% 0%, #155c3d 0%, #0e3a28 52%, #0a2418 100%);
}
/* Digitales Linien-Netz (Canvas) → blendet nach kurzer Zeit in Workshop-Foto über */
.hero-net { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: clamp(30px, 5vw, 60px); }
.hero-text { min-width: 0; }
.hero-photo { position: relative; z-index: 1; opacity: 0; transform: translateY(14px); transition: opacity 1.4s ease, transform 1.4s ease; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.42); aspect-ratio: 4 / 3.2; border: 1px solid rgba(255,255,255,0.12); }
.hero-photo.visible { opacity: 1; transform: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; } .hero-photo { aspect-ratio: 16 / 9; max-height: 300px; } }
/* gestaffelte Text-Einblendung */
.hero-inner .eyebrow, .hero-inner h1, .hero-inner .lead, .hero-inner .hero-ctas {
  opacity: 0; transform: translateY(20px); animation: heroIn 0.85s cubic-bezier(.2,.7,.3,1) forwards;
}
.hero-inner h1 { animation-delay: .12s; }
.hero-inner .lead { animation-delay: .24s; }
.hero-inner .hero-ctas { animation-delay: .36s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero-aurora .aurora { animation: none; }
  .hero-inner .eyebrow, .hero-inner h1, .hero-inner .lead, .hero-inner .hero-ctas { animation: none; opacity: 1; transform: none; }
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding: clamp(20px, 3vh, 40px) 0 calc(clamp(20px, 3vh, 40px) + 100px); }
.hero h1 { color: #fff; margin: 0; text-wrap: balance; }
.hero-head { margin-bottom: clamp(22px, 3vw, 40px); }
.hero-head .eyebrow { margin-bottom: clamp(16px, 2vw, 24px); }
.hero-h1 { font-size: clamp(2.55rem, 6.4vw, 5.3rem); line-height: 1.04; letter-spacing: -0.01em; }
.hero-claim2 { font-size: clamp(1.85rem, 4.2vw, 3.3rem); line-height: 1.12; margin: 0 0 24px; color: #fff; }
.hero-claim2 em { font-style: italic; color: var(--gold-light); background-image: linear-gradient(to top, transparent 8%, rgba(255, 200, 87, 0.2) 8%, rgba(255, 200, 87, 0.2) 38%, transparent 38%); }
.hero h1 em { color: var(--gold-light); background-image: linear-gradient(to top, transparent 8%, rgba(255, 200, 87, 0.2) 8%, rgba(255, 200, 87, 0.2) 38%, transparent 38%); }
.hero .lead { max-width: 52ch; color: rgba(250, 247, 238, 0.88); margin: 0 0 34px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hügel-Übergang (Logo-Motiv) am Hero-Ende */
.hero-hills {
  position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3;
  width: 100%; height: clamp(46px, 8vw, 110px); display: block;
}

/* Trust-Leiste unter dem Hero */
.hero-trust {
  position: relative; z-index: 4;
  margin-top: clamp(-64px, -5vw, -40px);
  padding-bottom: 8px;
}
.hero-trust-inner {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 26px clamp(18px, 3vw, 44px);
}
.hero-trust-item { text-align: center; padding: 6px 14px; position: relative; }
.hero-trust-item + .hero-trust-item::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 56%; background: var(--line);
}
.hero-trust-item strong {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem); color: var(--green-deep); line-height: 1.1;
}
.hero-trust-item strong sup { font-size: 0.55em; color: var(--gold-deep); }
.hero-trust-item span { font-size: 0.82rem; color: var(--muted); font-weight: 560; }

/* Unterseiten-Header */
.page-header {
  position: relative;
  padding: clamp(64px, 8vw, 104px) 0 clamp(44px, 5.5vw, 72px);
  background:
    radial-gradient(640px 320px at 88% -10%, rgba(255, 200, 87, 0.13), transparent 64%),
    var(--paper);
  border-bottom: 1px solid var(--line-soft);
}
.page-header h1 { max-width: 19ch; margin: 18px 0 16px; text-wrap: balance; }
.page-header .lead { max-width: 56ch; margin: 0; }
.breadcrumb { display: flex; align-items: center; gap: 9px; font-size: 0.85rem; color: var(--muted); font-weight: 560; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb svg { width: 13px; height: 13px; opacity: 0.6; }
.breadcrumb span { color: var(--green-deep); font-weight: 650; }

/* ---------- 06 · Karten ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: #DCD4BE; }
/* Karten in Rastern auf gleiche Höhe ziehen */
.grid-2 > .card, .grid-3 > .card { height: 100%; }

/* Zielgruppen-Karte (Start) */
.audience-card { display: flex; flex-direction: column; }
.audience-card .ac-img { aspect-ratio: 16/10; overflow: hidden; }
.audience-card .ac-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.audience-card:hover .ac-img img { transform: scale(1.045); }
.audience-card .ac-body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.ac-kicker { font-size: 0.74rem; font-weight: 740; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 10px; }
.audience-card h3 { margin-bottom: 10px; }
.audience-card p { color: var(--ink-2); font-size: 0.97rem; margin: 0 0 18px; flex: 1; }

/* Workshop-Karte */
.ws-card { display: flex; flex-direction: column; padding: 28px 30px 26px; }
.ws-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; margin-bottom: 6px; }
.ws-card h3 { margin: 0; }
.ws-situation {
  font-family: var(--font-display); font-style: italic; font-size: 1.01rem;
  color: var(--green-deep); line-height: 1.5; margin: 10px 0 14px;
}
.ws-card ul { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 9px; }
.ws-card ul li { position: relative; padding-left: 24px; font-size: 0.94rem; color: var(--ink-2); line-height: 1.5; }
.ws-card ul li::before {
  content: ""; position: absolute; left: 1px; top: 8px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); opacity: 0.85;
}
.ws-meta {
  display: flex; flex-wrap: wrap; gap: 8px 18px;
  padding-top: 16px; margin-top: auto;
  border-top: 1px solid var(--line-soft);
  font-size: 0.86rem; color: var(--muted); font-weight: 560;
}
.ws-meta span { display: inline-flex; align-items: center; gap: 7px; }
.ws-meta svg { width: 15px; height: 15px; color: var(--green); }
.ws-card-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 18px; flex-wrap: wrap; }

/* Modellprojekt-Karte */
.modell-card { border-top: 4px solid var(--green); display: flex; flex-direction: column; }
.modell-card-head { padding: 26px 28px 18px; border-bottom: 1px solid var(--line-soft); }
.modell-card-funder {
  display: inline-block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 740; color: var(--green-deep); background: var(--green-soft);
  padding: 5px 12px; border-radius: var(--pill); margin-bottom: 12px;
}
.modell-card-head h3 { font-size: 1.38rem; margin: 0 0 4px; }
.modell-card-sub { color: var(--muted); font-size: 0.92rem; margin: 0; font-style: italic; }
.modell-card-facts { list-style: none; margin: 0; padding: 22px 28px 8px; display: grid; gap: 13px; }
.modell-card-facts li { position: relative; padding-left: 26px; color: var(--ink-2); font-size: 0.96rem; line-height: 1.52; }
.modell-card-facts li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 4px rgba(212, 161, 43, 0.16);
}
.modell-card-facts li strong { color: var(--ink); }
.modell-card-note { margin: 6px 0 0; padding: 14px 28px 26px; color: var(--muted); font-size: 0.89rem; line-height: 1.55; }

/* Partner-Karte */
.partner-card { display: flex; flex-direction: column; }
.partner-card-logo {
  height: 116px; background: var(--white);
  display: flex; align-items: center; justify-content: center;
  padding: 22px; border-bottom: 1px solid var(--line-soft);
}
.partner-card-logo img { max-height: 68px; max-width: 78%; width: auto; object-fit: contain; background: transparent; }
.partner-card-logo .text-logo { font-family: var(--font-body); font-weight: 880; font-size: 1.85rem; letter-spacing: -0.02em; }
.partner-card-body { padding: 22px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.partner-card-tag { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 740; color: var(--gold-deep); margin-bottom: 8px; }
.partner-card-tag.green { color: var(--green); }
.partner-card h3 { font-size: 1.22rem; margin: 0 0 8px; }
.partner-card p { color: var(--ink-2); font-size: 0.94rem; margin: 0; flex: 1; }

/* Studien-Karte */
.studie-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.studie-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 8px; }
.studie-card-source { font-size: 0.72rem; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 740; color: var(--gold-deep); }
.studie-card-value { font-family: var(--font-display); font-weight: 700; font-size: 2.45rem; color: var(--green-deep); line-height: 1; }
.studie-card-label { font-size: 0.92rem; color: var(--ink-2); line-height: 1.55; flex: 1; }
.studie-card-cite { font-size: 0.78rem; color: var(--muted); border-top: 1px solid var(--line-soft); padding-top: 10px; }

/* Hilfe-/Bridge-Karten */
.help-card { padding: 30px 30px 32px; }
.help-card .hc-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--green-soft); color: var(--green-deep);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.help-card .hc-icon svg { width: 25px; height: 25px; }
.help-card h3 { margin-bottom: 8px; }
.help-card p { color: var(--ink-2); font-size: 0.96rem; margin: 0 0 16px; }

/* Referenz-Schul-Liste */
.refs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ref {
  display: flex; align-items: center; gap: 13px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 15px 17px;
}
.ref-icon { flex-shrink: 0; width: 38px; height: 38px; border-radius: 11px; background: var(--green-soft); color: var(--green-deep); display: flex; align-items: center; justify-content: center; }
.ref-icon svg { width: 19px; height: 19px; }
.ref-text strong { display: block; font-size: 0.9rem; line-height: 1.3; }
.ref-text span { font-size: 0.78rem; color: var(--muted); }

/* ---------- 07 · Stats, Zitate, Logo-Wall ---------- */
.stat-band { padding: clamp(52px, 6vw, 80px) 0; }
.stat-band-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-item { text-align: center; padding: 10px 16px; position: relative; }
.stat-item + .stat-item::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 64%; background: var(--line);
}
.section-dark .stat-item + .stat-item::before { background: rgba(250, 247, 238, 0.14); }
.stat-item strong {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.1rem, 4vw, 3.1rem); line-height: 1.08; color: var(--green-deep);
}
.section-dark .stat-item strong { color: var(--gold-light); }
.stat-item strong sup { font-size: 0.5em; color: var(--gold-deep); }
.section-dark .stat-item strong sup { color: rgba(255, 200, 87, 0.75); }
.stat-item strong small { font-size: 0.46em; font-weight: 620; color: var(--muted); }
.section-dark .stat-item strong small { color: rgba(250, 247, 238, 0.6); }
.stat-item span { display: block; margin-top: 6px; font-size: 0.86rem; color: var(--muted); font-weight: 560; }
.section-dark .stat-item span { color: rgba(250, 247, 238, 0.68); }
.stat-band-deck { text-align: center; max-width: 56em; margin: 36px auto 0; font-size: 0.93rem; color: var(--muted); }
.section-dark .stat-band-deck { color: rgba(250, 247, 238, 0.62); }

/* Großes Bühnen-Zitat */
.quote-stage {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--green-deep), var(--green-night));
  color: #fff; border-radius: var(--radius-lg);
  padding: clamp(44px, 6vw, 76px) clamp(28px, 6vw, 80px);
  text-align: center;
}
.quote-stage::after {
  content: ""; position: absolute; top: -42%; right: -8%;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 200, 87, 0.16), transparent 68%);
}
.quote-stage p {
  position: relative; font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.35rem, 2.7vw, 2.05rem); line-height: 1.38;
  margin: 0 auto 20px; max-width: 24ch; color: #fff;
}
.quote-stage .hl { color: var(--gold-light); font-style: normal; }
.quote-stage cite { position: relative; font-style: normal; color: var(--gold-light); font-size: 0.94rem; font-weight: 640; letter-spacing: 0.03em; }

/* ---------- Zeitstrahl (Geschichte) ---------- */
.tl-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(28px, 5vw, 60px); align-items: start; max-width: 980px; margin: 0 auto; }
.tl-media { position: sticky; top: 96px; }
.tl-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); display: block; }
.timeline { position: relative; max-width: 760px; margin: 0 auto; }
.timeline::before { content: ""; position: absolute; left: 15px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(to bottom, var(--green), rgba(37,128,87,0.2)); }
.tl-item { position: relative; padding: 0 0 clamp(18px, 2.4vw, 28px) 56px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: 9px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: var(--gold-light); border: 3px solid var(--green); box-sizing: border-box; }
.tl-year { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: var(--green); margin-bottom: 3px; }
.tl-item h3 { margin: 2px 0 6px; font-size: 1.16rem; }
.tl-item p { margin: 0; color: var(--ink-2); font-size: 0.97rem; line-height: 1.6; }
@media (max-width: 860px) { .tl-wrap { grid-template-columns: 1fr; } .tl-media { position: static; max-width: 260px; margin: 0 auto 10px; } }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 28px 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.22s, box-shadow 0.22s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-card.featured { border-top: 4px solid var(--gold); }
.star-row { color: var(--gold); font-size: 0.92rem; letter-spacing: 3px; }
.testimonial-card p { margin: 0; font-size: 0.99rem; line-height: 1.6; color: var(--ink); flex: 1; }
.testimonial-card cite { font-style: normal; font-size: 0.85rem; color: var(--muted); line-height: 1.45; }
.testimonial-card cite strong { display: block; color: var(--ink); font-size: 0.92rem; }

/* Logo-Wall (typografische Plates, lizenzsicher) */
.logo-wall {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: visible;
}
.logo-wall.cols-4 { grid-template-columns: repeat(4, 1fr); max-width: 860px; margin-left: auto; margin-right: auto; }
.logo-plate {
  background: var(--white); min-height: 94px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 18px 14px; text-align: center; color: var(--ink);
  filter: grayscale(1); opacity: 0.6;
  transition: opacity 0.2s, filter 0.2s, transform 0.2s;
}
.logo-plate:hover { opacity: 1; filter: grayscale(0); transform: translateY(-2px); }
.logo-plate span { line-height: 1.08; }
.lp-serif { font-family: var(--font-display); font-weight: 700; }
.lp-sans { font-family: var(--font-body); font-weight: 800; letter-spacing: -0.01em; }
.lp-up { text-transform: uppercase; letter-spacing: 0.08em; }
.lp-italic { font-style: italic; }
.lp-lower { text-transform: lowercase; }
.logo-plate .lp-xl { font-size: 1.5rem; }
.logo-plate .lp-lg { font-size: 1.26rem; }
.logo-plate .lp-md { font-size: 1.06rem; }
.logo-plate small { font-size: 0.6rem; font-weight: 640; letter-spacing: 0.13em; opacity: 0.7; margin-top: 5px; text-transform: uppercase; }

/* Vertrauens-Stufen-Kopf */
.cred-tier-head { display: flex; align-items: center; gap: 17px; margin-bottom: 30px; }
.cred-tier-num {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%;
  background: var(--green); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
}
.cred-tier-head h2 { margin: 0; font-size: clamp(1.45rem, 2.6vw, 2rem); }
.cred-tier-head p { margin: 3px 0 0; color: var(--muted); font-size: 0.95rem; }

/* ---------- 08 · Story, Kinder-Wall, Team ---------- */
.split { display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.split.media-right { grid-template-columns: 1.08fr 1fr; }
.split-media { position: relative; }
.split-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.split-media .media-badge {
  position: absolute; left: 18px; bottom: 18px;
  background: rgba(14, 44, 31, 0.82); color: var(--paper);
  backdrop-filter: blur(6px);
  font-size: 0.82rem; font-weight: 620; padding: 8px 15px; border-radius: var(--pill);
}

.story-block { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.story-portrait { position: relative; }
.story-portrait img {
  width: 100%; border-radius: var(--radius-lg);
  border: 8px solid var(--white); box-shadow: var(--shadow-md);
}
.story-pull {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.18rem, 1.9vw, 1.5rem); line-height: 1.45;
  color: var(--green-deep);
  border-left: 3px solid var(--gold); padding-left: 22px; margin: 0 0 22px;
}
.story-text p { color: var(--ink-2); }
.story-credentials {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-top: 24px; padding: 18px 22px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
}
.story-credentials img { max-height: 54px; width: auto; background: transparent; }
.story-credentials-list { flex: 1; min-width: 220px; font-size: 0.84rem; color: var(--muted); line-height: 1.55; }
.story-credentials-list strong { display: block; color: var(--ink); font-size: 0.92rem; margin-bottom: 2px; }

/* Kinder-Wall — das Herz */
.kinder-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(18px, 3vw, 34px); }
.polaroid {
  background: var(--white); padding: 10px 10px 18px;
  border-radius: 6px; box-shadow: var(--shadow-md);
  width: min(250px, 56vw); position: relative;
  transition: transform 0.25s ease;
}
.polaroid img { border-radius: 3px; }
.polaroid::before {
  content: ""; position: absolute; top: -13px; left: 50%;
  width: 92px; height: 27px; transform: translateX(-50%) rotate(-3.5deg);
  background: rgba(255, 200, 87, 0.55); border-radius: 2px;
  box-shadow: 0 1px 3px rgba(20, 40, 28, 0.12);
}
.kinder-wall .polaroid:nth-child(odd) { transform: rotate(-2.2deg); }
.kinder-wall .polaroid:nth-child(even) { transform: rotate(1.8deg) translateY(10px); }
.kinder-wall .polaroid:hover { transform: rotate(0deg) scale(1.04); z-index: 2; }
.polaroid figcaption {
  font-family: var(--font-display); font-style: italic;
  text-align: center; font-size: 0.88rem; color: var(--ink-2); padding-top: 10px;
}

/* Team */
.team-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(22px, 4vw, 44px); }
.team-member { text-align: center; width: 176px; }
.team-member img {
  width: 164px; height: 164px; border-radius: 50%; object-fit: cover;
  margin: 0 auto 14px; border: 2px solid #8a8a8a; box-shadow: 0 6px 16px rgba(0,0,0,0.10);
  background: var(--paper-2);
}
.team-member strong { display: block; font-size: 0.96rem; }
.team-member span { font-size: 0.82rem; color: var(--muted); }
/* Leuchtturm-Zusatzkarten + Messen-Kacheln */
.lt-extra-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 22px); margin-top: 22px; }
.lt-card { padding: 24px 24px 22px; }
.lt-card h3 { margin: 0 0 4px; font-size: 1.05rem; }
.lt-card .modell-card-sub { margin: 0 0 10px; font-size: 0.82rem; color: var(--gold-deep, #b8860b); font-weight: 700; }
.lt-card p:last-child { margin: 0; color: var(--ink-2); font-size: 0.94rem; line-height: 1.55; }
@media (max-width: 820px) { .lt-extra-grid { grid-template-columns: 1fr; } }
.messe-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.messe-pill { background: var(--white, #fff); border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 14px 20px; text-align: center; box-shadow: 0 4px 14px rgba(0,0,0,0.05); min-width: 158px; }
.messe-pill strong { display: block; font-size: 0.96rem; color: var(--ink); }
.messe-pill span { font-size: 0.8rem; color: var(--muted); }
/* Regionalpresse-Karten (Referenzen) */
.press-region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.press-region-card { display: block; background: var(--white, #fff); border: 1px solid rgba(0,0,0,0.08); border-radius: 14px; padding: 22px 22px 20px; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,0.05); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.press-region-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.10); border-color: var(--green, #258057); }
.prc-medium { display: block; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-deep, #b8860b); font-weight: 700; margin-bottom: 8px; }
.prc-title { display: block; font-size: 1rem; line-height: 1.4; color: var(--ink); margin-bottom: 12px; }
.press-region-card:hover .prc-title { color: var(--green-deep, #1a5c3d); }
.prc-meta { display: block; font-size: 0.82rem; color: var(--muted); }
@media (max-width: 820px) { .press-region-grid { grid-template-columns: 1fr; } }
/* Aufklappbarer „Mehr Berichte"-Bereich */
.press-region-more { margin-top: 20px; text-align: center; }
.press-region-more > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border: 1.5px solid var(--green, #258057); color: var(--green-deep, #1a5c3d); border-radius: 999px; font-weight: 700; font-size: 0.95rem; transition: background .15s ease; }
.press-region-more > summary::-webkit-details-marker { display: none; }
.press-region-more > summary::marker { content: ""; }
.press-region-more > summary:hover { background: var(--green-soft, #e3f0e9); }
.press-region-more[open] .rm-more { display: none; }
.press-region-more:not([open]) .rm-less { display: none; }
.press-region-more .press-region-grid { margin-top: 22px; text-align: left; }
.team-avatar { width: 164px; height: 164px; border-radius: 50%; margin: 0 auto 14px; border: 2px solid #8a8a8a; box-shadow: 0 6px 16px rgba(0,0,0,0.10); background: var(--green-soft, #e3f0e9); color: var(--green-deep, #1a5c3d); display: flex; align-items: center; justify-content: center; font-family: var(--font-display, 'Fraunces', serif); font-weight: 700; font-size: 2.6rem; letter-spacing: 0.02em; }

/* Prozess-Schritte */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 26px 26px; }
.step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold-soft); color: var(--gold-deep);
  font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.step h3 { font-size: 1.12rem; margin-bottom: 7px; }
.step p { font-size: 0.92rem; color: var(--ink-2); margin: 0; }

/* Nutzen-Box (dunkel, 2-spaltig) */
.benefit-box {
  background: linear-gradient(150deg, var(--green-deep), var(--green-dark));
  color: #fff; border-radius: var(--radius-lg);
  padding: clamp(30px, 4.6vw, 54px);
  display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(26px, 4vw, 48px); align-items: center;
}
.benefit-box h2 { color: #fff; margin: 12px 0 0; }
.checkliste { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.checkliste li { display: flex; gap: 13px; align-items: flex-start; font-size: 0.97rem; line-height: 1.55; }
.checkliste li svg { flex-shrink: 0; width: 21px; height: 21px; margin-top: 2px; color: var(--green); }
.benefit-box .checkliste li { color: rgba(255, 255, 255, 0.92); padding-bottom: 13px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.benefit-box .checkliste li:last-child { border-bottom: 0; padding-bottom: 0; }
.benefit-box .checkliste li svg { color: var(--gold-light); }
.benefit-box .checkliste li strong { color: #fff; }

/* ---------- 09 · Spezial-Sektionen ---------- */
/* Dunkle CTA-Sektion */
.cta-dark { text-align: center; position: relative; overflow: hidden; }
.cta-dark::before {
  content: ""; position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 200, 87, 0.1), transparent 65%);
}
.cta-dark .container { position: relative; }
.cta-dark h2 { color: var(--paper); max-width: 24ch; margin: 18px auto 18px; }
.cta-dark p { color: rgba(250, 247, 238, 0.78); max-width: 44em; margin: 0 auto 36px; }

/* Featured-Workshop / großes Split-Feature */
.feature-banner {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  display: grid; grid-template-columns: 0.8fr 1.2fr;
  box-shadow: var(--shadow-sm);
}
.feature-banner-reverse { grid-template-columns: 1.2fr 0.8fr; }
.fb-factpanel { background: var(--ink, #1c2b22); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 3.5vw, 48px); }
.fb-factpanel .fp-eyebrow { font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-light, #FFD98A); font-weight: 700; }
.fb-factpanel .fp-stat { display: flex; align-items: baseline; gap: 12px; margin: 14px 0 20px; }
.fb-factpanel .fp-stat strong { font-family: var(--font-display, 'Fraunces', serif); font-size: clamp(2.8rem, 5vw, 3.6rem); line-height: 1; color: var(--gold-light, #FFD98A); }
.fb-factpanel .fp-stat span { font-size: 0.95rem; line-height: 1.3; color: rgba(255,255,255,0.88); }
.fb-factpanel .fp-stat small { color: rgba(255,255,255,0.6); font-size: 0.82rem; }
.fb-factpanel .fp-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.fb-factpanel .fp-list li { font-size: 0.96rem; color: rgba(255,255,255,0.92); padding-left: 20px; position: relative; }
.fb-factpanel .fp-list li::before { content: "→"; position: absolute; left: 0; color: var(--gold-light, #FFD98A); }
.feature-banner .fb-img { position: relative; min-height: 300px; }
.feature-banner .fb-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-banner .fb-badge {
  position: absolute; top: 18px; left: 18px;
  background: var(--gold-light); color: var(--green-night);
  font-size: 0.8rem; font-weight: 740; padding: 8px 15px; border-radius: var(--pill);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.feature-banner .fb-body { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; }
.feature-banner.logo-frame-mode .fb-img { display: flex; align-items: center; justify-content: center; padding: 48px 36px; min-height: 300px; background: var(--white); border-right: 1px solid var(--line-soft); }
.feature-banner.logo-frame-mode .fb-img img { position: static; width: auto; height: auto; max-width: 300px; max-height: 200px; object-fit: contain; background: transparent; }

/* Pressestreifen-Bild */
.press-strip-img { margin: 0 auto; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); padding: 14px; }

/* Map */
.map-container { position: relative; height: clamp(440px, 62vh, 620px); }
#oh-map { position: absolute; inset: 0; z-index: 1; }
.map-overlay {
  position: absolute; top: 22px; left: 22px; z-index: 2;
  background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 20px 24px; max-width: 280px; box-shadow: var(--shadow-md);
}
.map-overlay h3 { font-size: 1.1rem; margin-bottom: 5px; }
.map-overlay p { font-size: 0.86rem; color: var(--ink-2); margin: 0 0 10px; }
.map-overlay strong { font-family: var(--font-display); font-size: 1.5rem; color: var(--green-deep); }
.map-legend {
  position: absolute; bottom: 22px; left: 22px; z-index: 2;
  background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 13px 17px; box-shadow: var(--shadow-sm);
}
.map-legend ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; font-size: 0.82rem; color: var(--ink-2); }
.map-legend .dot { display: inline-block; width: 11px; height: 11px; border-radius: 50%; margin-right: 8px; vertical-align: -1px; }
.oh-pin {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--green); border: 2.5px solid #fff;
  box-shadow: 0 2px 8px rgba(20, 40, 28, 0.35);
}
.oh-pin.pin-fachtag { background: var(--gold); }
.oh-pin.pin-keynote { background: var(--terracotta); }
.leaflet-popup-content { font-family: var(--font-body); font-size: 0.88rem; line-height: 1.45; }
.leaflet-popup-content strong { display: block; color: var(--green-deep); }
.leaflet-popup-content span { color: var(--muted); font-size: 0.8rem; }

/* Map-Teaser (Start) */
.map-teaser {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  min-height: 380px; display: flex; align-items: center;
  background: linear-gradient(150deg, var(--green-deep), var(--green-night));
}
.map-teaser-art { position: absolute; inset: 0; opacity: 0.35; }
.map-teaser-content { position: relative; z-index: 2; padding: clamp(32px, 5vw, 64px); max-width: 560px; }
.map-teaser-content h2 { color: var(--paper); }
.map-teaser-content p { color: rgba(250, 247, 238, 0.82); margin-bottom: 26px; }

/* ---------- 10 · Formulare & FAQ ---------- */
.anfrage-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; min-width: 0; }
.anfrage-form label { display: block; font-weight: 640; font-size: 0.9rem; margin-bottom: 7px; color: var(--ink); min-width: 0; }
.anfrage-form input, .anfrage-form select, .anfrage-form textarea {
  width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box;
  padding: 13px 16px;
  font-family: var(--font-body); font-size: 0.98rem; color: var(--ink);
  background: var(--white); border: 1.6px solid var(--line); border-radius: 12px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.anfrage-form input:focus, .anfrage-form select:focus, .anfrage-form textarea:focus {
  outline: none; border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(37, 128, 87, 0.14);
}
.anfrage-form textarea { resize: vertical; min-height: 130px; }
.form-hint { font-size: 0.83rem; color: var(--muted); margin: -6px 0 0; }
.form-sent {
  display: none; background: var(--green-soft); color: var(--green-deep);
  border: 1px solid rgba(37, 128, 87, 0.25); border-radius: var(--radius);
  padding: 16px 20px; font-size: 0.95rem; font-weight: 560;
}
.form-sent.visible { display: block; }

/* FAQ — natives details-Akkordeon */
.faq-list { display: grid; gap: 14px; }
.faq-item {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item[open] { border-color: rgba(37, 128, 87, 0.4); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 19px 56px 19px 24px; position: relative;
  font-weight: 660; font-size: 1.02rem; line-height: 1.45; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; position: absolute; right: 22px; top: 50%;
  width: 12px; height: 12px; transform: translateY(-50%);
  background:
    linear-gradient(var(--green), var(--green)) center/12px 2px no-repeat,
    linear-gradient(var(--green), var(--green)) center/2px 12px no-repeat;
  transition: transform 0.25s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item[open] summary { color: var(--green-deep); }
.faq-a { padding: 0 24px 22px; color: var(--ink-2); font-size: 0.97rem; }
.faq-a p { margin: 0 0 10px; }
.faq-a p:last-child { margin: 0; }
.faq-cat { margin: 38px 0 16px; font-family: var(--font-display); font-size: 1.3rem; }
.faq-cat:first-of-type { margin-top: 0; }

/* Kontakt-Infokarten */
.kontakt-aside { display: grid; gap: 18px; align-content: start; }
.kontakt-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 26px; }
.kontakt-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.kontakt-card p { font-size: 0.93rem; color: var(--ink-2); margin: 0 0 8px; }
.kontakt-card a.big { font-size: 1.06rem; font-weight: 700; color: var(--green-deep); display: inline-flex; align-items: center; gap: 9px; }
.kontakt-card a.big svg { width: 18px; height: 18px; }

/* ---------- 11 · Scroll-Komfort ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 100;
  height: 3px; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.back-to-top {
  position: fixed; right: 22px; bottom: 24px; z-index: 70;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--white); border: 1px solid var(--line);
  color: var(--green-deep); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--green-soft); }
.back-to-top svg { width: 21px; height: 21px; }

.mobile-cta {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 75;
  padding: 11px 16px calc(11px + env(safe-area-inset-bottom, 0px));
  gap: 10px;
  background: rgba(250, 247, 238, 0.95);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(38, 50, 40, 0.09);
  transform: translateY(110%); transition: transform 0.3s ease;
}
.mobile-cta-call {
  flex-shrink: 0; width: 50px;
  display: flex; align-items: center; justify-content: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--pill);
  color: var(--green-deep);
}
.mobile-cta-call svg { width: 21px; height: 21px; }
.mobile-cta-main {
  flex: 1; display: flex; align-items: center; justify-content: center;
  background: var(--green); color: #fff;
  border-radius: var(--pill); padding: 14px;
  font-weight: 700; font-size: 0.99rem;
  box-shadow: 0 8px 20px rgba(37, 128, 87, 0.3);
}

/* ---------- 12 · Footer ---------- */
.footer {
  background: linear-gradient(170deg, var(--green-dark), var(--green-night));
  color: rgba(250, 247, 238, 0.8);
  padding: clamp(56px, 7vw, 88px) 0 0;
}
.footer-inner {
  display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: clamp(30px, 4vw, 56px);
  padding-bottom: 48px;
}
.footer-wordmark { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.footer-wordmark-mark { width: 46px; height: 46px; border-radius: 11px; }
.footer-wordmark-text { line-height: 1.15; }
.footer-wordmark-eyebrow { display: block; font-family: var(--font-display); font-style: italic; font-size: 0.86rem; color: var(--gold-light); }
.footer-wordmark-name { display: block; font-weight: 800; letter-spacing: 0.1em; font-size: 1.02rem; color: var(--paper); }
.footer-brand p { font-size: 0.93rem; line-height: 1.65; margin: 0 0 18px; }
.footer-brand a { color: var(--gold-light); }
.footer-contact { display: grid; gap: 9px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; color: rgba(250, 247, 238, 0.85); font-size: 0.93rem; font-weight: 560; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-contact svg { width: 17px; height: 17px; opacity: 0.75; }
.footer-col h5 {
  font-family: var(--font-body); font-size: 0.76rem; font-weight: 740;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-light); margin: 4px 0 16px;
}
.footer-col a { display: block; padding: 5px 0; color: rgba(250, 247, 238, 0.78); font-size: 0.94rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 22px 28px; max-width: 1180px; margin: 0 auto;
  border-top: 1px solid rgba(250, 247, 238, 0.13);
  font-size: 0.84rem; color: rgba(250, 247, 238, 0.55);
}
.footer-bottom a { color: rgba(250, 247, 238, 0.75); }
.footer-bottom a:hover { color: var(--gold-light); }

/* ---------- Leitlinien-Dokument-Mock (medienleitlinien.html) ---------- */
.doc-mock {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  padding: 28px 30px 22px; position: relative; max-width: 460px;
}
.doc-mock-badge {
  position: absolute; top: -14px; right: 22px;
  background: var(--gold-light); color: var(--green-night);
  font-size: 0.78rem; font-weight: 740; padding: 7px 14px;
  border-radius: var(--pill); box-shadow: 0 4px 12px rgba(212,161,43,0.35);
}
.doc-mock-head { padding-bottom: 14px; border-bottom: 2px solid var(--ink); margin-bottom: 4px; }
.doc-mock-head strong { display: block; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-deep); }
.doc-mock-head span { font-size: 0.8rem; color: var(--muted); }
.doc-row { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px dashed var(--line); align-items: flex-start; }
.doc-row:last-of-type { border-bottom: 0; }
.doc-row-icon {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: var(--green-soft); color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
}
.doc-row-icon svg { width: 18px; height: 18px; }
.doc-row strong { display: block; font-size: 0.95rem; margin-bottom: 2px; }
.doc-row p { margin: 0; font-size: 0.86rem; color: var(--ink-2); line-height: 1.5; }
.doc-mock-foot { margin: 6px 0 0; padding-top: 12px; border-top: 1px dashed var(--line); font-family: var(--font-display); font-style: italic; font-size: 0.86rem; color: var(--muted); text-align: center; }

/* ---------- Medien-Check (medien-check.html) ---------- */
#check-tool {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  padding: clamp(24px, 4.5vw, 44px); max-width: 780px; margin: 0 auto;
}
.sc-top { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 0.76rem; font-weight: 740; letter-spacing: 0.13em; text-transform: uppercase; }
.sc-step { color: var(--green-deep); }
.sc-dim { color: var(--gold-deep); }
.sc-bar { height: 6px; background: var(--paper-2); border-radius: var(--pill); margin: 14px 0 24px; overflow: hidden; }
.sc-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--green), var(--green-light)); transition: width 0.3s ease; }
.sc-q h2 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); margin: 0 0 18px; outline: none; }
.sc-options { border: 0; padding: 0; margin: 0; display: grid; gap: 10px; }
.sc-opt { position: relative; }
.sc-opt input { position: absolute; opacity: 0; pointer-events: none; }
.sc-opt label {
  display: block; padding: 14px 18px;
  border: 1.6px solid var(--line); border-radius: 13px;
  cursor: pointer; font-size: 0.97rem; color: var(--ink-2); line-height: 1.5;
  transition: border-color 0.16s, background 0.16s, transform 0.16s;
}
.sc-opt label:hover { border-color: var(--green-light); transform: translateY(-1px); }
.sc-opt input:checked + label { border-color: var(--green); background: var(--green-soft); color: var(--ink); font-weight: 620; }
.sc-opt input:focus-visible + label { outline: 3px solid var(--gold); outline-offset: 2px; }
.sc-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.sc-back { border: 1.6px solid var(--line); color: var(--muted); background: var(--white); }
.sc-back:hover { border-color: var(--ink-2); color: var(--ink); }
.btn[disabled] { opacity: 0.45; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.sc-scorehead { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 20px; }
.sc-gauge {
  width: 100px; height: 100px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: conic-gradient(var(--green) calc(var(--p) * 1%), var(--paper-2) 0);
}
.sc-gauge b {
  width: 74px; height: 74px; border-radius: 50%; background: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.45rem; line-height: 1; color: var(--green-deep);
}
.sc-gauge b small { font-family: var(--font-body); font-size: 0.58rem; font-weight: 640; color: var(--muted); margin-top: 4px; letter-spacing: 0.04em; }
.sc-gauge.g-mid { background: conic-gradient(var(--gold) calc(var(--p) * 1%), var(--paper-2) 0); }
.sc-gauge.g-mid b { color: var(--gold-deep); }
.sc-gauge.g-low { background: conic-gradient(var(--terracotta) calc(var(--p) * 1%), var(--paper-2) 0); }
.sc-gauge.g-low b { color: var(--terracotta); }
.sc-tier { font-size: clamp(1.25rem, 2.4vw, 1.62rem); margin: 0 0 6px; outline: none; }
.sc-hebel { margin: 14px 0 0; display: flex; flex-direction: column; gap: 9px; }
.sc-hebel a {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  border: 1px solid var(--line); border-radius: 13px; padding: 13px 17px;
  color: var(--ink); font-size: 0.94rem; line-height: 1.45;
  transition: border-color 0.16s, transform 0.16s;
}
.sc-hebel a:hover { border-color: var(--green); transform: translateX(3px); }
.sc-hebel a strong { display: block; font-weight: 680; }
.sc-hebel a span { color: var(--muted); font-size: 0.86rem; }
.sc-hebel a svg { flex: none; width: 18px; height: 18px; color: var(--green-deep); }
.sc-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.sc-note { font-size: 0.84rem; color: var(--muted); margin: 14px 0 0; }

/* ---------- Reveal-Animationen ---------- */
.reveal { opacity: 0; transform: translateY(22px); }
.reveal.in { opacity: 1; transform: none; transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }
[data-stagger] > .reveal:nth-child(2) { transition-delay: 0.08s; }
[data-stagger] > .reveal:nth-child(3) { transition-delay: 0.16s; }
[data-stagger] > .reveal:nth-child(4) { transition-delay: 0.24s; }
[data-stagger] > .reveal:nth-child(5) { transition-delay: 0.32s; }

/* ---------- A11y, Print ---------- */
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
.btn:focus-visible, .nav-links a:focus-visible { outline-offset: 4px; }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--green); color: #fff; padding: 12px 20px;
  border-radius: 0 0 10px 0; font-weight: 640;
}
.skip-link:focus { left: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .nav, .mobile-cta, .back-to-top, .scroll-progress, .footer, .nav-overlay, .hero-hills { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding: 22px 0; }
  .hero { min-height: auto; color: #000; background: #fff; }
  .hero-bg { display: none; }
  .hero h1 { color: #000; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  .nav-cta { margin-left: auto; }
  .nav-toggle { margin-left: 0; }
  .studie-grid { grid-template-columns: repeat(2, 1fr); }
  .refs-grid { grid-template-columns: repeat(3, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-col:last-child { grid-column: span 3; display: flex; gap: 22px; flex-wrap: wrap; }
  .footer-col:last-child h5 { width: 100%; margin-bottom: 4px; }
}

@media (max-width: 900px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .logo-wall { grid-template-columns: repeat(3, 1fr); }
  .split, .split.media-right, .story-block { grid-template-columns: 1fr; }
  .story-portrait { max-width: 420px; }
  .feature-banner { grid-template-columns: 1fr; }
  .feature-banner .fb-img { min-height: 260px; }
  .benefit-box { grid-template-columns: 1fr; }
  .hero-trust-inner { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .hero-trust-item:nth-child(3)::before { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .stat-band-inner { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .stat-item:nth-child(3)::before { display: none; }
}

@media (max-width: 720px) {
  .grid-3, .grid-2, .testimonials-grid { grid-template-columns: 1fr; }
  .refs-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .studie-grid { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  body.scrolled-down .mobile-cta:not(.suppressed) { transform: translateY(0); }
  .footer { padding-bottom: 86px; }
  .back-to-top { bottom: 88px; right: 16px; width: 42px; height: 42px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-col:last-child { grid-column: auto; display: block; }
  .hero { min-height: 78vh; }
  .ws-card-top { flex-direction: column; }
}

@media (max-width: 600px) {
  /* FIX P1: Burger ragte über den Viewport — Nav-CTA weicht dem Menü-Button
     (Aktion bleibt über Sticky-Mobile-CTA + Overlay-Menü erreichbar) */
  .nav-cta { display: none; }
}
@media (max-width: 520px) {
  .container, .container-narrow { padding: 0 20px; }
  .eyebrow { font-size: 0.68rem; letter-spacing: 0.12em; }
  .nav-inner { padding: 12px 18px; gap: 12px; }
  .logo-mark { width: 34px; height: 34px; }
  .logo-text { font-size: 0.8rem; letter-spacing: 0.07em; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .logo-wall.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .logo-plate { min-height: 78px; }
  .refs-grid { grid-template-columns: 1fr; }
  .hero-trust-inner { grid-template-columns: 1fr 1fr; padding: 20px 10px; }
  .hero-trust-item { padding: 6px 8px; }
  .btn-lg { padding: 15px 26px; font-size: 1rem; }
  .quote-stage p { max-width: none; }
}

/* ============================================================
   v3.2 · Navigation mit Oberkategorien (Dropdowns)
   ============================================================ */

/* ---- Desktop: Nav-Items mit Dropdown ---- */
.nav-links { align-items: center; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-trigger {
  position: relative; display: inline-flex; align-items: center; gap: 5px;
  padding: 9px 13px; font-size: 0.94rem; font-weight: 590; color: var(--ink-2);
  border-radius: 10px; cursor: pointer; transition: color 0.18s, background 0.18s;
  background: none; border: 0; font-family: inherit;
}
.nav-trigger:hover { color: var(--green-deep); background: rgba(37, 128, 87, 0.07); }
.nav-trigger .chev { width: 13px; height: 13px; transition: transform 0.22s ease; opacity: 0.7; }
.nav-item:hover .nav-trigger .chev,
.nav-item:focus-within .nav-trigger .chev { transform: rotate(180deg); }
/* aktiver Zweig: Punkt unter dem Trigger */
.nav-trigger.active { color: var(--green-deep); font-weight: 700; }
.nav-trigger.active::after {
  content: ""; position: absolute; left: 50%; bottom: 1px;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); transform: translateX(-50%);
}

.nav-dropdown {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  padding-top: 10px; /* transparente Hover-Brücke (kein Flackern) */
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 85;
}
.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-inner {
  background: var(--paper, #FAF7EE);
  border: 1px solid rgba(231, 224, 206, 0.9);
  border-radius: 16px; box-shadow: 0 18px 44px rgba(20, 60, 42, 0.14);
  padding: 10px; min-width: 268px; display: flex; flex-direction: column; gap: 2px;
}
.dd-link {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px 14px; border-radius: 10px;
  font-size: 0.94rem; font-weight: 600; color: var(--ink, #1c2b22);
  transition: background 0.15s, color 0.15s;
}
.dd-link span { font-size: 0.79rem; font-weight: 500; color: var(--muted); }
.dd-link:hover { background: rgba(37, 128, 87, 0.09); color: var(--green-deep); }
.dd-link.active { background: rgba(37, 128, 87, 0.07); color: var(--green-deep); }
/* Übersichts-/Hub-Link hervorheben */
.dd-link.dd-lead {
  background: var(--green-soft, rgba(37,128,87,0.08));
  color: var(--green-deep); font-weight: 700;
}
.dd-link.dd-lead:hover { background: rgba(37, 128, 87, 0.16); }
.dd-divider { height: 1px; background: rgba(231, 224, 206, 0.9); margin: 6px 8px; }

/* ---- Mobile: Overlay mit gruppierten Kategorien ---- */
@media (max-width: 1080px) {
  .nav-overlay { justify-content: flex-start; overflow-y: auto; padding-top: 70px; padding-bottom: 32px; }
  .ov-nav { display: flex; flex-direction: column; gap: 17px; width: 100%; }
  .ov-home {
    font-family: var(--font-display); font-style: italic; font-weight: 560;
    font-size: 1.5rem; color: var(--paper); opacity: 0.9;
  }
  body.nav-open .ov-home { opacity: 1; }
  .ov-group { display: flex; flex-direction: column; gap: 4px; }
  .ov-group-label {
    font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--gold-light); opacity: 0.85; margin-bottom: 4px;
  }
  /* Overlay-Links kompakter (statt riesiger Einzelliste) */
  .nav-overlay a.ov-link {
    font-family: var(--font-display); font-style: italic; font-weight: 500;
    font-size: 1.32rem; line-height: 1.32; padding: 2px 0;
  }
  .nav-overlay a.ov-link.ov-sub { font-size: 1.12rem; opacity: 0.92; padding-left: 2px; }
  .nav-overlay .ov-contact { margin-top: 30px; }
}


/* ============================================================
   v3.3 · Presse-Hover-Tooltip (referenzen.html Logo-Wall)
   ============================================================ */
.logo-plate { position: relative; }
.logo-plate:hover, .logo-plate:focus-within { z-index: 60; }
.press-tip {
  position: absolute; left: 50%; top: 100%;
  transform: translateX(-50%) translateY(4px);
  width: 344px; max-width: 86vw; z-index: 40;
  background: var(--ink, #1c2b22); color: #fff;
  border-radius: 14px; padding: 18px 22px 17px; text-align: left;
  box-shadow: 0 24px 60px rgba(0,0,0,0.40);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
/* transparente Hover-Brücke: Maus kann vom Logo ins Fenster wandern, ohne dass es verschwindet */
.press-tip::before { content: ""; position: absolute; bottom: 100%; left: 0; right: 0; height: 18px; }
.logo-plate:hover .press-tip, .logo-plate:focus-within .press-tip {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto;
}
.press-tip::after {
  content: ""; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%);
  border: 8px solid transparent; border-bottom-color: var(--ink, #1c2b22);
}
.press-tip strong { display: block; font-family: var(--font-body); font-size: 1.04rem; line-height: 1.34; margin-bottom: 7px; color: #fff; }
.press-tip .pt-meta { display: block; font-size: 0.74rem; letter-spacing: 0.07em; text-transform: uppercase; color: var(--gold-light, #FFD98A); margin-bottom: 10px; font-weight: 700; }
.press-tip p { font-size: 0.91rem; line-height: 1.55; color: rgba(255,255,255,0.9); margin: 0 0 13px; }
.press-tip a { display: inline-block; font-size: 0.92rem; font-weight: 700; color: var(--gold-light, #FFD98A); text-decoration: underline; text-underline-offset: 3px; }
.press-tip .pt-note { font-size: 0.82rem; font-style: italic; color: rgba(255,255,255,0.62); }
/* Mehr-Artikel-Liste: jede Zeile ein anklickbarer Beitrag */
.press-tip-list .pt-meta { margin-bottom: 3px; }
.press-tip a.pt-item { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.13); text-decoration: none; font-weight: 400; }
.press-tip a.pt-item .pt-it-t { font-size: 0.9rem; line-height: 1.4; font-weight: 600; color: #fff; transition: color .15s ease; }
.press-tip a.pt-item:hover .pt-it-t, .press-tip a.pt-item:focus .pt-it-t { color: var(--gold-light, #FFD98A); }
.press-tip a.pt-item .pt-it-d { font-size: 0.7rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gold-light, #FFD98A); white-space: nowrap; opacity: 0.9; font-weight: 700; }
@media (max-width: 600px) {
  .press-tip { position: fixed; left: 50%; right: auto; top: auto; bottom: 16px; transform: translateX(-50%); width: 90vw; }
  .press-tip::after { display: none; }
}

/* ---- Geschichte: balancierter Gründer-Block + alternierender Zeitstrahl (17.06.) ---- */
@media (min-width: 761px) { .story-block.story-balanced { grid-template-columns: 1fr 1fr; } }
.tl2 { position: relative; max-width: 980px; margin: 0 auto; }
.tl2::before { content:""; position:absolute; left:50%; top:6px; bottom:6px; width:3px; transform:translateX(-50%); background: linear-gradient(to bottom, var(--green), var(--gold)); border-radius:2px; }
.tl2-item { position: relative; width:50%; padding-right:46px; padding-bottom:clamp(10px,1.4vw,16px); box-sizing:border-box; }
.tl2-item:nth-child(even) { margin-left:50%; padding-right:0; padding-left:46px; }
.tl2-card { background:var(--white); border:1px solid var(--line); border-left:4px solid var(--green); border-radius:var(--radius-lg); padding:15px 22px; box-shadow:var(--shadow-md); transition:transform .24s ease, box-shadow .24s ease; }
.tl2-card:hover { transform:translateY(-3px); }
.tl2-item::after { content:""; position:absolute; top:18px; right:-8px; width:16px; height:16px; border-radius:50%; background:var(--green); border:3px solid var(--white); box-shadow:0 0 0 2px var(--green); }
.tl2-item:nth-child(even)::after { right:auto; left:-8px; }
.tl2-year { display:inline-block; font-family:var(--font-display); font-weight:600; font-size:.88rem; color:#fff; background:var(--green); padding:2px 12px; border-radius:999px; margin-bottom:6px; }
.tl2-card h3 { margin:2px 0 6px; font-size:1.12rem; }
.tl2-card p { margin:0; color:var(--ink-2); font-size:.95rem; line-height:1.6; }
.tl2-item:nth-child(3n+2) .tl2-card { border-left-color:var(--terracotta); }
.tl2-item:nth-child(3n+2)::after { background:var(--terracotta); box-shadow:0 0 0 2px var(--terracotta); }
.tl2-item:nth-child(3n+3) .tl2-card { border-left-color:var(--gold); }
.tl2-item:nth-child(3n+3)::after { background:var(--gold); box-shadow:0 0 0 2px var(--gold); }
@media (max-width: 760px) {
  .tl2 { max-width:560px; }
  .tl2::before { left:8px; }
  .tl2-item, .tl2-item:nth-child(even) { width:100%; margin-left:0; padding-left:36px; padding-right:0; }
  .tl2-item::after, .tl2-item:nth-child(even)::after { left:1px; right:auto; }
}
/* Zeitstrahl: Karten ineinandergreifen (nur Desktop) */
@media (min-width:761px){ .tl2-item:not(:first-child){ margin-top:-72px; } }

/* ============================================================
   Mobile-Feinschliff (18.06.) — kompaktere vertikale Abstände,
   damit auf dem Handy weniger gescrollt werden muss; lesbarere Eyebrows.
   Nur Phone-Breite, Desktop/Tablet bleiben unverändert.
   ============================================================ */
@media (max-width: 600px) {
  .section { padding: clamp(40px, 9vw, 64px) 0; }
  .section-tight { padding: clamp(30px, 7vw, 48px) 0; }
  .page-header { padding: clamp(40px, 9vw, 60px) 0 clamp(26px, 6vw, 38px); }
  .eyebrow { font-size: 0.72rem; letter-spacing: 0.1em; }
  .section-head { margin-bottom: 24px; }
  .section-head .lead, .page-header .lead { font-size: 1.02rem; }
  h2.display, .section-head h2 { line-height: 1.12; }
}


/* ---- Mobile-Audit-Fixes (19.06.): lange Buttons umbrechen statt abschneiden; lange Tokens (E-Mail) umbrechen ---- */
.kontakt-card a.big, .footer-contact a { overflow-wrap: anywhere; }
@media (max-width: 600px) {
  .btn { white-space: normal; line-height: 1.25; }
}


/* ---- Cookie-Consent-Banner (19.06.) ---- */
#oh-cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: var(--green-deep, #1b5e40); color: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,0.22); }
#oh-cookie-banner .ckb-inner { max-width: 1080px; margin: 0 auto; padding: 15px 22px; display: flex; align-items: center; gap: 14px 26px; flex-wrap: wrap; }
#oh-cookie-banner .ckb-text { margin: 0; font-size: 0.9rem; line-height: 1.5; flex: 1 1 320px; color: rgba(255,255,255,0.92); }
#oh-cookie-banner .ckb-text a { color: var(--gold-light, #FFD98A); text-decoration: underline; }
#oh-cookie-banner .ckb-btns { display: flex; gap: 12px; flex-wrap: wrap; }
#oh-cookie-banner .ckb-btns .btn { padding: 11px 20px; font-size: 0.9rem; }
#oh-cookie-banner .ckb-decline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
#oh-cookie-banner .ckb-decline:hover { background: rgba(255,255,255,0.1); }
@media (max-width: 600px) { #oh-cookie-banner .ckb-btns { width: 100%; } #oh-cookie-banner .ckb-btns .btn { flex: 1 1 auto; text-align: center; } }


/* ---- lange-komposita-mobil: schmale Handys (<=420px) brechen lange deutsche Woerter
   in Ueberschriften sauber per Silbentrennung um, statt sie abzuschneiden. Desktop/Tablet unberuehrt. ---- */
@media (max-width: 420px) {
  h1, h2, h3, .display, .hero-h1 {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .eyebrow { overflow-wrap: break-word; }
}
