/* ============================================================
   Tina Sommerfeld — Unterseiten
   (setzt css/base.css voraus)
   ============================================================ */

/* ---------- Header (fest, creme, mit aktiver Markierung) ---------- */
.header { position: sticky; top: 0; z-index: 30; background: var(--cream); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: var(--space-5); padding: var(--space-3) 0; }
.logo { height: 60px; width: auto; display: block; }
.links { display: none; flex-wrap: wrap; gap: var(--space-6); font-size: var(--fs-body-sm); font-weight: var(--fw-medium); }
.links a { color: var(--earth); }
.links a:hover { color: var(--primary); }
.links a.active { color: var(--primary); }

/* ---------- Brotkrumen & Farbflächen ---------- */
.crumb { font-size: var(--fs-body-sm); color: var(--text-muted); margin: 0 0 var(--space-4); }
.crumb a { color: var(--text-muted); }
.tintwash { background: var(--primary-tint); }
.terra { background: var(--primary); }
.terra .eyebrow { color: var(--accent-tint); }
.terra .h2 { color: var(--text-on-dark); }
.terra .lead { color: var(--text-on-dark); }

/* ---------- Breiter Hero mit seitlichem Bild ---------- */
.bhero { position: relative; overflow: hidden; display: flex; flex-direction: column; }
.bhero-media { width: 100%; height: 340px; order: -1; position: relative; background: var(--cream-deep); }
.bhero-media > * { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.bhero-media img { object-fit: cover; object-position: 62% 22%; }
.bhero-text { padding: var(--space-8) var(--space-6); display: flex; flex-direction: column; }

/* ---------- Über mich: Story mit Infokarte ---------- */
.bfloat { display: flow-root; max-width: 880px; margin: 0 auto; }
.sidecard { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); overflow: hidden; margin-bottom: var(--space-6); }
.sidecard-photo { width: 100%; aspect-ratio: 2/3; background: var(--cream-deep); position: relative; }
.sidecard-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; display: block; }
.sidecard-body { padding: var(--space-6); }
.sidecard .btn { white-space: nowrap; width: 100%; justify-content: center; padding: 0.8rem 1rem; font-size: var(--fs-body-sm); }
.factlist { list-style: none; margin: var(--space-4) 0 0; padding: 0; display: flex; flex-direction: column; }
.factlist li { padding: var(--space-4) 0; border-bottom: 1px solid var(--border); font-size: var(--fs-body); color: var(--earth); line-height: var(--lh-snug); }
.factlist li:last-child { border-bottom: 0; padding-bottom: 0; }
.factlist li:first-child { padding-top: 0; }
.story h3 { font-family: var(--font-serif); letter-spacing: var(--ls-tight); line-height: var(--lh-snug); font-size: var(--fs-h3); color: var(--primary); font-weight: var(--fw-semibold); margin: var(--space-7) 0 var(--space-3); }
.story h3:first-child { margin-top: 0; }
.story p { font-size: var(--fs-body-lg); line-height: var(--lh-body); color: var(--text-muted); margin: 0 0 var(--space-4); }
.story p.plain { color: var(--earth); font-weight: var(--fw-medium); }
.pull { font-family: var(--font-serif); font-style: italic; font-size: var(--fs-h3); color: var(--primary); line-height: var(--lh-snug); margin: var(--space-7) 0; padding-left: var(--space-5); border-left: 3px solid var(--accent); clear: left; }
.bigquote { position: relative; clear: left; margin: var(--space-6) 0; padding: var(--space-5) var(--space-8) var(--space-6) var(--space-8); }
.bigquote::before { content: "\201E"; position: absolute; left: -4px; top: 0; font-family: var(--font-serif); font-size: 5rem; line-height: 0.9; color: var(--accent); }
.bigquote p { font-family: var(--font-serif); font-style: italic; font-size: calc(var(--fs-h2) * 0.88); line-height: var(--lh-snug); color: var(--primary); margin: 0; font-weight: var(--fw-semibold); }
.bigquote::after { content: "\201C"; position: absolute; right: -4px; bottom: -1.6rem; font-family: var(--font-serif); font-size: 5rem; line-height: 0.9; color: var(--accent); }

