@import url("fonts.css");
/* =========================================================================
   Hypnose Studio Augsburg — Redesign-Konzept
   Designsystem: Farben · Typografie · Wellen-Menü · runde Ecken · 3 Varianten
   ========================================================================= */

/* ---- Fonts ---- */
/* ---- Fonts ----
   Self-hosted (no connection to Google Font servers). Font-face bindings for
   Lora / Cormorant Garamond / Mulish / Work Sans are commented out below until
   the actual .woff2 files are supplied (drop them in assets/fonts/ and
   uncomment). Until then the browser falls back to the system stack already
   defined per variant (Georgia/serif, system-ui/sans-serif) — visually close,
   zero third-party requests.
@font-face{font-family:'Lora';src:url('assets/fonts/lora-regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Lora';src:url('assets/fonts/lora-italic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Cormorant Garamond';src:url('assets/fonts/cormorant-garamond-regular.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Mulish';src:url('assets/fonts/mulish-regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Work Sans';src:url('assets/fonts/work-sans-regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
*/

/* =========================================================================
   TOKENS — Variante A (Sanft & Klassisch) als Default
   ========================================================================= */
:root {
  /* Brand greens (vom Logo abgeleitet) */
  --leaf:        #5aa742;
  --leaf-bright: #6fbb4e;
  --leaf-deep:   #3c7a2e;
  --forest:      #2d5530;   /* dunkelgrünes Wellen-Menü */
  --forest-2:    #234526;
  --grey-logo:   #a9aab0;
  --nav-green:   #65a047;   /* Menü + Welle (vom Nutzer vorgegeben) */

  /* Accent (vom Logo-Orange) — über Tweaks änderbar */
  --accent:      #ef8a24;
  --accent-soft: #f7b977;

  /* Neutrals / Hintergründe */
  --bg:          #f2f7ec;
  --bg-tint:     #e9f2df;
  --surface:     #ffffff;
  --surface-soft:#eef5e4;
  --section-alt: #e7f1da;
  --line:        #dfe7d4;

  /* Text */
  --ink:         #29361f;
  --ink-soft:    #46553c;
  --muted:       #69755f;
  --on-dark:     #eef5e6;
  --on-dark-mut: #bcd0ad;

  /* Type */
  --font-head: 'Lora', Georgia, 'Times New Roman', serif;
  --font-serif: 'Lora', Georgia, 'Times New Roman', serif;
  --font-body: 'Mulish', system-ui, -apple-system, sans-serif;
  --head-style: italic;          /* Variante A nutzt kursive Serifen wie das Original */
  --head-weight: 500;

  /* Form */
  --radius:      26px;
  --radius-sm:   16px;
  --radius-lg:   38px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(45,85,48,.06);
  --shadow:    0 14px 40px -18px rgba(45,85,48,.30);
  --shadow-lg: 0 30px 70px -30px rgba(45,85,48,.40);

  --maxw: 1180px;
  --gap:  clamp(20px, 3vw, 40px);

  --deco-opacity: .5;            /* Schmetterlinge / Blätter */
}

/* ---- Variante B — Modern & Klar (cleaner, kräftige grüne Blöcke) ---- */
[data-variant="b"] {
  --bg:          #ffffff;
  --bg-tint:     #f3f8ee;
  --surface:     #ffffff;
  --surface-soft:#f1f7ea;
  --section-alt: #2d5530;        /* dunkelgrüne Vollflächen-Blöcke */
  --line:        #e6ece0;
  --ink:         #1f2b18;
  --ink-soft:    #3c4a32;
  --muted:       #6a7660;
  --font-head: 'Cormorant Garamond', Georgia, serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Work Sans', system-ui, sans-serif;
  --head-style: normal;
  --head-weight: 600;
  --radius:      18px;
  --radius-sm:   12px;
  --radius-lg:   28px;
  --deco-opacity:.32;
}

/* ---- Variante C — Natürlich & Premium (cremig, tiefes Grün, elegant) ---- */
[data-variant="c"] {
  --leaf:        #6aa64a;
  --bg:          #f6f3e9;        /* warmes Creme */
  --bg-tint:     #efe9d8;
  --surface:     #fffdf7;
  --surface-soft:#f1ecdd;
  --section-alt: #1f3b24;        /* sehr tiefes Waldgrün */
  --forest:      #20402a;
  --forest-2:    #16301f;
  --line:        #e6dec9;
  --ink:         #26331d;
  --ink-soft:    #46523a;
  --muted:       #7a7660;
  --on-dark:     #f3efe1;
  --on-dark-mut: #c2cdaf;
  --accent:      #e07b2a;
  --head-style: italic;
  --head-weight: 500;
  --radius:      30px;
  --radius-lg:   46px;
  --deco-opacity:.42;
}

/* =========================================================================
   BACKGROUND DECO — Blob-Alternativen (auf body, sichtbar über gesamte Seite)
   ========================================================================= */
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background .4s ease, color .4s ease;
}

/* Duo: sauberer Viertelkreis oben-links + kleiner Akzent unten-rechts */
body.bg-deco-duo {
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--nav-green) 30%, transparent) 0%, color-mix(in srgb, var(--nav-green) 14%, transparent) 36%, transparent 54%),
    radial-gradient(circle at 100% 70%, color-mix(in srgb, var(--nav-green) 18%, transparent) 0%, transparent 38%),
    var(--bg);
}

/* Wash: breiter atmosphärischer Glow oben */
body.bg-deco-wash {
  background: var(--bg);
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-style: var(--head-style);
  font-weight: var(--head-weight);
  color: var(--ink);
  line-height: 1.12;
  margin: 0 0 .4em;
  letter-spacing: -.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 4.6vw, 3.9rem); }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.85rem); }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
