/*
Theme Name: Somatic Breathspaces
Theme URI: https://breathspaces.de
Author: Somatic Web (Jan Wolk)
Author URI: https://somatic-web.de
Description: Child-Theme für breathspaces.de — BreathDance Hamburg. Basiert auf somatic-base, gebrandet auf das Breathspaces-Design-System („Der Himmel kurz vor dem Bruch."): Newsreader + Hanken Grotesk, Schiefer/Knochen/Ochsenblut/Weizen, 0px Radii, keine Shadows, 1px Weizen-Schwellen.
Template: wpdraft
Version: 1.3.6
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
License URI: https://somatic-web.de
Text Domain: somatic-breathspaces
*/

/* =========================================================================
   SOMATIC BASE — BEM Master Stylesheet
   ========================================================================= */

/* === 1. DESIGN TOKENS ==================================================== */
/* Breathspaces / BreathDance Hamburg — Brand-Tokens.
   Konzept-Anker: „Der Himmel kurz vor dem Bruch."
   Quelle: design-system/colors_and_type.css

   Token-Konvention:
   - Brand-spezifische Tokens unter --bs-* (1:1 aus DS übernommen, für Brand-Custom-Sektion).
   - Semantische Aliase (--bg, --fg, --space-*) bleiben gleich benannt wie in somatic-base,
     mappen aber auf BS-Werte. So funktionieren alle bestehenden Komponenten ohne Edit. */
:root {

  /* ---------- Brand-Palette (DS „Schiefer/Knochen/Ochsenblut/Weizen") ---------- */
  --bs-schiefer:        #23292E;  /* slate — storm sky · primary */
  --bs-schiefer-tief:   #1A1E22;  /* deepest cloud · body text „Tinte" */
  --bs-nebel:           #38424A;  /* fog slate · lines on dark */
  --bs-ochsenblut:      #6E2A2A;  /* oxblood — the wound · secondary, buttons */
  --bs-ochsenblut-hover:#581F1F;
  --bs-weizen:          #C9A86A;  /* wheat — light band · accent, horizon */
  --bs-weizen-hover:    #B8965A;
  --bs-knochen:         #ECE5D9;  /* bone — warm light · base background */
  --bs-knochen-hell:    #F4EEE4;  /* paper light · elevated cards on light */
  --bs-knochen-tief:    #DDD4C5;  /* paper deep · hairlines on light */

  /* ---------- somatic-base Palette-Aliase (auf BS mappen) ----------
     Wir geben den alten Variablen-Namen die neuen BS-Werte. So
     funktionieren die ~25 BEM-Komponenten in style.css unverändert. */
  --crema:            var(--bs-knochen);
  --crema-pura:       var(--bs-knochen-hell);
  --crema-profonda:   var(--bs-knochen-tief);
  --caffelatte:       var(--bs-knochen-tief);
  --espresso:         var(--bs-schiefer);
  --espresso-tenue:   var(--bs-nebel);
  --ottone:           var(--bs-ochsenblut);       /* sekundärer Aktions-Anker */
  --ottone-scuro:     var(--bs-ochsenblut-hover);
  --ottone-chiaro:    var(--bs-weizen);           /* heller Akzent auf dark */
  --linea:            var(--bs-knochen-tief);
  --oliva:            var(--bs-weizen);
  --terracotta:       var(--bs-ochsenblut);

  /* ---------- Semantische Aliase (von somatic-base konsumiert) ---------- */
  --bg:               var(--bs-knochen);
  --bg-elevated:      var(--bs-knochen-hell);
  --bg-hover:         var(--bs-knochen-tief);
  --bg-inverse:       var(--bs-schiefer);
  --fg:               var(--bs-schiefer-tief);     /* DS: body-text auf Knochen = Tinte */
  --fg-muted:         var(--bs-nebel);
  --fg-inverse:       var(--bs-knochen);
  --fg-accent:        var(--bs-ochsenblut);        /* eyebrows, links auf Knochen */
  --border:           var(--bs-knochen-tief);
  --border-strong:    var(--bs-nebel);
  --border-accent:    var(--bs-weizen);            /* horizon-Linien, card-mark */

  /* ---------- Schriften (DS: Newsreader + Hanken Grotesk) ----------
     Lokal über @font-face in /assets/fonts/ geladen (functions.php).
     Newsreader 300 für H1, 400 für H2/H3, ital 400 für Quotes.
     Hanken Grotesk 400/600 für Body/Eyebrow/Button. */
  --font-display: 'Newsreader', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --font-body:    'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  /* ---------- Type Scale (DS-fluid clamp Werte) ---------- */
  /* Desktop-Werte gemäß DS — werden über clamp() responsive. */
  --fs-h1:        clamp(40px, 6.2vw, 68px);
  --fs-h2:        clamp(30px, 4.2vw, 46px);
  --fs-h3:        clamp(22px, 2.6vw, 30px);
  --fs-h4:        15px;                  /* eyebrow / label */
  --fs-body-lg:   clamp(20px, 2.4vw, 26px);   /* DS „bs-lead" */
  --fs-body:      18px;
  --fs-small:     14px;
  --fs-label:     13px;
  --fs-quote:     clamp(22px, 3vw, 32px);
  --fs-mono:      13px;

  /* Mobile-Pendants — clamp() oben deckt das eigentlich ab, aber
     somatic-base referenziert --fs-*-m explizit. Wir spiegeln. */
  --fs-h1-m:      40px;
  --fs-h2-m:      30px;
  --fs-h3-m:      22px;
  --fs-h4-m:      15px;
  --fs-body-lg-m: 20px;
  --fs-body-m:    17px;
  --fs-small-m:   14px;

  /* ---------- Line Heights (DS-konform: enger als somatic-base) ---------- */
  --lh-h1:        1.08;
  --lh-h2:        1.10;
  --lh-h3:        1.18;
  --lh-h4:        1.3;
  --lh-body:      1.65;
  --lh-tight:     1.35;

  /* ---------- Spacing (DS: 8px-Grid s1..s8) ---------- */
  --space-1:  8px;   /* bs-s1 */
  --space-2: 16px;   /* bs-s2 */
  --space-3: 24px;   /* bs-s3 */
  --space-4: 32px;   /* bs-s4 */
  --space-5: 48px;   /* bs-s5 */
  --space-6: 64px;   /* bs-s6 */
  --space-7: 96px;   /* bs-s7 — Sektions-Rhythmus Desktop */
  --space-8:128px;   /* bs-s8 — Hero-Anker */
  --space-9:128px;   /* (somatic-base nutzt --space-9 für Hero, gleich --space-8) */

  /* DS-Aliase mit bs-Präfix für die Brand-Custom-Sektion 29 */
  --bs-s1: var(--space-1);
  --bs-s2: var(--space-2);
  --bs-s3: var(--space-3);
  --bs-s4: var(--space-4);
  --bs-s5: var(--space-5);
  --bs-s6: var(--space-6);
  --bs-s7: var(--space-7);
  --bs-s8: var(--space-8);

  /* ---------- Layout (DS: 1280 max, 720 reading) ---------- */
  --container: 1280px;
  --reading:    720px;            /* DS: bs-measure ≈ 60–70 chars */
  --bs-gutter:  var(--space-4);

  /* ---------- Radii (DS-VERBOT: 0 everywhere) ---------- */
  --radius-sharp: 0;
  --radius:       0;              /* Override: somatic-base default war 4px */
  --radius-pill:  0;              /* Override: keine pill-shapes, scharfe Ecken */

  /* ---------- Motion (DS-konform: cubic-bezier .2/.6/.2/1) ---------- */
  --transition:      .25s cubic-bezier(.2, .6, .2, 1);
  --transition-slow: .8s  cubic-bezier(.2, .6, .2, 1);
  --bs-dur-fast:     .2s;
  --bs-ease:         cubic-bezier(.2, .6, .2, 1);

  /* ---------- Accent-Stroke (DS: 48×2 px Weizen-Schwelle) ---------- */
  --accent-stroke-w: 48px;
  --accent-stroke-h: 2px;
  --bs-mark-w:       2px;          /* gold corner mark thickness */
  --bs-border-w:     1px;          /* hairlines only */
}

/* === 2. BASE / RESET ===================================================== */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--fs-body-m);
  line-height: var(--lh-body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
  body { font-size: var(--fs-body); }
}

img, svg, video, picture { max-width: 100%; height: auto; display: block; }

a {
  color: var(--fg-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color var(--transition), text-decoration-color var(--transition);
}
a:hover { color: var(--ottone-scuro); text-decoration-color: var(--ottone); }

:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--ottone-scuro);
  outline-offset: 3px;
  border-radius: var(--radius);
}

::selection { background: var(--ottone-chiaro); color: var(--espresso); }

hr { border: 0; border-top: 1px solid var(--border); margin: var(--space-5) 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.001ms !important;
    animation-duration:  0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* === 3. TYPOGRAPHY ======================================================= */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--fg);
  margin: 0 0 var(--space-3);
  font-weight: 600;
  letter-spacing: -0.01em;
}

