/* ============================================================
   HeilenMann · Relaunch — "Warm & Cinematic Editorial"
   Software Manufaktur · 2026
   Markenfarbe #bad377 beibehalten, Layout & Wirkung komplett neu.
============================================================ */

:root {
  /* Brand — Dirks Vorgabe #bad377 */
  --brand:        #bad377;
  --brand-soft:   #dbe7b6;
  --brand-mist:   #eef3df;
  --brand-deep:   #8eaa4e;
  --brand-darker: #6e8a38;
  --brand-ink:    #3e5a1c;

  /* Forest — dunkle, cineastische Sektionen */
  --forest:       #25331a;
  --forest-deep:  #18230f;
  --forest-glow:  #324322;

  /* Bronze — warmer Akzent, sehr sparsam */
  --bronze:       #b08a52;
  --bronze-soft:  #cdab7c;

  /* Neutrals — warmes Papier */
  --paper:        #faf8f1;
  --paper-warm:   #f1ede0;
  --paper-deep:   #e9e3d2;
  --surface:      #ffffff;
  --line:         #e4ddc9;
  --line-soft:    #efe9d9;

  /* Ink */
  --ink:          #20251b;
  --ink-soft:     #4f5447;
  --ink-mid:      #7d8274;
  --ink-quiet:    #a9ac9f;
  --on-dark:      #f7f4e9;
  --on-dark-soft: rgba(247,244,233,0.72);

  /* Fonts */
  --sans:   'Roboto', 'Segoe UI', -apple-system, system-ui, 'Helvetica Neue', Arial, sans-serif;
  --serif:  'Fraunces', 'Cormorant Garamond', Georgia, serif; /* warme Old-Style-Serife mit Charakter (löst Cardo ab) */
  --script: 'Caveat', 'Segoe Script', cursive; /* handschriftlicher Akzent (Akzentwörter + Signatur) — Segoe-Script-Gefühl */

  /* Layout */
  --gutter:     clamp(22px, 5vw, 72px);
  --max:        1320px;
  --max-narrow: 860px;
  --radius:     18px;
  --radius-sm:  12px;
  --shadow:     0 24px 60px -28px rgba(30,40,20,0.40);
  --shadow-sm:  0 12px 32px -18px rgba(30,40,20,0.34);
  --ease:       cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; overflow-x: clip; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--brand); color: var(--forest-deep); }

/* === LAYOUT === */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-narrow { max-width: var(--max-narrow); margin: 0 auto; padding: 0 var(--gutter); }
section { padding: clamp(54px, 6.5vw, 104px) 0; position: relative; }
.bg-warm { background: var(--paper-warm); }
.bg-surface { background: var(--surface); }
.center { text-align: center; }
.mt-l { margin-top: 48px; }

/* === TYPOGRAPHY === */
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.06;
  color: var(--ink);
  text-wrap: balance;   /* ausgewogene Zeilenumbrüche, keine Schlusswörter allein */
  /* Optisches Sizing fixieren → Fraunces zeigt überall dieselbe (aufrechte) &-Glyphe,
     statt bei großen Graden auf die kalligrafische Variante umzuschalten (konsistente Heroes) */
  font-optical-sizing: none;
}
h1 { font-size: clamp(2.9rem, 6.6vw, 6rem); letter-spacing: -0.02em; line-height: 1.02; font-weight: 500; }
h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.45rem, 2.1vw, 2rem); }
h4 {
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink-soft);
}
em.brand-em, .brand-em {
  font-style: normal;
  color: var(--brand-darker);
  font-family: var(--script);
  font-weight: 600;
  font-size: 1.12em; /* Caveat läuft kleiner — optisch an die Fraunces-Headline angleichen */
}
/* Akzent auf dunklen Flächen = helles Markengrün (brand-darker wäre dort unsichtbar) */
.section-forest .brand-em, .final-cta .brand-em, .home-hero .brand-em, .page-hero .brand-em, .quote-on-image .brand-em { color: var(--brand); }
/* Highlight in eigene Zeile umbrechen (z. B. Premium-Hero: "Healing." unter "Premium Coaching &") */
.hero-title-stack .brand-em { display: block; }
p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.78; text-wrap: pretty; }
.lead { font-size: clamp(1.12rem, 1.5vw, 1.4rem); color: var(--ink-soft); line-height: 1.62; font-weight: 400; text-wrap: balance; }
blockquote, .quote-block q { text-wrap: balance; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brand-darker);
  font-weight: 600;
  margin-bottom: 26px;
}
.eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--brand-deep);
  display: inline-block;
}
.eyebrow-center { justify-content: center; }
.eyebrow-light { color: var(--brand); }
.eyebrow-light::before { background: var(--brand); }

/* === BUTTONS === */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px;
  font-family: var(--sans);
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 100px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.28s var(--ease);
  text-align: center;
  white-space: nowrap;
}
.btn-primary { background: var(--forest); color: var(--on-dark); }
.btn-primary:hover { background: var(--brand-ink); transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(46,61,28,0.55); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-line { background: transparent; color: var(--brand-ink); border-color: rgba(110,138,56,0.5); }
.btn-line:hover { background: var(--brand-ink); color: var(--paper); border-color: var(--brand-ink); transform: translateY(-2px); }
.btn-line-light { background: transparent; color: var(--on-dark); border-color: rgba(247,244,233,0.55); }
.btn-line-light:hover { background: var(--on-dark); color: var(--forest); border-color: var(--on-dark); transform: translateY(-2px); }
.btn-brand { background: var(--brand); color: var(--forest-deep); }
.btn-brand:hover { background: var(--brand-soft); transform: translateY(-2px); box-shadow: 0 16px 34px -16px rgba(142,170,78,0.7); }
/* Pfeile in Buttons entfernt (Wunsch Dirk/Roy) — .btn-arrow bleibt als Klasse erhalten, zeigt aber keinen Pfeil mehr */
.btn-lg { padding: 19px 38px; font-size: 1rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* === TOPBAR === */
.topbar {
  background: var(--brand);
  color: var(--forest-deep);
  font-size: 0.8rem;
  padding: 9px 0;
  position: relative; z-index: 60;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: rgba(24,35,15,0.82); transition: color 0.2s; }
.topbar a:hover { color: var(--forest-deep); }
.topbar-info { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.topbar-info .sep { color: rgba(24,35,15,0.28); }
.topbar-social { display: flex; gap: 8px; align-items: center; }
.topbar-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid rgba(24,35,15,0.28); color: var(--forest-deep);
  transition: all 0.2s var(--ease);
}
.topbar-social a:hover { transform: translateY(-2px); box-shadow: 0 4px 10px rgba(24,35,15,0.18); }
.topbar-social svg { width: 15px; height: 15px; display: block; }
.topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar-links { display: flex; align-items: center; gap: 16px; }
.topbar-links a { color: rgba(24,35,15,0.82); letter-spacing: 0.02em; transition: color 0.2s; }
.topbar-links a:hover { color: var(--forest-deep); }
@media (max-width: 880px) { .topbar-links { display: none; } }
@media (max-width: 760px) { .topbar-social { display: none; } }

/* Sekundär-Links im Mobile-Menü (Akademie · Shop · Login) */
.mobile-menu-secondary { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(247,244,233,0.16); }
.mobile-menu-secondary a { color: var(--on-dark-soft); font-size: 0.98rem; transition: color 0.2s; }
.mobile-menu-secondary a:hover { color: var(--brand); }

/* === HEADER === */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,248,241,0.82);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  overflow: visible;
  transition: transform 0.4s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.header.header--hidden { transform: translateY(-100%); }
/* Anker-Sprünge (z. B. #termin) nicht unter dem Sticky-Header verstecken */
section[id] { scroll-margin-top: 96px; }
.header.scrolled { background: rgba(250,248,241,0.96); border-color: var(--line); box-shadow: 0 6px 26px -20px rgba(30,40,20,0.5); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 12px; padding-bottom: 12px; }
.brand { display: inline-flex; align-items: center; position: relative; z-index: 2; }
.brand-logo { height: 88px; width: auto; margin: -8px 0 -30px; transition: height 0.3s var(--ease), margin 0.3s var(--ease); }
.header.scrolled .brand-logo { height: 64px; margin: -4px 0 -16px; }
.nav-links { list-style: none; display: flex; gap: 30px; align-items: center; }
.nav-links a {
  font-size: 0.92rem; font-weight: 500; color: var(--ink-soft);
  position: relative; padding: 4px 0; transition: color 0.2s;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--brand-deep); transition: width 0.28s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
/* Dropdown-Untermenüs */
.nav-links .has-sub { position: relative; }
.nav-links .has-sub > a { display: inline-flex; align-items: center; gap: 5px; }
.nav-links a.nav-parent { cursor: pointer; } /* Dropdown-Eltern: kein Direktsprung, Klick/Fokus öffnet das Untermenü (Premium etc. sichtbar) */
.nav-links .sub-caret { font-size: 0.6rem; opacity: 0.6; transition: transform 0.25s var(--ease); }
.nav-links .has-sub:hover .sub-caret { transform: rotate(180deg); }
.nav-links .has-sub::after { content: ''; position: absolute; left: -14px; right: -14px; top: 100%; height: 22px; }
.subnav { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); margin-top: 18px; min-width: 232px; list-style: none; display: grid; gap: 2px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); padding: 10px; opacity: 0; visibility: hidden; transition: opacity 0.2s var(--ease), margin-top 0.2s var(--ease); z-index: 60; }
.nav-links .has-sub:hover .subnav { opacity: 1; visibility: visible; margin-top: 14px; }
.subnav a { display: block; padding: 9px 14px; border-radius: 8px; font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); white-space: nowrap; }
.subnav a::after { display: none; }
.subnav a:hover, .subnav a.active { background: var(--brand-mist); color: var(--brand-ink); }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-shop { display: inline-flex; align-items: center; gap: 7px; font-size: 0.92rem; font-weight: 600; color: var(--ink-soft); padding: 8px 15px; border-radius: 100px; border: 1px solid var(--line); transition: all 0.22s var(--ease); }
.nav-shop svg { width: 19px; height: 19px; }
.nav-shop:hover { color: var(--brand-ink); background: var(--brand-mist); border-color: var(--brand-soft); transform: translateY(-1px); }
.lang-switch { display: flex; align-items: center; gap: 5px; font-size: 0.82rem; color: var(--ink-mid); font-weight: 600; }
.lang-switch a { color: var(--ink-mid); transition: color 0.2s; }
.lang-switch a.active { color: var(--brand-darker); }
.lang-switch .sep { color: var(--ink-quiet); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--ink); cursor: pointer; line-height: 1; }

/* GTranslate-Sprachwahl (Dropdown) — Desktop-Header + Mobile-Menü */
.gtranslate_wrapper select {
  appearance: none; -webkit-appearance: none;
  background: var(--surface) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%235a6b45' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  border: 1px solid var(--line); border-radius: 100px;
  padding: 8px 30px 8px 14px; font-family: var(--sans); font-size: 0.84rem;
  color: var(--ink); cursor: pointer; max-width: 130px;
}
.gtranslate_wrapper select:focus { outline: 2px solid var(--brand); outline-offset: 1px; }
.gtranslate_wrapper--topbar select { background-color: #fff; border-color: #fff; padding: 5px 26px 5px 12px; font-size: 0.8rem; color: var(--forest-deep); }
@media (max-width: 760px) { .gtranslate_wrapper--topbar { display: none; } }
.mobile-menu .gtranslate_wrapper { margin-top: 24px; }
.mobile-menu .gtranslate_wrapper select { background-color: rgba(247,244,233,0.08); border-color: rgba(247,244,233,0.32); color: var(--on-dark); }
/* Google-Translate-Hinweisleiste unterdrücken */
body > .skiptranslate { display: none !important; }
body { top: 0 !important; }

.mobile-menu {
  position: fixed; inset: 0 0 0 auto; width: min(100%, 400px); z-index: 70;
  background: var(--forest); color: var(--on-dark);
  transform: translateX(100%); visibility: hidden;
  transition: transform 0.4s var(--ease), visibility 0s 0.4s;
  padding: 72px 26px 40px; display: flex; flex-direction: column; gap: 6px;
  overflow-y: auto;
  box-shadow: -30px 0 60px -30px rgba(0,0,0,0.6);
}
/* Schließen-Button oben rechts im Menü (der Header-Umschalter wird vom Menü verdeckt) */
.mobile-menu-close {
  position: absolute; top: 16px; right: 18px; width: 44px; height: 44px;
  display: grid; place-items: center; border-radius: 50%; cursor: pointer;
  background: rgba(247,244,233,0.10); border: 1px solid rgba(247,244,233,0.24);
  color: var(--on-dark); transition: background 0.2s, transform 0.2s;
}
.mobile-menu-close:hover { background: rgba(247,244,233,0.18); transform: rotate(90deg); }
.mobile-menu.open { transform: translateX(0); visibility: visible; transition: transform 0.4s var(--ease), visibility 0s 0s; }
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 2px; margin-bottom: 18px; }
/* Einheitliche Schriftgröße für ALLE Navigationslinks (Haupt- und Unterpunkte) → ruhige, klare Hierarchie */
.mobile-menu a { font-family: var(--serif); font-size: 1.25rem; line-height: 1.2; color: var(--on-dark); padding: 10px 0; }
.mobile-menu .mob-group { margin-bottom: 2px; }
/* Gruppen-Label als kleine Überschrift (organisiert, ohne die Links größer zu machen) */
.mobile-menu .mob-group-label { display: block; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand); font-weight: 700; margin: 20px 0 4px; }
.mobile-menu .mob-sub { list-style: none; display: flex; flex-direction: column; gap: 0; margin: 0; padding-left: 14px; border-left: 1px solid rgba(247,244,233,0.14); }
.mobile-menu .mob-sub a { font-family: var(--serif); font-size: 1.25rem; color: var(--on-dark); padding: 8px 0; }
.mobile-menu a.active { color: var(--brand); }
.mobile-menu .btn { margin-top: 14px; }
.mobile-menu .btn-primary { width: 100%; justify-content: center; font-size: 1rem; }
.mobile-menu .lang-switch { margin-top: 24px; color: var(--on-dark-soft); }
.mobile-menu .lang-switch a { color: var(--on-dark-soft); }
.mobile-menu .lang-switch a.active { color: var(--brand); }

