/* =========================================================
   Augenarztpraxis Rendsburg – Präsentationsseite v2
   Farben direkt aus dem Logo abgeleitet
   ========================================================= */
:root {
  --ink: #393d48;          /* Logo: AUGENARZTPRAXIS */
  --ink-2: #555a66;
  --ink-3: #676b76;        /* ≥ 4.5:1 auf Creme, Sand und Weiß */
  --teal: #5f7e80;         /* Logo: RENDSBURG / innerer Bogen */
  --teal-deep: #46646a;
  --teal-soft: #dde8e6;
  --teal-mist: #eef4f3;
  --tan: #ad8063;          /* Logo: mittlerer Bogen – nur dekorativ */
  --tan-soft: #f1e5da;
  --brown: #824e36;        /* Logo: äußerer Bogen */
  --cream: #faf7f2;
  --sand: #f3ede5;
  --hair: #e4dcd0;
  --line: rgba(57, 61, 72, .12);
  --night: #22262e;
  --night-2: #2c313a;

  --radius: 22px;
  --radius-lg: 32px;
  --shadow: 0 1px 2px rgba(34, 38, 46, .04), 0 12px 32px -12px rgba(34, 38, 46, .14);
  --shadow-lg: 0 30px 80px -30px rgba(34, 38, 46, .35);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --header-h: 76px;

  --f-sans: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-serif: "Instrument Serif", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--f-sans); font-size: 17px; line-height: 1.65; font-weight: 400;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 em, h2 em { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--teal); letter-spacing: -.01em; }