h1 { font-size: var(--fs-h1-m); line-height: var(--lh-h1); letter-spacing: -0.02em; }
h2 { font-size: var(--fs-h2-m); line-height: var(--lh-h2); letter-spacing: -0.015em; }
h3 { font-size: var(--fs-h3-m); line-height: var(--lh-h3); }
h4 { font-size: var(--fs-h4-m); line-height: var(--lh-h4); }

@media (min-width: 768px) {
  h1 { font-size: var(--fs-h1); }
  h2 { font-size: var(--fs-h2); }
  h3 { font-size: var(--fs-h3); }
  h4 { font-size: var(--fs-h4); }
}

/* Editorial Accent: <em> in h1/h2 bleibt normal-weight, italic */
h1 em, h2 em {
  font-style: italic;
  font-weight: 400;
  color: inherit;
}

p { margin: 0 0 var(--space-3); max-width: 70ch; }

small, .text-small { font-size: var(--fs-small-m); }
@media (min-width: 768px) { small, .text-small { font-size: var(--fs-small); } }

strong, b { font-weight: 600; }

blockquote {
  margin: var(--space-5) 0;
  padding: 0 0 0 var(--space-4);
  border-left: 1px solid var(--border-accent);
  font-family: var(--font-display);
  font-size: var(--fs-body-lg-m);
  font-style: italic;
  color: var(--fg);
}
@media (min-width: 768px) { blockquote { font-size: var(--fs-body-lg); } }

/* === 4. CONTAINER ======================================================== */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--space-4);
}
@media (min-width: 1024px) {
  .container { padding-inline: var(--space-5); }
}

.container--narrow { max-width: var(--reading); }
.container--wide   { max-width: 1400px; }

/* === 5. SECTION ========================================================== */
.section {
  padding-block: var(--space-6);
  background: var(--bg);
}
@media (min-width: 768px)  { .section { padding-block: var(--space-7); } }
@media (min-width: 1024px) { .section { padding-block: var(--space-8); } }

.section--dense { padding-block: var(--space-5); }
@media (min-width: 1024px) { .section--dense { padding-block: var(--space-6); } }

.section--dark {
  background: var(--bg-inverse);
  color: var(--fg-inverse);
}
.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4 { color: var(--fg-inverse); }
.section--dark a { color: var(--ottone-chiaro); }
.section--dark .eyebrow { color: var(--ottone-chiaro); }

.section--elevated { background: var(--bg-elevated); }

.section--hero {
  padding-block: var(--space-7) var(--space-6);
}
@media (min-width: 1024px) {
  .section--hero { padding-block: var(--space-9) var(--space-8); }
}

/* === 6. EYEBROW LABEL ==================================================== */
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: var(--space-3);
}

/* === 7. ACCENT STROKE ==================================================== */
.accent-stroke {
  display: block;
  width: var(--accent-stroke-w);
  height: var(--accent-stroke-h);
  background: var(--border-accent);
  border: 0;
  margin: var(--space-3) 0 var(--space-4);
}
.accent-stroke--center  { margin-inline: auto; }
.accent-stroke--on-dark { background: var(--ottone-chiaro); }

/* === 8. BUTTONS ========================================================== */
.btn {
  --btn-bg:     var(--espresso);
  --btn-fg:     var(--crema-pura);
  --btn-border: var(--espresso);
  --btn-bg-h:   var(--espresso-tenue);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 16px 32px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1px solid var(--btn-border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--transition),
              color var(--transition),
              border-color var(--transition);
}
.btn:hover  { background: var(--btn-bg-h); color: var(--btn-fg); border-color: var(--btn-bg-h); }
.btn:active { transform: translateY(1px); }
.btn:disabled, .btn[aria-disabled="true"] {
  opacity: 0.5; cursor: not-allowed; pointer-events: none;
}

.btn--primary {
  --btn-bg: var(--espresso);
  --btn-fg: var(--crema-pura);
  --btn-border: var(--espresso);
  --btn-bg-h: var(--espresso-tenue);
}

.btn--secondary {
  --btn-bg: transparent;
  --btn-fg: var(--espresso);
  --btn-border: var(--espresso);
  --btn-bg-h: var(--espresso);
}
.btn--secondary:hover { color: var(--crema-pura); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--fg);
  --btn-border: transparent;
  --btn-bg-h: var(--bg-hover);
  padding: 12px 20px;
}

.btn--on-dark {
  --btn-bg: var(--crema-pura);
  --btn-fg: var(--espresso);
  --btn-border: var(--crema-pura);
  --btn-bg-h: var(--crema);
}
.btn--on-dark.btn--secondary {
  --btn-bg: transparent;
  --btn-fg: var(--crema-pura);
  --btn-border: var(--crema-pura);
  --btn-bg-h: var(--crema-pura);
}
.btn--on-dark.btn--secondary:hover { color: var(--espresso); }

.btn--block { display: flex; width: 100%; }

.btn__icon { width: 18px; height: 18px; flex-shrink: 0; }

/* === 9. HERO ============================================================= */
.hero {
  --hero-headline: clamp(var(--fs-h1-m), 5vw + 1rem, var(--fs-h1));
  padding-block: var(--space-7);
}
@media (min-width: 1024px) { .hero { padding-block: var(--space-9) var(--space-8); } }

.hero__headline {
  font-family: var(--font-display);
  font-size: var(--hero-headline);
  line-height: var(--lh-h1);
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0 0 var(--space-4);
  max-width: 18ch;
}

.hero__lede {
  font-size: var(--fs-body-lg-m);
  line-height: 1.5;
  color: var(--fg-muted);
  max-width: 56ch;
  margin: 0 0 var(--space-5);
}
@media (min-width: 768px) { .hero__lede { font-size: var(--fs-body-lg); } }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.hero--dark { background: var(--bg-inverse); color: var(--fg-inverse); }
.hero--dark .hero__headline { color: var(--fg-inverse); }
.hero--dark .hero__lede     { color: var(--ottone-chiaro); }

.hero--split .hero__grid {
  display: grid;
  gap: var(--space-5);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero--split .hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--space-7);
  }
}

.hero__media img,
.hero__media picture { border-radius: var(--radius); }

/* === 10. STATS BLOCK ===================================================== */
.stats {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: 1fr;
  padding-block: var(--space-5);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
@media (min-width: 768px)  { .stats { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .stats { grid-template-columns: repeat(4, 1fr); gap: var(--space-5); } }

.stats__item { text-align: left; }
.stats--center .stats__item { text-align: center; }

.stats__value {
  font-family: var(--font-display);
  font-size: var(--fs-h2-m);
  line-height: 1;
  color: var(--fg);
  display: block;
  margin-bottom: var(--space-2);
  font-weight: 600;
}
@media (min-width: 1024px) { .stats__value { font-size: var(--fs-h2); } }

.stats__label {
  font-size: var(--fs-small-m);
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}
@media (min-width: 768px) { .stats__label { font-size: var(--fs-small); } }

/* === 11. PROCESS STEPS =================================================== */
.process {
  display: grid;
  gap: var(--space-5);
  grid-template-columns: 1fr;
}
@media (min-width: 768px)  { .process { grid-template-columns: repeat(2, 1fr); gap: var(--space-6); } }
@media (min-width: 1024px) { .process { grid-template-columns: repeat(4, 1fr); } }

.process__step {
  padding-top: var(--space-4);
  border-top: 1px solid var(--border);
}

.process__number {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  letter-spacing: 0.12em;
  color: var(--fg-accent);
  margin-bottom: var(--space-3);
  font-style: italic;
  font-weight: 400;
}

.process__title {
  font-family: var(--font-display);
  font-size: var(--fs-h4-m);
  line-height: var(--lh-h4);
  margin: 0 0 var(--space-2);
}
@media (min-width: 768px) { .process__title { font-size: var(--fs-h4); } }

.process__text {
  color: var(--fg-muted);
  font-size: var(--fs-body-m);
  margin: 0;
}
@media (min-width: 768px) { .process__text { font-size: var(--fs-body); } }

/* === 12. CARD ============================================================ */
.card {
  --card-bg:     var(--bg-elevated);
  --card-fg:     var(--fg);
  --card-border: transparent;
  --card-pad:    var(--space-4);

  background: var(--card-bg);
  color: var(--card-fg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: var(--card-pad);
  transition: border-color var(--transition), background-color var(--transition);
}
@media (min-width: 768px) { .card { --card-pad: var(--space-5); } }

.card__eyebrow { margin-bottom: var(--space-2); }

.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--bg);
  border-radius: var(--radius);
  margin-bottom: var(--space-3);
  color: var(--fg-accent);
}
.card__icon svg { width: 24px; height: 24px; }

.card__title {
  font-family: var(--font-display);
  font-size: var(--fs-h4-m);
  line-height: var(--lh-h4);
  margin: 0 0 var(--space-2);
}
@media (min-width: 768px) { .card__title { font-size: var(--fs-h4); } }

.card__text { color: var(--fg-muted); margin: 0 0 var(--space-3); }
.card__text:last-child { margin-bottom: 0; }

.card__actions { margin-top: var(--space-4); display: flex; gap: var(--space-3); flex-wrap: wrap; }

.card--bordered { --card-border: var(--border); --card-bg: transparent; }
.card--elevated { --card-border: var(--border); }
.card--dark     { --card-bg: var(--bg-inverse); --card-fg: var(--fg-inverse); }
.card--dark .card__title { color: var(--fg-inverse); }
.card--dark .card__text  { color: var(--ottone-chiaro); }

.card--interactive { cursor: pointer; }
.card--interactive:hover { --card-border: var(--border-strong); }
.card--interactive:has(a:focus-visible) { --card-border: var(--ottone-scuro); }

/* === 13. CARD GRID ======================================================= */
.card-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .card-grid { gap: var(--space-5); } }