p { margin: 0 0 1.1em; text-wrap: pretty; font-size: 16.4px; line-height: 1.6; text-align: justify; text-align-last: left; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
a { color: var(--leaf-deep); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }
.section { padding: clamp(56px, 8vw, 110px) 0; position: relative; }

.eyebrow {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .22em;
  line-height: 1.65;
  text-transform: uppercase;
  color: var(--leaf-deep);
  display: inline-flex;
  align-items: center;
  gap: .6em;
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.lead { font-size: 18px; color: var(--ink-soft); }
.muted { color: var(--muted); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.measure { max-width: 62ch; }
.measure-narrow { max-width: 48ch; }

/* =========================================================================
   BUTTONS
   ========================================================================= */
.btn {
  display: inline-flex; align-items: center; gap: .6em;
  box-sizing: border-box;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .98rem;
  padding: .92em 1.6em;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn svg { width: 1.05em; height: 1.05em; }
.btn-primary {
  background: var(--leaf);
  color: #fff !important;
  box-shadow: 0 10px 24px -10px color-mix(in oklab, var(--leaf) 70%, black);
}
.btn-primary:hover { background: var(--leaf-deep); transform: translateY(-2px); }
.btn-accent {
  background: var(--accent); color: #fff !important;
  box-shadow: 0 10px 24px -10px color-mix(in oklab, var(--accent) 75%, black);
}
.btn-accent:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border-color: color-mix(in oklab, var(--ink) 22%, transparent);
}
.btn-ghost:hover { border-color: var(--leaf); color: var(--leaf-deep); transform: translateY(-2px); }
.btn-ondark {
  background: rgba(255,255,255,.12); color: #fff;
  border-color: rgba(255,255,255,.34);
  backdrop-filter: blur(4px);
}
.btn-ondark:hover { background: #fff; color: var(--forest); transform: translateY(-2px); }
.btn-lg { padding: 1.05em 1.9em; font-size: 1.05rem; }

.btn-link {
  font-weight: 700; color: var(--leaf-deep);
  display: inline-flex; align-items: center; gap: .45em;
}
.btn-link svg { width: 1em; height: 1em; transition: transform .2s ease; }
.btn-link:hover svg { transform: translateX(4px); }

/* =========================================================================
   HYPNOSESCHULE — Blaues Branding (Schulseiten: [data-school])
   ========================================================================= */
:root {
  --school-dark:    #183e7a;
  --school-blue:    #2356a0;
  --school-mid:     #2e6bc4;
  --school-light:   #5d92d6;
  --school-bg:      #eef3fb;
  --school-tint:    #dde8f4;
  --school-surface: #f4f8ff;
  --school-line:    #ccdaf0;
  --school-soft:    #e4eef8;
}

/* Page background */
[data-school] {
  background:
    radial-gradient(ellipse 1100px 400px at 38% -30px, color-mix(in oklab, var(--school-mid) 14%, transparent), transparent 100%),
    var(--school-bg);
}

/* Nav blue override */
[data-school] .navbar {
  background: linear-gradient(to bottom, var(--school-tint) 0px, var(--school-dark) 10px);
}
[data-school] .nav-sticky-wrap.is-stuck .navbar { background: var(--school-dark); box-shadow: 0 2px 14px rgba(0,0,0,.22); }
[data-school] .nav-wave { color: var(--school-dark); }

/* Typography */
[data-school] .eyebrow { color: var(--school-blue); }
[data-school] .eyebrow::before { background: var(--school-mid); }
[data-school] h1 .hl { color: var(--school-blue); }
[data-school] a { color: var(--school-dark); }
[data-school] .breadcrumb a { color: var(--school-mid); }
[data-school] .btn-link { color: var(--school-dark); }

/* Buttons */
[data-school] .btn-primary { background: var(--school-blue); box-shadow: 0 10px 24px -10px color-mix(in oklab, var(--school-blue) 70%, black); }
[data-school] .btn-primary:hover { background: var(--school-dark); }
[data-school] .btn-accent { background: var(--school-blue); box-shadow: 0 10px 24px -10px color-mix(in oklab, var(--school-blue) 70%, black); }
[data-school] .btn-ghost:hover { border-color: var(--school-mid); color: var(--school-dark); }

/* Link-cards */
[data-school] .link-card { background: var(--school-surface); border-color: var(--school-line); }
[data-school] .link-card:hover { border-color: var(--school-mid); box-shadow: 0 14px 40px -18px rgba(35,86,160,.22); transform: translateY(-3px); }
[data-school] .link-card h3 { color: var(--school-dark); }
[data-school] .link-card:hover .btn-link { color: var(--school-mid); }

/* bc-ic icon circles */
[data-school] .bc-ic { background: var(--school-soft); color: var(--school-blue); }

/* School identity badge in hero */
.school-hero-id {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff; border: 1.5px solid var(--school-line);
  border-radius: var(--radius-pill); padding: 8px 20px 8px 10px;
  margin-bottom: 1.6em; box-shadow: 0 2px 12px rgba(35,86,160,.10);
}
.hero-logo-row { display: grid; grid-template-columns: 1fr auto; gap: clamp(24px,4vw,56px); align-items: center; }
.hero-logo { width: clamp(300px, 34vw, 480px); height: auto; margin-left: -50px; margin-top: -50px; }
@media (max-width: 820px) { .hero-logo-row { grid-template-columns: 1fr; } .hero-logo { width: min(300px, 70%); margin-left: 0; } }
.page-hero-back { display: flex; width: fit-content; align-items: center; gap: 6px; font-size: .8rem; font-weight: 700; color: var(--school-mid); text-decoration: none; margin-bottom: 1.4em; }
.page-hero-back:hover { color: var(--school-dark); }
.page-hero .school-hero-id { display: flex; width: fit-content; }
.page-hero .eyebrow { display: flex; }
.school-hero-id img { height: 38px; width: auto; }
.school-hero-id span { font-size: .8rem; font-weight: 700; color: var(--school-dark); letter-spacing: .04em; border-left: 1.5px solid var(--school-line); padding-left: 12px; line-height: 1.3; }

/* Course card grid */
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px,2.5vw,28px); }
@media (max-width: 900px) { .course-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .course-grid { grid-template-columns: 1fr; } }
.course-card {
  background: var(--school-surface); border: 1.5px solid var(--school-line);
  border-radius: var(--radius); padding: clamp(22px,3vw,36px);
  box-shadow: 0 2px 14px rgba(35,86,160,.07);
  display: flex; flex-direction: column; gap: 10px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  text-decoration: none; color: inherit;
}
.course-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px -16px rgba(35,86,160,.24); border-color: var(--school-mid); }
.course-card .cc-icon { width: 52px; height: 52px; border-radius: 16px; background: var(--school-soft); color: var(--school-blue); display: grid; place-items: center; margin-bottom: 6px; flex: none; }
.course-card .cc-icon svg { width: 26px; height: 26px; }
.course-card h3 { color: var(--school-dark); margin: 0; font-size: clamp(1.05rem,1.5vw,1.25rem); }
.course-card p { color: #46546e; font-size: .93rem; margin: 0; flex: 1; }
.course-card .cc-link { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; font-size: .88rem; color: var(--school-mid); margin-top: 6px; }
.course-card .cc-link svg { width: 15px; height: 15px; transition: transform .15s; }
.course-card:hover .cc-link svg { transform: translateX(4px); }

/* Footer school logo */

.school-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.school-gallery .gallery-item { padding: 0; border: none; background: none; cursor: pointer; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 4/3; display: block; }
.school-gallery .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s; }
.school-gallery .gallery-item:hover img { transform: scale(1.04); }
@media (max-width: 720px) { .school-gallery { grid-template-columns: 1fr; } }
.school-modal { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(10,14,20,.92); }
.school-modal.open { display: flex; align-items: center; }
.school-modal-track { display: flex; overflow-x: auto; align-items: center; justify-content: center; width: 100%; gap: 20px; padding: 0 28px; }
.school-modal-track img { flex: 1 1 0; min-width: 0; max-height: 78vh; object-fit: contain; border-radius: 8px; }
@media (max-width: 820px) { .school-modal-track { scroll-snap-type: x mandatory; justify-content: flex-start; } .school-modal-track img { flex: 0 0 auto; scroll-snap-align: center; max-width: 88vw; } }
.school-modal-close { position: absolute; top: 20px; right: 28px; background: none; border: none; color: #fff; font-size: 2.4rem; line-height: 1; cursor: pointer; z-index: 1; }

/* Interest form */
.interest-form { background: var(--school-surface); border: 1.5px solid var(--school-line); border-radius: var(--radius); padding: clamp(24px,3vw,40px); }
.interest-form .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.interest-form .f-field { display: flex; flex-direction: column; gap: 6px; }
.interest-form .f-field.full { grid-column: 1 / -1; }
.interest-form label { font-weight: 700; font-size: .88rem; color: var(--school-dark); }
.interest-form label .req { color: #c0392b; }
.interest-form input[type=text], .interest-form input[type=email], .interest-form textarea, .interest-form select {
  font-family: var(--font-body); font-size: .95rem; padding: 12px 14px; border: 1.5px solid var(--school-line);
  border-radius: 10px; background: #fff; color: var(--ink); width: 100%; box-sizing: border-box;
}
.interest-form input:focus, .interest-form textarea:focus, .interest-form select:focus { outline: 2px solid var(--school-mid); outline-offset: 1px; border-color: var(--school-mid); }
.interest-form .checks { display: flex; flex-direction: column; gap: 10px; }
.interest-form .check-item { display: flex; align-items: center; gap: 10px; font-size: .92rem; color: var(--ink); font-weight: 400; }
.interest-form .check-item input { width: 18px; height: 18px; flex: none; accent-color: var(--school-mid); }
.interest-form .consent { display: flex; align-items: flex-start; gap: 10px; font-size: .87rem; color: #46546e; margin: 24px 0; }
.interest-form .consent input { width: 18px; height: 18px; flex: none; margin-top: 2px; accent-color: var(--school-mid); }
.interest-form .consent a { color: var(--school-dark); text-decoration: underline; }
@media (max-width: 720px) { .interest-form .f-row { grid-template-columns: 1fr; } }

/* =========================================================================
   HEADER + WELLEN-MENÜ
   ========================================================================= */
.site-header { position: relative; z-index: 60; }

/* Light brand bar */
.brandbar {
  background: transparent;
  border-bottom: 1px solid var(--line);
}
.brandbar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding-top: 14px; padding-bottom: 14px; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; }
.brand img { height: 76px; width: auto; }
.bc-cta { flex-shrink: 0; }

.brand-contact { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.bc-item { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.bc-ic { width: 42px; height: 42px; flex: none; border-radius: 50%; background: var(--surface-soft); display: grid; place-items: center; color: var(--leaf-deep); }
.bc-ic svg { width: 19px; height: 19px; }
.bc-txt { display: flex; flex-direction: column; line-height: 1.25; }
.bc-txt b { font-weight: 700; font-size: 1rem; color: var(--ink); }
.bc-txt span { font-size: .8rem; color: var(--muted); }

/* Sticky green nav */
.nav-sticky-wrap { position: sticky; top: 0; z-index: 60; }
.navbar {
  background: linear-gradient(to bottom, var(--bg-tint) 0px, var(--nav-green) 10px);
  transition: background .2s ease, box-shadow .2s ease;
}
.nav-sticky-wrap.is-stuck .navbar {
  background: var(--nav-green);
  box-shadow: 0 2px 14px rgba(0,0,0,.2);
}
.navbar .wrap {
  display: flex; align-items: center; gap: 10px;
  padding-top: 32px; padding-bottom: 9px;
  transition: padding-top .2s ease;
}
.nav-sticky-wrap.is-stuck .wrap { padding-top: 8px; }

.menu { display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; flex: 1; justify-content: space-evenly; flex-wrap: nowrap; }
.menu > li { position: relative; }
.menu > li > a {
  display: inline-flex; align-items: center; gap: .3em;
  color: var(--on-dark);
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap;
  padding: .45em .6em; border-radius: var(--radius-pill);
  transition: background .18s ease, color .18s ease;
}
.menu > li > a:hover,
.menu > li.has-sub:hover > a { background: rgba(255,255,255,.15); color: #fff; }
.menu > li > a.active { color: #fff; font-weight: 700; }
.menu .caret { width: 11px; height: 11px; opacity: .7; transition: transform .2s ease; }
.menu > li.has-sub:hover .caret { transform: rotate(180deg); }

/* Dropdowns */
.submenu {
  position: absolute; top: calc(100% + 14px); left: 0;
  min-width: 248px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  padding: 8px;
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.menu > li.has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.navbar-logo { height: 71px; width: 71px; aspect-ratio: 1 / 1; object-fit: cover; flex: none; margin-right: 14px; border-radius: 50%; order: -1; }
.navbar-logo-link { order: -1; display: inline-flex; align-items: center; text-decoration: none; }
.navbar-logo-link .navbar-logo { order: 0; margin-right: 0; }
.submenu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.submenu a {
  display: block; padding: .62em .9em; border-radius: 10px;
  color: var(--ink-soft); font-weight: 600; font-size: .92rem;
}
.submenu a:hover { background: var(--surface-soft); color: var(--leaf-deep); }

.nav-cta { margin-left: 2px; flex-shrink: 0; font-size: .82rem; padding: .6em .95em; }

/* The wave under the nav */
.nav-wave { display: block; width: 100%; height: clamp(38px, 5vw, 60px); margin-top: -2px; color: var(--nav-green); }
.nav-wave svg { display: block; width: 100%; height: 100%; }

/* Responsive Vimeo / video embed */
.video-embed {
  position: relative; padding-bottom: 56.25%; height: 0;
  overflow: hidden; border-radius: var(--radius);
  box-shadow: var(--shadow); background: #000;
}
.video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Video lightbox */
.vlb {
  display: none; position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,.85);
  align-items: center; justify-content: center; padding: 20px;
}
.vlb.open { display: flex; }
.vlb-inner { position: relative; width: 100%; max-width: 960px; }
.vlb-embed { position: relative; padding-bottom: 56.25%; height: 0; background: #000; border-radius: var(--radius); overflow: hidden; }
.vlb-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.vlb-close {
  position: absolute; top: -46px; right: 0;
  background: rgba(255,255,255,.15); border: none; border-radius: 8px;
  color: #fff; cursor: pointer; padding: 8px 14px;
  display: flex; align-items: center; gap: 6px;
  font-size: .85rem; font-family: var(--font-body); font-weight: 600;
  transition: background .15s;
}
.vlb-close:hover { background: rgba(255,255,255,.28); }
.vlb-close svg { width: 18px; height: 18px; }

/* The wave ABOVE the nav — einfacher Bogen (asymmetrisch zur unteren S-Kurve) */
.nav-wave-top { display: block; width: 100%; height: clamp(38px, 5vw, 60px); margin-bottom: -2px; color: var(--nav-green); }
.nav-wave-top svg { display: block; width: 100%; height: 100%; }

/* mobile menu toggle */
.nav-toggle { display: none; background: rgba(255,255,255,.14); border: 0; border-radius: 12px; padding: 10px; cursor: pointer; margin-left: auto; }
.nav-toggle svg { width: 22px; height: 22px; color: #fff; }

/* =========================================================================
   HERO
   ========================================================================= */
.hero { position: relative; padding: clamp(40px, 6vw, 80px) 0 clamp(30px, 5vw, 56px); overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}
.hero h1 { margin-bottom: .35em; }
.hero h1 .hl { color: var(--leaf-deep); font-style: var(--head-style); }
.hero .lead { margin-bottom: 1.7em; max-width: 40ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.trust-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 30px; }
.trust {
  display: flex; align-items: center; gap: 7px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 12px 6px 7px;
  white-space: nowrap;
  font-weight: 700; font-size: .82rem; color: var(--ink-soft);
}
.trust .ic {
  width: 24px; height: 24px; flex: none;
  display: grid; place-items: center; border-radius: 50%;
  background: var(--surface-soft); color: var(--leaf-deep);
}
.trust .ic svg { width: 13px; height: 13px; }

/* Hero media */
.hero-media { position: relative; display: flex; flex-direction: column; }
.hero-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--surface-soft);
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 2; }
.hero-badge {
  position: absolute; left: -18px; bottom: 26px;
  background: var(--surface); border-radius: var(--radius-sm);
  box-shadow: var(--shadow); padding: 16px 20px;
  display: flex; align-items: center; gap: 14px; max-width: 250px;
}
.hero-badge .num { font-family: var(--font-head); font-style: var(--head-style); font-size: 2rem; color: var(--leaf-deep); line-height: 1; }
.hero-badge .lbl { font-size: .82rem; color: var(--muted); font-weight: 600; line-height: 1.3; }

.blob {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--leaf-bright), var(--leaf));
  filter: blur(2px); opacity: .14; z-index: -1;
}

/* =========================================================================
   IMAGE PLACEHOLDER (falls Bild nicht lädt)
   ========================================================================= */
.ph {
  position: absolute; inset: 0; z-index: 1;
  background:
    repeating-linear-gradient(135deg, color-mix(in oklab, var(--leaf) 14%, transparent) 0 14px, transparent 14px 28px),
    radial-gradient(120% 90% at 50% 0%, var(--surface-soft), var(--bg-tint));
  display: grid; place-items: center; gap: 12px; grid-auto-flow: row;
  color: var(--leaf-deep); text-align: center; padding: 20px;
}
.ph .ph-ic { width: 46px; height: 46px; opacity: .55; }
.ph span { font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: .78rem; letter-spacing: .04em; opacity: .65; }

/* =========================================================================
   SPLIT / INTRO
   ========================================================================= */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.split.rev { grid-template-columns: 1.1fr .9fr; }
.split-media {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); aspect-ratio: 1 / 1; background: var(--surface-soft);
  position: relative;
}
.split-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 2; }
.hashtags { color: var(--muted); font-size: .85rem; font-weight: 600; margin-top: 1.4em; }
.hashtags span { color: var(--leaf); }

/* =========================================================================
   FEATURE CARDS (Warum Hypnose)
   ========================================================================= */
.cards { display: grid; gap: clamp(16px, 2vw, 22px); }
.cards.c4 { grid-template-columns: repeat(4, 1fr); }
.cards.c3 { grid-template-columns: repeat(3, 1fr); }
.cards.c2 { grid-template-columns: repeat(2, 1fr); }

.fcard {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow-sm); position: relative;
  transition: transform .22s ease, box-shadow .25s ease;
}
/* Testvariante Kinderhypnose: Bild randlos bis zum Kachelrand, einheitliche Hoehe */
.kh-tiles .fcard { padding: 0 0 26px; overflow: hidden; }
.kh-tiles .fcard > img { width: 100%; height: 190px; object-fit: cover; display: block; margin: 0 0 14px; border-radius: 0; }
.kh-tiles .fcard h3, .kh-tiles .fcard p { margin-left: 26px; margin-right: 26px; }
/* Erwachsenen-Kacheln: Bildausschnitt am oberen Rand ausrichten, damit Koepfe nicht abgeschnitten werden */
.adult-tiles .fcard > img { object-position: center top; }
/* Ausnahme: Fingernaegel-kauen-Bild ist eine Nahaufnahme, dort bleibt der Ausschnitt zentriert */
.adult-tiles .fcard[data-name="Fingernägel kauen"] > img { object-position: center center; }
/* Einzelanpassungen: Bilder mit Motiv weiter unten oder ohne Kopf brauchen einen eigenen Ausschnitt */
.adult-tiles .fcard[data-name="Abschalten am Abend"] > img { object-position: center 30%; }
.adult-tiles .fcard[data-name="Angst & Phobien"] > img { object-position: center 25%; }
.adult-tiles .fcard[data-name="Phobien (Spinnen, …)"] > img { object-position: center 15%; }
.adult-tiles .fcard[data-name="Trauer überwinden"] > img { object-position: center center; }
.fcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.fcard .ic {
  width: 52px; height: 52px; border-radius: 16px;
  display: grid; place-items: center; margin-bottom: 18px;
  background: var(--surface-soft); color: var(--leaf-deep);
}
.fcard .ic svg { width: 26px; height: 26px; }
.fcard h3 { margin-bottom: .35em; }
/* Schmale Kacheln: linksbuendig statt Blocksatz, sonst erzwingt Chrome in engen
   Spalten rohe Wortumbrueche ohne sichtbaren Trennstrich */
.fcard p { margin: 0; color: var(--muted); font-size: .96rem; text-align: left; text-align-last: left; }

/* =========================================================================
   ANWENDUNGEN — Top 4
   ========================================================================= */
.app-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 22px); }
.app {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .25s ease;
  min-height: 280px;
}
.app:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.app-top {
  height: 132px; position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--leaf-bright), var(--leaf-deep));
  display: grid; place-items: center;
}
.app-top .glyph { color: rgba(255,255,255,.92); }
.app-top .glyph svg { width: 46px; height: 46px; }
.app-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.app-body h3 { margin-bottom: .3em; }
.app-body p { color: var(--muted); font-size: .92rem; margin-bottom: 1em; }
.app-body .btn-link { margin-top: auto; }
.app-body .btn-link::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.app .tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: rgba(255,255,255,.92); color: var(--leaf-deep);
  font-size: .72rem; font-weight: 800; letter-spacing: .04em;
  padding: 5px 11px; border-radius: var(--radius-pill);
}