/* === HOME HERO — full-bleed cinematic === */
.home-hero {
  position: relative;
  min-height: calc(100svh - 131px);   /* topbar(46) + header(85) → exakt Bildschirmhöhe */
  display: flex; align-items: center;
  color: var(--on-dark);
  overflow: hidden;
  padding: 0;
}
.home-hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.home-hero-seal { position: absolute; top: clamp(20px, 4vh, 46px); right: clamp(18px, 4vw, 60px); width: clamp(94px, 9.5vw, 150px); height: auto; z-index: 3; filter: drop-shadow(0 6px 20px rgba(0,0,0,0.4)); }
@media (max-width: 760px) { .home-hero-seal { width: 76px; top: 16px; right: 16px; } }
/* (Zoom-Hack fürs alte Rapsfeld-Bild entfernt — neues Bild hat Dirk nativ rechts) */
@media (max-width: 1024px) {
  .home-hero { min-height: calc(100svh - 116px); }
}
/* Weicher Blur über der linken Bildhälfte — läuft zu Dirk hin aus (Roy 11.06.: kein Block!) */
.home-hero-blur {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.92) 36%, rgba(0,0,0,0.4) 56%, rgba(0,0,0,0) 70%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.92) 36%, rgba(0,0,0,0.4) 56%, rgba(0,0,0,0) 70%);
}
.home-hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(24,35,15,0.35) 0%, rgba(24,35,15,0.05) 20%, rgba(24,35,15,0) 38%),
    linear-gradient(90deg, rgba(20,29,12,0.72) 0%, rgba(20,29,12,0.45) 38%, rgba(20,29,12,0.15) 56%, rgba(20,29,12,0) 72%),
    linear-gradient(0deg, rgba(20,29,12,0.70) 0%, rgba(20,29,12,0.30) 30%, rgba(20,29,12,0) 55%);
}
/* Handy: gleicher cinematischer Verlauf wie bei den Unterseiten-Heroes (Text liegt hier
   fast vollflächig über dem Bild). Muss NACH der Basis-Regel stehen (Source-Order). */
@media (max-width: 760px) {
  .home-hero-scrim {
    background:
      linear-gradient(180deg, rgba(20,29,12,0.62) 0%, rgba(20,29,12,0.48) 40%, rgba(20,29,12,0.82) 100%),
      linear-gradient(90deg, rgba(20,29,12,0.34) 0%, rgba(20,29,12,0) 72%);
  }
  .home-hero-blur {
    -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.9) 100%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.9) 100%);
  }
}
.home-hero-inner { position: relative; z-index: 2; max-width: none; margin: 0; width: 100%; padding-top: clamp(24px, 5vh, 56px); padding-bottom: clamp(24px, 5vh, 56px); padding-left: max(var(--gutter), calc((100vw - 1300px) / 2)); padding-right: var(--gutter); }
.home-hero h1 { color: var(--on-dark); max-width: 1040px; font-size: clamp(2.3rem, 4.6vw, 4.4rem); line-height: 1.12; text-wrap: balance; text-shadow: 0 2px 30px rgba(0,0,0,0.3); }
.home-hero .lead { color: rgba(247,244,233,0.9); max-width: 44ch; margin-top: 26px; }
.home-hero .home-hero-text-wrap { max-width: 760px; }
.home-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.home-hero-meta {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 28px;
  font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
  color: rgba(247,244,233,0.85);
}
.home-hero-meta span { color: var(--brand); }

/* === PAGE HERO — kompakter Bild-Hero für Unterseiten === */
.page-hero {
  position: relative; color: var(--on-dark); overflow: hidden;
  display: flex; align-items: center;
  min-height: calc(100svh - 131px);   /* wie Startseite: füllt exakt den Bildschirm unter topbar(46)+header(85) */
  padding: 0;
}
@media (max-width: 1024px) { .page-hero { min-height: calc(100svh - 116px); } }
@media (max-width: 760px) { .page-hero { height: auto; min-height: 540px; } }
.page-hero-media { position: absolute; inset: 0; z-index: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.page-hero-media img[src*="tinyhouse-window"] { object-position: 50% 0%; } /* Blog: Kopf sitzt oben im Bild → zeigt den Headroom darüber, damit der Kopf nicht an der Header-Kante klebt */
.page-hero-media img[src*="events-hero"] { object-position: 50% 5%; } /* Termine: Headroom über dem Kopf zeigen → Kopf sitzt tiefer, klar unter dem Header */
.page-hero-media img[src*="journal-hero"] { object-position: 50% 28%; } /* Journal: Dirk auf dem Sofa mittig/rechts → Kopf & Tasse im Blick */

/* Ausbildung: Dirk steht im Bild bei ~55 % Breite — genau dort endet die Headline, der Text
   lag ihm im Kopf (Dirk-Wunsch 15.07.). Das Bild ist 3:2 und wird im breiten Hero VERTIKAL
   beschnitten → object-position X bewirkt hier nichts. Lösung: das Bild breiter rendern als
   den Container (Überstand rechts schneidet .page-hero { overflow:hidden } ab), dadurch
   wandert Dirk nach rechts aus dem Text. Nur ab Tablet — mobil bricht der Text ohnehin um.
   ACHTUNG: der globale Reset `img { max-width: 100% }` (Z. 69) kappt sonst die Breite
   → hier explizit `max-width: none`. */
@media (min-width: 900px) {
  .page-hero-media img[src*="ausbildung-hero"] { width: 118%; max-width: none; object-position: 50% 38%; }
  /* Zweiter Teil des Fix: Dirk sitzt danach KONSTANT bei ~64 % der Breite, die Textspalte
     hatte aber feste 820 px — auf schmaleren Desktops (900–1400) lief sie ihm deshalb
     trotzdem in den Kopf. Darum hier mitskalieren statt fix. Ab ~1400 px greift wieder
     die normale 820er-Breite, dort ist ohnehin genug Luft. */
  .page-ausbildung .page-hero-content { max-width: min(820px, calc(58vw - 160px)); }

  /* Mission: gleiches Thema wie oben. Das Hochformat-Foto wurde zu einem 3:2-Band beschnitten,
     Dirks Gesicht beginnt darin konstant bei ~51 % der Breite. Bei fixen 820 px lief die
     Headline ihm ins Gesicht → Textspalte mitskalieren. */
  .page-mission .page-hero-content { max-width: min(820px, calc(40vw - 64px)); }

  /* Akademie: „Akademie." lag Dirk im Gesicht (Dirk-Wunsch 16.07.). dirk-desk ist 3:2 und wird
     im breiten Hero VERTIKAL beschnitten → object-position X wirkt nicht, also gleiche Lösung
     wie bei der Ausbildung: Bild breiter rendern, Überstand rechts kappt .page-hero
     { overflow:hidden }. Sein Gesicht wandert damit von ~49 % auf ~58 % der Breite.
     WICHTIG: nur .page-akademie — dasselbe Foto ist auch Hero auf /kontakt und /premium
     und Video-Poster auf der Startseite; die dürfen sich nicht mitverschieben.
     `max-width: none` ist Pflicht, sonst kappt der globale Reset img { max-width:100% } (Z. 69). */
  .page-akademie .page-hero-media img[src*="dirk-desk"] { width: 118%; max-width: none; }
  .page-akademie .page-hero-content { max-width: min(820px, calc(47vw - 40px)); }
}
.page-hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  /* Mehrlagig wie Startseite: links betont + sanft oben/unten → weißer Text immer lesbar, auch über hellen Bildern */
  background:
    linear-gradient(180deg, rgba(24,35,15,0.42) 0%, rgba(24,35,15,0.06) 22%, rgba(24,35,15,0) 42%),
    linear-gradient(90deg, rgba(20,29,12,0.80) 0%, rgba(20,29,12,0.50) 40%, rgba(20,29,12,0.16) 58%, rgba(20,29,12,0) 74%),
    linear-gradient(0deg, rgba(20,29,12,0.72) 0%, rgba(20,29,12,0.30) 30%, rgba(20,29,12,0) 56%);
}
/* Weicher Blur über der linken Bildhälfte (wie Startseite) — verbessert die Lesbarkeit des Textes über hellen/unruhigen Bildern */
.page-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  /* Schmaler als Startseite: deckt nur die Textspalte links und läuft VOR der Bildmitte aus → Dirk (meist mittig/rechts) bleibt scharf */
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.92) 28%, rgba(0,0,0,0.34) 44%, rgba(0,0,0,0) 54%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.92) 28%, rgba(0,0,0,0.34) 44%, rgba(0,0,0,0) 54%);
}
/* Bilder, auf denen Dirk LINKS sitzt → horizontal spiegeln, damit er rechts in der scharfen Zone landet (Text bleibt links) */
.page-hero-media img[src*="meditation-wide"],
.page-hero-media img[src*="consultation"],
.page-hero-media img[src*="events-hero"] { transform: scaleX(-1); }
/* Handy: Text liegt fast vollflächig über dem Bild → kräftigerer, cinematischer Verlauf
   über die ganze Breite, damit weißer Text immer lesbar ist. Gesicht oben am hellsten,
   unten (Buttons) am dunkelsten. Muss NACH der Basis-Scrim-Regel stehen (Source-Order). */
@media (max-width: 760px) {
  .page-hero-scrim {
    background:
      linear-gradient(180deg, rgba(20,29,12,0.62) 0%, rgba(20,29,12,0.48) 40%, rgba(20,29,12,0.82) 100%),
      linear-gradient(90deg, rgba(20,29,12,0.34) 0%, rgba(20,29,12,0) 72%);
  }
  .page-hero::before {
    -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.9) 100%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.9) 100%);
  }
}
.page-hero-inner { position: relative; z-index: 2; width: 100%; padding: clamp(48px, 8vh, 84px) 0; }
/* Alle Unterseiten-Heroes sind EINHEITLICH linksbündig — gleiches Schema wie die Startseite. */
.page-hero-inner { text-align: left; }
/* Hero-Text links verankert (statt zentriertem Container) → mehr Breite für die Headline, beginnt näher am Rand. Text bleibt in der linken Blur-/Scrim-Zone, Dirk rechts frei. */
.page-hero .page-hero-inner { max-width: none; padding-left: clamp(24px, 9.5vw, 180px); padding-right: var(--gutter); }
.page-hero-content { max-width: 820px; margin: 0; }
.page-hero h1 { color: var(--on-dark); max-width: none; margin-left: 0; margin-right: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.12; text-wrap: balance; text-shadow: 0 2px 30px rgba(0,0,0,0.35); }
.page-hero .lead { color: rgba(247,244,233,0.9); max-width: 60ch; margin: 22px 0 0; }
.page-hero .hero-actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-start; }
.page-hero .funnel-pills { justify-content: flex-start; }

/* „Original Nr.1"-Eck-Siegel (Ausbildungs-Hero) — identisch zur Startseite: oben rechts, gleiche Größe */
.page-hero .hero-seal-corner { position: absolute; top: clamp(20px, 4vh, 46px); right: clamp(18px, 4vw, 60px); width: clamp(94px, 9.5vw, 150px); height: auto; z-index: 3; filter: drop-shadow(0 6px 20px rgba(0,0,0,0.4)); }
@media (max-width: 760px) {
  .page-hero .hero-seal-corner { width: 76px; top: 16px; right: 16px; }
}
.hero-checklist { list-style: none; display: grid; gap: 11px; margin: 26px 0 6px; }
.hero-checklist li { position: relative; padding-left: 30px; color: var(--on-dark); font-size: 1.04rem; }
.hero-checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--brand); font-weight: 700; }

