/* Self-hosted webfonts — no request ever leaves the visitor's browser to
   fonts.googleapis.com / fonts.gstatic.com (DSGVO, LG München I 3 O 17493/20). */

/* Montserrat — variable weight 400–800 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/montserrat-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/montserrat-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Unna — serif display */
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/unna-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/unna-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/unna-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/unna-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Hannover Beauty — Designsystem
   Farben und Typografie übernommen aus dem bestehenden Divi-Theme.
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  /* Farben aus dem Original-Theme */
  --cream: #eee8e2;
  --cream-soft: #f6f2ee;
  --teal: #104657;
  --teal-dark: #092f3a;
  --teal-light: #1c5d72;
  --mint: #ecf3f2;
  --white: #fff;
  --ink: #2b343b;
  --ink-soft: #55616a;
  --line: #d9e0e2;
  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;

  --font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-serif: 'Unna', Georgia, 'Times New Roman', serif;

  /* Fließende Typografie */
  --step--1: clamp(0.8rem, 0.77rem + 0.15vw, 0.875rem);
  --step-0: clamp(0.95rem, 0.92rem + 0.15vw, 1.02rem);
  --step-1: clamp(1.1rem, 1.02rem + 0.4vw, 1.35rem);
  --step-2: clamp(1.45rem, 1.25rem + 1vw, 2.1rem);
  --step-3: clamp(1.9rem, 1.5rem + 2vw, 3.1rem);
  --step-4: clamp(2.6rem, 1.5rem + 5.2vw, 6.6rem);

  /* Zwei Rasterbreiten: --shell für Fließtext (gute Zeilenlänge),
     --shell-wide für Kopfzeile und Hero, damit die Seite auf großen
     Bildschirmen nicht schmal in der Mitte klebt. */
  --shell: 1400px;
  --shell-wide: 1660px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --gutter-wide: clamp(1.15rem, 4vw, 3.25rem);
  --section-y: clamp(3.5rem, 8vw, 7rem);
  --radius: 2px;
  --shadow: 0 18px 48px -24px rgb(9 47 58 / 0.45);
  --header-h: 92px;
}

/* ── Reset ─────────────────────────────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  font-family: var(--font-sans);
  font-size: var(--step-0);
  line-height: 1.85;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }

/* Sichtbarer Fokus für Tastaturbedienung (fehlte im Original) */
:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
  border-radius: var(--radius);
}
.cta-band :focus-visible,
.benefits :focus-visible,
.hero__panel :focus-visible { outline-color: var(--cream); }

.skip-link {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
  z-index: 200;
  background: var(--teal);
  color: var(--white);
  padding: .75rem 1.5rem;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .2s;
}
.skip-link:focus { transform: translate(-50%, 0); }

.shell {
  width: min(100% - var(--gutter) * 2, var(--shell));
  margin-inline: auto;
}
.shell--wide { width: min(100% - var(--gutter-wide) * 2, var(--shell-wide)); }

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

/* ── Typografie ────────────────────────────────────────────────────────── */

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.18;
  color: var(--teal);
  text-wrap: balance;
}

.display { font-size: var(--step-3); }
.display--xl { font-size: var(--step-4); }

/* Montserrat-Kapitälchen — die Signatur-Typo des Originals */
.eyebrow {
  font-family: var(--font-sans);
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  line-height: 1.8;
  color: var(--teal-light);
}

.lead { font-size: var(--step-1); line-height: 1.7; }
p + p { margin-top: 1.1em; }

.prose p, .prose li { color: var(--ink-soft); }
.prose h2 { font-size: var(--step-2); margin-top: 2.5em; margin-bottom: .6em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: var(--step-1); margin-top: 2em; margin-bottom: .5em; }
.prose ul { padding-left: 1.3em; margin-block: 1em; }
.prose li + li { margin-top: .4em; }
.prose a { color: var(--teal); text-underline-offset: .2em; }

.icon { flex: none; }