/* Anwendungs-Wolke (chips) */
.chip-cloud { display: flex; flex-wrap: wrap; gap: 11px; justify-content: center; }
.chip {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 11px 18px; font-weight: 600; font-size: .92rem; color: var(--ink-soft);
  display: inline-flex; align-items: center; gap: .55em;
  transition: all .18s ease; cursor: default;
}
.chip:hover { border-color: var(--leaf); color: var(--leaf-deep); background: var(--surface-soft); transform: translateY(-2px); }
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: none; }

/* =========================================================================
   ABLAUF — Steps
   ========================================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); counter-reset: step; }
.step { position: relative; padding-top: 18px; }
.step .n {
  font-family: var(--font-head); font-style: var(--head-style);
  font-size: 2.6rem; color: var(--leaf); line-height: 1;
  display: block; margin-bottom: .25em;
  opacity: .9;
}
.step h3 { margin-bottom: .3em; }
.step p { color: var(--muted); font-size: .94rem; margin: 0; }
.step::before {
  content: ""; position: absolute; top: 0; left: 0; width: 46px; height: 4px;
  background: var(--accent); border-radius: 4px;
}

/* =========================================================================
   DARK BAND (Online / CTA) — nutzt section-alt
   ========================================================================= */
.band {
  background: linear-gradient(135deg, var(--forest), var(--forest-2));
  color: var(--on-dark);
  border-radius: var(--radius-lg);
  position: relative; overflow: hidden;
}
.band h2, .band h3 { color: #fff; }
.band p { color: var(--on-dark-mut); }
.band .eyebrow { color: var(--accent-soft); }
.band .eyebrow::before { background: var(--accent); }
.band-inner { padding: clamp(40px, 6vw, 72px); position: relative; z-index: 2; }

/* Light-green band variant */
.band.band-light {
  background: linear-gradient(135deg, color-mix(in oklab, var(--leaf) 26%, white), color-mix(in oklab, var(--leaf) 9%, white));
  border: 1px solid color-mix(in oklab, var(--leaf) 32%, white);
}
.band.band-light h2, .band.band-light h3 { color: var(--ink); }
.band.band-light p { color: var(--ink-soft); }
.band.band-light .eyebrow { color: var(--leaf-deep); }
.band.band-light .eyebrow::before { background: var(--accent); }
.band.band-light .phone-pill {
  background: var(--surface); color: var(--leaf-deep);
  border-color: color-mix(in oklab, var(--leaf) 40%, white);
}

.phone-pill {
  display: inline-flex; align-items: center; gap: 12px; white-space: nowrap;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-pill); padding: 12px 22px;
  font-family: var(--font-head); font-style: normal; font-size: 1.25rem; color: #fff;
  font-weight: 600;
}
.phone-pill .ic { width: 34px; height: 34px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; }
.phone-pill .ic svg { width: 17px; height: 17px; color: #fff; }

/* =========================================================================
   TESTIMONIALS
   ========================================================================= */
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 24px); }
.quote {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 22px 20px;
  min-height: 240px; display: flex; flex-direction: column; overflow: hidden;
  box-shadow: var(--shadow-sm); position: relative;
}
.quote .stars { color: var(--accent); display: flex; gap: 3px; margin-bottom: 14px; }
.quote .stars svg { width: 17px; height: 17px; }
.quote p { font-size: .95rem; color: var(--ink-soft); font-style: italic; font-family: var(--font-head); line-height: 1.5; }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: auto; font-style: normal; }
.quote .who .av { width: 42px; height: 42px; border-radius: 50%; background: var(--surface-soft); display: grid; place-items: center; color: var(--leaf-deep); font-weight: 800; font-family: var(--font-body); }
.quote .who b { font-family: var(--font-body); font-weight: 700; color: var(--ink); display: block; font-size: .95rem; }
.quote .who span { font-size: .82rem; color: var(--muted); }
.quotes-3 { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
@media (max-width: 1100px) and (min-width: 901px) { .quotes-3 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .quotes-3 { grid-template-columns: 1fr; } }
.quote.rev-clickable { cursor: pointer; transition: box-shadow .15s, transform .15s; }
.quote.rev-clickable:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.quote .rev-excerpt { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.quote .rev-more { display: block; margin-top: 8px; font-size: .82rem; font-weight: 700; color: var(--leaf-deep); font-style: normal; }
.rev-modal { display: none; position: fixed; inset: 0; z-index: 320; align-items: center; justify-content: center; padding: 20px; }
.rev-modal.show { display: flex; }
.rev-modal-backdrop { position: absolute; inset: 0; background: rgba(20,25,20,.6); }
.rev-modal-card { position: relative; background: var(--surface); border-radius: var(--radius-lg); padding: 40px 44px; max-width: 560px; width: 100%; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.rev-modal-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; border: none; background: var(--surface-soft); color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.rev-modal-nav { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--leaf-deep); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,.28); }
.rev-modal-nav:hover { background: var(--leaf); color: #fff; }
.rev-modal-nav.prev { left: 50%; margin-left: -354px; }
.rev-modal-nav.next { right: 50%; margin-right: -354px; }
@media (max-width: 700px) { .rev-modal-nav.prev { left: 8px; margin-left: 0 } .rev-modal-nav.next { right: 8px; margin-right: 0 } }
@media (max-width: 640px) { .rev-modal-card { padding: 32px 24px } .rev-modal-nav.prev { left: 4px } .rev-modal-nav.next { right: 4px } }
.rev-modal-card .stars { color: var(--accent); display: flex; gap: 3px; margin-bottom: 16px; }
.rev-modal-card .stars svg { width: 19px; height: 19px; }
.rev-modal-card p { font-size: 1.05rem; color: var(--ink-soft); font-style: italic; font-family: var(--font-head); line-height: 1.6; margin-bottom: 20px; }
.rev-modal-card .who { display: flex; align-items: center; gap: 12px; font-style: normal }
.rev-modal-card .who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--surface-soft); display: grid; place-items: center; color: var(--leaf-deep); font-weight: 800 }
.rev-modal-card .who b { font-weight: 700; color: var(--ink); display: block; font-size: .97rem }
.rev-modal-card .who span { font-size: .84rem; color: var(--muted) }
/* Preisseite */
.price-note { background: color-mix(in oklab, var(--accent) 16%, white); border: 1px solid color-mix(in oklab, var(--accent) 40%, white); border-radius: var(--radius-sm); padding: 16px 20px; font-size: .9rem; margin-bottom: 34px; }
.price-card p a { color: var(--leaf-deep); font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 2px; text-decoration-color: var(--leaf); }
.price-card p a:hover { color: var(--leaf); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px,2.5vw,26px); align-items: stretch; }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.price-card h2 { font-size: clamp(1.1rem,1.6vw,1.3rem); margin: 0 0 10px; }
.price-card .price-value { font-family: var(--font-head); font-style: var(--head-style); font-size: clamp(1.6rem, 2.4vw, 2.1rem); line-height: 1.1; color: var(--leaf-deep); margin: 0 0 14px; text-align: left; text-wrap: nowrap; hyphens: none; }
.price-card p:last-child { margin: 0; color: var(--ink-soft); font-size: .93rem; }
.price-card-lead { border-color: var(--leaf); box-shadow: var(--shadow); }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } }

/* Bewertungs-Durchschnitt */
@media (min-width: 761px) { .h1-nowrap { white-space: nowrap; } }
.page-hero .h1-nowrap { max-width: none; margin-left: auto; margin-right: auto; }
.rating-summary { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 12px 24px; width: fit-content; box-shadow: var(--shadow-sm); }
.rating-summary strong { font-family: var(--font-head); font-style: var(--head-style); font-size: 1.8rem; line-height: 1; color: var(--leaf-deep); }
.rating-summary .rs-stars { display: flex; gap: 2px; color: var(--accent); }
.rating-summary .rs-stars svg { width: 18px; height: 18px; }
.rating-summary > span { font-size: .87rem; color: var(--muted); }
.rev-all-modal { display: none; position: fixed; inset: 0; z-index: 300; align-items: center; justify-content: center; padding: 20px; }
.rev-all-modal.show { display: flex; }
.rev-all-card { position: relative; background: var(--surface); border-radius: var(--radius-lg); padding: 40px 44px; max-width: 900px; width: 100%; max-height: 85vh; box-shadow: 0 20px 60px rgba(0,0,0,.3); display: flex; flex-direction: column; }
.rev-all-card h3 { font-family: var(--font-head); font-style: var(--head-style); margin: 0 0 20px; padding-right: 40px; }
.rev-all-list { overflow-y: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding-right: 8px; }
/* Kacheln im "Alle Bewertungen"-Modal verhalten sich wie die auf der Seite:
   angeschnittener Text + "Weiterlesen", Klick oeffnet die vollstaendige Bewertung */