/* ---------- Phasen (Terrakotta-Variante der Unterseiten) ---------- */
.phases { display: grid; grid-template-columns: 1fr; gap: var(--space-5); margin-top: var(--space-7); }
.phase { background: var(--primary); border-radius: var(--radius-md); padding: var(--space-6); box-shadow: var(--shadow-sm); }
.phase .num { font-family: var(--font-serif); font-size: var(--fs-h1); color: var(--accent-tint); font-weight: var(--fw-semibold); line-height: 1; }
.phase h3 { margin: var(--space-3) 0 var(--space-2); color: var(--text-on-dark); font-family: var(--font-serif); font-size: var(--fs-h4); font-weight: var(--fw-semibold); }
.phase p { margin: 0; color: var(--text-on-dark); font-size: var(--fs-body); }

/* ---------- CTA-Band ---------- */
.ctaband { text-align: center; }
.ctaband .lead { max-width: 46ch; margin: var(--space-5) auto 0; }
.ctaband .h2 { margin: 0 auto; }

/* ---------- Header-CTA (nur Desktop) ---------- */
.nav-cta { display: none; }

/* ---------- Begleitung: hoher Hero ---------- */
.bhero-tall .bhero-media { height: 360px; }
.bhero-img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; display: block; }
.beg-center { max-width: 820px; margin: 0 auto; text-align: center; }

/* ---------- Begleitung: Format-Karten ---------- */
.formats { display: grid; grid-template-columns: 1fr; gap: var(--space-5); margin-top: var(--space-7); align-items: stretch; }
.fcard { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: var(--space-7); display: flex; flex-direction: column; gap: var(--space-3); }
.fcard.feature { background: var(--primary-tint); border-color: var(--accent); box-shadow: var(--shadow-md); }
.fcard .kicker { font-size: var(--fs-body-sm); font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--primary-deep); }
.fcard p { margin: 0; color: var(--text-muted); }
.fmeta { margin-top: var(--space-2); font-size: var(--fs-body-sm); color: var(--earth); font-weight: var(--fw-medium); }

/* ---------- Begleitung: Arbeitsweise & Werkzeuge ---------- */
.grid2 { display: grid; grid-template-columns: 1fr; gap: var(--space-7); align-items: start; }
.worklist { list-style: none; margin: var(--space-6) 0 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-4); }
.worklist li { position: relative; padding-left: var(--space-6); font-size: var(--fs-body-lg); line-height: var(--lh-body); }
.worklist li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 9px; height: 9px; border-radius: var(--radius-pill); background: var(--accent); }
.worklist li b { font-weight: var(--fw-semibold); color: var(--primary); }
.tools { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-6); }
.tool { background: var(--surface); border: 1px solid var(--border-strong); border-radius: var(--radius-pill); padding: 0.55rem 1.1rem; font-size: var(--fs-body-sm); font-weight: var(--fw-semibold); color: var(--primary-deep); }

/* ---------- Begleitung: Ablauf & Ergebnisse ---------- */
.steps { display: grid; grid-template-columns: 1fr; gap: var(--space-5); margin-top: var(--space-7); }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: var(--space-6); box-shadow: var(--shadow-sm); }
.step .lbl { font-size: var(--fs-body-sm); font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--primary-deep); }
.step h3 { margin: var(--space-3) 0 var(--space-2); }
.step p { margin: 0; color: var(--text-muted); }
.results { list-style: none; margin: var(--space-7) 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: var(--space-4); max-width: 820px; }
.results li { position: relative; padding-left: var(--space-7); font-size: var(--fs-body-lg); line-height: var(--lh-body); }
.results li::before { content: ""; position: absolute; left: 0; top: 0.35em; width: 1.35rem; height: 1.35rem; border-radius: var(--radius-pill); background: var(--primary); }
.results li::after { content: ""; position: absolute; left: 0.42rem; top: 0.72em; width: 0.5rem; height: 0.28rem; border-left: 2px solid var(--text-on-dark); border-bottom: 2px solid var(--text-on-dark); transform: rotate(-45deg); }
.note { margin-top: var(--space-4); font-size: var(--fs-body-sm); color: var(--text-muted); }

