/* ==========================================================================
   atemklang - Design-System "Klang & Farbe"
   Ein Thema (hell & warm: Creme/Weiß), eine Schrift (Schibsted Grotesk),
   zwei Akzente: Mint (Primary, Vertrauen) und Gold (Marke, Logo, Metall).
   Formen bewusst rund. Barrierefrei kontrastgeprüft (siehe Farbtabelle).
   ========================================================================== */

/* --- Schrift, selbst gehostet (DSGVO) ---------------------------------- */
@font-face {
  font-family: "Schibsted Grotesk";
  src: url("../fonts/schibsted-grotesk.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Schibsted Grotesk";
  src: url("../fonts/schibsted-grotesk-italic.woff2") format("woff2");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}

/* --- Tokens: Hell = "Lavendel-Türkis" (ruhige Felder, transparenter Farbverlauf) --- */
:root, :root[data-theme="light"] {
  color-scheme: light;

  --bg: #EEE7F4;              /* sehr helles Lavendel, bewusst kein Weiß */
  --bg-2: #F2ECF6;
  --bg-3: #E6F0EF;
  --surface: #F5F0F7;         /* ruhige, sehr helle Leseflächen */
  --surface-2: #EEE7F3;
  --surface-3: #E6EFEE;
  --contact-a: #1E3A5F;       /* dunkles Navy-Blau (Vertrauen, Wärme) */
  --contact-b: #142B47;       /* Verlauf-Ende */
  --navy: #1E3A5F;            /* Navy-Akzent */
  --navy-soft: rgb(30 58 95 / 0.14);
  --line: rgb(62 45 76 / 0.16);
  --line-strong: rgb(62 45 76 / 0.3);
  --ink: #3E2D4C;             /* reiches Pflaumen-Violett (9,6:1) */
  --ink-2: #5A4970;           /* gedämpft (6,2:1) */
  --ink-3: #67526E;           /* dezent (5,4:1) */
  --ink-bg: #3E2D4C;
  --ink-2-bg: #5A4970;
  --ink-3-bg: #67526E;
  --creme-text: #EAF4F1;      /* helle Schrift auf Türkis */
  --accent: #C8A8CF;          /* gedämpftes Flieder: primäre Buttons */
  --accent-deep: #B890C2;
  --accent-hover: #D4B9D9;
  --accent-ink: #3E2D4C;      /* Pflaumenschrift auf hellem Flieder */
  --accent-soft: rgb(142 75 156 / 0.14);
  --gold: #C5A253;            /* warmes Gold: Bildakzent + dünne Button-Linie */
  --gold-strong: #B28D3F;
  --btn-gold: #9C7A2E;        /* goldene Button-Linie (Tagmodus, satt) */
  --gold-soft: rgb(168 129 47 / 0.16);
  --nav-bg: rgb(232 223 240 / 0.85);
  --sticky-bg: rgb(232 223 240 / 0.92);
  --bowl-ring: 142, 75, 156;
  --bowl-glow: 142, 75, 156;
  --hero-glow: rgba(115, 198, 195, 0.14);
  --wash-lavender: rgb(191 167 210 / 0.20);
  --wash-turquoise: rgb(115 198 195 / 0.11);
  --wash-petrol: rgb(21 93 102 / 0.06);
  --homepage-art: url("../img/homepage-farbverlauf-v2.png");
}

/* --- Tokens: Dunkel = "Violett-Pink Nacht" (Pflaume, Pink-Akzente, kein Orange) --- */
:root[data-theme="dark"] {
  color-scheme: dark;

  --bg: #211527;              /* tiefes Pflaumen-Violett */
  --bg-2: #2C1B35;
  --bg-3: #3A2446;
  --surface: #2A1C33;         /* dunkle Karten */
  --surface-2: #362344;
  --surface-3: #412A50;
  --gold-surface: #120C18;    /* dunkelster Block */
  --gold-surface-2: #0B0712;
  --contact-a: #120C18;       /* Dark: Kontaktband bleibt Pflaumen-Dunkel */
  --contact-b: #0B0712;
  --line: rgb(243 232 247 / 0.14);
  --line-strong: rgb(243 232 247 / 0.3);
  --ink: #F3E8F7;             /* helles Flieder (14,7:1) */
  --ink-2: #D6C0E0;
  --ink-3: #B498C0;
  --ink-bg: #F3E8F7;
  --ink-2-bg: #D6C0E0;
  --ink-3-bg: #B498C0;
  --creme-text: #F3E8F7;
  --accent: #C77DCA;          /* Pink-Violett: Buttons (dunkle Schrift 6,0:1) */
  --accent-deep: #B46BBF;     /* Verlauf-Ende */
  --accent-hover: #DB9AE0;    /* helleres Pink, Hover */
  --accent-ink: #211527;      /* dunkle Schrift auf hellem Pink */
  --accent-soft: rgb(199 125 202 / 0.16);
  --gold: #E0BE6E;            /* helles Gold als Leuchte */
  --gold-strong: #E9CE8C;
  --btn-gold: #E0BE6E;        /* goldene Button-Linie (Darkmode) */
  --gold-soft: rgb(224 190 110 / 0.14);
  --nav-bg: rgb(33 21 39 / 0.85);
  --sticky-bg: rgb(33 21 39 / 0.92);
  --bowl-ring: 231, 180, 236; /* lila-pinke Ringe (Dark) */
  --bowl-glow: 221, 140, 228; /* Glühen (Dark) */
  --hero-glow: rgba(221, 140, 228, 0.10);
  --wash-lavender: rgb(199 125 202 / 0.12);
  --wash-turquoise: rgb(120 160 220 / 0.10);
  --wash-petrol: rgb(224 190 110 / 0.06);
  --homepage-art: none;       /* Die helle Bildwelt erscheint bewusst nicht im Dark-Mode. */
}

/* --- Basis-Tokens (beide Themes) ---------------------------------------- */
:root {
  --font: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;

  --fs-hero: clamp(2.4rem, 1.2rem + 2.9vw, 3.9rem);
  --fs-h2: clamp(1.9rem, 1.2rem + 1.9vw, 3rem);
  --fs-h3: clamp(1.25rem, 1.05rem + 0.6vw, 1.6rem);
  --fs-lead: clamp(1.1rem, 1rem + 0.35vw, 1.3rem);
  --fs-body: 1.0625rem;
  --fs-small: 0.9375rem;
  --fs-tiny: 0.8125rem;

  --container: 1360px;
  --gutter: clamp(1.25rem, 5vw, 4.5rem);
  --section: clamp(5rem, 10vw, 9rem);
  --nav-h: 68px;

  --r-pill: 999px;
  --r-surface: 1rem;           /* rund (16px) */

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.5s;
}

/* --- Reset (schlank) --------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 1rem); }
[id] { scroll-margin-top: calc(var(--nav-h) + 1rem); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: linear-gradient(145deg, var(--bg) 0%, var(--bg-2) 58%, var(--bg-3) 100%);
  color: var(--ink);
  font-family: var(--font);
  font-size: var(--fs-body);
  line-height: 1.55;
  font-feature-settings: "kern", "liga";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  min-height: 100dvh;
}

/* --- Hintergrundklima: nur große, sehr sanfte Felder, keine Tapete -------- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(80% 45% at 100% 8%, var(--wash-turquoise), transparent 72%),
    radial-gradient(72% 45% at 4% 92%, var(--wash-lavender), transparent 72%);
  opacity: 0.65;
}
img, picture, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
a, button, summary, label, select, input { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.prose a, .row__body a:not(.btn), .card a, .facts a, .legal a { text-decoration: underline; text-underline-offset: 0.18em; text-decoration-color: var(--line-strong); }
.prose a:hover, .row__body a:not(.btn):hover, .card a:hover, .legal a:hover { text-decoration-color: var(--accent); }
strong { font-weight: 600; }
em { font-style: italic; }
::selection { background: var(--accent); color: var(--accent-ink); }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }
.btn:focus-visible { outline-offset: 4px; border-radius: var(--r-pill); }

.skip-link {
  position: absolute; left: 1rem; top: -100px; z-index: 100;
  background: var(--accent); color: var(--accent-ink);
  padding: 0.6rem 1rem; border-radius: var(--r-pill); font-weight: 600;
}
.skip-link:focus { top: 1rem; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* --- Layout ------------------------------------------------------------ */
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: clamp(1rem, 2.5vw, 2.5rem); }
.section { position: relative; isolation: isolate; overflow: clip; padding-block: var(--section); }
.section--tight { padding-block: calc(var(--section) * 0.7); }
.section + .section { border-top: 1px solid var(--line); }

