/* ===========================================================
   VOCAL POWER · STARTSEITE V3
   8 Sektionen · Trailer-Logik · Multi-Page-Architektur
   =========================================================== */





/* Mockup-Banner */

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.05rem 1.7rem;
  transition: background .25s ease, color .25s ease, gap .25s ease, transform .25s ease;
}
.btn svg { width: 16px; height: 10px; }
.btn-primary { background: var(--text); color: #fff; }
.btn-primary:hover { background: var(--gold); transform: translateY(-2px); gap: 1rem; }
.btn-ghost {
  color: inherit;
  border-bottom: 1px solid currentColor;
  padding: 0 0 4px;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
}
.btn-ghost:hover { color: var(--gold); gap: 1rem; }

/* --- Header --- */
@media (min-width: 900px) { .site-nav { display: flex; } }
/* Hero-Sektion: dunkler Hintergrund-Fill für die Bereiche, die das Bild nicht abdeckt */
.s-hero { background-color: #0a0908; }

.s-hero-bg {
  position: absolute; inset: 0;
  background-image: url('../hero_vocalpower.jpg');
  background-repeat: no-repeat;
  /* Mobile: cover (Bild füllt Viewport komplett) + Position so verschoben, dass die graue Wand links
     für die Headline sichtbar bleibt und die Sängerin in der rechten Hälfte sitzt */
  background-size: cover;
  background-position: 35% 28%;
  filter: brightness(0.88) contrast(1.04) saturate(1.05);
}
/* Desktop: Bild breiter als Viewport + links bündig
   → Sängerin (Bildmitte) rutscht weiter rechts, linker Bereich bleibt frei für die Headline */
@media (min-width: 720px) {
  .s-hero-bg {
    background-size: 130% auto;
    background-position: 0% 50%;
  }
}
@keyframes heroZoom { to { transform: scale(1); } }
.s-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.3) 35%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.18) 100%);
}
.s-hero-content {
  position: relative; z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(11rem, 18vw, 15rem) clamp(1.5rem, 5vw, 4rem) clamp(5rem, 8vw, 7rem);
}
.s-hero-entry {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  color: rgba(255,255,255,0.85);
  margin-bottom: 1.6rem;
  max-width: 32ch;
}
.s-hero-eyebrow {
  display: inline-block;
  background: rgba(0,0,0,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 9999px;
  padding: 0.55rem 1.2rem;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
/* === Hero Brand-Pill (Option C — VOCALPOWER als Brand-Marker oben) === */
.s-hero-brand {
  display: inline-flex; align-items: center;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 9999px;
  padding: 0.55rem 1.2rem;
  margin-bottom: 1.8rem;
  font-family: 'Cormorant SC', serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  color: var(--gold-light);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-shadow: 0 1px 6px rgba(0,0,0,0.45);
}
.s-hero-brand small {
  color: rgba(255,255,255,0.85);
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-left: 0.8em;
  padding-left: 0.8em;
  border-left: 1px solid rgba(255,255,255,0.24);
}
.s-hero-headline {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: 18ch;
  text-shadow: 0 2px 28px rgba(0,0,0,0.7), 0 1px 6px rgba(0,0,0,0.55);
}
/* Mobile: H1 auf Bildschirmbreite erzwingen + Overlay dunkler */
@media (max-width: 720px) {
  .s-hero-content { padding-left: 1rem !important; padding-right: 1rem !important; }
  .s-hero-headline {
    font-size: 10.5vw;
    max-width: none;
    letter-spacing: -0.025em;
  }
  .s-hero-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.45) 100%);
  }
}
.s-hero-headline em { color: var(--gold-light); font-family: 'Jost', sans-serif; font-style: normal; font-weight: 500; }
.s-hero-headline-sub {
  display: block;
  margin-top: 0.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.6rem, 9vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 1px 14px rgba(0,0,0,0.55);
  white-space: nowrap;
}
.s-hero-subline {
  margin-top: 1.8rem;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: rgba(255,255,255,0.92);
  max-width: 44ch;
  line-height: 1.55;
  text-shadow: 0 1px 14px rgba(0,0,0,0.6), 0 0 4px rgba(0,0,0,0.45);
}
.s-hero-subline strong {
  color: #fff;
  font-weight: 600;
}
.s-hero-cta-row {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}
@media (min-width: 600px) {
  .s-hero-cta-row { flex-direction: row; align-items: center; gap: 2rem; }
}
.s-hero-cta-row .btn-primary {
  background: rgba(255,255,255,0.95);
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.95);
}
.s-hero-cta-row .btn-primary:hover {
  background: var(--text);
  border-color: var(--text);
  color: #fff;
}
.s-hero-cta-row .btn-ghost {
  color: rgba(255,255,255,0.95);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.55);
  padding: 1.05rem 1.7rem;
  font-size: 0.86rem;
  letter-spacing: 0.16em;
}
.s-hero-cta-row .btn-ghost:hover {
  color: var(--text);
  background: rgba(255,255,255,0.95);
  border-color: rgba(255,255,255,0.95);
}
.s-hero-trust {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.55);
}
.s-hero-trust strong { color: rgba(255,255,255,0.85); font-weight: 500; margin-right: 0.3em; }
.s-hero-trust-dot { width: 3px; height: 3px; background: var(--gold-light); border-radius: 50%; display: inline-block; align-self: center; }

/* ===========================================================
   2. WAS IST VOCAL POWER (Marken-Bridge)
   =========================================================== */
.s-bridge {
  padding: clamp(5rem, 10vw, 9rem) 0;
}
.s-bridge-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(3.5rem, 6vw, 5rem);
}
.s-bridge-question {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: var(--text-muted);
  margin-bottom: 1.4rem;
}
.s-bridge-eyebrow { display: block; margin-bottom: 1.6rem; }
.s-bridge-headline {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  line-height: 1.18;
  max-width: 20ch;
  margin: 0 auto;
}
.s-bridge-headline em { font-family: 'Fraunces', serif; font-style: italic; }
.s-bridge-trust {
  margin-top: 1.2rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  opacity: 0.65;
}

/* === DEZENTE CTA-LINKS — Footnote-Stil === */
/* Kleine kursiv-goldene Zeile am Ende einer Sektion, die zu Terminen führt.
   Wirkt wie eine Magazin-Fußnote, kein Button-Druck. */