/* ---------- Rückbildung: Fließtext & Checkliste ---------- */
.prose p { font-size: var(--fs-body-lg); line-height: var(--lh-body); color: var(--text-muted); margin: 0 0 var(--space-5); }
.prose p:last-child { margin-bottom: 0; }
.hl { color: var(--primary); font-weight: var(--fw-semibold); }
.checklist { list-style: none; margin: var(--space-7) 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: var(--space-4); }
.checklist li { position: relative; padding-left: var(--space-7); font-size: var(--fs-body-lg); line-height: var(--lh-body); }
.checklist li::before { content: ""; position: absolute; left: 0; top: 0.3em; width: 1.4rem; height: 1.4rem; border-radius: var(--radius-pill); background: var(--primary); }
.checklist li::after { content: ""; position: absolute; left: 0.46rem; top: 0.66em; width: 0.5rem; height: 0.28rem; border-left: 2px solid var(--text-on-dark); border-bottom: 2px solid var(--text-on-dark); transform: rotate(-45deg); }

/* ---------- Rückbildung: Termine & Preis ---------- */
.kursgrid { display: grid; grid-template-columns: 1fr; gap: var(--space-6); margin-top: var(--space-7); align-items: stretch; }
.factcard { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: var(--space-7); }
.fact { display: flex; flex-direction: column; gap: 2px; padding: var(--space-4) 0; border-bottom: 1px solid var(--border); }
.fact:first-of-type { padding-top: 0; }
.fact:last-of-type { border-bottom: 0; padding-bottom: 0; }
.fact .k { font-size: var(--fs-body-sm); text-transform: uppercase; letter-spacing: var(--ls-wide); font-weight: var(--fw-semibold); color: var(--primary-deep); }
.fact .v { font-size: var(--fs-body-lg); color: var(--earth); font-weight: var(--fw-medium); }
.pricecard { background: var(--primary-tint); border: 1px solid var(--accent); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: var(--space-7); display: flex; flex-direction: column; justify-content: center; gap: var(--space-3); }
.price { font-family: var(--font-serif); font-size: var(--fs-h1); color: var(--primary); font-weight: var(--fw-semibold); line-height: 1; }
.price small { font-family: var(--font-sans); font-size: var(--fs-body-sm); font-weight: var(--fw-medium); color: var(--text-muted); display: block; margin-top: var(--space-2); letter-spacing: 0; }
.hint { background: var(--accent-tint); border-radius: var(--radius-md); padding: var(--space-5); font-size: var(--fs-body); color: var(--earth); margin-top: var(--space-6); }
.hint b { color: var(--primary-deep); font-weight: var(--fw-semibold); }

/* ---------- Mama Retreat: Foto-Hero mit Karte ---------- */
.mhero { position: relative; min-height: 600px; display: flex; align-items: center; overflow: hidden; padding: var(--space-7) 0; }
.mhero-media { position: absolute; inset: 0; z-index: 0; }
.mhero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; display: block; }
.mhero-wrap { position: relative; z-index: 2; width: 100%; }
.mhero-card { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: var(--space-7); max-width: 460px; }
.mhero-card .h1 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); }

/* ---------- Mama Retreat: zentrierter Story-Text & Ausklang ---------- */
.story-center { max-width: 62ch; margin: 0 auto; }
.story-center p { font-size: var(--fs-body-lg); line-height: var(--lh-body); color: var(--text-muted); margin: 0 0 var(--space-5); }
.story-center p:last-child { margin-bottom: 0; }
.story-center p.plain { color: var(--earth); font-weight: var(--fw-medium); }
.ausklang { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: var(--space-7); max-width: 760px; margin: var(--space-6) auto 0; }
.ausklang p { margin: var(--space-3) 0 0; color: var(--text-muted); font-size: var(--fs-body-lg); }

