/*
Theme Name: Somatic Yin Yoga
Theme URI: https://somatic-yinyoga.de
Author: Somatic Web (Jan Wolk)
Author URI: https://somatic-web.de
Description: Child-Theme für WP Draft. Fork von somatic-base, gebrandet für somatic-yinyoga.de — „Hell und dunkel zugleich". Warmer Chiaroscuro, 0px-Kanten, Bricolage Grotesque + Spectral, self-hosted Fonts. BEM-Komponentensatz unverändert; Branding ausschließlich über :root und den Brand-Custom-Block am Ende.
Template: wpdraft
Version: 1.0.0
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-yinyoga
*/

/* =========================================================================
   SOMATIC YIN YOGA — BEM Master Stylesheet
   Fork von somatic-base v4.0.0. Komponenten-CSS (Sektionen 2–28) unverändert.
   Brand-spezifische Anpassungen ausschließlich in:
     · :root (Tokens)
     · Sektion 29 „BRAND-CUSTOM" am Ende
   ========================================================================= */

/* === 1. DESIGN TOKENS ==================================================== */
/* Brand-Quelle: design-system/colors_and_type.css
   „Hell und dunkel zugleich" — warmer Chiaroscuro, 0px-Kanten, Licht statt Schatten. */
:root {
  /* ---------- BRAND CORE ---------- */
  --daemmerung:        #1E1A16;  /* Primary · warmer dunkler Grund */
  --pergament:         #EDE6DA;  /* Secondary · warmes Papier, nie Weiß */
  --glut:              #E2973A;  /* Accent · das Licht, das hereinbricht */
  --moos:              #7E8466;  /* Support · geerdeter Gegenton */

  /* ---------- DÄMMERUNG (dunkle Flächen) ---------- */
  --daemmerung-tief:   #16130F;
  --daemmerung-base:   #1E1A16;
  --daemmerung-karte:  #272220;

  /* ---------- PERGAMENT (helle Flächen) ---------- */
  --pergament-hell:    #F5F0E8;
  --pergament-base:    #EDE6DA;
  --pergament-gedaempft:#E3DACB;

  /* ---------- TEXT (nie reines Schwarz/Weiß) ---------- */
  --tinte:             #332D26;
  --text-on-dark:      #EDE6DA;
  --moos-tief:         #5A6049;

  /* ---------- STATES ---------- */
  --glut-tief:         #C57E2A;
  --moos-hover:        #6B7257;

  /* ---------- STATUS (warm, erdig) ---------- */
  --erfolg:            #5A6049;
  --warnung:           #C57E2A;
  --fehler:            #A8442E;

  /* ---------- SIGNATURE LIGHT (ersetzt Schatten vollständig) ---------- */
  --licht-hero:  radial-gradient(120% 90% at 78% 8%, rgba(226,151,58,0.42) 0%, rgba(226,151,58,0.12) 32%, rgba(30,26,22,0) 62%);
  --licht-ecke:  radial-gradient(circle at 100% 0, rgba(226,151,58,0.40), transparent 70%);
  --licht-glow:  0 0 28px rgba(226,151,58,0.35);

  /* =====================================================================
     MAPPING auf somatic-base-Aliase. Bestehender Komponentensatz
     (Sektionen 2–28) bleibt unverändert; nur die Tokens werden umgelegt.
     ===================================================================== */

  /* Semantische Aliase */
  --bg:               var(--pergament-base);
  --bg-elevated:      var(--pergament-hell);
  --bg-hover:         var(--pergament-gedaempft);
  --bg-inverse:       var(--daemmerung-base);
  --fg:               var(--tinte);
  --fg-muted:         var(--moos-tief);
  --fg-inverse:       var(--pergament-base);
  --fg-accent:        var(--glut-tief);   /* Glut nie als Text auf Hell — Glut-Tief reicht */
  --border:           rgba(126, 132, 102, 0.4); /* Moos @ 40 % — Haarlinie */
  --border-strong:    var(--moos-tief);
  --border-accent:    var(--glut);

  /* somatic-base Brand-Slots als Aliase (für Komponenten, die sie direkt referenzieren) */
  --crema:            var(--pergament-base);
  --crema-pura:       var(--pergament-hell);
  --crema-profonda:   var(--pergament-gedaempft);
  --caffelatte:       var(--moos);
  --espresso:         var(--daemmerung-base);
  --espresso-tenue:   var(--tinte);
  --ottone:           var(--glut);
  --ottone-scuro:     var(--glut-tief);
  --ottone-chiaro:    var(--pergament-gedaempft);
  --linea:            rgba(126, 132, 102, 0.4);
  --oliva:            var(--moos);
  --terracotta:       var(--fehler);

  /* Schriften (Brand-Stack mit self-hosted Fonts) */
  --font-display: "Bricolage Grotesque", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body:    "Spectral", Georgia, "Times New Roman", serif;

  /* Type Scale Desktop (Brand-Werte aus colors_and_type.css) */
  --fs-h1:        64px;
  --fs-h2:        44px;
  --fs-h3:        30px;
  --fs-h4:        22px;
  --fs-body-lg:   24px;   /* Lead */
  --fs-body:      19px;
  --fs-small:     15px;
  --fs-label:     14px;   /* Kicker */

  /* Type Scale Mobile */
  --fs-h1-m:      40px;
  --fs-h2-m:      30px;
  --fs-h3-m:      24px;
  --fs-h4-m:      19px;
  --fs-body-lg-m: 20px;
  --fs-body-m:    17px;
  --fs-small-m:   14px;

  /* Line Heights */
  --lh-h1:        1.05;
  --lh-h2:        1.10;
  --lh-h3:        1.15;
  --lh-h4:        1.25;
  --lh-body:      1.70;
  --lh-tight:     1.40;

  /* Spacing (8px Grid — identisch zu somatic-base) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 96px;
  --space-9: 128px;
  --space-10:160px;  /* Hero · dramatische Stille */

  /* Layout */
  --container: 1200px;
  --reading:   720px;   /* Brand: Leseband 720px statt 680px */

  /* Radii — Brand-Regel: 0px überall */
  --radius-sharp: 0;
  --radius:       0;
  --radius-pill:  0;

  /* Motion (Brand: 250ms ease, „nichts schnappt") */
  --transition:      250ms ease;
  --transition-slow: 360ms ease;

  /* Accent-Stroke */
  --accent-stroke-w: 32px;
  --accent-stroke-h: 1px;
}