/* ── Buttons ───────────────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1.05rem 2.2rem;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color .22s, color .22s, border-color .22s, transform .22s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--teal); color: var(--white); border-color: var(--teal); }
.btn--primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); }

.btn--ghost { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn--ghost:hover { background: var(--teal); color: var(--white); }

.btn--light { background: var(--white); color: var(--teal); border-color: var(--white); }
.btn--light:hover { background: var(--cream); border-color: var(--cream); }

.btn--outline-light { background: transparent; color: var(--white); border-color: rgb(255 255 255 / .55); }
.btn--outline-light:hover { background: var(--white); color: var(--teal); border-color: var(--white); }

.btn--whatsapp { background: var(--whatsapp); color: #062e18; border-color: var(--whatsapp); }
.btn--whatsapp:hover { background: var(--whatsapp-dark); border-color: var(--whatsapp-dark); color: var(--white); }

.btn--block { width: 100%; }

/* Textlink „Mehr erfahren“ mit Unterstrich-Animation */
.link-more {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--teal);
  padding-bottom: 2px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 1.6rem 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size .28s;
}
.link-more:hover { background-size: 100% 2px; }
.link-more .icon { transition: transform .28s; }
.link-more:hover .icon { transform: translateX(4px); }

/* ── Header ────────────────────────────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--cream);
  transition: box-shadow .25s;
}
.site-header.is-stuck { box-shadow: 0 2px 20px -8px rgb(9 47 58 / .35); }

.site-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  min-height: var(--header-h);
  padding-block: .75rem;
}

.logo { flex: none; line-height: 0; }
.logo img { width: clamp(140px, 15vw, 185px); height: auto; }

.mainnav { margin-right: auto; }
.mainnav > ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.1rem);
  list-style: none;
  padding: 0;
}
.mainnav ul a {
  display: inline-block;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--teal);
  padding-block: .4rem;
  transition: color .2s;
}
.mainnav ul a:hover { color: var(--teal-light); }
.mainnav ul a[aria-current] { box-shadow: inset 0 -2px 0 var(--teal); }

.has-sub { position: relative; }
.has-sub > a { padding-right: 1.1rem; }
.sub-toggle {
  position: absolute;
  right: -.2rem;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-items: center;
  width: 1.4rem; height: 1.4rem;
  background: none; border: 0; padding: 0;
  color: var(--teal);
  cursor: pointer;
}
.sub-toggle .icon { rotate: 90deg; transition: rotate .25s; }
.has-sub:hover .sub-toggle .icon,
.sub-toggle[aria-expanded="true"] .icon { rotate: -90deg; }

.subnav {
  position: absolute;
  left: -1.25rem;
  top: 100%;
  min-width: 20rem;
  list-style: none;
  padding: .6rem 0;
  margin: 0;
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  translate: 0 8px;
  transition: opacity .22s, translate .22s, visibility .22s;
}
.has-sub:hover .subnav,
.has-sub:focus-within .subnav { opacity: 1; visibility: visible; translate: 0 0; }
.subnav a {
  display: block;
  padding: .7rem 1.25rem;
  letter-spacing: .1em;
  font-size: .78rem;
  line-height: 1.5;
}
.subnav a:hover { background: var(--mint); }

.site-header__actions { display: flex; align-items: center; gap: 1.25rem; flex: none; }

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  color: var(--teal);
  white-space: nowrap;
}
.header-phone:hover { color: var(--teal-light); }

.btn--header { padding: .95rem 1.8rem; }

.nav-toggle {
  display: none;
  flex: none;
  background: none;
  border: 0;
  padding: .4rem;
  color: var(--teal);
  cursor: pointer;
}

/* CTA-Block im aufgeklappten Mobilmenü — nur unterhalb der Desktop-Breite */
.mainnav__cta { display: none; }
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }

/* ── Mobile Navigation ─────────────────────────────────────────────────── */