.tx-footnote {
  display: block;
  text-align: center;
  margin: clamp(2.5rem, 4vw, 3.5rem) auto 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text-muted);
  opacity: 0.75;
  transition: opacity .25s;
  letter-spacing: 0.01em;
}
.tx-footnote:hover { opacity: 1; }
.tx-footnote a {
  color: var(--gold);
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: border-color .25s, color .25s;
}
.tx-footnote a:hover {
  border-bottom-color: var(--gold);
}

/* === LIVE-TERMIN-STATUS — kontextueller Hinweis === */
/* Schmale Faktzeile mit echten Workshop-Daten aus termine.json —
   keine Aufforderung, sondern Information. */
.tx-status {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--text-muted);
  margin: clamp(1.2rem, 2vw, 1.8rem) 0 0;
  line-height: 1.7;
}
.tx-status-item { color: var(--text); }
.tx-status-sep { opacity: 0.4; margin: 0 0.5em; }
.tx-status-link {
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 1px;
  margin-left: 0.4em;
  transition: color .25s, border-color .25s;
}
.tx-status-link:hover { color: var(--text); border-bottom-color: var(--text); }

/* Drei Säulen */
.s-bridge-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.4rem, 4vw, 3.2rem);
  max-width: 1180px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .s-bridge-pillars { grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 4vw, 4rem); }
}
.s-bridge-pillar {
  padding-top: 2.4rem;
  border-top: 1px solid var(--divider);
}
@media (min-width: 900px) {
  .s-bridge-pillar {
    padding-right: clamp(1.2rem, 2.5vw, 2rem);
    border-right: 1px solid var(--divider);
  }
  .s-bridge-pillar:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.s-bridge-pillar-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 1.4rem;
  display: block;
}
.s-bridge-pillar h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  margin-bottom: 1.1rem;
  font-style: normal;
}
.s-bridge-pillar h3 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-bridge-pillar p {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 36ch;
}

.s-bridge-cta-row {
  text-align: center;
  margin-top: clamp(3.5rem, 6vw, 5rem);
  padding-top: clamp(3rem, 5vw, 4rem);
  border-top: 1px solid var(--divider);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.s-bridge-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(3rem, 6vw, 4.5rem);
  max-width: 1240px;
  margin: 0 auto;
  align-items: start;
}
@media (min-width: 920px) {
  .s-bridge-layout {
    grid-template-columns: 1.15fr 1fr;
    gap: clamp(3.5rem, 6vw, 6rem);
  }
}
.s-bridge-aside {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 4vw, 3.5rem);
}
@media (min-width: 920px) {
  .s-bridge-aside {
    position: sticky;
    top: 6rem;
  }
}
/* Target-Liste (Bullets statt Kästen) */
.s-bridge-aside .s-bridge-target { margin-bottom: 0; }
.s-bridge-target-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-bridge-target-list li {
  position: relative;
  padding-left: 1.6rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
  line-height: 1.6;
  color: var(--text);
}
.s-bridge-target-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 12px;
  height: 1px;
  background: var(--gold);
}
.s-bridge-aside .s-bridge-section-head {
  text-align: left;
  margin-bottom: 1.4rem;
}
.s-bridge-aside .s-bridge-section-head h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
}
/* Bullets in Aside: einspaltig */
.s-bridge-aside .s-bridge-expect { max-width: none; margin: 0; }
.s-bridge-aside .s-bridge-expect ul {
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
@media (min-width: 600px) {
  .s-bridge-aside .s-bridge-expect ul { grid-template-columns: 1fr; }
}

.s-bridge-body {
  max-width: none;
  margin: 0;
}
.s-bridge-body p {
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 1.4rem;
}
.s-bridge-lead {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem) !important;
  line-height: 1.5 !important;
  color: var(--text) !important;
  margin-bottom: 1.8rem !important;
}
.s-bridge-answer {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: clamp(1.35rem, 2vw, 1.7rem) !important;
  color: var(--text) !important;
  margin-bottom: 2.2rem !important;
  line-height: 1.45 !important;
}
.s-bridge-answer em {
  font-family: 'Fraunces', serif !important;
  font-style: italic;
  color: var(--gold);
  font-weight: 300;
}
.s-bridge-pull {
  padding: 1.6rem 0 1.6rem 1.6rem;
  border-left: 2px solid var(--gold);
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: clamp(1.1rem, 1.5vw, 1.25rem) !important;
  line-height: 1.55 !important;
  color: var(--text) !important;
  margin: 2rem 0 !important;
}
/* .s-bridge-close — entfernt, läuft jetzt als regulärer Body-Absatz */

/* "Für wen das hier ist" — 3 horizontale Kästen */
.s-bridge-target { margin-bottom: clamp(3.5rem, 6vw, 5rem); }
.s-bridge-section-head {
  text-align: center;
  margin-bottom: clamp(2rem, 3.5vw, 2.8rem);
}
.s-bridge-section-head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  color: var(--text);
}
.s-bridge-target-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  max-width: 1120px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .s-bridge-target-grid { grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
}
.s-bridge-target-card {
  background: var(--bg-section);
  border: 1px solid var(--divider);
  padding: clamp(1.8rem, 3vw, 2.4rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color .25s ease, transform .25s ease;
}
.s-bridge-target-card:hover { border-color: var(--gold-light); transform: translateY(-3px); }
.s-bridge-target-card-num {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
}
.s-bridge-target-card p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  line-height: 1.45;
  color: var(--text);
  margin: 0;
}

/* "Das erwartet dich bei Vocal Power" — 6 Punkte als zweispaltige Liste */
.s-bridge-expect { max-width: 780px; margin: 0 auto; }
.s-bridge-expect ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2.4rem;
}
@media (min-width: 600px) {
  .s-bridge-expect ul { grid-template-columns: 1fr 1fr; }
}
.s-bridge-expect li {
  position: relative;
  padding-left: 1.6rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
  line-height: 1.6;
  color: var(--text);
}
.s-bridge-expect li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 12px;
  height: 1px;
  background: var(--gold);
}

/* ===========================================================
   3. PROOF + SERIÖS (kompakt)
   =========================================================== */