/* === 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 ====================================================
   Brand-spezifische Erweiterungen für somatic-yinyoga.
   Hier landen:
     · @font-face (self-hosted Bricolage Grotesque + Spectral)
     · Brand-Overrides (Kicker-Stil, Lead italic, Glut-Glow auf Buttons,
       Chiaroscuro-Sektion, Lichtschein, FAQ-Akkordeon-Feinschliff)
     · Brand-eigene Blöcke (Hero-Glow, Image-Placeholder mit Glut-Ecke)
   Sektionen 1–28 werden NICHT editiert.
   ========================================================================= */

/* --- 29.1 @font-face (self-hosted, DSGVO-konform) ------------------------- */
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('assets/fonts/bricolage-grotesque-v9-latin-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('assets/fonts/bricolage-grotesque-v9-latin-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('assets/fonts/bricolage-grotesque-v9-latin-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('assets/fonts/bricolage-grotesque-v9-latin-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('assets/fonts/spectral-v15-latin-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('assets/fonts/spectral-v15-latin-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('assets/fonts/spectral-v15-latin-300.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('assets/fonts/spectral-v15-latin-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

/* --- 29.2 Brand-Overrides ------------------------------------------------ */

/* Headlines: leicht negative Lauffläche, sentence case */
h1, h2 { letter-spacing: -0.01em; }

/* <em> in Headlines: Spectral italic, lighter — der „weiche" Bruch */
h1 em, h2 em {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

/* Kicker (UPPERCASE, 0.14em, Tiefes Moos) */
.kicker {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs-label);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--moos-tief);
  line-height: 1.4;
  display: inline-block;
}
.section--dark .kicker, .on-dark .kicker { color: var(--glut); }

/* Lead-Paragraph (Spectral italic) */
.lead {
  font-family: var(--font-body);
  font-size: var(--fs-body-lg-m);
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
  max-width: 44ch;
}
@media (min-width: 768px) { .lead { font-size: var(--fs-body-lg); } }

/* Inline-Link mit Glut-Unterstreichung */
a.inline, .prose a {
  color: var(--tinte);
  text-decoration: underline;
  text-decoration-color: var(--glut);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a.inline:hover, .prose a:hover { color: var(--glut); }
.on-dark a.inline, .section--dark .prose a {
  color: var(--pergament);
  text-decoration-color: var(--glut);
}
.on-dark a.inline:hover { color: var(--glut); }

/* Buttons: Glut-Glow auf Hover (ersetzt jeden Box-Shadow-Erstattz) */
.btn--primary {
  background: var(--glut);
  color: var(--daemmerung);
  border-color: var(--glut);
}
.btn--primary:hover, .btn--primary:focus-visible {
  background: var(--glut-tief);
  border-color: var(--glut-tief);
  color: var(--daemmerung);
  box-shadow: var(--licht-glow);
}
.btn--secondary {
  background: transparent;
  color: var(--tinte);
  border: 1px solid var(--tinte);
}
.btn--secondary:hover, .btn--secondary:focus-visible {
  background: var(--glut);
  border-color: var(--glut);
  color: var(--daemmerung);
}
.on-dark .btn--secondary, .section--dark .btn--secondary {
  color: var(--pergament);
  border-color: var(--pergament);
}
.on-dark .btn--secondary:hover, .section--dark .btn--secondary:hover {
  background: var(--glut);
  border-color: var(--glut);
  color: var(--daemmerung);
}

/* Chiaroscuro-Sektion (dunkler Grund + warmer Lichtschein in der Ecke) */
.section--dark {
  background: var(--daemmerung-base);
  color: var(--text-on-dark);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--licht-hero);
  pointer-events: none;
  z-index: 0;
}
.section--dark > .container,
.section--dark > * { position: relative; z-index: 1; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 {
  color: var(--pergament);
}
.section--dark p { color: var(--pergament-gedaempft); }

/* Pergament-„raised" (für dezente Kartenflächen ohne Border) */
.section--raised {
  background: var(--pergament-hell);
}

/* Hairline-Divider */
hr.hair { border: 0; border-top: 1px solid var(--moos); opacity: 0.4; margin: 0; }

/* Image-Placeholder mit Glut-Ecke (so lange echte Fotos fehlen) */
.imgph {
  background: var(--daemmerung-base);
  color: var(--pergament-gedaempft);
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex; align-items: flex-end; padding: var(--space-4);
  font-family: var(--font-display);
  font-size: var(--fs-small);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.imgph::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--licht-ecke);
  pointer-events: none;
}
.imgph__cap { position: relative; z-index: 1; }

/* FAQ-Akkordeon (Brand-Feinschliff auf der vorhandenen Komponente) */
.faq__item { border-top: 1px solid var(--border); }
.faq__item:last-child { border-bottom: 1px solid var(--border); }
.faq__question { font-family: var(--font-display); font-weight: 500; }
.faq__question::after { color: var(--glut); }
.section--dark .faq__item { border-color: rgba(237,230,218,0.15); }
.section--dark .faq__question { color: var(--pergament); }

/* Hero-Reveal (sanftes „Nachgeben") */
@keyframes nachgeben {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}
.reveal { animation: nachgeben 0.9s cubic-bezier(.2,.7,.2,1) both; }
.reveal--d1 { animation-delay: 0.05s; }
.reveal--d2 { animation-delay: 0.20s; }
.reveal--d3 { animation-delay: 0.35s; }
.reveal--d4 { animation-delay: 0.50s; }
@media (prefers-reduced-motion: reduce) { .reveal { animation: none; } }

/* --- 29.3 Fixes nach erster Sichtprüfung (2026-05-29) -------------------- */

/* (a) Cards als Links: keine globale Link-Unterstreichung auf Card-Inhalten.
   Begründung: <a class="card …"> erbt den globalen text-decoration: underline
   und überträgt ihn auf alle Kinder (Headline, Text, Meta). Brand-Regel:
   Card-Inhalte sind nie unterstrichen, der ganze Card-Block ist klickbar. */
a.card,
a.card:hover,
a.card:focus,
a.card * {
  text-decoration: none;
}
/* Card-Hover: dezentes Glut-Glow statt Border-Wechsel */
a.card.card--interactive {
  display: block;
  color: inherit;
}
a.card.card--interactive:hover {
  --card-border: var(--glut);
}
a.card.card--interactive:focus-visible {
  outline: 2px solid var(--glut-tief);
  outline-offset: 4px;
}

/* (b) card--dark: Texte in lesbarem Pergament-Gedämpft statt Glut.
   Begründung: somatic-base mappt card__text → ottone-chiaro, was bei uns
   Pergament-Gedämpft ist — passt. Aber __title sollte voll Pergament sein. */
.card--dark { color: var(--pergament-gedaempft); }
.card--dark .kicker { color: var(--glut); }
.card--dark .card__title { color: var(--pergament); }
.card--dark .card__text { color: var(--pergament-gedaempft); }
.card--dark .card__actions { color: var(--pergament-gedaempft); }

/* (c) cta-block--dark: Headlines + Body in Pergament.
   Begründung: somatic-base setzt nur .cta-block__title — unsere HTML
   verwendet aber direktes <h2> ohne diese Klasse. Auch <p> braucht
   lesbare Farbe. */
.cta-block--dark {
  color: var(--pergament-gedaempft);
  border-color: rgba(237,230,218,0.15);
}
.cta-block--dark h1,
.cta-block--dark h2,
.cta-block--dark h3,
.cta-block--dark h4,
.cta-block--dark .cta-block__title { color: var(--pergament); }
.cta-block--dark p,
.cta-block--dark .cta-block__text { color: var(--pergament-gedaempft); }
.cta-block--dark .kicker { color: var(--glut); }

/* (d) btn--secondary auf jedem dunklen Kontext lesbar machen.
   Begründung: Standard-Override in §29.2 setzt Tinte als Text/Border,
   was auf Dämmerung unsichtbar wird. Hier explizit für alle Dunkel-Container. */
.section--dark .btn--secondary,
.cta-block--dark .btn--secondary,
.card--dark .btn--secondary,
.on-dark .btn--secondary,
.btn--secondary.btn--on-dark {
  background: transparent;
  color: var(--pergament);
  border: 1px solid var(--pergament);
}
.section--dark .btn--secondary:hover,
.section--dark .btn--secondary:focus-visible,
.cta-block--dark .btn--secondary:hover,
.cta-block--dark .btn--secondary:focus-visible,
.card--dark .btn--secondary:hover,
.on-dark .btn--secondary:hover,
.btn--secondary.btn--on-dark:hover {
  background: var(--glut);
  border-color: var(--glut);
  color: var(--daemmerung);
  box-shadow: var(--licht-glow);
}

/* (e) btn--ghost: transparenter Hintergrund — auch in der on-dark-Variante.
   Begründung: somatic-base setzt .btn--on-dark { --btn-bg: var(--crema-pura) }
   und überschreibt damit den Ghost-Transparent. Wir wollen Ghost auf Dunkel
   weiterhin transparent, nur Text/Border ins Pergament. */
.btn--ghost {
  background: transparent;
  border-color: transparent;
  color: var(--tinte);
  padding: 12px 20px;
}
.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: transparent;
  border-color: transparent;
  color: var(--glut-tief);
  text-decoration: underline;
  text-decoration-color: var(--glut);
  text-underline-offset: 3px;
}
.btn--ghost.btn--on-dark,
.section--dark .btn--ghost,
.cta-block--dark .btn--ghost {
  background: transparent;
  color: var(--pergament);
  border-color: transparent;
}
.btn--ghost.btn--on-dark:hover,
.section--dark .btn--ghost:hover,
.cta-block--dark .btn--ghost:hover {
  background: transparent;
  color: var(--glut);
  text-decoration: underline;
  text-decoration-color: var(--glut);
}

/* (f) Section--dark Standard-Link-Color sauberer regeln.
   Begründung: somatic-base setzt .section--dark a { color: var(--ottone-chiaro) }
   was bei uns Pergament-Gedämpft ist. Inline-Links auf Dunkel sollen aber
   Pergament-Vollton sein, mit Glut-Unterstreichung. */
.section--dark a:not(.btn):not(.card):not(.site-nav__link):not(.site-footer__list a) {
  color: var(--pergament);
  text-decoration-color: var(--glut);
}
.section--dark a:not(.btn):not(.card):not(.site-nav__link):hover {
  color: var(--glut);
}

/* (g) Site-Footer-Links (im section--dark Footer) sauber: keine doppelte
   Unterstreichung, Brand-Stil. */
.site-footer .site-footer__list a {
  color: var(--pergament-gedaempft);
  text-decoration: none;
}
.site-footer .site-footer__list a:hover {
  color: var(--glut);
}

/* (h) Container-Reading-Band („--narrow"): max-width 720px.
   Brand: Lesebänder atmen, harte Kante links. */
.container--narrow { max-width: var(--reading); }
