/* =========================================================================
   Dr. Özdemir – Plastische & Ästhetische Chirurgie Wien
   Design System · Markenfarben aus dem Logo (Petrol-Blau → Smaragd-Grün)
   DSGVO-freundlich: keine externen Fonts/CDNs, alles lokal.
   ========================================================================= */

:root {
  /* --- Markenfarben (aus dem Logo) --- */
  --petrol:     #1D6A8D;   /* Untertitel-Blau (primär) */
  --petrol-700: #15536e;
  --petrol-900: #0e3a4d;
  --blue:       #047DB1;   /* Monogramm-Blau */
  --green:      #27AD7C;   /* Name-Grün */
  --green-700:  #1d8a62;
  --olive:      #61993A;   /* Monogramm-Akzent */

  /* abgeleitete helle Töne */
  --petrol-50:  #eef6fa;
  --petrol-100: #d8ebf3;
  --green-50:   #e9f8f1;
  --green-100:  #cdefe0;

  /* --- Neutral / edel --- */
  --bg:        #ffffff;
  --cream:     #f7faf9;    /* sehr helles Grün-Grau */
  --surface:   #f1f6f6;
  --line:      #e4eded;
  --line-soft: #eef3f3;
  --ink:       #14323d;    /* dunkles Petrol-Navy */
  --ink-soft:  #3a565f;
  --muted:     #6d858c;
  --white:     #ffffff;
  --danger:    #d4495f;
  --gold:      #b8924f;    /* dezenter Luxus-Akzent */

  /* --- Effekte --- */
  --shadow-sm: 0 1px 2px rgba(20,50,61,.05), 0 1px 3px rgba(20,50,61,.04);
  --shadow:    0 10px 30px -12px rgba(20,50,61,.18), 0 3px 8px rgba(20,50,61,.05);
  --shadow-lg: 0 30px 60px -20px rgba(13,58,77,.30), 0 10px 28px -14px rgba(20,50,61,.18);
  --ring:      0 0 0 4px rgba(4,125,177,.16);

  --radius-sm: 12px;
  --radius:    18px;
  --radius-lg: 26px;
  --radius-xl: 34px;

  --grad-brand:  linear-gradient(120deg, var(--petrol) 0%, var(--blue) 45%, var(--green) 100%);
  --grad-soft:   linear-gradient(165deg, #f6fbfa 0%, #eef7f6 55%, #e7f4f1 100%);
  --grad-dark:   linear-gradient(150deg, #0e3a4d 0%, #11445a 55%, #14564a 100%);

  --container: 1180px;
  --header-h: 124px;

  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
}

/* ------------------------------------------------------------------ Reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 8px; }

h1, h2, h3, h4 { overflow-wrap: break-word; }   /* lange Fachwörter umbrechen statt überlaufen (Handy) */
h1, h2, h3 { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.01em; line-height: 1.12; color: var(--ink); }

/* ---------------------------------------------------------------- Layout */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(18px, 4vw, 40px); }
.section { padding-block: clamp(60px, 9vw, 116px); }
.section--cream { background: var(--cream); }
.section--soft { background: var(--grad-soft); border-block: 1px solid var(--line); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--green-700);
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--grad-brand); border-radius: 2px; }
.section-head { max-width: 680px; margin-bottom: clamp(34px, 5vw, 54px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-top: 14px; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; margin-top: 14px; }

/* Fließtext auf der Startseite (SEO-Texte) */
.home-prose { max-width: 840px; }
.home-prose > p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.8; margin-bottom: 18px; }
.home-prose h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); color: var(--ink); margin: 44px 0 16px; }
.home-prose > h2:first-child { margin-top: 0; }
.home-prose h3 { font-size: 1.22rem; color: var(--petrol); margin: 30px 0 12px; }
.home-prose strong { color: var(--ink); font-weight: 650; }
.home-prose .home-sign { margin-top: 26px; color: var(--ink-soft); }
.home-prose .home-sign strong { display: inline-block; margin-top: 4px; font-family: var(--font-serif); font-weight: 500; font-size: 1.3rem; color: var(--petrol); }

/* Willkommens-Bereich: Text links, freigestelltes Ganzkörper-Portrait rechts —
   füllt die gesamte Höhe des Textblocks. Stileffekt: Glow + Ring in Marken-
   farben hinter der Figur, unten weicher Auslauf in den Hintergrund.       */
.welcome-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 70px); align-items: stretch; }
.welcome-photo { position: relative; min-height: 480px; }
.welcome-photo::before { content: ""; position: absolute; top: 4%; left: 50%; transform: translateX(-50%);
  width: min(430px, 116%); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(39,173,124,.28), rgba(4,125,177,.15) 55%, rgba(4,125,177,0) 74%); }
.welcome-photo::after { content: ""; position: absolute; top: 9%; left: 50%; transform: translateX(-50%);
  width: min(380px, 104%); aspect-ratio: 1; border-radius: 50%;
  border: 1.5px solid rgba(29,106,141,.25); }
.welcome-photo img { position: absolute; z-index: 1; bottom: 0; left: 50%; transform: translateX(-50%);
  height: 100%; width: auto; max-width: none;
  filter: drop-shadow(0 26px 40px rgba(14,42,55,.30));
  -webkit-mask-image: linear-gradient(180deg, #000 88%, transparent 99%);
          mask-image: linear-gradient(180deg, #000 88%, transparent 99%); }
@media (max-width: 860px) {
  .welcome-grid { grid-template-columns: 1fr; }
  .welcome-photo { min-height: 0; height: 440px; margin-top: 18px; }
  /* Glow/Ring nicht breiter als die Spalte – verhinderte sonst horizontales
     Überlaufen (seitliches Verschieben der Startseite am Handy). */
  .welcome-photo::before { width: min(430px, 100%); }
  .welcome-photo::after { width: min(380px, 92%); }
}

/* ---------------------------------------------------------------- Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: .98rem;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s; white-space: nowrap; }
.btn svg { width: 19px; height: 19px; }
.btn-primary { background: var(--grad-brand); color: #fff; box-shadow: 0 10px 24px -10px rgba(4,125,177,.55); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(4,125,177,.6); }
.btn-ghost { background: #fff; color: var(--petrol); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--petrol); transform: translateY(-2px); }
.btn-light { background: rgba(255,255,255,.14); color: #fff; border: 1.5px solid rgba(255,255,255,.4); backdrop-filter: blur(4px); }
.btn-light:hover { background: rgba(255,255,255,.24); transform: translateY(-2px); }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }

/* ----------------------------------------------------------------- Header */
.site-header { position: fixed; top: 0; inset-inline: 0; z-index: 100; height: var(--header-h);
  display: flex; align-items: center; transition: background .3s, box-shadow .3s, height .3s;
  background: rgba(255,255,255,0); }
.site-header.solid { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line), var(--shadow-sm); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { display: flex; align-items: center; gap: 12px; }
/* Vier Varianten: voll/Monogramm × farbig/weiß. Standard: alle aus, gezielt einblenden. */
.brand-logo img { width: auto; display: none; transition: height .3s; }
.brand-logo .logo-full { height: 90px; }
.brand-logo .logo-mark { height: 64px; }
/* Beim Scrollen nach unten: Header + Logo dynamisch verkleinern */
.site-header.shrunk { --header-h: 84px; }
.site-header.shrunk .logo-full { height: 60px; }
.site-header.shrunk .logo-mark { height: 48px; }
/* Desktop, Header solid / Nicht-Hero-Seiten: farbige Wortmarke */
.brand-logo .logo-full.logo-color { display: block; }
/* Desktop, über dem Hero (transparent): weiße Wortmarke */
body.has-hero .site-header:not(.solid) .brand-logo .logo-full.logo-color { display: none; }
body.has-hero .site-header:not(.solid) .brand-logo .logo-full.logo-white { display: block; }

/* Desktop-Navigation */
.main-nav { display: flex; align-items: center; gap: 4px; flex-wrap: nowrap; }
.nav-link { position: relative; padding: 10px 16px; border-radius: 999px; font-weight: 600; font-size: .96rem; color: var(--ink-soft);
  white-space: nowrap; transition: color .2s, background .2s; }
.nav-link:hover { color: var(--petrol); background: var(--petrol-50); }
.nav-cta { margin-left: 8px; }

/* Behandlungs-Mega-Menü (Desktop, klappt unter dem Header auf) */
.has-mega { position: static; flex: 0 0 auto; }
.mega { position: absolute; top: calc(var(--header-h) - 6px); left: 50%; transform: translateX(-50%) translateY(10px);
  width: min(960px, calc(100vw - 36px)); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 22px; opacity: 0; visibility: hidden; transition: opacity .22s, transform .22s; z-index: 120; }
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
/* Unsichtbare Brücke: füllt die Lücke zwischen Link und Kachel, damit der Hover beim Hinüberfahren nicht abreißt */
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -46px; height: 46px; }
.mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mega-col h4 { font-family: var(--font); display: flex; align-items: center; gap: 9px; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--green-700); margin-bottom: 12px; }
.mega-col h4 .mi { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--green-50); color: var(--green-700); }
.mega-col h4 .mi svg { width: 17px; height: 17px; }
.mega-col a { display: block; padding: 8px 10px; border-radius: 10px; font-size: .92rem; color: var(--ink-soft); transition: background .15s, color .15s; }
.mega-col a:hover { background: var(--petrol-50); color: var(--petrol); }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; place-items: center; color: var(--ink); background: var(--surface); }
.nav-toggle svg { width: 24px; height: 24px; }