.s-proof {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  text-align: center;
}
.s-proof-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(2.4rem, 4vw, 3.4rem);
}
.s-proof-headline {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.s-proof-headline em { font-family: 'Fraunces', serif; font-style: italic; }
.s-proof-subline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  color: var(--text-muted);
  line-height: 1.45;
  max-width: 40ch;
  margin: 0 auto 2rem;
}
.s-proof-line {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto;
}
.s-proof-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
  max-width: 880px;
  margin: 0 auto 3rem;
}
@media (min-width: 720px) { .s-proof-stats { grid-template-columns: repeat(4, 1fr); } }
.s-proof-stat { display: flex; flex-direction: column; gap: 0.4rem; }
.s-proof-stat strong {
  font-family: 'Fraunces', serif;
  font-style: italic; font-weight: 300;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  color: var(--gold);
  line-height: 1;
}
.s-proof-stat span {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.s-proof-foot {
  max-width: 60ch;
  margin: 0 auto 2.4rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
}
.s-proof-foot strong { color: var(--text); font-weight: 500; }

.s-proof-promises {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1.6rem;
  margin-bottom: 1.6rem;
}
.s-proof-promise {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  color: var(--text);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.s-proof-promise::before {
  content: '✓';
  color: var(--gold);
  font-weight: 500;
}
.s-proof-more {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: color .25s;
}
.s-proof-more:hover { color: var(--gold); }

/* ===========================================================
   3. PROBLEM (kurz)
   =========================================================== */
.s-problem {
  padding: clamp(5rem, 10vw, 9rem) 0;
  border-top: 1px solid var(--divider);
}
.s-problem-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .s-problem-grid {
    grid-template-columns: 1.25fr 1fr;
    gap: clamp(3.5rem, 7vw, 6rem);
    align-items: center;
  }
}
.s-problem-text .eyebrow { display: block; margin-bottom: 1.6rem; }
.s-problem-text h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  line-height: 1.1;
  margin-bottom: 2rem;
  max-width: 22ch;
}
.s-problem-text h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-problem-text p {
  font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  line-height: 1.72;
  color: var(--text);
  margin-bottom: 1.2rem;
  max-width: 44ch;
}
.s-problem-conclusion {
  margin-top: 2.6rem !important;
  padding-left: 1.6rem;
  border-left: 2px solid var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem) !important;
  line-height: 1.4 !important;
  color: var(--text) !important;
  max-width: 32ch !important;
}
.s-problem-conclusion em { font-family: 'Fraunces', serif; font-style: italic; }
.s-problem-img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #1a1715;
}
.s-problem-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ===========================================================
   4. PHILOSOPHIE (dark)
   =========================================================== */
.s-philosophy {
  background: var(--bg-deep);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  text-align: center;
  position: relative;
}
.s-philosophy::before, .s-philosophy::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32px; height: 1px;
  background: var(--gold-light);
}
.s-philosophy::before { top: 2rem; }
.s-philosophy::after { bottom: 2rem; }
.s-philosophy-eyebrow { color: var(--gold-light); margin-bottom: 1.6rem; display: block; font-size: 0.68rem; letter-spacing: 0.26em; }
.s-philosophy-quote {
  font-family: 'Fraunces', serif;
  font-style: italic; font-weight: 300;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  line-height: 1.32;
  color: #fff;
  max-width: 32ch;
  margin: 0 auto;
  letter-spacing: -0.012em;
}
.s-philosophy-quote em { color: var(--gold-light); font-style: italic; }
.s-philosophy-cite {
  margin-top: clamp(1.2rem, 2vw, 1.6rem);
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* ===========================================================
   5. STIMMEN (Vor/Nach Audio + Videos) — der WOW-Moment
   =========================================================== */
.s-voices {
  padding: 0 0 clamp(5rem, 11vw, 10rem);
}
.s-voices-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(3rem, 5vw, 4rem);
}
.s-voices-head .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-voices-head h2 {
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.s-voices-head h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-voices-head p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 52ch;
  margin: 0 auto;
}

.s-voices-subhead {
  text-align: center;
  margin: 0 auto clamp(2.4rem, 4vw, 3.5rem);
  max-width: 680px;
  padding-top: clamp(4rem, 7vw, 5.5rem);
  border-top: 1px solid var(--divider);
}
.s-voices-subhead .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-voices-subhead h3 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  font-style: normal;
}
.s-voices-subhead h3 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-voices-subhead p {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 48ch;
  margin: 0 auto;
}

/* Audio Vor/Nach Player */
.ba-player {
  max-width: 880px;
  margin: 0 auto clamp(4rem, 7vw, 5.5rem);
  background: #fff;
  border: 1px solid var(--divider);
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media (min-width: 720px) { .ba-player { grid-template-columns: 0.5fr 1fr; } }

.ba-player-photo {
  aspect-ratio: 4 / 5;
  background: #1a1715;
  position: relative;
  overflow: hidden;
}
@media (min-width: 720px) { .ba-player-photo { aspect-ratio: auto; min-height: 380px; } }
.ba-player-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
}
.ba-player-photo figcaption {
  position: absolute;
  bottom: 1rem; left: 1.2rem; right: 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: #fff;
  font-size: 1rem;
  z-index: 2;
}
.ba-player-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.7) 100%);
}

.ba-player-track {
  padding: clamp(1.8rem, 3vw, 2.6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ba-player-toggle {
  display: flex;
  border: 1px solid var(--divider-strong);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 1.6rem;
  align-self: flex-start;
}
.ba-player-toggle button {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.7rem 1.2rem;
  color: var(--text-muted);
  background: transparent;
  transition: background .25s ease, color .25s ease;
}
.ba-player-toggle button.is-active {
  background: var(--text);
  color: #fff;
}
.ba-player-toggle button.is-active.nach { background: var(--gold); }

.ba-player-wave {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 56px;
  margin-bottom: 1.6rem;
}
.ba-player-wave span {
  display: block;
  width: 3px;
  background: var(--text-muted);
  opacity: 0.45;
  border-radius: 2px;
  transition: background .3s ease, opacity .3s ease, height .3s ease;
}
.ba-player-wave.is-nach span { background: var(--gold); opacity: 0.78; }
.ba-player-wave.is-playing span.is-on { background: var(--text); opacity: 1; }
.ba-player-wave.is-nach.is-playing span.is-on { background: var(--gold); opacity: 1; }

.ba-player-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.ba-player-play {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--divider-strong);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s, border-color .25s, transform .25s;
}
.ba-player-play:hover { border-color: var(--gold); background: var(--bg-section); transform: scale(1.05); }
.ba-player-play svg { width: 14px; height: 14px; fill: var(--text); margin-left: 2px; }
.ba-player-time {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}
.ba-player-time strong { color: var(--text); font-weight: 500; }
.ba-player-note {
  font-family: 'Jost', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: var(--text-faint);
  font-style: italic;
  margin-top: 0.4rem;
}

/* Video-Grid (Workshops-Seite — alle 4) */
.s-voices-videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.8rem, 1.5vw, 1.4rem);
  margin-bottom: clamp(3rem, 5vw, 4rem);
}
@media (min-width: 900px) { .s-voices-videos { grid-template-columns: repeat(4, 1fr); } }

