/* Lokale Schriften (DSGVO): keine externe Verbindung zu Google */
@font-face{font-family:'Baloo 2';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/baloo2-400.woff2') format('woff2');}
@font-face{font-family:'Baloo 2';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/baloo2-500.woff2') format('woff2');}
@font-face{font-family:'Baloo 2';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/baloo2-600.woff2') format('woff2');}
@font-face{font-family:'Baloo 2';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/baloo2-700.woff2') format('woff2');}
@font-face{font-family:'Baloo 2';font-style:normal;font-weight:800;font-display:swap;src:url('../fonts/baloo2-800.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:italic;font-weight:400;font-display:swap;src:url('../fonts/mulish-400i.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:italic;font-weight:500;font-display:swap;src:url('../fonts/mulish-500i.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/mulish-400.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/mulish-500.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/mulish-600.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/mulish-700.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:800;font-display:swap;src:url('../fonts/mulish-800.woff2') format('woff2');}

/* =========================================================
   Schlafcoaching-Leitstern · Eva Wiegand
   Konzept: weich & organisch. Warme Palette auf Creme.
   Farben (Wunsch der Kundin): Salbeigrün · mattes Gold · Brauntöne.
   Typografie: Baloo 2 (weich-rund, Überschriften) + Mulish (Text).

   Qualität nach UI/UX-Checkliste: Kontrast ≥4.5:1 für Lesetext,
   sichtbarer Fokus, Touch-Ziele ≥44px, reduzierte Bewegung respektiert,
   Bewegung nur über transform/opacity.
   ========================================================= */

:root {
  --cream:      #F6F0E4;
  --cream-2:    #EFE6D4;
  --card:       #FFFDF8;
  --sand:       #E7DCC6;

  --sage:       #8FA189;
  --sage-2:     #A9B8A2;
  --sage-deep:  #55654F;
  --gold:       #C6A15B;
  --gold-deep:  #A7823C;

  --ink:        #3E3128;
  --ink-soft:   #6E5D4E;
  --cream-ink:  #F4ECDD;

  --display: "Baloo 2", "Segoe UI", ui-rounded, system-ui, sans-serif;
  --sans:    "Mulish", ui-sans-serif, system-ui, -apple-system, sans-serif;

  --wrap: 1180px;
  --gut: clamp(1.15rem, 4vw, 3.5rem);
  --radius: 22px;
  --radius-lg: 34px;
  --shadow-sm: 0 2px 10px rgba(62, 49, 40, 0.06);
  --shadow: 0 18px 44px rgba(62, 49, 40, 0.12);
  --shadow-soft: 0 26px 60px rgba(85, 101, 79, 0.16);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink);
}
p { margin: 0 0 1.1em; }
a { color: inherit; }
img { display: block; max-width: 100%; }
ul { margin: 0; padding: 0; list-style: none; }
h1 em, h2 em, h3 em { font-style: normal; color: var(--sage-deep); }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }

/* --- A11y & Interaktion --- */
a, button, summary, .btn { touch-action: manipulation; }
:where(a, button, summary, [tabindex], input, textarea):focus-visible {
  outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 6px;
}
.skip-link {
  position: absolute; left: 12px; top: -64px; z-index: 100;
  background: var(--sage-deep); color: var(--cream-ink);
  padding: 0.7rem 1.1rem; border-radius: 10px; font-weight: 800;
  text-decoration: none; box-shadow: var(--shadow);
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 12px; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.cm-moon { fill: var(--sage); }
.cm-star { fill: var(--gold); }

/* Eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--sans);
  font-size: 0.75rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 1rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--sage));
}
.eyebrow--center { justify-content: center; }

/* Buttons */
.btn {
  --bg: var(--sage-deep); --fg: var(--cream-ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--sans); font-weight: 800; font-size: 0.98rem;
  min-height: 46px; padding: 0.7rem 1.6rem; border-radius: 999px;
  background: var(--bg); color: var(--fg);
  text-decoration: none; border: 2px solid transparent;
  cursor: pointer; transition: transform 0.2s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
  box-shadow: var(--shadow-sm);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(0) scale(0.985); }
.btn--gold { --bg: var(--gold); --fg: var(--ink); }
.btn--ghost { --bg: transparent; --fg: var(--sage-deep); border-color: var(--sage); box-shadow: none; }
.btn--ghost:hover { background: rgba(143, 161, 137, 0.14); box-shadow: none; }
.btn--lg { min-height: 54px; padding: 0.85rem 1.9rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* =======================================================
   NAVIGATION
   ======================================================= */
.nav { position: sticky; top: 0; z-index: 50; transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease), backdrop-filter 0.3s var(--ease); }
.nav.is-stuck { background: rgba(246, 240, 228, 0.86); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--sand), var(--shadow-sm); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 0.85rem; }
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__name { font-family: var(--display); font-weight: 700; font-size: 1.5rem; line-height: 1; color: var(--ink); white-space: nowrap; }
.brand__sub { display: block; font-family: var(--sans); font-weight: 700; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); margin-top: 3px; }
.nav__links { display: flex; align-items: center; gap: 1.6rem; }
.nav__links a { font-weight: 700; font-size: 0.95rem; text-decoration: none; color: var(--ink); padding: 0.4rem 0; position: relative; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--gold); border-radius: 2px; transition: width 0.25s var(--ease); }
.nav__links a:hover::after, .nav__links a:focus-visible::after, .nav__links a.is-active::after { width: 100%; }
.nav__links a.is-active { color: var(--sage-deep); }
.nav__actions { display: flex; align-items: center; gap: 0.9rem; }

.nav__toggle { display: none; width: 48px; height: 48px; border-radius: 14px; border: 2px solid var(--sand); background: var(--card); cursor: pointer; padding: 0; align-items: center; justify-content: center; }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after { content: ""; display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--ink); position: relative; transition: transform 0.25s var(--ease), opacity 0.2s; }
.nav__toggle span::before { position: absolute; top: -6px; }
.nav__toggle span::after { position: absolute; top: 6px; }

.mobile-menu { position: fixed; inset: 0; z-index: 60; background: var(--cream); padding: 5.5rem var(--gut) 2rem; display: flex; flex-direction: column; gap: 0.4rem; transform: translateY(-100%); opacity: 0; pointer-events: none; transition: transform 0.4s var(--ease), opacity 0.3s var(--ease); }
.mobile-menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-menu a { font-family: var(--display); font-weight: 600; font-size: 1.7rem; text-decoration: none; color: var(--ink); padding: 0.5rem 0; border-bottom: 1px solid var(--sand); }
.mobile-menu .btn { margin-top: 1.2rem; font-family: var(--sans); }
.mobile-menu__close { position: absolute; top: 1.1rem; right: var(--gut); width: 48px; height: 48px; border-radius: 14px; border: 2px solid var(--sand); background: var(--card); font-size: 1.5rem; line-height: 1; color: var(--ink); cursor: pointer; }

/* =======================================================
   NAV-Farben über dem Vollbild-Hero (hell) → nach Scroll dunkel
   ======================================================= */
.brand__name { color: var(--cream-ink); }
.brand__sub { color: rgba(244,236,221,0.72); }
.nav__links a { color: var(--cream-ink); }
.nav__toggle { border-color: rgba(244,236,221,0.5); background: rgba(0,0,0,0.14); }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after { background: var(--cream-ink); }
.nav.is-stuck .brand__name { color: var(--ink); }
.nav.is-stuck .brand__sub { color: var(--ink-soft); }
.nav.is-stuck .nav__links a { color: var(--ink); }
.nav.is-stuck .nav__toggle { border-color: var(--sand); background: var(--card); }
.nav.is-stuck .nav__toggle span, .nav.is-stuck .nav__toggle span::before, .nav.is-stuck .nav__toggle span::after { background: var(--ink); }

/* =======================================================
   HERO (Vollbild, cineastisch)
   ======================================================= */
.hero { position: relative; min-height: clamp(580px, 88vh, 880px); display: flex; align-items: center; margin-top: -76px; padding-top: calc(76px + clamp(2rem, 6vw, 4rem)); padding-bottom: clamp(3.5rem, 9vw, 6rem); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 66% 40%; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(40,29,21,0.55) 0%, rgba(40,29,21,0) 22%),
  linear-gradient(100deg, rgba(40,29,21,0.88) 0%, rgba(40,29,21,0.6) 42%, rgba(40,29,21,0.12) 74%, rgba(40,29,21,0.04) 100%),
  linear-gradient(0deg, rgba(40,29,21,0.5) 0%, rgba(40,29,21,0) 42%); }
.hero__inner { position: relative; z-index: 1; }
.hero__text { max-width: 40rem; }
.hero h1 { color: var(--cream-ink); font-size: clamp(2.6rem, 1.55rem + 4.6vw, 4.9rem); font-weight: 600; line-height: 1.03; letter-spacing: -0.02em; margin-bottom: 1.2rem; text-shadow: 0 2px 30px rgba(0,0,0,0.28); }
.hero h1 em { color: #ECD29C; }
.hero__lede { color: rgba(244,236,221,0.92); font-size: clamp(1.1rem, 1rem + 0.55vw, 1.35rem); max-width: 40ch; margin-bottom: 2rem; text-shadow: 0 1px 16px rgba(0,0,0,0.3); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; font-size: 0.92rem; color: rgba(244,236,221,0.92); font-weight: 700; text-shadow: 0 1px 12px rgba(0,0,0,0.3); }
.hero__trust li { display: inline-flex; align-items: center; gap: 0.5rem; }
.hero__trust li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px rgba(231,198,125,0.7); }
.eyebrow--light { color: #ECD29C; }
.eyebrow--light::before { background: linear-gradient(90deg, var(--gold), rgba(244,236,221,0.5)); }

/* schwebender Info-Chip über dem Bild */
.hero__chip { position: absolute; z-index: 1; right: clamp(1rem, 4vw, 3rem); bottom: clamp(1.2rem, 4vw, 2.4rem); display: flex; align-items: center; gap: 0.7rem; background: rgba(253,249,239,0.94); border-radius: 16px; padding: 0.8rem 1.1rem; box-shadow: var(--shadow); max-width: 15rem; }
.badge__mark { width: 34px; height: 34px; flex: none; }
.badge__text { font-family: var(--display); font-size: 0.9rem; line-height: 1.25; font-weight: 700; color: var(--ink); }
.badge__text span { display: block; font-family: var(--sans); font-weight: 600; font-size: 0.8rem; color: var(--ink-soft); }

/* Button-Variante über Bild */
.btn--ghost-light { --bg: transparent; --fg: var(--cream-ink); border-color: rgba(244,236,221,0.55); box-shadow: none; }
.btn--ghost-light:hover { background: rgba(244,236,221,0.14); box-shadow: none; }

/* Organische Bildrahmen / Blobs (andere Sektionen) */
.blobframe { position: relative; overflow: hidden; border-radius: 47% 53% 52% 48% / 46% 42% 58% 54%; box-shadow: var(--shadow-soft); aspect-ratio: 5 / 4; background: var(--sage-2); }
.blobframe img { width: 100%; height: 100%; object-fit: cover; }
.blob { position: absolute; border-radius: 50%; filter: blur(8px); opacity: 0.5; z-index: -1; pointer-events: none; }
.blob--sage { background: radial-gradient(circle, var(--sage-2), transparent 70%); }
.blob--gold { background: radial-gradient(circle, rgba(198,161,91,0.45), transparent 70%); }

/* =======================================================
   SEKTIONEN
   ======================================================= */
.section { padding-block: clamp(3.5rem, 8vw, 7rem); position: relative; }
.section--alt { background: var(--cream-2); }
.section__head { max-width: 40rem; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section h2 { font-size: clamp(1.9rem, 1.35rem + 2.3vw, 2.9rem); font-weight: 700; margin-bottom: 0.9rem; }
.section__intro { font-size: 1.12rem; color: var(--ink-soft); }

/* ÜBER MICH */
.about__grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.portrait-ph { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); background: repeating-linear-gradient(45deg, rgba(143,161,137,0.16) 0 14px, transparent 14px 28px), linear-gradient(160deg, var(--sage-2), var(--cream-2)); border: 2px dashed var(--sage); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; color: var(--sage-deep); }
.portrait-ph svg { width: 54px; height: 54px; margin-bottom: 0.9rem; opacity: 0.85; }
.portrait-ph b { font-family: var(--display); font-size: 1.25rem; font-weight: 700; }
.portrait-ph span { font-size: 0.9rem; font-weight: 700; margin-top: 0.35rem; max-width: 22ch; }
/* Echtes Porträt von Eva */
.portrait { position: relative; margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); aspect-ratio: 4 / 5; background: var(--sage-2); }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; }
.about__text h2 { margin-bottom: 1.1rem; }
.about__sign { margin-top: 1.4rem; font-family: var(--display); font-weight: 600; font-size: 1.5rem; color: var(--sage-deep); }

