/* =========================================================
   Caraldi Yoga — Entwurf (yoga-lila-Stil) · gemeinsames CSS
   Nur für die entwurf-*.html Seiten. Rührt die Live-Seite nicht an.
   ========================================================= */
:root {
  --cream: #f4efe8;
  --cream-2: #efe8df;
  --ink: #3a332e;
  --clay: #92645a;
  --clay-dark: #7a5049;
  --muted: #8c8078;
  /* Farben aus dem Logo (Lotus) – großzügig eingesetzt */
  --blush: #d4a595;
  --sand: #e3c8ac;
  --blush-soft: #f1ddd3;
  --deep: #3f342f;
  --line: rgba(58, 51, 46, 0.14);
  --shell: min(1200px, 92%);
  --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin: 0 auto; }
.eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--clay);
  margin: 0 0 18px;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; font-optical-sizing: auto; color: var(--clay-dark); }
/* Überschriften auf Bild-/Dunkelflächen bleiben hell */
.hero-inner h1, .ph-inner h1, .path-body h3, .dark h2, .dark h3 { color: #fff; }

/* ---------- Header (über Bild-Hero) ---------- */
.top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px clamp(20px, 5vw, 60px);
}
.top .brand { display: inline-flex; align-items: center; }
.top .brand img {
  height: 56px; width: auto; display: block;
}
.top nav { display: flex; gap: 30px; align-items: center; }
.top nav a {
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s, color .2s;
}
.top nav a:hover { border-color: var(--clay); color: var(--clay-dark); }
.top nav a.mark {
  border: 1px solid rgba(146,100,90,0.45);
  border-radius: 999px;
  padding: 8px 16px;
  color: var(--clay-dark);
}
.top nav a.mark:hover { background: rgba(146,100,90,0.10); border-color: var(--clay); }
@media (max-width: 760px) { .top nav a:not(.mark) { display: none; } }