@media (min-width: 768px) { .card-grid--2 { grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 768px)  { .card-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .card-grid--3 { grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 768px)  { .card-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .card-grid--4 { grid-template-columns: repeat(4, 1fr); } }

/* === 14. PRICING CARD ==================================================== */
.pricing-card {
  --pc-bg:     var(--bg-elevated);
  --pc-border: var(--border);
  --pc-fg:     var(--fg);

  display: flex;
  flex-direction: column;
  background: var(--pc-bg);
  color: var(--pc-fg);
  border: 1px solid var(--pc-border);
  border-radius: var(--radius);
  padding: var(--space-5);
  transition: border-color var(--transition);
}
@media (min-width: 1024px) { .pricing-card { padding: var(--space-6); } }

.pricing-card__tier {
  font-family: var(--font-body);
  font-size: var(--fs-label);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin: 0 0 var(--space-3);
}

.pricing-card__price {
  font-family: var(--font-display);
  font-size: var(--fs-h2-m);
  line-height: 1;
  margin: 0 0 var(--space-2);
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (min-width: 1024px) { .pricing-card__price { font-size: var(--fs-h2); } }

.pricing-card__price-suffix {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  color: var(--fg-muted);
  font-weight: 400;
  letter-spacing: 0;
}

.pricing-card__description {
  color: var(--fg-muted);
  margin: 0 0 var(--space-4);
  font-size: var(--fs-body-m);
}

.pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  border-top: 1px solid var(--border);
  padding-top: var(--space-4);
}

.pricing-card__feature {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  font-size: var(--fs-body-m);
  line-height: var(--lh-body);
}
.pricing-card__feature-icon {
  width: 18px; height: 18px; flex-shrink: 0;
  color: var(--fg-accent);
  margin-top: 4px;
}

.pricing-card__cta { margin-top: auto; }

.pricing-card--highlighted {
  --pc-bg: var(--bg-inverse);
  --pc-fg: var(--fg-inverse);
  --pc-border: var(--espresso);
}
.pricing-card--highlighted .pricing-card__tier         { color: var(--ottone-chiaro); }
.pricing-card--highlighted .pricing-card__description  { color: var(--ottone-chiaro); }
.pricing-card--highlighted .pricing-card__features     { border-top-color: var(--espresso-tenue); }
.pricing-card--highlighted .pricing-card__feature-icon { color: var(--ottone-chiaro); }

/* === 15. TESTIMONIAL ===================================================== */
.testimonial {
  padding: var(--space-5);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
}
@media (min-width: 1024px) { .testimonial { padding: var(--space-6); } }

.testimonial__stars {
  display: inline-flex;
  gap: 2px;
  color: var(--ottone);
  margin-bottom: var(--space-3);
}
.testimonial__stars svg { width: 16px; height: 16px; fill: currentColor; stroke: none; }

.testimonial__quote {
  font-family: var(--font-display);
  font-size: var(--fs-body-lg-m);
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 var(--space-4);
  color: var(--fg);
}
@media (min-width: 768px) { .testimonial__quote { font-size: var(--fs-body-lg); } }

.testimonial__attribution {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px solid var(--border);
}

.testimonial__avatar {
  width: 48px; height: 48px;
  border-radius: var(--radius-pill);
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial__author {
  display: block;
  font-weight: 600;
  font-size: var(--fs-body-m);
  color: var(--fg);
  margin: 0;
}

.testimonial__role {
  display: block;
  font-size: var(--fs-small-m);
  color: var(--fg-muted);
  margin: 0;
}
@media (min-width: 768px) { .testimonial__role { font-size: var(--fs-small); } }

/* === 16. FAQ ACCORDION (native <details>/<summary>) ====================== */
.faq { display: flex; flex-direction: column; }

.faq__item {
  border-top: 1px solid var(--border);
}
.faq__item:last-child { border-bottom: 1px solid var(--border); }

.faq__question { list-style: none; }
.faq__question::-webkit-details-marker { display: none; }
.faq__question::marker { content: ""; }

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4) 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: var(--fs-h4-m);
  line-height: var(--lh-h4);
  color: var(--fg);
  font-weight: 600;
  transition: color var(--transition);
}
@media (min-width: 768px) { .faq__question { font-size: var(--fs-h4); padding: var(--space-5) 0; } }

.faq__question:hover { color: var(--fg-accent); }
.faq__question:focus-visible {
  outline: 2px solid var(--ottone-scuro);
  outline-offset: 4px;
}

.faq__question::after {
  content: "";
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform var(--transition);
}
.faq__item[open] > .faq__question::after { transform: rotate(-135deg) translateY(-2px); }

.faq__answer {
  padding: 0 0 var(--space-5);
  color: var(--fg-muted);
  font-size: var(--fs-body-m);
  line-height: var(--lh-body);
  max-width: 70ch;
}
@media (min-width: 768px) { .faq__answer { font-size: var(--fs-body); } }
.faq__answer > :last-child { margin-bottom: 0; }

/* Progressive Enhancement: details-content Animation wo unterstützt */
@supports (interpolate-size: allow-keywords) {
  :root { interpolate-size: allow-keywords; }
  .faq__item::details-content {
    block-size: 0;
    overflow: clip;
    opacity: 0;
    transition: block-size var(--transition-slow),
                opacity var(--transition),
                content-visibility var(--transition-slow) allow-discrete;
  }
  .faq__item[open]::details-content {
    block-size: auto;
    opacity: 1;
  }
}

/* === 17. CTA BLOCK ======================================================= */
.cta-block {
  text-align: center;
  padding: var(--space-6) var(--space-4);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
@media (min-width: 1024px) { .cta-block { padding: var(--space-8) var(--space-6); } }

.cta-block--dark {
  background: var(--bg-inverse);
  color: var(--fg-inverse);
  border-color: var(--espresso);
}
.cta-block--dark .cta-block__title { color: var(--fg-inverse); }
.cta-block--dark .cta-block__text  { color: var(--ottone-chiaro); }

.cta-block__title {
  font-family: var(--font-display);
  font-size: var(--fs-h2-m);
  line-height: var(--lh-h2);
  margin: 0 auto var(--space-3);
  max-width: 20ch;
}
@media (min-width: 1024px) { .cta-block__title { font-size: var(--fs-h2); } }

.cta-block__text {
  color: var(--fg-muted);
  max-width: 56ch;
  margin: 0 auto var(--space-5);
  font-size: var(--fs-body-lg-m);
}
@media (min-width: 768px) { .cta-block__text { font-size: var(--fs-body-lg); } }

.cta-block__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: center;
}

/* === 18. CONTACT INFO ==================================================== */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--fs-body-m);
  color: var(--fg);
}
@media (min-width: 768px) { .contact-info__item { font-size: var(--fs-body); } }

.contact-info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--fg-accent);
  background: var(--bg-elevated);
  border-radius: var(--radius);
}
.contact-info__icon svg { width: 20px; height: 20px; }

.contact-info__label {
  display: block;
  font-size: var(--fs-label);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 2px;
}

.contact-info__value { color: var(--fg); }
.contact-info__value a { color: inherit; text-decoration-color: var(--border-accent); }

/* === 19. NEWSLETTER ====================================================== */
.newsletter {
  padding: var(--space-5);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
}
@media (min-width: 1024px) { .newsletter { padding: var(--space-6); } }

.newsletter--inline {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-radius: 0;
}

.newsletter__title {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  margin: 0 0 var(--space-2);
}

.newsletter__text {
  color: var(--fg-muted);
  margin: 0 0 var(--space-4);
  font-size: var(--fs-body-m);
}