/* Reels-Reihe auf Homepage — 3 ausgewählte */
.s-voices-reels {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.8rem, 1.5vw, 1.4rem);
  max-width: 1080px;
  margin: clamp(3rem, 5vw, 4rem) auto;
}
@media (min-width: 720px) { .s-voices-reels { grid-template-columns: repeat(3, 1fr); } }

.video-card {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #000;
  overflow: hidden;
  cursor: pointer;
  transition: transform .3s ease;
}
.video-card:hover { transform: translateY(-3px); }
.video-card video { width: 100%; height: 100%; object-fit: cover; }
.video-card-poster {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.68);
}
.video-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.88) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1rem;
  pointer-events: none;
  transition: opacity .3s ease;
}
.video-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.3;
}
.video-card-meta {
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 0.3rem;
}
.video-card-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 46px; height: 46px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, border-color .25s;
}
.video-card-play svg { width: 11px; height: 11px; fill: #fff; margin-left: 2px; }
.video-card:hover .video-card-play { background: rgba(0,0,0,0.6); border-color: var(--gold-light); }
.video-card.is-playing .video-card-play,
.video-card.is-playing .video-card-overlay { opacity: 0; }

.s-voices-quote {
  max-width: 720px;
  margin: clamp(3rem, 5vw, 4.5rem) auto clamp(2.5rem, 4vw, 3.5rem);
  padding: 2rem 0 0;
  border-top: 1px solid var(--divider);
  text-align: center;
}
.s-voices-quote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.4;
  color: var(--text);
  margin: 0 0 1.6rem;
}
.s-voices-quote blockquote em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--gold);
}
.s-voices-quote-photo {
  width: 96px; height: 96px;
  border-radius: 50%; overflow: hidden;
  margin: 0 auto 1.2rem;
  background: #f4f1ec;
}
.s-voices-quote-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: grayscale(15%) contrast(1.02);
}
.s-voices-quote figcaption {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text);
}
.s-voices-quote figcaption span {
  display: block;
  margin-top: 0.4rem;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.s-voices-quote figcaption span::before {
  content: '✓';
  color: var(--gold);
  margin-right: 0.4em;
}
.s-voices-more {
  text-align: center;
  margin-top: clamp(3rem, 5vw, 4.5rem);
}

/* ===========================================================
   6. WOCHENENDE (Teaser)
   =========================================================== */
.s-workshop {
  padding: clamp(5rem, 11vw, 10rem) 0;
  background: var(--bg-section);
  border-top: 1px solid var(--divider);
}
.s-workshop-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .s-workshop-grid { grid-template-columns: 1.05fr 1fr; gap: clamp(3rem, 6vw, 5rem); }
}
.s-workshop-img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  box-shadow: var(--shadow);
}
@media (min-width: 900px) { .s-workshop-img { aspect-ratio: auto; height: 100%; min-height: 480px; } }
.s-workshop-img img { width: 100%; height: 100%; object-fit: cover; }
.s-workshop-text .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-workshop-text h2 {
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 1.6rem;
  max-width: 14ch;
}
.s-workshop-text h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-workshop-text > p {
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 1.4rem;
  max-width: 42ch;
}
.s-workshop-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
  margin: 2rem 0 2.4rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}
.s-workshop-fact { display: flex; flex-direction: column; gap: 0.3rem; }
.s-workshop-fact-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.s-workshop-fact-value {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--text);
}
.s-workshop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
}

/* ===========================================================
   7. MISCHA (Teaser)
   =========================================================== */
.s-mischa {
  padding: clamp(5rem, 11vw, 10rem) 0;
}
.s-mischa-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .s-mischa-grid { grid-template-columns: 0.85fr 1fr; gap: clamp(3rem, 7vw, 6rem); }
}
.s-mischa-img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.s-mischa-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.02);
}
.s-mischa-text .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-mischa-text h2 {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: 1.4rem;
  max-width: 14ch;
}
.s-mischa-text h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-mischa-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  color: var(--text-muted);
  margin-bottom: 1.8rem;
  max-width: 32ch;
}
.s-mischa-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 1.4rem;
  max-width: 44ch;
}
.s-mischa-credentials {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin: 2.4rem 0 0;
  padding: 1.8rem 0 0;
  border-top: 1px solid var(--divider);
}
.s-mischa-cred {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
}
.s-mischa-cred-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  min-width: 110px;
  flex-shrink: 0;
}
.s-mischa-cred-value {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--text);
  line-height: 1.4;
}

/* ===========================================================
   8. EINSTIEG
   =========================================================== */
.s-entry {
  padding: clamp(5rem, 11vw, 10rem) 0;
  background: var(--bg-section);
  border-top: 1px solid var(--divider);
}
.s-entry-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  max-width: 1080px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}
@media (min-width: 820px) {
  .s-entry-grid { grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.4fr); text-align: left; }
}
.s-entry-preview { margin: 0; display: flex; justify-content: center; }
.s-entry-preview img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  box-shadow: 0 12px 36px rgba(26,23,21,0.16), 0 2px 8px rgba(26,23,21,0.08);
  border: 1px solid var(--divider);
  transform: rotate(-1.5deg);
  transition: transform .35s ease, box-shadow .35s ease;
}
.s-entry-preview img:hover {
  transform: rotate(0deg) translateY(-2px);
  box-shadow: 0 18px 48px rgba(26,23,21,0.22), 0 4px 12px rgba(26,23,21,0.1);
}
.s-entry-content { max-width: 540px; margin: 0 auto; }
@media (min-width: 820px) { .s-entry-content { margin: 0; } }
.s-entry .eyebrow { display: block; margin-bottom: 1.8rem; }
.s-entry h2 {
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 1.12;
  margin-bottom: 1.8rem;
}
.s-entry h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-entry-body {
  font-size: clamp(1.05rem, 1.5vw, 1.15rem);
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 0.6rem;
}
.s-entry-body strong { color: var(--text); font-weight: 500; }
.s-entry-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 2.4rem;
}
.s-entry-form {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--divider-strong);
  max-width: 460px;
  margin: 0 auto 1.4rem;
  transition: border-color .25s ease;
}
.s-entry-form:focus-within { border-color: var(--gold); }
.s-entry-form input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: 'Jost', sans-serif;
  font-size: 1.02rem;
  color: var(--text);
  padding: 0.9rem 0;
  outline: none;
}
.s-entry-form input::placeholder { color: var(--text-faint); }
.s-entry-form button {
  padding: 0 1.2rem;
  display: flex; align-items: center; gap: 0.6rem;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  transition: color .25s, gap .25s;
}
.s-entry-form button:hover { color: var(--gold); gap: 0.9rem; }
.s-entry-form button svg { width: 18px; height: 10px; }
.s-entry-trust {
  font-size: 0.8rem;
  color: var(--text-faint);
  line-height: 1.6;
  max-width: 44ch;
  margin: 0 auto;
}