/* Das freigegebene Bild zieht sich als sanfte Farbwelt durch die Startseite.
   Inhalt bleibt darüber, die jeweiligen Band-Verläufe gliedern die Bereiche. */
:root[data-theme="light"] .section::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: var(--homepage-art) center / cover no-repeat;
  opacity: 0.25;
}
:root[data-theme="light"] .section > .container { position: relative; z-index: 1; }

/* Zusammenhängende, helle Landschaft. Die stärkeren Farben bleiben an Rändern. */
.section--band-a {
  background-image:
    radial-gradient(74% 100% at 100% 12%, var(--wash-turquoise), transparent 71%),
    radial-gradient(68% 82% at 0% 100%, var(--wash-lavender), transparent 72%),
    linear-gradient(122deg, var(--bg-2), var(--bg));
  background-repeat: no-repeat;
}
.section--band-b {
  background-image:
    radial-gradient(64% 94% at 0% 10%, var(--wash-lavender), transparent 74%),
    radial-gradient(58% 82% at 100% 94%, var(--wash-turquoise), transparent 74%),
    linear-gradient(118deg, var(--surface), var(--surface-2));
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: center, center, center;
  background-repeat: no-repeat;
}
.section--band-c {
  background-image:
    radial-gradient(68% 92% at 100% 0%, var(--wash-petrol), transparent 75%),
    radial-gradient(62% 90% at 0% 100%, var(--wash-turquoise), transparent 76%),
    linear-gradient(120deg, var(--bg-2), var(--bg-3));
  background-repeat: no-repeat;
}
/* Zarte dunkle Marmorierung: untere Startseitenabschnitte nehmen den Hero-Ton auf. */

:root[data-theme="dark"] .section--band-a,
:root[data-theme="dark"] .section--band-b,
:root[data-theme="dark"] .section--band-c {
  color: var(--ink);
  background-color: var(--bg);
  background-repeat: no-repeat;
}
:root[data-theme="dark"] .section--band-a {
  background-image:
    radial-gradient(80% 110% at 100% 8%, rgb(199 125 202 / 0.14), transparent 72%),
    radial-gradient(58% 86% at 0% 100%, rgb(33 118 123 / 0.08), transparent 74%),
    linear-gradient(128deg, #211527 0%, #2B1B34 55%, #211527 100%);
}
:root[data-theme="dark"] .section--band-b {
  background-image:
    radial-gradient(70% 96% at 0% 14%, rgb(180 107 191 / 0.12), transparent 74%),
    radial-gradient(52% 76% at 100% 92%, rgb(33 118 123 / 0.07), transparent 76%),
    linear-gradient(120deg, #271832 0%, #342141 58%, #24172D 100%);
}
:root[data-theme="dark"] .section--band-c {
  background-image:
    radial-gradient(72% 98% at 100% 0%, rgb(199 125 202 / 0.11), transparent 75%),
    radial-gradient(58% 88% at 0% 100%, rgb(33 118 123 / 0.07), transparent 78%),
    linear-gradient(124deg, #221629 0%, #2F1D39 54%, #201526 100%);
}
:root[data-theme="dark"] .section--band-a::before,
:root[data-theme="dark"] .section--band-b::before,
:root[data-theme="dark"] .section--band-c::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../img/homepage-farbverlauf-v2.png") center / cover no-repeat;
  filter: grayscale(1) sepia(1) hue-rotate(228deg) saturate(1.15) brightness(0.58);
  mix-blend-mode: screen;
  opacity: 0.105;
}
:root[data-theme="dark"] .section--band-a::after,
:root[data-theme="dark"] .section--band-b::after,
:root[data-theme="dark"] .section--band-c::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 42%, rgb(243 232 247 / 0.035) 44%, transparent 48% 100%),
    linear-gradient(155deg, transparent 0 62%, rgb(33 118 123 / 0.035) 64%, transparent 68% 100%);
  opacity: 0.55;
}
/* Der lange Sonderevent-Bereich nutzt die Marmorierung in ihrer natürlichen Breite,
   damit sie nicht auf seine Höhe hochskaliert und dadurch weichgezeichnet wird. */