/* === SECTION HEAD === */
.section-head {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 80px);
  align-items: end; margin-bottom: clamp(28px, 3.6vw, 50px);
}
.section-head h2 { max-width: none; }
.section-head .col-text p { font-size: 1.1rem; text-wrap: balance; }
/* Einheitlicher ZENTRIERTER Section-Kopf — ersetzt die früheren Inline-Styles
   (grid-template-columns:1fr + text-align:center + max-width + margin) auf allen Seiten.
   Behält bewusst die margin-bottom-Clamp von .section-head → gleicher Abstand überall. */
.section-head--center { grid-template-columns: 1fr; row-gap: 14px; text-align: center; max-width: none; margin-left: auto; margin-right: auto; }
.section-head--center h2 { margin-left: auto; margin-right: auto; }
.section-head--center .lead,
.section-head--center .col-text p,
.section-head--center > div > p { max-width: 92ch; margin-left: auto; margin-right: auto; text-wrap: balance; }
@media (max-width: 820px) { .section-head { grid-template-columns: 1fr; gap: 20px; } }

/* === FEATURE ROW — editorial alternating image/text === */
.feature {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px);
  align-items: center;
}
.feature + .feature { margin-top: clamp(64px, 9vw, 130px); }
.feature-media { position: relative; }
.feature-media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; }
.feature-media.wide img { aspect-ratio: 4/3; }
.feature.reverse .feature-body { order: 2; }
.feature.reverse .feature-media { order: 1; }
.feature-tag {
  display: inline-block; font-family: var(--serif); font-style: italic;
  font-size: 1.3rem; color: var(--brand-darker); margin-bottom: 10px;
}
.feature-body h2 { margin-bottom: 18px; }
.feature-body p + p { margin-top: 16px; }
/* „Über Dirk" (Startseite): Bild füllt die linke Spalte auf volle Höhe des Textes rechts */
#ueber-dirk .feature { align-items: stretch; }
#ueber-dirk .feature-media { height: 100%; }
#ueber-dirk .feature-media img { aspect-ratio: auto; height: 100%; min-height: 100%; object-position: 50% 18%; }
/* Expertise als durchlaufender Banner unter dem Feature */
.expertise-marquee { margin-top: clamp(40px, 5vw, 64px); padding-top: clamp(26px, 3vw, 38px); border-top: 1px solid var(--line); }
.expertise-marquee .about-cred-label { margin-bottom: 20px; text-align: center; }
.marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee-track {
  display: flex; width: max-content; gap: 0;
  animation: expertise-scroll 42s linear infinite;
  will-change: transform;
}
.marquee:hover .marquee-track,
.marquee:focus-within .marquee-track { animation-play-state: paused; }
.marquee-item {
  display: inline-flex; align-items: center; white-space: nowrap;
  padding-right: 56px; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.4;
}
.marquee-item::before {
  content: '✦'; margin-right: 14px; color: var(--brand-deep); font-size: 0.92em;
}
@keyframes expertise-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; flex-wrap: wrap; width: 100%; gap: 14px 0; }
  .marquee { -webkit-mask-image: none; mask-image: none; }
  .marquee-item { flex: 0 0 50%; padding-right: 24px; }
}
#premium-dirk .feature { align-items: start; }
.feature-actions { margin-top: 30px; }
@media (max-width: 820px) {
  .feature { grid-template-columns: 1fr; gap: 28px; }
  .feature.reverse .feature-body { order: 2; }
  .feature.reverse .feature-media { order: 1; }
  /* Handy: Hochformat-Bilder nicht so hoch → kompakter (quadratisch), damit sie den Screen nicht füllen */
  .feature-media img { aspect-ratio: 1 / 1; }
  .feature-media.wide img { aspect-ratio: 3 / 2; }
}

/* === SERVICES (image-forward cards) === */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 32px); }
.service-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-image { aspect-ratio: 3/2; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.service-card:hover .service-image img { transform: scale(1.05); }
.service-body { padding: clamp(24px, 2.4vw, 34px); display: flex; flex-direction: column; flex: 1; }
.service-num { font-size: 0.78rem; letter-spacing: 0.18em; color: var(--brand-darker); font-weight: 600; }
.service-body h3 { margin: 12px 0 12px; }
.service-body p { flex: 1; }
.service-foot { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.service-tag { font-size: 0.82rem; color: var(--ink-mid); font-weight: 500; letter-spacing: 0.02em; }
@media (max-width: 920px) { .services { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

/* === ABOUT (home) === */
.about { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 3/4; object-fit: cover; }
.about-image::after {
  content: ''; position: absolute; inset: 18px -18px -18px 18px; z-index: -1;
  border: 1px solid var(--brand-deep); border-radius: var(--radius); opacity: 0.5;
}
.about-kicker { font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand-darker); font-weight: 600; line-height: 1.4; display: block; margin-bottom: 10px; }
.about-content h2 { margin-bottom: 26px; }
.about-content p + p { margin-top: 16px; }
.signature { margin-top: 32px; }
.signature-name { font-family: var(--script); font-style: normal; font-weight: 600; font-size: 2.1rem; color: var(--ink); line-height: 1.1; }
.signature-role { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mid); margin-top: 8px; }
.about-pullquote { margin: 26px 0 0; padding: 2px 0 2px 22px; border-left: 3px solid var(--brand-deep); font-family: var(--script); font-style: normal; font-weight: 600; font-size: clamp(1.6rem, 2.6vw, 2.1rem); line-height: 1.28; color: var(--brand-darker); text-wrap: pretty; }
@media (max-width: 820px) { .about { grid-template-columns: 1fr; } .about-image { max-width: 420px; } .about-image::after { display: none; } }
.about-credentials { margin-top: 26px; }
.about-cred-label { display: block; font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand-darker); font-weight: 600; margin-bottom: 14px; }

/* === QUOTE BLOCK === */
.quote-block { text-align: center; padding: clamp(72px, 10vw, 130px) 0; }
.quote-block q { font-family: var(--serif); font-style: italic; font-size: clamp(1.7rem, 3.4vw, 3rem); line-height: 1.24; color: var(--ink); quotes: none; display: block; max-width: 22ch; margin: 0 auto; }
.quote-block q::before { content: '“'; color: var(--brand-deep); }
.quote-block q::after { content: '”'; color: var(--brand-deep); }
.quote-block .author { display: block; margin-top: 28px; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mid); }
/* quote on image */
.quote-on-image { position: relative; color: var(--on-dark); overflow: hidden; }
.quote-on-image .qoi-media { position: absolute; inset: 0; z-index: 0; }
.quote-on-image .qoi-media img { width: 100%; height: 100%; object-fit: cover; }
/* Meditations-Foto im Zitat-Bild: mehr Kopffreiheit, damit Dirks Kopf oben nicht anschneidet */
.quote-on-image .qoi-media img[src*="meditation-wide"] { object-position: 50% 8%; }
.quote-on-image .qoi-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,29,12,0.55), rgba(20,29,12,0.72)); }
.quote-on-image .quote-block { position: relative; z-index: 2; }
.quote-on-image q { color: var(--on-dark); }
.quote-on-image q::before, .quote-on-image q::after { color: var(--brand); }
.quote-on-image .author { color: rgba(247,244,233,0.7); }

/* Motto-Akzent (kurzes Leitzitat, schlanker als das Bild-Band) */
.motto-band { padding: clamp(40px, 5vw, 64px) 0; text-align: center; }
.motto-band q { font-family: var(--serif); font-style: italic; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.3; color: var(--brand-darker); quotes: none; display: block; max-width: 24ch; margin: 0 auto; text-wrap: balance; }
.motto-band q::before { content: '“'; color: var(--brand-deep); }
.motto-band q::after { content: '”'; color: var(--brand-deep); }
.motto-band .author { display: block; margin-top: 18px; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mid); }

/* === LEAD MAGNET === */
.lead-magnet { padding: clamp(40px, 5vw, 64px) 0; }
.lead-magnet-box {
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: calc(var(--radius) + 6px); color: var(--on-dark);
  padding: clamp(40px, 6vw, 84px) clamp(22px, 5vw, 56px);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.lm-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.lm-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,29,12,0.34), rgba(20,29,12,0.16) 45%, rgba(20,29,12,0.44)); }
.lm-inner { position: relative; z-index: 2; width: 100%; max-width: 1000px; }
.lm-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--brand); color: var(--forest-deep); padding: 12px 28px; border-radius: 100px; font-size: 0.84rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; margin-bottom: 26px; box-shadow: 0 10px 26px rgba(0,0,0,0.30); }
/* Badge, das bei wenig Platz sauber am „·" in zwei zentrierte Zeilen umbricht (statt hässlich mitten im Wort) */
.lm-badge--wrap { flex-wrap: wrap; justify-content: center; row-gap: 1px; text-align: center; }
@media (max-width: 480px) { .lm-badge { padding: 11px 22px; } }
.lm-inner h2 { color: var(--on-dark); font-size: clamp(1.7rem, 2.8vw, 2.2rem); line-height: 1.16; text-wrap: balance; text-shadow: 0 1px 3px rgba(0,0,0,0.6), 0 2px 22px rgba(0,0,0,0.72); }
.lm-lead { color: var(--on-dark); margin: 18px auto 0; max-width: 760px; font-size: 1.05rem; text-wrap: balance; text-shadow: 0 1px 2px rgba(0,0,0,0.65), 0 1px 14px rgba(0,0,0,0.68); }
.lm-form { position: relative; margin: 30px auto 0; max-width: 760px; }
.lm-field { display: flex; gap: 10px; background: rgba(16,24,9,0.46); padding: 8px; border-radius: 100px; border: 1px solid rgba(247,244,233,0.5); }
.lm-field input { flex: 1; background: transparent; border: none; color: var(--on-dark); padding: 12px 20px; font-size: 0.96rem; outline: none; font-family: var(--sans); }
.lm-field input::placeholder { color: rgba(247,244,233,0.85); }
.lm-field .btn { flex-shrink: 0; }
.lm-field--name { margin-bottom: 12px; }
.lm-submit { display: flex; width: fit-content; margin: 12px auto 0; }
.lm-reassure { margin-top: 16px; font-size: 0.82rem; color: rgba(247,244,233,0.85); text-shadow: 0 1px 8px rgba(0,0,0,0.6); }
.lm-consent { font-size: 0.78rem; color: rgba(247,244,233,0.7); margin-top: 12px; text-shadow: 0 1px 8px rgba(0,0,0,0.6); }
.lm-proof { font-size: 0.84rem; color: var(--brand); margin-top: 10px; text-shadow: 0 1px 8px rgba(0,0,0,0.6); }
@media (max-width: 820px) { .lm-field { flex-direction: column; background: transparent; border: none; padding: 0; gap: 12px; } .lm-field input { background: rgba(16,24,9,0.52); border: 1px solid rgba(247,244,233,0.5); border-radius: 100px; } .lm-field .btn { justify-content: center; } }

/* === AUSBILDUNG (home block) === */
.section-forest { background: linear-gradient(160deg, var(--forest), var(--forest-deep)); color: var(--on-dark); }
.section-forest .eyebrow { color: var(--brand); } .section-forest .eyebrow::before { background: var(--brand); }
.section-forest h2, .section-forest h3, .section-forest h4 { color: var(--on-dark); }
.section-forest p { color: var(--on-dark-soft); }
.ausbildung { display: grid; grid-template-columns: 1.4fr 0.9fr; gap: clamp(36px, 5vw, 78px); align-items: start; }
.ausbildung-lead { margin: 18px 0 30px; }
.modules { list-style: none; display: grid; gap: 4px; }
.modules li { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 22px 0; border-top: 1px solid rgba(247,244,233,0.14); align-items: baseline; }
.modules li:last-child { border-bottom: 1px solid rgba(247,244,233,0.14); }
.modules .num { font-family: var(--serif); font-size: 1.5rem; color: var(--brand); font-style: italic; }
.modules h4 { color: var(--on-dark); font-family: var(--sans); text-transform: none; letter-spacing: 0; font-size: 1.12rem; font-weight: 600; margin-bottom: 4px; }
.modules p { font-size: 0.96rem; }
/* Info-Card (ersetzt Preis-Card — KEINE Preise) */
.price-card {
  background: rgba(247,244,233,0.05); border: 1px solid rgba(186,211,119,0.28);
  border-radius: var(--radius); padding: clamp(28px, 3vw, 40px); position: sticky; top: 100px;
}
.price-card .eyebrow { color: var(--brand); } .price-card .eyebrow::before { background: var(--brand); }
.price-card h3 { color: var(--on-dark); font-size: 1.5rem; margin-bottom: 18px; }
.price-card .price-note { color: var(--on-dark-soft); font-size: 0.96rem; margin-bottom: 22px; line-height: 1.6; }
.price-card .feature { display: grid; grid-template-columns: 22px 1fr; gap: 8px; padding: 11px 0; border-top: 1px solid rgba(247,244,233,0.1); color: var(--on-dark); font-size: 0.96rem; }
.price-card .feature + .feature { margin-top: 0; } /* reset editorial .feature row spacing — keep card checkmarks tight */
.price-card .feature::before { content: '✓'; color: var(--brand); font-weight: 700; }
.price-card .btn { margin-top: 26px; width: 100%; justify-content: center; }
@media (max-width: 820px) { .ausbildung { grid-template-columns: 1fr; } .price-card { position: static; } }