/* ===========================================================
   NOCH UNSICHER — schlanke Fußnoten-Variante
   =========================================================== */
.s-help {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--divider);
}
.s-help-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.s-help-inner .eyebrow { display: block; margin-bottom: 1rem; }
.s-help-inner p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 1.4rem;
}
.s-help-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 2rem;
}
.s-help-links a {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
  transition: color .25s ease;
}
.s-help-links a:hover { color: var(--gold); }

/* --- Blog Preview --- */
.s-blog-preview {
  padding: clamp(5rem, 10vw, 8rem) 0;
  border-top: 1px solid var(--divider);
  background: var(--bg-section);
}
.s-blog-head { text-align: center; max-width: 640px; margin: 0 auto clamp(3rem, 5vw, 4.5rem); }
.s-blog-head .eyebrow { display: block; margin-bottom: 1rem; }
.s-blog-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.s-blog-head h2 em { font-family: 'Fraunces', serif; font-style: italic; color: var(--gold); }
.s-blog-head p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 50ch;
  margin: 0 auto;
}

.s-blog-grid {
  list-style: none; padding: 0;
  display: grid; grid-template-columns: 1fr;
  gap: clamp(2.4rem, 4vw, 3rem);
  max-width: 1180px; margin: 0 auto;
}
@media (min-width: 720px) { .s-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .s-blog-grid { grid-template-columns: repeat(3, 1fr); } }

.s-blog-card a { display: block; transition: transform .35s ease; }
.s-blog-card a:hover { transform: translateY(-3px); }
.s-blog-card-img {
  display: block; width: 100%; aspect-ratio: 4/3;
  background-size: cover; background-position: center;
  background-color: #f4f1ec;
  margin-bottom: 1.2rem;
}
.s-blog-card-cluster {
  display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.s-blog-card-title {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: var(--text);
  margin-bottom: 0.8rem;
}
.s-blog-card-desc {
  display: block;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.s-blog-card-more {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid var(--text);
  padding-bottom: 2px;
}

.s-blog-more { text-align: center; margin-top: clamp(3rem, 5vw, 4rem); }
.s-blog-more .btn-text {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid var(--text);
  padding-bottom: 4px;
  transition: color .25s ease, border-color .25s ease;
}
.s-blog-more .btn-text:hover { color: var(--gold); border-color: var(--gold); }
.s-blog-more .btn-text svg { width: 14px; height: 9px; }

/* --- Gutschein / Geschenk --- */
.s-gift {
  padding: clamp(5rem, 10vw, 9rem) 0;
  text-align: center;
  border-top: 1px solid var(--divider);
  background: #faf7f2;
}
.s-gift-inner { max-width: 640px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); }
.s-gift-inner .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-gift-inner h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; letter-spacing: -0.01em;
  margin-bottom: 1.4rem;
}
.s-gift-inner h2 em { font-family: 'Fraunces', serif; font-style: italic; color: var(--gold); }
.s-gift-lead {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.5;
  color: var(--text); max-width: 44ch; margin: 0 auto 2.4rem;
}
.s-gift-cta {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: 'Jost', sans-serif; font-weight: 500;
  font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase;
  background: var(--text); color: #fff;
  padding: 1.05rem 1.7rem;
  transition: background .25s ease, transform .25s ease, gap .25s ease;
}
.s-gift-cta:hover { background: var(--gold); transform: translateY(-1px); gap: 1rem; }
.s-gift-cta svg { width: 16px; height: 10px; flex-shrink: 0; }

/* --- Closing + Footer --- */
.s-closing {
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 6vw, 5rem);
  text-align: center;
  border-top: 1px solid var(--divider);
}
.s-closing-quote {
  font-family: 'Fraunces', serif;
  font-style: italic; font-weight: 300;
  font-size: clamp(1.4rem, 3.2vw, 2.4rem);
  line-height: 1.3;
  color: var(--text);
  max-width: 18ch;
  margin: 0 auto;
}
.s-closing-quote em { color: var(--gold); font-style: italic; }
.s-closing-mark {
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--gold);
  border-radius: 50%;
  margin: 1.6rem 0 1.2rem;
}
.s-closing-tag {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-muted);
}

@media (min-width: 720px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 4rem; } }
@media (min-width: 720px) {
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}
.s-termine-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(3rem, 5vw, 4rem);
}
.s-termine-head .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-termine-head h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
}
.s-termine-head h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-termine-head .s-termine-sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--text-muted); margin-top: 0.8rem; }

.s-termine-list { list-style: none; max-width: 1080px; margin: 0 auto; padding: 0; }
.s-termine-row {
  display: grid;
  border-top: 1px solid var(--divider);
  align-items: center;
}
.s-termine-row:last-child { border-bottom: 1px solid var(--divider); }

/* MOBILE (<820px): kompaktes 3-Zeilen-Layout — Datum/Stadt/Format links, Preis/Plätze/Buchen rechts */
@media (max-width: 819px) {
  .s-termine-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "date    price"
      "city    status"
      "format  cta";
    gap: 0.3rem 1rem;
    padding: 1.2rem 0.6rem;
    align-items: baseline;
  }
  .s-termine-date   { grid-area: date; }
  .s-termine-price  { grid-area: price; justify-self: end; }
  .s-termine-city   { grid-area: city; padding-top: 0.1rem; }
  .s-termine-status { grid-area: status; justify-self: end; padding-top: 0.1rem; }
  .s-termine-format { grid-area: format; padding-top: 0.15rem; }
  .s-termine-cta    { grid-area: cta; justify-self: end; padding-top: 0.35rem; }
  .s-termine-status:empty { display: none; }
}