:root[data-theme="light"] .section--band-c::before,
:root[data-theme="dark"] .section--band-c::before { background-size: 100% auto; background-position: center top; background-repeat: repeat-y; }
:root[data-theme="dark"] .section--band-a > .container,
:root[data-theme="dark"] .section--band-b > .container,
:root[data-theme="dark"] .section--band-c > .container { position: relative; z-index: 1; }
:root[data-theme="dark"] .section--band-b .row,
:root[data-theme="dark"] .section--band-c .quote {
  background: rgb(18 12 24 / 0.22);
  border-color: rgb(243 232 247 / 0.18);
}
:root[data-theme="dark"] .section--band-b .row { padding-inline: clamp(0rem, 1.2vw, 1rem); border-radius: 0.85rem; }
:root[data-theme="dark"] .section--band-c .quote { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--r-surface); }
@media (max-width: 720px) {
  :root[data-theme="dark"] .section--band-a::before,
  :root[data-theme="dark"] .section--band-b::before,
  :root[data-theme="dark"] .section--band-c::before { opacity: 0.075; }
  :root[data-theme="dark"] .section--band-a::after,
  :root[data-theme="dark"] .section--band-b::after,
  :root[data-theme="dark"] .section--band-c::after { display: none; }
}

/* Light (helle Flächen): dunkler Text überall; nur Kontaktband dunkelviolett -> Creme */
.section--band-a, .section--band-b, .section--band-c { color: var(--ink); }
.section--band-a .h2, .section--band-a .h3, .section--band-b .h2, .section--band-b .h3,
.section--band-c .h2, .section--band-c .h3 { color: var(--ink); }
.section--band-a .lead, .section--band-b .lead, .section--band-c .lead { color: var(--ink-2); }
.section--band-a .muted, .section--band-b .muted, .section--band-c .muted { color: var(--ink-2); }
.section--band-a .facts li span, .section--band-b .facts li span, .section--band-c .facts li span { color: var(--ink-2); }
/* Kontaktband: dunkler Navy-Verlauf (Vertrauen, Wärme) + Marmor -> helle Schrift */
.contact-band {
  background-image:
    radial-gradient(80% 150% at 100% 0%, rgb(115 198 195 / 0.18), transparent 62%),
    linear-gradient(135deg, var(--contact-a), var(--contact-b));
  background-repeat: no-repeat;
  color: var(--creme-text);
}
.contact-band .h2, .contact-band .lead { color: var(--creme-text); }
.measure { max-width: 62ch; }

/* --- Typografie -------------------------------------------------------- */
.h1, .h2, .h3 { font-weight: 500; letter-spacing: -0.02em; text-wrap: balance; }
.h1 { font-size: var(--fs-hero); line-height: 1.02; letter-spacing: -0.028em; }
.h2 { font-size: var(--fs-h2); line-height: 1.06; }
.h3 { font-size: var(--fs-h3); line-height: 1.2; letter-spacing: -0.012em; }
.h1 em, .h2 em { font-style: italic; font-weight: 400; }
.lead { font-size: var(--fs-lead); line-height: 1.45; color: var(--ink-2); text-wrap: pretty; }
.muted { color: var(--ink-2); }
.small { font-size: var(--fs-small); }
.tiny { font-size: var(--fs-tiny); }
p + p { margin-top: 1em; }
.prose > * + * { margin-top: 1em; }
.prose h2 { margin-top: 2.6em; }
.prose h3 { margin-top: 2em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul { list-style: disc; padding-left: 1.2em; }
.prose li + li { margin-top: 0.35em; }
.prose a { text-decoration: underline; text-underline-offset: 0.18em; text-decoration-color: var(--line-strong); }
.prose a:hover { text-decoration-color: var(--accent); }

/* --- Buttons ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55em;
  min-height: 3rem; padding: 0.8rem 1.45rem;
  border-radius: var(--r-pill);
  font-weight: 500; font-size: 1rem; line-height: 1; white-space: nowrap;
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease-out), background-color 0.25s, border-color 0.25s, color 0.25s;
}
.btn:active { transform: scale(0.98); }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: var(--accent-ink);
  border-color: var(--btn-gold);   /* dünne goldene Linie */
  box-shadow: inset 0 0 0 1px var(--gold-soft);
}
.btn--primary:hover {
  background: linear-gradient(135deg, var(--accent-hover), var(--accent));
  border-color: var(--gold-strong);
  transform: translateY(-1px);
}
.btn--ghost { border-color: var(--btn-gold); color: var(--ink); }
.btn--ghost:hover { border-color: var(--gold-strong); color: var(--ink); transform: translateY(-1px); }
.btn--small { min-height: 2.5rem; padding: 0.6rem 1.1rem; font-size: 0.9375rem; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.4em;
  font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--line-strong); padding-bottom: 0.15em;
  transition: border-color 0.25s, gap 0.25s var(--ease-out);
}
.link-arrow svg { width: 1em; height: 1em; }
.link-arrow:hover { border-color: var(--accent); gap: 0.65em; }

/* --- Theme-Toggle (Klangschale, klingt beim Wechsel) -------------------- */
.nav__right { display: flex; align-items: center; gap: 1rem; }
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.5rem; height: 2.5rem; flex: none;
  border: 1px solid var(--line-strong); border-radius: var(--r-pill);
  color: var(--ink-2); background: transparent;
  cursor: pointer; transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}
.theme-toggle:hover { color: var(--gold); border-color: var(--gold); }
.theme-toggle svg { width: 1.25rem; height: 1.25rem; }
.theme-toggle .sun { display: none; }
.theme-toggle .moon { display: block; }
:root[data-theme="dark"] .theme-toggle .sun { display: block; }
:root[data-theme="dark"] .theme-toggle .moon { display: none; }