.rev-all-list .quote { min-height: 200px; }
@media (max-width: 760px) { .rev-all-card { padding: 28px 20px } .rev-all-list { grid-template-columns: 1fr } }

/* =========================================================================
   VIDEO CTA
   ========================================================================= */
.video-card {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  background: linear-gradient(135deg, var(--leaf-deep), var(--forest));
  min-height: 320px; display: grid; place-items: center; box-shadow: var(--shadow);
}
.play {
  width: 84px; height: 84px; border-radius: 50%;
  background: rgba(255,255,255,.94); display: grid; place-items: center;
  cursor: pointer; transition: transform .2s ease; box-shadow: 0 16px 40px -12px rgba(0,0,0,.5);
}
.play:hover { transform: scale(1.07); }
.play svg { width: 30px; height: 30px; color: var(--leaf-deep); margin-left: 4px; }
.video-meta { position: absolute; left: 26px; bottom: 24px; color: #fff; }
.video-meta .t { font-family: var(--font-head); font-size: 1.4rem; }
.video-meta .d { font-size: .85rem; color: rgba(255,255,255,.8); }

/* =========================================================================
   ABOUT
   ========================================================================= */
.about-card {
  background: var(--surface-soft); border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 52px); display: grid;
  grid-template-columns: 280px 1fr; gap: clamp(28px, 4vw, 56px); align-items: center;
}
.about-portrait { border-radius: 50%; overflow: hidden; aspect-ratio: 1/1; box-shadow: var(--shadow); background: var(--surface); position: relative; width: 260px; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; position: absolute; inset: 0; z-index: 2; }
.sig { font-family: var(--font-head); font-style: italic; font-size: 1.6rem; color: var(--leaf-deep); margin-top: .4em; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer { background: linear-gradient(180deg, var(--forest), var(--forest-2)); color: var(--on-dark-mut); padding-top: 0; }
.footer-wave { display: block; width: 100%; height: clamp(30px, 4vw, 56px); margin-bottom: -2px; color: var(--forest); }
.footer-wave svg { width: 100%; height: 100%; display: block; }
.footer .wrap { padding-top: clamp(40px, 6vw, 72px); padding-bottom: 30px; }
.footer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 36px; }
.footer-grid > div { display: flex; flex-direction: column; justify-content: flex-end; }
@media (min-width: 981px) {
.footer-grid > div:nth-child(3), .footer-grid > div:nth-child(4), .footer-grid > div:nth-child(5) { justify-content: flex-start; margin-top: 98px; }
}
.footer h4, .footer h2 { color: #fff; font-family: var(--font-body); font-style: normal; font-weight: 700; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1.1em; margin-top: 0; }
.footer h4 a, .footer h2 a { color: inherit; text-decoration: none; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; padding: 0; display: inline; }
.footer a { color: var(--on-dark-mut); display: block; padding: 3px 0; font-size: .85rem; }
.footer a:hover { color: #fff; }
.footer .brand img { height: 90px; }
.footer p { color: var(--on-dark-mut); font-size: .85rem; }
.footer .contact-line { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: .85rem; }
.footer .contact-line svg { width: 16px; height: 16px; color: var(--accent-soft); flex: none; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; min-width: 38px; flex: 0 0 38px; padding: 0; box-sizing: border-box; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: #fff; transition: background .2s, transform .2s; }
.footer-social a:hover { background: var(--accent); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }

/* Buchungs-Auswahl: direkte <a target="_blank"> Links */
.booking-picker { position: relative; display: inline-block; }
.booking-picker summary { list-style: none; cursor: pointer; }
.booking-picker summary::-webkit-details-marker { display: none; }
.booking-picker[open] summary { border-radius: 6px 6px 0 0; }
.booking-picker-menu { position: absolute; top: 100%; left: 0; z-index: 50; margin-top: 8px; background: #fff; border: 2px solid var(--line); border-radius: 12px; padding: 10px; min-width: 320px; box-shadow: 0 12px 32px rgba(0,0,0,.18); display: flex; flex-direction: column; gap: 10px; }
.booking-option, .booking-sublink { display: block; text-decoration: none; border: 2px solid var(--line); border-radius: 10px; padding: 12px 14px; transition: border-color .15s, background .15s; }
.booking-option:hover, .booking-sublink:hover { border-color: var(--leaf); background: var(--surface-soft); }
.booking-option strong, .booking-sublink strong { display: block; font-size: .96rem; color: var(--ink); margin-bottom: 2px; }
.booking-option span, .booking-sublink span { display: block; font-size: .82rem; color: var(--muted); }
.booking-group { border: 2px solid var(--line); border-radius: 10px; overflow: hidden; }
.booking-group-head { padding: 12px 14px 4px; }
.booking-group-head strong { display: block; font-size: .96rem; color: var(--ink); margin-bottom: 2px; }
.booking-group-head span { display: block; font-size: .82rem; color: var(--muted); margin-bottom: 8px; }
.booking-group .booking-sublink { border: none; border-top: 2px solid var(--line); border-radius: 0; }
@media (max-width: 480px) { .booking-picker-menu { min-width: 260px; left: auto; right: 0; } }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem; }
.legal-note { background: rgba(101,160,71,.8); border-radius: var(--radius-sm); padding: 18px 22px; font-size: .85rem; line-height: 1.55; margin-bottom: 30px; margin-top: 60px; }

/* =========================================================================
   SUBPAGES — page hero, breadcrumb, prose, FAQ, active nav
   ========================================================================= */
.menu > li > a.active { background: rgba(255,255,255,.18); color: #fff; }

.page-hero { padding: clamp(40px, 6vw, 84px) 0 clamp(18px, 3vw, 34px); }
.breadcrumb { display: flex; align-items: center; gap: .55em; font-size: .85rem; font-weight: 600; color: var(--muted); margin-bottom: 1.1rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--leaf-deep); }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: var(--muted); }
.page-hero h1 { max-width: 20ch; }
.page-hero .center h1, .page-hero .wrap.center h1 { margin-inline: auto; }

.prose { max-width: 70ch; }
.prose > h2 { margin-top: 1.6em; }
.prose > h3 { margin-top: 1.3em; }
.prose ul { padding-left: 1.2em; margin: 0 0 1.1em; }
.prose li { margin-bottom: .5em; }
.prose li::marker { color: var(--leaf); }

.split-2 { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px, 5vw, 64px); align-items: stretch; }
@media (max-width: 900px) { .split-2 { grid-template-columns: 1fr; } }

.sidecard-stack { position: sticky; top: 256px; z-index: 5; display: flex; flex-direction: column; gap: 18px; margin-top: 38.4px; }
.sidecard-stack .sidecard { position: static; margin-top: 0 !important; }
.sidecard h3, .sidecard h2 { margin-bottom: .5em; margin-top: 0; font-size: 1.05rem; }
.sidecard .row { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: .94rem; color: var(--ink-soft); }
.sidecard .row svg { width: 18px; height: 18px; color: var(--leaf-deep); flex: none; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 24px; font-family: var(--font-head); font-style: var(--head-style); font-size: 1.15rem; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { width: 26px; height: 26px; flex: none; position: relative; }
.faq summary .plus::before, .faq summary .plus::after { content: ""; position: absolute; background: var(--leaf); border-radius: 2px; transition: transform .2s ease; }
.faq summary .plus::before { top: 12px; left: 4px; right: 4px; height: 2px; }
.faq summary .plus::after { left: 12px; top: 4px; bottom: 4px; width: 2px; }
.faq details[open] summary .plus::after { transform: scaleY(0); }
.faq details[open] summary { color: var(--leaf-deep); }
.faq .faq-a { padding: 0 24px 22px; color: var(--ink-soft); }
.faq .faq-a p { margin: 0; }

/* News list */
.news-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 0 28px; }
.filter-chip { font-family: inherit; font-size: .88rem; font-weight: 600; padding: 8px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--muted); cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.filter-chip:hover { border-color: var(--leaf); color: var(--leaf-deep); }
.filter-chip.active { background: var(--leaf); border-color: var(--leaf); color: #fff; }
.news-list { display: grid; gap: 18px; max-width: 820px; margin: 0 auto; }
.news-item { display: grid; grid-template-columns: 110px 1fr; gap: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; box-shadow: var(--shadow-sm); }
.news-item .date { font-family: var(--font-head); font-style: var(--head-style); color: var(--leaf-deep); line-height: 1.1; }
.news-item .date b { display: block; font-size: 2rem; font-style: normal; }
.news-item h3 { margin-bottom: .3em; }
.news-item p { margin: 0; color: var(--muted); font-size: .95rem; }
@media (max-width: 560px) { .news-item { grid-template-columns: 1fr; gap: 8px; } }

/* simple link list cards (course/subpage navigation) */
.link-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 760px) { .link-cards { grid-template-columns: 1fr; } }
.link-card { display: flex; flex-direction: column; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .25s ease; }
.link-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.link-card h3 { margin: 0; }
.link-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.link-card .btn-link { margin-top: auto; padding-top: 6px; }

.placeholder-note { background: var(--surface-soft); border: 1px dashed color-mix(in oklab, var(--leaf) 40%, var(--line)); border-radius: var(--radius-sm); padding: 18px 22px; color: var(--ink-soft); font-size: .92rem; }
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.product-grid{grid-template-columns:1fr}}
.product-card{display:flex;flex-direction:column;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card>span{font-weight:700;color:var(--ink)}
.product-card p{margin:0;color:var(--muted);font-size:.9rem}

/* =========================================================================
   BACKGROUND DECO — Blob-Alternativen
   ========================================================================= */
/* Standard: einzelner Blob oben-links */
.blob {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, color-mix(in oklab, var(--leaf-bright) 50%, transparent), transparent 70%);
  opacity: .22; z-index: 0; pointer-events: none;
}