p { margin: 0 0 1em; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
address { font-style: normal; }
:focus-visible { outline: 2px solid var(--focus, var(--teal-deep)); outline-offset: 3px; border-radius: 6px; }
/* heller Fokusring auf dunklen / Teal-Flächen */
.section--dark, .card--feature, .card--dark, .cta__box, .emergency, .footer, .hours { --focus: #ffffff; }
[tabindex="-1"]:focus { outline: none; }   /* Sprungziele (Abschnitte) ohne Fokusrahmen */
[hidden] { display: none !important; }
dialog:not([open]) { display: none; }                 /* ältere Browser */
h1, h2, h3 { text-wrap: balance; }
p, li, dd { text-wrap: pretty; }
h1, h2, h3, .card p, .exam p { hyphens: auto; -webkit-hyphens: auto; overflow-wrap: break-word; }

.wrap { width: min(1240px, 100% - 48px); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip:focus { top: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: .85em 1.4em; border-radius: 999px; font: 500 15px/1 var(--f-sans);
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .35s var(--ease), background .3s, color .3s, box-shadow .35s, border-color .3s;
}
.btn svg { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn--lg { padding: 1.05em 1.7em; font-size: 16px; }
.btn--primary { background: var(--ink); color: #fff; box-shadow: 0 8px 24px -10px rgba(57, 61, 72, .6); }
.btn--primary:hover { background: var(--teal-deep); transform: translateY(-2px); }
.btn--ghost { border-color: var(--line); background: rgba(255,255,255,.6); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn--ghost:hover svg { transform: none; }
.btn--light { background: var(--cream); color: var(--ink); }
.btn--light:hover { background: #fff; transform: translateY(-2px); }
.btn--light:hover svg { transform: none; }
.btn--outline-light { border-color: rgba(255,255,255,.32); color: #fff; }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px;
  font-size: 13.5px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--brown);
}
.eyebrow__line { width: 28px; height: 1.5px; background: var(--tan); border-radius: 2px; }
.eyebrow--light { color: #e0b999; }
.eyebrow--light .eyebrow__line { background: #e0b999; }

/* ---------- Status ---------- */
.status { display: inline-flex; align-items: center; gap: 9px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ink-3); position: relative; flex: none; }
.status.is-open .dot { background: #4f9a78; }
.status.is-closed .dot { background: var(--brown); }
.js .status:not(.is-open):not(.is-closed) .dot { visibility: hidden; }   /* erst zeigen, wenn der Status berechnet ist */

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 242, 0); border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s, backdrop-filter .3s;
}
.header.is-scrolled {
  background: rgba(250, 247, 242, .88); border-color: var(--hair);
  backdrop-filter: saturate(1.3) blur(14px); -webkit-backdrop-filter: saturate(1.3) blur(14px);
}
.header__inner { display: flex; align-items: center; gap: 28px; height: var(--header-h); transition: height .3s var(--ease); }
.header.is-scrolled .header__inner { height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand__word { display: block; height: 38px; width: auto; transition: height .3s var(--ease); }
.header.is-scrolled .brand__word { height: 31px; }
.nav { display: flex; gap: 6px; margin-left: auto; }
.nav a { position: relative; padding: 8px 12px; font-size: 15.5px; color: var(--ink-2); transition: color .2s; }
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 1.5px; background: var(--teal);
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav a:hover, .nav a.is-active { color: var(--ink); }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
.nav__cta-mobile { display: none; }
.header__cta { padding: .8em 1.35em; }
.burger { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(12px, 2.5vh, 40px) 0 clamp(24px, 4vh, 64px); overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(46% 60% at 78% 45%, rgba(95,126,128,.14), transparent 65%),
    radial-gradient(34% 42% at 70% 85%, rgba(173,128,99,.12), transparent 70%);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: clamp(30px, 5vw, 80px); }
.hero h1 { font-size: clamp(48px, min(7.6vw, 12.5vh), 112px); margin-bottom: clamp(16px, 3vh, 26px); line-height: 1; }
.hero h1 em { font-size: 1.08em; }
.lead { font-size: clamp(17px, 1.45vw, 20px); color: var(--ink-2); max-width: 520px; margin-bottom: clamp(18px, 3.4vh, 32px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: clamp(18px, 3.6vh, 34px); }
/* Leistungen als ruhige Zeile; die Trennpunkte am Zeilenanfang werden weggeschnitten */
.hero__services {
  list-style: none; padding: 0; display: flex; flex-wrap: wrap; row-gap: 6px;
  margin: 0 0 clamp(26px, 6vh, 60px) -24px; clip-path: inset(0 0 0 24px);
  font-size: 15px; line-height: 1.5; color: var(--ink-2);
}
.hero__services li { display: inline-flex; align-items: center; white-space: nowrap; }
.hero__services li::before { content: ""; width: 4px; height: 4px; margin: 0 10px; border-radius: 50%; background: var(--tan); flex: none; }
.hero__docs { display: flex; flex-wrap: wrap; gap: 10px; }
.hero__doc {
  display: inline-flex; align-items: center; gap: 10px; padding: 6px 16px 6px 6px; border-radius: 999px;
  background: rgba(255,255,255,.7); border: 1px solid var(--hair); font-size: 14.5px; color: var(--ink-2);
  cursor: pointer; font-family: inherit; transition: border-color .3s, background .3s;
}
.hero__doc:hover { border-color: var(--teal); background: #fff; }
.hero__doc b { font-weight: 500; color: var(--ink); }
.mono img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: 50% 25%; }
.mono {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; flex: none;
  background: var(--teal-mist); color: var(--teal-deep); font: italic 17px/1 var(--f-serif);
}

/* Iris-Komposition */
.hero__visual { position: relative; display: grid; place-items: center; }
.iris { position: relative; width: min(560px, 100%, 76vh); aspect-ratio: 1; }
.iris__art { position: absolute; inset: 0; }
.iris__arcs { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.arc { stroke: none; }
.arc--brown { fill: var(--brown); }
.arc--tan { fill: var(--tan); }
.arc--teal { fill: var(--teal); }
.spin { transform-box: view-box; transform-origin: 50% 50%; }
.spin--a { animation: spin 120s linear infinite; }
.spin--b { animation: spin 160s linear infinite reverse; }
.spin--c { animation: spin 90s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.iris__arcs .spin > * { opacity: 0; transform-box: view-box; transform-origin: 50% 50%; }
.iris.is-ready .iris__arcs .spin > * { animation: sweep 1.4s var(--ease) forwards; }
.iris.is-ready .iris__arcs .spin--b > * { animation-delay: .12s; }
.iris.is-ready .iris__arcs .spin--c > * { animation-delay: .24s; }
@keyframes sweep { from { opacity: 0; transform: rotate(-40deg); } to { opacity: 1; transform: none; } }
.hero.is-paused .spin { animation-play-state: paused; }
/* 16 · auch die übrigen Dauer-Animationen anhalten */
.motion-paused .about__badge svg, .motion-paused .cta__arcs svg { animation-play-state: paused; }

.iris__stage { position: absolute; inset: 16.5%; perspective: 900px; }
.iris__eye {
  position: relative; width: 100%; height: 100%; border-radius: 50%;
  transform-style: preserve-3d; will-change: transform;
  filter: drop-shadow(0 22px 36px rgba(57, 61, 72, .16));
}
.iris__canvas {
  position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 50%;
  opacity: 0; filter: blur(10px); transform: scale(.96);
  transition: opacity 1s var(--ease), filter 1.1s var(--ease), transform 1.2s var(--ease);
}
.iris.is-ready .iris__canvas { opacity: 1; filter: none; transform: none; }
.iris__pupil {
  position: absolute; left: 50%; top: 50%; width: 34%; height: 34%; border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 46% 44%, #120d0b 0 55%, #0a0807 80%, #1b120e 96%, rgba(27,18,14,0) 100%);
  box-shadow: 0 0 0 1px rgba(60, 36, 24, .5), 0 0 14px 1px rgba(20, 12, 8, .35);
  opacity: 0; transition: opacity 1s var(--ease);
}
.iris.is-ready .iris__pupil { opacity: 1; }
.iris__cornea {
  position: absolute; inset: 0; border-radius: 50%; pointer-events: none;
  background:
    radial-gradient(120% 120% at 30% 22%, rgba(255,255,255,.12), transparent 42%);
  mix-blend-mode: soft-light;
}
.iris__gloss { position: absolute; inset: 0; border-radius: 50%; pointer-events: none; }
.iris__gloss i {
  position: absolute; left: 20%; top: 19%; width: 24%; height: 13%; border-radius: 50%;
  background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,.62), rgba(255,255,255,.18) 55%, rgba(255,255,255,0) 72%);
  transform: rotate(-32deg);
}
.iris__gloss b {
  position: absolute; left: 40.5%; top: 34.5%; width: 2.4%; height: 2.4%; border-radius: 50%;
  background: #fff; box-shadow: 0 0 5px 1px rgba(255,255,255,.55); opacity: .95;
}
.iris__gloss::after {
  content: ""; position: absolute; right: 22%; bottom: 19%; width: 12%; height: 6%; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,255,255,.22), rgba(255,255,255,0) 70%); transform: rotate(-32deg);
}

.motion-toggle {
  position: absolute; right: 0; bottom: 0; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px;
  border: 1px solid var(--hair); background: rgba(250,247,242,.85); color: var(--ink-2);
  font: 500 13px var(--f-sans); cursor: pointer;
}
.motion-toggle:hover { color: var(--ink); border-color: var(--ink-3); }
/* unsichtbar für Maus-Nutzer, erscheint nur bei Tastatur-Fokus (WCAG 2.2.2 bleibt erfüllt) */
.motion-toggle:not(:focus-visible) { opacity: 0; pointer-events: none; }
.motion-toggle svg { width: 14px; height: 14px; }

/* ---------- Info-Leiste ---------- */
.infobar { border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); background: rgba(255,255,255,.35); }
.infobar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.infobar__item { display: flex; align-items: center; gap: 14px; padding: 22px 20px; border-left: 1px solid var(--hair); transition: background .3s; }
.infobar__item:first-child { border-left: 0; padding-left: 0; }
a.infobar__item:hover { background: rgba(255,255,255,.6); }
.infobar__item small { display: block; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.infobar__item strong { font-weight: 500; font-size: 16px; }
.infobar__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--teal-mist); color: var(--teal-deep); flex: none; }
.infobar__icon svg { width: 20px; height: 20px; }
.infobar__notice { margin: 0 auto; padding: 12px 16px; border-top: 1px solid var(--hair); font-size: 15px; color: var(--brown); text-align: center; }

/* ---------- Sections ---------- */
.section { padding: clamp(80px, 10vw, 136px) 0; position: relative; }
.section--sand { background: var(--sand); }
.section h2 { font-size: clamp(36px, 4.6vw, 62px); }
.section__head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; margin-bottom: clamp(40px, 5vw, 64px); }
.section__head--center { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.section__intro { color: var(--ink-2); font-size: 18px; max-width: 470px; margin: 0; }

/* ---------- Praxis ---------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.about__media { position: relative; aspect-ratio: 5 / 6; }
.photo-slot {
  position: absolute; border-radius: var(--radius-lg); overflow: hidden; display: grid; place-items: end start; padding: 20px;
  background:
    repeating-radial-gradient(circle at 120% 110%, transparent 0 38px, rgba(255,255,255,.12) 38px 40px),
    linear-gradient(150deg, #9fb7b6 0%, var(--teal) 55%, var(--teal-deep) 100%);
  color: rgba(255,255,255,.88); font-size: 13px; letter-spacing: .1em; text-transform: uppercase;
}
.photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-slot--tall { inset: 0 18% 8% 0; }
.photo-slot--small {
  width: 46%; aspect-ratio: 1; right: 0; bottom: 0; border: 8px solid var(--cream);
  background:
    repeating-radial-gradient(circle at -10% -10%, transparent 0 30px, rgba(255,255,255,.14) 30px 32px),
    linear-gradient(150deg, #d7b39a, var(--tan) 60%, var(--brown));
}
.about__badge { position: absolute; top: 8%; right: 4%; width: 124px; height: 124px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; box-shadow: var(--shadow); }
.about__badge svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 40s linear infinite; stroke: none; }
.about__badge text { font: 500 10.5px var(--f-sans); letter-spacing: .24em; fill: var(--teal-deep); }
.about__badge img { width: 54px; height: 54px; object-fit: contain; }
.about__copy > p:not(.eyebrow) { color: var(--ink-2); font-size: 17.5px; }
.about__copy h2 { margin-bottom: 24px; }
.checklist { list-style: none; padding: 0; margin: 26px 0 34px; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: center; }
.checklist li::before { content: ""; width: 22px; height: 22px; border-radius: 50%; flex: none; background: var(--teal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346646a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-top: 1px solid var(--hair); padding-top: 26px; margin: 0; }
.facts div { margin: 0; }
.facts dt { font-size: clamp(24px, 2.4vw, 32px); font-weight: 400; letter-spacing: -.03em; line-height: 1.05; color: var(--ink); }
.facts dt em { font-family: var(--f-serif); color: var(--teal); }
.facts dd { margin: 8px 0 0; font-size: 14.5px; color: var(--ink-3); line-height: 1.35; }

/* ---------- Ärzte ---------- */
.section--dark { background: var(--night); color: #fff; overflow: hidden; }
.section--dark .section__intro { color: rgba(255,255,255,.7); }
.section--dark h2 em { color: #9cc0be; }
.section--dark__arcs {
  position: absolute; left: -260px; bottom: -380px; width: 760px; height: 760px; border-radius: 50%;
  border: 2px solid rgba(130,78,54,.5);
  box-shadow: inset 0 0 0 26px var(--night), inset 0 0 0 28px rgba(173,128,99,.4), inset 0 0 0 54px var(--night), inset 0 0 0 56px rgba(95,126,128,.5);
}
.docs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); position: relative; }
.doc { position: relative; display: flex; flex-direction: column; background: var(--night-2); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,.07); transition: transform .5s var(--ease), border-color .4s; }
.doc:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.18); }
.doc__photo { position: relative; aspect-ratio: 16 / 12; overflow: hidden; }
.portrait {
  position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(90% 70% at 30% 20%, #eef3f1, #dfe7e4 60%, #cfd9d6);
}
.portrait--b { background: radial-gradient(90% 70% at 30% 20%, #f6eee6, #ecdfd2 60%, #e0cfbf); }
.portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.portrait__initials { position: relative; font: italic 120px/1 var(--f-serif); color: rgba(57,61,72,.2); letter-spacing: -.02em; }
.portrait__arcs { position: absolute; width: 130%; height: auto; aspect-ratio: 1; left: -15%; top: -15%; opacity: .7; }
.portrait__arcs path { stroke: none; }
.doc:hover .portrait__arcs { transform: rotate(8deg); }
.portrait__arcs { transition: transform 1.4s var(--ease); }
.doc__body { padding: 30px 34px 32px; display: flex; flex-direction: column; flex: 1; }
.doc__role { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: #e0b999; margin: 0 0 12px; }
.doc__body h3 { font-size: 30px; margin-bottom: 6px; }
.doc__title { color: rgba(255,255,255,.66); font-size: 15px; margin: 0 0 16px; }
.doc__quote { font: italic 19px/1.4 var(--f-serif); color: rgba(255,255,255,.88); margin: 0 0 18px; }
.doc .chips { margin: 0 0 22px; }
.doc .chips li { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.doc__open {
  margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px;
  padding: 0; border: 0; background: none; color: #fff; font: 500 15.5px var(--f-sans); cursor: pointer;
}
.doc__open::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }   /* ganze Karte klickbar */
.doc__open svg { width: 18px; height: 18px; transition: transform .4s var(--ease); color: #e0b999; }
.doc:hover .doc__open svg { transform: translateX(4px); }
@supports selector(:has(*)) {
  .doc:has(.doc__open:focus-visible) { outline: 2px solid #9cc0be; outline-offset: 4px; }
  .doc__open:focus-visible { outline: none; }
}
.team-note { position: relative; margin: 34px 0 0; color: rgba(255,255,255,.62); font-size: 15.5px; }

/* ---------- Arzt-Modal ---------- */
.docmodal {
  --dm-h: min(88vh, 900px);
  width: min(980px, calc(100% - 32px)); max-width: none; max-height: var(--dm-h); padding: 0; border: 0;
  border-radius: 26px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow-lg); overflow: hidden;
}
.docmodal::backdrop { background: rgba(34, 38, 46, .45); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.docmodal[open] { animation: modalIn .38s var(--ease); }
.docmodal[open]::backdrop { animation: fadeIn .38s var(--ease); }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.98); } }
@keyframes fadeIn { from { opacity: 0; } }
.docmodal__panel { display: grid; grid-template-columns: 320px 1fr; align-items: start; }
.docmodal__close {
  position: absolute; right: 16px; top: 16px; z-index: 3; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; border: 1px solid var(--hair); background: rgba(250,247,242,.9); color: var(--ink); cursor: pointer;
  transition: background .3s, transform .3s var(--ease);
}
.docmodal__close:hover { background: #fff; transform: rotate(90deg); }
.docmodal__close svg { width: 20px; height: 20px; }
.docmodal__side { background: var(--sand); padding: 28px; display: flex; flex-direction: column; gap: 14px; max-height: var(--dm-h); overflow-y: auto; align-self: stretch; }
.docmodal__photo { position: relative; aspect-ratio: 4 / 5; border-radius: 18px; overflow: hidden; }
.docmodal__photo .portrait__initials { font-size: 110px; }
.docmodal__facts { display: grid; gap: 12px; padding: 8px 0 6px; }
.docmodal__facts small { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.docmodal__facts strong { font-weight: 500; font-size: 15.5px; }
.docmodal__cta { width: 100%; }
.docmodal__main { padding: 44px 48px 36px; max-height: var(--dm-h); overflow-y: auto; overscroll-behavior: contain; }
.docmodal__role { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--brown); margin: 0 0 12px; }
.docmodal__name { font-size: clamp(32px, 3.6vw, 46px); margin: 0 0 8px; padding-right: 40px; }
.docmodal__cred { color: var(--ink-2); margin: 0 0 26px; }
.docmodal__quote { margin: 0 0 22px; padding-left: 20px; border-left: 2px solid var(--tan); font: italic 24px/1.35 var(--f-serif); color: var(--teal-deep); }
.docmodal__bio { color: var(--ink-2); font-size: 16.5px; }
.docmodal__h { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--ink-3); margin: 30px 0 14px; }
.chips { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { font-size: 14px; padding: 6px 13px; border-radius: 999px; background: rgba(255,255,255,.12); }
.chips--light { margin: 0; }
.chips--light li { background: var(--teal-mist); color: var(--teal-deep); font-size: 14.5px; }
.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 96px; top: 8px; bottom: 8px; width: 1px; background: var(--hair); }
.timeline li { display: grid; grid-template-columns: 96px 1fr; gap: 24px; padding: 8px 0; position: relative; }
.timeline li::before { content: ""; position: absolute; left: 92px; top: 17px; width: 9px; height: 9px; border-radius: 50%; background: var(--cream); border: 1.5px solid var(--teal); }
.timeline li:last-child::before { background: var(--teal); }
.timeline .tl-year { font-weight: 500; font-size: 14.5px; color: var(--brown); font-variant-numeric: tabular-nums; padding-top: 1px; }
.timeline span { font-size: 15.5px; color: var(--ink); }
.timeline span small { display: block; color: var(--ink-3); font-size: 14px; }
.docmodal__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.dlist { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.dlist li { position: relative; padding-left: 18px; font-size: 15.5px; color: var(--ink-2); }
.dlist li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 1.5px; background: var(--tan); }
.docmodal__personal p { color: var(--ink-2); margin: 0; }
.docmodal__foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--hair); }
.docmodal__foot .fine { margin: 0; }
.docmodal__next { border: 0; background: none; padding: 8px 0; font: 500 15px var(--f-sans); color: var(--teal-deep); cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.docmodal__next:hover { color: var(--ink); }
.docmodal__next svg { width: 18px; height: 18px; }
.docmodal.is-swapping .docmodal__main > *, .docmodal.is-swapping .docmodal__photo { animation: swapIn .45s var(--ease); }
@keyframes swapIn { from { opacity: 0; transform: translateY(8px); } }

/* ---------- Aktions-Blatt (Anrufen / Route) ---------- */
.sheet {
  width: min(440px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; border-radius: 24px;
  background: var(--cream); color: var(--ink); box-shadow: var(--shadow-lg); overflow: visible;
}
.sheet { overscroll-behavior: contain; max-height: calc(100vh - 32px); overflow-y: auto; }
.sheet::backdrop { background: rgba(34, 38, 46, .4); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.sheet[open] { animation: modalIn .32s var(--ease); }
.sheet[open]::backdrop { animation: fadeIn .32s var(--ease); }
.sheet__panel { position: relative; padding: 30px 28px 26px; }
.sheet__grip { display: none; }
.sheet__close {
  position: absolute; right: 14px; top: 14px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--hair); background: #fff; color: var(--ink); cursor: pointer;
}
.sheet__close svg { width: 18px; height: 18px; }
.sheet__eyebrow { margin: 0 0 8px; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--brown); font-weight: 500; }
.sheet__title { font-size: 30px; line-height: 1.15; margin: 0 0 10px; padding-right: 44px; }
.sheet__title a { color: var(--ink); }
.sheet__title a:hover { color: var(--teal-deep); }
.sheet__title span { color: var(--ink-2); font-weight: 400; font-size: .72em; }
.sheet__status { font-size: 15px; font-weight: 500; margin: 0 0 4px; }
.sheet__sub { color: var(--ink-3); font-size: 14.5px; margin: 0 0 18px; }
.sheet__note { margin: 4px 0 18px; padding: 16px 18px; border-radius: 16px; background: var(--tan-soft); color: #5c3a2a; font-size: 14.5px; }
.sheet__note p { margin: 0; }
.sheet__note-num { display: inline-block; margin: 6px 0; font-size: 26px; font-weight: 500; color: var(--brown); }
.sheet__fine { font-size: 13px; color: var(--ink-3); margin: 14px 0 0; }
.sheet__note .sheet__fine { margin-top: 4px; color: #7a5644; }
.sheet__note a:not(.sheet__note-num), .sheet__fine a { text-decoration: underline; text-underline-offset: 3px; }
.sheet__list { list-style: none; padding: 0; margin: 4px 0 18px; display: grid; gap: 6px; font-size: 14.5px; color: var(--ink-2); }
.sheet__list b { color: var(--ink); font-weight: 500; }
.sheet__actions { display: grid; gap: 10px; }
.sheet__actions .btn { width: 100%; }
.sheet__actions .btn svg { width: 19px; height: 19px; }
.sheet__actions .btn:hover svg { transform: none; }
.sheet__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 420px) { .sheet__row { grid-template-columns: 1fr; } }
.sheet__row .btn { padding: .95em .8em; font-size: 14.5px; }
.btn.is-done { border-color: var(--teal); color: var(--teal-deep); }

/* ---------- Dezente Scrollleisten in Fenstern und Menü ---------- */
/* Chrome, Edge, Safari: schmal, abgerundet, Abstand zu den runden Ecken */
.docmodal::-webkit-scrollbar, .docmodal__main::-webkit-scrollbar, .docmodal__side::-webkit-scrollbar,
.sheet::-webkit-scrollbar, .nav::-webkit-scrollbar { width: 12px; }
.docmodal::-webkit-scrollbar-track, .docmodal__main::-webkit-scrollbar-track, .docmodal__side::-webkit-scrollbar-track,
.sheet::-webkit-scrollbar-track, .nav::-webkit-scrollbar-track { background: transparent; margin: 28px 0; }
.docmodal::-webkit-scrollbar-thumb, .docmodal__main::-webkit-scrollbar-thumb, .docmodal__side::-webkit-scrollbar-thumb,
.sheet::-webkit-scrollbar-thumb, .nav::-webkit-scrollbar-thumb {
  background: rgba(173, 128, 99, .38); border-radius: 12px;
  border: 4px solid transparent; background-clip: padding-box; min-height: 48px;
}
.docmodal::-webkit-scrollbar-thumb:hover, .docmodal__main::-webkit-scrollbar-thumb:hover, .docmodal__side::-webkit-scrollbar-thumb:hover,
.sheet::-webkit-scrollbar-thumb:hover, .nav::-webkit-scrollbar-thumb:hover { background-color: rgba(130, 78, 54, .6); }
/* Firefox */
@supports (-moz-appearance: none) {
  .docmodal, .docmodal__main, .docmodal__side, .sheet, .nav { scrollbar-width: thin; scrollbar-color: rgba(173, 128, 99, .45) transparent; }
}

/* ---------- Leistungen (Bento) ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(250px, auto); gap: 18px; }
.card {
  position: relative; overflow: hidden; background: #fff; border-radius: var(--radius);
  padding: 30px; border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card h3 { font-size: 22px; margin: auto 0 10px; }
.card p { color: var(--ink-2); font-size: 15.5px; margin: 0; }
.card__icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--teal-mist); color: var(--teal-deep); margin-bottom: 28px; transition: transform .5s var(--ease); }
.card:hover .card__icon { transform: rotate(-8deg) scale(1.06); }
.card__icon svg { width: 26px; height: 26px; }
.card__icon--tan { background: var(--tan-soft); color: var(--brown); }
.card__icon--light { background: rgba(255,255,255,.1); color: #e0b999; }
.card--feature {
  grid-column: span 2; grid-row: span 2; padding: clamp(30px, 3.4vw, 46px);
  background: linear-gradient(160deg, var(--teal-deep) 0%, #34494e 100%); color: #fff; border: 0;
}
.card--feature h3 { font-size: clamp(30px, 3vw, 42px); margin-top: auto; }
.card--feature p { color: rgba(255,255,255,.85); font-size: 17px; max-width: 460px; }
.card__tag { align-self: flex-start; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); }
.card__arcs {
  position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.14);
  box-shadow: 0 0 0 26px rgba(255,255,255,0), 0 0 0 28px rgba(212,169,136,.25), 0 0 0 54px rgba(255,255,255,0), 0 0 0 56px rgba(255,255,255,.08);
  transition: transform 1.2s var(--ease);
}
.card--feature:hover .card__arcs { transform: scale(1.08) rotate(20deg); }
.card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; font-weight: 500; font-size: 15px; }
.card__link svg { width: 18px; height: 18px; transition: transform .4s var(--ease); }
.card__link:hover svg { transform: translate(3px, -3px); }
.card--dark { background: var(--night); color: #fff; border: 0; grid-column: span 2; }
.card--dark p { color: rgba(255,255,255,.72); max-width: 440px; }
.card--dark .card__link { color: #e0b999; }
.igel-chip { align-self: flex-start; display: inline-block; margin-top: 14px; font-size: 12.5px; padding: 4px 10px; border-radius: 999px; background: var(--tan-soft); color: #6b4330; }
.card--dark .igel-chip { background: rgba(255,255,255,.1); color: #f3dcc8; }
.card__igel { margin-top: 12px !important; font-size: 13.5px !important; color: rgba(255,255,255,.88) !important; }
.preview-badge {
  position: fixed; left: 12px; bottom: 12px; z-index: 70; margin: 0; padding: 6px 12px; border-radius: 999px;
  background: rgba(57, 61, 72, .88); color: #fff; font-size: 12px; letter-spacing: .02em; pointer-events: none;
}
.igel-note { display: flex; gap: 14px; align-items: flex-start; margin: 28px 0 0; padding: 18px 22px; border-radius: 16px; border: 1px solid var(--hair); color: var(--ink-2); font-size: 15.5px; max-width: 900px; }
.igel-note svg { width: 22px; height: 22px; color: var(--teal-deep); margin-top: 2px; }
.igel-note strong { color: var(--ink); font-weight: 500; }

/* ---------- Ihr Besuch ---------- */
.steps { list-style: none; padding: 0; margin: 0 0 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; }
.steps::before { content: ""; position: absolute; left: 38px; right: calc(25% - 10px); top: 30px; height: 1.5px; background: repeating-linear-gradient(90deg, var(--tan) 0 6px, transparent 6px 12px); opacity: .6; }
.step { position: relative; padding: 0 8px; }
.step__num {
  display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; margin-bottom: 24px; position: relative;
  background: var(--cream); border: 1.5px solid var(--hair); font-weight: 500; color: var(--teal-deep); font-size: 16px;
  transition: background .4s, color .4s, border-color .4s;
}
.step:hover .step__num { background: var(--ink); color: #fff; border-color: var(--ink); }
.step h3 { font-size: 22px; margin-bottom: 8px; }
.step p { color: var(--ink-2); font-size: 15.5px; margin: 0; }
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.visit__card { background: #fff; border: 1px solid var(--hair); border-radius: var(--radius); padding: 30px 32px; }
.visit__card h3 { font-size: 22px; margin-bottom: 18px; }
.bring { list-style: none; counter-reset: b; padding: 0; margin: 0; display: grid; gap: 4px; }
.bring li { counter-increment: b; display: flex; gap: 16px; align-items: baseline; padding: 10px 0; border-top: 1px solid var(--hair); font-size: 16px; }
.bring li:first-child { border-top: 0; }
.bring li::before { content: counter(b, decimal-leading-zero); font-size: 13.5px; font-weight: 500; color: var(--brown); font-variant-numeric: tabular-nums; }
.visit__col { display: grid; gap: 20px; align-content: start; }
.notice { display: flex; gap: 16px; align-items: flex-start; padding: 24px 26px; border-radius: var(--radius); background: var(--tan-soft); color: #5c3a2a; }
.notice svg { width: 24px; height: 24px; color: var(--brown); margin-top: 2px; }
.notice p { margin: 0; font-size: 15.5px; }
.emergency { display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; align-items: center; padding: 26px 28px; border-radius: var(--radius); background: var(--night); color: #fff; }
.emergency small { display: block; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: #e0b999; margin-bottom: 6px; }
.emergency__text p { margin: 0; color: rgba(255,255,255,.78); font-size: 15px; }
.emergency__num { font-size: clamp(30px, 3.4vw, 42px); font-weight: 500; letter-spacing: -.01em; white-space: nowrap; color: #fff; }
.emergency__num:hover { color: #e0b999; }
.emergency__fine { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14.5px; color: rgba(255,255,255,.72); }
.emergency__fine a { color: #fff; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.faq__head { position: sticky; top: 110px; }
.faq__head h2 { margin-bottom: 22px; }
.faq__head p:not(.eyebrow) { color: var(--ink-2); margin: 0 0 26px; }
.faq__list { display: grid; gap: 12px; }
.faq details { background: #fff; border-radius: 18px; border: 1px solid var(--line); transition: box-shadow .3s; }
.faq details[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq summary { list-style: none; cursor: pointer; padding: 22px 64px 22px 26px; font-size: 18px; font-weight: 500; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 30px; height: 30px; margin-top: -15px; border-radius: 50%;
  background: var(--teal-mist) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346646a' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 14px no-repeat;
  transition: transform .4s var(--ease), background-color .3s;
}
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--tan-soft); }
.faq details p { padding: 0 26px 24px; margin: 0; color: var(--ink-2); }

/* ---------- CTA ---------- */
.cta { padding: 0 0 clamp(60px, 8vw, 110px); background: var(--cream); }
.cta__box {
  position: relative; overflow: hidden; border-radius: var(--radius-lg); color: #fff;
  padding: clamp(40px, 6vw, 80px); display: grid; grid-template-columns: 1.3fr auto; gap: 40px; align-items: center;
  background: radial-gradient(80% 120% at 100% 0%, #6d8e90 0%, transparent 60%), linear-gradient(135deg, var(--teal-deep), #34494e);
}
.cta__box h2 { font-size: clamp(34px, 4.4vw, 58px); margin-bottom: 18px; }
.cta__box h2 em { color: #e8c7ab; }
.cta__copy { position: relative; }
.cta__copy p:not(.eyebrow) { color: rgba(255,255,255,.92); max-width: 520px; margin: 0; }
.cta__box .eyebrow--light { color: #f3dcc8; }
.cta__box .eyebrow--light .eyebrow__line { background: #f3dcc8; }
.cta__actions { display: flex; flex-direction: column; gap: 12px; position: relative; }
.cta__arcs { position: absolute; right: -140px; top: 50%; width: 560px; height: 560px; transform: translateY(-50%); pointer-events: none; opacity: .5; }
.cta__arcs svg { width: 100%; height: 100%; animation: spin 140s linear infinite; }
.cta__arcs path { stroke: none; }

/* ---------- Kontakt ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "info hours" "map map"; gap: 24px 60px; }
.contact__info { grid-area: info; }
.contact__info h2 { margin-bottom: 30px; }
.contact__cards { display: grid; gap: 12px; }
.ccard { display: flex; gap: 16px; align-items: center; padding: 18px 20px; border-radius: 18px; background: #fff; border: 1px solid var(--hair); }
.ccard__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--teal-mist); color: var(--teal-deep); flex: none; }
.ccard__icon svg { width: 22px; height: 22px; }
.ccard small { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.ccard a:hover { color: var(--teal-deep); }
.ccard__sub { display: block; font-size: 14px; color: var(--ink-3); }
.arrive__title { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--ink-3); margin: 34px 0 10px; }
.arrive { list-style: none; padding: 0; margin: 0; }
.arrive li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 12px 0; border-top: 1px solid var(--hair); font-size: 15.5px; }
.arrive li b { font-weight: 500; color: var(--ink); }
.arrive li span { color: var(--ink-2); }
.hours { grid-area: hours; align-self: start; margin-top: 40px; background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 34px; }
.hours__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.hours__head h3 { font-size: 24px; }
.status--pill { white-space: nowrap; font-size: 13.5px; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.08); }
.hours__table { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.hours__table td, .hours__table th { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); vertical-align: top; text-align: left; font-weight: 400; }
.hours__table td:last-child { text-align: right; color: rgba(255,255,255,.8); }
.hours__table tr.is-today td, .hours__table tr.is-today th { color: #ecc9ad; font-weight: 500; }
.hours__table tr.is-today th::after { content: "Heute"; margin-left: 10px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: rgba(228,195,168,.16); vertical-align: 2px; }
.hours .fine { color: rgba(255,255,255,.6); }
.map { grid-area: map; position: relative; border-radius: var(--radius-lg); overflow: hidden; height: 380px; border: 1px solid var(--hair); margin-top: 20px; }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.6) sepia(.15) contrast(.95); }
.map:focus-within { outline: 2px solid var(--teal-deep); outline-offset: 3px; }
.map__consent {
  position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 14px; text-align: center; padding: 24px;
  background:
    repeating-linear-gradient(0deg, transparent 0 46px, rgba(95,126,128,.08) 46px 47px),
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(95,126,128,.08) 46px 47px),
    radial-gradient(circle at 50% 45%, var(--teal-mist), var(--sand));
}
.map__consent > svg { width: 40px; height: 40px; color: var(--brown); }
.map__consent p { margin: 0; color: var(--ink-2); font-size: 15px; }
.map__consent strong { color: var(--ink); font-weight: 500; font-size: 18px; }
.map__link { position: absolute; right: 16px; top: 16px; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 500; }
.fine { font-size: 13px; color: var(--ink-3); margin: 18px 0 0; }

/* ---------- Footer ---------- */
.footer { background: var(--night); color: rgba(255,255,255,.72); padding: 80px 0 30px; font-size: 15px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer__brand img { width: 200px; height: auto; margin-bottom: 18px; }
.footer__brand p { max-width: 280px; }
.footer__h { color: #fff; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; margin-bottom: 18px; }
.footer__grid > div > a { display: block; margin-bottom: 8px; }
.footer a:hover { color: #fff; }
.footer address { margin-bottom: 8px; }
.footer__big { font-size: 28px; color: #ecc9ad; font-weight: 500; letter-spacing: -.01em; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; font-size: 13.5px; flex-wrap: wrap; }
.footer__bottom nav { display: flex; gap: 22px; }

/* ---------- Mobile Aktionsleiste ---------- */
.actionbar { display: none; }

/* ---------- Reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js:not(.reveal-off) .reveal { opacity: 0; transform: translateY(18px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
  .js:not(.reveal-off) .reveal.is-in { opacity: 1; transform: none; }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1080px) {
  .nav { display: none; }
  .burger { display: grid; gap: 6px; width: 46px; height: 46px; place-content: center; border-radius: 50%; border: 1px solid var(--hair); background: #fff; cursor: pointer; }
  .burger span { display: block; width: 18px; height: 1.8px; background: var(--ink); border-radius: 2px; transition: transform .35s var(--ease); }
  .burger[aria-expanded="true"] span:first-child { transform: translateY(3.9px) rotate(45deg); }
  .burger[aria-expanded="true"] span:last-child { transform: translateY(-3.9px) rotate(-45deg); }
  .header__cta { margin-left: auto; }
  .burger { order: 1; }
  .nav.is-open {
    max-height: calc(100vh - var(--header-h)); overflow-y: auto; overscroll-behavior: contain;
    display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 100%; margin: 0;
    background: var(--cream); padding: 12px 24px 26px; border-bottom: 1px solid var(--hair); box-shadow: var(--shadow);
  }
  .nav.is-open a { padding: 14px 4px; font-size: 20px; border-bottom: 1px solid var(--hair); }
  .nav.is-open a::after { display: none; }
  .nav.is-open .nav__cta-mobile { display: inline-flex; margin-top: 16px; border: 0; color: #fff; background: var(--ink); font-size: 16px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual, .hero__bg { display: none; }   /* Auge (und sein Hintergrundschein) nur auf dem Desktop */
  /* ohne Auge: Hero-Text auf dem Tablet etwas größer, damit die Fläche nicht leer wirkt */
  .hero h1 { font-size: clamp(56px, min(10vw, 12.5vh), 96px); }
  .hero .lead { font-size: 18.5px; max-width: 560px; }
  .hero__services { font-size: 16px; }
  .infobar__grid { grid-template-columns: 1fr 1fr; }
  .infobar__item:nth-child(3) { border-left: 0; padding-left: 0; }
  .infobar__item:nth-child(n+3) { border-top: 1px solid var(--hair); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .card--dark { grid-column: span 2; }
  .about, .faq { grid-template-columns: 1fr; }
  .faq__head { position: static; }
  .about__media { max-width: 560px; margin-inline: auto; width: 100%; }
  .docs { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .card:not(.card--feature) h3 { margin-top: 0; }
  .card__icon { margin-bottom: 20px; }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .steps::before { display: none; }
  .visit { grid-template-columns: 1fr; }
  .section__head { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .docmodal__panel { grid-template-columns: 260px 1fr; }
  .docmodal__main { padding: 36px 32px 30px; }
}
@media (max-width: 720px) {
  :root { --header-h: 64px; }
  html { scroll-padding-top: 76px; scroll-padding-bottom: 90px; }
  body { font-size: 16.5px; padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .wrap { width: calc(100% - 32px); }
  .header__cta { display: none; }
  .burger { margin-left: auto; }
  .brand__word, .header.is-scrolled .brand__word { height: 29px; }
  .header.is-scrolled .header__inner { height: 58px; }
  .hero { padding-top: 12px; }
  /* Hero kompakt, damit die Iris im ersten Bildschirm sichtbar ist */
  .hero h1 { font-size: 46px; margin-bottom: 18px; }
  .hero .lead { font-size: 16px; margin-bottom: 22px; }
  .hero__actions { flex-wrap: nowrap; gap: 10px; margin-bottom: 0; }
  .hero__actions .btn { flex: 1 1 auto; padding: .95em 1.05em; font-size: 15px; }
  .hero__actions { margin-bottom: 22px; }
  .infobar__grid { grid-template-columns: 1fr; }
  .infobar__item { border-left: 0 !important; padding: 16px 0 !important; }
  .infobar__item + .infobar__item { border-top: 1px solid var(--hair); }
  .bento { grid-template-columns: 1fr; }
  .card--feature, .card--dark { grid-column: auto; grid-row: auto; }
  .card--feature h3 { margin-top: 70px; }
  .doc__photo { aspect-ratio: 16 / 11; }
  .doc__body { padding: 24px 22px 26px; }
  .steps { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr; gap: 12px; }
  .facts div { display: flex; align-items: baseline; gap: 12px; }
  .facts dt { font-size: 24px; }
  .facts dd { margin: 0; }
  .cta__box { grid-template-columns: minmax(0, 1fr); padding: 36px 22px; }
  .cta__box h2 { font-size: 32px; }
  .cta__actions .btn { width: 100%; white-space: normal; text-align: center; overflow-wrap: anywhere; }
  .contact { grid-template-columns: 1fr; grid-template-areas: "info" "hours" "map"; }
  .hours { margin-top: 0; padding: 26px 22px; }
  .arrive li { grid-template-columns: 1fr; gap: 2px; }
  .map { height: 300px; }
  .footer__grid { grid-template-columns: 1fr; }
  .photo-slot { font-size: 11px; letter-spacing: .06em; padding: 14px; }
  .about__badge { width: 100px; height: 100px; }
  .about__badge img { width: 42px; height: 42px; }
  .section { padding: 72px 0; }
  .emergency { grid-template-columns: 1fr; }
  /* Modal als Vollbild-Sheet */
  .docmodal { --dm-h: none; width: 100%; max-height: 100vh; height: 100vh; max-height: 100dvh; height: 100dvh; border-radius: 0; margin: 0; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .docmodal__panel { display: block; }
  .docmodal__side, .docmodal__main { max-height: none; overflow: visible; }
  .docmodal__close { position: fixed; background: rgba(250,247,242,.97); box-shadow: 0 4px 14px -4px rgba(34,38,46,.25); }
  .docmodal__side { padding: 20px 16px; }
  .docmodal__photo { aspect-ratio: 2 / 1; }
  .docmodal__photo .portrait__initials { font-size: 76px; }
  .docmodal__facts { grid-template-columns: repeat(3, auto); justify-content: start; gap: 8px 22px; }
  .docmodal__main { padding: 28px 18px 40px; }
  .docmodal__cols { grid-template-columns: 1fr; }
  .timeline::before { left: 80px; }
  .timeline li { grid-template-columns: 80px 1fr; gap: 20px; }
  .timeline li::before { left: 76px; }
  .timeline .tl-year { white-space: nowrap; font-size: 13.5px; }
  .docmodal__foot { flex-direction: column; align-items: flex-start; }
  /* Aktions-Blatt als Bottom-Sheet */
  .sheet { width: 100%; margin: auto 0 0; border-radius: 26px 26px 0 0; max-height: 92vh; overflow-y: auto; }
  .sheet[open] { animation: sheetUp .38s var(--ease); }
  @keyframes sheetUp { from { transform: translateY(40px); opacity: 0; } }
  .sheet__panel { padding: 14px 20px calc(22px + env(safe-area-inset-bottom)); }
  .sheet__grip { display: block; width: 42px; height: 5px; border-radius: 3px; background: var(--hair); margin: 0 auto 18px; }
  .sheet__title { font-size: 28px; }
  .nav.is-open { max-height: calc(100vh - var(--header-h) - 76px - env(safe-area-inset-bottom)); }
  .preview-badge { bottom: calc(80px + env(safe-area-inset-bottom)); }
  .actionbar {
    display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: rgba(250,247,242,.94);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--hair);
  }
  .actionbar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; height: 52px; border-radius: 14px; font-size: 13px; font-weight: 500; color: var(--ink); }
  .actionbar svg { width: 20px; height: 20px; }
  .actionbar__main { background: var(--ink); color: #fff !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .iris__arcs .spin > * { opacity: 1; }
  .motion-toggle { display: none; }
}

@media print {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .header, .actionbar, .motion-toggle, .hero__visual, .map { display: none !important; }
}

/* ---------- Am Ende: überschreibt die responsiven Regeln ---------- */
@supports (height: 100dvh) {
  @media (max-width: 1080px) { .nav.is-open { max-height: calc(100dvh - var(--header-h)); } }
  @media (max-width: 720px) { .nav.is-open { max-height: calc(100dvh - var(--header-h) - 76px - env(safe-area-inset-bottom)); } }
  .sheet { max-height: calc(100dvh - 32px); }
  @media (max-width: 720px) { .sheet { max-height: 92dvh; } }
}
/* sehr schmale Handys (320 px): Hero-Buttons untereinander */
@media (max-width: 359px) {
  .hero__actions { flex-wrap: wrap; }
  .hero__actions .btn { flex: 1 1 100%; }
}
/* Windows-Kontrastmodus: Menü-Symbol in Systemfarbe */
@media (forced-colors: active) { .burger span { forced-color-adjust: none; background: ButtonText; } }
.sheet__note--soft { background: var(--teal-mist); color: var(--ink); }
.sheet__note--soft .sheet__fine { color: var(--ink-2); }

/* Hero füllt den ersten Bildschirm – die Info-Leiste erscheint erst beim Scrollen
   (auf dem Handy abzüglich der unteren Aktionsleiste) */
.hero { --bar-h: 0px; min-height: calc(100vh - var(--header-h) - var(--bar-h)); display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 720px) { .hero { --bar-h: calc(68px + env(safe-area-inset-bottom)); } }
@supports (height: 100svh) { .hero { min-height: calc(100svh - var(--header-h) - var(--bar-h)); } }
/* Tablet & Handy (ohne Auge): freien Platz vor allem nach unten geben – Text sitzt höher, nicht mittig */
@media (max-width: 1080px) {
  .hero { justify-content: flex-start; }
  .hero::before, .hero::after { content: ""; flex: 1 1 0; }
  .hero::after { flex-grow: 3; }
}
@media (max-width: 720px) { .hero::after { flex-grow: 2; } }
/* kleine Handys (z. B. iPhone SE): Abstände straffen, damit beide Ärzte über der Aktionsleiste bleiben */
@media (max-width: 720px) and (max-height: 700px) {
  .hero { padding-top: 6px; padding-bottom: 14px; }
  .hero .eyebrow { margin-bottom: 12px; }
  .hero h1 { font-size: 40px; margin-bottom: 14px; }
  .hero .lead { margin-bottom: 18px; }
  .hero__actions { margin-bottom: 16px; }
  .hero__services { margin-bottom: 20px; font-size: 15px; }
  .hero__docs { gap: 8px; }
}