/* --- Navigation -------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background-color 0.35s, border-color 0.35s, backdrop-filter 0.35s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: var(--nav-bg);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line);
}
@media (prefers-reduced-transparency: reduce) { .nav.is-scrolled { background: var(--bg); backdrop-filter: none; } }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 500; font-size: 1.2rem; letter-spacing: -0.02em; }
.brand__logo { height: 2.6rem; width: auto; flex: none; }
.brand--lt .brand__logo, .brand .brand__logo { filter: drop-shadow(0 1px 2px rgb(51 37 15 / 0.25)); }
.menu__brand .brand__logo { height: 2.2rem; }

/* --- Klang-Board: Logo als dezentes Wasserzeichen im Hintergrund --------- */
.hero__bowl { position: relative; }
.bowl__logo {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  height: 80%; width: auto;
  object-fit: contain;
  opacity: 0.52;                     /* trotz Klangringen als Logo erkennbar */
  pointer-events: none;
  z-index: 0;
  filter: drop-shadow(0 0 1px rgb(62 45 76 / 0.82)) drop-shadow(0 3px 10px rgb(62 45 76 / 0.30));
}
.bowl__words {
  position: absolute;
  inset: 8% 6% 10%;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.bowl__word {
  position: absolute;
  max-width: none;
  white-space: nowrap;
  color: var(--ink);
  font-size: clamp(0.9rem, 1.25vw, 1.15rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.25;
  opacity: 0;
  text-shadow: 0 1px 12px var(--bg);
  animation: bowl-word-drift 24s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  will-change: transform, opacity;
}
.bowl__word--one { left: 2%; top: 15%; animation-delay: 0s; }
.bowl__word--two { right: 2%; top: 46%; text-align: right; animation-delay: -8s; }
.bowl__word--three { left: 13%; bottom: 12%; animation-delay: -16s; }
/* Gerade, ruhige Alternativpositionen für die drei Klangworte. */
.bowl__word.ghost-word-position--a { left: 4%; top: 12%; right: auto; bottom: auto; text-align: left; }
.bowl__word.ghost-word-position--b { left: auto; top: 31%; right: 4%; bottom: auto; text-align: right; }
.bowl__word.ghost-word-position--c { left: 4%; top: 50%; right: auto; bottom: auto; text-align: left; }
.bowl__word.ghost-word-position--d { left: auto; top: 69%; right: 4%; bottom: auto; text-align: right; }
@keyframes bowl-word-drift {
  0%, 14% { opacity: 0; }
  28% { opacity: 0.12; }
  42%, 50% { opacity: 0.42; }
  64% { opacity: 0.26; }
  78% { opacity: 0.08; }
  100% { opacity: 0; }
}
:root[data-theme="dark"] .bowl__word { color: var(--ink-2); text-shadow: 0 1px 14px var(--bg); }

.hero__bowl .bowl { position: absolute; inset: 0; width: 100%; height: 100%; cursor: pointer; z-index: 3; }
:root[data-theme="dark"] .bowl__logo { opacity: 0.38; filter: drop-shadow(0 0 1px rgb(243 232 247 / 0.58)) drop-shadow(0 3px 10px rgb(0 0 0 / 0.58)); }
.nav__links { display: flex; align-items: center; gap: clamp(1.25rem, 2.2vw, 2.25rem); }
.nav__links a:not(.btn) { font-size: 0.9875rem; color: var(--ink-2); transition: color 0.25s; padding: 0.35rem 0; }
.nav__links a:not(.btn):hover, .nav__links a[aria-current="page"] { color: var(--ink); }
.nav__toggle { display: none; align-items: center; gap: 0.5rem; font-size: 0.9375rem; padding: 0.5rem 0.25rem; }
.nav__toggle svg { width: 1.35rem; height: 1.35rem; }

.menu {
  position: fixed; inset: 0; z-index: 50;
  background: var(--bg);
  display: none; flex-direction: column;
  padding: calc(var(--nav-h) + 1rem) var(--gutter) calc(2rem + env(safe-area-inset-bottom));
  overscroll-behavior: contain; overflow-y: auto;
}
.menu[data-open="true"] { display: flex; }
.menu__brand { position: absolute; top: 0; left: var(--gutter); height: var(--nav-h); display: inline-flex; align-items: center; }
.menu__close { position: absolute; top: 0; right: var(--gutter); height: var(--nav-h); display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.9375rem; }
.menu__close svg { width: 1.35rem; height: 1.35rem; }
.menu__list { display: flex; flex-direction: column; gap: 0.25rem; margin-top: 1rem; }
.menu__list a:not(.btn) { display: block; font-size: 2rem; font-weight: 500; letter-spacing: -0.02em; padding: 0.55rem 0; border-bottom: 1px solid var(--line); }
.menu__list .btn { margin-top: 1.5rem; align-self: flex-start; }
.menu__foot { margin-top: auto; color: var(--ink-3); font-size: var(--fs-small); }
body[data-menu-open="true"] { overflow: hidden; }

@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__toggle { display: inline-flex; }
}

/* --- Hero -------------------------------------------------------------- */
.hero { position: relative; display: flex; align-items: center; overflow: clip; }
/* Helle Textzone links, ruhige Türkistiefe rechts. */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(76% 125% at 105% 48%, rgb(115 198 195 / 0.24), transparent 68%),
    radial-gradient(52% 92% at 92% 100%, rgb(21 93 102 / 0.08), transparent 75%),
    linear-gradient(90deg, #F5F0F7 0%, #F5F0F7 42%, rgb(238 231 244 / 0.92) 62%, rgb(220 239 237 / 0.90) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
:root[data-theme="light"] .hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: var(--homepage-art) center / cover no-repeat;
  opacity: 0.25;
}
:root[data-theme="dark"] .hero::before {
  background-image:
    radial-gradient(62% 86% at 12% 20%, rgb(199 125 202 / 0.18), transparent 66%),
    radial-gradient(58% 78% at 56% 86%, rgb(116 61 137 / 0.20), transparent 70%),
    radial-gradient(48% 72% at 98% 18%, rgb(33 118 123 / 0.13), transparent 68%),
    radial-gradient(34% 48% at 79% 52%, rgb(11 7 18 / 0.44), transparent 72%),
    linear-gradient(132deg, #211527 0%, #321D3C 46%, #23182E 72%, #16272F 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
:root[data-theme="dark"] .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../img/homepage-farbverlauf-v2.png") center / cover no-repeat;
  filter: grayscale(1) sepia(1) hue-rotate(228deg) saturate(1.35) brightness(0.5);
  mix-blend-mode: screen;
  opacity: 0.22;
}
@media (min-width: 721px) and (min-aspect-ratio: 5/4) { .hero { min-height: calc(92dvh - var(--nav-h)); } }
.hero__grid { position: relative; z-index: 1; align-items: center; padding-block: clamp(2.5rem, 6vh, 5rem) clamp(3rem, 8vh, 6rem); }
.hero__text { grid-column: 1 / span 7; position: relative; z-index: 2; }
.hero__text .h1 { max-width: 24ch; }
.hero__text .lead { margin-top: 1.5rem; max-width: 40ch; }
.hero__lead-part { display: block; }
.hero__lead-part + .hero__lead-part { margin-top: 0.7rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.25rem; }
.hero__bowl { grid-column: 8 / span 5; position: relative; z-index: 1; aspect-ratio: 1; align-self: stretch; min-height: 100%; }
.bowl {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 1;                          /* über dem Logo-Wasserzeichen */
  border-radius: 0; background: none;
  cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent;
}
.bowl:focus-visible { outline-offset: -2px; }
.bowl canvas { position: absolute; inset: 0; width: 100%; height: 100%; }

@media (max-width: 720px) {
  .hero { min-height: 0; }
  /* Mobil zählt unmittelbare Lesbarkeit mehr als eine verzögerte Einblendung. */
  .js .reveal,
  .js .reveal[data-delay] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
  }
  :root[data-theme="light"] .hero::before {
    background-image:
      radial-gradient(94% 66% at 12% 10%, rgb(200 168 207 / 0.18), transparent 72%),
      radial-gradient(98% 62% at 100% 100%, rgb(115 198 195 / 0.12), transparent 72%),
      linear-gradient(180deg, #F4EDF7 0%, #E8DAED 58%, #D8EAE8 100%);
    background-size: 100% 100%, 100% 100%;
    background-position: center;
  }
  .hero__grid { padding-top: 1.5rem; padding-bottom: 0; }
  .hero__text { grid-column: 1 / -1; }
  .hero__text .h1 { max-width: 15ch; }
  .hero__text .lead { max-width: 28ch; }
  .hero__actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.65rem; max-width: 22rem; }
  .hero__bowl { grid-column: 1 / -1; margin-top: 1rem; aspect-ratio: 1.15; max-height: 46vh; min-height: 0; margin-inline: calc(-1 * var(--gutter)); }
  .bowl__words { inset-inline: var(--gutter); }
  .bowl__word { left: 50%; right: auto; top: 16%; bottom: auto; width: 100%; max-width: none; text-align: center; transform: translate3d(-50%, 8px, 0); }
  .bowl__word.ghost-word-position--a { left: 50%; top: 13%; right: auto; bottom: auto; text-align: center; }
  .bowl__word.ghost-word-position--b { left: 50%; top: 35%; right: auto; bottom: auto; text-align: center; }
  .bowl__word.ghost-word-position--c { left: 50%; top: 57%; right: auto; bottom: auto; text-align: center; }
  .bowl__word.ghost-word-position--d { left: 50%; top: 79%; right: auto; bottom: auto; text-align: center; }
  @keyframes bowl-word-drift {
    0%, 14% { opacity: 0; }
    28% { opacity: 0.1; }
    42%, 50% { opacity: 0.38; }
    64% { opacity: 0.24; }
    78% { opacity: 0.07; }
    100% { opacity: 0; }
  }

}
@media (min-width: 721px) and (max-width: 1000px) {
  .hero__text { grid-column: 1 / span 7; }
  .hero__bowl { grid-column: 8 / span 5; }
}

/* --- Reveal (nur mit JS aktiv, sonst sofort sichtbar) ------------------ */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: 0.08s; }
.js .reveal[data-delay="2"] { transition-delay: 0.16s; }
.js .reveal[data-delay="3"] { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .bowl__word { animation: none; display: none; }
  .bowl__word--one { display: block; opacity: 0.42; transform: none; }
}