/* ABLAUF (Schritte) */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.1rem, 2.5vw, 1.8rem); }
.step { position: relative; padding-top: 0.5rem; }
.step__num { font-family: var(--display); font-weight: 700; font-size: 2.6rem; color: var(--gold); line-height: 1; display: block; margin-bottom: 0.7rem; font-variant-numeric: tabular-nums; }
.step h3 { font-size: 1.25rem; margin-bottom: 0.45rem; }
.step p { color: var(--ink-soft); font-size: 0.96rem; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 1.1rem; right: -0.9rem; width: 1.8rem; height: 2px; background: var(--sand); }

/* FÜR WEN / THEMEN */
.topics__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.topics__media { position: relative; }
.topics__media .blobframe { border-radius: 47% 53% 52% 48% / 46% 42% 58% 54%; aspect-ratio: 5 / 4; }
.checklist { display: grid; gap: 0.9rem; }
.checklist li { display: flex; gap: 0.85rem; align-items: flex-start; background: var(--card); border: 1px solid var(--sand); border-radius: 16px; padding: 0.9rem 1.1rem; box-shadow: var(--shadow-sm); }
.checklist li b { font-weight: 800; }
.check { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--sage); color: var(--cream); display: grid; place-items: center; margin-top: 2px; }
.check svg { width: 15px; height: 15px; }
.topics__note { margin-top: 1.4rem; font-size: 0.95rem; color: var(--ink-soft); }