.newsletter__form {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
@media (min-width: 768px) {
  .newsletter__form { flex-direction: row; align-items: stretch; }
}

.newsletter__input {
  flex: 1 1 auto;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: var(--fs-body-m);
  color: var(--fg);
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  transition: border-color var(--transition);
}
.newsletter__input::placeholder { color: var(--fg-muted); }
.newsletter__input:focus-visible {
  outline: 2px solid var(--ottone-scuro);
  outline-offset: 2px;
  border-color: var(--espresso);
}

/* === 20. AUTHOR / CURATOR TAG ============================================ */
.author-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 6px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: var(--bg-elevated);
  font-size: var(--fs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
}
.author-tag__avatar {
  width: 20px; height: 20px;
  border-radius: var(--radius-pill);
  object-fit: cover;
}
.author-tag__name { color: var(--fg); }

.author-tag--quiet { border-color: transparent; background: transparent; padding-inline: 0; }

/* === 21. HAIRLINE DIVIDER ================================================ */
.hairline {
  border: 0;
  border-top: 1px solid var(--border);
  margin: var(--space-5) 0;
  height: 0;
}
.hairline--strong { border-top-color: var(--border-strong); }
.hairline--short  { width: 64px; }
.hairline--center { margin-inline: auto; }

/* === 22. IMAGES ========================================================== */
.image--rounded { border-radius: var(--radius); }
.image--avatar {
  border-radius: var(--radius-pill);
  width: 96px; height: 96px;
  object-fit: cover;
}
.image--full  { width: 100%; height: auto; display: block; }
.image--frame { border: 1px solid var(--border); border-radius: var(--radius); padding: var(--space-2); background: var(--bg-elevated); }

/* === 23. FORM FIELDS ===================================================== */
.form-field {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.form-field__label {
  font-size: var(--fs-label);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
}

.form-field__input,
.form-field__textarea,
.form-field__select {
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: var(--fs-body-m);
  color: var(--fg);
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  transition: border-color var(--transition);
  width: 100%;
}
.form-field__textarea { min-height: 140px; resize: vertical; }

.form-field__input:focus-visible,
.form-field__textarea:focus-visible,
.form-field__select:focus-visible {
  outline: 2px solid var(--ottone-scuro);
  outline-offset: 2px;
  border-color: var(--espresso);
}

.form-field__hint  { font-size: var(--fs-small-m); color: var(--fg-muted); }
.form-field__error { font-size: var(--fs-small-m); color: var(--terracotta); font-weight: 600; }

.form-field:has(:user-invalid) .form-field__input,
.form-field:has(:user-invalid) .form-field__textarea {
  border-color: var(--terracotta);
}

/* === 24. HEADER & NAV ==================================================== */
.site-header {
  position: relative;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding-block: var(--space-3);
}

.site-header__brand {
  font-family: var(--font-display);
  font-size: var(--fs-h4-m);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fg);
  text-decoration: none;
}
@media (min-width: 768px) { .site-header__brand { font-size: var(--fs-h4); } }

.site-nav { display: none; }
@media (min-width: 1024px) {
  .site-nav { display: flex; align-items: center; gap: var(--space-5); }
}

.site-nav__list {
  list-style: none;
  display: flex;
  gap: var(--space-5);
  margin: 0;
  padding: 0;
}
.site-nav__link {
  font-size: var(--fs-small);
  letter-spacing: 0.04em;
  color: var(--fg);
  text-decoration: none;
  padding: var(--space-2) 0;
  border-bottom: 1px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}
.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
  color: var(--fg-accent);
  border-bottom-color: var(--border-accent);
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--fg);
  cursor: pointer;
  transition: background-color var(--transition), border-color var(--transition);
}
.menu-toggle:hover { background: var(--bg-hover); border-color: var(--border-strong); }
@media (min-width: 1024px) { .menu-toggle { display: none; } }

.menu-toggle__bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  position: relative;
}
.menu-toggle__bar::before,
.menu-toggle__bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transition: transform var(--transition), top var(--transition);
}
.menu-toggle__bar::before { top: -6px; }
.menu-toggle__bar::after  { top:  6px; }

.menu-toggle[aria-expanded="true"] .menu-toggle__bar { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle__bar::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__bar::after  { top: 0; transform: rotate(-45deg); }

.site-nav--mobile {
  display: none;
  position: absolute;
  inset: 100% 0 auto 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: var(--space-4);
  z-index: 50;
}
.site-header:has(.menu-toggle[aria-expanded="true"]) .site-nav--mobile { display: block; }
@media (min-width: 1024px) { .site-nav--mobile { display: none !important; } }

.site-nav--mobile .site-nav__list { flex-direction: column; gap: var(--space-3); }

/* === 25. FOOTER ========================================================== */
.site-footer {
  background: var(--bg-inverse);
  color: var(--fg-inverse);
  padding-block: var(--space-7) var(--space-5);
  font-size: var(--fs-small-m);
}
@media (min-width: 768px) { .site-footer { font-size: var(--fs-small); } }

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
}
@media (min-width: 768px)  { .site-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .site-footer__grid { grid-template-columns: repeat(4, 1fr); gap: var(--space-6); } }

.site-footer__column { display: flex; flex-direction: column; gap: var(--space-3); }

.site-footer__heading {
  font-family: var(--font-body);
  font-size: var(--fs-label);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ottone-chiaro);
  margin: 0 0 var(--space-2);
  font-weight: 600;
}

.site-footer__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-2); }

.site-footer a {
  color: var(--crema-pura);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition), color var(--transition);
}
.site-footer a:hover { color: var(--ottone-chiaro); border-bottom-color: var(--ottone); }

.site-footer__bottom {
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px solid var(--espresso-tenue);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  color: var(--ottone-chiaro);
}
@media (min-width: 768px) {
  .site-footer__bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

/* === 26. ICON UTILITIES (für inline Lucide SVG) ========================== */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.125em;
}
.icon--sm { font-size: 16px; }
.icon--md { font-size: 20px; }
.icon--lg { font-size: 24px; }
.icon--xl { font-size: 32px; }

/* === 27. ACCESSIBILITY HELPERS =========================================== */
.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: var(--space-3);
  padding: 12px 16px;
  background: var(--espresso);
  color: var(--crema-pura);
  font-weight: 600;
  text-decoration: none;
  z-index: 100;
  border-radius: var(--radius);
  transition: top var(--transition);
}
.skip-link:focus-visible { top: var(--space-3); }