/* --- Bild -------------------------------------------------------------- */
.photo { position: relative; overflow: hidden; border-radius: var(--r-surface); background: var(--surface); }
.photo > picture, .photo > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.82) contrast(1.02); }
.photo--expect { aspect-ratio: 1055 / 482; }
.photo::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgb(59 35 64 / 0) 55%, rgb(59 35 64 / 0.12) 100%); }
:root[data-theme="dark"] .photo::after {
  background: linear-gradient(180deg, rgb(18 12 24 / 0) 55%, rgb(18 12 24 / 0.45) 100%);
}
.photo--tall { aspect-ratio: 4 / 5; }
.photo--bio { aspect-ratio: 991 / 1120; }
.photo--wide { aspect-ratio: 5 / 4; }
.photo--about { aspect-ratio: 1080 / 981; }
.photo--square { aspect-ratio: 1; }
figcaption { margin-top: 0.75rem; font-size: var(--fs-small); color: var(--ink-3); }

/* --- Erwartet: Bild + Text ---------------------------------------------- */
.expect__media { grid-column: 1 / span 6; }
.expect__text { grid-column: 8 / span 5; align-self: center; }
@media (min-width: 861px) { .expect__media { align-self: stretch; } .expect__media .photo--expect { height: 100%; aspect-ratio: auto; } }
.expect__text .h2 { margin-bottom: 1.25rem; }
.facts { margin-top: 2rem; border-top: 1px solid var(--line); }
.facts li { padding: 0.9rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(8.75rem, 9.5rem) minmax(0, 1fr); gap: 1.25rem; align-items: start; }
.facts li strong { font-weight: 500; white-space: nowrap; }
.facts li span { color: var(--ink-2); padding-top: 0.05em; }
@media (max-width: 860px) {
  .expect__media, .expect__text { grid-column: 1 / -1; }
  .expect__text { margin-top: 2rem; }
  .facts li { grid-template-columns: 1fr; gap: 0.15rem; }
}

/* --- Sessions & Preise -------------------------------------------------- */
.prices__head { max-width: 46ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.prices__head .lead { margin-top: 1rem; }
.prices__single { grid-column: 1 / span 7; }
.prices__group { grid-column: 9 / span 4; }
.prices__label { font-size: var(--fs-small); color: var(--ink-3); padding-bottom: 0.9rem; border-bottom: 1px solid var(--line-strong); display: flex; justify-content: space-between; gap: 1rem; }
.prices__notes { margin-top: 1.75rem; color: var(--ink-2); font-size: var(--fs-small); }
.prices__notes p + p { margin-top: 0.6em; }
@media (max-width: 860px) {
  .prices__single, .prices__group { grid-column: 1 / -1; }
  .prices__group { margin-top: 3rem; }
}

/* --- Sonderevents ------------------------------------------------------- */
.events__head { max-width: 54ch; margin-bottom: clamp(3rem, 6vw, 5rem); }
.events__head .lead { margin-top: 1rem; }
.events__note { margin-top: 1.25rem; color: var(--ink-2); font-size: var(--fs-small); }
.events__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.75rem, 3vw, 3rem); }
.event { display: flex; flex-direction: column; min-width: 0; padding: clamp(1.75rem, 3vw, 2.75rem); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-surface); box-shadow: 0 0.8rem 2.25rem rgb(62 45 76 / 0.035); }
.event .h3, .event h4 { color: var(--ink); font-weight: 500; letter-spacing: -0.018em; line-height: 1.16; }
.event h4 { font-size: 1.2rem; }
.event__date { margin-top: 0.7rem; color: var(--ink); font-weight: 500; }
.event__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 1.65rem 0 1.25rem; padding-block: 1.15rem; border-block: 1px solid var(--line); }
.event__meta div { min-width: 0; }
.event__meta dt { color: var(--ink-3); font-size: var(--fs-tiny); }
.event__meta dd { margin: 0.25rem 0 0; color: var(--ink); font-size: var(--fs-small); line-height: 1.45; }
.event__availability { color: var(--ink); font-weight: 500; margin-bottom: 1.25rem; }
.event > p:not(.event__date):not(.event__availability):not(.event__status):not(.event__small-meta) { color: var(--ink-2); line-height: 1.65; }
.event__details { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--ink-2); }
.event__details summary { cursor: pointer; color: var(--ink); font-weight: 500; width: fit-content; border-bottom: 1px solid var(--line-strong); padding-bottom: 0.15rem; }
.event__details > div { margin-top: 1rem; }
.event__details > div > * + * { margin-top: 0.9rem; }
.event__themes { color: var(--ink-3); font-size: var(--fs-small); font-style: italic; }
.event__action { align-self: flex-start; margin-top: 3rem; }
.event__action.btn { min-height: 0; padding: 0.35rem 0.75rem; font-size: 0.8125rem; line-height: 1.15; }
.event--featured { grid-column: 1 / -1; background: linear-gradient(135deg, var(--surface), var(--surface-2)); border-color: var(--line-strong); }
.events__planned { margin-top: clamp(3.5rem, 7vw, 6rem); padding-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--line-strong); }
.events__planned-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem 2rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.events__planned-head p { max-width: 48ch; color: var(--ink-2); font-size: var(--fs-small); }
.events__planned-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.75rem, 3vw, 3rem); }
.event--planned { background: var(--surface-2); }
.event__small-meta { margin-top: 0.85rem; color: var(--ink-3); font-size: var(--fs-small); }
.event--planned > p:not(.event__date):not(.event__small-meta):not(.event__status) { margin-top: 1.25rem; }
.event__status { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink-3); font-size: var(--fs-small); font-weight: 500; }
:root[data-theme="dark"] .event { background: rgb(18 12 24 / 0.24); border-color: rgb(243 232 247 / 0.2); }
:root[data-theme="dark"] .event--featured { background: linear-gradient(135deg, rgb(54 35 68 / 0.72), rgb(33 21 39 / 0.72)); border-color: rgb(224 190 110 / 0.42); }
@media (max-width: 860px) {
  .events__grid, .events__planned-grid { grid-template-columns: 1fr; }
  .event--featured { grid-column: auto; }
  .events__planned-head { display: block; }
  .events__planned-head p { margin-top: 0.75rem; }
}
@media (max-width: 520px) {
  .event__meta { grid-template-columns: 1fr; gap: 0.55rem; }
  .event__meta div { display: grid; grid-template-columns: 5rem 1fr; gap: 0.75rem; align-items: baseline; }
  .event__meta dd { margin: 0; }
}