@media (max-width: 1080px) {
  :root { --header-h: 78px; }
  .nav-toggle { display: block; order: 3; margin-left: auto; }
  .site-header__actions { order: 2; margin-left: auto; }
  .header-phone span { display: none; }
  .header-phone { padding: .6rem; }
  .btn--header { padding: .8rem 1.25rem; font-size: .72rem; letter-spacing: .12em; }

  .mainnav {
    position: fixed;
    inset: var(--header-h) 0 0;
    margin: 0;
    background: var(--cream);
    padding: 1.5rem var(--gutter) 3rem;
    overflow-y: auto;
    translate: 0 -100%;
    visibility: hidden;
    transition: translate .32s ease, visibility .32s;
  }
  .mainnav.is-open { translate: 0 0; visibility: visible; }
  .mainnav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .mainnav > ul > li { border-bottom: 1px solid var(--line); }
  .mainnav > ul > li > a { padding: 1.15rem 0; font-size: .95rem; }
  .has-sub > a { padding-right: 3rem; }
  /* Am oberen Rand ausrichten, damit der Pfeil neben dem Menüpunkt bleibt,
     wenn das Untermenü aufgeklappt ist. */
  .sub-toggle { right: .25rem; top: 0; translate: 0 0; width: 2.75rem; height: 3.4rem; }
  .sub-toggle .icon { rotate: 90deg; }
  .has-sub:hover .sub-toggle .icon { rotate: 90deg; }
  .sub-toggle[aria-expanded="true"] .icon { rotate: -90deg; }

  .subnav {
    position: static;
    min-width: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    translate: 0;
    display: none;
    padding: 0 0 .75rem;
  }
  .subnav.is-open { display: block; }
  .has-sub:hover .subnav { display: none; }
  .has-sub:hover .subnav.is-open { display: block; }
  .subnav a { padding: .6rem 0 .6rem 1rem; border-left: 2px solid var(--line); }
  .subnav a:hover { background: transparent; border-left-color: var(--teal); }
}

@media (max-width: 1080px) {
  .mainnav__cta { display: grid; gap: .75rem; margin-top: 2rem; }
  .mainnav__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-decoration: none;
    color: var(--teal);
  }
}

/* Auf schmalen Geräten reicht der Platz im Kopf nicht für Logo, Telefon,
   Button und Menü. Der Button wandert dann ins Menü (siehe .mainnav__cta). */
@media (max-width: 600px) {
  .site-header__inner { gap: .5rem; }
  .btn--header { display: none; }
  .logo img { width: clamp(120px, 34vw, 150px); }
}

body.nav-open { overflow: hidden; }

/* ── Brotkrumen ────────────────────────────────────────────────────────── */

.breadcrumbs { padding-block: 1.25rem .25rem; }
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .75rem;
  list-style: none;
  padding: 0;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-soft);
}
.breadcrumbs li + li::before { content: '/'; margin-right: .75rem; opacity: .5; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--teal); text-decoration: underline; }
.breadcrumbs [aria-current] { color: var(--teal); }

/* ── Hero (Startseite) ─────────────────────────────────────────────────── */

.hero { background: var(--cream); }

/* Randlos über die volle Breite — das dunkle Panel endet links am
   Bildschirmrand, die Bilder rechts. Der Text richtet sich am selben
   Raster aus wie die Kopfzeile. */
.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  align-items: stretch;
  min-height: min(80vh, 720px);
}

.hero__panel {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(120% 90% at 8% 0%, #175a6e 0%, transparent 60%),
    var(--teal);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding-block: clamp(3rem, 7vw, 5.5rem);
  padding-right: clamp(2rem, 4vw, 4rem);
  padding-left: max(var(--gutter-wide), calc(50vw - var(--shell-wide) / 2));
}

/* Großer, sehr dezenter Kreis als Tiefenebene */
.hero__panel::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: clamp(-6rem, -4vw, -2rem);
  bottom: -18%;
  width: min(30rem, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgb(255 255 255 / .09);
  border-radius: 50%;
}

.hero__title {
  font-family: var(--font-sans);
  font-size: var(--step-4);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--white);
}
.hero__title span { display: block; font-weight: 300; }