/* === 28. PRINT =========================================================== */
@media print {
  :root {
    --bg: #fff;
    --bg-elevated: #fff;
    --bg-inverse: #fff;
    --fg: #000;
    --fg-muted: #333;
    --fg-inverse: #000;
    --border: #999;
    --border-strong: #000;
  }
  body { background: #fff; color: #000; font-size: 11pt; line-height: 1.4; }
  .site-header, .site-footer, .menu-toggle, .site-nav,
  .newsletter, .cta-block, .hero__actions {
    display: none !important;
  }
  .section, .section--dark { background: #fff !important; color: #000 !important; padding-block: 12pt; }
  h1, h2, h3, h4 { color: #000 !important; page-break-after: avoid; }
  p, blockquote, .card, .pricing-card { page-break-inside: avoid; orphans: 3; widows: 3; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  .btn { border: 1px solid #000 !important; background: #fff !important; color: #000 !important; padding: 4pt 8pt; }
  .faq__item > .faq__answer { display: block; padding: 4pt 0 8pt; }
  .faq__question::after { display: none; }
}

/* === 29. BRAND-CUSTOM — Breathspaces / BreathDance Hamburg ================
   Hier landen alle Brand-spezifischen Overrides und Komponenten, die das
   DS verlangt und somatic-base nicht out-of-the-box liefert. Strikt nach
   CLAUDE.md: Komponenten in den Sektionen 1-28 werden NICHT editiert.

   Inhalt dieser Sektion (für späteres Suchen):
     29.1  Type-Overrides         (Newsreader-Weights, Eyebrow-Letter-Spacing, Blockquote)
     29.2  Selection / Links      (Ochsenblut-Selection, Weizen-Underline)
     29.3  Button-Overrides       (Primary = Ochsenblut, Ghost-Light für Hero auf dark)
     29.4  Sticky-Topbar          (Backdrop-Blur, dark on light)
     29.5  Hero + Lichtband       (vertikaler Gradient + optionaler Filmkorn)
     29.6  Section-Marker         (Nummer + Eyebrow nebeneinander)
     29.7  Horizon-Line           (.bs-horizon — 1px Weizen)
     29.8  Card-Schwelle          (48×2 px Weizen-Mark top-left)
     29.9  Quote-Block            (Newsreader italic, kein Border)
     29.10 Pillars                (3-Spalten-Grid für „Was BreathDance ist")
     29.11 Impact-Grid            (4-Spalten dark für Wirkungs-Dimensionen)
     29.12 Sessions-Listing       (Datum · Uhrzeit · Plätze · CTA)
     29.13 Praktisches-Grid       (Wann/Wo/Preis/Mitbringen)
     29.14 Du-bist-hier-richtig   (Liste mit → als Marker, Wichtig-Hinweis)
     29.15 Bio-Split              (Bild + Bio nebeneinander)
     29.16 Newsletter (MailerLite)
     29.17 WhatsApp-Bubble        (fixed, schließbar)
     29.18 FAQ-Override           (Pfeil dezenter, Newsreader-H4)
     29.19 Blog-Listing           (vertikaler Stack mit Horizon-Trennern statt Karten)
     29.20 Prose                  (.bs-prose für AGB/Impressum/Datenschutz/Blogposts)
     29.21 Footer-Override        (3-Spalten statt 4, kein Pflicht-CTA)
     29.22.5 Facilitator-Trio   (Initialen-Kreise pro Session-Row)
     29.23 Reveal-on-Scroll       (Fade + translateY)
     29.24 Workshop-Form-Brand   (Breathdance-Workshops-Plugin auf BS-Look ziehen)
     29.25 Sessions-Layout-Tune  (Dark-Vollbahn Facts, FAQ-Asymmetrie, Display-Margins)
     29.26 Mobile-Audit + Layout-Helfer  (Overflow-Schutz, Gutter, Hero-br, measure-left, checklist 2-col)
   ========================================================================== */

/* --- 29.1 Type-Overrides ---
   Newsreader ist lokal nur in 300/400 (regular/italic + 300/300italic) geladen.
   Alle Forderungen nach 600 erzeugen sonst Fake-Bold im Browser. */
h1 { font-weight: 300; letter-spacing: -.01em; }
h2 { font-weight: 400; }
h3 { font-weight: 400; }
h4 { font-weight: 400; }                       /* war via Basisregel 600 → Faux-Bold */
.hero__headline { font-weight: 300; }          /* große Geste = Light, DS-konform */
.faq__question { font-weight: 400; }           /* war 600 → Faux-Bold */
.stats__value { font-weight: 400; }            /* war 600 → Faux-Bold (Newsreader nur 300/400 lokal) */
.pricing-card__price { font-weight: 400; }     /* war 600 → Faux-Bold (Newsreader nur 300/400 lokal) */

/* Italic <em> Akzent gilt für H2 (DS-konform), für H1 zurücknehmen */
h1 em { font-style: italic; font-weight: 300; }

/* Eyebrow: DS 0.1em statt somatic-base 0.18em */
.eyebrow { letter-spacing: .1em; color: var(--bs-ochsenblut); }
.section--dark .eyebrow,
.bs-on-dark .eyebrow { color: var(--bs-weizen); }

/* Blockquote: DS verlangt padding 0, border 0, margin 0 — somatic-base
   hat border-left. Wir nehmen das weg und setzen Newsreader-italic-Stil. */
blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-quote);
  line-height: var(--lh-tight);
  color: var(--fg);
  padding: 0;
  border: 0;
  margin: 0;
  max-width: 30ch;
}

/* --- 29.2 Selection / Links --- */
::selection { background: var(--bs-ochsenblut); color: var(--bs-knochen); }

a,
.bs-prose a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--bs-weizen);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
a:hover { color: var(--bs-ochsenblut); text-decoration-color: var(--bs-weizen-hover); }
.section--dark a:hover,
.bs-on-dark a:hover { color: var(--bs-weizen); }

/* --- 29.3 Button-Overrides ---
   DS: Primary IST Ochsenblut (die „Aktion = die Wunde"), nicht Schiefer.
   Sekundär bleibt transparent → füllt sich mit Schiefer.
   Plus Ghost-Light für Hero auf Lichtband-Gradient. */
.btn--primary {
  --btn-bg: var(--bs-ochsenblut);
  --btn-fg: var(--bs-knochen);
  --btn-border: var(--bs-ochsenblut);
  --btn-bg-h: var(--bs-ochsenblut-hover);
}

/* Ghost-Light: für Hero auf Lichtband — transparent, Weizen-Underline-Wipe */
.btn--ghost-light {
  --btn-bg: transparent;
  --btn-fg: var(--bs-knochen);
  --btn-border: transparent;
  padding: 12px 0;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-body-lg-m);
  background-image: linear-gradient(var(--bs-weizen), var(--bs-weizen));
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size var(--transition);
}
.btn--ghost-light:hover { background-size: 100% 1px; background-color: transparent; color: var(--bs-knochen); border-color: transparent; }

/* --- 29.4 Sticky-Topbar mit Backdrop-Blur (DS: einziger Blur im System) --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(236, 229, 217, .94);   /* Knochen mit α */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--bs-knochen-tief);
}

.site-header__brand {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -.01em;
}

/* Nav-Link aktiver Status: Weizen-Underline (DS Horizon-Motif) */
.site-nav__link {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: none;
}
.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
  color: var(--bs-ochsenblut);
  border-bottom-color: var(--bs-weizen);
}

/* --- 29.5 Hero mit Lichtband-Gradient --- */
.bs-hero {
  position: relative;
  isolation: isolate;
  background: linear-gradient(
    to bottom,
    #1a1f24 0%,
    var(--bs-schiefer) 35%,
    #2c2a26 60%,
    #7a6647 85%,
    var(--bs-weizen) 100%
  );
  color: var(--bs-knochen);
  padding-block: var(--space-8);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .bs-hero { padding-block: 160px var(--space-8); min-height: 78vh; display: flex; align-items: center; }
}

/* Hero-Video als unterster Layer.
   Lichtband-Gradient bleibt als Fallback unter dem Video (z. B. bei Mobile,
   wenn autoplay vom Browser verhindert wird, oder solange das Video lädt). */
.bs-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: .85;
  pointer-events: none;
}

/* Optionaler Filmkorn-Overlay (~6 % SVG turbulence) für „Wetter, nicht Wellness" */
.bs-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .06;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
}

.bs-hero > .container { position: relative; z-index: 2; }

.bs-hero__kicker {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bs-weizen);
  margin-bottom: var(--space-3);
}

.bs-hero__headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  letter-spacing: -.01em;
  color: var(--bs-knochen);
  margin: 0 0 var(--space-4);
  max-width: 18ch;
}

.bs-hero__sub {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-body-lg);
  line-height: 1.5;
  color: var(--bs-knochen);
  opacity: .92;
  max-width: 50ch;
  margin: 0 0 var(--space-5);
}

.bs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.bs-hero__scroll {
  position: absolute;
  bottom: var(--space-4);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--font-body);
  font-size: var(--fs-mono);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--bs-knochen);
  opacity: .55;
}

/* --- 29.6 Section-Marker (Nummer + Eyebrow nebeneinander) --- */
.bs-section-marker {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}
.bs-section-marker__num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-h3);
  color: var(--bs-ochsenblut);
  line-height: 1;
}
.section--dark .bs-section-marker__num,
.bs-on-dark .bs-section-marker__num { color: var(--bs-weizen); }

/* --- 29.7 Horizon-Line (DS-Signet auf Sektions-Ebene) --- */
.bs-horizon {
  display: block;
  height: 1px;
  background: var(--bs-weizen);
  border: 0;
  margin: 0;
  opacity: .85;
}
.bs-horizon--faint { background: currentColor; opacity: .18; }

/* --- 29.8 Card-Schwelle (48×2 px Weizen-Mark top-left) ---
   somatic-base .card hat keinen Mark. Modifier --bs ergänzt ihn. */
.card--bs {
  position: relative;
  --card-bg: var(--bs-knochen-hell);
  --card-border: var(--bs-knochen-tief);
  --card-pad: var(--space-5) var(--space-4) var(--space-4);
  border-width: 1px;
  border-style: solid;
}
.card--bs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: var(--bs-mark-w);
  background: var(--bs-weizen);
}
.card--bs .card__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  letter-spacing: 0;
  color: var(--fg);
  margin: 0 0 var(--space-2);
}
.card--bs .card__text {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  line-height: 1.55;
  color: var(--fg);
  margin: 0;
}

/* Dark-Variante (auf Schiefer-Sektionen) */
.section--dark .card--bs,
.bs-on-dark .card--bs {
  --card-bg: #2b333a;
  --card-border: var(--bs-nebel);
}
.section--dark .card--bs .card__title,
.bs-on-dark .card--bs .card__title { color: var(--bs-knochen); }
.section--dark .card--bs .card__text,
.bs-on-dark .card--bs .card__text { color: var(--bs-knochen); opacity: .85; }

/* --- 29.9 Quote-Block --- */
.bs-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-quote);
  line-height: var(--lh-tight);
  color: var(--fg);
  padding: 0;
  border: 0;
  margin: 0;
  max-width: 30ch;
}
.bs-quote__attrib {
  display: block;
  margin-top: var(--space-3);
  font-family: var(--font-body);
  font-style: normal;
  font-size: var(--fs-mono);
  letter-spacing: .04em;
  color: var(--fg-muted);
}
.section--dark .bs-quote,
.bs-on-dark .bs-quote { color: var(--bs-knochen); }
.section--dark .bs-quote__attrib,
.bs-on-dark .bs-quote__attrib { color: var(--bs-knochen); opacity: .7; }

/* --- 29.10 Pillars (3-Spalten-Grid für „Was BreathDance ist") --- */
.bs-pillars {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: 1fr;
  margin-top: var(--space-5);
}
@media (min-width: 768px)  { .bs-pillars { grid-template-columns: repeat(3, 1fr); gap: var(--space-5); } }