/* Header über dunklem Hero: helle Schrift, bis gescrollt wird (Logo: eigene weiße SVG) */
body.has-hero .site-header:not(.solid) .nav-link { color: rgba(255,255,255,.9); }
body.has-hero .site-header:not(.solid) .nav-link:hover { color: #fff; background: rgba(255,255,255,.15); }
body.has-hero .site-header:not(.solid) .nav-link.active { color: #fff; background: rgba(255,255,255,.2); }
body.has-hero .site-header:not(.solid) .nav-toggle { color: #fff; background: rgba(255,255,255,.16); }

/* ------------------------------------------------------------------- Hero */
/* Alle Seiten fix auf ihre Breite halten (kein seitliches Verschieben/Gummiband).
   overflow-x:clip (nicht hidden!) erzeugt keinen Scrollcontainer und bricht daher
   KEINE sticky-Elemente (über mich, Kalender). Innere overflow-x:auto-Leisten
   (A–Z im Kalender, Admin-Tabs) behalten ihr eigenes Wischen. */
body { overflow-x: clip; }
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,42,55,.82) 0%, rgba(13,58,77,.62) 45%, rgba(20,86,74,.45) 100%); }
/* Platzhalter-Hintergrund bis das Wien-Video geliefert wird */
.hero-media.placeholder { background: var(--grad-dark); }
.hero-media.placeholder::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(50% 50% at 80% 10%, rgba(39,173,124,.30), transparent 70%),
              radial-gradient(45% 50% at 10% 100%, rgba(4,125,177,.35), transparent 70%); }
/* Zentrierter Eyecatcher: Name → Fachgebiet → Adresszeile gleiten nacheinander
   von unten ein (einmalig beim Laden, mobil wie Desktop identisch).
   Größen-Staffelung von groß nach klein: Name > Fachgebiet > Adresse. */
.hero-inner { position: relative; z-index: 2; max-width: 860px; margin-inline: auto; text-align: center;
  padding-block: calc(var(--header-h) + 40px) 60px; }
/* Adresse: dezente kleine Textzeile direkt unter dem Fachgebiet (keine Pille) */
.hero-addr { display: block; font-size: clamp(.66rem, 2.4vw, .95rem); font-weight: 500;
  letter-spacing: .12em; color: rgba(255,255,255,.72); margin-top: 14px; white-space: nowrap; }
.hero-seq { opacity: 0; transform: translateY(34px); animation: heroRise .9s cubic-bezier(.22,.75,.25,1) forwards; }
.hero-title .ht-name.hero-seq { animation-delay: .25s; }
.hero-title .ht-fach.hero-seq { animation-delay: .75s; }
.hero .hero-addr.hero-seq { animation-delay: 1.25s; }
@keyframes heroRise { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .hero-seq { animation: none; opacity: 1; transform: none; }
  .hero-addr::after { animation: none; opacity: 1; }
}
.hero h1 { color: #fff; font-size: clamp(2.3rem, 6vw, 4.1rem); line-height: 1.05; }
.hero h1 em { font-style: italic; color: #d7f3e7; }
/* H1 zweizeilig: Name + Fachgebiet, versal (SEO: normale Schreibweise im HTML).
   Fluid so bemessen, dass jede Zeile IMMER einzeilig bleibt (kein Umbruch). */
.hero-title { margin-top: 0; }
.hero-title .ht-name, .hero-title .ht-fach { display: block; text-transform: uppercase; white-space: nowrap; }
.hero-title .ht-name { font-size: clamp(.9rem, 4.3vw, 2.4rem); letter-spacing: .04em; font-weight: 600; line-height: 1.15; }
.hero-title .ht-fach { font-size: clamp(.68rem, 3vw, 1.3rem); letter-spacing: .3em; color: #bfe9d6; margin-top: 10px;
  font-family: var(--font); font-weight: 500; }
/* feine Trennlinie unter der Adresszeile – zentriert, blendet zuletzt ein */
.hero-addr::after { content: ""; display: block; width: 68px; height: 2px; margin: 22px auto 0;
  background: linear-gradient(90deg, rgba(39,173,124,0), #27AD7C, rgba(39,173,124,0)); border-radius: 2px;
  opacity: 0; animation: heroFade .8s ease 1.55s forwards; }
@keyframes heroFade { to { opacity: 1; } }
.hero-claim { font-family: var(--font-serif); font-size: clamp(1.55rem, 3.8vw, 2.5rem); line-height: 1.18; color: #fff; margin-top: 20px; }
.hero-claim em { font-style: italic; color: #d7f3e7; }
.hero .lead { font-size: clamp(1.02rem, 2.1vw, 1.22rem); color: rgba(255,255,255,.82); margin-top: 8px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.7); }
.hero-scroll span.dot { width: 22px; height: 36px; border: 2px solid rgba(255,255,255,.5); border-radius: 12px; position: relative; }
.hero-scroll span.dot::after { content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 3px; height: 7px; background: #fff; border-radius: 2px; animation: scrolldot 1.6s infinite; }
@keyframes scrolldot { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 80%{opacity:0;transform:translate(-50%,10px)} 100%{opacity:0} }

/* --------------------------------------------------------- Region-Auswahl */
.regions { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 22px); }
.region-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .25s, box-shadow .25s, border-color .25s; cursor: pointer; }
.region-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--grad-brand); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.region-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--green-100); }
.region-card:hover::before { transform: scaleX(1); }
.region-ic { width: 58px; height: 58px; border-radius: 17px; display: grid; place-items: center;
  background: var(--green-50); color: var(--green-700); border: 1px solid var(--green-100); margin-bottom: 20px; }
.region-ic svg { width: 30px; height: 30px; }
.region-card h3 { font-size: 1.4rem; }
.region-card p { color: var(--ink-soft); font-size: .96rem; margin-top: 10px; flex: 1; }
.region-card .count { margin-top: 16px; font-size: .85rem; font-weight: 700; color: var(--green-700); display: inline-flex; align-items: center; gap: 8px; }
.region-card .count svg { width: 17px; height: 17px; transition: transform .2s; }
.region-card:hover .count svg { transform: translateX(4px); }

/* Behandlungsliste (in Region-Akkordeon / Section) */
.treat-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; }
.treat-item { display: flex; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  transition: transform .2s, box-shadow .2s, border-color .2s; }
.treat-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--green-100); }
.treat-item .t-ic { flex: none; width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--petrol-50); color: var(--petrol); }
.treat-item .t-ic svg { width: 21px; height: 21px; }
.treat-item h4 { font-family: var(--font); font-size: 1rem; font-weight: 700; color: var(--ink); }
.treat-item p { font-size: .88rem; color: var(--muted); margin-top: 3px; }
.treat-item .badge-m { font-size: .68rem; font-weight: 700; color: var(--blue); background: var(--petrol-50); padding: 1px 7px; border-radius: 999px; margin-left: 6px; vertical-align: middle; }

/* ------------------------------------------------------------------- News */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.news-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); position: relative; }
.news-card .date { font-size: .8rem; color: var(--muted); font-weight: 600; }
.news-card h3 { font-family: var(--font); font-size: 1.18rem; font-weight: 700; margin: 8px 0 10px; }
.news-card p { color: var(--ink-soft); font-size: .95rem; }
.news-card .pin { position: absolute; top: 20px; right: 20px; color: var(--green); }
.news-card .pin svg { width: 18px; height: 18px; }

/* --------------------------------------------------------------- Standort */
.info-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(22px, 4vw, 48px); align-items: start; }
.info-rows { display: grid; gap: 14px; }
.info-row { display: flex; gap: 15px; align-items: flex-start; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.info-row .ic { flex: none; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--green-50); color: var(--green-700); }
.info-row .ic svg { width: 21px; height: 21px; }
.info-row .lbl { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.info-row .val { font-weight: 600; color: var(--ink); }
.info-row a.val:hover { color: var(--petrol); }
.hours-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.hours-table tr { border-bottom: 1px solid var(--line-soft); }
.hours-table tr:last-child { border-bottom: none; }
.hours-table tr.today { background: var(--green-50); }
.hours-table td { padding: 13px 18px; font-size: .96rem; }
.hours-table td:first-child { font-weight: 600; }
.hours-table td:last-child { text-align: right; color: var(--ink-soft); }
.hours-table td.closed { color: var(--muted); }

/* ----------------------------------------------------------------- Footer */
.site-footer { background: var(--grad-dark); color: rgba(255,255,255,.78); padding-block: clamp(48px, 7vw, 76px) 28px; }
.site-footer .container { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
.site-footer h4 { font-family: var(--font); color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: #fff; }
.site-footer .f-links { display: grid; gap: 9px; font-size: .95rem; }
.site-footer .f-logo { height: 64px; margin-bottom: 18px; opacity: .95; }
.site-footer .f-about { font-size: .95rem; max-width: 340px; line-height: 1.6; }
.site-footer .f-about strong { display: block; font-weight: 600; font-size: 1.02rem; margin-bottom: 4px; color: #fff; }
.f-social { display: flex; gap: 10px; margin-top: 18px; }
.f-social a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); }
.f-social a:hover { background: rgba(255,255,255,.2); }
.f-social svg { width: 20px; height: 20px; }
.f-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 36px; padding-top: 20px; font-size: .85rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ------------------------------------------------- Mobile Bottom-Leiste */
/* Glasige Statusleiste unten – beim Runterscrollen kompakt, beim
   Hochscrollen wieder groß (Steuerung: initHeader). Nur Mobil sichtbar.  */
.mobile-bar { display: none; }
@media (max-width: 880px) {
  /* An die Browser-Leiste angedockt: volle Breite, unten bündig (bottom:0),
     oben abgerundet. Geschrumpft wird NUR über Padding/Button-Größe
     (kein bottom-Wechsel), damit die Unterkante fix bleibt – kein Knick. */
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    display: flex; align-items: center; justify-content: space-around; gap: 4px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); border-radius: 20px 20px 0 0;
    background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(22px) saturate(1.6); backdrop-filter: blur(22px) saturate(1.6);
    border-top: 1px solid rgba(255,255,255,.75); box-shadow: 0 -10px 30px -16px rgba(14,42,55,.4), inset 0 1px 0 rgba(255,255,255,.6);
    transition: padding .28s ease, box-shadow .28s ease; }
  .mobile-bar.shrunk { padding: 5px 12px calc(5px + env(safe-area-inset-bottom));
    box-shadow: 0 -6px 20px -12px rgba(14,42,55,.35), inset 0 1px 0 rgba(255,255,255,.6); }
  .mb-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
    width: 52px; height: 56px; border-radius: 15px; color: var(--ink-soft); transition: color .2s, background .2s, width .28s ease, height .28s ease; }
  .mb-btn svg { width: 22px; height: 22px; }
  .mb-btn span { font-size: .55rem; font-weight: 700; letter-spacing: 0; white-space: nowrap; transition: opacity .22s ease, max-height .28s ease; }
  .mobile-bar.shrunk .mb-btn { width: 44px; height: 46px; }
  .mobile-bar.shrunk .mb-btn span { opacity: 0; max-height: 0; overflow: hidden; }
  .mb-btn:hover, .mb-btn.active { color: var(--petrol); }
  /* Beratungsthemen: markanter Glanz-Button */
  .mb-center { width: 66px; height: 66px; border-radius: 999px; background: var(--grad-brand); color: #fff;
    box-shadow: 0 10px 22px -8px rgba(4,125,177,.6); margin-inline: 2px; transition: width .28s ease, height .28s ease; }
  .mb-center svg { width: 26px; height: 26px; }
  .mb-center span { color: #fff; }
  .mobile-bar.shrunk .mb-center { width: 54px; height: 54px; }
}