.hero__tagline {
  position: relative;
  font-family: var(--font-serif);
  font-size: var(--step-2);
  color: var(--cream);
  line-height: 1.3;
  padding-top: 1.4rem;
}
/* Feiner Strich als Trenner zwischen Wortmarke und Claim */
.hero__tagline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 2px;
  background: var(--cream);
  opacity: .55;
}

.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: .6rem; }

.hero__usps {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.6rem;
  list-style: none;
  padding: 0;
  margin-top: .6rem;
  font-size: var(--step--1);
  letter-spacing: .06em;
  color: rgb(255 255 255 / .85);
}
.hero__usps li { display: flex; align-items: center; gap: .45rem; }
.hero__usps .icon { color: var(--cream); }

.hero__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.35fr 1fr;
}
.hero__media > * { min-height: 0; overflow: hidden; }
.hero__media picture { height: 100%; }
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale .9s cubic-bezier(.2, .7, .3, 1);
}
.hero:hover .hero__media-main img { scale: 1.035; }
.hero__media-main { grid-row: 1 / span 2; }

.hero__card {
  background: var(--cream-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: clamp(1.4rem, 2.6vw, 2.25rem);
}
.hero__card .eyebrow { line-height: 1.7; color: var(--teal); }

@media (max-width: 900px) {
  /* .hero__inner ist bereits randlos — keine negativen Margins nötig. */
  .hero__inner { grid-template-columns: 1fr; min-height: 0; }
  .hero__panel {
    padding: clamp(2.5rem, 9vw, 4rem) var(--gutter);
  }
  .hero__panel::before { width: 22rem; right: -9rem; bottom: -30%; }
  .hero__media { grid-template-rows: clamp(230px, 52vw, 340px) auto; }
  .hero__media-main { grid-row: 1; grid-column: 1 / -1; }
  .hero__media-side { display: none; }
  .hero__card { grid-column: 1 / -1; padding-inline: var(--gutter); }
}

/* ── Abschnitte ────────────────────────────────────────────────────────── */

.section { padding-block: var(--section-y); }
.section--cream { background: var(--cream); }
.section--mint { background: var(--mint); }
.section--teal { background: var(--teal); color: var(--white); }
.section--teal h1, .section--teal h2, .section--teal h3 { color: var(--white); }

.section__head { max-width: 48rem; margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head .eyebrow { margin-bottom: .9rem; }
.section__head p { margin-top: 1.1rem; color: var(--ink-soft); }
.section--teal .section__head p { color: rgb(255 255 255 / .82); }

/* ── Behandlungskarten ─────────────────────────────────────────────────── */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  background: var(--white);
  padding: clamp(1.5rem, 2.5vw, 2.1rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .28s, box-shadow .28s, border-color .28s;
}
.section--cream .card, .section--mint .card { border-color: transparent; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }

/* Akzentlinie, die beim Überfahren von links einläuft */
.card::after {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  height: 3px;
  width: 100%;
  background: var(--teal);
  scale: 0 1;
  transform-origin: left;
  transition: scale .4s cubic-bezier(.2, .7, .3, 1);
}
.card:hover::after { scale: 1 1; }

.card__icon {
  display: grid;
  place-items: center;
  width: 3.4rem; height: 3.4rem;
  border: 2px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
  margin-bottom: .3rem;
  transition: background-color .3s, color .3s;
}
.card:hover .card__icon { background: var(--teal); color: var(--white); }

/* Bilder in Medienkarten leicht heranfahren */
.card--media picture { overflow: hidden; display: block; }
.card--media img { transition: scale .7s cubic-bezier(.2, .7, .3, 1); }
.card--media:hover img { scale: 1.05; }
.card h3 { font-size: var(--step-1); }
.card p { color: var(--ink-soft); font-size: .92rem; line-height: 1.75; }
.card__price {
  font-size: .8rem;
  letter-spacing: .06em;
  color: var(--teal);
  font-weight: 600;
  padding-top: .2rem;
}
.card__price strong { font-weight: 700; }
.card .link-more { margin-top: auto; padding-top: .6rem; align-self: flex-start; }

/* Karte mit Bild (Behandlungsübersicht) */
.card--media { padding: 0; overflow: hidden; }
.card--media .card__body { display: flex; flex-direction: column; gap: .8rem; padding: clamp(1.4rem, 2.4vw, 2rem); flex: 1; }
.card--media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

/* ── Ablauf / Schritte ─────────────────────────────────────────────────── */

.steps-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
@media (max-width: 860px) { .steps-layout { grid-template-columns: 1fr; } }

.steps { display: grid; gap: clamp(1.5rem, 3vw, 2.25rem); list-style: none; padding: 0; counter-reset: step; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; }
.step__num {
  counter-increment: step;
  display: grid;
  place-items: center;
  width: 2.9rem; height: 2.9rem;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: .95rem;
}
.step__num::before { content: counter(step); }
.step h3 { font-size: var(--step-1); margin-bottom: .35rem; }
.step p { color: var(--ink-soft); font-size: .92rem; }
.section--teal .step p { color: rgb(255 255 255 / .8); }
.section--teal .step__num { background: var(--cream); color: var(--teal); }

/* Bild-Collage neben den Schritten */
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.collage img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.collage picture { height: 100%; }
.collage__tall { grid-row: span 2; }
.collage picture:first-child img { aspect-ratio: 3 / 4; }
.collage picture:not(:first-child) img { aspect-ratio: 4 / 3; }
@media (max-width: 860px) { .collage { grid-template-columns: 1fr 1fr; } .collage__tall { grid-row: auto; } }

/* ── Zweispalter Text + Bild ───────────────────────────────────────────── */

.split {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split--reverse { grid-template-columns: 1.15fr .85fr; }
.split--reverse .split__media { order: 2; }
.split__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.split__body p { color: var(--ink-soft); }
.split__body > * + * { margin-top: 1.2rem; }
.split__body .btn, .split__body .link-more { margin-top: 1.8rem; }
@media (max-width: 800px) {
  .split, .split--reverse { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .split__media img { aspect-ratio: 4 / 3; }
}

/* ── Behandlungs-Detailseite ───────────────────────────────────────────── */

.treat-hero { background: var(--mint); }
.treat-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-block: clamp(2.5rem, 6vw, 5rem);
}
.treat-hero__body > * + * { margin-top: 1.2rem; }
.treat-hero h1 { font-size: var(--step-3); }
.treat-hero p { color: var(--ink-soft); }
.treat-hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.treat-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 2rem;
  padding-top: .5rem;
  font-size: var(--step--1);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
}
.treat-hero__meta div { display: flex; align-items: flex-start; gap: .5rem; }
.treat-hero__meta .icon { margin-top: .15em; }
.treat-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
@media (max-width: 860px) { .treat-hero__inner { grid-template-columns: 1fr; } }

/* Ausklappbarer Detailtext */
.accordion {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  margin-top: 1.5rem;
}
.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.4rem;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  cursor: pointer;
  line-height: 1.6;
  list-style: none;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after {
  content: '';
  flex: none;
  width: .65rem; height: .65rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  rotate: 45deg;
  transition: rotate .25s;
}
.accordion[open] summary::after { rotate: -135deg; }
.accordion__body { padding: 0 1.4rem 1.5rem; }
.accordion__body > * + * { margin-top: 1rem; }
.accordion__body p, .accordion__body li { color: var(--ink-soft); font-size: .94rem; }
.accordion__body ul { padding-left: 1.2rem; }
.accordion__body li + li { margin-top: .5rem; }

/* Vorteile auf dunklem Grund */
.benefits { background: var(--teal); color: var(--white); }
.benefits__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-block: var(--section-y);
}
.benefits h2 { color: var(--white); font-size: var(--step-2); margin-bottom: 1.75rem; }
.benefits ul { list-style: none; padding: 0; display: grid; gap: 1rem; }
.benefits li { display: grid; grid-template-columns: auto 1fr; gap: .9rem; align-items: start; line-height: 1.6; }
.benefits li .icon {
  display: grid;
  place-items: center;
  width: 1.9rem; height: 1.9rem;
  border: 2px solid rgb(255 255 255 / .5);
  border-radius: 50%;
  padding: 1px;
  margin-top: .1rem;
}
.benefits__media img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); }
@media (max-width: 860px) { .benefits__inner { grid-template-columns: 1fr; } .benefits__media { display: none; } }