.bs-pillars__claim {
  display: block;
  margin-top: var(--space-5);
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--fs-body-lg);
  color: var(--fg-muted);
}

/* --- 29.11 Impact-Grid (4-Spalten dark, Wirkungs-Dimensionen) --- */
.bs-impact {
  display: grid;
  gap: var(--space-5);
  grid-template-columns: 1fr;
  margin-top: var(--space-6);
}
@media (min-width: 600px)  { .bs-impact { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .bs-impact { grid-template-columns: repeat(4, 1fr); gap: var(--space-6); } }

.bs-impact__item { }
.bs-impact__label {
  display: block;
  font-family: var(--font-body);
  font-size: var(--fs-h4);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bs-weizen);
  margin-bottom: var(--space-2);
}
.bs-impact__text {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  line-height: 1.55;
  color: var(--bs-knochen);
  opacity: .85;
  margin: 0;
  max-width: 28ch;
}

/* --- 29.12 Sessions-Listing --- */
.bs-session-list {
  list-style: none;
  padding: 0;
  margin: var(--space-6) 0 0;
  border-top: 1px solid var(--bs-knochen-tief);
}
.bs-session-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2);
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--bs-knochen-tief);
  align-items: baseline;
}
@media (min-width: 768px) {
  .bs-session-row { grid-template-columns: 2fr 2fr 2fr 1fr; gap: var(--space-4); }
}

.bs-session-row__date {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  line-height: 1.2;
  color: var(--fg);
}
.bs-session-row__time,
.bs-session-row__spots {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  color: var(--fg-muted);
  letter-spacing: .02em;
}
.bs-session-row__spots--closed { color: var(--bs-ochsenblut); }
.bs-session-row__action { text-align: left; }
@media (min-width: 768px) { .bs-session-row__action { text-align: right; } }

.bs-session-empty {
  margin: var(--space-6) 0;
  padding: var(--space-5);
  border: 1px solid var(--bs-knochen-tief);
  text-align: center;
}
.bs-session-empty__eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bs-ochsenblut);
  margin-bottom: var(--space-2);
}
.bs-session-empty__line {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  margin: 0 0 var(--space-4);
}

/* --- 29.13 Praktisches-Grid (Wann/Wo/Preis/Mitbringen) --- */
.bs-facts {
  display: grid;
  gap: var(--space-5);
  grid-template-columns: 1fr;
  margin-top: var(--space-5);
}
@media (min-width: 600px)  { .bs-facts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .bs-facts { grid-template-columns: repeat(4, 1fr); } }

.bs-facts__label {
  display: block;
  font-family: var(--font-body);
  font-size: var(--fs-h4);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bs-ochsenblut);
  margin-bottom: var(--space-2);
}
.bs-facts__value {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.55;
  color: var(--fg);
  margin: 0;
}

/* --- 29.14 Du-bist-hier-richtig (Liste mit → als Marker) --- */
.bs-checklist {
  list-style: none;
  padding: 0;
  margin: var(--space-5) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.bs-checklist__item {
  position: relative;
  padding-left: 28px;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.55;
  color: var(--fg);
}
.bs-checklist__item::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bs-weizen);
  font-family: var(--font-body);
  font-weight: 400;
}

.bs-warning {
  margin-top: var(--space-5);
  padding: var(--space-4);
  border-left: 2px solid var(--bs-ochsenblut);
  background: var(--bs-knochen-hell);
}
.bs-warning__title {
  font-family: var(--font-body);
  font-size: var(--fs-h4);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bs-ochsenblut);
  margin: 0 0 var(--space-2);
}

/* --- 29.15 Bio-Split (Bild + Bio nebeneinander, für Über uns) --- */
.bs-bio {
  display: grid;
  gap: var(--space-5);
  grid-template-columns: 1fr;
  align-items: start;
  margin-block: var(--space-6);
}
@media (min-width: 768px) {
  .bs-bio { grid-template-columns: 1fr 1.4fr; gap: var(--space-6); }
}

.bs-bio__media img {
  width: 100%;
  height: auto;
  display: block;
}

.bs-bio__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0 0 var(--space-2);
}
.bs-bio__role {
  font-family: var(--font-body);
  font-size: var(--fs-h4);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bs-ochsenblut);
  margin: 0 0 var(--space-4);
}
.bs-bio__text { margin-bottom: var(--space-4); max-width: 50ch; }

/* --- 29.16 Newsletter (MailerLite-Embed-Wrapper) --- */
.bs-newsletter {
  padding: var(--space-5);
  border: 1px solid var(--bs-knochen-tief);
  background: var(--bs-knochen-hell);
}
.bs-newsletter__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  margin: 0 0 var(--space-2);
}
.bs-newsletter__text {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  color: var(--fg-muted);
  margin: 0 0 var(--space-4);
  max-width: 50ch;
}

/* --- 29.17 WhatsApp-Bubble (fixed unten rechts, schließbar) --- */
.wa-bubble {
  position: fixed;
  bottom: var(--space-4);
  right: var(--space-4);
  z-index: 100;
  display: none;                  /* JS schaltet auf flex */
  align-items: stretch;
  gap: var(--space-3);
  max-width: 360px;
  padding: var(--space-3);
  background: var(--bs-knochen-hell);
  border: 1px solid var(--bs-knochen-tief);
  font-family: var(--font-body);
  font-size: var(--fs-small);
  line-height: 1.45;
  color: var(--fg);
}
.wa-bubble.is-visible { display: flex; }

.wa-bubble__avatar {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  object-fit: cover;
}
.wa-bubble__body { flex: 1 1 auto; min-width: 0; }
.wa-bubble__name {
  display: block;
  font-weight: 600;
  font-size: var(--fs-small);
  color: var(--fg);
  margin: 0;
}
.wa-bubble__role {
  display: block;
  font-size: var(--fs-mono);
  letter-spacing: .04em;
  color: var(--fg-muted);
  margin-bottom: var(--space-2);
}
.wa-bubble__msg { margin: 0 0 var(--space-2); }
.wa-bubble__cta {
  display: inline-block;
  font-weight: 600;
  color: var(--bs-ochsenblut);
  text-decoration: underline;
  text-decoration-color: var(--bs-weizen);
  text-underline-offset: 3px;
}
.wa-bubble__close {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  font-size: 18px;
  line-height: 1;
  color: var(--fg-muted);
  cursor: pointer;
}
.wa-bubble__close:hover { color: var(--fg); }

/* --- 29.18 FAQ-Overrides --- */
.faq__question {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  color: var(--fg);
}
.faq__question:hover { color: var(--bs-ochsenblut); }
.faq__answer { color: var(--fg); }

/* --- 29.19 Blog-Listing (vertical Stack mit Horizon-Trennern) --- */
.bs-blog-list { list-style: none; padding: 0; margin: var(--space-6) 0 0; }

.bs-blog-item {
  padding-block: var(--space-5);
  border-top: 1px solid var(--bs-weizen);
}
.bs-blog-item:last-child { border-bottom: 1px solid var(--bs-weizen); }

.bs-blog-item__meta {
  font-family: var(--font-body);
  font-size: var(--fs-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin: 0 0 var(--space-2);
}
.bs-blog-item__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  margin: 0 0 var(--space-2);
}
.bs-blog-item__title a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--bs-weizen), var(--bs-weizen));
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size var(--transition);
}
.bs-blog-item__title a:hover { background-size: 100% 1px; }
.bs-blog-item__excerpt {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--fg);
  margin: 0;
  max-width: 65ch;
}

/* --- 29.20 Prose (für AGB/Impressum/Datenschutz/Blogposts) --- */
.bs-prose {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--fg);
  max-width: var(--reading);
}
.bs-prose > * + * { margin-top: var(--space-3); }
.bs-prose h2 { margin-top: var(--space-6); font-family: var(--font-display); font-weight: 400; font-size: var(--fs-h2); line-height: var(--lh-h2); }
.bs-prose h3 { margin-top: var(--space-5); font-family: var(--font-display); font-weight: 400; font-size: var(--fs-h3); line-height: var(--lh-h3); }
.bs-prose h4 { margin-top: var(--space-4); font-family: var(--font-body); font-size: var(--fs-h4); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--bs-ochsenblut); }
.bs-prose p,
.bs-prose ul,
.bs-prose ol,
.bs-prose blockquote { max-width: var(--reading); }
.bs-prose ul,
.bs-prose ol { padding-left: var(--space-3); }
.bs-prose li + li { margin-top: var(--space-1); }
.bs-prose blockquote {
  margin-block: var(--space-4);
  padding-left: var(--space-3);
  border-left: 1px solid var(--bs-weizen);
}
.bs-prose hr {
  border: 0;
  border-top: 1px solid var(--bs-weizen);
  opacity: .6;
  margin-block: var(--space-5);
}
.bs-prose img { margin-block: var(--space-4); }