/* Aufklapp-Zeile (details/summary) */
.row { border-bottom: 1px solid var(--line); }
.row summary {
  list-style: none; cursor: pointer;
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1rem 1.5rem;
  padding: 1.35rem 0;
  transition: color 0.25s;
}
.row summary::-webkit-details-marker { display: none; }
.row summary:hover .row__title { color: var(--accent); }
.row__title { font-size: var(--fs-h3); font-weight: 500; letter-spacing: -0.012em; line-height: 1.2; transition: color 0.25s; }
.row__meta { color: var(--ink-2); font-size: var(--fs-small); display: flex; flex-direction: column; align-items: flex-end; gap: 0.15rem; text-align: right; }
.row__meta b { font-weight: 500; color: var(--ink); font-feature-settings: "tnum"; }
.row__icon { width: 1.25rem; height: 1.25rem; color: var(--ink-3); position: relative; }
.row__icon::before, .row__icon::after { content: ""; position: absolute; left: 50%; top: 50%; background: currentColor; transition: transform 0.35s var(--ease-out), opacity 0.25s; }
.row__icon::before { width: 100%; height: 1px; transform: translate(-50%, -50%); }
.row__icon::after { width: 1px; height: 100%; transform: translate(-50%, -50%); }
.row[open] .row__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.row[open] .row__icon { color: var(--accent); }
.row__body { padding: 0 0 1.75rem; display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
.row__body p { color: var(--ink-2); max-width: 58ch; }
.row__body ul { color: var(--ink-2); max-width: 58ch; }
.row__body li { padding-left: 1.1rem; position: relative; }
.row__body li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 6px; height: 1px; background: var(--accent); }
.row__body li + li { margin-top: 0.4rem; }
.row__fit { font-style: italic; color: var(--ink); }
.row__cta { margin-top: 0.25rem; }
.row--group .row__meta { align-items: flex-start; text-align: left; }
.row--group summary { grid-template-columns: 1fr auto; }
.row--group .row__title { font-size: 1.15rem; }
.tiers { display: grid; grid-template-columns: repeat(3, auto); gap: 0.4rem 1.25rem; font-size: var(--fs-small); color: var(--ink-2); }
.tiers b { display: block; color: var(--ink); font-weight: 500; font-size: 1.05rem; font-feature-settings: "tnum"; }
@media (max-width: 600px) {
  .row summary { grid-template-columns: 1fr auto; }
  .row__meta { grid-column: 1 / -1; grid-row: 2; align-items: flex-start; text-align: left; flex-direction: row; flex-wrap: wrap; gap: 0.25rem 1rem; }
  .row__icon { grid-column: 2; grid-row: 1; }
}
/* Sanftes Aufklappen, wo der Browser es kann (Chrome 131+) */
@supports (interpolate-size: allow-keywords) {
  .row { interpolate-size: allow-keywords; }
  .row::details-content { block-size: 0; overflow: clip; opacity: 0; transition: block-size 0.45s var(--ease-out), content-visibility 0.45s allow-discrete, opacity 0.35s; }
  .row[open]::details-content { block-size: auto; opacity: 1; }
  @media (prefers-reduced-motion: reduce) { .row::details-content { transition: none; } }
}

/* --- Ablauf ------------------------------------------------------------- */
.steps__head { margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 40ch; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2.5rem; padding-top: 2rem; }
.steps::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--line-strong); transform-origin: left; }
.js .steps::before { transform: scaleX(0); transition: transform 1.4s var(--ease-out); }
.js .steps.in::before { transform: scaleX(1); }
.step { position: relative; }
.step::before { content: ""; position: absolute; top: calc(-2rem - 6px); left: 0; width: 11px; height: 11px; border-radius: 50%; border: 1px solid var(--accent); background: var(--bg); }
.step .h3 { margin-bottom: 0.6rem; }
.step p { color: var(--ink-2); font-size: var(--fs-small); max-width: 30ch; }
@media (max-width: 860px) {
  .steps { grid-template-columns: 1fr; gap: 2rem; padding-top: 0; padding-left: 1.75rem; }
  .steps::before { left: 5px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; transform-origin: top; }
  .js .steps::before { transform: scaleY(0); }
  .js .steps.in::before { transform: scaleY(1); }
  .step::before { top: 0.35rem; left: -1.75rem; }
  .step p { max-width: 50ch; }
}
@media (prefers-reduced-motion: reduce) { .js .steps::before { transform: none; transition: none; } }