/* Alt A: Symmetrisches Duo — oben-links + unten-rechts */
.bg-deco-a .blob-main  { position: absolute; width: 380px; height: 380px; top: -80px;  left: -80px;  border-radius: 50%; background: radial-gradient(circle, color-mix(in oklab, var(--leaf) 35%, transparent), transparent 70%); opacity: .22; z-index: 0; pointer-events: none; }
.bg-deco-a .blob-pair  { position: absolute; width: 300px; height: 300px; bottom: -60px; right: 4%;   border-radius: 50%; background: radial-gradient(circle, color-mix(in oklab, var(--leaf) 28%, transparent), transparent 70%); opacity: .18; z-index: 0; pointer-events: none; }

/* Alt B: Breiter atmosphärischer Wash über gesamte Hero-Breite */
.bg-deco-b .blob-wash { position: absolute; inset: -60px -10% -60px -10%; border-radius: 50%; background: radial-gradient(ellipse 60% 50% at 38% 40%, color-mix(in oklab, var(--leaf) 28%, transparent), transparent 70%); opacity: .28; z-index: 0; pointer-events: none; }
.deco { position: absolute; pointer-events: none; opacity: var(--deco-opacity); z-index: 1; }
.deco svg { display: block; }
.no-deco .deco { display: none; }