/* --- 29.21 Footer-Override (3 Spalten, kein primary-CTA) --- */
.site-footer { padding-block: var(--space-6) var(--space-4); }
.site-footer__grid { gap: var(--space-5); }
@media (min-width: 1024px) {
  .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; gap: var(--space-7); }
}
.site-footer__heading { color: var(--bs-weizen); letter-spacing: .1em; }
.site-footer__brand {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 24px;
  color: var(--bs-knochen);
  text-decoration: none;
  display: block;
  margin-bottom: var(--space-2);
}
.site-footer__tagline {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  color: var(--bs-knochen);
  opacity: .8;
  max-width: 38ch;
  margin: 0 0 var(--space-3);
}
.site-footer__madeby {
  font-family: var(--font-body);
  font-size: var(--fs-mono);
  letter-spacing: .04em;
  color: var(--bs-weizen);
  opacity: .7;
}
.site-footer__madeby a { color: inherit; text-decoration: underline; text-decoration-color: var(--bs-weizen); }

/* --- 29.22.5 Facilitator-Trio (Avatar-Kreise pro Session) ---
   Drei Initialen-Kreise nebeneinander: aktive (Ochsenblut),
   inaktive (transparent + gedämpft). Markiert pro Session-Row,
   wer den Termin hält. Die drei Initialen sind aktuell hartkodiert:
   Ja (Jan), Le (Lena), Li (Lisa) — bei späteren Facilitator-Wechseln
   in der jeweiligen Session-Row-HTML anpassen. */
.bs-facilitators {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
}

.bs-facilitator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid var(--bs-knochen-tief);
  background: transparent;
  color: var(--bs-nebel);
  opacity: .45;
  transition: opacity var(--transition), background-color var(--transition);
  cursor: default;
}

.bs-facilitator--active {
  background: var(--bs-ochsenblut);
  color: var(--bs-knochen);
  border-color: var(--bs-ochsenblut);
  opacity: 1;
}

/* Dark-Sektion-Override: inaktive auf dunklem Hintergrund sichtbar halten */
.section--dark .bs-facilitator,
.bs-on-dark .bs-facilitator {
  border-color: var(--bs-nebel);
  color: var(--bs-knochen);
  opacity: .35;
}
.section--dark .bs-facilitator--active,
.bs-on-dark .bs-facilitator--active {
  opacity: 1;
}

/* Session-Row: 5-Spalten-Grid (Datum · Zeit · Plätze · Facilitatoren · Action)
   Override der 4-Spalten-Basisregel aus §13. align-items: center statt baseline,
   damit Mini-Text und Button vertikal sauber sitzen. */
@media (min-width: 768px) {
  .bs-session-row {
    grid-template-columns: 2.2fr 1fr 1fr auto auto;
    gap: var(--space-5);
    align-items: center;
  }
}

/* --- 29.23 Reveal-on-Scroll (initial state) --- */
.js-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .8s cubic-bezier(.2, .6, .2, 1),
              transform .8s cubic-bezier(.2, .6, .2, 1);
  will-change: opacity, transform;
}
.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal { opacity: 1; transform: none; transition: none; }
}

/* --- 29.24 Workshop-Form-Brand (Breathdance-Workshops-Plugin) --------------
   Das Plugin bringt ein generisches Default-Design (6px Radii, blaue Focus-Ringe,
   schwarzer Submit, knappe 640px max-width). Wir ziehen es auf BS-Look:
   0 Radii, Knochen-Felder, Schiefer-Border, Ochsenblut-Submit & Focus,
   großzügige Vertikal-Rhythmik. Spezifität bewusst etwas hoch (.bs-workshop-page),
   damit es das Plugin-CSS (Load-Reihenfolge: Plugin zuerst, Theme danach) sicher
   überschreibt. */

.bs-workshop-page {
  /* Wrapper-Variablen, falls wir mal pro-Page variieren wollen */
  --bdw-gap: var(--space-4);
  --bdw-gap-lg: var(--space-6);
}

/* Seiten-Container: dem Plugin etwas Atemraum geben */
.bs-workshop-page .bdw-workshop {
  margin: 0 auto;
  max-width: 720px;
}

/* Details-Card (Datum/Zeit/Ort/Preis/Plätze) — als Brand-Karte mit Schwelle */
.bs-workshop-page .bdw-workshop__details {
  margin: 0 0 var(--space-7);
  padding: var(--space-5) var(--space-5);
  background: var(--bs-knochen-warm, var(--bg-soft));
  border-top: 2px solid var(--bs-weizen);
  border-bottom: 1px solid var(--bs-knochen-tief);
}

/* Title in der Details-Card: Plugin doppelt den Workshop-Namen — ausblenden,
   da die Seite oben drüber schon den Post-Titel zeigt. */
.bs-workshop-page .bdw-workshop__title {
  display: none;
}

/* Meta-Liste: kein dichtes Grid, sondern lockere Two-Column-Reihen */
.bs-workshop-page .bdw-workshop__meta {
  grid-template-columns: max-content 1fr;
  gap: var(--space-2) var(--space-5);
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-snug);
}
.bs-workshop-page .bdw-workshop__meta dt {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-sm);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--bs-nebel);
  opacity: 1;
  align-self: center;
}
.bs-workshop-page .bdw-workshop__meta dd {
  margin: 0;
  color: var(--fg);
}
.bs-workshop-page .bdw-workshop__address {
  display: block;
  margin-top: 2px;
  color: var(--fg-muted);
  font-size: var(--text-sm);
}
.bs-workshop-page .bdw-workshop__payment-hint {
  color: var(--fg-muted);
  font-size: var(--text-sm);
  opacity: 1;
  margin-left: .25rem;
}
.bs-workshop-page .bdw-workshop__seats-warning {
  color: var(--bs-ochsenblut);
  font-size: var(--text-sm);
  margin-left: .5rem;
  font-weight: 600;
}

/* === Form-Layout === */
.bs-workshop-page .bdw-form {
  max-width: none;
  margin: 0;
}

/* Fieldsets als sauber getrennte Sektionen mit Horizon-Trennlinie oben */
.bs-workshop-page .bdw-form__fieldset {
  border: none;
  padding: var(--space-6) 0 0;
  margin: 0 0 var(--space-6);
  border-top: 1px solid var(--bs-weizen);
}
.bs-workshop-page .bdw-form__fieldset:first-of-type {
  border-top: none;
  padding-top: 0;
}

/* Legende: Newsreader, größer, dezent als „Mini-H3" */
.bs-workshop-page .bdw-form__legend {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--text-xl);
  line-height: var(--leading-tight);
  letter-spacing: -0.01em;
  margin: 0 0 var(--space-3);
  padding: 0;
  color: var(--fg);
}

.bs-workshop-page .bdw-form__help {
  margin: 0 0 var(--space-4);
  color: var(--fg-muted);
  font-size: var(--text-base);
  opacity: 1;
  line-height: var(--leading-relaxed);
}

/* Zwei-Spalten-Row großzügiger */
.bs-workshop-page .bdw-form__row {
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}
@media (min-width: 768px) {
  .bs-workshop-page .bdw-form__row {
    gap: var(--space-5);
  }
}

.bs-workshop-page .bdw-form__field {
  margin-bottom: var(--space-4);
}
.bs-workshop-page .bdw-form__field--gdpr,
.bs-workshop-page .bdw-form__field--submit {
  margin-top: var(--space-5);
}

/* Labels: Hanken Grotesk, dezent uppercase, etwas Letter-Spacing */
.bs-workshop-page .bdw-form__label {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-sm);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--bs-nebel);
}
.bs-workshop-page .bdw-form__required {
  color: var(--bs-ochsenblut);
  margin-left: 2px;
}

/* Inputs/Textareas: eckig, Knochen-Hintergrund, Schiefer-Border */
.bs-workshop-page .bdw-form__input,
.bs-workshop-page .bdw-form__textarea {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-snug);
  color: var(--fg);
  background: var(--bg);
  border: 1px solid var(--bs-knochen-tief);
  border-radius: 0;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color var(--transition), background-color var(--transition);
  box-shadow: none;
}
.bs-workshop-page .bdw-form__input:hover,
.bs-workshop-page .bdw-form__textarea:hover {
  border-color: var(--bs-nebel);
}
.bs-workshop-page .bdw-form__input:focus,
.bs-workshop-page .bdw-form__textarea:focus {
  outline: none;
  border-color: var(--bs-ochsenblut);
  box-shadow: 0 0 0 1px var(--bs-ochsenblut);
  background: var(--bs-knochen);
}
.bs-workshop-page .bdw-form__input--error,
.bs-workshop-page .bdw-form__textarea--error {
  border-color: var(--bs-ochsenblut);
  background: rgba(122, 30, 38, .04);
}
.bs-workshop-page .bdw-form__textarea {
  min-height: 6rem;
  resize: vertical;
}