/* Solid-Header (Seiten ohne Bild-Hero, z. B. Rechtstexte) */
.top--solid {
  position: relative;
  background: rgba(244,239,232,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.top--solid .brand img { filter: none; opacity: 1; }
.top--solid nav a { color: var(--ink); font-weight: 600; }
.top--solid nav a:hover { border-color: rgba(58,51,46,0.5); }
.top--solid nav a.mark { border-color: rgba(58,51,46,0.4); }
.top--solid nav a.mark:hover { background: rgba(58,51,46,0.08); border-color: var(--ink); }

/* ---------- Vollbild-Hero (Startseite) ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end; overflow: hidden;
}
.hero > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(246,240,232,.62), rgba(246,240,232,0) 20%),
    linear-gradient(to top, rgba(30,22,18,.66), rgba(30,22,18,.1) 45%, rgba(30,22,18,0) 70%);
}
.hero-inner {
  position: relative; z-index: 5;
  width: var(--shell); margin: 0 auto;
  padding-bottom: clamp(54px, 10vh, 120px); color: #fff;
}
.hero-inner .eyebrow { color: rgba(255,255,255,.85); }
.hero-inner h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 600;
  line-height: 1.02; letter-spacing: -0.005em; margin: 0 0 18px;
  max-width: 22ch; text-shadow: 0 2px 40px rgba(30,22,18,.4);
}
.hero-inner .hero-claim {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem); color: var(--sand);
  margin: 0 0 20px; letter-spacing: .01em;
}
.hero-inner .lead {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 42ch;
  margin: 0 0 32px; color: rgba(255,255,255,.94); font-weight: 400;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Kompakter Seiten-Hero (Unterseiten) ---------- */
.page-hero {
  position: relative; min-height: clamp(360px, 56vh, 560px);
  display: flex; align-items: flex-end; overflow: hidden;
}
.page-hero > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 32%;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(246,240,232,.62), rgba(246,240,232,0) 20%),
    linear-gradient(to top, rgba(30,22,18,.68), rgba(30,22,18,0) 60%);
}
.ph-inner {
  position: relative; z-index: 5; width: var(--shell); margin: 0 auto;
  padding-bottom: clamp(40px, 6vh, 74px); color: #fff;
}
.ph-inner .eyebrow { color: rgba(255,255,255,.85); }
.ph-inner h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 600; line-height: 1;
  max-width: 18ch; text-shadow: 0 2px 30px rgba(30,22,18,.4);
}
.ph-inner .sub { color: rgba(255,255,255,.94); max-width: 48ch; margin: 16px 0 0; font-size: 1.08rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 15px 26px; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--ink); }
.btn-outline { border-color: rgba(255,255,255,.6); color:#fff; }
.btn-outline:hover { background: rgba(255,255,255,.14); border-color:#fff; }
.btn-clay { background: var(--clay); color:#fff; }
.btn-clay:hover { background: var(--clay-dark); }
.btn-ink { border-color: var(--ink); color: var(--ink); }
.btn-ink:hover { background: var(--ink); color:#fff; }

/* ---------- Generische Abschnitte ---------- */
.section { padding: clamp(64px, 10vh, 120px) 0; }
.section--tight { padding: clamp(46px, 7vh, 80px) 0; }
.section--cream2 { background: var(--cream-2); }
.section-head { text-align: center; margin: 0 auto clamp(40px,6vh,56px); max-width: 640px; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
.section-head p { color: var(--muted); margin: 12px auto 0; }
.rule { width: 64px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--sand), var(--blush), var(--clay)); margin: 0 auto 34px; }

/* Farb-Akzente aus dem Logo */
.accent { color: var(--clay); }
.accent-sand { color: var(--sand); }
.eyebrow { position: relative; }
.section-head .eyebrow::after,
.paths-head .eyebrow::after { content: ""; display:block; width: 30px; height: 2px; border-radius:2px; background: linear-gradient(90deg, var(--blush), var(--clay)); margin: 12px auto 0; }

/* Fließtext */
.prose { max-width: 720px; margin: 0 auto; }
.prose h1 { font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 600; margin: 0 0 24px; }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 40px 0 14px; }
.prose h3 { font-size: 1.3rem; margin: 26px 0 8px; }
.prose p, .prose li { color: var(--ink); opacity: .9; margin: 0 0 15px; }
.prose ul { padding-left: 1.1em; }
.prose a { color: var(--clay-dark); text-decoration: underline; }
.lead-p { font-size: 1.15rem; color: var(--muted); }

/* Text + Bild nebeneinander */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,84px); align-items: center; }
.split.reverse .split-img { order: 2; }
@media (max-width: 860px){ .split { grid-template-columns: 1fr; } .split.reverse .split-img { order: 0; } }
.split-img img { border-radius: 6px; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.split h2 { font-size: clamp(1.9rem,3.4vw,2.7rem); line-height: 1.08; margin: 10px 0 18px; }
.split p { color: var(--muted); margin: 0 0 16px; }

/* ---------- Welcome (Startseite) ---------- */
.welcome { text-align: center; padding: clamp(90px, 14vh, 170px) 0; }
.welcome .om { font-family: var(--serif); font-size: 2rem; color: var(--clay); margin: 0 0 26px; font-style: italic; }
.welcome h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; max-width: 20ch; margin: 0 auto 26px; }
.welcome p { max-width: 54ch; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }

/* ---------- Zwei Wege ---------- */
.paths { padding: 0 0 clamp(90px, 14vh, 170px); }
.paths-head { text-align:center; margin-bottom: 46px; }
.paths-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-bottom: 12px; }
.paths-head p { color: var(--muted); max-width: 46ch; margin: 0 auto; }
.paths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 800px) { .paths-grid { grid-template-columns: 1fr; } }
.path { position: relative; min-height: 520px; display: flex; align-items: flex-end; border-radius: 6px; overflow: hidden; color:#fff; }
.path > img { position: absolute; inset:0; width:100%; height:100%; object-fit: cover; transition: transform .8s ease; }
.path:hover > img { transform: scale(1.04); }
.path::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(30,22,18,.8), rgba(30,22,18,.28) 52%, rgba(30,22,18,.08)); }
.path-body { position: relative; z-index: 3; padding: 40px; }
.path-body .tag { display:inline-block; font-size:.68rem; letter-spacing:.18em; text-transform:uppercase; font-weight:600; background:#fff; color:var(--clay-dark); padding:7px 14px; border-radius:999px; margin-bottom:16px; }
.path--preg .tag { background: var(--clay); color:#fff; }
.path-body h3 { font-size: clamp(2rem,3vw,2.7rem); line-height:1.02; margin-bottom:12px; }
.path-body p { color: rgba(255,255,255,.9); max-width: 34ch; margin:0 0 22px; }
.path-body .go { font-size:.78rem; letter-spacing:.14em; text-transform:uppercase; font-weight:600; display:inline-flex; gap:8px; align-items:center; }
.path:hover .go span { transform: translateX(5px); }
.path .go span { transition: transform .25s; }
.path--preg { outline: 2px solid var(--clay); outline-offset: -2px; }

/* ---------- Angebots-Karten (statisch) ---------- */
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.offer { background:#fff; border:1px solid var(--line); border-radius:12px; overflow:hidden; display:flex; flex-direction:column; }
.offer .oimg { aspect-ratio: 3/2; object-fit: cover; width:100%; }
.offer .obody { padding: 28px; display:flex; flex-direction:column; flex:1; }
.offer .tagline { font-size:.68rem; letter-spacing:.16em; text-transform:uppercase; color: var(--clay); font-weight:700; margin-bottom:10px; }
.offer h3 { font-size:1.55rem; margin-bottom:10px; }
.offer .odesc { color: var(--muted); font-size:.98rem; margin:0 0 18px; }
.offer ul { list-style:none; padding:0; margin:0 0 18px; font-size:.92rem; }
.offer ul li { padding:7px 0; border-bottom:1px solid var(--line); color: var(--muted); }
.offer ul li strong { color: var(--ink); font-weight:600; }
.offer .price { font-family:var(--serif); font-size:1.5rem; color: var(--clay-dark); margin:0 0 18px; }
.offer .obtn { margin-top:auto; }

/* Highlight-Box (Schwangerschaft) */
.highlight-box { background: var(--cream-2); border:1px solid var(--line); border-left: 4px solid var(--clay); border-radius: 10px; padding: clamp(24px,3vw,36px); }
.pill-list { display:flex; flex-wrap:wrap; gap:10px; list-style:none; padding:0; margin:18px 0 0; }
.pill-list li { background:#fff; border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:.86rem; }

/* ---------- Formulare ---------- */
.formcard { max-width: 700px; }
.field { display:block; margin-bottom:18px; font-size:.82rem; font-weight:600; letter-spacing:.02em; color: var(--ink); }
.field input, .field select, .field textarea {
  display:block; width:100%; margin-top:8px; padding:13px 16px;
  border:1px solid var(--line); border-radius:10px; background:#fff; font:inherit; color:var(--ink); font-weight:400;
}
.field textarea { min-height:130px; resize:vertical; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media(max-width:600px){ .form-row{grid-template-columns:1fr;} }
.check { display:flex; gap:10px; align-items:flex-start; font-size:.88rem; color:var(--muted); margin-bottom:16px; font-weight:400; }
.check input { margin-top:3px; }

/* ---------- Panel / Kontakt ---------- */
.panel { background:#fff; border:1px solid var(--line); border-radius:14px; padding: clamp(26px,4vw,40px); }
.panel h2, .panel h3 { margin-bottom: 16px; }
.info-list { list-style:none; padding:0; margin:0; }
.info-list li { padding:12px 0; border-bottom:1px solid var(--line); font-size:.98rem; color: var(--muted); }
.info-list li:last-child { border-bottom:0; }
.info-list strong { color: var(--ink); font-weight:600; }
.info-list a { color: var(--clay-dark); }
.contact-cols { display:grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items:start; }
@media(max-width:820px){ .contact-cols{ grid-template-columns:1fr; } }

/* ---------- Stimmen ---------- */
.quotes { padding: clamp(80px,12vh,140px) 0; border-top: 1px solid var(--line); }
.quotes .qhead { text-align: center; margin-bottom: 52px; }
.quotes h2 { font-size: clamp(1.9rem,3.4vw,2.7rem); }
.quotes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 44px; }
@media (max-width: 800px){ .quotes-grid { grid-template-columns: 1fr; gap: 36px; } }
.quote .mark { font-family: var(--serif); font-size: 2.6rem; line-height: .6; color: var(--clay); opacity: .55; }
.quote p { color: var(--ink); font-size: 1.02rem; margin: 10px 0 16px; line-height: 1.6; }
.quote .who { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--clay-dark); }

/* ---------- Dunkler Abschnitt (Ausbildung / Erfahrung) ---------- */
.dark { background: var(--deep); color: rgba(255,255,255,.80); padding: clamp(80px,12vh,150px) 0; }
.dark-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,90px); align-items: start; }
@media (max-width: 900px){ .dark-grid { grid-template-columns: 1fr; } }
.dark .eyebrow { color: var(--blush); }
.dark .intro { color: rgba(255,255,255,.76); max-width: 46ch; margin: 0; }
.dark .statement {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.02;
  color: var(--sand); margin: 36px 0 0;
}

/* Aufklapp-Liste */
.acc-group + .acc-group { margin-top: 40px; }
.acc-title { font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; color: var(--blush); margin: 0 0 4px; font-weight: 700; }
details.acc { border-top: 1px solid rgba(255,255,255,.18); }
details.acc:last-of-type { border-bottom: 1px solid rgba(255,255,255,.18); }
details.acc > summary {
  list-style: none; cursor: pointer; padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--serif); font-size: clamp(1.15rem, 1.9vw, 1.55rem);
  color: #f2ece4; transition: color .2s;
}
details.acc > summary::-webkit-details-marker { display: none; }
details.acc > summary:hover { color: var(--sand); }
details.acc > summary::after {
  content: ""; flex: none; width: 9px; height: 9px;
  border-right: 1.5px solid var(--blush); border-bottom: 1.5px solid var(--blush);
  transform: rotate(45deg) translateY(-3px); transition: transform .25s;
}
details.acc[open] > summary::after { transform: rotate(-135deg) translateY(-3px); }
details.acc .acc-body { padding: 0 0 20px; color: rgba(255,255,255,.72); font-size: .96rem; max-width: 46ch; }

/* ---------- Newsletter ---------- */
.news { background: var(--cream-2); text-align:center; padding: clamp(80px,12vh,150px) 0; }
.news h2 { font-size: clamp(2rem,3.6vw,2.9rem); margin-bottom:16px; }
.news p { color: var(--muted); max-width: 50ch; margin: 0 auto 30px; }
.news form { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; max-width: 480px; margin: 0 auto; }
.news input { flex:1; min-width: 220px; padding: 15px 20px; border-radius: 999px; border: 1px solid var(--line); background:#fff; font: inherit; color: var(--ink); }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: rgba(255,255,255,.82); padding: 70px 0 40px; }
footer .shell { display:flex; flex-wrap:wrap; justify-content:space-between; gap:30px; }
footer .fm { font-family: var(--serif); font-size: 1.5rem; color:#fff; margin-bottom:8px; }
footer .claim { font-style: italic; color: rgba(255,255,255,.6); font-family: var(--serif); font-size:1.05rem; }
footer nav { display:flex; flex-direction:column; gap:10px; }
footer nav a { font-size:.82rem; letter-spacing:.08em; color: rgba(255,255,255,.78); }
footer nav a:hover { color:#fff; }
.copy { width: var(--shell); margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size:.78rem; color: rgba(255,255,255,.5); }

/* ---------- Aktuelle Events (dezenter Button + Karte) ---------- */
.events-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  display: inline-flex; align-items: center; gap: 11px;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 13px 22px; cursor: pointer; font-family: var(--sans);
  font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--clay-dark); box-shadow: 0 14px 40px rgba(58,51,46,.16);
  transition: transform .2s, box-shadow .2s;
}
.events-fab:hover { transform: translateY(-2px); box-shadow: 0 18px 50px rgba(58,51,46,.22); }
.events-fab .dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--clay); flex: none; }
.events-fab .dot::after {
  content: ""; position: absolute; inset: -5px; border-radius: 50%;
  border: 1px solid var(--blush); animation: caraldiPulse 2.6s ease-out infinite;
}
@keyframes caraldiPulse { 0% { transform: scale(.6); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }

.events-card {
  position: fixed; right: 22px; bottom: 84px; z-index: 61;
  width: min(320px, calc(100vw - 44px));
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 22px 60px rgba(58,51,46,.20);
  padding: 20px 20px 6px;
  opacity: 0; transform: translateY(10px) scale(.98); pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.events-card.open { opacity: 1; transform: none; pointer-events: auto; }
.ec-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.ec-head p { margin: 0; font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; color: var(--clay); font-weight: 700; }
.ec-close { background: none; border: 0; cursor: pointer; font-size: 1.15rem; line-height: 1; color: var(--muted); padding: 2px 4px; }
.ec-close:hover { color: var(--ink); }
.ec-item { display: block; padding: 13px 0; border-top: 1px solid var(--line); }
.ec-title { font-family: var(--serif); font-size: 1rem; line-height: 1.2; color: var(--clay-dark); transition: color .2s; }
.ec-item:hover .ec-title { color: var(--clay); }
.ec-meta { font-size: .79rem; color: var(--muted); margin-top: 2px; }

/* ---------- Newsletter-Popup ---------- */
.nl-back {
  position: fixed; inset: 0; z-index: 90; background: rgba(30,22,18,.52);
  backdrop-filter: blur(3px); opacity: 0; pointer-events: none; transition: opacity .3s;
}
.nl-back.open { opacity: 1; pointer-events: auto; }
.nl-modal {
  position: fixed; z-index: 91; left: 50%; top: 50%;
  transform: translate(-50%, -46%) scale(.98); opacity: 0; pointer-events: none;
  width: min(860px, calc(100vw - 36px));
  background: var(--cream); border-radius: 22px; overflow: hidden;
  box-shadow: 0 40px 110px rgba(30,22,18,.45);
  display: grid; grid-template-columns: .9fr 1.1fr;
  transition: opacity .32s ease, transform .32s ease;
}
.nl-modal.open { opacity: 1; transform: translate(-50%, -50%) scale(1); pointer-events: auto; }
@media (max-width: 720px) { .nl-modal { grid-template-columns: 1fr; } .nl-img { display: none; } }
.nl-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.nl-body { padding: clamp(26px, 4vw, 46px); position: relative; }
.nl-close {
  position: absolute; top: 12px; right: 14px; background: none; border: 0;
  font-size: 1.5rem; line-height: 1; cursor: pointer; color: var(--muted);
}
.nl-close:hover { color: var(--ink); }
.nl-body h3 { font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.06; margin: 6px 0 12px; }
.nl-body > p { color: var(--muted); margin: 0 0 20px; font-size: .98rem; }
.nl-form { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.nl-form input {
  padding: 14px 18px; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; font: inherit; color: var(--ink);
}
.nl-form .btn { justify-content: center; }
.nl-legal { font-size: .75rem; color: var(--muted); margin: 12px 0 0; }

/* Entwurf-Hinweis */
.note {
  position: fixed; bottom: 14px; left: 14px; z-index: 99;
  background: rgba(58,51,46,.92); color:#fff; font-size:.74rem;
  padding: 8px 14px; border-radius: 999px; font-family: var(--sans); letter-spacing:.02em;
}

/* ========== Buchungssystem (Live-System, Entwurf-Look) ========== */
.booking-layout { display:grid; grid-template-columns: 340px 1fr; gap: clamp(28px,4vw,56px); align-items:start; }
@media(max-width:900px){ .booking-layout{ grid-template-columns:1fr; } }
.booking-summary {
  background:#fff; border:1px solid var(--line); border-radius:14px;
  padding: clamp(22px,3vw,32px); position:sticky; top:24px;
}
.summary-label { display:block; font-size:.72rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin-bottom:6px; }
.summary-value { font-family:var(--serif); font-size:1.25rem; color:var(--clay-dark); margin:0 0 22px; }
.booking-note { background:var(--cream-2); border-radius:10px; padding:14px 16px; font-size:.85rem; color:var(--muted); }
.booking-note p { margin:0; }
.booking-form {
  background:#fff; border:1px solid var(--line); border-radius:14px;
  padding: clamp(24px,4vw,40px); position:relative;
}
.field-hint { display:block; margin-top:6px; color:var(--muted); font-weight:400; font-size:.78rem; letter-spacing:0; }
#voucher-section { margin: 6px 0 18px; }

.checkbox { display:flex; gap:10px; align-items:flex-start; font-size:.86rem; color:var(--muted); margin:0 0 14px; font-weight:400; line-height:1.5; }
.checkbox input { margin-top:3px; flex:none; accent-color: var(--clay); }
.checkbox a { color:var(--clay-dark); }

.small-legal { font-size:.78rem; color:var(--muted); line-height:1.55; margin:14px 0 0; }
.small-legal a { color:var(--clay-dark); }
.status-message { font-size:.9rem; margin:14px 0; min-height:1em; }
.booking-form button[type="submit"], #voucher-submit-btn { margin-top:18px; }

/* app.js-generierte Buttons (Overlays, Cookie-Banner) im Entwurf-Look */
.button {
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-family:var(--sans); font-size:.78rem; font-weight:600;
  letter-spacing:.12em; text-transform:uppercase;
  padding:13px 22px; border-radius:999px; border:1px solid transparent;
  cursor:pointer; transition: transform .2s, background .2s, color .2s, border-color .2s;
  background:transparent; font-size:.78rem;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background:var(--clay); color:#fff; }
.button-primary:hover { background:var(--clay-dark); }
.button-secondary { border-color:var(--ink); color:var(--ink); }
.button-secondary:hover { background:var(--ink); color:#fff; }
.button-ghost { border-color:var(--line); color:var(--muted); }
.button-ghost:hover { border-color:var(--ink); color:var(--ink); }

/* Cookie-Banner */
.cookie-banner {
  position:fixed; left:16px; right:16px; bottom:16px; z-index:120;
  max-width:860px; margin:0 auto;
  background:#fff; border:1px solid var(--line); border-radius:14px;
  box-shadow:0 18px 50px rgba(30,22,18,.18);
  padding:18px 22px; display:flex; gap:18px; align-items:center;
  justify-content:space-between; flex-wrap:wrap;
}
.cookie-banner.hidden { display:none; }
.cookie-banner p { margin:0; font-size:.85rem; color:var(--muted); max-width:56ch; }
.cookie-banner a { color:var(--clay-dark); }
.cookie-actions { display:flex; gap:10px; flex-wrap:wrap; }

/* Overlays (Buchungs-Bestätigung, Erfolg, Warteliste) */
.booking-confirm-overlay {
  position:fixed; inset:0; z-index:200; background:rgba(30,22,18,.55);
  display:flex; align-items:center; justify-content:center; padding:20px;
}
.booking-confirm-dialog, .success-dialog {
  background:var(--cream); border-radius:16px;
  padding: clamp(24px,4vw,40px); max-width:480px; width:100%;
  box-shadow:0 30px 80px rgba(30,22,18,.35);
  max-height:90vh; overflow:auto;
}
.booking-confirm-dialog h3, .success-dialog h3 { font-size:1.5rem; margin:0 0 12px; }
.booking-confirm-dialog p, .success-dialog p { color:var(--muted); font-size:.95rem; margin:0 0 14px; }
.booking-confirm-buttons { display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.booking-confirm-dialog label { display:block; font-size:.82rem; font-weight:600; color:var(--ink); }
.booking-confirm-dialog input:not([type="checkbox"]) {
  padding:12px 14px; border:1px solid var(--line); border-radius:10px;
  font:inherit; font-weight:400; background:#fff; color:var(--ink);
}
.booking-confirm-dialog .checkbox { font-weight:400; }
.success-dialog { text-align:center; }
.success-icon svg { width:54px; height:54px; margin:0 auto 14px; display:block; stroke:var(--clay); }
.success-detail { font-size:.82rem; }

/* Newsletter-Formulare (Startseite, Schwangerschaft) */
.news form[data-newsletter-form] { flex-direction:column; align-items:stretch; gap:14px; }
.news .nl-row { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; }
.news .nl-row input { flex:1; min-width:220px; }
.news .checkbox.nl-consent { display:inline-flex; width:auto; max-width:100%; margin:0 auto; text-align:left; font-size:.8rem; white-space:nowrap; }
.news .checkbox.nl-consent span { white-space:normal; }
.news .checkbox.nl-consent input { flex:none; min-width:0; width:auto; padding:0; }
.news .newsletter-status { margin:0; }
.news-teaser { font-size:.9rem; color:var(--muted) !important; margin-top:-16px !important; }

/* Newsletter-Popup: Zustimmung + Status */
.nl-form input[type="checkbox"] { padding:0; margin-top:3px; accent-color:var(--clay); }
.nl-consent { display:flex; gap:8px; align-items:flex-start; font-size:.78rem; color:var(--muted); text-align:left; font-weight:400; line-height:1.5; }
.nl-consent a { color:var(--clay-dark); }
.nl-status { font-size:.85rem; color:var(--clay-dark); margin:0; min-height:1em; }

/* --- Termin-Programm (Specials Aug–Dez) auf der Angebote-Seite --- */
.ev-list { max-width: 860px; margin: 0 auto; }
.ev-month {
  font-size: .72rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--clay); font-weight: 700; margin: 38px 0 8px;
}
.ev-list .ev-month:first-child { margin-top: 0; }
details.ev { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin: 10px 0; }
details.ev > summary {
  list-style: none; cursor: pointer; padding: 16px 20px;
  display: flex; align-items: center; gap: 16px;
}
details.ev > summary::-webkit-details-marker { display: none; }
.ev-date { font-family: var(--serif); color: var(--clay-dark); font-size: 1.02rem; flex: none; width: 92px; }
.ev-titles { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ev-title { font-weight: 600; color: var(--ink); }
.ev-meta { font-size: .82rem; color: var(--muted); }
.ev-price {
  margin-left: auto; font-family: var(--serif); color: var(--clay-dark);
  font-size: 1.1rem; flex: none; display: flex; align-items: center; gap: 12px; white-space: nowrap;
}
.ev-price::after {
  content: ""; width: 8px; height: 8px; border-right: 2px solid var(--clay);
  border-bottom: 2px solid var(--clay); transform: rotate(45deg) translateY(-2px);
  transition: transform .25s ease;
}
details.ev[open] .ev-price::after { transform: rotate(-135deg) translateY(-2px); }
.ev-body { padding: 0 20px 20px; }
.ev-body p { color: var(--muted); font-size: .95rem; line-height: 1.65; max-width: 62ch; margin: 0 0 16px; }
.ev-bundle {
  background: linear-gradient(120deg, var(--blush-soft), #fff);
  border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; margin: 14px 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px;
}
.ev-bundle p { margin: 0; color: var(--ink); font-size: .93rem; line-height: 1.6; }
.ev-bundle .ev-bundle-title { font-family: var(--serif); color: var(--clay-dark); font-size: 1.08rem; display: block; margin-bottom: 2px; }
.ev-bundle > a { margin-left: auto; flex: none; }
@media (max-width: 640px) {
  details.ev > summary { flex-wrap: wrap; gap: 6px 12px; }
  .ev-date { width: auto; }
  .ev-titles { width: 100%; order: 3; }
  .ev-price { margin-left: auto; }
  .ev-bundle > a { margin-left: 0; }
}