/* === RETREATS === */
.retreats { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.4vw, 30px); }
.retreat { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 520px; display: flex; box-shadow: var(--shadow-sm); }
.retreat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.retreat:hover img { transform: scale(1.06); }
/* Verlauf reicht bewusst höher/dunkler als früher: bei hellen Motiven (z. B. das sonnige
   Slowenien-Foto) war der Titel sonst kontrastarm. Der obere Bildteil bleibt frei. */
.retreat-overlay { position: relative; z-index: 2; padding: clamp(28px, 3vw, 42px) clamp(28px, 3vw, 42px) clamp(20px, 2.2vw, 28px); color: var(--on-dark); display: flex; flex-direction: column; justify-content: space-between; width: 100%; background: linear-gradient(180deg, rgba(20,29,12,0.20) 0%, rgba(20,29,12,0) 28%, rgba(20,29,12,0.42) 55%, rgba(20,29,12,0.72) 78%, rgba(20,29,12,0.90) 100%); }
.retreat-overlay .top { display: flex; align-items: center; justify-content: space-between; }
.retreat-tag { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; padding: 7px 14px; border: 1px solid rgba(247,244,233,0.5); border-radius: 100px; backdrop-filter: blur(4px); }
.retreat-num { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: rgba(247,244,233,0.8); }
.retreat-overlay h3 { color: var(--on-dark); font-size: clamp(1.8rem, 3vw, 2.6rem); }
.retreat-overlay h3 em { color: var(--brand); font-style: italic; }
.retreat-overlay p { color: rgba(247,244,233,0.86); margin-top: 8px; max-width: 32ch; }
.retreat-meta { display: flex; gap: 26px; margin-top: 22px; }
.retreat-meta span { font-size: 0.82rem; color: rgba(247,244,233,0.78); }
.retreat-meta strong { display: block; font-family: var(--serif); font-size: 1.7rem; color: var(--on-dark); font-weight: 500; }
@media (max-width: 820px) { .retreats { grid-template-columns: 1fr; } .retreat { min-height: 440px; } }

/* === TEAM === */
.team-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.2vw, 30px); }
.team-tile { text-align: left; }
.team-tile .photo {
  aspect-ratio: 3/4; border-radius: var(--radius-sm); overflow: hidden; background: var(--paper-deep);
  display: flex; align-items: center; justify-content: center; position: relative; box-shadow: var(--shadow-sm);
}
.team-tile .photo::after { content: attr(data-initials); font-family: var(--serif); font-size: 2.6rem; color: var(--brand-deep); opacity: 0.6; }
.team-tile .photo:has(img)::after { content: none; }
.team-tile .photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.team-tile:hover .photo img { transform: scale(1.05); }
.team-tile .name { font-family: var(--serif); font-size: 1.35rem; margin-top: 16px; color: var(--ink); }
.team-tile .role { font-size: 0.8rem; letter-spacing: 0.04em; color: var(--brand-darker); text-transform: uppercase; font-weight: 600; margin-top: 4px; line-height: 1.4; min-height: 2.8em; }
.team-tile .bio { font-size: 0.94rem; margin-top: 12px; line-height: 1.6; }
@media (max-width: 980px) { .team-tiles { grid-template-columns: repeat(2, 1fr); gap: 26px; } }
@media (max-width: 520px) { .team-tiles { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; } }

/* === TESTIMONIALS === */
.testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 2.4vw, 32px); }
.testi-row { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; }
.testi-row blockquote { font-family: var(--serif); font-style: italic; font-size: 1.3rem; line-height: 1.4; color: var(--ink); flex: 1; }
.testi-meta { margin-top: 26px; }
.testi-meta .stars { color: var(--brand-deep); letter-spacing: 2px; }
.testi-meta .name { font-weight: 600; color: var(--ink); margin-top: 8px; }
.testi-meta .source { font-size: 0.82rem; color: var(--ink-mid); margin-top: 2px; }
@media (max-width: 920px) { .testimonials { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }
.testimonials--three { grid-template-columns: repeat(3, 1fr); }

/* === GOOGLE-REZENSIONEN === */
.greview-summary {
  display: flex; width: -moz-fit-content; width: fit-content; align-items: center; gap: 12px;
  margin: 26px auto 44px; padding: 12px 22px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 100px;
  box-shadow: var(--shadow-sm); text-decoration: none;
}
a.greview-summary { transition: box-shadow 0.2s var(--ease); }
a.greview-summary:hover { box-shadow: var(--shadow); }
.greview-logo { width: 22px; height: 22px; flex: none; line-height: 0; }
.greview-logo svg, .greview-badge svg { display: block; width: 100%; height: 100%; }
.greview-summary .greview-stars { color: #FBBC04; letter-spacing: 3px; font-size: 1.15rem; line-height: 1; }
.greview-count { font-family: var(--sans); font-weight: 600; color: var(--ink); font-size: 0.98rem; }

.greviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 2.4vw, 30px); }
.greviews--three { grid-template-columns: repeat(3, 1fr); }
.greview {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(24px, 2.6vw, 34px); margin: 0; display: flex; flex-direction: column;
}
.greview-head { display: flex; align-items: center; gap: 14px; }
.greview-avatar {
  width: 46px; height: 46px; flex: none; border-radius: 50%; overflow: hidden;
  background: var(--brand-soft, #e8efd4); position: relative;
}
.greview-avatar img { width: 100%; height: 100%; object-fit: cover; }
.greview-avatar::after {
  content: attr(data-initials); position: absolute; inset: 0;
  display: grid; place-items: center; font-family: var(--sans); font-weight: 700;
  font-size: 1rem; color: var(--brand-darker);
}
.greview-avatar:has(img)::after { content: none; }
.greview-person { display: flex; flex-direction: column; line-height: 1.3; flex: 1; min-width: 0; }
.greview-name { font-family: var(--sans); font-weight: 600; color: var(--ink); }
.greview-source { font-family: var(--sans); font-size: 0.8rem; color: var(--ink-mid); }
.greview-badge { width: 22px; height: 22px; flex: none; }
.greview-stars-row { color: #FBBC04; letter-spacing: 2px; font-size: 1.05rem; margin: 16px 0 10px; }
.greview-text { font-family: var(--sans); font-style: normal; font-size: 1rem; line-height: 1.65; color: var(--ink-soft); }
@media (max-width: 920px) { .greviews { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }

/* Intuitives Heilen — Erklär-/Hilfe-Abschnitte (Flyer "Good to know") */
.heal-about { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.heal-about-text p { color: var(--ink-mid); margin-top: 16px; }
.heal-about-text p:first-child { margin-top: 0; }
.heal-benefits { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 34px); }
.heal-benefits h3 { font-size: 1.1rem; margin-bottom: 16px; }
.heal-benefits ul { list-style: none; display: grid; gap: 13px; }
.heal-benefits li { position: relative; padding-left: 30px; color: var(--ink); }
.heal-benefits li::before { content: '✓'; position: absolute; left: 0; color: var(--brand-deep); font-weight: 700; }
.help-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 3.2vw, 44px); }
.help-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 30px; }
.help-grid li { position: relative; padding-left: 28px; color: var(--ink); }
.help-grid li::before { content: '✦'; position: absolute; left: 0; color: var(--brand-deep); }
.heal-note { margin-top: clamp(24px, 3vw, 36px); font-size: 0.86rem; color: var(--ink-mid); max-width: 760px; }
@media (max-width: 920px) { .heal-about { grid-template-columns: 1fr; } .help-grid { grid-template-columns: repeat(2, 1fr); } .testimonials--three { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }
@media (max-width: 520px) { .help-grid { grid-template-columns: 1fr; } }

/* === FAQ === */
.faq-list { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; }
.faq-item { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: start; padding: 26px 4px; border-top: 1px solid var(--line); cursor: pointer; transition: background 0.2s; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-num { font-size: 0.8rem; color: var(--brand-darker); font-weight: 600; padding-top: 4px; }
.faq-q { font-family: var(--serif); font-size: 1.3rem; color: var(--ink); }
.faq-a { color: var(--ink-soft); font-size: 1rem; line-height: 1.7; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.4s var(--ease), opacity 0.3s, margin-top 0.3s; }
/* 320px reichten für längere Antworten auf schmalen Viewports nicht — Text wurde abgeschnitten. */
.faq-item.open .faq-a { max-height: 720px; opacity: 1; margin-top: 12px; }
.faq-toggle { font-size: 1.5rem; color: var(--brand-darker); transition: transform 0.3s var(--ease); line-height: 1; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }

/* === STEPS === */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.4vw, 32px); }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 2.6vw, 36px); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.step-num { font-family: var(--serif); font-style: italic; font-size: 2.4rem; color: var(--brand-deep); display: block; margin-bottom: 14px; }
.step h4 { font-family: var(--sans); text-transform: none; letter-spacing: 0; font-size: 1.15rem; color: var(--ink); margin-bottom: 10px; }
.step p { font-size: 0.96rem; }
@media (max-width: 920px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* === SUITABILITY === */
.suitability { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); max-width: 1000px; margin: 0 auto; }
.suit-col { border-radius: var(--radius); padding: clamp(28px, 3vw, 42px); }
.suit-col h3 { font-size: 1.3rem; margin-bottom: 20px; min-height: 2.4em; }
.suit-col ul { list-style: none; display: grid; gap: 14px; }
.suit-col li { position: relative; padding-left: 32px; color: var(--ink-soft); }
.suit-col-yes { background: var(--brand-mist); border: 1px solid var(--brand-soft); }
.suit-col-yes h3 { color: var(--brand-ink); }
.suit-col-yes li::before { content: '✓'; position: absolute; left: 0; color: var(--brand-darker); font-weight: 700; }
.suit-col-no { background: var(--surface); border: 1px solid var(--line); }
.suit-col-no h3 { color: var(--ink); }
.suit-col-no li::before { content: '–'; position: absolute; left: 4px; color: var(--ink-quiet); font-weight: 700; }
@media (max-width: 720px) { .suitability { grid-template-columns: 1fr; } }

/* === BEFORE / AFTER === */
.beforeafter { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 36px); }
.beforeafter .col { border-radius: var(--radius); padding: clamp(28px, 3vw, 42px); }
.beforeafter .col h4 { font-size: 0.84rem; margin-bottom: 22px; }
.beforeafter ul { list-style: none; display: grid; gap: 14px; }
.beforeafter li { position: relative; padding-left: 26px; }
.col-before { background: var(--surface); border: 1px solid var(--line); }
.col-before h4 { color: var(--ink-mid); }
.col-before li { color: var(--ink-mid); }
.col-before li::before { content: '○'; position: absolute; left: 0; color: var(--ink-quiet); }
.col-after { background: linear-gradient(150deg, var(--brand-mist), var(--surface)); border: 1px solid var(--brand-soft); }
.col-after h4 { color: var(--brand-ink); }
.col-after li { color: var(--ink); font-weight: 500; padding-left: 34px; }
.col-after li::before {
  content: '✓';
  position: absolute; left: 0; top: 0;
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand); color: var(--forest-deep);
  border-radius: 50%; font-size: 0.76rem; font-weight: 900; line-height: 1;
  box-shadow: 0 2px 7px rgba(142,170,78,0.45);
}
/* Erstes Wort der Überschrift hervorheben ("Vor"/"Nach") */
.beforeafter .ba-em { font-weight: 800; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
.col-before .ba-em { color: var(--ink); }
.col-after .ba-em { color: var(--brand-darker); }
@media (max-width: 720px) { .beforeafter { grid-template-columns: 1fr; } }

/* === Ausbildung — "Erkennst du dich wieder?" (Probleme der Kunden) === */
.recognize { max-width: 760px; margin: 0 auto; }
.recognize-lead { font-size: 1.1rem; line-height: 1.72; color: var(--ink); text-align: center; }
.recognize-qs { list-style: none; display: grid; gap: 12px; margin: 30px auto; max-width: 620px; }
.recognize-qs li {
  position: relative; padding: 15px 20px 15px 54px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  font-family: var(--serif); font-style: italic; font-size: 1.14rem; color: var(--ink);
}
.recognize-qs li::before {
  content: '?'; position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%;
  background: var(--brand-soft, #e8efd4); color: var(--brand-darker);
  font-family: var(--sans); font-style: normal; font-weight: 700; font-size: 0.92rem;
}
.recognize-after { color: var(--ink-mid); line-height: 1.72; text-align: center; }
.recognize-feel {
  margin: 28px auto; max-width: 620px; text-align: center;
  font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 2.4vw, 1.55rem);
  line-height: 1.4; color: var(--brand-darker);
}
.recognize-feel-label {
  display: block; font-family: var(--sans); font-style: normal; font-weight: 600;
  font-size: 0.8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mid); margin-bottom: 10px;
}
.recognize-bridge { text-align: center; color: var(--ink); font-weight: 500; max-width: 640px; margin: 0 auto; }

/* === COLS-2 === */
.cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (max-width: 820px) { .cols-2 { grid-template-columns: 1fr; } }