/* Checklist (Kontraindikationen): mehr Luft */
.bs-workshop-page .bdw-form__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.bs-workshop-page .bdw-form__checklist li {
  margin: 0;
}
.bs-workshop-page .bdw-form__checkbox-label,
.bs-workshop-page .bdw-form__checklist label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-snug);
  color: var(--fg);
  cursor: pointer;
  padding: 4px 0;
}

/* Custom-Checkbox: eckig, Schiefer-Border, Ochsenblut wenn checked */
.bs-workshop-page .bdw-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  border: 1px solid var(--bs-knochen-tief);
  border-radius: 0;
  background: var(--bg);
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color var(--transition), background-color var(--transition);
  position: relative;
}
.bs-workshop-page .bdw-form__checkbox:hover {
  border-color: var(--bs-nebel);
}
.bs-workshop-page .bdw-form__checkbox:checked {
  background: var(--bs-ochsenblut);
  border-color: var(--bs-ochsenblut);
}
.bs-workshop-page .bdw-form__checkbox:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--bs-knochen);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.bs-workshop-page .bdw-form__checkbox:focus-visible {
  outline: 2px solid var(--bs-ochsenblut);
  outline-offset: 2px;
}

/* GDPR-Field — gleicher visueller Weight wie Checklist-Items */
.bs-workshop-page .bdw-form__field--gdpr .bdw-form__checkbox-label {
  font-size: var(--text-sm);
  color: var(--fg-muted);
}
.bs-workshop-page .bdw-form__field--gdpr a {
  color: var(--fg);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* Submit-Button: =Brand .btn--primary, eckig, Ochsenblut */
.bs-workshop-page .bdw-form__field--submit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
}
.bs-workshop-page .bdw-form__submit {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-base);
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--bs-ochsenblut);
  color: var(--bs-knochen);
  padding: 14px 28px;
  border: 1px solid var(--bs-ochsenblut);
  border-radius: 0;
  cursor: pointer;
  transition: background-color var(--transition), color var(--transition);
  box-shadow: none;
}
.bs-workshop-page .bdw-form__submit:hover {
  background: transparent;
  color: var(--bs-ochsenblut);
  transform: none;
}
.bs-workshop-page .bdw-form__submit:active {
  transform: none;
}
.bs-workshop-page .bdw-form__submit:focus-visible {
  outline: 2px solid var(--bs-ochsenblut);
  outline-offset: 3px;
}
.bs-workshop-page .bdw-form__submit:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.bs-workshop-page .bdw-form__payment-note {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--fg-muted);
  letter-spacing: .02em;
  opacity: 1;
}

/* Field-Errors */
.bs-workshop-page .bdw-form__field-error {
  color: var(--bs-ochsenblut);
  font-size: var(--text-sm);
  margin-top: 4px;
  font-weight: 600;
}

/* === Notices (Success/Error/Full) — Brand-Look statt Bootstrap-bunt === */
.bs-workshop-page .bdw-notice {
  padding: var(--space-4) var(--space-5);
  border-radius: 0;
  margin: var(--space-4) 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
}
.bs-workshop-page .bdw-notice strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--text-lg);
  letter-spacing: -0.01em;
}
.bs-workshop-page .bdw-notice p {
  margin: 0;
}
.bs-workshop-page .bdw-notice--success {
  background: var(--bs-knochen-warm, var(--bg-soft));
  border-left: 3px solid var(--bs-weizen);
  color: var(--fg);
}
.bs-workshop-page .bdw-notice--error {
  background: rgba(122, 30, 38, .06);
  border-left: 3px solid var(--bs-ochsenblut);
  color: var(--fg);
}
.bs-workshop-page .bdw-notice--full {
  background: var(--bs-knochen-warm, var(--bg-soft));
  border-left: 3px solid var(--bs-ochsenblut);
  color: var(--fg);
}

/* === Workshop-List-Cards (für [breathdance_workshops] falls genutzt) === */
.bs-workshop-page .bdw-workshops-list {
  gap: var(--space-5);
  margin: var(--space-6) 0;
}
.bs-workshop-page .bdw-workshop-card {
  padding: var(--space-5);
  background: var(--bg);
  border: 1px solid var(--bs-knochen-tief);
  border-radius: 0;
  gap: var(--space-2);
  position: relative;
}
.bs-workshop-page .bdw-workshop-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--bs-weizen);
}
.bs-workshop-page .bdw-workshop-card__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--text-xl);
  letter-spacing: -0.01em;
}
.bs-workshop-page .bdw-workshop-card__status {
  border-radius: 0;
  font-size: var(--text-xs);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bs-workshop-page .bdw-workshop-card__status--full {
  background: rgba(122, 30, 38, .12);
  color: var(--bs-ochsenblut);
}
.bs-workshop-page .bdw-workshop-card__status--warning {
  background: var(--bs-weizen);
  color: var(--fg);
}

/* --- 29.25 Sessions-Layout-Tune (v1.3.2 — Designer-Feedback) -----------------
   Drei Aspekte, eng zusammenhängend:
   25.1 — Mehr Luft unter großen Display-Headlines (H1/H2 margin-bottom)
   25.2 — „Praktisches" als dunkle Vollbahn: Label/Value-Farben auf dunklem Grund
   25.3 — FAQ asymmetrisch: schmale Intro-Spalte links, FAQ-Liste rechts auf Lesebreite */

/* 25.1 — Display-Headlines bekommen mehr Atemraum nach unten */
h1 { margin-bottom: var(--space-5); }   /* war: var(--space-3) → ~48px */
h2 { margin-bottom: var(--space-4); }   /* ~32px */

/* 25.2 — bs-facts auf dunkler Vollbahn */
.section--dark .bs-facts__label { color: var(--bs-weizen); }
.section--dark .bs-facts__value { color: var(--bs-knochen); }

/* 25.3 — FAQ-Wrapper: schmale Intro-Spalte links + FAQ-Liste rechts */
.faq-wrap {
  display: block;
}
.faq-wrap__intro {
  margin-bottom: var(--space-5);
}
@media (min-width: 1024px) {
  .faq-wrap {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: var(--space-7);
    align-items: start;
  }
  .faq-wrap__intro {
    position: sticky;
    top: var(--space-6);
    margin-bottom: 0;
  }
  .faq-wrap .faq {
    max-width: var(--reading);   /* Antworten auf Lesebreite, nicht voll */
  }
}

/* --- 29.23 Logo-Integration — Header- & Footer-Bildmarken ----------------
   Ersetzt/ergänzt die Text-Schriftzüge durch Jans Kreis-Bildmarken.
   Hinweis: Die PNGs haben einen hellgrauen Hintergrund (nicht transparent),
   bewusst so belassen. Auf dem dunklen Footer entsteht dadurch ein
   sichtbarer heller Kasten um die Sand-Marke. */

/* Header: 3-Kreis-Marke (gesamt, 3:1) statt Text. */
.site-header__brand { display: inline-flex; align-items: center; line-height: 0; }
.site-header__logo {
  display: block;
  height: 38px;
  width: auto;
}
@media (min-width: 768px) {
  .site-header__logo { height: 46px; }
}

/* Footer: Sand-Kreismarke als Lockup links neben der Wortmarke. */
.site-footer__brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.site-footer__logo {
  display: block;
  width: 46px;
  height: 46px;
  flex: none;
}
.site-footer__brand-text {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 24px;
  color: var(--bs-knochen);
  line-height: 1;
}

/* --- 29.26 Mobile-Audit + Layout-Helfer (v1.3.6 — Designer-Brief v2) ---------
   Site-weite Fixes für Overflow, Gutter, Hero-Umbruch, plus Layout-Helfer
   für linksbündige Lesespalten in vollem Container und 2-spaltige Checklist. */

/* 26.1 — Overflow-Schutz: lange deutsche Komposita brechen statt zu überlaufen.
   `<html lang="de">` muss gesetzt sein (FSE: language_attributes()), sonst
   ignoriert der Browser hyphens: auto. */
h1, h2, h3, h4 { overflow-wrap: break-word; }
.bs-prose { hyphens: auto; }

/* 26.2 — Mobiler Gutter: 32px ist auf 320–375px viel zu viel,
   reduzieren auf 20px für phones < 480px. */
@media (max-width: 479px) {
  .container { padding-inline: 20px; }
}

/* 26.3 — Hero-Headline: hartes <br> auf < 600px ausblenden,
   damit der Browser natürlich umbricht. */
@media (max-width: 600px) {
  .hero__headline br,
  .bs-hero__headline br { display: none; }
}

/* 26.4 — Layout-Helfer .measure-left:
   linksbündige Lesespalte in einem vollen Container. Vermeidet, dass
   Texte mittig schwebend in narrow-Container hängen — sie sitzen jetzt
   an der Markenlinie (links), behalten aber die Lesebreite. */
.measure-left {
  max-width: var(--reading);
  /* explizit kein margin-inline: auto */
}

/* 26.5 — Checklist 2-spaltig ab 768px ("Du bist hier richtig, wenn …") */
@media (min-width: 768px) {
  .bs-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--space-6);
    row-gap: var(--space-2);
  }
}