/* DESKTOP (≥820px): unverändertes 5-Spalten-Layout, Preis ausgeblendet */
@media (min-width: 820px) {
  .s-termine-row {
    grid-template-columns: 1.05fr 0.9fr 1fr 1fr auto;
    gap: 1.2rem;
    padding: 1.5rem 1rem;
  }
  .s-termine-price { display: none; }
}
.s-termine-date {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.15rem, 1.5vw, 1.3rem);
  color: var(--text);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.005em;
}
.s-termine-city {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--text);
  letter-spacing: -0.005em;
}
.s-termine-format {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: clamp(0.84rem, 1.1vw, 0.92rem);
  letter-spacing: 0.02em;
  color: var(--text-muted);
}
.s-termine-status {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--text);
}
.s-termine-status strong { color: var(--gold); font-weight: 500; }
.s-termine-price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--text);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.005em;
  white-space: nowrap;
}
.s-termine-cta a {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: var(--text);
  border: 1px solid var(--text);
  padding: 0.7rem 1.6rem;
  transition: background .2s ease, color .2s ease;
}
.s-termine-cta a:hover { background: #fff; color: var(--text); }
/* Mobile: Buchen als kompakte Pill */
@media (max-width: 819px) {
  .s-termine-cta a {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    padding: 0.55rem 1rem;
    border-radius: 9999px;
  }
}
.s-termine-soldout {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: var(--text-muted);
}
.s-termine-row.is-soldout .s-termine-date,
.s-termine-row.is-soldout .s-termine-city,
.s-termine-row.is-soldout .s-termine-format { color: #aaa; }

.s-termine-more {
  text-align: center;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
}

/* ===========================================================
   MISCHA — kurzer Teaser
   =========================================================== */
.s-mischa-teaser {
  padding: clamp(5rem, 10vw, 9rem) 0;
  border-top: 1px solid var(--divider);
}
.s-mischa-teaser-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 900px) {
  .s-mischa-teaser-grid {
    grid-template-columns: 580px minmax(0, 380px) !important;
    gap: clamp(2.5rem, 4vw, 3.5rem);
    align-items: center;
    justify-content: center;
    max-width: 1080px !important;
  }
}
.s-mischa-teaser-img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 900px) { .s-mischa-teaser-img { max-width: 580px !important; margin: 0 !important; } }
.s-mischa-teaser-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.02);
}
/* Head-Bereich: zentriertes Zitat + Attribution oberhalb des Foto-Grids */
.s-mischa-teaser-head { text-align: center; max-width: 720px; margin: 0 auto clamp(2.8rem, 5vw, 4rem); padding: 0 clamp(1rem, 3vw, 2rem); }
.s-mischa-teaser-head .eyebrow { display: block; margin-bottom: 1.6rem; }
.s-mischa-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  line-height: 1.25;
  letter-spacing: -0.005em;
  color: var(--text);
  margin: 0 0 1.2rem;
  padding: 0;
  border: 0;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}
.s-mischa-quote em { font-family: 'Fraunces', serif; font-style: italic; color: var(--gold); }
.s-mischa-cite {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.25;
  letter-spacing: -0.005em;
  text-transform: none;
  color: var(--text);
  margin-top: 0.8rem;
}
.s-mischa-teaser-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  color: var(--text-muted);
  margin-bottom: 1.6rem;
  max-width: 30ch;
}
.s-mischa-teaser-content p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 1.4rem;
  max-width: 42ch;
}
.s-mischa-trust {
  list-style: none; padding: 0; margin: 0 0 1.8rem;
  display: flex; flex-wrap: wrap; gap: 0.5rem 0.6rem;
  max-width: 42ch;
}
.s-mischa-trust li {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: 'Jost', sans-serif; font-weight: 400;
  font-size: 0.72rem; letter-spacing: 0.04em;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--divider);
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  white-space: nowrap;
}
.s-mischa-trust img { width: 14px; height: 14px; flex-shrink: 0; }
.s-mischa-trust-stars { color: var(--gold); letter-spacing: 0.05em; font-size: 0.78rem; }
.s-mischa-teaser-content .btn-text { margin-top: 0.4rem; }

/* Inline-Link mit Pfeil */
.btn-text {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: color .25s ease, gap .25s ease;
}
.btn-text:hover { color: var(--gold); gap: 0.9rem; }
.btn-text svg {
  width: 16px;
  height: 10px;
  flex-shrink: 0;
}

/* ===========================================================
   WOCHENENDE — Teaser (reduziert)
   =========================================================== */
.s-workshop-teaser {
  padding: clamp(6rem, 12vw, 11rem) 0;
  background: var(--bg-section);
  border-top: 1px solid var(--divider);
}
.s-workshop-teaser-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .s-workshop-teaser-grid { grid-template-columns: 0.7fr 1fr; gap: clamp(3rem, 5vw, 4.5rem); align-items: center; }
}
.s-workshop-teaser-img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  box-shadow: var(--shadow);
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 900px) { .s-workshop-teaser-img { max-width: 380px; margin-left: auto; margin-right: 0; } }
.s-workshop-teaser-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: contrast(1.04);
}
.s-workshop-teaser-content .eyebrow { display: block; margin-bottom: 1.6rem; }
.s-workshop-teaser-content h2 {
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 1.4rem;
  max-width: 16ch;
}
.s-workshop-teaser-content h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-workshop-teaser-lead {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  color: var(--text);
  margin-bottom: 1.6rem;
  max-width: 30ch;
  line-height: 1.45;
}
.s-workshop-teaser-body {
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 2.4rem;
  max-width: 42ch;
}

/* ===========================================================
   NACHGELADEN AUS V2: Methode (Drei Bewegungen)
   =========================================================== */