/* === CONTENT BLOCK (ausbildung Inhalte) === */
.content-block { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 70px); align-items: center; }
.content-block:nth-child(even) .content-block-image { order: 2; }
.content-block + .content-block { margin-top: clamp(48px, 7vw, 90px); }
.content-block-image img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-sm); aspect-ratio: 4/3; object-fit: cover; }
.content-block h3 { margin-bottom: 6px; }
.content-block-lead { color: var(--brand-darker); } /* dunkleres Grün: bessere Lesbarkeit auf hellem/beigem Grund (Dirk-Wunsch) */
.content-block ul { list-style: none; margin-top: 18px; display: grid; gap: 10px; }
.content-block li { position: relative; padding-left: 26px; color: var(--ink-soft); }
.content-block li::before { content: '✦'; position: absolute; left: 0; color: var(--brand-deep); }
@media (max-width: 820px) { .content-block { grid-template-columns: 1fr; } .content-block:nth-child(even) .content-block-image { order: 0; } }

/* === PAGE SUB-NAV (ausbildung) === */
.page-subnav { position: sticky; top: 82px; z-index: 40; background: rgba(250,248,241,0.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.page-subnav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.page-subnav ul { list-style: none; display: flex; gap: 26px; overflow-x: auto; padding: 16px 0; scrollbar-width: none; }
.page-subnav ul::-webkit-scrollbar { display: none; }
.page-subnav a { font-size: 0.86rem; font-weight: 500; color: var(--ink-mid); white-space: nowrap; transition: color 0.2s; }
.page-subnav a.active, .page-subnav a:hover { color: var(--brand-darker); }
.page-subnav-cta { padding: 11px 22px; font-size: 0.85rem; }
@media (max-width: 820px) { .page-subnav-cta { display: none; } }

/* trust-bar (ausbildung simple variant) */
.trust-bar { background: var(--forest-deep); color: var(--on-dark); padding: 22px 0; }
.trust-bar .wrap { display: flex; flex-wrap: wrap; gap: 20px 26px; align-items: center; justify-content: center; }
/* Logos bleiben zusammen in einer Zeile (auch auf dem Handy) */
.trust-bar .trust-logos-row { display: flex; align-items: center; gap: clamp(14px, 4vw, 26px); flex-wrap: nowrap; justify-content: center; }
@media (max-width: 600px) { .trust-bar .wrap { flex-direction: column; gap: 14px; } .trust-bar .tv-logo-chip { padding: 6px 11px; } .trust-bar .tv-logo-chip img { height: 18px; } }
.trust-bar .trust-item { font-size: 0.92rem; color: var(--on-dark-soft); }
.trust-bar .trust-item strong { color: var(--brand); }
.trust-bar .icon { color: var(--brand); }

/* === TRUST BAR (home, under hero) === */
.trustbar { background: var(--surface); border-bottom: 1px solid var(--line); padding: 36px 0; }
.trustbar-grid { display: grid; grid-template-columns: 1.5fr 1fr 0.9fr 1fr 1.3fr; gap: clamp(16px, 2.2vw, 38px); align-items: center; }
.trust-cell { display: flex; flex-direction: column; gap: 6px; }
.trust-eyebrow { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mid); font-weight: 600; }
.trust-logos { display: flex; align-items: center; gap: 8px; flex-wrap: nowrap; }
.trust-logo { font-family: var(--serif); font-size: 1.05rem; color: var(--ink); font-weight: 600; }
.trust-logo em { font-style: italic; color: var(--brand-darker); }
.press-logo { height: 21px; width: auto; max-width: 96px; vertical-align: middle; object-fit: contain; }
.trust-sep { color: var(--ink-quiet); }
.trust-rating { flex-direction: row; align-items: center; gap: 12px; }
.trust-stars { color: var(--brand-deep); letter-spacing: 1px; }
.trust-rating-text strong { display: block; font-size: 1.05rem; color: var(--ink); }
.trust-rating-text span { font-size: 0.8rem; color: var(--ink-mid); }
.trust-num { font-family: var(--serif); font-size: 1.9rem; color: var(--ink); line-height: 1; }
.trust-label { font-size: 0.78rem; color: var(--ink-mid); line-height: 1.3; }
.trust-experience, .trust-trained, .trust-coaching { align-items: center; text-align: center; justify-content: center; }
.trust-experience .trust-label, .trust-trained .trust-label, .trust-coaching .trust-label { min-height: 2.6em; }
@media (max-width: 880px) {
  .trustbar { padding: 30px 0; }
  /* Presse-Zelle oben über volle Breite, darunter ein sauberes 2×2-Raster aus
     Bewertung + 3 Kennzahlen (sonst bleibt eine Zahl allein in der letzten Reihe). */
  .trustbar-grid { grid-template-columns: 1fr 1fr; gap: 26px 18px; align-items: start; }
  .trust-press { grid-column: 1 / -1; align-items: center; text-align: center; gap: 12px; }
  .trust-logos { justify-content: center; }
  /* Bewertung wird zur 4. Kennzahl → gleiche Optik wie die Zahlen */
  .trust-rating { flex-direction: column; align-items: center; text-align: center; gap: 3px; }
  .trust-rating .trust-stars { order: -1; font-size: 0.85rem; }
  .trust-rating-text { text-align: center; }
  .trust-rating-text strong { font-family: var(--serif); font-size: 1.9rem; line-height: 1; font-weight: 500; }
  .trust-rating-text span { font-size: 0.78rem; color: var(--ink-mid); line-height: 1.3; }
  /* gleiche Label-Höhe → Reihen fluchten sauber */
  .trust-label, .trust-rating-text span { display: block; min-height: 2.6em; }
}

/* === FUNNEL (kontakt) === */
.funnel-pills { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.funnel-pills li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 100px; border: 1px solid rgba(247,244,233,0.4); font-size: 0.84rem; font-weight: 500; color: rgba(247,244,233,0.9); }
.funnel-pills li span { color: var(--brand); }
.funnel-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 32px); counter-reset: f; }
.funnel-step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 3vw, 40px); }
.funnel-step-num { font-family: var(--serif); font-style: italic; font-size: 2.4rem; color: var(--brand-deep); display: block; margin-bottom: 12px; }
.funnel-step h4 { font-family: var(--sans); text-transform: none; letter-spacing: 0; font-size: 1.15rem; color: var(--ink); margin-bottom: 10px; }
@media (max-width: 820px) { .funnel-steps { grid-template-columns: 1fr; } }

/* === FINAL CTA === */
.final-cta { background: linear-gradient(160deg, var(--forest), var(--forest-deep)); color: var(--on-dark); text-align: center; padding: clamp(48px, 5vw, 84px) 0; }
.final-cta .eyebrow { color: var(--brand); justify-content: center; } .final-cta .eyebrow::before { display: none; }
.final-cta h2 { color: var(--on-dark); margin: 0 auto 22px; max-width: none; font-size: clamp(1.7rem, 2.4vw, 2.4rem); }
/* Final-CTA-Button auf ALLEN Seiten einheitlich im hellen Markengrün (statt mal Umriss, mal grün) */
.final-cta .btn { background: var(--brand); color: var(--forest-deep); border-color: var(--brand); }
.final-cta .btn:hover { background: var(--brand-soft); border-color: var(--brand-soft); color: var(--forest-deep); transform: translateY(-2px); }
.final-cta-note { margin-top: 20px; font-size: 0.85rem; color: var(--on-dark-soft); }
.final-cta p { color: var(--on-dark-soft); max-width: 56ch; margin: 0 auto 36px; font-size: 1.1rem; }

/* === LEGAL PAGES (Impressum · Datenschutz · AGB) === */
.legal-section { padding: clamp(90px, 11vw, 150px) 0 clamp(64px, 8vw, 110px); }
.legal h1 { font-size: clamp(2.4rem, 4vw, 3.4rem); margin-bottom: 30px; }
.legal h3 { font-size: 1.25rem; margin: 36px 0 10px; }
.legal p { margin-bottom: 8px; }
.legal ul, .legal ol { margin: 10px 0 10px 22px; display: grid; gap: 8px; }
.legal ul li, .legal ol li { color: var(--ink-soft); }
.legal a { color: var(--brand-darker); text-decoration: underline; }
.legal-note { margin-top: 36px; padding: 16px 20px; background: var(--paper-warm); border-left: 3px solid var(--brand-deep); border-radius: var(--radius-sm); font-size: 0.9rem; color: var(--ink-mid); }
.legal-note--top { margin-top: 0; margin-bottom: 32px; border-left-color: #b3541e; }
.legal-box { margin: 16px 0; padding: 18px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 0.92rem; }
.legal-box p { margin-bottom: 8px; }
.legal-box p:last-child { margin-bottom: 0; }
.legal-box strong { color: var(--ink); }
.legal-divider { border: none; border-top: 1px solid var(--line); margin: 32px 0; }
.legal-imported table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 0.88rem; }
.legal-imported th, .legal-imported td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal-imported a { word-break: break-word; }

/* === MISSION & WERTE === */
.mission-kicker { display: block; font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand-darker); font-weight: 600; margin-bottom: 22px; }
.mission-statement { font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.3; color: var(--ink); max-width: 28ch; margin: 0 auto; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 28px); }
.value-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 2.6vw, 36px); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.value-mark { color: var(--brand-deep); font-size: 1.4rem; line-height: 1; }
.value-card h3 { font-size: 1.35rem; margin: 12px 0 10px; }
.value-card p { font-size: 0.98rem; }
@media (max-width: 920px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .values-grid { grid-template-columns: 1fr; } }

/* === BLOG / JOURNAL === */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 30px); }
.blog-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-deep); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
/* Pro-Bild-Ausschnitte für Blog-Karten (Motiv besser im Bild) */
.blog-card-img img[src*="about-dirk"]    { object-position: 50% 18%; } /* Ängste: Hochformat-Porträt → Gesicht zeigen */
.blog-card-img img[src*="field-walk"]    { object-position: 50% 60%; } /* Geld: weniger Himmel, Gesicht/Körper zeigen */
.blog-card-body { display: flex; flex-direction: column; flex: 1; padding: clamp(22px, 2.4vw, 30px); }
.blog-card-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.blog-cat { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: var(--brand-darker); }
.blog-date { font-size: 0.8rem; color: var(--ink-mid); }
.blog-card h3 { font-size: 1.32rem; line-height: 1.22; }
.blog-card p { font-size: 0.96rem; margin: 12px 0 18px; flex: 1; }
.blog-more { font-size: 0.9rem; font-weight: 600; color: var(--brand-darker); transition: color 0.2s; }
.blog-card:hover .blog-more { color: var(--brand-ink); }
@media (max-width: 920px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* === BLOG POST / ARTICLE === */
.blog-post-meta { display: inline-flex; align-items: center; gap: 10px; justify-content: center; flex-wrap: wrap; color: var(--on-dark); font-size: 0.82rem; letter-spacing: 0.04em; margin-bottom: 18px; }
.blog-post-meta .blog-cat { color: var(--brand); }
.blog-post-meta .blog-post-dot { opacity: 0.5; }
.article { padding: clamp(50px, 6vw, 96px) 0; }
.article-body { font-size: 1.08rem; color: var(--ink-soft); }
.article-body > *:first-child { margin-top: 0; }
.article-body p { margin-top: 1.15em; line-height: 1.85; color: var(--ink-soft); }
.article-body h2 { font-family: var(--serif); font-weight: 500; color: var(--ink); font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.18; margin-top: 1.7em; }
.article-body h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); font-size: clamp(1.3rem, 1.9vw, 1.6rem); margin-top: 1.4em; }
.article-body ul, .article-body ol { margin-top: 1.1em; padding-left: 1.3em; color: var(--ink-soft); }
.article-body li { margin-top: 0.5em; line-height: 1.7; }
.article-body li::marker { color: var(--brand-deep); }
.article-body blockquote { margin: 1.6em 0; padding: 4px 0 4px 24px; border-left: 3px solid var(--brand); font-family: var(--serif); font-style: italic; font-size: clamp(1.25rem, 1.8vw, 1.5rem); line-height: 1.4; color: var(--ink); }
.article-body strong { color: var(--ink); font-weight: 600; }
.article-body a { color: var(--brand-darker); text-decoration: underline; text-underline-offset: 2px; }
.article-body a:hover { color: var(--brand-ink); }
.article-body img { border-radius: var(--radius-sm); margin: 1.6em 0; }
.article-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--line); }
.article-author { display: flex; flex-direction: column; }
.article-author-name { font-family: var(--serif); font-size: 1.2rem; color: var(--ink); }
.article-author-role { font-size: 0.84rem; color: var(--ink-mid); }
@media (max-width: 520px) { .article-foot { flex-direction: column; align-items: flex-start; } }