/* =========================================================================
   VARIANTE B — dunkle Vollflächen-Blöcke
   ========================================================================= */
[data-variant="b"] .section.alt { background: var(--section-alt); }
[data-variant="b"] .section.alt h1,
[data-variant="b"] .section.alt h2,
[data-variant="b"] .section.alt h3 { color: #fff; }
[data-variant="b"] .section.alt p { color: var(--on-dark-mut); }
[data-variant="b"] .section.alt .eyebrow { color: var(--accent-soft); }
[data-variant="b"] .section.alt .fcard,
[data-variant="b"] .section.alt .app,
[data-variant="b"] .section.alt .quote { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
[data-variant="b"] .section.alt .fcard h3,
[data-variant="b"] .section.alt .app h3,
[data-variant="b"] .section.alt .quote p { color: #fff; }
[data-variant="b"] .section.alt .fcard p,
[data-variant="b"] .section.alt .app p { color: var(--on-dark-mut); }
[data-variant="b"] .section.alt .fcard .ic { background: rgba(255,255,255,.1); color: var(--accent-soft); }
[data-variant="b"] .section.alt .chip { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); color: var(--on-dark); }

/* light section background helper (A & C) */
.section.soft { background: var(--section-alt); }
[data-variant="b"] .section.soft { background: var(--surface-soft); }
[data-variant="c"] .section.soft { background: var(--bg-tint); }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 980px) {
  /* Mobil: Ueberschrift ZUERST, damit sofort erkennbar ist, wo man gelandet ist.
     Reihenfolge: Herzlich willkommen -> H1 -> Bild -> Flisstext -> Buttons.
     Der Quelltext bleibt unveraendert (H1 steht dort ohnehin vor dem Bild). */
  .hero-grid { display: flex; flex-direction: column; grid-template-columns: 1fr; }
  .hero-copy { display: contents; }
  .hero-copy .eyebrow { order: 1; }
  .hero-copy h1 { order: 2; margin-bottom: 22px; }
  .hero-media { order: 3; width: 100%; max-width: 440px; margin: 0 auto 24px; }
  .hero-copy .lead { order: 4; }
  .hero-copy .hero-cta { order: 5; }
  .hero-copy .trust-row { order: 6; }
  .split, .split.rev { grid-template-columns: 1fr; }
  .cards.c4 { grid-template-columns: repeat(2, 1fr); }
  .app-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .about-card { grid-template-columns: 1fr; text-align: center; }
  .about-portrait { width: 100%; max-width: 260px; margin: 0 auto; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 1060px) {
  .menu, .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .menu.open {
    display: flex; position: absolute; top: 100%; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    width: min(78vw, 320px);
    background: var(--forest-2); padding: 14px; z-index: 70; border-radius: 0 0 0 14px;
  }
  .menu.open .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: rgba(255,255,255,.06); border: 0; margin: 4px 0 4px 14px; }
  .menu.open .submenu a { color: var(--on-dark-mut); }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .cards.c4, .cards.c3, .app-grid, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar .tb-group:last-child { display: none; }
  .hero-badge { left: 0; }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* Metapher-Akkordeon */
.metapher-acc summary { justify-content: center; gap: 12px; text-align: center; }
.metapher-acc summary span:first-child { border-bottom: 1px dashed var(--leaf); }
.metapher-acc summary:hover { color: var(--leaf-deep); }
.metapher-acc .faq-a { text-align: left; }

/* Unsichtbare Trust-Links (nur bei Hover erkennbar) */
.trust-link { color: inherit; text-decoration: none; display: inline; padding: 0; }
.trust-link:hover, .trust-link:focus-visible { color: var(--leaf-deep); text-decoration: underline; text-underline-offset: 3px; }

/* =========================================================================
   MOBILE HARDENING (Audit 07/2026) — greift ausschließlich unter 861px,
   Desktop-Layout bleibt unverändert.
   ========================================================================= */

/* 0. Mobile Header-Reihenfolge: grüne Navbar zuerst, cremefarbener
      Info-Streifen darunter. Nur nav-sticky-wrap nach vorne und
      footer-wave/footer ans Ende schieben — Header und Content bleiben
      auf order:0 (Standard) und behalten so ihre DOM-Reihenfolge, egal ob
      der Content in <main> oder direkt in <section>/<div> steckt. */
@media (max-width: 860px) {
  body { display: flex; flex-direction: column; }
  .nav-sticky-wrap { order: -1; }
  .footer-wave, footer.footer { order: 1; }
  header.site-header { display: none; }
  /* Ersatz fuer die ausgeblendete Kopfleiste: Anruf-Button neben dem Burger.
     Ohne ihn gibt es auf dem Handy oben keinen Weg zu Telefon oder Buchung. */
  .nav-call { display: inline-flex; }
}
/* Anruf-Button in der gruenen Leiste - nur mobil sichtbar */
.nav-call {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; margin-right: 6px;
  border-radius: 50%; color: #fff; text-decoration: none;
  background: rgba(255,255,255,.16); flex: 0 0 auto;
}
.nav-call svg { width: 21px; height: 21px; }
.nav-call:hover, .nav-call:focus-visible { background: rgba(255,255,255,.28); }

@media (max-width: 620px) {
  .navbar .wrap { padding-top: 14px; padding-bottom: 8px; }
  .navbar-logo { height: 48px; width: 48px; aspect-ratio: 1 / 1; }
}

/* 0b. Zu großer Abstand zwischen grüner Welle und Überschrift auf
       Themen-/Orts-/Kinderhypnose-Seiten (feste px-Werte skalieren nicht). */
@media (max-width: 620px) {
  section[style*="padding:60px 0 0 0"][style*="background:#F6F3E9"] {
    padding-top: 20px !important;
  }
  section[style*="background:#F6F3E9"] > .wrap[style*="padding-block:60px"] {
    padding-top: 24px !important;
  }
}

/* 1. Inline-Grids (306 Stück auf 74 Seiten) haben keine Breakpoints und
      erzwingen dadurch horizontales Scrollen. Hier zentral umgebrochen. */
@media (max-width: 620px) {
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns:repeat(4,1fr)"],
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns:repeat(2,1fr)"],
  [style*="grid-template-columns:1fr 240px"],
  [style*="grid-template-columns:1fr auto auto"],
  [style*="grid-template-columns:1.3fr 1fr"],
  [style*="grid-template-columns:1.4fr 1fr"],
  [style*="grid-template-columns:1.6fr 1fr"],
  [style*="grid-template-columns:1.15fr .85fr"],
  [style*="grid-template-columns:.42fr 1.1fr"],
  [style*="grid-template-columns:.42fr 1fr"],
  [style*="grid-template-columns:.9fr 1.1fr"] { grid-template-columns: 1fr !important; }
  /* Bildspalten, die per Inline-Style verkleinert wurden, wieder voll nutzen */
  .split-media[style*="width:"] { width: 100% !important; max-width: 420px; margin-inline: auto; }
}
@media (min-width: 621px) and (max-width: 860px) {
  [style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: repeat(2, 1fr) !important; }
}

/* 2. Touch-Targets: WCAG 2.2 AA (2.5.8) fordert min. 24px, wir setzen 44px
      für alle Bedienelemente, die keine reinen Inline-Textlinks sind. */
@media (max-width: 1060px) {
  .nav-toggle { padding: 11px; }
  .btn, .btn-lg { min-height: 44px; }
  .btn-link { min-height: 44px; }
  .faq-chip { min-height: 44px; padding-block: .7em; }
  .bc-item, .brand { min-height: 44px; }
  .rev-modal-nav, .school-modal-close, .school-modal-nav { min-width: 44px; min-height: 44px; }
  .quote .more-link { min-height: 44px; display: inline-flex; align-items: center; }
  /* min. 8px Abstand zwischen interaktiven Elementen */
  .hero-cta, .footer-social, .btn-row { gap: 12px; }
  .faq-chips { gap: 10px; }
}

/* 3. Dekorative Blobs/Hintergrundformen ragen aus dem Viewport.
      overflow-x:clip verhindert Scrollen ohne sticky/position zu brechen. */
@media (max-width: 860px) {
  body { overflow-x: clip; }
  .blob, .blob-main, .blob-2, .hero-blob { max-width: 100vw; }
}

/* 4. Tabellen mobil scrollbar statt gequetscht */
@media (max-width: 700px) {
  table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  table td, table th { min-width: 8em; }
}

/* 5. Sticky-Elemente dürfen mobil keine Überschriften verdecken */
@media (max-width: 900px) {
  .sidecard-stack { position: static; top: auto; margin-top: 24px; }
}

/* 6. Safe-Area (Notch / Dynamic Island) */
@supports (padding: max(0px)) {
  @media (max-width: 860px) {
    .topbar, .nav-inner, .wrap, .footer-inner {
      padding-left: max(20px, env(safe-area-inset-left));
      padding-right: max(20px, env(safe-area-inset-right));
    }
  }
}

/* 7. Sichtbarer Fokus für Tastatur-/Screenreader-Navigation (WCAG 2.4.11) */
:focus-visible { outline: 3px solid var(--leaf-deep); outline-offset: 2px; border-radius: 4px; }
.btn:focus-visible, .nav-toggle:focus-visible { outline-color: #fff; outline-offset: 3px; }

/* 9. Unbrechbare Inhalte: `white-space:nowrap` wurde für Desktop-Überschriften
      per Inline-Style gesetzt und überstimmt dort Media-Queries → erzwingt
      horizontales Scrollen. Mobil wieder freigeben. */
@media (max-width: 860px) {
  h1[style*="nowrap"], h2[style*="nowrap"], h3[style*="nowrap"],
  p[style*="nowrap"], .cat-h1-nowrap, .h1-nowrap { white-space: normal !important; }
  .kt-intro .lead { white-space: normal !important; }
  /* Lange Wörter, E-Mail-Adressen und URLs umbrechen statt überlaufen */
  h1, h2, h3, h4, p, li, td, dd, figcaption { overflow-wrap: break-word; }
  a[href^="mailto"], a[href^="http"], .obf-email, .kt-value, span, strong, em, code { overflow-wrap: anywhere; }
  /* Buttons dürfen mobil umbrechen statt aus dem Viewport zu ragen */
  .btn, .btn-lg { white-space: normal; text-align: center; }
  /* Telefon-Button: umgebrochener Text linksbuendig statt zentriert */
  .hero-cta .btn[href^="tel:"] { text-align: left; justify-content: flex-start; }
}

/* 10. Weitere Touch-Targets aus dem Audit */
@media (max-width: 1060px) {
  .cert-arrow { min-width: 44px; min-height: 44px; font-size: 1.5rem; }
  #ap-btn { width: 44px !important; height: 44px !important; }
  /* Trust-Badges: nowrap sprengt bei 320px das Grid (min-content 357px) */
  .trust { white-space: normal; }
  .trust-link { min-height: 44px; display: inline-flex; align-items: center; }
  .page-hero-back { min-height: 44px; align-items: center; }
  .kt-value, .wrap a[href^="tel:"], .wrap a[href^="mailto:"] {
    min-height: 44px; display: inline-flex; align-items: center;
  }
}

/* 11. Screenreader-Hilfstext (für Icon-Buttons ohne sichtbare Beschriftung) */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* 12. Grid-Blowout: Grid-Kinder haben min-width:auto und werden dadurch von
      breiten Bildern/iframes über die Spaltenbreite hinaus gedrückt. */
@media (max-width: 860px) {
  [style*="grid-template-columns"] > *, .cards > *, .split > *, .split-2 > * { min-width: 0; }
  iframe, video, embed, object { max-width: 100%; }
  /* Karten-Dropdown darf nicht aus dem Viewport rutschen */
  /* Buchungs-Dropdown: mobil im Fluss statt absolut (min-width:320px sprengte
     sonst die Spalte und ragte links aus dem Viewport). */
  .booking-picker { display: block; }
  .booking-picker-menu {
    position: static !important; min-width: 0 !important; width: auto;
    max-width: 100%; margin-top: 8px; box-shadow: none;
  }
  /* Karten-Container mit aspect-ratio + min-height erzwingen sonst eine
     Breite von 544px (340px × 16/10) und sprengen den Viewport. */
  [style*="aspect-ratio:16/10"], [style*="aspect-ratio:16/9"] { min-height: 0 !important; }
  [style*="aspect-ratio:16/10"] iframe, [style*="aspect-ratio:16/9"] iframe { min-height: 220px !important; }
}

/* 13. Rechtslinks & Download-Links auf volle 44px */
@media (max-width: 1060px) {
  .legal-links a, .dl-link, .link-cards a { min-height: 44px; display: flex; align-items: center; }
  /* Link-Listen in Sidecards (rechtliche Seiten) und Filter-Chips */
  .sidecard a[style*="display:block"] { min-height: 44px; display: flex !important; align-items: center; }
  .filter-chip { min-height: 44px; padding-block: .6em; }
}

/* 8. Landscape auf Smartphones: hohe Hero-Bereiche nicht erzwingen */
@media (max-height: 480px) and (orientation: landscape) {
  .hero { padding-block: 32px; }
  .school-modal-track img { max-height: 84vh; }
}

@media (max-width: 900px) { #tuina-methods { grid-template-columns: repeat(2,1fr) !important; } }
@media (max-width: 520px) { #tuina-methods { grid-template-columns: 1fr !important; } }