/* --- Über mich (Teaser, überlappend) ------------------------------------ */
.about { position: relative; }
.about__photo { grid-column: 6 / span 7; }
.about__card {
  grid-column: 1 / span 6; grid-row: 1; align-self: end; z-index: 2;
  background: var(--surface); border: 1px solid var(--line);
  padding: clamp(1.75rem, 3.5vw, 3rem);
  margin-bottom: clamp(1.5rem, 4vw, 4rem);
  border-radius: var(--r-surface);
}
.about__photo { grid-row: 1; }
.about__card .h2 { margin-bottom: 1rem; }
.about__card p { color: var(--ink-2); }
.about__card .link-arrow { margin-top: 1.5rem; }
@media (max-width: 860px) {
  .about__photo { grid-column: 1 / -1; grid-row: 1; }
  .about__card { grid-column: 1 / -1; grid-row: 2; margin: -3rem var(--gutter) 0; }
}

/* --- FAQ ---------------------------------------------------------------- */
.faq__head { grid-column: 1 / span 4; }
.faq__head .lead { margin-top: 1rem; }
.faq__list { grid-column: 6 / span 7; }
.faq .row__title { font-size: 1.2rem; }
.faq .row summary { grid-template-columns: 1fr auto; padding: 1.25rem 0; }
.faq .row__body { padding-bottom: 1.5rem; }
.faq .row__body p, .faq .row__body ul { max-width: 62ch; }
.faq .row__body ul { list-style: none; }
.faq .row__note { font-size: var(--fs-small); color: var(--ink-3); border-left: 1px solid var(--accent); padding-left: 1rem; }
@media (max-width: 860px) {
  .faq__head, .faq__list { grid-column: 1 / -1; }
  .faq__list { margin-top: 2rem; }
}

/* --- Kontakt-Band ------------------------------------------------------- */
.contact-band { color: var(--creme-text); }
.contact-band .h2 { max-width: 20ch; }
.contact-band__text { grid-column: 1 / span 6; }
.contact-band__text .lead { margin-top: 1rem; max-width: 40ch; }
.contact-band__ways { grid-column: 8 / span 5; align-self: center; display: grid; gap: 0.6rem; }
.way {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem;
  padding: 1rem 1.25rem; border: 1px solid rgb(255 255 255 / 0.32); border-radius: var(--r-surface);
  background: rgb(255 255 255 / 0.035); color: var(--creme-text);
  transition: border-color 0.25s, background-color 0.25s, transform 0.25s var(--ease-out);
}
.contact-band .way:hover { border-color: rgb(255 255 255 / 0.68); background: rgb(255 255 255 / 0.14); transform: translateY(-1px); }
.contact-band .way:focus-visible { border-color: rgb(255 255 255 / 0.68); background: rgb(255 255 255 / 0.14); }
.way svg { width: 1.35rem; height: 1.35rem; color: #A8E0DD; }
.way__label { font-weight: 500; }
.contact-band .way__sub { color: rgb(255 255 255 / 0.82); }
.way__sub { display: block; font-size: var(--fs-small); font-weight: 400; }
.contact-band .way .arrow { color: rgb(255 255 255 / 0.82); }
.way .arrow { width: 1rem; height: 1rem; }
.contact-band .link-arrow { color: var(--creme-text); border-color: rgb(255 255 255 / 0.58); }
.contact-band .link-arrow:hover { border-color: rgb(255 255 255 / 0.82); }
@media (max-width: 860px) {
  .contact-band__text, .contact-band__ways { grid-column: 1 / -1; }
  .contact-band__ways { margin-top: 2rem; }
}

/* --- Meta-Stimmen (Testimonials) ----------------------------------------- */
.testimonial__head { max-width: 46ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.testimonial__head .lead { margin-top: 1rem; }
.testimonial__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.25rem, 2vw, 2rem); }
.quote { padding-top: 1.5rem; border-top: 1px solid var(--line-strong); display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 1.25rem; align-content: stretch; }
.quote blockquote { color: var(--ink); font-size: var(--fs-lead); line-height: 1.45; letter-spacing: -0.01em; text-wrap: pretty; }
.quote figcaption { margin-top: 0; font-size: var(--fs-small); color: var(--ink-3); display: grid; gap: 0.15rem; }
.quote figcaption strong { font-weight: 500; color: var(--ink-2); }
.placeholder-note { font-style: italic; color: var(--ink-3); }
.quote__link {
  justify-self: start;
  display: inline-flex; align-items: center; gap: 0.35em;
  margin-top: 0.35rem;
  font-size: var(--fs-tiny); font-weight: 500;
  color: var(--ink);              /* dunkel auf hellen Flächen */
  border: 1px solid var(--line-strong); border-radius: var(--r-pill);
  padding: 0.3rem 0.7rem;
  transition: border-color 0.25s, background-color 0.25s, color 0.25s;
}
:root[data-theme="dark"] .quote__link { color: var(--ink-bg); }
.quote__link:hover { border-color: var(--accent-hover); background: var(--accent-soft); color: var(--accent-hover); }
.quote__link svg { width: 0.9em; height: 0.9em; }
@media (max-width: 1100px) {
  .testimonial__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .testimonial__grid { grid-template-columns: 1fr; }
}