/* Empathie-Intro (Impuls-Text von Eva) */
.topics__grid--sp { margin-top: clamp(2rem, 5vw, 3.5rem); }
.empathy { max-width: 46rem; margin-inline: auto; text-align: center; }
.empathy p { font-size: 1.14rem; color: var(--ink); }
.empathy__impulse i { color: var(--sage-deep); }
.empathy__seen { font-family: var(--display); font-weight: 600; font-size: clamp(1.35rem, 1.1rem + 0.9vw, 1.8rem); line-height: 1.3; color: var(--ink); margin-top: 1.3rem; margin-bottom: 0; }
.empathy__seen em { font-style: normal; color: var(--sage-deep); }

/* Stern-Bullets (statt Häkchen) */
.starlist { display: grid; gap: 0.85rem; margin: 0; }
.starlist li { display: flex; gap: 0.9rem; align-items: flex-start; }
.star-b { flex: none; width: 22px; height: 22px; margin-top: 4px; fill: var(--gold); filter: drop-shadow(0 1px 2px rgba(198,161,91,0.4)); }

/* FÜR WEN: Pain-Points */
.pain { max-width: 52rem; margin: clamp(2rem, 5vw, 3.4rem) auto 0; }
.pain__head { text-align: center; margin-bottom: 1.7rem; }
.pain__title { font-family: var(--display); font-weight: 700; font-size: clamp(1.5rem, 1.2rem + 1.3vw, 2.1rem); }
.pain__sub { color: var(--ink-soft); font-size: 1.08rem; margin: 0.4rem 0 0; }
.pain .starlist li { background: var(--card); border: 1px solid var(--sand); border-radius: 16px; padding: 0.95rem 1.15rem; box-shadow: var(--shadow-sm); }
.pain__turn { text-align: center; font-family: var(--display); font-weight: 600; line-height: 1.3; font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem); margin: 1.8rem 0 0; }
.pain__turn em { font-style: normal; color: var(--sage-deep); }