.s-method {
  padding: clamp(6rem, 12vw, 11rem) 0;
  border-top: 1px solid var(--divider);
}
.s-method-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto clamp(4rem, 8vw, 6rem);
}
.s-method-head .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-method-head h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 1.4rem;
}
.s-method-head h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-method-head p {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 54ch;
  margin: 0 auto;
}
.s-method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 900px) {
  .s-method-grid { grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 4vw, 4rem); }
}
.movement {
  padding-top: 2.4rem;
  border-top: 1px solid var(--divider);
}
@media (min-width: 900px) {
  .movement { padding-right: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid var(--divider); }
  .movement:last-child { border-right: none; padding-right: 0; }
}
.movement-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 1.8rem;
  display: block;
}
.movement h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: 1rem;
}
.movement p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 36ch;
}
.s-method-foot {
  margin-top: clamp(4rem, 7vw, 6rem);
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}
.s-method-foot strong { color: var(--text); font-weight: 500; }

/* ===========================================================
   NACHGELADEN AUS V2: Seriös (6 Versprechen)
   =========================================================== */
.s-serious {
  padding: clamp(6rem, 12vw, 11rem) 0;
  background: var(--bg-section);
  border-top: 1px solid var(--divider);
}
.s-serious-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto clamp(4rem, 7vw, 5rem);
}
.s-serious-head .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-serious-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 1.4rem;
}
.s-serious-head h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-serious-head p {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 52ch;
  margin: 0 auto;
}
.s-serious-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 3vw, 2.5rem);
}
@media (min-width: 720px) { .s-serious-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .s-serious-grid { grid-template-columns: repeat(3, 1fr); } }
.promise {
  padding: 2rem 1.6rem;
  border-top: 1px solid var(--divider);
  background: #fff;
}
.promise-num {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  display: block;
}
.promise h3 {
  font-size: clamp(1.2rem, 1.9vw, 1.45rem);
  line-height: 1.2;
  margin-bottom: 0.9rem;
  font-style: normal;
}
.promise h3 em { font-family: 'Fraunces', serif; font-style: italic; }
.promise p {
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--text-muted);
}

/* ===========================================================
   NACHGELADEN AUS V2: Wochenende (volle Version)
   Ersetzt die alten s-workshop Styles weiter oben — die werden überschrieben.
   =========================================================== */
.s-workshop {
  padding: clamp(6rem, 12vw, 11rem) 0 !important;
  background: var(--bg-section) !important;
  border-top: 1px solid var(--divider) !important;
}
.s-workshop-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(4rem, 8vw, 6rem);
}
.s-workshop-head .eyebrow { display: block; margin-bottom: 1.6rem; }
.s-workshop-head h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1.6rem;
}
.s-workshop-head h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-workshop-head p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.5;
  color: var(--text-muted);
  max-width: 44ch;
  margin: 0 auto;
}
.s-workshop-hero-img {
  margin-bottom: clamp(4rem, 7vw, 5.5rem);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  max-height: 580px;
}
.s-workshop-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: contrast(1.04);
}
.s-workshop-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 900px) {
  .s-workshop-content { grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 5rem); }
}
.s-workshop-what {
  border-top: 1px solid var(--divider);
  padding-top: 2.4rem;
}
.s-workshop-what h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  margin-bottom: 1.6rem;
}
.s-workshop-what p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 1.2rem;
  max-width: 44ch;
}
.s-workshop-what p strong { color: var(--text); font-weight: 500; }
.s-workshop-facts {
  border-top: 1px solid var(--divider);
  padding-top: 2.4rem;
}
.s-workshop-facts h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  margin-bottom: 1.8rem;
}
.s-workshop-facts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 1.2rem;
  margin-bottom: 2rem;
}
.fact-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  display: block;
}
.fact-value {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--text);
  line-height: 1.3;
}
.s-workshop-cta-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  padding-top: 1.6rem;
  border-top: 1px solid var(--divider);
}
.s-workshop-price-note {
  font-family: 'Jost', sans-serif;
  font-size: 0.84rem;
  color: var(--text-muted);
}
.s-workshop-price-note strong { color: var(--text); font-weight: 500; }
.s-workshop-extension {
  margin-top: clamp(4rem, 7vw, 5rem);
  padding: 2rem 1.6rem;
  border-top: 1px solid var(--divider);
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.s-workshop-extension a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}
.s-workshop-extension a:hover { color: var(--text); border-color: var(--text); }

/* ===========================================================
   INTRO-SEKTION (ersetzt s-bridge + s-problem + s-philosophy)
   =========================================================== */
.s-intro-image { padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem); }
.s-intro-image figure { max-width: 820px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); }
.s-intro-image .frame { aspect-ratio: 3 / 2; overflow: hidden; max-height: 480px; position: relative; }
.s-intro-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.s-intro-image figcaption {
  display: block; margin-top: 0.9rem;
  font-family: 'Jost', sans-serif; font-weight: 400;
  font-size: 0.68rem; color: var(--text);
  text-align: right; letter-spacing: 0.18em;
  text-transform: uppercase;
}

.s-intro { padding: clamp(5rem, 10vw, 9rem) 0 clamp(6.5rem, 12vw, 11rem); background: #ffffff; }
/* Wenn .s-intro direkt auf .s-intro-philosophy folgt (zweite Intro nach Zitat),
   den oberen Abstand reduzieren, da das Philosophie-Bleed schon padding-bottom hat. */
.s-intro-philosophy + .s-intro { padding-top: clamp(3rem, 6vw, 5rem); }
.s-intro-inner { max-width: 680px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); }
.s-intro-inner .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-intro-inner h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(1.9rem, 3.4vw, 2.6rem); line-height: 1.18; letter-spacing: -0.005em; margin-bottom: 1.8rem; }
.s-intro-inner .lead { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.25rem, 1.9vw, 1.55rem); line-height: 1.45; color: var(--text); margin-bottom: 2rem; }
.s-intro-inner p { font-size: clamp(1.04rem, 1.4vw, 1.12rem); line-height: 1.78; color: var(--text); margin-bottom: 1.4rem; }
.s-intro-stars { padding-top: 1.4rem; margin-top: 0.4rem; border-top: 1px solid var(--divider); color: var(--text) !important; font-size: clamp(0.96rem, 1.3vw, 1.06rem) !important; }