/* Weitere Behandlungen */
.other-treatments { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.other-treatments a {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1.15rem 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  line-height: 1.5;
  transition: background-color .22s, transform .22s, box-shadow .22s;
}
.other-treatments a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

/* ── Kontakt ───────────────────────────────────────────────────────────── */

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } }

.form { display: grid; gap: 1.5rem; }
.field { display: grid; gap: .5rem; }
.field label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--teal);
}
.field input, .field textarea, .field select {
  width: 100%;
  font-family: var(--font-sans);
  font-size: .95rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  transition: border-color .2s, box-shadow .2s;
}
.section--cream .field input, .section--cream .field textarea, .section--cream .field select { background: var(--white); }
.field textarea { min-height: 9.5rem; resize: vertical; line-height: 1.7; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgb(16 70 87 / .15);
}
.field--error input, .field--error textarea, .field--error select { border-color: #b42318; }
.field__error { font-size: .78rem; color: #b42318; letter-spacing: .04em; }
.field__hint { font-size: .78rem; color: var(--ink-soft); line-height: 1.6; }

.field--consent { grid-template-columns: auto 1fr; align-items: start; gap: .75rem; }
.field--consent input { width: 1.15rem; height: 1.15rem; margin-top: .3rem; padding: 0; accent-color: var(--teal); }
.field--consent label { text-transform: none; letter-spacing: .01em; font-size: .82rem; font-weight: 500; color: var(--ink-soft); line-height: 1.65; }
.field--consent a { color: var(--teal); }

/* Honeypot gegen Spam-Bots — für Menschen unsichtbar */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__status { padding: 1.1rem 1.3rem; border-radius: var(--radius); font-size: .9rem; line-height: 1.65; display: none; }
.form__status.is-visible { display: block; }
.form__status--ok { background: #e7f4ec; color: #1b5e37; border: 1px solid #b7dfc6; }
.form__status--error { background: #fdecea; color: #8a231b; border: 1px solid #f3c3bd; }

.form button[type="submit"][aria-busy="true"] { opacity: .65; pointer-events: none; }

/* Kontaktkarten */
.contact-info { display: grid; gap: 1.5rem; }
.info-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.section--cream .info-card, .section--mint .info-card { border-color: transparent; }
.info-card__icon {
  display: grid;
  place-items: center;
  width: 2.9rem; height: 2.9rem;
  border-radius: 50%;
  background: var(--mint);
  color: var(--teal);
}
.info-card h3 { font-family: var(--font-sans); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: .4rem; }
.info-card p, .info-card a { color: var(--ink-soft); font-size: .95rem; line-height: 1.7; text-decoration: none; }
.info-card a:hover { color: var(--teal); text-decoration: underline; }
a.info-card { text-decoration: none; transition: transform .22s, box-shadow .22s; }
a.info-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.info-card--wa { background: #f0fbf4; border-color: #c7eed6; }
.info-card--wa .info-card__icon { background: var(--whatsapp); color: #fff; }

/* Karte mit Zwei-Klick-Einwilligung (DSGVO) */
.map-consent {
  position: relative;
  display: grid;
  place-items: center;
  gap: 1rem;
  text-align: center;
  min-height: 340px;
  padding: 2rem;
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.map-consent__inner { max-width: 32rem; display: grid; gap: 1rem; justify-items: center; }
.map-consent p { font-size: .88rem; color: var(--ink-soft); line-height: 1.7; }
.map-consent iframe { width: 100%; height: 100%; min-height: 340px; border: 0; border-radius: var(--radius); }
.map-consent.is-loaded { padding: 0; min-height: 0; display: block; }

/* ── CTA-Band ──────────────────────────────────────────────────────────── */

.cta-band { background: var(--cream); text-align: center; }
.cta-band__inner {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
  padding-block: var(--section-y);
}
.cta-band .display { max-width: 20ch; }
.cta-band__lead { max-width: 46ch; color: var(--ink-soft); }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }

.google-badge {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink-soft);
  padding: .5rem .25rem;
  transition: color .2s;
}
.google-badge:hover { color: var(--teal); }

/* ── Footer ────────────────────────────────────────────────────────────── */

.site-footer { background: var(--cream); padding-top: clamp(3rem, 6vw, 4.5rem); }
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
@media (max-width: 780px) { .site-footer__grid { grid-template-columns: 1fr; gap: 2.25rem; } }

.site-footer__brand img { width: 180px; }
.site-footer__tagline { font-family: var(--font-serif); font-size: var(--step-1); color: var(--teal); margin-top: .85rem; }
.site-footer__doctor { font-size: .88rem; color: var(--ink-soft); margin-top: .35rem; }

.site-footer__heading {
  font-family: var(--font-sans);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1.1rem;
}
.site-footer__list { list-style: none; padding: 0; display: grid; gap: .65rem; font-size: .9rem; }
.site-footer__list a { color: var(--ink-soft); text-decoration: none; }
.site-footer__list a:hover { color: var(--teal); text-decoration: underline; }
.site-footer__list--contact li { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; color: var(--ink-soft); line-height: 1.6; }
.site-footer__list--contact .icon { color: var(--teal); margin-top: .2rem; }

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding-block: 1.6rem;
  border-top: 1px solid var(--line);
  font-size: .78rem;
  color: var(--ink-soft);
}
.site-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.site-footer__bottom a {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
}
.site-footer__bottom a:hover { text-decoration: underline; }

/* ── Schwebender WhatsApp-Button ───────────────────────────────────────── */

.wa-fab {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  height: 3.75rem;
  padding: 0 1.3rem 0 1.05rem;
  background: var(--whatsapp);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 12px 30px -8px rgb(37 211 102 / .65), 0 4px 10px -4px rgb(0 0 0 / .3);
  transition: background-color .22s, transform .22s, box-shadow .22s;
}
.wa-fab:hover { background: var(--whatsapp-dark); transform: translateY(-3px); }
.wa-fab__label { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }

@media (max-width: 720px) {
  .wa-fab { width: 3.5rem; height: 3.5rem; padding: 0; justify-content: center; }
  .wa-fab__label { display: none; }
}

/* ── Rechtstexte ───────────────────────────────────────────────────────── */

.legal { padding-block: var(--section-y); }
.legal__inner { max-width: 48rem; }
.legal h1 { font-size: var(--step-3); margin-bottom: 2rem; }
.legal .prose > p + p { margin-top: 1.1em; }
.legal strong { color: var(--ink); }
.legal address { font-style: normal; line-height: 1.9; color: var(--ink-soft); }

/* ── Dankeseite / 404 ──────────────────────────────────────────────────── */

.centered-page {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 1.5rem;
  padding-block: clamp(4rem, 12vw, 9rem);
}
.centered-page p { max-width: 46ch; color: var(--ink-soft); }
.centered-page__actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }

/* ── Sanfte Einblendung beim Scrollen ──────────────────────────────────── */

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; translate: 0 22px; transition: opacity .7s ease, translate .7s ease; }
  .reveal.is-visible { opacity: 1; translate: 0 0; }
}

@media print {
  .site-header, .wa-fab, .cta-band, .nav-toggle { display: none !important; }
  body { color: #000; }
}
