@charset "utf-8";
/* ============================================================================
   envital.care — Design-System (Fassung September 2026)
   Warm, editorial, ruhig. Fraunces + Inter, alles selbst gehostet.
   Knopffarbe identisch mit dem Patientenportal (#a1866f / Hover #8b715b).

   Reihenfolge: Tokens · Reset · Typografie · Layout · Knöpfe · Navigation ·
   Bildköpfe · Bausteine · Erzählgrafiken (grafik.css) · Formulare · Footer ·
   Bewegung · Sparbetrieb · Hilfsklassen
   ========================================================================= */

/* ---------------------------------------------------------------- 1 Tokens */
:root {
  --paper:        #f8f5f0;
  --paper-2:      #f2ece4;
  --surface:      #ffffff;
  --warm:         #efe8de;
  --line:         #e8e2da;
  --line-2:       #d9cfc3;

  --ink:          #2d2b26;
  --text:         #4a4a43;
  --muted:        #72695d;
  --faint:        #8f8577;

  /* Portalfarben */
  --sand:         #a1866f;
  --sand-hover:   #8b715b;
  --sand-hell:    #b39a84;
  --sand-tint:    #f3efec;
  --sand-deep:    #7a6350;

  /* Grün aus der bisherigen Marke */
  --salbei:       #7f9c80;
  --salbei-deep:  #55705a;
  --salbei-tint:  #e9efe7;

  --rose:         #c49a86;

  /* dunkle Bühnen */
  --nacht:        #1f1d1a;
  --nacht-2:      #2a2723;
  --nacht-3:      #36322c;
  --hell-auf-nacht: #f4efe8;

  --r-s: 10px; --r-m: 16px; --r-l: 22px; --r-xl: 30px; --r-voll: 999px;

  --ease-out: cubic-bezier(.22,1,.36,1);
  --ease-io:  cubic-bezier(.65,0,.35,1);

  --nav-h: 76px;
  --rand: clamp(20px, 5vw, 56px);
  --sektion: clamp(46px, 4.8vw, 76px);

  --t-h1: clamp(38px, 5.4vw, 76px);
  --t-h2: clamp(30px, 3.7vw, 52px);
  --t-h3: clamp(21px, 1.9vw, 27px);
  --t-lead: clamp(17px, 1.35vw, 20px);
  --t-body: clamp(15.5px, 1.05vw, 17px);
}

/* ----------------------------------------------------------------- 2 Reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: var(--t-body); line-height: 1.65; font-feature-settings: 'ss01', 'cv11';
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: rgba(161,134,111,.28); }
:focus-visible { outline: 3px solid rgba(161,134,111,.6); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }
section[id], [id].anker { scroll-margin-top: calc(var(--nav-h) + 24px); }

/* ------------------------------------------------------------ 3 Typografie */
h1, h2, h3, .serif {
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif; font-weight: 400;
  color: var(--ink); letter-spacing: -.02em; text-wrap: balance;
}
h1, .t-h1 { font-size: var(--t-h1); line-height: 1.04; }
h2, .t-h2 { font-size: var(--t-h2); line-height: 1.08; }
h3, .t-h3 { font-size: var(--t-h3); line-height: 1.2; letter-spacing: -.01em; }
h4 { font-size: 17px; font-weight: 600; color: var(--ink); }
/* Sehr schmale Telefone: lange Komposita wie „Infusionslösungen“ passen sonst nicht */
@media (max-width: 380px) {
  :root { --t-h1: 33px; --t-h2: 27px; }
  h1, h2 { -webkit-hyphens: auto; hyphens: auto; }
}
em.serif-it, .serif-it { font-family: 'Fraunces', Georgia, serif; font-style: italic; }
h1 em, h2 em { font-style: italic; color: var(--sand-deep); }
.lead { font-size: var(--t-lead); line-height: 1.6; color: var(--muted); max-width: 60ch; }
.klein, .small { font-size: 14px; line-height: 1.55; }
.muted { color: var(--muted); } .faint { color: var(--faint); }
p + p { margin-top: 1em; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--sand-deep);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow--plain::before { display: none; }
.center .eyebrow { justify-content: center; }

.link { color: var(--sand-deep); text-decoration: underline; text-decoration-thickness: 1px;
  text-underline-offset: 3px; overflow-wrap: anywhere; }
.link:hover { color: var(--ink); }

.prose { max-width: 68ch; }
.prose h2 { font-size: clamp(26px, 2.6vw, 36px); margin-top: 1.8em; }
.prose h3 { margin-top: 1.6em; }
.prose h2 + p, .prose h3 + p { margin-top: .6em; }
.prose p, .prose ul, .prose ol { margin-top: 1em; }
.prose ul li, .prose ol li { position: relative; padding-left: 1.5em; }
.prose ul li + li, .prose ol li + li { margin-top: .5em; }
.prose ul li::before { content: ""; position: absolute; left: .2em; top: .72em; width: 7px; height: 7px;
  border-radius: 50%; background: var(--sand); }
.prose ol { counter-reset: n; }
.prose ol li::before { counter-increment: n; content: counter(n) "."; position: absolute; left: 0;
  color: var(--sand-deep); font-weight: 600; }