/* ---------- Kontakt: Seitenkopf & Kontakt-Karten ---------- */
.pagehead { padding: var(--space-8) 0; }
.pagehead .lead { max-width: 52ch; margin: var(--space-5) 0 0; }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-5); max-width: 1000px; margin: 0 auto; }
.ccard { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: var(--space-7); display: flex; flex-direction: column; gap: var(--space-3); }
.ccard .k { font-size: var(--fs-body-sm); text-transform: uppercase; letter-spacing: var(--ls-wide); font-weight: var(--fw-semibold); color: var(--primary-deep); }
.ccard .v { font-family: var(--font-serif); font-size: var(--fs-h4); color: var(--earth); font-weight: var(--fw-semibold); word-break: break-word; }
.ccard .v a { color: var(--earth); }
.ccard .v a:hover { color: var(--primary); }
.ccard p { margin: 0; color: var(--text-muted); font-size: var(--fs-body); }

/* ---------- Rechtliches: Impressum & Datenschutz ---------- */
.legal { max-width: 70ch; margin: 0 auto; }
.legal h2 { font-family: var(--font-serif); letter-spacing: var(--ls-tight); line-height: var(--lh-snug); font-size: var(--fs-h3); color: var(--primary); font-weight: var(--fw-semibold); margin: var(--space-7) 0 var(--space-3); }
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-family: var(--font-sans); font-size: var(--fs-body-lg); color: var(--earth); font-weight: var(--fw-semibold); margin: var(--space-5) 0 var(--space-2); }
.legal p { margin: 0 0 var(--space-4); color: var(--text-muted); }
.legal p.addr { color: var(--earth); font-weight: var(--fw-medium); line-height: 1.5; }
.legal ul { margin: 0 0 var(--space-4); padding-left: var(--space-6); color: var(--text-muted); }
.legal li { margin-bottom: var(--space-2); }
.legal a { text-decoration: underline; text-underline-offset: 2px; }
.notebox { background: var(--accent-tint); border-radius: var(--radius-md); padding: var(--space-5); margin: 0 auto var(--space-7); max-width: 70ch; font-size: var(--fs-body-sm); color: var(--earth); }
.notebox b { color: var(--primary-deep); }
.ph { color: var(--primary-deep); font-weight: var(--fw-semibold); }
.sec-legal { padding: var(--space-8) 0; }

/* ---------- Mobil: Mama-Retreat-Hero als Bild-Band + Karte ---------- */
@media (max-width: 767px) {
  .mhero { display: block; min-height: 0; padding: 0 0 var(--space-7); background: var(--cream-deep); }
  .mhero-media { position: relative; inset: auto; height: 320px; }
  .mhero-card { max-width: none; margin-top: calc(-1 * var(--space-6)); }
}

/* ---------- Desktop ---------- */
@media (min-width: 768px) {
  .links { display: flex; }
  .nav-cta { display: inline-flex; }
  .logo { height: 68px; }
  .bhero { flex-direction: row; align-items: stretch; min-height: 520px; }
  .bhero-media { position: absolute; top: 0; right: 0; bottom: 0; width: 46%; height: auto; order: 0; }
  .bhero-text { width: 56%; padding: var(--space-9) var(--space-8) var(--space-9) max(var(--space-8), calc((100vw - var(--content-max)) / 2 + var(--space-5))); justify-content: center; }
  .bhero-tall { align-items: center; min-height: 660px; }
  .bhero-tall .bhero-media { width: 50%; height: auto; }
  .bhero-tall .bhero-text { width: 50%; }
  .sidecard { float: left; width: 300px; margin: 0 var(--space-8) var(--space-6) 0; }
  .phases { grid-template-columns: repeat(3, 1fr); }
  .formats { grid-template-columns: 1fr 1fr; }
  .checklist { grid-template-columns: 1fr 1fr; gap: var(--space-5) var(--space-8); }
  .kursgrid { grid-template-columns: 1.15fr 0.85fr; gap: var(--space-7); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .grid2 { grid-template-columns: 0.85fr 1.15fr; gap: var(--space-9); }
  .steps { grid-template-columns: 1fr 1fr; }
  .results { grid-template-columns: 1fr 1fr; gap: var(--space-5) var(--space-8); }
}