/* === EVENTS / TERMINE === */
.events-list { list-style: none; display: grid; gap: 18px; }
.event-row { display: grid; grid-template-columns: 230px 1fr auto; gap: clamp(20px, 3vw, 44px); align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 2.6vw, 34px); transition: box-shadow 0.3s var(--ease); }
.event-row:hover { box-shadow: var(--shadow-sm); }
.event-when { display: flex; flex-direction: column; gap: 6px; }
.event-cat { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: var(--brand-darker); line-height: 1.4; }
/* Titel-Spalte um die Eyebrow-Höhe (+ Spaltenabstand) versetzen → Titel sitzt auf Datums-Höhe */
.event-main { padding-top: calc(0.72rem * 1.4 + 6px); }
.event-date { font-family: var(--serif); font-size: 1.25rem; color: var(--ink); line-height: 1.15; }
.event-date .ed-day { display: block; }
.event-date .ed-time { display: block; margin-top: 5px; font-family: var(--sans); font-size: 0.88rem; color: var(--ink-mid); line-height: 1.3; }
.event-main h3 { font-size: 1.4rem; margin-bottom: 4px; }
.event-loc { font-size: 0.85rem; color: var(--ink-mid); margin-bottom: 8px; letter-spacing: 0.01em; }
.event-action { white-space: nowrap; align-self: center; }
@media (max-width: 820px) { .event-row { grid-template-columns: 1fr; gap: 14px; } .event-main { padding-top: 0; } .event-action { align-self: stretch; } .event-action .btn { width: 100%; justify-content: center; } }
.events-heading { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.4vw, 2rem); color: var(--ink); margin-bottom: 22px; }
.events-heading-past { margin-top: 64px; color: var(--ink-mid); }
.events-list-past .event-row { opacity: 0.7; }

/* --- Events: zwei Format-Karten (InfoDay / HealersDay) --- */
.event-formats { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 3vw, 32px); margin-top: 8px; }
.efmt-card { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 3vw, 40px); text-decoration: none; color: inherit; transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease), border-color 0.3s var(--ease); }
.efmt-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: rgba(110,138,56,0.4); }
.efmt-card h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.4vw, 1.9rem); color: var(--ink); }
.efmt-card p { color: var(--ink-soft); line-height: 1.6; }
.efmt-tag { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.efmt-tag--open { color: var(--forest-deep); background: var(--brand); }
.efmt-tag--closed { color: var(--brand-darker); background: rgba(110,138,56,0.12); border: 1px solid rgba(110,138,56,0.28); }
.efmt-card--closed { background: var(--paper-warm); }
.efmt-link { margin-top: auto; font-weight: 600; color: var(--brand-ink); border-bottom: 1.5px solid rgba(110,138,56,0.4); padding-bottom: 2px; transition: border-color 0.25s var(--ease); }
.efmt-card:hover .efmt-link { border-color: var(--brand-ink); }
@media (max-width: 720px) { .event-formats { grid-template-columns: 1fr; } }

/* --- Events: Feature-Details (Badge, Mini-Head, Fakten, Hinweis) --- */
.media-badge { position: absolute; left: 16px; bottom: 16px; background: var(--brand); color: var(--forest-deep); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; padding: 8px 16px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.mini-head { font-family: var(--serif); font-weight: 500; font-size: 1.15rem; color: var(--ink); margin: 30px 0 6px; }
.fact-list { margin-top: 28px; display: grid; gap: 18px; }
.fact-list dt { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: var(--brand-darker); margin-bottom: 5px; }
.fact-list dd { color: var(--ink-soft); line-height: 1.6; }
.section-forest .fact-list dt { color: var(--brand); }
.section-forest .fact-list dd { color: var(--on-dark-soft); }
.lock-note { margin-top: 28px; padding: 20px 24px; border-radius: var(--radius); background: rgba(0,0,0,0.16); border-left: 3px solid var(--brand); }
.lock-note-label { display: inline-block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--brand); margin-bottom: 8px; }
.lock-note p { color: var(--on-dark-soft); line-height: 1.6; margin: 0; }

/* --- Events: Termin-Zeile Zusätze --- */
.event-free { margin-top: 4px; align-self: flex-start; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; color: var(--forest-deep); background: var(--brand); padding: 3px 11px; border-radius: 999px; }
.event-place-note { margin-top: 10px; font-size: 0.85rem; color: var(--ink-mid); }
/* Events-Galerie: Hochformat-Fotos ohne Beschnitt (WhatsApp 3:4) */
.retreat-gallery--portrait .rg-item img { aspect-ratio: 3 / 4; }

/* --- InfoDay: „Was dich erwartet" als nummeriertes Karten-Raster --- */
.agenda { margin-top: clamp(48px, 7vw, 84px); }
.agenda-title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.6vw, 2rem); color: var(--ink); text-align: center; margin-bottom: clamp(26px, 3.5vw, 40px); }
.agenda-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.6vw, 20px); }
.agenda-card { display: flex; gap: 18px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 2.2vw, 28px); transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease); }
.agenda-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.agenda-num { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--brand); color: var(--forest-deep); font-family: var(--serif); font-weight: 600; font-size: 1.05rem; display: grid; place-items: center; }
.agenda-card p { color: var(--ink-soft); line-height: 1.55; margin: 6px 0 0; }
@media (max-width: 900px) { .agenda-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .agenda-grid { grid-template-columns: 1fr; } }

/* --- InfoDay: Ort & Anmeldung Callout --- */
.infoday-place { margin-top: clamp(28px, 3.5vw, 44px); display: flex; gap: 18px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: var(--radius); padding: 22px clamp(22px, 2.4vw, 30px); }
.infoday-place .ip-icon { font-size: 1.4rem; line-height: 1.2; flex: none; }
.infoday-place strong { display: block; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-darker); margin-bottom: 6px; }
.infoday-place p { color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* === KONTAKT: direkte Buchung (Calendly) + Alternativen === */
.booking { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.booking-info { position: sticky; top: 110px; }
.booking-info h2 { margin-bottom: 16px; }
.booking-points { list-style: none; display: grid; gap: 12px; margin-top: 26px; }
.booking-points li { position: relative; padding-left: 30px; color: var(--ink-soft); }
.booking-points li::before { content: '✓'; position: absolute; left: 0; color: var(--brand-darker); font-weight: 700; }
.booking-meta { margin-top: 26px; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mid); font-weight: 600; }
.booking-points-center { display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: center; max-width: 780px; margin: 0 auto 34px; }
.booking-points-center li { color: var(--on-dark-soft); }
.booking-points-center li::before { color: var(--brand); }
.booking-widget { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); min-height: 700px; }
.booking-fallback { display: flex; align-items: center; justify-content: center; min-height: 600px; color: var(--ink-mid); }
@media (max-width: 900px) { .booking { grid-template-columns: 1fr; } .booking-info { position: static; } }

.contact-alt { display: grid; grid-template-columns: 1.5fr 0.9fr; gap: clamp(28px, 4vw, 56px); align-items: start; max-width: 1040px; margin: 0 auto; }
.contact-call { background: var(--paper-warm); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 3vw, 36px); }
.contact-call h3 { margin-bottom: 10px; }
.contact-call .btn { margin-top: 16px; }
.contact-call .contact-mail { display: block; margin-top: 16px; color: var(--brand-darker); font-size: 0.92rem; }
@media (max-width: 820px) { .contact-alt { grid-template-columns: 1fr; } }

/* ============================================================
   LANDINGPAGE /erstgespraech (Baulig-Funnel)
============================================================ */
/* Fokussierter Header — Ablenkung raus */
body.page-erstgespraech .nav-links,
body.page-erstgespraech .topbar-links,
body.page-erstgespraech .nav-shop,
body.page-weiter .nav-links,
body.page-weiter .topbar-links,
body.page-weiter .nav-shop { display: none; }

.lp-hero { padding: clamp(56px, 8vw, 104px) 0 clamp(44px, 6vw, 76px); background: var(--paper); }
.lp-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); max-width: 20ch; margin: 8px auto 0; }
.lp-hero .lead { max-width: 60ch; margin: 22px auto 0; }
.lp-hero-note { margin-top: 18px; font-size: 0.85rem; color: var(--ink-mid); letter-spacing: 0.03em; }

.lp-video { position: relative; aspect-ratio: 16/9; max-width: 760px; margin: 38px auto; border-radius: var(--radius); background: linear-gradient(135deg, var(--forest), var(--forest-deep)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--on-dark); overflow: hidden; box-shadow: var(--shadow); }
.lp-video-play { width: 74px; height: 74px; border-radius: 50%; border: none; background: var(--brand); color: var(--forest-deep); font-size: 1.4rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform 0.2s var(--ease); }
.lp-video-play:hover { transform: scale(1.08); }
.lp-video-label { font-family: var(--serif); font-size: 1.3rem; }
.lp-video-todo { font-size: 0.78rem; color: rgba(247,244,233,0.45); }
.lp-video-sm { aspect-ratio: auto; min-height: 240px; }

.lp-press { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.lp-press .wrap { display: flex; align-items: center; gap: 28px; justify-content: center; flex-wrap: wrap; }
.lp-press-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mid); font-weight: 600; }
.lp-press-logos { display: flex; gap: 26px; flex-wrap: wrap; }
.lp-press-logos span { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); font-weight: 600; }
.lp-press-logos em { color: var(--brand-darker); font-style: italic; }

.lp-problems { list-style: none; display: grid; gap: 14px; max-width: 760px; margin: 0 auto; }
.lp-problems li { position: relative; padding: 16px 18px 16px 50px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); }
.lp-problems li::before { content: '✗'; position: absolute; left: 18px; top: 15px; color: var(--bronze); font-weight: 700; }
.lp-problem-close { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 2vw, 1.7rem); color: var(--ink); max-width: 60ch; margin: 36px auto 0; }

.lp-benefits { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 32px; max-width: 900px; margin: 0 auto; }
.lp-benefits li { position: relative; padding-left: 34px; color: var(--on-dark); font-size: 1.05rem; }
.lp-benefits li::before { content: '✓'; position: absolute; left: 0; color: var(--brand); font-weight: 700; font-size: 1.1rem; }
@media (max-width: 600px) { .lp-benefits { grid-template-columns: 1fr; } }