.prose a { color: var(--sand-deep); text-underline-offset: 3px; overflow-wrap: anywhere; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose table { width: 100%; }

/* ---------------------------------------------------------------- 4 Layout */
.shell { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: var(--rand); }
.shell--wide { max-width: 1440px; }
.shell--text { max-width: 820px; }
.band, .sektion { position: relative; padding-block: var(--sektion); }
.band--tight { padding-block: calc(var(--sektion) * .6); }
.band--surface, .sektion--weiss { background: var(--surface); }
.band--warm, .sektion--warm { background: var(--paper-2); }
.sektion--nacht, .band--ink { background: var(--nacht); color: #d9d2c7; }
.sektion--nacht h2, .sektion--nacht h3, .band--ink h2, .band--ink h3 { color: var(--hell-auf-nacht); }
.sektion--nacht .lead, .band--ink .lead { color: #bdb4a7; }
.sektion--nacht .eyebrow, .band--ink .eyebrow { color: #cdb7a3; }

.kopfzeile { max-width: 780px; }
.kopfzeile.center { margin-inline: auto; text-align: center; }
.kopfzeile.center .lead { margin-inline: auto; }
.kopfzeile h2 { margin-top: 14px; }
.kopfzeile .lead { margin-top: 18px; }
.split__head { max-width: 780px; }

.grid { display: grid; gap: clamp(16px, 2vw, 26px); }
.grid > * { min-width: 0; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1080px) { .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px)  { .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px)  { .grid-2, .grid-3, .grid-4 { grid-template-columns: minmax(0, 1fr); } }

.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px, 5vw, 84px); align-items: center; }
.split > * { min-width: 0; }
.split--wide-text { grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); }
.split--wide-media { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
.split--flip > :first-child { order: 2; }
.split--oben { align-items: start; }
/* Eigene Spaltenaufteilung nur breit; ein Inline-Raster würde mobil die Stapelung aushebeln */
@media (min-width: 901px) { .split[style*="--spalten"] { grid-template-columns: var(--spalten); } }
@media (max-width: 900px) {
  .split, .split--wide-text, .split--wide-media { grid-template-columns: minmax(0,1fr); }
  .split--flip > :first-child { order: 0; }
}
.sticky-col { position: sticky; top: calc(var(--nav-h) + 28px); }
@media (max-width: 900px) { .sticky-col { position: static; } }

.stack > * + * { margin-top: 16px; }
.stack-6 > * + * { margin-top: 24px; }
.stack-8 > * + * { margin-top: 32px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.center { text-align: center; }
.center .actions { justify-content: center; }
.mx-auto { margin-inline: auto; }
.maxw-40 { max-width: 40ch; }
.mt-2 { margin-top: 8px; } .mt-4 { margin-top: 16px; } .mt-6 { margin-top: 24px; }
.mt-8 { margin-top: 32px; } .mt-12 { margin-top: clamp(32px, 4vw, 48px); } .mt-16 { margin-top: clamp(40px, 5vw, 64px); }
.t-2 { font-size: clamp(20px, 1.8vw, 24px); } .t-4 { font-size: var(--t-h2); }
.vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.nowrap { white-space: nowrap; }

.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: #fff;
  padding: 10px 16px; border-radius: 10px; text-decoration: none; }
.skip:focus { top: 12px; }

/* ----------------------------------------------------------------- 5 Knöpfe */
.btn {
  --lift: 0px;
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 24px; border-radius: var(--r-voll);
  border: 1px solid transparent; font-size: 15.5px; font-weight: 600; line-height: 1.2;
  letter-spacing: .005em; text-decoration: none; white-space: nowrap; cursor: pointer;
  transform: translate(var(--mag-x, 0px), var(--mag-y, 0px)) translateY(var(--lift));
  transition: transform .5s var(--ease-out), background .3s var(--ease-out),
              box-shadow .35s var(--ease-out), border-color .3s, color .3s;
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none;
  background: linear-gradient(104deg, transparent 34%, rgba(255,255,255,.42) 50%, transparent 66%);
  transform: translateX(-115%); opacity: 0;
}
.btn:hover::before { opacity: 1; transform: translateX(115%); transition: transform .9s var(--ease-out), opacity .2s; }
.btn__arrow { width: 16px; height: 16px; flex: none; transition: transform .35s var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(3px); }

/* Hauptknopf — Farbe wie im Portal */
.btn--sand, .btn--terra, .btn--portal {
  background: linear-gradient(180deg, #ab917b 0%, #a1866f 52%, #977c66 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28),
              inset 0 -1px 0 rgba(70,50,35,.22),
              0 0 0 1px rgba(122,99,80,.28),
              0 10px 24px -10px rgba(122,99,80,.62);
}
.btn--sand:hover, .btn--terra:hover, .btn--portal:hover {
  --lift: -2px;
  background: linear-gradient(180deg, #957b65 0%, #8b715b 52%, #806751 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22),
              inset 0 -1px 0 rgba(60,42,28,.26),
              0 0 0 1px rgba(110,88,70,.34),
              0 16px 30px -12px rgba(110,88,70,.66);
}
.btn:active { --lift: 0px; }

/* Linienknopf: weiß auf hellem Grund */
.btn--linie, .btn--ghost {
  background: var(--surface); border-color: var(--line-2); color: var(--ink);
  box-shadow: 0 1px 2px rgba(45,43,38,.05);
}
.btn--linie:hover, .btn--ghost:hover { --lift: -2px; border-color: var(--sand); color: var(--sand-deep); }

/* Ausnahmeliste: dunkle Flächen. Jede neue dunkle Fläche gehört hier hinein. */
.kopf--dunkel .btn--linie, .kopf--dunkel .btn--ghost,
.kopf--aura .btn--linie, .kopf--aura .btn--ghost,
.sektion--nacht .btn--linie, .sektion--nacht .btn--ghost,
.band--ink .btn--linie, .band--ink .btn--ghost,
.schluss .btn--linie, .schluss .btn--ghost,
.buehne-hell .btn--linie,
.bildkachel .btn--linie,
.mnav .btn--ghost {
  background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); color: #fff;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.kopf--dunkel .btn--linie:hover, .kopf--aura .btn--linie:hover, .sektion--nacht .btn--linie:hover,
.schluss .btn--linie:hover, .band--ink .btn--linie:hover {
  background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.55); color: #fff;
}
.mnav .btn--ghost { background: var(--surface); border-color: var(--line-2); color: var(--ink);
  -webkit-backdrop-filter: none; backdrop-filter: none; }
@supports not (backdrop-filter: blur(1px)) {
  .kopf--dunkel .btn--linie, .kopf--aura .btn--linie, .sektion--nacht .btn--linie, .schluss .btn--linie { background: rgba(255,255,255,.18); }
}
.btn--klein, .btn--sm { min-height: 40px; padding: 8px 18px; font-size: 14.5px; }
.btn--block { width: 100%; }
@media (max-width: 560px) { .actions .btn { width: 100%; } }

.arrow-link {
  display: inline-flex; align-items: center; gap: 8px; color: var(--sand-deep); font-weight: 600;
  text-decoration: none; font-size: 15px;
}
.arrow-link svg { transition: transform .35s var(--ease-out); }
.arrow-link:hover svg, a:hover .arrow-link svg { transform: translateX(4px); }
.arrow-link.stretch::after { content: ""; position: absolute; inset: 0; z-index: 2; }

/* Sterne */
.sterne { display: inline-flex; gap: 2px; color: #d9a441; }
.sterne svg { width: 15px; height: 15px; fill: currentColor; }

/* ------------------------------------------------------------ 6 Navigation */
.kopfleiste {
  position: fixed; inset: 0 0 auto 0; z-index: 90; height: var(--nav-h);
  padding-inline: clamp(12px, 2vw, 28px); pointer-events: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  transition: transform .5s var(--ease-out);
}
.kopfleiste > * { pointer-events: auto; }
.kopfleiste.weg { transform: translateY(-110%); }

/* gemeinsame Glasfläche */
.glas {
  --glas-bg: rgba(31,29,26,.34); --glas-kante: rgba(255,255,255,.16); --glas-text: #fff;
  position: relative; border-radius: var(--r-voll); color: var(--glas-text);
  transition: color .35s, background-color .35s, box-shadow .35s;
}
.glas::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit;
  background: var(--glas-bg); border: 1px solid var(--glas-kante);
  -webkit-backdrop-filter: blur(14px) saturate(160%); backdrop-filter: blur(14px) saturate(160%);
  transition: background-color .35s, border-color .35s, box-shadow .35s;
}
.glas.on-light { --glas-bg: rgba(255,255,255,.62); --glas-kante: rgba(45,43,38,.1); --glas-text: var(--ink); }
.kopfleiste.scrolled .glas { --glas-bg: rgba(255,255,255,.94); --glas-kante: rgba(45,43,38,.08); --glas-text: var(--ink); }
.kopfleiste.scrolled .glas::before { box-shadow: 0 8px 28px -14px rgba(45,43,38,.28); }
.kopfleiste.scrolled .glas.on-dark { --glas-bg: rgba(31,29,26,.9); --glas-kante: rgba(255,255,255,.12); --glas-text: #fff; }
@supports not (backdrop-filter: blur(1px)) {
  .glas { --glas-bg: rgba(31,29,26,.88); }
  .glas.on-light { --glas-bg: rgba(255,255,255,.95); }
}

.marke {
  display: inline-flex; align-items: center; height: 54px; padding: 0 20px; text-decoration: none;
}
.marke img { height: 34px; width: auto; }
.marke .marke__hell { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); opacity: 0; transition: opacity .3s; }
.marke .marke__dunkel { transition: opacity .3s; }
.marke.on-dark:not(.on-light) .marke__hell { opacity: 1; }
.marke.on-dark:not(.on-light) .marke__dunkel { opacity: 0; }
.kopfleiste.scrolled .marke.on-dark .marke__hell { opacity: 1; }

.nav { height: 54px; display: flex; align-items: center; padding: 0 8px; }
.nav__list { display: flex; align-items: center; gap: 2px; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 6px; height: 40px;
  padding: 0 clamp(9px, .9vw, 15px); border-radius: var(--r-voll);
  font-size: clamp(13.5px, .95vw, 15px); font-weight: 500; text-decoration: none; color: inherit;
  white-space: nowrap; cursor: pointer; transition: background-color .25s;
  border: 0; background: transparent; font-family: inherit;
}
.nav__link:hover, .nav__item:focus-within > .nav__link { background: rgba(127,127,127,.14); }
.nav__link[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--sand); border-radius: 12px; }
.nav__caret { width: 10px; height: 10px; transition: transform .3s var(--ease-out); }
.nav__item:hover .nav__caret, .nav__item.offen .nav__caret { transform: rotate(180deg); }
.nav__cta { display: flex; align-items: center; gap: 8px; }

/* Aufklapper „Leistungen“ und „Über uns“ */
.mega {
  position: absolute; left: 50%; top: calc(100% + 12px); z-index: 5;
  width: min(760px, 92vw); padding: 12px; border-radius: 24px;
  background: rgba(255,255,255,.97); color: var(--text);
  box-shadow: 0 30px 60px -24px rgba(45,43,38,.38), 0 0 0 1px rgba(45,43,38,.06);
  opacity: 0; visibility: hidden; transform: translate(-50%, 8px);
  transition: opacity .28s var(--ease-out), transform .38s var(--ease-out), visibility 0s .3s;
}
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.mega--schmal { width: min(420px, 92vw); }
.nav__item:hover > .mega, .nav__item.offen > .mega, .nav__item:focus-within > .mega {
  opacity: 1; visibility: visible; transform: translate(-50%, 0); transition-delay: 0s;
}
.mega__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4px; }
.mega--schmal .mega__grid { grid-template-columns: minmax(0,1fr); }
.mega__link {
  display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 12px; align-items: center;
  padding: 10px; border-radius: 16px; text-decoration: none; transition: background-color .2s;
}
.mega__link:hover, .mega__link:focus-visible { background: var(--sand-tint); }
.mega__ico { width: 44px; height: 44px; border-radius: 12px; overflow: hidden; background: var(--warm); }
.mega__ico img { width: 100%; height: 100%; object-fit: cover; }
.mega__link b { display: block; font-weight: 600; font-size: 14.5px; color: var(--ink); line-height: 1.3; }
.mega__link span { display: block; font-size: 13px; color: var(--muted); line-height: 1.35; margin-top: 2px; }
.mega__fuss { display: flex; justify-content: space-between; align-items: center; gap: 12px;
  margin-top: 8px; padding: 14px 16px; border-radius: 16px; background: var(--paper-2); font-size: 14px; }

.burger {
  display: none; width: 54px; height: 54px; border: 0; padding: 0; background: none;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.burger span { display: block; width: 20px; height: 1.6px; border-radius: 2px; background: currentColor;
  transition: transform .35s var(--ease-out), opacity .25s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }

@media (max-width: 1180px) {
  .nav { display: none; }
  .burger { display: inline-flex; }
}
@media (max-width: 480px) {
  .marke { padding: 0 16px; }
  .marke img { height: 30px; }
  .marke .marke__hell { left: 16px; }
}

/* Mobile Schublade — deckend, nie Glas */
.mnav {
  position: fixed; inset: 0; z-index: 85; background: var(--paper);
  padding: calc(var(--nav-h) + 12px) var(--rand) 28px; overflow-y: auto; overscroll-behavior: contain;
  opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity .3s var(--ease-out), transform .4s var(--ease-out), visibility 0s .4s;
}
.mnav.offen { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mnav__list > li { border-bottom: 1px solid var(--line); }
.mnav__link {
  display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 58px;
  font-family: 'Fraunces', Georgia, serif; font-size: 23px; color: var(--ink); text-decoration: none;
  background: none; border: 0; padding: 0; text-align: left;
}
.mnav__link small { font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--sand-deep); }
.mnav__sub { display: grid; gap: 2px; padding-bottom: 14px; }
.mnav__sub[hidden] { display: none; }
.mnav__sub a { display: flex; align-items: center; min-height: 44px; padding-left: 14px; color: var(--muted);
  text-decoration: none; border-left: 1px solid var(--line-2); }
.mnav__sub a:hover { color: var(--ink); border-color: var(--sand); }
.mnav__foot { display: grid; gap: 10px; margin-top: 24px; }
body.gesperrt { overflow: hidden; }

.fortschritt { position: fixed; left: 0; top: 0; z-index: 95; height: 2px; width: 100%;
  background: var(--sand); transform-origin: 0 50%; transform: scaleX(var(--p, 0)); pointer-events: none; }

/* ------------------------------------------------------------ 7 Bildköpfe */
.kopf {
  position: relative; overflow: clip; isolation: isolate;
  min-height: min(100svh, 980px);
  display: flex; align-items: flex-end;
  padding: calc(var(--nav-h) + clamp(56px, 7vw, 104px)) 0 clamp(48px, 7vw, 96px);
  background: var(--nacht); color: #fff;
}
@media (min-height: 600px) {
  .kopf--haftet { position: sticky; top: min(0px, calc(100svh - var(--kopf-h, 100svh))); z-index: 0; }
}
.kopf--mittel { min-height: min(86svh, 860px); }
.kopf__bild { position: absolute; inset: 0; z-index: -2; }
.kopf__bild img { width: 100%; height: 100%; object-fit: cover; object-position: var(--fokus, 70% 40%);
  transform: scale(calc(1.06 - var(--p, 0) * .06)); transform-origin: 60% 40%; }
.kopf__video video { width: 100%; height: 100%; object-fit: cover; object-position: var(--fokus, 50% 40%); display: block; background: var(--nacht); }
.kopf__video .kopf__poster { position: absolute; inset: 0; }
.kopf__schleier { position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(24,22,19,.84) 0%, rgba(24,22,19,.62) 34%, rgba(24,22,19,.18) 64%, rgba(24,22,19,.1) 100%),
    linear-gradient(180deg, rgba(24,22,19,.5) 0%, rgba(24,22,19,0) 26%, rgba(24,22,19,0) 62%, rgba(24,22,19,.62) 100%);
}
.kopf--hell { background: var(--paper); color: var(--ink); }
.kopf--hell .kopf__schleier {
  background:
    linear-gradient(90deg, rgba(248,245,240,.94) 0%, rgba(248,245,240,.8) 34%, rgba(248,245,240,.18) 62%, rgba(248,245,240,0) 100%),
    linear-gradient(180deg, rgba(248,245,240,.5) 0%, rgba(248,245,240,0) 24%, rgba(248,245,240,0) 70%, rgba(248,245,240,.72) 100%);
}
.kopf__inhalt { position: relative; width: 100%; }
.kopf__raster { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(24px, 4vw, 64px); align-items: end; }
.kopf__raster > * { min-width: 0; }
.kopf__text { max-width: 720px; }
.kopf .eyebrow { color: #e2cdb9; }
.kopf--hell .eyebrow { color: var(--sand-deep); }
.kopf h1 { color: #fff; margin-top: 18px; }
.kopf--hell h1 { color: var(--ink); }
.kopf h1 em { color: #e2cdb9; }
.kopf--hell h1 em { color: var(--sand-deep); }
.kopf__lead { margin-top: 22px; font-size: var(--t-lead); line-height: 1.6; color: rgba(255,255,255,.86); max-width: 54ch; }
.kopf--hell .kopf__lead { color: var(--muted); }
.kopf .actions { margin-top: 32px; }
.kopf__vertrauen { display: flex; align-items: center; gap: 12px; margin-top: 26px; font-size: 14.5px; color: rgba(255,255,255,.84); }
.kopf--hell .kopf__vertrauen { color: var(--muted); }
.kopf__vertrauen b { color: #fff; font-weight: 600; }
.kopf--hell .kopf__vertrauen b { color: var(--ink); }
.kopf__krumen { margin-bottom: 18px; }
@media (max-width: 900px) {
  .kopf__raster { grid-template-columns: minmax(0,1fr); }
  .kopf { min-height: auto; padding-top: calc(var(--nav-h) + 48px); }
  .kopf--haftet { min-height: 92svh; }
  .kopf__schleier {
    background: linear-gradient(180deg, rgba(24,22,19,.55) 0%, rgba(24,22,19,.35) 30%, rgba(24,22,19,.7) 62%, rgba(24,22,19,.9) 100%);
  }
  .kopf--hell .kopf__schleier {
    background: linear-gradient(180deg, rgba(248,245,240,.3) 0%, rgba(248,245,240,.4) 30%, rgba(248,245,240,.88) 60%, rgba(248,245,240,.97) 100%);
  }
  .kopf__grafik { order: -1; }
}

/* Aura: dunkle Fläche mit driftenden Farbwolken */
.kopf--aura { background: var(--nacht); }
.aura { position: absolute; inset: -32% -16%; z-index: -1; pointer-events: none;
  filter: blur(94px); mix-blend-mode: screen; }
.aura i { position: absolute; display: block; border-radius: 50%; opacity: .62; will-change: transform; }
.aura i:nth-child(1) { width: 46vw; height: 46vw; left: -6%; top: 0; background: #a1866f; animation: a1 13s ease-in-out infinite; }
.aura i:nth-child(2) { width: 33vw; height: 33vw; right: 4%; top: -8%; background: #7f9c80; animation: a2 16s ease-in-out infinite; }
.aura i:nth-child(3) { width: 40vw; height: 40vw; left: 36%; bottom: -26%; background: #c49a86; animation: a3 19s ease-in-out infinite; }
.aura i:nth-child(4) { width: 24vw; height: 24vw; right: 26%; bottom: 4%; background: #6d5a4a; animation: a1 17s ease-in-out infinite reverse; }
.kopf--aura .aura i { opacity: .72; }
.kopf--aura .aura i:nth-child(1) { animation-duration: 8.5s; }
.kopf--aura .aura i:nth-child(2) { animation-duration: 10s; }
.kopf--aura .aura i:nth-child(3) { animation-duration: 11.5s; }
@keyframes a1 { 0%,100% { transform: translate(0,0) scale(1); } 30% { transform: translate(30%,20%) scale(1.34); } 62% { transform: translate(-16%,30%) scale(.82); } }
@keyframes a2 { 0%,100% { transform: translate(0,0) scale(1); } 36% { transform: translate(-36%,26%) scale(1.42); } 68% { transform: translate(18%,-18%) scale(.8); } }
@keyframes a3 { 0%,100% { transform: translate(0,0) scale(1); } 34% { transform: translate(-26%,-30%) scale(1.3); } 70% { transform: translate(22%,-8%) scale(.86); } }
.raster-fein { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(ellipse at 60% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 60% 40%, #000 20%, transparent 75%); }

/* Das Deck: alles nach dem haftenden Kopf schiebt sich darüber */
.deck { position: relative; z-index: 2; background: var(--paper);
  border-radius: var(--r-xl) var(--r-xl) 0 0; box-shadow: 0 -24px 60px rgba(31,29,26,.16); }
.deck > :first-child { border-radius: var(--r-xl) var(--r-xl) 0 0; }
.deck--flach { border-radius: 0; box-shadow: none; }

/* Brotkrumen */
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; color: rgba(255,255,255,.72); }
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.kopf--hell .crumbs, .crumbs--dunkel { color: var(--faint); }
.kopf--hell .crumbs a:hover, .crumbs--dunkel a:hover { color: var(--ink); }

/* Kopf ohne Foto für Rechtstexte und Ratgeber: hell, mit Grafik */
.kopf--papier { background: var(--paper); color: var(--ink); min-height: auto; align-items: stretch;
  padding-bottom: clamp(40px, 5vw, 72px); }
.kopf--papier h1 { color: var(--ink); }
.kopf--papier .eyebrow { color: var(--sand-deep); }
.kopf--papier .kopf__lead { color: var(--muted); }
.kopf--papier .crumbs { color: var(--faint); }
.kopf--papier .crumbs a:hover { color: var(--ink); }
.kopf--papier .kopf__raster { align-items: center; }

/* ------------------------------------------------------------ 8 Bausteine */

/* Karten */
.card, .karte {
  position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-l); padding: clamp(22px, 2.4vw, 32px);
  transition: transform .5s var(--ease-out), border-color .3s, box-shadow .5s var(--ease-out);
}
.card--flat { background: var(--surface); }
.card--warm { background: var(--paper-2); border-color: transparent; }
.card__title { font-family: 'Fraunces', Georgia, serif; font-size: clamp(20px, 1.6vw, 24px); color: var(--ink); line-height: 1.2; }
.card__text { margin-top: 10px; color: var(--muted); }
.card__num { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--sand-deep); font-weight: 600; margin-bottom: 8px; }
.card__foot { margin-top: 18px; }
.card--link:hover, .karte--link:hover { transform: translateY(-4px); border-color: var(--line-2);
  box-shadow: 0 24px 50px -30px rgba(45,43,38,.35); }
.karte__schein { position: absolute; width: 320px; height: 320px; border-radius: 50%; pointer-events: none;
  left: var(--mx, 50%); top: var(--my, 50%); transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(161,134,111,.2), transparent 68%); opacity: 0; transition: opacity .35s; z-index: 0; }
.card:hover .karte__schein, .karte:hover .karte__schein { opacity: 1; }
.card > *:not(.karte__schein), .karte > *:not(.karte__schein) { position: relative; z-index: 1; }
.ico { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 14px;
  background: var(--sand-tint); color: var(--sand-deep); }
.ico svg { width: 26px; height: 26px; }

.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-l); padding: clamp(22px, 2.6vw, 34px); }
.panel--warm { background: var(--paper-2); border-color: transparent; }
.note { border-left: 3px solid var(--sand); background: var(--sand-tint); padding: 16px 20px; border-radius: 0 12px 12px 0; color: var(--text); }
.note strong { color: var(--ink); }

/* Pillen */
.pill { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 6px 16px;
  border-radius: var(--r-voll); border: 1px solid var(--sand); background: var(--sand); color: #fff;
  font-size: 14px; font-weight: 500; text-decoration: none; }
.pill--outline { background: var(--surface); color: var(--ink); border-color: var(--line-2); }
.pill--outline:hover { border-color: var(--sand); }

/* Kurzantwort-Box */
.antwort { display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 20px; align-items: start;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-l); padding: clamp(22px, 2.6vw, 34px); max-width: 920px; }
.antwort__ico { width: 56px; height: 56px; border-radius: 16px; background: var(--sand-tint); color: var(--sand-deep); display: grid; place-items: center; }
.antwort p { font-size: clamp(17px, 1.3vw, 20px); line-height: 1.55; color: var(--ink); }
@media (max-width: 560px) { .antwort { grid-template-columns: minmax(0,1fr); } }

/* Bilder */
.figure, .bild { position: relative; overflow: hidden; border-radius: var(--r-l); background: var(--warm); }
.figure img, .bild img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); }
.figure--tall, .bild--hoch { aspect-ratio: 4 / 5; }
.figure--wide, .bild--breit { aspect-ratio: 16 / 10; }
.figure--card, .bild--karte { aspect-ratio: 4 / 3; }
.bild--quadrat { aspect-ratio: 1 / 1; }
.bild--frei { background: none; border-radius: 0; }
.bild--frei img { object-fit: contain; }
.bild:hover img { transform: scale(1.03); }
.figure figcaption { font-size: 13px; color: var(--faint); margin-top: 8px; }
.reveal-img { clip-path: inset(0 0 0 0 round var(--r-l)); }
.js .reveal-img:not(.is-in) { clip-path: inset(12% 6% 12% 6% round var(--r-l)); }
.js .reveal-img:not(.is-in) img { transform: scale(1.12); }
.reveal-img { transition: clip-path 1.3s var(--ease-out); }

/* Collage aus zwei bis drei Bildern */
.collage { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); grid-template-rows: repeat(12, minmax(0, 1fr)); aspect-ratio: 1 / 1.02; }
.collage > * { min-width: 0; }
.collage .bild { box-shadow: 0 24px 50px -30px rgba(45,43,38,.45); }
.collage .c1 { grid-area: 1 / 1 / 9 / 9; }
.collage .c2 { grid-area: 6 / 6 / 13 / 13; border: 8px solid var(--paper); }
.collage .c3 { grid-area: 1 / 9 / 5 / 13; }
.band--surface .collage .c2, .sektion--weiss .collage .c2 { border-color: var(--surface); }
.band--warm .collage .c2, .sektion--warm .collage .c2 { border-color: var(--paper-2); }
.collage__marke { grid-area: 10 / 1 / 13 / 6; align-self: end; background: var(--surface); border-radius: 18px; padding: 16px 18px;
  box-shadow: 0 20px 40px -26px rgba(45,43,38,.45); font-size: 14px; color: var(--muted); z-index: 2; }
.collage__marke b { display: block; font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: 30px; color: var(--ink); line-height: 1.1; }

/* Bildkacheln: Leistungen mit Foto */
.kacheln { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: clamp(14px, 1.6vw, 22px); }
.kacheln > * { min-width: 0; }
.bildkachel { position: relative; overflow: hidden; border-radius: var(--r-l); min-height: 360px;
  display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(20px, 2.2vw, 30px);
  color: #fff; text-decoration: none; isolation: isolate; background: var(--nacht); grid-column: span 4; }
.bildkachel--breit { grid-column: span 8; }
.bildkachel--halb { grid-column: span 6; }
.bildkachel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  transition: transform 1.2s var(--ease-out); }
.bildkachel::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(24,22,19,0) 30%, rgba(24,22,19,.5) 60%, rgba(24,22,19,.86) 100%); }
.bildkachel:hover img { transform: scale(1.06); }
.bildkachel__nr { position: absolute; top: 18px; left: 20px; font-size: 12px; letter-spacing: .16em; font-weight: 600;
  padding: 6px 12px; border-radius: 99px; background: rgba(255,255,255,.16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.bildkachel h3 { color: #fff; font-size: clamp(22px, 2vw, 30px); }
.bildkachel p { margin-top: 8px; color: rgba(255,255,255,.84); font-size: 15px; max-width: 42ch; }
.bildkachel__pfeil { position: absolute; right: 20px; top: 18px; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; background: #fff; color: var(--ink); transition: transform .45s var(--ease-out); }
.bildkachel:hover .bildkachel__pfeil { transform: rotate(-45deg); }
@media (max-width: 900px) { .bildkachel, .bildkachel--breit, .bildkachel--halb { grid-column: span 6; } }
@media (max-width: 640px) { .bildkachel, .bildkachel--breit, .bildkachel--halb { grid-column: span 12; min-height: 300px; } }

/* Merkmal-Liste mit Symbolen */
.merkmale { display: grid; gap: 14px; }
.merkmal { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 14px; align-items: start; }
.merkmal__ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: var(--sand-tint); color: var(--sand-deep); }
.merkmal__ico svg { width: 20px; height: 20px; }
.merkmal b { display: block; color: var(--ink); font-weight: 600; }
.merkmal span { color: var(--muted); font-size: 15px; }
.sektion--nacht .merkmal__ico, .schluss .merkmal__ico { background: rgba(255,255,255,.1); color: #e2cdb9; }
.sektion--nacht .merkmal b, .schluss .merkmal b { color: #fff; }
.sektion--nacht .merkmal span, .schluss .merkmal span { color: #cfc6ba; }

/* Häkchenliste */
.haken { display: grid; gap: 12px; }
.haken li { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 12px; align-items: start; }
.haken li::before { content: ""; width: 28px; height: 28px; border-radius: 50%; background: var(--sand-tint)
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.4l3 2.9 6-6.6' fill='none' stroke='%237a6350' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 15px no-repeat; }
.schluss .haken li::before { background-color: rgba(255,255,255,.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.4l3 2.9 6-6.6' fill='none' stroke='%23e2cdb9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/* Kennzahlen */
.zahlen { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(14px, 1.6vw, 22px); }
.zahl { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-l); padding: clamp(22px, 2.4vw, 32px); }
.zahl__wert { font-family: 'Fraunces', Georgia, serif; font-size: clamp(44px, 5vw, 72px); line-height: 1; color: var(--ink); letter-spacing: -.03em; }
.zahl__wert small { font-size: .42em; letter-spacing: 0; color: var(--sand-deep); margin-left: 4px; }
.zahl__text { margin-top: 12px; color: var(--muted); font-size: 15px; }
.sektion--nacht .zahl { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }
.sektion--nacht .zahl__wert { color: #fff; }
.sektion--nacht .zahl__text { color: #c7beb2; }
.stat__value { font-family: 'Fraunces', Georgia, serif; font-size: clamp(40px, 4.4vw, 64px); color: var(--ink); line-height: 1; }
.stat__label { color: var(--muted); margin-top: 8px; }

/* Stimmen */
.stimmenfeld { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(14px, 1.6vw, 22px); }
.stimme { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-l); padding: clamp(24px, 3vw, 40px); }
.stimme::before { content: "“"; position: absolute; right: 24px; top: -6px; font-family: 'Fraunces', Georgia, serif;
  font-size: 120px; line-height: 1; color: var(--sand-tint); }
.stimme blockquote { position: relative; font-family: 'Fraunces', Georgia, serif; font-size: clamp(19px, 1.6vw, 23px); line-height: 1.45; color: var(--ink); }
.stimme figcaption { margin-top: 20px; display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--ink); }
.stimme__kreis { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--sand); color: #fff; font-weight: 600; font-size: 15px; }
@media (max-width: 760px) { .stimmenfeld { grid-template-columns: minmax(0,1fr); } }

/* Ausklapper */
.acc { border-top: 1px solid var(--line); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__item h3 { font: inherit; }
.acc__btn { display: grid; grid-template-columns: minmax(0,1fr) 34px; gap: 18px; align-items: center; width: 100%;
  padding: 22px 0; border: 0; background: none; text-align: left; font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(18px, 1.5vw, 22px); line-height: 1.3; color: var(--ink); }
.acc__btn > span:last-child { grid-column: 1; grid-row: 1; }
.acc__sign { grid-column: 2; grid-row: 1; position: relative; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); transition: background-color .3s, border-color .3s, transform .4s var(--ease-out); }
.acc__sign::before, .acc__sign::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.6px; background: var(--ink); transform: translate(-50%,-50%); transition: transform .4s var(--ease-out), background-color .3s; }
.acc__sign::after { transform: translate(-50%,-50%) rotate(90deg); }
.acc__btn:hover .acc__sign { border-color: var(--sand); }
.acc__btn[aria-expanded="true"] .acc__sign { background: var(--sand); border-color: var(--sand); transform: rotate(180deg); }
.acc__btn[aria-expanded="true"] .acc__sign::before, .acc__btn[aria-expanded="true"] .acc__sign::after { background: #fff; }
.acc__btn[aria-expanded="true"] .acc__sign::after { transform: translate(-50%,-50%) rotate(0deg); }
.acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease-out); }
.acc__panel > div { overflow: hidden; color: var(--muted); padding-right: 52px; }
.acc__item.is-open .acc__panel { grid-template-rows: 1fr; }
.acc__item.is-open .acc__panel > div { padding-bottom: 24px; }
.no-js .acc__panel { grid-template-rows: 1fr; }

/* Schrittband */
.schrittband { display: grid; grid-template-columns: repeat(var(--n, 4), minmax(0,1fr)); gap: clamp(14px, 1.6vw, 22px); counter-reset: s; position: relative; }
.schrittband > * { min-width: 0; }
.schritt-karte { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-l); padding: 26px; }
.schritt-karte__nr { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--sand); color: #fff; font-weight: 600; margin-bottom: 18px; }
.schritt-karte h3 { font-size: clamp(19px, 1.5vw, 22px); }
.schritt-karte p { margin-top: 10px; color: var(--muted); font-size: 15px; }
.schritt-karte__tag { display: inline-block; margin-top: 14px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--salbei-deep); }
@media (max-width: 980px) { .schrittband { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px) { .schrittband { grid-template-columns: minmax(0,1fr); } }

/* Laufband */
.laufband { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.laufband__spur { display: flex; gap: clamp(16px, 2vw, 28px); width: max-content; animation: laufen 48s linear infinite; }
.laufband:hover .laufband__spur { animation-play-state: paused; }
.laufband__item { flex: none; width: clamp(160px, 16vw, 220px); height: 110px; display: grid; place-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 14px 20px; }
.laufband__item img { max-height: 76px; width: auto; object-fit: contain; filter: grayscale(.2); transition: filter .3s; }
.laufband__item:hover img { filter: none; }
@keyframes laufen { to { transform: translateX(-50%); } }

/* Satz, der sich beim Lesen färbt */
.satz { font-family: 'Fraunces', Georgia, serif; font-size: clamp(28px, 3.6vw, 52px); line-height: 1.22; letter-spacing: -.02em; color: var(--ink); text-wrap: balance; }
.js .satz[data-satz] .w { color: rgba(45,43,38,.16); transition: color .5s var(--ease-out); }
.js .satz[data-satz] .w.hot { color: var(--ink); }
.js .satz[data-satz] .w.hot.akzent { color: var(--sand-deep); }
.sektion--nacht .satz { color: #fff; }
.js .sektion--nacht .satz[data-satz] .w { color: rgba(255,255,255,.18); }
.js .sektion--nacht .satz[data-satz] .w.hot { color: #fff; }
.js .sektion--nacht .satz[data-satz] .w.hot.akzent { color: #e2cdb9; }

/* Info-Band mit großem Bild links und Text rechts */
.bildtext { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px, 5vw, 84px); align-items: center; }
.bildtext > * { min-width: 0; }
.bildtext--flip > .bildtext__bild { order: 2; }
@media (max-width: 900px) { .bildtext { grid-template-columns: minmax(0,1fr); } .bildtext--flip > .bildtext__bild { order: 0; } }

/* Tabs für Bereiche mit zwei Seiten (Testosteron/Östrogen) */
.umschalter { display: inline-flex; padding: 5px; border-radius: 99px; background: var(--paper-2); gap: 4px; }
.umschalter button { min-height: 42px; padding: 0 20px; border-radius: 99px; border: 0; background: none; font-weight: 600; color: var(--muted); }
.umschalter button[aria-selected="true"] { background: var(--surface); color: var(--ink); box-shadow: 0 4px 14px -6px rgba(45,43,38,.25); }

/* Abschluss mit Handlungsaufruf */
.schluss { position: relative; overflow: hidden; isolation: isolate; background: var(--nacht); color: #d9d2c7;
  border-radius: var(--r-xl); margin-inline: clamp(8px, 1.4vw, 20px); padding: clamp(56px, 7vw, 110px) 0; }
.schluss h2 { color: #fff; }
.schluss .lead { color: #c9c0b4; }
.schluss .eyebrow { color: #e2cdb9; }
.schluss__raster { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.schluss__raster > * { min-width: 0; }
.schluss__kontakt { margin-top: 26px; font-size: 15px; color: #c9c0b4; }
.schluss__kontakt a { color: #fff; }
@media (max-width: 900px) { .schluss__raster { grid-template-columns: minmax(0,1fr); } }
.sektion--vor-schluss { padding-bottom: calc(var(--sektion) * .9); }

/* Nur auf schmalen Bildschirmen */
@media (min-width: 901px) {
  .nur-mobil { display: none !important; }
  .deck > .nur-mobil:first-child + * { border-radius: var(--r-xl) var(--r-xl) 0 0; }
}

/* In drei Schritten zum Termin: senkrechte Spur, die sich zeichnet */
.terminweg__weg { position: relative; margin-top: 30px; }
.terminweg__liste { display: grid; gap: 26px; }
.terminweg__weg::before { content: ""; position: absolute; left: 25px; top: 26px; bottom: var(--spur-ende, 26px); width: 2px;
  border-radius: 2px; background: var(--line-2); }
.terminweg__spur { position: absolute; left: 25px; top: 26px; bottom: var(--spur-ende, 26px); width: 2px; pointer-events: none; }
.terminweg__spur::before { content: ""; position: absolute; inset: 0; border-radius: 2px; background: var(--sand);
  transform: scaleY(0); transform-origin: 50% 0; }
.terminweg__licht { position: absolute; inset: 0; opacity: 0; }
.terminweg__licht::before { content: ""; position: absolute; left: 50%; top: 0; width: 10px; height: 10px; margin: -5px 0 0 -5px;
  border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px rgba(161,134,111,.45), 0 0 18px 4px rgba(161,134,111,.55); }
.an .terminweg__spur::before { animation: tw-zug 1.8s var(--ease-out) .3s forwards; }
.an .terminweg__licht { animation: tw-licht 3.6s var(--ease-io) 2.1s infinite; }
@keyframes tw-zug { to { transform: none; } }
@keyframes tw-licht { 0% { opacity: 0; transform: translateY(0); } 12% { opacity: 1; } 82% { opacity: 1; } 100% { opacity: 0; transform: translateY(100%); } }

.terminweg__schritt { position: relative; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 16px; align-items: start; }
.terminweg__knoten { position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: var(--surface); color: var(--sand-deep); box-shadow: 0 0 0 1px var(--line-2), 0 10px 22px -14px rgba(45,43,38,.4);
  opacity: 0; transform: scale(.4); }
.terminweg__knoten svg { width: 24px; height: 24px; }
.terminweg__schritt > div { opacity: 0; transform: translateY(12px); }
.an .terminweg__knoten { animation: tw-auf .7s cubic-bezier(.3,1.4,.5,1) forwards; animation-delay: calc(var(--d, 0) * 1ms); }
.an .terminweg__schritt > div { animation: tw-ein .9s var(--ease-out) forwards; animation-delay: calc(var(--d, 0) * 1ms + 120ms); }
@keyframes tw-auf { to { opacity: 1; transform: none; } }
@keyframes tw-ein { to { opacity: 1; transform: none; } }
.terminweg__schritt:first-child .terminweg__knoten { background: var(--sand); color: #fff; box-shadow: 0 0 0 5px var(--sand-tint), 0 12px 24px -12px rgba(122,99,80,.6); }
.terminweg__klein { display: block; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--sand-deep); padding-top: 4px; }
.terminweg__schritt h3 { margin-top: 4px; font-size: 22px; }
.terminweg__schritt p { margin-top: 6px; color: var(--muted); font-size: 15.5px; line-height: 1.55; }
.terminweg__mehr { margin-top: 18px; text-align: center; }
.terminweg__mehr .arrow-link { min-height: 44px; }
html:not(.js) .terminweg__knoten, html:not(.js) .terminweg__schritt > div { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .terminweg__knoten, .terminweg__schritt > div { opacity: 1 !important; transform: none !important; animation: none !important; }
  .terminweg__spur::before { transform: none !important; animation: none !important; }
  .terminweg__licht { display: none; }
}

/* Termin-Leiste am unteren Rand, nur schmal */
.terminleiste { display: none; }
@media (max-width: 900px) {
  .terminleiste {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; pointer-events: none;
    padding: 0 12px calc(12px + env(safe-area-inset-bottom, 0px));
    transform: translateY(calc(100% + 16px)); transition: transform .5s var(--ease-out), visibility 0s .5s; visibility: hidden;
  }
  .terminleiste.an { transform: none; visibility: visible; pointer-events: auto; transition: transform .5s var(--ease-out), visibility 0s; }
  .terminleiste__innen { position: relative; isolation: isolate; max-width: 520px; margin-inline: auto; padding: 6px; border-radius: var(--r-voll); }
  .terminleiste__innen::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit;
    background: rgba(31,29,26,.72); border: 1px solid rgba(255,255,255,.14);
    -webkit-backdrop-filter: blur(14px) saturate(160%); backdrop-filter: blur(14px) saturate(160%);
    box-shadow: 0 18px 40px -18px rgba(0,0,0,.55); }
  .terminleiste .btn { width: 100%; min-height: 52px; font-size: 16px; }
}
@supports not (backdrop-filter: blur(1px)) {
  .terminleiste__innen::before { background: rgba(31,29,26,.94); }
}
html.sparsam .terminleiste__innen::before { background: rgba(31,29,26,.95); }

/* Terminarten mit Buchungsknopf (Übergangsseite /termin-vereinbaren/) */
.sektion--erste { padding-top: calc(var(--nav-h) + var(--sektion)); }
.terminart { display: flex; flex-direction: column; }
.terminart__bild { display: block; margin: calc(-1 * clamp(22px, 2.4vw, 32px)) calc(-1 * clamp(22px, 2.4vw, 32px)) 22px;
  border-radius: var(--r-l) var(--r-l) 0 0; }
.terminart__fuss { margin-top: auto; padding-top: 22px; }
.terminart .btn { white-space: normal; text-align: center; }

/* Hinweisblock unter medizinischen Seiten */
.rechtshinweis { font-size: 13.5px; color: var(--faint); max-width: 900px; line-height: 1.6; }
.rechtshinweis strong { color: var(--muted); }

/* Tabellen */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-m); background: var(--surface); }
table.data { width: 100%; border-collapse: collapse; font-size: 15px; }
table.data th, table.data td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.data th { font-weight: 600; color: var(--ink); background: var(--paper-2); }
table.data tr:last-child td { border-bottom: 0; }

/* Ratgeber-Filter */
.filterleiste { display: flex; flex-wrap: wrap; gap: 8px; }

/* ------------------------------------------------------------ 9 Formulare */
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field > label, .field > span.label, .feldgruppe legend { font-size: 14px; font-weight: 600; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 16px; font-size: 16px; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line-2); border-radius: 14px;
  transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none;
}
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 4l3 3 3-3' fill='none' stroke='%234a4a43' stroke-width='1.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; background-size: 12px; padding-right: 42px; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--sand); box-shadow: 0 0 0 4px rgba(161,134,111,.2); }
.field [aria-invalid="true"] { border-color: #b4553a; box-shadow: 0 0 0 4px rgba(180,85,58,.12); }
.req { color: #a14b33; }
.check { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 12px; align-items: start; font-size: 14.5px; color: var(--muted); }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--sand); }
.wahl { display: flex; flex-wrap: wrap; gap: 10px; }
.wahl label { position: relative; }
.wahl input { position: absolute; opacity: 0; inset: 0; }
.wahl span { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 99px; border: 1px solid var(--line-2); background: var(--surface); font-size: 15px; cursor: pointer; }
.wahl input:checked + span { border-color: var(--sand); background: var(--sand-tint); color: var(--ink); box-shadow: inset 0 0 0 1px var(--sand); }
.wahl input:focus-visible + span { outline: 3px solid rgba(161,134,111,.6); outline-offset: 2px; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__msg { display: none; padding: 16px 18px; border-radius: 14px; font-size: 15px; }
.form__msg.is-on { display: block; }
.form__msg--ok { background: var(--salbei-tint); color: #2f4a34; }
.form__msg--err { background: #f7e7e1; color: #7c3522; }
.feldgruppe { border: 0; margin: 0; padding: 0; display: grid; gap: 10px; }

/* ---------------------------------------------------------------- 10 Footer */
.footer { background: var(--nacht); color: #bdb4a7; padding: clamp(56px, 7vw, 96px) 0 28px; margin-top: clamp(20px, 3vw, 40px); position: relative; overflow: hidden; }
.footer a { color: #e7e0d6; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer__grid { display: grid; grid-template-columns: minmax(0,1.4fr) repeat(3, minmax(0,1fr)); gap: clamp(28px, 4vw, 60px); }
.footer__grid > * { min-width: 0; }
.footer__marke img { height: 40px; width: auto; }
.footer__claim { font-family: 'Fraunces', Georgia, serif; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.2; color: #fff; margin-top: 22px; }
.footer__note { font-size: 14.5px; margin-top: 16px; }
.footer__h { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #cdb7a3; margin-bottom: 16px; }
.footer__list { display: grid; gap: 10px; font-size: 15px; }
.footer__bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: clamp(40px, 5vw, 64px); padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13.5px; }
.footer__bar nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer__wortmarke { position: absolute; right: -2vw; bottom: -4vw; font-family: 'Fraunces', Georgia, serif; font-size: clamp(120px, 22vw, 360px); line-height: 1; color: rgba(255,255,255,.028); pointer-events: none; letter-spacing: -.04em; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .footer__grid > :first-child { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: minmax(0,1fr); } }

/* --------------------------------------------------------------- 11 Bewegung */
.js [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js [data-reveal="links"] { transform: translateX(-34px); }
.js [data-reveal="rechts"] { transform: translateX(34px); }
.js [data-reveal="zoom"] { transform: scale(.94); }
.js [data-split] .zeile { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.js [data-split] .zeile > span { display: inline-block; transform: translateY(105%); transition: transform 1.1s var(--ease-out); transition-delay: calc(var(--i, 0) * 90ms); }
.js [data-split].is-in .zeile > span { transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js [data-reveal], .js [data-split] .zeile > span { opacity: 1 !important; transform: none !important; }
  .js .reveal-img:not(.is-in) { clip-path: none; }
  .js .reveal-img:not(.is-in) img { transform: none; }
  .aura i, .laufband__spur { animation: none !important; }
  .btn { transition: background .2s, border-color .2s, color .2s; }
  .kopf__bild img { transform: none; }
}

/* -------------------------------------------------------------- 12 Sparbetrieb */
html.sparsam *, html.sparsam *::before, html.sparsam *::after {
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important; will-change: auto !important;
}
html.sparsam .aura { filter: blur(40px); }
html.sparsam .aura i:nth-child(n+3) { display: none; }
html.sparsam .glas { --glas-bg: rgba(31,29,26,.9); }
html.sparsam .glas.on-light, html.sparsam .kopfleiste.scrolled .glas { --glas-bg: rgba(255,255,255,.97); }
html.sparsam .laufband__spur { animation: none; }
html.sparsam .bildkachel__nr { background: rgba(0,0,0,.4); }

@media print {
  .kopfleiste, .mnav, .fortschritt, .footer, .schluss, .aura, [data-an] svg { display: none !important; }
  .kopf { min-height: 0; color: #000; background: none; padding-top: 0; }
  .kopf h1 { color: #000; }
  .deck { box-shadow: none; }
}