.s-intro-philosophy { background: #ffffff; padding: clamp(5rem, 10vw, 9rem) 0; text-align: center; position: relative; border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider); }
.s-intro-philosophy-inner { max-width: 640px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); }
.s-intro-philosophy blockquote { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: clamp(1.6rem, 3.2vw, 2.4rem); line-height: 1.35; color: var(--text); max-width: 22ch; margin: 0 auto; }
.s-intro-philosophy blockquote em { color: var(--gold); font-style: italic; }
.s-intro-philosophy cite { display: block; margin-top: clamp(1.6rem, 3vw, 2.2rem); font-family: 'Jost', sans-serif; font-style: normal; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-muted); }
.s-intro-philosophy-note { margin-top: clamp(2.8rem, 5vw, 4rem); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.65; color: var(--text-muted); max-width: 42ch; margin-left: auto; margin-right: auto; }

.s-intro-result .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-intro-result h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(1.4rem, 2.2vw, 1.8rem); line-height: 1.2; margin-bottom: 1.4rem; }
.s-intro-result ul { list-style: none; padding: 0; margin: 0 0 0.6rem; font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.35; letter-spacing: -0.005em; color: var(--text); }
.s-intro-result li { padding: 0.9rem 0; border-bottom: 1px solid var(--divider); }
.s-intro-result li:last-child { border-bottom: none; }
.s-intro-result li:first-child { border-top: 1px solid var(--divider); }

.s-intro-audience { margin-top: clamp(2.5rem, 4vw, 3.5rem); padding-top: clamp(2rem, 3.5vw, 2.8rem); border-top: 1px solid var(--divider); }
.s-intro-audience .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-intro-audience p { font-size: clamp(1.04rem, 1.4vw, 1.12rem); line-height: 1.78; color: var(--text); margin-bottom: 1.4rem; }
.s-intro-audience p:last-child { margin-bottom: 0; }

/* ===========================================================
   NACHGELADEN AUS V2: Faces-Grid + verifizierte Testimonials
   =========================================================== */
.s-people {
  padding: clamp(6rem, 12vw, 11rem) 0;
  border-top: 1px solid var(--divider);
}
.s-people-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(4rem, 6vw, 5rem);
}
.s-people-head .eyebrow { display: block; margin-bottom: 1.4rem; }
.s-people-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.s-people-head h2 em { font-family: 'Fraunces', serif; font-style: italic; }
.s-people-head p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 50ch;
  margin: 0 auto;
}
.faces-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--divider);
  border: 1px solid var(--divider);
  margin-bottom: clamp(4rem, 7vw, 5rem);
}
@media (min-width: 720px) { .faces-grid { grid-template-columns: repeat(6, 1fr); } }
@media (min-width: 1100px) { .faces-grid { grid-template-columns: repeat(8, 1fr); } }
.face {
  background: #fff;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}
.face img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
  transition: filter .4s ease, transform .4s ease;
}
.face:hover img { filter: grayscale(0%); transform: scale(1.03); }
.face-name {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 0.7rem 0.6rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.78) 100%);
  font-family: 'Jost', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.face:hover .face-name { opacity: 1; }

.testimonials-quotes {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 4vw, 3.5rem);
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 900px) { .testimonials-quotes { grid-template-columns: repeat(3, 1fr); } }
.testimonial-q { display: flex; flex-direction: column; }
.testimonial-q-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.15rem, 1.7vw, 1.32rem);
  line-height: 1.45;
  color: var(--text);
  margin-bottom: 1.4rem;
}
.testimonial-q-quote em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--gold);
}
.testimonial-q-name {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--text);
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--divider);
}
.testimonial-q-meta {
  display: block;
  margin-top: 0.4rem;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.testimonial-q-meta::before {
  content: '✓';
  color: var(--gold);
  margin-right: 0.4em;
}
.s-people-more { text-align: center; margin-top: clamp(3rem, 5vw, 4rem); }
.s-people-more a {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
}
.s-people-more a:hover { color: var(--gold); }

/* === Restored base section rules (stripped during extraction) === */
.s-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
}
@keyframes heroZoom { to { transform: scale(1); } }
.s-termine {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: var(--bg-section);
  border-top: 1px solid var(--divider);
}

/* Übergangs-Bild zwischen den beiden Intro-Sektionen */
.s-intro-bridge-img { max-width: 860px; margin: 0 auto; display: block; aspect-ratio: 21/8; overflow: hidden; max-height: 360px; }
.s-intro-bridge-img img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* === Eyebrow-Override: alle goldenen Section-Labels auf index.php
       sehen jetzt aus wie die garantie.html-H2 (Cormorant, normal case) === */
.s-intro-inner .eyebrow,
.s-intro-result .eyebrow,
.s-intro-audience .eyebrow,
.s-mischa-teaser .eyebrow,
.s-mischa-teaser-trust .eyebrow,
.s-workshop-cta .eyebrow,
.s-blog-head .eyebrow,
.s-gift-inner .eyebrow,
.s-termine-head .eyebrow,
.s-people-head .eyebrow,
.s-voices-head .eyebrow,
.s-voices-subhead .eyebrow,
.s-problem-text .eyebrow,
.s-method-head .eyebrow,
.s-serious-head .eyebrow,
.s-workshop-head .eyebrow,
.s-entry .eyebrow {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.005em !important;
  text-transform: none !important;
  color: var(--text) !important;
  display: block;
  margin-bottom: 1rem;
}

/* H3 in s-voices-subhead etwas dezenter halten, damit Eyebrow + H3 + Body sauber gestaffelt sind */
.s-voices-subhead h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(1.6rem, 2.6vw, 2rem); line-height: 1.2; margin: 0.4rem 0 0.8rem; }
.s-voices-subhead h3 em { font-family: 'Fraunces', serif; font-style: italic; }

/* === H2-Override: alle Sections-Überschriften analog zu garantie.html === */
.s-intro-inner h2,
.s-problem-text h2,
.s-voices-head h2,
.s-workshop-text h2,
.s-mischa-text h2,
.s-entry h2,
.s-blog-head h2,
.s-gift-inner h2,
.s-termine-head h2,
.s-workshop-teaser-content h2,
.s-method-head h2,
.s-serious-head h2,
.s-workshop-head h2,
.s-people-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.005em;
  margin-bottom: 1.4rem;
  max-width: none;
}
.s-intro-inner h2 em,
.s-problem-text h2 em,
.s-voices-head h2 em,
.s-workshop-text h2 em,
.s-mischa-text h2 em,
.s-entry h2 em,
.s-blog-head h2 em,
.s-gift-inner h2 em,
.s-termine-head h2 em,
.s-workshop-teaser-content h2 em,
.s-method-head h2 em,
.s-serious-head h2 em,
.s-workshop-head h2 em,
.s-people-head h2 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
}