/* TRAUM / VISION */
.dream { background: linear-gradient(165deg, var(--cream) 0%, var(--sand) 125%); }
.dream__grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.dream__text h2 { font-size: clamp(1.8rem, 1.3rem + 2vw, 2.7rem); margin-bottom: 1.4rem; }
.dream .starlist { gap: 1rem; margin-bottom: 1.6rem; }
.dream .starlist li { font-size: 1.05rem; }
.dream__turn-q { display: flex; align-items: flex-start; gap: 0.65rem; font-family: var(--display); font-weight: 600; font-size: clamp(1.3rem, 1.05rem + 0.9vw, 1.7rem); line-height: 1.3; color: var(--ink); margin: 0.5rem 0 1rem; }
.dream__turn-star { flex: none; width: 26px; height: 26px; margin-top: 5px; fill: var(--gold); filter: drop-shadow(0 1px 2px rgba(198,161,91,0.4)); }
.dream__turn { margin: 0; background: linear-gradient(180deg, var(--card), #FBF6EC); border: 1px solid var(--sand); border-left: 4px solid var(--gold); border-radius: 16px; padding: 1.2rem 1.45rem; box-shadow: var(--shadow-sm); }
.dream__turn p { margin: 0; font-size: 1.05rem; color: var(--ink-soft); }
.dream__turn em { font-style: normal; font-weight: 700; color: var(--sage-deep); }
.dream__media { position: relative; }
.dream__media .blobframe { border-radius: 53% 47% 48% 52% / 42% 46% 54% 58%; aspect-ratio: 4 / 5; }

/* PROZESS (vier Schritte) */
.process { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.proc { background: var(--card); border: 1px solid var(--sand); border-radius: var(--radius); padding: clamp(1.4rem, 2.5vw, 2rem); box-shadow: var(--shadow-sm); transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.proc:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.proc__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.6rem; }
.proc__num { font-family: var(--display); font-weight: 800; font-size: 2.5rem; line-height: 1; color: var(--gold); font-variant-numeric: tabular-nums; }
.proc__star { width: 26px; height: 26px; fill: var(--sage-2); }
.proc h3 { font-size: 1.3rem; }
.proc__lead { font-family: var(--display); font-weight: 600; color: var(--sage-deep); font-size: 1.02rem; margin: 0.15rem 0 0.7rem; }
.proc p:last-child { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

/* BAND (Bild + CTA) */
.band { position: relative; padding-block: clamp(4rem, 9vw, 7rem); color: var(--cream-ink); text-align: center; overflow: hidden; }
.band__bg { position: absolute; inset: 0; z-index: -2; }
.band__bg img { width: 100%; height: 100%; object-fit: cover; }
.band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(62,49,40,0.74), rgba(60,72,58,0.80)); }
.band h2 { color: var(--cream-ink); font-size: clamp(1.9rem, 1.35rem + 2.3vw, 2.9rem); font-weight: 700; margin-bottom: 1rem; }
.band p { color: var(--cream-ink); opacity: 0.94; max-width: 46ch; margin-inline: auto; margin-bottom: 1.8rem; font-size: 1.1rem; }
.band__quote { font-family: var(--display); font-weight: 600; font-size: clamp(1.6rem, 1.2rem + 1.7vw, 2.7rem); line-height: 1.25; color: var(--cream-ink); max-width: 24ch; margin: 0 auto 1.2rem; }
.band__quote cite { display: block; font-family: var(--sans); font-style: normal; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: #E7CE9B; margin-top: 1rem; }

/* FAQ */
.faq { max-width: 48rem; margin-inline: auto; display: grid; gap: 0.8rem; }
.faq details { background: var(--card); border: 1px solid var(--sand); border-radius: var(--radius); padding: 0.4rem 1.3rem; box-shadow: var(--shadow-sm); transition: box-shadow 0.25s var(--ease); }
.faq details[open] { box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; padding: 1rem 0; min-height: 44px; font-family: var(--display); font-size: 1.18rem; font-weight: 600; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 30px; height: 30px; border-radius: 50%; background: rgba(143,161,137,0.16); color: var(--sage-deep); display: grid; place-items: center; font-size: 1.3rem; transition: transform 0.25s var(--ease); }
.faq details[open] summary::after { content: "\2212"; transform: rotate(180deg); }
.faq details p { padding: 0 0 1.1rem; margin: 0; color: var(--ink-soft); }

/* KONTAKT */
.contact-cta { max-width: 42rem; margin-inline: auto; text-align: center; }
.contact-cta h2 { margin-bottom: 0.9rem; }
.contact-cta .section__intro { margin-bottom: 1.9rem; }
.contact-cta .btn { margin-bottom: 1.3rem; }
.contact-cta__mail { font-size: 1.15rem; font-weight: 800; margin-bottom: 0.4rem; }
.contact-cta__mail a { color: var(--sage-deep); text-decoration: none; }
.contact-cta__mail a:hover { text-decoration: underline; }
.contact-cta__note { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }

/* ZERTIFIZIERUNG (Siegel + PDF) */
.creds { background: var(--cream-2); border-top: 1px solid var(--sand); padding-block: clamp(2.4rem, 5vw, 3.6rem); }
.creds__inner { display: flex; align-items: center; gap: clamp(1.4rem, 4vw, 2.6rem); max-width: 52rem; margin-inline: auto; }
.creds__seal { flex: none; width: clamp(96px, 14vw, 132px); display: block; filter: drop-shadow(0 8px 18px rgba(62,49,40,0.18)); transition: transform 0.3s var(--ease); }
.creds__seal img { width: 100%; height: auto; border-radius: 50%; }
.creds__seal:hover, .creds__seal:focus-visible { transform: rotate(-4deg) scale(1.04); }
.creds__text h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.creds__text p { color: var(--ink-soft); font-size: 0.98rem; margin: 0 0 0.9rem; }
.creds__pdf { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 800; font-size: 0.95rem; color: var(--sage-deep); text-decoration: none; border-bottom: 2px solid transparent; padding-bottom: 2px; transition: border-color 0.2s var(--ease); }
.creds__pdf svg { flex: none; }
.creds__pdf:hover, .creds__pdf:focus-visible { border-color: var(--gold); }

/* FOOTER / KOLOPHON */
.colophon { background: var(--ink); color: var(--cream-ink); padding-block: clamp(2.8rem, 6vw, 4rem); }
.colophon__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.colophon .brand__name { color: var(--cream-ink); }
.colophon .brand__sub { color: rgba(244,236,221,0.6); }
.colophon .cm-moon { fill: var(--cream-ink); }
.colophon__blurb { margin-top: 1rem; color: rgba(244,236,221,0.72); max-width: 32ch; }
.colophon h4 { font-family: var(--sans); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,236,221,0.6); margin-bottom: 1rem; }
.colophon nav { display: grid; gap: 0.6rem; }
.colophon nav a { color: var(--cream-ink); text-decoration: none; opacity: 0.86; }
.colophon nav a:hover { opacity: 1; color: var(--gold); }
.colophon__base { display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; justify-content: space-between; align-items: center; margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(244,236,221,0.16); font-size: 0.82rem; color: rgba(244,236,221,0.62); }
.colophon__base a { color: inherit; }

/* RECHTSSEITEN */
.legal { max-width: 46rem; margin-inline: auto; padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.legal .back { display: inline-block; margin-bottom: 1.6rem; color: var(--sage-deep); text-decoration: none; font-weight: 700; }
.legal .back:hover { text-decoration: underline; }
.legal h1 { font-size: clamp(2rem, 1.5rem + 2vw, 3rem); margin-bottom: 1.5rem; }
.legal h2 { font-size: 1.3rem; margin: 2rem 0 0.6rem; color: var(--sage-deep); }
.legal p, .legal li { color: var(--ink); }
.legal ul { list-style: disc; padding-left: 1.3rem; margin: 0 0 1em; }
.legal a { color: var(--sage-deep); }
.legal code { background: var(--cream-2); padding: 0.1em 0.4em; border-radius: 6px; font-size: 0.9em; }
.legal .legal__stand { margin-top: 2rem; color: var(--ink-soft); font-style: italic; }
.placeholder-note { background: rgba(198,161,91,0.14); border: 1px solid rgba(198,161,91,0.4); border-radius: var(--radius); padding: 1.1rem 1.3rem; color: var(--ink); font-size: 0.95rem; }

/* RESPONSIVE */
@media (max-width: 980px) {
  .about__grid, .topics__grid, .dream__grid { grid-template-columns: 1fr; }
  .about__text { order: 2; }
  .dream__media { max-width: 30rem; margin-inline: auto; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 2rem; }
  .step:not(:last-child)::after { display: none; }
  .colophon__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav__links, .nav__actions .btn { display: none; }
  .nav__toggle { display: inline-flex; }
  .steps, .process, .colophon__grid { grid-template-columns: 1fr; }
  .creds__inner { flex-direction: column; text-align: center; }
  .creds__text .eyebrow { justify-content: center; }
  .hero { min-height: 74vh; }
  .hero__bg img { object-position: 62% 34%; }
  .hero__chip { display: none; }
}
@media (min-width: 721px) { .mobile-menu { display: none; } }