/* Funnel-Formular */
.lp-funnel { max-width: 640px; margin: 0 auto; background: rgba(255,255,255,0.05); border: 1px solid rgba(247,244,233,0.14); border-radius: var(--radius); padding: clamp(26px, 4vw, 42px); }
.lp-funnel h3 { color: var(--on-dark); margin-bottom: 20px; }
.lp-funnel label { color: var(--on-dark); }
.lp-funnel .form-field { margin-bottom: 18px; }
.lp-progress { height: 6px; background: rgba(247,244,233,0.15); border-radius: 100px; overflow: hidden; margin-bottom: 8px; }
.lp-progress-bar { display: block; height: 100%; background: var(--brand); transition: width 0.4s var(--ease); }
.lp-progress-label { font-size: 0.74rem; color: var(--on-dark-soft); margin-bottom: 24px; letter-spacing: 0.1em; text-transform: uppercase; }
.lp-step-nav { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.lp-radios { display: grid; gap: 10px; }
.lp-radio { display: flex; align-items: center; gap: 12px; padding: 13px 18px; border: 1px solid rgba(247,244,233,0.2); border-radius: var(--radius-sm); color: var(--on-dark); cursor: pointer; transition: all 0.2s var(--ease); }
.lp-radio:hover { border-color: var(--brand); background: rgba(186,211,119,0.08); }
.lp-radio input { width: auto; }
.lp-consent { display: flex; gap: 10px; align-items: flex-start; color: var(--on-dark-soft); font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 0.9rem; }
.lp-consent input { width: auto; margin-top: 4px; }
.field-error { border-color: #d98c8c !important; box-shadow: 0 0 0 2px rgba(217,140,140,0.2); }
.lp-calendar { max-width: 760px; margin: 0 auto; }
.lp-calendar-widget { background: var(--surface); border-radius: var(--radius); overflow: hidden; }

/* === FORMS === */
.form-row { display: grid; gap: 22px; }
.form-field .row-2, .form-field.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; font-size: 0.84rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 8px; letter-spacing: 0.02em; }
input, select, textarea { width: 100%; padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); font-family: var(--sans); font-size: 1rem; color: var(--ink); outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
input:focus, select:focus, textarea:focus { border-color: var(--brand-deep); box-shadow: 0 0 0 3px rgba(186,211,119,0.25); }
textarea { resize: vertical; }
@media (max-width: 620px) { .form-field .row-2, .form-field.row-2 { grid-template-columns: 1fr; } }

/* === FOOTER NEWSLETTER === */
.footer-newsletter { background: var(--paper-deep); padding: clamp(48px, 6vw, 80px) 0; }
.footer-newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.footer-newsletter h3 { font-size: clamp(1.6rem, 2.6vw, 2.3rem); }
.footer-newsletter p { margin-top: 8px; }
.footer-newsletter-note { margin-top: 14px; font-size: 0.8rem; color: var(--ink-mid); letter-spacing: 0.01em; text-align: center; }
.footer-newsletter-note span { color: var(--brand-darker); font-weight: 700; }
.footer-newsletter-form .lm-field { background: var(--surface); border: 1px solid rgba(24,35,15,0.18); }
.footer-newsletter-form .lm-field input { color: var(--ink); }
.footer-newsletter-form .lm-field input::placeholder { color: var(--ink-mid); opacity: 1; }
.footer-newsletter-submit { display: flex; width: fit-content; margin: 12px auto 0; }
@media (max-width: 820px) { .footer-newsletter-grid { grid-template-columns: 1fr; } .footer-newsletter-form .lm-field { flex-direction: column; background: transparent; border: none; padding: 0; gap: 12px; } .footer-newsletter-form .lm-field input { background: var(--surface); border: 1px solid rgba(24,35,15,0.2); border-radius: 100px; } .footer-newsletter-form .btn { justify-content: center; } }

/* === FOOTER === */
.footer { background: var(--brand); color: rgba(24,35,15,0.8); padding: clamp(38px, 4vw, 56px) 0 26px; border-top: 1px solid rgba(24,35,15,0.12); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: clamp(24px, 3.4vw, 48px); padding-bottom: 26px; }
.footer-brand-head { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer .brand { display: inline-flex; background: var(--surface); padding: 9px 13px; border-radius: 12px; box-shadow: 0 12px 28px -20px rgba(24,35,15,0.55); }
.brand-logo-footer { height: 54px; width: auto; display: block; }
.footer-brand-text { color: rgba(24,35,15,0.78); font-size: 0.9rem; margin-top: 14px; max-width: 34ch; }
.footer .socials { display: flex; gap: 9px; margin-top: 16px; }
.footer .socials a { display: inline-flex; width: 33px; height: 33px; align-items: center; justify-content: center; border: 1px solid rgba(24,35,15,0.22); border-radius: 50%; color: var(--forest-deep); transition: all 0.25s var(--ease); }
.footer .socials a:hover { transform: translateY(-2px); box-shadow: 0 5px 14px rgba(24,35,15,0.2); }
.footer .socials svg { width: 16px; height: 16px; }
.footer h4 { color: var(--forest-deep); margin-bottom: 13px; }
.footer-top ul { list-style: none; display: grid; gap: 9px; }
.footer-top ul a { color: rgba(24,35,15,0.8); font-size: 0.92rem; transition: color 0.2s; }
.footer-top ul a:hover { color: var(--forest-deep); }
.footer-disclaimer { font-size: 0.8rem; line-height: 1.6; color: rgba(24,35,15,0.6); max-width: 96ch; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(24,35,15,0.14); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; font-size: 0.82rem; flex-wrap: wrap; }
.footer-bottom a { color: rgba(24,35,15,0.8); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--forest-deep); }
/* Rechtslinks mittig (Copyright/Credit sitzen jetzt im Subfooter darunter) */
.footer-bottom { justify-content: center; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; }
.footer-legal a { margin: 2px 10px; }
/* === SUBFOOTER — Copyright & Credit, mittig und abgesetzt === */
.footer-sub {
  border-top: 1px solid rgba(24,35,15,0.14);
  margin-top: 20px; padding: 18px 0 6px;
  text-align: center; font-size: 0.8rem; line-height: 1.6;
  color: rgba(24,35,15,0.75);
}
.footer-sub a { color: rgba(24,35,15,0.85); text-decoration: underline; text-underline-offset: 2px; }
.footer-sub a:hover { color: var(--forest-deep); }
.footer-sub .footer-credit { margin-top: 2px; }
/* Schlanker Footer auf der Ads-LP (/erstgespraech): nur die Pflicht-Zeile, kompakt + zentriert */
.footer--slim { padding: clamp(22px, 3vw, 38px) 0; }
.footer--slim .footer-bottom { padding-top: 0; justify-content: center; text-align: center; }
.footer--slim .footer-legal { display: flex; flex-wrap: wrap; justify-content: center; }
.footer--slim .footer-legal a { margin: 0 10px; }
.nl-flash { margin: 18px 0 0; padding: 12px 18px; border-radius: var(--radius-sm); font-size: 0.92rem; max-width: 640px; }
.nl-flash--ok { background: rgba(122,150,60,0.16); color: var(--forest-deep); border: 1px solid rgba(122,150,60,0.4); }
.nl-flash--err { background: rgba(179,84,30,0.10); color: #8a3d12; border: 1px solid rgba(179,84,30,0.35); }
.footer-partner { margin-top: 16px; display: flex; flex-direction: column; gap: 3px; }
.footer-partner-label { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(24,35,15,0.6); font-weight: 600; }
.footer-partner-link { color: var(--forest-deep); font-weight: 600; font-size: 0.95rem; align-self: flex-start; }
.footer-partner-link:hover { text-decoration: underline; }
.footer-partner-logo { height: 32px; width: auto; max-width: 140px; }
.footer-partner-hint { font-size: 0.82rem; color: rgba(24,35,15,0.72); }
@media (max-width: 820px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .footer-bottom { flex-direction: column; align-items: center; gap: 12px; }
  .footer-legal a { margin: 2px 9px; display: inline-block; padding: 2px 0; }
}

/* === RETREAT-GALERIE (Eindrücke) === */
.retreat-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 18px); }
.rg-item { position: relative; margin: 0; border-radius: var(--radius-sm); overflow: hidden; background: var(--paper-deep); box-shadow: var(--shadow-sm); }
.rg-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.rg-item:hover img { transform: scale(1.05); }
.rg-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 14px 12px; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.01em; color: #fff; background: linear-gradient(180deg, rgba(20,29,12,0) 0%, rgba(20,29,12,0.72) 100%); }
/* Dreier-Reihe (z. B. Unterkunft) — fällt über die Media Queries unten auf 2 bzw. 1 Spalte zurück */
.retreat-gallery--three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 820px) { .retreat-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .retreat-gallery { grid-template-columns: 1fr; } }