/* --- Footer ------------------------------------------------------------- */
.footer {
  border-top: 1px solid var(--line);
  padding: 3.5rem 0 2.5rem;
  background:
    radial-gradient(70% 120% at 100% 100%, var(--wash-turquoise), transparent 72%),
    linear-gradient(135deg, var(--surface-2), var(--bg));
  color: var(--ink-2);
  font-size: var(--fs-small);
}
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; }
.footer__grid h3 { font-size: var(--fs-tiny); font-weight: 500; color: var(--ink-3); margin-bottom: 0.9rem; letter-spacing: 0.02em; }
.footer__grid li + li { margin-top: 0.45rem; }
.footer__grid a:hover { color: var(--ink); }
.footer__brand p { margin-top: 1rem; max-width: 34ch; color: var(--ink-3); }
.footer__bottom { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: var(--ink-3); font-size: var(--fs-tiny); }
@media (max-width: 860px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

/* --- Mobile Sticky-CTA -------------------------------------------------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  padding: 0.75rem var(--gutter) calc(0.75rem + env(safe-area-inset-bottom));
  background: var(--sticky-bg);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform 0.45s var(--ease-out);
  display: none;
}
.sticky-cta[data-visible="true"] { transform: none; }
@media (max-width: 860px) {
  .sticky-cta { display: block; }
  body.has-sticky-cta { padding-bottom: 5.5rem; }
}
@media (prefers-reduced-motion: reduce) { .sticky-cta { transition: none; } }

/* --- Unterseiten: Kopf -------------------------------------------------- */
.page-head {
  padding-top: clamp(3rem, 7vw, 6rem); padding-bottom: clamp(2.5rem, 5vw, 4rem);
  background:
    radial-gradient(64% 140% at 100% 0%, var(--wash-turquoise), transparent 72%),
    linear-gradient(120deg, var(--bg-2), var(--bg));
}
.page-head .lead { margin-top: 1.25rem; max-width: 50ch; }
.page-head + .section {
  padding-top: 0.5rem;
  background:
    radial-gradient(66% 110% at 0% 100%, var(--wash-lavender), transparent 74%),
    linear-gradient(118deg, var(--surface), var(--surface-2));
}

/* --- Über mich (Seite) -------------------------------------------------- */
.bio__photo { grid-column: 1 / span 5; }
.bio__text { grid-column: 7 / span 6; }
.bio__text .prose p { color: var(--ink-2); }
.bio__text .prose p:first-child { color: var(--ink); font-size: var(--fs-lead); line-height: 1.45; }
.bio__text .btn { margin-top: 2rem; }
.place__photo { grid-column: 7 / span 6; grid-row: 1; }
.place__text { grid-column: 1 / span 5; grid-row: 1; align-self: center; }
.place__text .h2 { margin-bottom: 1rem; }
.place__text p { color: var(--ink-2); }
.place__text address { font-style: normal; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--ink); }
.place__text address a { color: var(--ink-2); }
.image-story__lead { grid-column: 1 / span 5; }
.image-story__lead .h2 { margin-bottom: 0.75rem; }
.image-story__lead .lead { margin-bottom: 2rem; }
.image-story__grid { grid-column: 7 / span 6; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(0.8rem, 1.8vw, 1.5rem); align-content: start; }
.image-story__gong { grid-column: 1 / -1; }
.image-story__shell { aspect-ratio: 1045 / 1091; }
.image-story__wide { aspect-ratio: 1531 / 992; }
.image-story__standing, .image-story__monochord { aspect-ratio: 2 / 3; }
.photo--place { aspect-ratio: 1122 / 1402; }
@media (max-width: 860px) {
  .bio__photo, .bio__text, .place__photo, .place__text, .image-story__lead, .image-story__grid { grid-column: 1 / -1; }
  .bio__text { margin-top: 2rem; }
  .image-story__grid { margin-top: 2rem; }
  .place__photo { grid-row: 1; }
  .place__text { grid-row: 2; margin-top: 2rem; }
}

/* --- Buchen: Anfrage-Baukasten ------------------------------------------ */
.book__form { grid-column: 1 / span 7; }
.book__aside { grid-column: 9 / span 4; }
.field + .field { margin-top: 1.75rem; }
.field > label, .field > legend { display: block; font-weight: 500; margin-bottom: 0.6rem; }
.field .hint { display: block; color: var(--ink-3); font-size: var(--fs-small); margin-top: 0.4rem; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.select, .input {
  width: 100%; min-height: 3.1rem; padding: 0.7rem 1rem;
  background: var(--surface); color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: var(--r-surface);
  font: inherit;
}
.select:hover, .input:hover { border-color: var(--ink-3); }
.select:focus-visible, .input:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-color: transparent; }
.input::placeholder { color: var(--ink-3); }
.select { appearance: none; -webkit-appearance: none; padding-right: 2.75rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%2356365e'><path d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/></svg>");
  background-repeat: no-repeat; background-position: right 1rem center; background-size: 1rem; }
:root[data-theme="dark"] .select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23d6c0e0'><path d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/></svg>");
}
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip { position: relative; }
.chip input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.chip span {
  display: inline-flex; align-items: center; min-height: 2.6rem; padding: 0.55rem 1rem;
  border: 1px solid var(--line-strong); border-radius: var(--r-pill);
  color: var(--ink-2); font-size: var(--fs-small); transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.chip:hover span { border-color: var(--ink-3); color: var(--ink); }
.chip input:checked + span { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.chip input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 3px; }
.book__preview { margin-top: 2rem; padding: 1.25rem 1.5rem; background: var(--surface); border-left: 1px solid var(--accent); border-radius: var(--r-surface); color: var(--ink-2); font-size: var(--fs-small); }
.book__preview span { white-space: pre-line; }
.book__preview b { display: block; color: var(--ink-3); font-weight: 500; font-size: var(--fs-tiny); margin-bottom: 0.5rem; }
.book__send { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.book__send .btn svg { width: 1.2em; height: 1.2em; }
@media (max-width: 600px) { .book__send .btn { flex: 1 1 100%; } }
.card { border: 1px solid var(--line); border-radius: var(--r-surface); padding: clamp(1.5rem, 3vw, 2rem); }
.card + .card { margin-top: 1rem; }
.card > h2 { font-size: 1.05rem; font-weight: 500; margin-bottom: 1rem; letter-spacing: 0; }
.card address { font-style: normal; color: var(--ink-2); }
.card dl { display: grid; grid-template-columns: auto 1fr; gap: 0.6rem 1.25rem; margin: 0; color: var(--ink-2); }
.card dt { color: var(--ink-3); font-size: var(--fs-small); padding-top: 0.1rem; }
.card dd { margin: 0; }
.card dd a { color: var(--ink); }
.card p { color: var(--ink-2); font-size: var(--fs-small); }
@media (max-width: 860px) {
  .book__form, .book__aside { grid-column: 1 / -1; }
  .book__aside { margin-top: 3rem; }
}

/* --- Rechtliches --------------------------------------------------------- */
.legal { grid-column: 3 / span 8; }
.legal .prose { color: var(--ink-2); }
.legal .prose h2 { color: var(--ink); font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; line-height: 1.1; padding-top: 2rem; border-top: 1px solid var(--line); }
.legal .prose h3 { color: var(--ink); font-size: 1.15rem; font-weight: 500; }
.legal .prose address { font-style: normal; }
.legal-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.5rem; }
.legal-nav a { color: var(--ink-2); border-bottom: 1px solid var(--line-strong); padding-bottom: 0.15rem; }
.legal-nav a:hover { color: var(--ink); border-color: var(--accent); }
@media (max-width: 1000px) { .legal { grid-column: 1 / -1; } }

/* --- Druck: alles sichtbar, keine Bewegung -------------------------------- */
@media print {
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .js .steps::before { transform: none !important; }
  .nav, .sticky-cta, .menu, .bowl__hint, .bowl__pause { display: none !important; }
  body { background: #fff; color: #111; }
  body, body * { color: #111 !important; background: #fff !important; border-color: #ccc !important; }
  .photo::after { display: none; }
  a { color: #111 !important; text-decoration: underline; }
}

/* --- Reduzierte Bewegung, generell --------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