/* ------------------------------------------------------ Sprachumschalter */
/* Glas-Slider DE | EN | TR: Milchglas-Kapsel, der weiße „Daumen" gleitet
   beim Wechsel unter die aktive Sprache (Transform in i18n.js gesetzt). */
.lang-switch { position: relative; display: inline-flex; align-items: center; margin-left: 6px;
  padding: 3px; border-radius: 999px; background: rgba(255,255,255,.55); border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(10px) saturate(1.4); backdrop-filter: blur(10px) saturate(1.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 2px 10px -6px rgba(14,42,55,.25); }
.lang-thumb { position: absolute; top: 3px; bottom: 3px; left: 3px; width: calc((100% - 6px) / 3);
  border-radius: 999px; background: #fff; box-shadow: 0 2px 8px -3px rgba(14,42,55,.35);
  transition: transform .24s cubic-bezier(.3,.7,.3,1); pointer-events: none; }
.lang-btn { position: relative; z-index: 1; width: 40px; padding: 5px 0; text-align: center;
  font-weight: 700; font-size: .78rem; letter-spacing: .04em; color: var(--muted);
  border-radius: 999px; transition: color .2s; }
.lang-btn:hover { color: var(--petrol); }
.lang-btn.on { color: var(--petrol); }
/* Über dem Hero (transparenter Header): dunkles Glas, helle Schrift */
body.has-hero .site-header:not(.solid) .lang-switch { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.32); box-shadow: inset 0 1px 0 rgba(255,255,255,.25); }
body.has-hero .site-header:not(.solid) .lang-thumb { background: rgba(255,255,255,.28); box-shadow: none; }
body.has-hero .site-header:not(.solid) .lang-btn { color: rgba(255,255,255,.75); }
body.has-hero .site-header:not(.solid) .lang-btn:hover,
body.has-hero .site-header:not(.solid) .lang-btn.on { color: #fff; }
/* Kompakte Variante in der mobilen Glas-Statusleiste */
/* Handy: DE/EN + Menü rechts oben; Aufklapp-Menü darunter; Header blendet beim Runterscrollen aus */
.hdr-mobile { display: none; }
.mobile-menu { display: none; }
@media (max-width: 880px) {
  .site-header { transition: transform .34s ease, background .3s ease, box-shadow .3s ease; }
  .site-header.header-hidden { transform: translateY(-100%); }
  .hdr-mobile { display: flex; align-items: center; gap: 8px; position: relative; z-index: 121; }
  .lang-switch-hdr { margin-left: 0; }
  .lang-switch-hdr .lang-btn { width: 34px; padding: 4px 0; font-size: .72rem; }

  .mobile-menu { display: flex; flex-direction: column; gap: 2px; position: absolute; top: 100%; right: clamp(14px, 4vw, 40px);
    margin-top: 8px; min-width: 214px; padding: 10px; border-radius: 16px; z-index: 120;
    background: rgba(255,255,255,.97); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
    border: 1px solid var(--line); box-shadow: 0 22px 46px -18px rgba(14,42,55,.42);
    opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.98); transform-origin: top right;
    transition: opacity .24s ease, transform .24s ease, visibility .24s; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
  .mobile-menu a { padding: 11px 14px; border-radius: 10px; color: var(--ink); font-weight: 600; }
  .mobile-menu a:hover, .mobile-menu a.active { background: var(--petrol-50); color: var(--petrol); }
  .mobile-menu .mm-cta { margin-top: 6px; background: var(--grad-brand); color: #fff; text-align: center; }
}

/* ------------------------------------------------------- Nach-oben-Button */
.to-top { position: fixed; right: 20px; bottom: 24px; z-index: 94; width: 48px; height: 48px;
  border-radius: 50%; display: grid; place-items: center; background: var(--grad-brand); color: #fff;
  box-shadow: 0 10px 24px -10px rgba(4,125,177,.6); opacity: 0; visibility: hidden;
  transform: translateY(12px); transition: opacity .3s, visibility .3s, transform .3s; }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { transform: translateY(-3px); }
.to-top svg { width: 22px; height: 22px; }
@media (max-width: 880px) { .to-top { right: 14px; bottom: calc(86px + env(safe-area-inset-bottom)); width: 44px; height: 44px; } body.admin .to-top { bottom: 18px; } }

/* --------------------------------- Behandlungs-Menü als Bottom-Sheet (Mobil) */
.sheet-backdrop { position: fixed; inset: 0; z-index: 130; background: rgba(14,42,55,.5); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.sheet-backdrop.open { opacity: 1; visibility: visible; }
.sheet { position: fixed; left: 0; right: 0; bottom: 0; z-index: 131; background: #fff;
  border-radius: 26px 26px 0 0; box-shadow: 0 -20px 50px -20px rgba(14,42,55,.4);
  transform: translateY(100%); transition: transform .35s cubic-bezier(.22,1,.36,1); max-height: 86svh; overflow-y: auto;
  padding: 10px 18px calc(18px + env(safe-area-inset-bottom)); }
.sheet.open { transform: translateY(0); }
.sheet-handle { width: 44px; height: 5px; border-radius: 3px; background: var(--line); margin: 8px auto 14px; }
.sheet-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.sheet-head h3 { font-size: 1.3rem; }
.sheet-close { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--surface); color: var(--ink); }
.sheet-region { margin-bottom: 16px; }
/* Themen-Gruppen gleiten beim Öffnen dezent gestaffelt nach oben */
.sheet .sheet-region { opacity: 0; transform: translateY(16px); transition: opacity .35s ease, transform .35s ease; }
.sheet.open .sheet-region { opacity: 1; transform: none; }
.sheet.open .sheet-region:nth-child(2) { transition-delay: .06s; }
.sheet.open .sheet-region:nth-child(3) { transition-delay: .12s; }
.sheet.open .sheet-region:nth-child(4) { transition-delay: .18s; }
.sheet.open .sheet-region:nth-child(5) { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .sheet .sheet-region { transition: none; transform: none; opacity: 1; } }
.sheet-region > .r-title { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--green-700); margin-bottom: 8px; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.sheet-region > .r-title .ri { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--green-50); }
.sheet-region > .r-title .ri svg { width: 17px; height: 17px; }
.sheet-region a { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; border-radius: 12px; background: var(--cream); margin-bottom: 6px; font-weight: 600; color: var(--ink); }
.sheet-region a:active { background: var(--petrol-50); }
.sheet-region a svg { width: 18px; height: 18px; color: var(--muted); }
/* Unterer Block (Über mich + Kontakt): ohne Überschrift, nur feine Trennlinie */
.sheet-more { border-top: 1px solid var(--line); padding-top: 14px; }
.sheet-lang { display: flex; justify-content: center; padding: 12px 0 4px; margin-top: 4px; border-top: 1px solid var(--line); }
.sheet-lang .lang-switch { margin: 0; background: var(--cream); }
.sheet-lang .lang-btn { width: 56px; padding: 8px 0; font-size: .88rem; }

/* ----------------------------------------------------------- System-Popup */
.popup-backdrop { position: fixed; inset: 0; z-index: 200; background: rgba(14,42,55,.55); backdrop-filter: blur(3px);
  display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.popup-backdrop.open { opacity: 1; visibility: visible; }
.popup { background: #fff; border-radius: var(--radius-lg); max-width: 460px; width: 100%; box-shadow: var(--shadow-lg);
  overflow: hidden; transform: translateY(14px) scale(.98); transition: transform .3s; }
.popup-backdrop.open .popup { transform: none; }
.popup-top { height: 6px; background: var(--grad-brand); }
.popup-body { padding: 30px 28px 26px; text-align: center; }
.popup-body .pic { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin: 0 auto 16px; background: var(--green-50); color: var(--green-700); }
.popup-body .pic svg { width: 28px; height: 28px; }
.popup-body h3 { font-size: 1.5rem; }
.popup-body p { color: var(--ink-soft); margin-top: 10px; }
.popup-actions { display: flex; gap: 10px; justify-content: center; margin-top: 22px; }

/* Großes Urlaubspopup mit animierter Strandszene */
.popup-urlaub { max-width: 620px; }
.popup-urlaub .beach { display: block; width: 100%; height: auto; }
.popup-urlaub .urlaub-dates { font-family: var(--font-serif); font-size: 1.25rem; color: var(--petrol); font-weight: 600; margin-top: 8px; }
.popup-urlaub .popup-body h3 { font-size: 1.7rem; }
.b-palm { transform-origin: 96px 236px; animation: bPalm 6s ease-in-out infinite; }
.b-sun { transform-origin: 470px 68px; animation: bSun 5s ease-in-out infinite; }
.b-rays { transform-origin: 470px 68px; animation: bRays 40s linear infinite; }
.b-wave.w1 { animation: bWave 7s linear infinite; }
.b-wave.w2 { animation: bWave 10s linear infinite reverse; }
.b-schirm { transform-origin: 262px 236px; animation: bPalm 8s ease-in-out infinite reverse; }
@keyframes bPalm { 0%, 100% { transform: rotate(-1.6deg); } 50% { transform: rotate(1.8deg); } }
@keyframes bSun { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes bRays { to { transform: rotate(360deg); } }
@keyframes bWave { to { transform: translateX(60px); } }
@media (prefers-reduced-motion: reduce) {
  .b-palm, .b-sun, .b-rays, .b-wave.w1, .b-wave.w2, .b-schirm { animation: none; }
}
.popup-close { position: absolute; }

/* ----------------------- Nicht-Hero-Seiten: fester heller Header-Balken */
body:not(.has-hero) { padding-top: var(--header-h); }
body:not(.has-hero) .site-header { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line), var(--shadow-sm); }
.nav-link.active { color: var(--petrol); background: var(--petrol-50); }

/* ------------------------------------------------ Behandlungen-Übersicht */
.region-block { padding-block: clamp(34px, 5vw, 56px); border-bottom: 1px solid var(--line-soft); scroll-margin-top: calc(var(--header-h) + 16px); }
.region-block:last-child { border-bottom: none; }
.region-block-head { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 26px; }
.region-block-head .region-ic { margin-bottom: 0; flex: none; }
.region-block-head h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.region-block-head p { color: var(--ink-soft); margin-top: 6px; max-width: 640px; }

/* ----------------------------------------------------- Behandlung-Detail */
.detail-hero { background: var(--grad-soft); border-bottom: 1px solid var(--line); padding-block: clamp(38px, 6vw, 70px); }
.crumbs { font-size: .85rem; color: var(--muted); font-weight: 600; margin-bottom: 18px; }
.crumbs a:hover { color: var(--petrol); }
.detail-ic { width: 60px; height: 60px; border-radius: 17px; display: grid; place-items: center; background: var(--green-50); color: var(--green-700); border: 1px solid var(--green-100); margin-bottom: 18px; }
.detail-ic svg { width: 30px; height: 30px; }
.detail-hero h1 { font-size: clamp(1.7rem, 5vw, 3.2rem); overflow-wrap: break-word; word-break: break-word; hyphens: auto; }
.detail-hero .lead { color: var(--ink-soft); font-size: 1.12rem; margin-top: 14px; max-width: 620px; }
.detail-hero .hero-actions { margin-top: 26px; }
/* Kopfbild (Panorama der alten Seite) unter dem Behandlungs-Hero */
.detail-banner { border-bottom: 1px solid var(--line); }
.detail-banner img { display: block; width: 100%; height: auto; }   /* Originalproportion 1804x500 */
/* Text über volle Breite; Termin-Karte folgt sauber nach dem Text */
.detail-body { display: block; max-width: 980px; margin-inline: auto; }
/* Preislisten-Kachel über der Buchungs-CTA (Botox/Hyaluron) */
.detail-price-cta { margin-top: 44px; display: flex; align-items: center; gap: 18px; text-decoration: none;
  background: var(--grad-soft); border: 1px solid var(--green-100); border-radius: var(--radius-lg);
  padding: 18px 22px; transition: border-color .18s, box-shadow .18s, transform .18s; }
.detail-price-cta:hover { border-color: var(--green-700); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.detail-price-cta .dpc-ic { flex: none; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: var(--green-50); color: var(--green-700); border: 1px solid var(--green-100); }
.detail-price-cta .dpc-ic svg { width: 26px; height: 26px; }
.detail-price-cta .dpc-txt { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.detail-price-cta .dpc-eyebrow { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--green-700); }
.detail-price-cta .dpc-txt strong { font-family: var(--font-serif); font-size: 1.15rem; color: var(--ink); font-weight: 600; }
.detail-price-cta .dpc-sub { font-size: .9rem; color: var(--ink-soft); }
.detail-price-cta .dpc-arrow { flex: none; color: var(--green-700); }
.detail-price-cta .dpc-arrow svg { width: 22px; height: 22px; }
.detail-price-cta + .detail-cta { margin-top: 20px; }
.detail-cta { margin-top: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  background: var(--grad-dark); color: #fff; border-radius: var(--radius-xl); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow); }
.detail-cta h3 { color: #fff; font-size: clamp(1.2rem, 2.4vw, 1.6rem); margin-bottom: 14px; }
.detail-cta .dc-rows { display: flex; flex-direction: column; gap: 8px; font-size: .95rem; color: rgba(255,255,255,.85); }
.detail-cta .dc-rows span { display: inline-flex; align-items: center; gap: 9px; }
.detail-cta .dc-rows svg { width: 17px; height: 17px; color: #8fd8bd; flex: none; }
.detail-cta .dc-rows a { color: #fff; font-weight: 600; }
.detail-cta .btn { flex: none; }
/* Bildfiguren im Behandlungstext */
.t-figrow { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin: 20px 0 26px; align-items: stretch; }
.t-figrow:has(.t-fig:only-child), .t-figrow-single { grid-template-columns: minmax(0, 420px); }
.t-fig { margin: 0; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.t-fig img { width: 100%; height: auto; border-radius: 14px; }
.t-fig figcaption { font-size: .82rem; line-height: 1.35; color: var(--muted); text-align: center; padding: 0 4px; }
.t-foto img { object-fit: cover; box-shadow: var(--shadow); }
.t-schema { background: var(--petrol-50); border: 1px solid var(--line); border-radius: 16px; padding: 14px 14px 12px; }
.t-schema img { border-radius: 8px; mix-blend-mode: multiply; }
.t-schema figcaption { color: var(--petrol); font-weight: 600; }
.t-figrow-icon { grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); }
.t-icon { align-items: center; }
.t-icon img { width: min(110px, 100%); border-radius: 50%; }
.t-icon figcaption { font-weight: 600; color: var(--ink-soft); }

/* --- Animation Bruststraffung/-verkleinerung (wie alte Website) ---------- */
.bstr { margin: 0; background: var(--petrol-50); border: 1px solid var(--line); border-radius: 16px; padding: 14px 14px 12px;
  display: flex; flex-direction: column; gap: 8px; }
.bstr figcaption { font-size: .82rem; line-height: 1.35; color: var(--petrol); font-weight: 600; text-align: center; }
.bstr-stage { position: relative; width: 100%; }
.bstr-stage img { width: 100%; height: auto; display: block; mix-blend-mode: multiply; }
.bstr-stage img:not(:first-child) { position: absolute; inset: 0; }
.bstr-vorher { animation: bstrVorher 10s ease-in-out infinite; }
.bstr-schnitt { opacity: 0; animation: bstrSchnitt 10s ease-in-out infinite; }
.bstr-nach { opacity: 0; animation: bstrNach 10s ease-in-out infinite; }
.bstr-cut { position: absolute; width: 6%; height: 6%; opacity: 0; animation: bstrSchnitt 10s ease-in-out infinite; }
.bstr-cut::before { content: ""; position: absolute; inset: 0; border: 2px dashed var(--green-700); border-radius: 50%;
  animation: bstrRotate 2s linear infinite; }
.bstr[data-v="1"] .bstr-cut { top: 49.8%; }
.bstr[data-v="2"] .bstr-cut { top: 47.9%; }
.bstr[data-v="3"] .bstr-cut { top: 54%; }
.bstr-cut.a { left: 31%; }
.bstr-cut.b { right: 31.9%; }
@keyframes bstrVorher { 0%,50% { opacity: 1; } 70%,99% { opacity: 0; } 100% { opacity: 1; } }
@keyframes bstrSchnitt { 0%,20% { opacity: 0; } 25%,50% { opacity: 1; } 70%,100% { opacity: 0; } }
@keyframes bstrNach { 0%,50% { opacity: 0; } 70%,99% { opacity: 1; } 100% { opacity: 0; } }
@keyframes bstrRotate { to { transform: rotate(360deg); } }

/* --- Animation Schamlippenverkleinerung: Vorher-Varianten gleiten auf ----- */
.slv-anim { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 20px 0 26px; }
.slv-card { margin: 0; display: flex; flex-direction: column; gap: 8px;
  transform: translateX(calc(var(--i) * (-100% - 14px))); opacity: 0;
  transition: transform .9s cubic-bezier(.22,1,.36,1), opacity .6s ease;
  transition-delay: calc(var(--i) * .22s); }
.slv-card:first-child { opacity: 1; }
.slv-anim.play .slv-card { transform: translateX(0); opacity: 1; }
.slv-card img { width: 100%; height: auto; border-radius: 14px; box-shadow: var(--shadow-sm); }
.slv-card figcaption { font-size: .82rem; font-weight: 600; color: var(--muted); text-align: center; }
.slv-card.slv-nachher img { box-shadow: 0 0 0 2.5px var(--green-700), var(--shadow); }
.slv-card.slv-nachher figcaption { color: var(--green-700); }
@media (max-width: 640px) { .slv-anim { grid-template-columns: repeat(2, 1fr); } .slv-card { transform: none; opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .bstr-vorher, .bstr-schnitt, .bstr-nach, .bstr-cut, .bstr-cut::before { animation: none; }
  .bstr-vorher { opacity: 1; }
  .slv-card { transform: none; opacity: 1; transition: none; }
  .hy-step { transform: none; opacity: 1; transition: none; }
}

/* --- Hyaluron: 4-Schritte-Leiste (runde Fotos der alten Website) --------- */
.hy-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 26px 0 30px; position: relative; }
.hy-steps::before { content: ""; position: absolute; left: 9%; right: 9%; top: 74px;
  border-top: 2px dashed var(--green-100); }
.hy-step { margin: 0; text-align: center; position: relative; opacity: 0; transform: translateY(22px);
  transition: transform .8s cubic-bezier(.22,1,.36,1), opacity .6s ease;
  transition-delay: calc(var(--i) * .18s); }
.hy-steps.play .hy-step { opacity: 1; transform: none; }
.hy-pic { position: relative; display: block; width: 148px; height: 148px; margin: 0 auto; }
.hy-pic img { width: 100%; height: 100%; border-radius: 50%; display: block; background: #fff;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px var(--line), var(--shadow-sm); }
.hy-num { position: absolute; z-index: 2; top: 2px; left: 2px; width: 28px; height: 28px; border-radius: 50%;
  background: var(--grad-brand); color: #fff; font-weight: 700; font-size: .88rem;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.hy-step figcaption { margin-top: 12px; font-size: .88rem; font-weight: 600; color: var(--ink); line-height: 1.35; }
@media (max-width: 640px) {
  .hy-steps { grid-template-columns: repeat(2, 1fr); gap: 20px 14px; }
  .hy-steps::before { display: none; }
  .hy-pic { width: min(132px, 78%); height: auto; aspect-ratio: 1; }
}
.detail-body article { font-size: 1.06rem; color: var(--ink-soft); }
.detail-body article p { margin-bottom: 16px; }
.detail-body article h3 { font-size: 1.5rem; margin: 30px 0 12px; }
.detail-body article h4 { font-family: var(--font); font-size: 1.08rem; font-weight: 700; color: var(--ink); margin: 22px 0 6px; }
.detail-body article ul { margin: 0 0 18px; }
.detail-body article li { position: relative; padding-left: 24px; margin-bottom: 7px; }
.detail-body article li::before { content: ""; position: absolute; left: 4px; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--grad-brand); }
.detail-body article strong { color: var(--ink); font-weight: 700; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); }
.aside-card h4 { font-family: var(--font); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--green-700); margin-bottom: 16px; }
.aside-row { display: flex; gap: 11px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line-soft); color: var(--ink); font-size: .95rem; }
.aside-row:first-of-type { border-top: none; }
.aside-row svg { width: 19px; height: 19px; color: var(--green-700); flex: none; }

/* ----------------------------------------------------------------- Preise */
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 3vw, 30px); }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 28px 12px; box-shadow: var(--shadow-sm); }
.price-card h3 { font-size: 1.4rem; padding-bottom: 14px; margin-bottom: 6px; border-bottom: 2px solid var(--green-100); }
.price-list { display: block; }
.price-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.price-list li:last-child { border-bottom: none; }
.p-name { display: flex; flex-direction: column; font-weight: 600; color: var(--ink); }
.p-detail { font-weight: 400; font-size: .86rem; color: var(--muted); margin-top: 2px; }
.p-price { flex: none; font-weight: 800; color: var(--petrol); font-size: 1.05rem; white-space: nowrap;
  font-variant-numeric: tabular-nums; }
.price-notes { margin-top: clamp(28px, 4vw, 44px); display: grid; gap: 18px; }
.note-box { display: flex; gap: 16px; align-items: flex-start; background: var(--green-50); border: 1px solid var(--green-100);
  border-radius: var(--radius-lg); padding: 22px 24px; }
.note-box .ic { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: #fff; color: var(--green-700); border: 1px solid var(--green-100); }
.note-box .ic svg { width: 22px; height: 22px; }
.note-box strong { font-size: 1.05rem; color: var(--ink); }
.note-box p { color: var(--ink-soft); margin: 6px 0 14px; }
.price-hint { font-size: .9rem; color: var(--muted); max-width: 760px; }
@media (max-width: 720px){ .price-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------- Über mich */
.about-text .lead { font-size: 1.2rem; color: var(--ink); font-weight: 500; margin-bottom: 16px; }
.about-text p { color: var(--ink-soft); margin-bottom: 16px; }
.vita-points { margin-top: 22px; display: grid; gap: 12px; }
.vita-points li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); font-weight: 500; }
.vita-points li svg { width: 20px; height: 20px; color: var(--green-700); flex: none; margin-top: 3px; }
/* Werdegang: das VOLLSTÄNDIGE (ungeschnittene) Foto steht links; die Fläche wird
   nach rechts in den exakten Randtönen des Fotos nahtlos verbreitert (Verlauf +
   weiches Ausblenden der Bildkante), sodass Platz für gut lesbare Glas-Kacheln
   über der rechten Hälfte entsteht. Kopf/Schulter links bleiben frei. */
.vita-stage { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
.vita-photo-col { grid-column: 1 / -1; grid-row: 1; position: sticky; top: calc(var(--header-h) + 24px); z-index: 1;
  border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg);
  /* Randtöne des Fotos: oben #e7e7e7 · Mitte #e4e0de · unten #dddbd5 */
  background: linear-gradient(180deg, #e7e7e7 0%, #e4e0de 45%, #dddbd5 100%); }
.vita-photo { display: block; height: min(86vh, 900px); width: auto; max-width: 66%;
  margin-right: auto; /* Foto linksbündig, Rest = verbreiterte Fläche */
  -webkit-mask-image: linear-gradient(to right, #000 84%, transparent 100%);
          mask-image: linear-gradient(to right, #000 84%, transparent 100%); }
.vita-photo-col:not(.ph-fallback) .vita-photo-ph { display: none; }
.vita-photo-col.ph-fallback { background: var(--grad-dark); }
.vita-photo-col.ph-fallback .vita-photo { display: none; }
.vita-photo-col.ph-fallback .vita-photo-ph { display: grid; place-items: center; gap: 16px; color: rgba(255,255,255,.9);
  text-align: center; padding: 24px; min-height: 60vh; }
.vita-photo-col.ph-fallback .vita-photo-ph img { width: 88px; height: 88px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.vita-photo-col.ph-fallback .vita-photo-ph span { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); }

.vita-timeline { grid-column: 2 / 3; grid-row: 1; z-index: 2; position: relative;
  display: flex; flex-direction: column; gap: 18px; padding: 6px 6px 6px 0; }
.vita-item { background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius-lg);
  padding: 20px 24px; text-align: center; box-shadow: 0 10px 34px -14px rgba(20,50,61,.4);
  -webkit-backdrop-filter: blur(14px) saturate(125%); backdrop-filter: blur(14px) saturate(125%); }
.vita-item .d { color: var(--petrol); font-weight: 700; font-size: 1.06rem; margin-bottom: 8px; }
.vita-item .t { color: var(--ink); line-height: 1.6; }
@media (max-width: 820px) {
  .vita-stage { grid-template-columns: 1fr; }
  /* Foto bleibt sichtbar; nur die Kachel auf Beckenhöhe klar, die anderen
     ober-/unterhalb blenden aus (Spotlight per JS, initVitaSpotlight). */
  .vita-photo-col { grid-column: 1 / -1; top: 14px; }
  .vita-timeline { grid-column: 1 / -1; padding: 16px; }
  .vita-photo { height: auto; width: 100%; max-width: 100%; margin: 0 auto;
    -webkit-mask-image: none; mask-image: none; }
  .vita-item { transition: opacity .18s linear, transform .2s ease; will-change: opacity, transform; }
}

/* Mitgliedschaften – dezent abgesetzter Block, klar vom Werdegang getrennt */
.members-block { margin-top: clamp(40px, 6vw, 64px); padding: clamp(26px, 4vw, 44px) clamp(20px, 4vw, 40px);
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.members-block .section-head { text-align: center; margin-bottom: 26px; margin-inline: auto; }
.members-block .section-head .eyebrow::before { display: none; }
.vita-memberships { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.member-card { flex: 0 1 calc((100% - 32px) / 3); box-sizing: border-box; text-align: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px;
  box-shadow: var(--shadow-sm); border-top: 3px solid var(--green-700); }
.member-card .k { font-weight: 700; color: var(--petrol); font-size: 1.1rem; margin-bottom: 6px; }
.member-card .t { color: var(--ink-soft); font-size: .92rem; line-height: 1.5; }
@media (max-width: 760px) { .member-card { flex-basis: calc((100% - 16px) / 2); } }
@media (max-width: 460px) { .member-card { flex-basis: 100%; } }
/* Drei exakt gleich breite Kacheln (Desktop nebeneinander, mobil volle
   Breite untereinander), die gestaffelt von links hereingleiten */
.about-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: clamp(48px, 6vw, 72px); padding-top: clamp(32px, 4vw, 48px); border-top: 1px solid var(--line); }
.about-badge { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow-sm);
  opacity: 0; transform: translateX(-30px);
  transition: transform .7s cubic-bezier(.22,1,.36,1), opacity .5s ease;
  transition-delay: calc(var(--i, 0) * .16s); }
.about-badges.play .about-badge { opacity: 1; transform: none; }
.about-badge .n { font-family: var(--font-serif); font-size: 1.6rem; color: var(--petrol); }
.about-badge .l { font-size: .82rem; color: var(--muted); }
@media (max-width: 820px) { .about-badges { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .about-badge { opacity: 1; transform: none; transition: none; } }
@media (max-width: 820px){ .about-split { grid-template-columns: 1fr; } .about-portrait { max-width: 360px; margin-inline: auto; } }

/* ----------------------------------------------------------------- Termin */
.termin-embed { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow);
  overflow: hidden; min-height: 520px; }
.termin-embed iframe { width: 100%; min-height: 720px; border: 0; display: block; }
.termin-placeholder { min-height: 420px; display: grid; place-items: center; text-align: center; padding: 40px;
  background: var(--grad-soft); }
.termin-placeholder .ic { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center;
  background: #fff; color: var(--green-700); border: 1px solid var(--green-100); margin: 0 auto 18px; }
.termin-placeholder .ic svg { width: 32px; height: 32px; }
.termin-placeholder h3 { font-size: 1.4rem; }
.termin-placeholder p { color: var(--ink-soft); margin: 10px auto 22px; max-width: 440px; }
.termin-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ----------------------------------------------------------------- Legal */
.legal { max-width: 820px; }
.legal h2 { font-size: 1.5rem; margin: 32px 0 12px; }
.legal h3 { font-family: var(--font); font-size: 1.1rem; font-weight: 700; margin: 22px 0 6px; color: var(--ink); }
.legal p, .legal li { color: var(--ink-soft); margin-bottom: 12px; }
.legal ul { padding-left: 20px; list-style: disc; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--petrol); font-weight: 600; }
.legal .todo { background: #fff7ed; border: 1px solid #fed7aa; color: #9a5b1e; padding: 3px 8px; border-radius: 6px; font-size: .9rem; }
/* Webdesign-Credit am Ende des Impressums – dezent, aber gut sichtbar */
.design-credit { margin-top: 56px; padding-top: 34px; border-top: 1px solid var(--line-soft); text-align: center; }
.design-credit img { width: 120px; height: auto; margin-inline: auto; display: block; margin-bottom: 12px; }
.design-credit p { font-size: .92rem; color: var(--muted); margin: 0; }
.design-credit strong { color: var(--ink-soft); font-weight: 600; letter-spacing: .02em; }

/* ------------------------------------------------------- Buchungs-Widget */
.bk-wrap { display: grid; grid-template-columns: 1.5fr .8fr; gap: clamp(20px, 3vw, 36px); align-items: start; }
.bk-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); overflow: hidden; }
.bk-aside { position: sticky; top: calc(var(--header-h) + 18px); }
.bk-aside .aside-row { cursor: default; }
.bk-aside .aside-row a:hover { color: var(--petrol); }

.bk-steps { display: flex; gap: 4px; padding: 16px 22px; background: var(--cream); border-bottom: 1px solid var(--line); list-style: none; }
.bk-steps li { flex: 1; display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: var(--muted); }
.bk-steps li span { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1.5px solid var(--line); font-size: .8rem; flex: none; }
.bk-steps li.on { color: var(--petrol); }
.bk-steps li.on span { background: var(--grad-brand); color: #fff; border-color: transparent; }
.bk-steps li.done span { background: var(--green-50); color: var(--green-700); border-color: var(--green-100); }
@media (max-width: 540px){ .bk-steps li { font-size: 0; gap: 0; } .bk-steps li span { font-size: .8rem; } }

.bk-body { padding: clamp(20px, 3vw, 32px); }
.bk-h { font-size: 1.3rem; margin-bottom: 18px; }
.bk-hint { color: var(--muted); font-size: .92rem; }
.bk-back { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-weight: 600; font-size: .9rem; margin-bottom: 14px; }
.bk-back svg { width: 16px; height: 16px; transform: rotate(180deg); }
.bk-back:hover { color: var(--petrol); }

.bk-services { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bk-service { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-align: left; transition: transform .2s, box-shadow .2s, border-color .2s; }
.bk-service:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--green-100); }
.bk-ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--green-50); color: var(--green-700); margin-bottom: 6px; }
.bk-ic svg { width: 20px; height: 20px; }
.bk-s-name { font-weight: 700; color: var(--ink); }
.bk-s-dur { font-size: .82rem; color: var(--muted); }
@media (max-width: 480px){ .bk-services { gap: 10px; } .bk-service { padding: 14px; } }

.bk-label { display: block; font-size: .86rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 14px; }
.bk-label input, .bk-label textarea, #bkDate { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 12px; font: inherit; color: var(--ink); background: #fff; }
.bk-label input:focus, .bk-label textarea:focus, #bkDate:focus { outline: none; border-color: var(--petrol); box-shadow: var(--ring); }
.bk-slots { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 6px; }
.bk-slot { padding: 10px 16px; border: 1.5px solid var(--line); border-radius: 999px; background: #fff; font-weight: 600; color: var(--petrol); transition: all .15s; }
.bk-slot:hover { border-color: var(--petrol); background: var(--petrol-50); transform: translateY(-2px); }
/* Feld-Überschrift innerhalb der Buchung */
.bk-field-label { font-size: .86rem; font-weight: 700; color: var(--ink-soft); margin: 22px 0 12px; }

/* Tag & Uhrzeit nebeneinander: Kalender links, Zeiten-Panel rechts.
   Beide Überschriften stehen AUSSERHALB der Kästen, damit Kalender- und
   Zeiten-Kachel exakt auf gleicher Höhe beginnen. */
.bk-daytime { display: grid; grid-template-columns: minmax(290px, 400px) minmax(230px, 1fr); gap: 22px; align-items: start; margin-top: 22px; }
.bk-daytime .bk-field-label { margin-top: 0; }
.bk-dt-col { min-width: 0; }
.bk-dt-times { background: var(--petrol-50); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 18px; }
.bk-dt-times .bk-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 8px; max-height: 372px; overflow-y: auto; scrollbar-width: thin; padding: 2px; }
.bk-dt-times .bk-slot { padding: 9px 6px; font-size: .9rem; text-align: center; border-color: transparent; box-shadow: var(--shadow-sm); }
.bk-dt-times .bk-slot:hover { border-color: var(--petrol); background: #fff; }
@media (max-width: 720px) {
  .bk-daytime { grid-template-columns: 1fr; gap: 16px; }
  .bk-cal { max-width: none; }
  /* Platzhalter-Hinweis über die ganze Kachel statt in eine schmale Grid-Spalte gequetscht */
  .bk-dt-times .bk-hint { grid-column: 1 / -1; text-align: center; }
}

/* Beratungsthema-Auswahl (Dropdown) */
.bk-select { width: 100%; max-width: 460px; padding: 13px 44px 13px 16px; border: 1.5px solid var(--line);
  border-radius: var(--radius); background: #fff; font-size: 1rem; font-weight: 600; color: var(--ink);
  appearance: none; -webkit-appearance: none; cursor: pointer; transition: border-color .15s, box-shadow .15s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231D6A8D' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; background-size: 18px; }
.bk-select:focus { outline: none; border-color: var(--petrol); box-shadow: var(--ring); }
.bk-select:hover { border-color: var(--petrol); }

/* Kalender */
.bk-cal { max-width: 380px; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 16px 18px 20px; background: #fff; box-shadow: var(--shadow-sm); }
.bk-cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.bk-cal-title { font-family: var(--font-serif); font-size: 1.25rem; color: var(--ink); }
.bk-cal-nav { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; color: var(--petrol); transition: all .15s; }
.bk-cal-nav svg { width: 20px; height: 20px; }
.bk-cal-nav.prev svg { transform: rotate(180deg); }
.bk-cal-nav:hover:not(:disabled) { border-color: var(--petrol); background: var(--petrol-50); }
.bk-cal-nav:disabled { opacity: .3; cursor: not-allowed; }
.bk-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.bk-cal-wd { margin-bottom: 6px; }
.bk-cal-wd span { text-align: center; font-size: .72rem; font-weight: 700; letter-spacing: .04em; color: var(--muted); text-transform: uppercase; padding: 4px 0; }
.bk-cal-empty { aspect-ratio: 1; }
.bk-cal-day { aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; border: none; background: none;
  font-weight: 600; font-size: .98rem; color: var(--ink); transition: all .13s; }
.bk-cal-day:not(.off):hover { background: var(--petrol-50); color: var(--petrol); }
.bk-cal-day.off { color: var(--line); cursor: default; }
.bk-cal-day.on { background: var(--petrol); color: #fff; box-shadow: var(--shadow-sm); }
.bk-cal-day.on:hover { background: var(--petrol); color: #fff; }

.bk-summary { display: flex; flex-wrap: wrap; gap: 14px; padding: 14px 16px; background: var(--green-50); border: 1px solid var(--green-100); border-radius: var(--radius); margin-bottom: 20px; }
.bk-summary span { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); font-size: .92rem; }
.bk-summary svg { width: 18px; height: 18px; color: var(--green-700); }
.bk-summary.center { justify-content: center; }

.bk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
@media (max-width: 480px){ .bk-grid { grid-template-columns: 1fr; } }
.bk-radio { border: none; padding: 0; margin: 0 0 16px; }
.bk-radio legend { font-size: .86rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 8px; }
.bk-radio label { display: inline-flex; align-items: center; gap: 7px; margin-right: 18px; font-weight: 500; }
.bk-check { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 18px; font-size: .9rem; color: var(--ink-soft); }
.bk-check input { margin-top: 3px; flex: none; }
.bk-check a { color: var(--petrol); font-weight: 600; }
.bk-error { color: var(--danger); font-weight: 600; font-size: .9rem; margin-bottom: 12px; }

.bk-done { text-align: center; }
.bk-check-ic { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; margin: 6px auto 14px;
  background: var(--green-50); color: var(--green-700); border: 1px solid var(--green-100); }
.bk-check-ic svg { width: 38px; height: 38px; }
.bk-done .btn { margin-top: 20px; }

@media (max-width: 860px){ .bk-wrap { grid-template-columns: 1fr; } .bk-aside { position: static; } }

/* ------------------------------------------------- Kurzinfo-Kachel */
.kurz-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-sm);
  padding: clamp(24px, 4vw, 40px); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 38px) clamp(18px, 3vw, 30px); }
.kurz-item { display: flex; gap: 14px; align-items: flex-start; }
.kurz-ic { flex: none; width: 40px; height: 40px; color: var(--petrol); }
.kurz-ic svg { width: 100%; height: 100%; stroke-width: 1.4; }
.kurz-l { font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.kurz-v { color: var(--ink-soft); margin-top: 2px; }
@media (max-width: 720px){ .kurz-card { grid-template-columns: 1fr 1fr; } }
@media (max-width: 440px){ .kurz-card { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------- FAQ */
.faq { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-item:last-child { border-bottom: none; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left;
  padding: 18px clamp(18px, 3vw, 26px); font-family: var(--font); font-weight: 600; font-size: 1.02rem; color: var(--ink); transition: color .15s; }
.faq-q:hover { color: var(--petrol); }
.faq-item.open .faq-q { color: var(--green-700); }
.faq-caret { flex: none; width: 22px; height: 22px; color: var(--muted); transform: rotate(90deg); transition: transform .25s, color .2s; }
.faq-caret svg { width: 100%; height: 100%; }
.faq-item.open .faq-caret { transform: rotate(-90deg); color: var(--green-700); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-in { overflow: hidden; }
.faq-a-in { color: var(--ink-soft); padding: 0 clamp(18px, 3vw, 26px); }
.faq-item.open .faq-a-in { padding-bottom: 20px; }

/* --------------------------------------------------------------- Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* --------------------------------------------------------------- Responsive */
@media (max-width: 980px) {
  .info-split { grid-template-columns: 1fr; }
  .regions { grid-template-columns: 1fr 1fr; }
  /* Footer: Dr.-Özdemir-Block volle Breite oben, darunter Praxis | Behandlungen */
  .site-footer .container { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
  .site-footer .container > div:first-child { grid-column: 1 / -1; }
  .site-footer .container > div:nth-child(2) { order: 2; }  /* Behandlungen rechts */
  .site-footer .container > div:nth-child(3) { order: 1; }  /* Praxis links */
  .site-footer .f-about { max-width: 640px; }
}
@media (max-width: 880px) {
  /* Header schlanker: volle 124px braucht nur der große Desktop-Logoschriftzug.
     Mobil reicht ein kompakter weißer Balken – mehr Displayfläche für den Inhalt darunter. */
  :root { --header-h: 76px; }
  .main-nav { display: none; }
  .nav-toggle { display: grid; }
  .detail-hero-actions { display: none; } /* obere Termin/Tel-Kachel nur Desktop */
  /* Behandlungs-Detailseite mobil kompakter: kleinerer Titelblock, weniger
     Abstände – so rutscht das jeweilige Behandlungsfoto (detail-banner) weiter nach oben. */
  .detail-hero { padding-block: 16px 18px; }
  .crumbs { margin-bottom: 10px; }
  .detail-ic { width: 44px; height: 44px; border-radius: 13px; margin-bottom: 12px; }
  .detail-ic svg { width: 24px; height: 24px; }
  .detail-hero .lead { font-size: 1rem; margin-top: 10px; }
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom)); } /* Platz für angedockte Mobile-Leiste */
  .site-header .container { gap: 12px; }
  /* Logo: volle Wortmarke links; Monogramm aus (Header blendet beim Scrollen komplett aus) */
  .brand-logo .logo-full { height: clamp(32px, 9vw, 44px); }
  .brand-logo .logo-mark { display: none !important; }

  /* Video-Hero mobil besser sichtbar + Platz für angedockte Leiste unten.
     Sequenz (Name → Fachgebiet → Pille) identisch zum Desktop, zentriert. */
  .hero-media::after { background: linear-gradient(165deg, rgba(10,42,55,.6) 0%, rgba(13,58,77,.4) 46%, rgba(11,46,61,.72) 100%); }
  .hero-inner { padding-block: calc(var(--header-h) + 16px) calc(104px + env(safe-area-inset-bottom));
    text-shadow: 0 1px 14px rgba(8,28,38,.5); }
  .hero-scroll { bottom: calc(96px + env(safe-area-inset-bottom)); } /* über der Mobile-Leiste */
}
@media (max-width: 560px) {
  .regions { grid-template-columns: 1fr; }
  /* Footer bleibt zweispaltig (Praxis | Behandlungen), engere Abstände */
  .site-footer .container { gap: 24px 16px; }
  .site-footer .f-about { max-width: none; }
  .hero-actions .btn { flex: 1; }
}

/* ------------------------------------------------------ Kontaktformular */
.cf-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl);
  box-shadow: var(--shadow); padding: clamp(22px, 4vw, 36px); }
.cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-label { display: block; font-size: .84rem; font-weight: 600; color: var(--ink-soft); }
.cf-label input, .cf-label textarea { width: 100%; margin-top: 6px; padding: 12px 14px;
  border: 1.5px solid var(--line); border-radius: 12px; font: inherit; color: var(--ink); background: #fff; resize: vertical; }
.cf-label input:focus, .cf-label textarea:focus { outline: none; border-color: var(--petrol); box-shadow: var(--ring); }
.cf-wide { grid-column: 1 / -1; }
/* Honeypot: für Menschen unsichtbar, Bots füllen es aus */
.cf-hp { position: absolute !important; left: -9999px; top: -9999px; height: 1px; width: 1px; overflow: hidden; }
.cf-check { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; font-size: .88rem; color: var(--ink-soft); cursor: pointer; }
.cf-check input { width: 18px; height: 18px; flex: none; margin-top: 2px; }
.cf-check a { color: var(--petrol); font-weight: 600; text-decoration: underline; }
.cf-error { color: var(--danger); font-weight: 600; font-size: .9rem; margin-top: 12px; }
.cf-card > .btn { margin-top: 18px; }
.cf-done { text-align: center; padding: 26px 10px; }
.cf-done-ic { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center;
  background: var(--green-50); color: var(--green-700); border: 1px solid var(--green-100); }
.cf-done-ic svg { width: 30px; height: 30px; }
.cf-done p { color: var(--ink-soft); margin-top: 8px; }
@media (max-width: 640px) { .cf-grid { grid-template-columns: 1fr; } }
/* Anker unterhalb des fixierten Headers öffnen */
#nachricht { scroll-margin-top: calc(var(--header-h) + 10px); }

/* ---------------------------- Cookie-Consent „Datenschutzeinstellungen" */
/* Dezente, kompakte Kachel: kurzer Intro, drei GLEICHWERTIGE Buttons,
   vier schlanke Kategorie-ZEILEN (Titel + An/Aus-Schalter). Beschreibung
   und Cookie-Informationen sind standardmäßig ZUGEKLAPPT (Pfeil öffnet).
   Erscheint mit ruhigem Einblenden + leichtem Aufsteigen – professionell,
   mobil kompakt und sofort wegklickbar. */
.cc-overlay { position: fixed; inset: 0; z-index: 140; display: grid; place-items: center;
  padding: 16px; background: rgba(14, 42, 55, .45); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  opacity: 0; transition: opacity .3s ease; overflow-y: auto; }
.cc-overlay.show { opacity: 1; }
.cc-modal { width: min(560px, 100%); max-height: min(86vh, 100%); overflow-y: auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: clamp(18px, 3.5vw, 26px);
  opacity: 0; transform: translateY(22px);
  transition: transform .35s cubic-bezier(.25,.7,.3,1), opacity .35s ease; }
.cc-overlay.show .cc-modal { opacity: 1; transform: translateY(0); }
/* WICHTIG: display-Regeln unten würden das hidden-Attribut übersteuern –
   deshalb hier hart zuklappen (Bug-Fix: Infos waren sonst immer offen). */
.cc-modal [hidden] { display: none !important; }
.cc-head { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 8px; }
.cc-head img { height: 30px; width: auto; }
.cc-head h3 { font-family: var(--font); font-size: 1.08rem; font-weight: 700; }
.cc-intro { text-align: center; font-size: .84rem; color: var(--ink-soft); line-height: 1.55; margin-bottom: 14px; }
.cc-intro a { color: var(--petrol); font-weight: 600; text-decoration: underline; }
/* Drei gleichwertige Buttons (TKG/DSGVO: keine Hervorhebung einer Option) */
.cc-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 14px; }
.cc-btn { padding: 10px 16px; border-radius: 999px; font-weight: 700; font-size: .84rem;
  background: var(--petrol-50); color: var(--ink); border: 1px solid var(--petrol-100); transition: background .15s; }
.cc-btn:hover { background: var(--petrol-100); }
/* „Einstellungen" (kein Einwilligungs-Button, daher dezenter) */
.cc-btn-ghost { background: transparent; border-color: var(--line); color: var(--ink-soft); }
.cc-btn-ghost:hover { background: var(--petrol-50); }
.cc-btn-ghost.open { background: var(--petrol-50); border-color: var(--petrol-100); color: var(--ink); }
/* Aufklappbarer Einstellungs-Bereich: Kategorien + Speichern + U16 */
.cc-settings { margin-top: 2px; }
.cc-btn-save { display: block; width: 100%; margin-top: 12px; }
/* Schlanke Kategorie-Zeilen mit Trennlinien */
.cc-cats { border-top: 1px solid var(--line-soft); }
.cc-cat { border-bottom: 1px solid var(--line-soft); padding: 4px 0; }
.cc-cat-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; }
.cc-cat-name { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .92rem;
  color: var(--ink); padding: 8px 0; text-align: left; }
.cc-cat-name:hover { color: var(--petrol); }
.cc-caret { width: 15px; height: 15px; flex: none; color: var(--muted); transition: transform .2s ease; }
.cc-cat-name.open .cc-caret { transform: rotate(90deg); }
.cc-state { font-size: .76rem; font-weight: 600; color: var(--muted); }
/* An/Aus-Schiebeschalter */
.cc-toggle { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; flex: none; }
.cc-toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.cc-slider { width: 42px; height: 24px; border-radius: 999px; background: #cfd8dc; position: relative;
  transition: background .2s; flex: none; }
.cc-slider::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px;
  border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.25); transition: transform .2s; }
.cc-toggle input:checked + .cc-slider { background: var(--green); }
.cc-toggle input:checked + .cc-slider::after { transform: translateX(18px); }
.cc-toggle input:focus-visible + .cc-slider { box-shadow: var(--ring); }
/* Aufgeklappter Bereich: Beschreibung + menschliche Info-Blöcke */
.cc-cat-body { padding: 2px 0 12px; }
.cc-cat-body > p { font-size: .82rem; color: var(--ink-soft); line-height: 1.55; margin-bottom: 10px; }
.cc-info { display: grid; gap: 8px; text-align: left; }
.cc-svc { background: var(--cream); border: 1px solid var(--line-soft); border-radius: 12px; padding: 10px 12px;
  display: grid; gap: 2px; font-size: .8rem; color: var(--ink-soft); }
.cc-svc strong { color: var(--ink); font-size: .86rem; }
/* U16-Hinweis klein + Fußzeile */
.cc-minor { text-align: center; font-size: .72rem; color: var(--muted); line-height: 1.5; margin-top: 12px; }
.cc-foot { display: flex; justify-content: center; gap: 10px; margin-top: 8px;
  font-size: .78rem; color: var(--muted); }
.cc-foot a { color: var(--muted); text-decoration: underline; }
.cc-foot a:hover { color: var(--petrol); }
/* Cookie-Tabellen der DATENSCHUTZERKLÄRUNG (dort bleiben präzise Angaben) */
.cc-tablewrap { overflow-x: auto; margin: 10px 0 18px; }
.cc-table { width: 100%; min-width: 460px; border-collapse: collapse; font-size: .82rem; }
.cc-table th { text-align: left; font-size: .68rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding: 6px 10px; border-bottom: 2px solid var(--line); white-space: nowrap; }
.cc-table td { padding: 7px 10px; border-bottom: 1px solid var(--line-soft); color: var(--ink-soft); vertical-align: top; }
.cc-table code { font-family: inherit; font-size: inherit; background: none; padding: 0; border-radius: 0; color: var(--ink); font-weight: 600; }
/* Footer-Link „Cookie-Einstellungen" */
.f-bottom .oz-cookie-settings { color: inherit; opacity: .7; text-decoration: underline; font: inherit; }
.f-bottom .oz-cookie-settings:hover { opacity: 1; }
@media (max-width: 640px) {
  /* Handy: kompakt, gut lesbar, sofort wegklickbar – Buttons ganz oben
     untereinander in voller Breite, Kachel bleibt mittig und klein. */
  .cc-overlay { padding: 12px; }
  .cc-modal { max-height: 88vh; padding: 18px 16px; }
  .cc-actions { gap: 6px; }
  .cc-btn { flex: 1 1 100%; padding: 11px 14px; font-size: .86rem; }
  .cc-cat-name { font-size: .88rem; }
  .cc-intro { font-size: .82rem; }
}

/* ==================== Startseiten-Fotos (Editorial-Layout) ====================
   Fotos der alten Startseite, bewusst außermittig mit leichten Überlappungen
   über die Sektionsgrenzen (Magazin-Stil); mobil sauber gestapelt. */

/* Themen-Karten: Foto oben randlos, Inhalt darunter wie gehabt */
.region-photo { display: block; margin: -28px -24px 20px; aspect-ratio: 4 / 3; overflow: hidden; }
.region-photo img { width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .45s ease; }
.region-card:hover .region-photo img { transform: scale(1.045); }

/* Willkommen: Wien-Foto ersetzt Porträt – ragt oben aus der Sektion heraus */
.welcome-photo--wien { min-height: 0; }
.welcome-photo--wien::before, .welcome-photo--wien::after { display: none; }
.welcome-photo--wien img { position: static; transform: none; width: 100%; height: 100%;
  object-fit: cover; object-position: top; display: block; border-radius: 22px;
  box-shadow: var(--shadow-lg); -webkit-mask-image: none; mask-image: none; filter: none; }
@media (min-width: 861px) {
  .welcome-photo--wien { margin-top: -92px; margin-right: -18px; }
}
@media (max-width: 860px) {
  .welcome-photo--wien { height: 420px; margin-top: 22px; }
}

/* Wohlfühlen: Foto links, ragt in die helle Sektion darüber hinein */
.wohl-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(28px, 4.5vw, 64px);
  align-items: start; }
.wohl-photo { margin: 0; }
.wohl-photo img { width: 100%; display: block; border-radius: 22px; box-shadow: var(--shadow-lg); }
.wohl-photos { display: grid; gap: 20px; }
@media (min-width: 861px) {
  .wohl-photos { margin-top: -112px; margin-left: -30px; position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
}
@media (max-width: 860px) {
  .wohl-grid { grid-template-columns: 1fr; }
  .wohl-photo { margin: 0 0 4px; }
  .wohl-photo img { height: 280px; object-fit: cover; object-position: 50% 18%; }
}

/* Frau & Mann: versetzt überlappendes Bildpaar rechts */
.fm-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: clamp(28px, 4.5vw, 60px);
  align-items: center; }
.fm-duo { position: relative; min-height: 520px; }
.fm-duo img { position: absolute; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow-lg); }
.fm-duo-frau { width: 64%; aspect-ratio: 3 / 4; top: 0; right: 0; }
.fm-duo-mann { width: 56%; aspect-ratio: 3 / 4; bottom: 0; left: 0; border: 6px solid #fff; }
@media (min-width: 861px) {
  .fm-duo { margin-bottom: -84px; }   /* ragt unten aus der Sektion heraus */
}
@media (max-width: 860px) {
  .fm-grid { grid-template-columns: 1fr; }
  .fm-duo { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
  .fm-duo img { position: static; width: 100%; aspect-ratio: 3 / 4; }
  .fm-duo-mann { margin-top: 30px; border: none; }   /* leichte Staffelung auch mobil */
}

/* ---- Willkommen als Vollbreiten-Band (nur Desktop): Foto rechts scharf,
        links eingebackene Unschärfe + heller Verlauf, Text darüber ----
   WICHTIG (Bug-Fix 22.07.): .container darf NICHT positioniert sein, sonst
   bezieht sich das absolute Foto auf den schmalen Container und legt sich
   ÜBER den Text. Bezugsrahmen ist die Sektion; der Text bekommt z-index 2. */
@media (min-width: 861px) {
  .welcome-band { position: relative; overflow: hidden; min-height: 560px; }
  .welcome-band .container { position: static; }
  .welcome-band .welcome-grid { grid-template-columns: minmax(0, 600px) 1fr; }
  .welcome-band .welcome-grid > div:first-child { position: relative; z-index: 2; }
  .welcome-band .welcome-photo--wien { position: absolute; inset: 0; margin: 0; min-height: 0; z-index: 0; }
  .welcome-band .welcome-photo--wien::before { display: none; }
  .welcome-band .welcome-photo--wien picture { position: absolute; inset: 0; display: block; }
  .welcome-band .welcome-photo--wien img { width: 100%; height: 100%; object-fit: cover;
    object-position: right center; border-radius: 0; box-shadow: none;
    -webkit-mask-image: none; mask-image: none; filter: none; }
  /* heller Verlauf über der Unschärfe-Zone – macht den Text sicher lesbar */
  .welcome-band .welcome-photo--wien::after { content: ""; display: block; position: absolute; inset: 0;
    width: auto; height: auto; border: none; border-radius: 0; transform: none; opacity: 1;
    background: linear-gradient(90deg, rgba(247,250,249,.97) 0%, rgba(247,250,249,.9) 34%,
      rgba(247,250,249,.5) 56%, rgba(247,250,249,0) 72%); }
}
@media (max-width: 860px) {
  .welcome-photo--wien picture { display: block; height: 100%; }
}

/* ---- Mobil eingeschobene Fotos im Textfluss (sanftes Aufsteigen + Mini-Zoom) ---- */
.prose-photo { margin: 22px 0 26px; }
.prose-photo img { width: 100%; max-height: 380px; object-fit: cover; object-position: 50% 20%;
  border-radius: 16px; box-shadow: var(--shadow); display: block; position: static;
  aspect-ratio: auto; border: none; }
.prose-photo.reveal { transform: translateY(26px) scale(.965); }
.prose-photo.reveal.in { transform: none; }


/* ==================== Behandlungs-Header: kompakter Kopf ====================
   Symbol + Überschrift nebeneinander, enge Abstände; das Headerfoto folgt
   DARUNTER unbeschnitten (.detail-banner, Originalproportion). Die frühere
   Band-Variante (Foto als Hintergrund) ist verworfen – die 3,6:1-Header
   taugen nicht als Fläche hinter Text. */
.detail-title-row { display: flex; align-items: center; gap: 16px; }
.detail-title-row .detail-ic { margin-bottom: 0; flex: none; }
.detail-hero--compact { padding-block: clamp(22px, 3.2vw, 38px); }
.detail-hero--compact .crumbs { margin-bottom: 12px; }
.detail-hero--compact h1 { font-size: clamp(1.7rem, 4vw, 3rem); }
.detail-hero--compact .lead { margin-top: 10px; }
.detail-hero--compact .hero-actions { margin-top: 18px; }
@media (max-width: 860px) {
  .detail-hero--compact { padding-block: 14px 16px; }
  .detail-title-row { gap: 12px; }
}

/* ==================== Patientenstimmen (Startseite) ====================== */
/* Sanfter Auto-Slider mit Zitat-Karten: 3 sichtbar (Desktop), 2 (Tablet),
   1 (mobil). Quelle (Google/DocFinder) als klickbares Abzeichen. */
.rev-slider { position: relative; }
.rev-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 2px 16px; scrollbar-width: none; }
.rev-track::-webkit-scrollbar { display: none; }
.rev-card { position: relative; display: flex; flex-direction: column; scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 24px 24px 18px; box-shadow: var(--shadow-sm); }
.rev-quote { position: absolute; top: -6px; right: 16px; font-family: Georgia, serif;
  font-size: 84px; line-height: 1; color: var(--green-100); pointer-events: none; user-select: none; }
.rev-stars { color: #d99b2b; font-size: .98rem; letter-spacing: 3px; margin-bottom: 6px; }
.rev-title { font-size: 1.04rem; margin: 2px 0 6px; color: var(--ink); }
.rev-text { font-size: .95rem; color: var(--ink-soft); line-height: 1.62; margin: 0 0 10px;
  display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }
.rev-card.open .rev-text { display: block; -webkit-line-clamp: unset; overflow: visible; }
.rev-more { align-self: flex-start; background: none; border: none; padding: 0; margin: -4px 0 10px;
  color: var(--green-700); font-weight: 600; font-size: .88rem; cursor: pointer; font-family: inherit; }
.rev-more:hover { text-decoration: underline; }
.rev-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between;
  gap: 10px; border-top: 1px solid var(--line-soft); padding-top: 12px; }
.rev-meta { font-size: .82rem; color: var(--muted); }
.rev-src { flex: none; font-size: .76rem; font-weight: 700; letter-spacing: .05em;
  color: var(--petrol); text-decoration: none; border: 1px solid var(--line);
  border-radius: 999px; padding: 4px 12px; background: var(--petrol-50); }
.rev-src:hover { background: var(--petrol-100); }
.rev-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ink); }
.rev-nav:hover { color: var(--green-700); box-shadow: var(--shadow); }
.rev-nav svg { width: 18px; height: 18px; }
.rev-prev { left: -12px; }
.rev-prev svg { transform: rotate(180deg); }
.rev-next { right: -12px; }
.rev-links { margin-top: 6px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  font-size: .92rem; color: var(--muted); }
.rev-links a { color: var(--petrol); font-weight: 600; text-decoration: none; }
.rev-links a:hover { text-decoration: underline; }
@media (max-width: 1000px) { .rev-track { grid-auto-columns: calc((100% - 22px) / 2); } }
@media (max-width: 640px) {
  .rev-track { grid-auto-columns: 88%; gap: 14px; }
  .rev-nav { width: 36px; height: 36px; }
  .rev-prev { left: -6px; }
  .rev-next { right: -6px; }
}

/* --- Autoritäts-Vermerk (E-E-A-T) auf den Behandlungsseiten -------------- */
.med-check { display: flex; align-items: center; gap: 16px; margin: 30px 0 8px;
  padding: 16px 18px; background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius-lg); }
.med-check img { width: 62px; height: 62px; border-radius: 50%; flex: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--line); }
.med-check strong { display: block; font-size: .95rem; color: var(--ink); line-height: 1.35; }
.med-check span { display: block; font-size: .85rem; color: var(--muted); margin: 3px 0 5px; }
.med-check a { font-size: .85rem; font-weight: 600; color: var(--green-700); }
@media (max-width: 640px) { .med-check { align-items: flex-start; } .med-check img { width: 52px; height: 52px; } }