/* === VIDEO-EMBED FACADE (Click-to-Load · Performance + DSGVO) === */
.tv-feature .tv-feature-lead { max-width: 58ch; margin: 18px auto 0; text-wrap: balance; }
.tv-feature .video-embed { margin-top: 44px; }
.video-embed { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--forest-deep); cursor: pointer; }
.video-embed::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,29,12,0.18) 0%, rgba(20,29,12,0) 38%, rgba(20,29,12,0.55) 100%); transition: opacity 0.3s; }
.video-embed-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.video-embed:hover .video-embed-poster { transform: scale(1.04); }
.video-embed-badge { position: absolute; top: 16px; left: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: rgba(13,20,8,0.6); color: #fff; padding: 7px 14px; border-radius: 100px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.video-embed-play { position: absolute; inset: 0; margin: auto; width: 86px; height: 86px; z-index: 2; border-radius: 50%; background: var(--brand); color: var(--forest-deep); display: flex; align-items: center; justify-content: center; box-shadow: 0 18px 44px -12px rgba(0,0,0,0.55); transition: transform 0.28s var(--ease), background 0.2s; }
.video-embed-play svg { margin-left: 5px; }
.video-embed:hover .video-embed-play, .video-embed:focus-visible .video-embed-play { transform: scale(1.08); background: #cbe08e; }
.video-embed-fallback { position: absolute; bottom: 14px; right: 16px; z-index: 2; color: rgba(255,255,255,0.9); font-size: 0.82rem; font-weight: 500; }
.video-embed-fallback:hover { color: #fff; text-decoration: underline; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 4; }
.video-embed:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.video-embed.loaded { cursor: default; }
.video-embed.loaded > :not(iframe), .video-embed.loaded::after { display: none; }
@media (max-width: 520px) { .video-embed-play { width: 66px; height: 66px; } .video-embed-play svg { width: 26px; height: 26px; } }
/* Selbst-gehostetes VSL (Funnel) — vertikales 9:16-Video mit Klick-zum-Laden */
.video-embed--vertical { aspect-ratio: 9 / 16; max-width: 340px; margin: 34px auto 10px; }
.video-embed video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 4; background: #000; object-fit: contain; }
.video-embed.loaded > video { display: block; }
.lp-video-caption { text-align: center; font-family: var(--serif); font-size: 1.02rem; color: rgba(20,29,12,0.62); margin: 0 auto 6px; max-width: 34ch; }
/* Sales-Suite-Formular-Embed (CRM) — embed.js ersetzt .salessuite-embed durch ein iframe */
.salessuite-embed-wrap { max-width: 640px; margin: 30px auto 0; }
.salessuite-embed { min-height: 400px; background: #fafafa; border-radius: var(--radius); }
.salessuite-embed-wrap iframe { width: 100% !important; min-height: 560px; border: 0; border-radius: var(--radius); background: #fafafa; display: block; }
/* Brücken-Seite /weiter (Termin buchen oder Rückruf) */
.weiter-hero { padding: clamp(64px, 9vw, 130px) 0; }
.weiter-hero h1 { text-align: center; }
.weiter-hero .lead { text-align: center; max-width: 52ch; margin: 14px auto 0; }
.weiter-choices { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.4vw, 28px); max-width: 760px; margin: 40px auto 0; }
.weiter-card { background: #fff; border: 1px solid rgba(20,29,12,0.08); border-radius: var(--radius); padding: clamp(24px, 3vw, 34px); text-align: center; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.weiter-card h2 { font-size: clamp(1.3rem, 2vw, 1.6rem); margin: 0 0 10px; }
.weiter-card p { color: rgba(20,29,12,0.7); margin: 0 0 22px; flex: 1 1 auto; }
.weiter-card .btn { align-self: center; }
.weiter-calendar { margin-top: 48px; }
.weiter-calendar h2 { margin: 0 auto 22px; text-align: center; }
.weiter-call-done { max-width: 620px; margin: 48px auto 0; }
.weiter-done-icon { width: 76px; height: 76px; border-radius: 50%; background: var(--brand); color: var(--forest-deep); font-size: 2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
@media (max-width: 640px) { .weiter-choices { grid-template-columns: 1fr; } }

/* === VIDEO-FEEDBACKS (Ausbildung) === */
.video-testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 2.6vw, 36px); }
.video-testi { margin: 0; }
.video-testi .video-embed { aspect-ratio: 16 / 9; }
.video-testi .video-embed-play { width: 66px; height: 66px; }
.video-testi .video-embed-play svg { width: 26px; height: 26px; }
.video-embed-poster--ph { background: linear-gradient(135deg, var(--brand-soft), var(--forest-deep)); }
.video-testi-cap { margin-top: 16px; text-align: center; display: flex; flex-direction: column; gap: 3px; }
.video-testi-cap .stars { color: var(--brand-deep); letter-spacing: 2px; font-size: 0.92rem; }
.video-testi-name { font-family: var(--serif); font-size: 1.16rem; color: var(--ink); }
.video-testi-role { font-size: 0.84rem; color: var(--ink-soft); letter-spacing: 0.04em; }
@media (max-width: 920px) { .video-testimonials { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }

/* === STICKY CTA (mobile) === */
.sticky-cta { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 45; display: none; }
.sticky-cta .btn { width: 100%; justify-content: center; box-shadow: 0 14px 34px -12px rgba(46,61,28,0.6); }
@media (max-width: 760px) { .sticky-cta { display: block; } body { padding-bottom: 0; } }

/* === Original-Siegel: kleiner Stempel unten rechts auf dem Über-Dirk-Foto === */
.feature-media { position: relative; }

/* „Die Original Nr.1"-Siegel — Footer + Ausbildungs-Hero (von Über-Dirk-Foto entfernt, Roy 11.06.) */
.footer-seal { width: 64px; height: auto; filter: drop-shadow(0 4px 12px rgba(24,35,15,0.25)); }
.page-hero .hero-seal { width: clamp(74px, 7vw, 96px); height: auto; margin-top: 24px; filter: drop-shadow(0 6px 18px rgba(0,0,0,0.4)); }

/* TV-Auftritt: Presse-Logos auf dem dunklen Abschnitt */
.tv-logos { display: flex; justify-content: center; align-items: center; gap: 14px; margin: 18px 0 4px; flex-wrap: wrap; }
.tv-logo-chip { background: #fff; border-radius: 12px; padding: 9px 18px; display: inline-flex; align-items: center; box-shadow: 0 6px 18px rgba(0,0,0,0.22); }
.tv-logo-chip img { height: 30px; width: auto; display: block; }
.trust-bar .tv-logo-chip { padding: 7px 14px; border-radius: 10px; }
.trust-bar .tv-logo-chip img { height: 22px; }

/* Hinweiszeile unter Hero-CTAs (heller Text auf dunklem Hero) */
.hero-note-light { display: inline-block; margin-top: 22px; padding: 9px 20px; border-radius: 100px; background: rgba(13,20,8,0.42); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid rgba(186,211,119,0.55); font-size: 0.95rem; font-weight: 600; color: var(--brand); letter-spacing: 0.02em; }
/* Handy: kompakter, damit die Bubble bei Umbruch nicht als riesiges Oval wirkt */
@media (max-width: 600px) { .hero-note-light { margin-top: 16px; padding: 7px 15px; border-radius: 16px; font-size: 0.8rem; text-wrap: balance; } }

/* === SOCIAL-ICONS — beim Hover in Netzwerk-Farbe (weißer Kreis) === */
/* Social-Icons dauerhaft in Plattform-Farben auf weißem Kreis (Dirk-Wunsch 10.06.) */
.topbar-social a,
.footer .socials a { background: #fff; border-color: #fff; }
.topbar-social a[aria-label="YouTube"],   .footer .socials a[aria-label="YouTube"]   { color: #FF0000; }
.topbar-social a[aria-label="Instagram"], .footer .socials a[aria-label="Instagram"] { color: #E4405F; }
.topbar-social a[aria-label="Facebook"],  .footer .socials a[aria-label="Facebook"]  { color: #1877F2; }
.topbar-social a[aria-label="Spotify"],   .footer .socials a[aria-label="Spotify"]   { color: #1DB954; }
.topbar-social a[aria-label="Telegram"],  .footer .socials a[aria-label="Telegram"]  { color: #26A5E4; }

/* === HEILER-UMKREISSUCHE === */
.healer-search { margin: 4px 0 8px; }
.healer-search-fields { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.healer-search input[name="plz"] { flex: 0 1 200px; padding: 14px 20px; border: 1px solid var(--line); border-radius: 100px; font-family: var(--sans); font-size: 1rem; color: var(--ink); background: var(--surface); outline: none; transition: border-color 0.2s; }
.healer-search input[name="plz"]:focus { border-color: var(--brand-deep); }
.healer-search select { padding: 14px 20px; border: 1px solid var(--line); border-radius: 100px; background: var(--surface); font-family: var(--sans); font-size: 0.96rem; color: var(--ink); cursor: pointer; }
.healer-hint, .healer-msg { color: var(--ink-soft); margin-top: 28px; text-wrap: pretty; }
.healer-count { margin: 38px 0 22px; color: var(--ink-soft); }
.healer-count strong { color: var(--ink); font-size: 1.1rem; }
.healer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 24px); }
.healer-card { display: flex; gap: 18px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; transition: box-shadow 0.3s var(--ease); }
.healer-card:hover { box-shadow: var(--shadow-sm); }
.healer-photo { flex: 0 0 84px; width: 84px; height: 84px; border-radius: 50%; overflow: hidden; background: var(--brand-mist); display: flex; align-items: center; justify-content: center; position: relative; }
.healer-photo::after { content: attr(data-initials); font-family: var(--serif); font-size: 1.5rem; color: var(--brand-deep); }
.healer-photo:has(img)::after { content: none; }
.healer-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.healer-body { flex: 1; min-width: 0; }
.healer-name { font-family: var(--serif); font-size: 1.2rem; color: var(--ink); line-height: 1.1; }
.healer-loc { font-size: 0.82rem; color: var(--brand-darker); font-weight: 600; margin-top: 3px; letter-spacing: 0.02em; }
.healer-profile { font-size: 0.9rem; margin: 8px 0 12px; line-height: 1.55; }
.healer-card .btn { padding: 9px 22px; font-size: 0.86rem; }
@media (max-width: 680px) { .healer-grid { grid-template-columns: 1fr; } }

/* === „Das erwartet dich"-Liste (Azoren/Retreats) === */
.incl-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 36px; margin-top: 10px; }
.incl-list li { position: relative; padding-left: 30px; color: var(--ink-soft); line-height: 1.5; }
.incl-list li::before { content: '✦'; position: absolute; left: 0; top: 1px; color: var(--brand-deep); }
@media (max-width: 640px) { .incl-list { grid-template-columns: 1fr; } }

/* === COOKIE BANNER === */
.cookie-banner { position: fixed; left: 16px; bottom: 16px; max-width: 420px; z-index: 80; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; transform: translateY(150%); opacity: 0; transition: transform 0.45s var(--ease), opacity 0.3s; }
.cookie-banner.show { transform: translateY(0); opacity: 1; }
.cookie-banner-text strong { display: block; color: var(--ink); margin-bottom: 8px; font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.cookie-banner p { font-size: 0.9rem; }
.cookie-banner p a { color: var(--brand-darker); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.cookie-banner-actions .btn { padding: 11px 20px; font-size: 0.86rem; flex: 1; justify-content: center; }
@media (max-width: 760px) { .cookie-banner { left: 12px; right: 12px; bottom: 84px; max-width: none; } }

/* === GESCHENK-POPUP (Lead-Magnet) === */
.gift-popup {
  position: fixed; inset: 0; z-index: 90;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  background: rgba(20, 29, 12, 0.55);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  opacity: 0; transition: opacity 0.35s var(--ease);
}
.gift-popup.show { opacity: 1; }
.gift-popup[hidden] { display: none; }
.gift-popup-dialog {
  position: relative; width: min(560px, 100%); max-height: calc(100vh - 48px); overflow: auto;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.55);
  transform: translateY(18px) scale(0.98); transition: transform 0.4s var(--ease);
}
.gift-popup.show .gift-popup-dialog { transform: none; }
.gift-popup-close {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  width: 38px; height: 38px; border-radius: 50%; border: none; cursor: pointer;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.9); color: var(--ink);
  box-shadow: 0 4px 14px rgba(0,0,0,0.2); transition: background 0.2s, transform 0.2s;
}
.gift-popup-close:hover { background: #fff; transform: rotate(90deg); }
.gift-popup-media { height: 170px; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; }
.gift-popup-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.gift-popup-body { padding: clamp(24px, 4vw, 36px); }
.gift-popup-badge {
  display: block; width: -moz-fit-content; width: fit-content; margin: 0 auto 14px;
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: var(--brand-darker);
  background: var(--brand-soft, rgba(186,211,119,0.18)); padding: 6px 14px; border-radius: 100px;
}
.gift-popup-body h2 { font-size: clamp(1.5rem, 3.4vw, 1.95rem); line-height: 1.15; margin-bottom: 12px; text-align: center; }
.gift-popup-lead { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.55; margin-bottom: 8px; text-align: center; }
.gift-popup-gift { text-align: center; font-size: 1.4rem; line-height: 1.2; margin: 0 0 20px; }
.gift-popup-form { display: grid; gap: 10px; }
.gift-popup-form input {
  width: 100%; padding: 13px 16px; font: inherit; color: var(--ink);
  background: var(--paper, #fff); border: 1px solid var(--line); border-radius: var(--radius-sm, 10px);
}
.gift-popup-form input:focus { outline: 2px solid var(--brand); outline-offset: 1px; border-color: var(--brand); }
.gift-popup-submit { width: 100%; justify-content: center; margin-top: 2px; }
.gift-popup-reassure { font-size: 0.8rem; color: var(--ink-soft); margin-top: 14px; text-align: center; }
.gift-popup-consent { font-size: 0.74rem; color: var(--ink-soft); opacity: 0.8; margin-top: 8px; text-align: center; }
.gift-popup-error { margin-bottom: 14px; }
.gift-popup-success { text-align: center; padding: 8px 0; }
.gift-popup-success-icon {
  width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 50%;
  display: grid; place-items: center; color: var(--brand-darker);
  background: var(--brand-soft, rgba(186,211,119,0.2));
}
.gift-popup-success h2 { margin-bottom: 12px; }
.gift-popup-success .btn { margin-top: 20px; }
@media (max-width: 480px) {
  .gift-popup { padding: 14px; }
  .gift-popup-media { height: 130px; }
}
@media (prefers-reduced-motion: reduce) {
  .gift-popup, .gift-popup-dialog { transition: none; }
  .gift-popup-dialog { transform: none; }
}

/* === SCROLL-TO-TOP === */
.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 46px; height: 46px; border-radius: 50%; border: none; background: var(--brand); color: var(--forest, #3a4a2c); display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow); opacity: 0; transform: translateY(14px) scale(0.9); transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), background 0.2s; }
.to-top:not(.is-visible) { pointer-events: none; }
.to-top.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.to-top:hover { background: var(--brand-darker, #9bbb4f); }
.to-top[hidden] { display: none; }
@media (max-width: 760px) { .to-top { right: 14px; bottom: 80px; width: 44px; height: 44px; } }

/* === REVEAL === */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .home-hero-media img { animation: none; transform: none; }
  html { scroll-behavior: auto; }
}

/* === DEMO BADGE === */

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ============================================================
   FOKUSPUNKTE pro Bild — verhindert abgeschnittene Köpfe/Gesichter
   bei object-fit: cover. Köpfe liegen meist im oberen Drittel,
   daher Fokus nach oben. Zentral wartbar (greift überall).
============================================================ */
/* Fokuspunkte stark nach oben gezogen — Köpfe bleiben auch bei breiten,
   flachen Heroes (620px) sichtbar. Lieber etwas Luft über dem Kopf als Beschnitt. */
img[src*="hero-home"]        { object-position: 72% 30%; } /* Tiny-House-Terrasse breit: Dirk rechts in der Tür */
img[src*="heilen-hero"]      { object-position: 50% 42%; }
img[src*="heilen-scene"]     { object-position: 50% 12%; }
img[src*="ausbildung-hero"]  { object-position: 50% 20%; }
img[src*="consultation"]     { object-position: 50% 18%; }
img[src*="dirk-desk"]        { object-position: 50% 20%; }
img[src*="meditation-wide"]  { object-position: 50% 22%; }
/* Mission: Dirk sitzt rechts (Kopf ab ~57 % Breite) und schaut nach links in den Text.
   X=76 % greift NUR auf schmalen Screens (Hochformat-Viewport → cover schneidet horizontal
   → ohne das läge sein Gesicht außerhalb). Im breiten Desktop-Hero wird nur vertikal
   beschnitten, dort wirkt allein Y=30 % (= Headroom über dem Kopf). */
img[src*="mission-hero"]     { object-position: 76% 30%; }
img[src*="quote-bg"]         { object-position: 50% 8%; }
img[src*="tinyhouse-window"] { object-position: 50% 14%; }
img[src*="lifestyle-tea"]    { object-position: 50% 20%; }
img[src*="svc-training"]     { object-position: 50% 50%; }
img[src*="svc-healing"]      { object-position: 50% 42%; }
img[src*="svc-retreats"]     { object-position: 50% 50%; }
img[src*="retreat-nature"]   { object-position: 50% 34%; }
img[src*="field-walk"]       { object-position: 50% 24%; }
img[src*="about-dirk"]       { object-position: 50% 20%; }
img[src*="field-heart"]      { object-position: 50% 18%; }

/* ============================================================
   CLEAN-UP — auf Kundenwunsch: Eyebrow-Labels & dekorative
   Abschnitts-Nummern komplett ausblenden (ruhigeres Bild).
============================================================ */
.eyebrow { display: none !important; }
.service-num, .retreat-num, .faq-num,
.step-num, .funnel-step-num, .modules .num { display: none !important; }
/* Layouts ohne die Nummern-Spalte sauber nachziehen */
.modules li   { grid-template-columns: 1fr; gap: 0; }
.faq-item     { grid-template-columns: 1fr auto; }
.step h4, .funnel-step h4 { margin-top: 0; }

/* === RESPONSIVE NAV === */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-cta .btn { display: none; }
  .nav-shop { display: none; }
  .nav-toggle { display: block; }
}

/* === AKADEMIE / MITGLIEDERBEREICH === */
.academy-benefits { max-width: 920px; margin: 0 auto; }
.academy-shots { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 3vw, 44px); align-items: start; max-width: 1080px; margin: 0 auto; }
.academy-shot { margin: 0; }
.academy-shot-frame { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 28px 56px -32px rgba(24, 35, 15, 0.4); padding-top: 34px; }
.academy-shot-dots { position: absolute; top: 12px; left: 16px; display: flex; gap: 6px; }
.academy-shot-dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.academy-shot-dots i:first-child { background: var(--brand); }
.academy-shot-frame img { display: block; width: 100%; height: auto; border-top: 1px solid var(--line); }
.academy-shot-placeholder { aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--brand-mist), var(--surface)); border-top: 1px solid var(--line); color: var(--ink-quiet); font-size: 0.95rem; letter-spacing: 0.05em; text-transform: uppercase; }
.academy-shot figcaption { margin-top: 14px; color: var(--ink-soft); font-size: 0.95rem; text-align: center; }
.academy-shots-note { text-align: center; color: var(--ink-quiet); font-size: 0.92rem; max-width: 62ch; margin: 28px auto; }
.academy-after { max-width: 780px; margin: 0 auto; display: grid; gap: 18px; }
.academy-after p { color: rgba(247, 244, 233, 0.88); }
.academy-after .incl-list { margin-top: 16px; }
.incl-list--dark li { color: rgba(247, 244, 233, 0.85); }
.incl-list--dark li::before { color: var(--brand); }
@media (max-width: 760px) {
  .academy-shots { grid-template-columns: 1fr; }
}

/* Header-Button „Mitglieder/Academy" — beide Header-Buttons etwas kompakter,
   damit die Navigation auf mittleren Breiten nicht umbricht */
.nav-cta .btn { padding: 13px 24px; }
.nav-academy.active { background: var(--brand-mist); border-color: var(--brand-ink); }
@media (max-width: 1240px) {
  .nav-academy { display: none; } /* bleibt über Topbar-Link + Mobile-Menü erreichbar */
}
