/* =========================================================
   Praxis Inga Nauert — Psychologische Psychotherapie
   Gestaltung: ruhige Küsten-/Anker-Identität
   Palette:  Dünensand · Tiefsee · Seegras · Treibholz
   Schrift:  Fraunces (Display) · Mulish (Text)
   ========================================================= */

:root {
  /* -------- Palette: Champagne · Ivory · French Blue · Gold · Navy -------- */
  --champagne: #D8C8B0;   /* warmer Sandton – Akzentflächen */
  --ivory:     #F1EDE2;   /* helles Elfenbein               */
  --french:    #8195AC;   /* French Blue – heller Akzent    */
  --gold:      #D4AF37;   /* Gold – warmer Akzent           */
  --gold-light:#E8C766;   /* helleres Gold (auf Navy)       */
  --navy:      #2B364B;   /* Navy – Titel & dunkle Bänder   */
  --navy-deep: #1E2740;   /* dunkleres Navy (Hover)         */

  --sand:      #FAF7F0;   /* Seitenhintergrund (helles Ivory) */
  --sand-deep: #EFE7D7;   /* zarte Champagne-Fläche         */
  --paper:     #FFFFFF;   /* Karten / weiße Flächen         */
  --tiefsee:   #2B364B;   /* Navy – Titel                   */
  --anker:     #1E2740;   /* dunkelstes Navy                */
  --seegras:   #8195AC;   /* French Blue – Akzent           */
  --treibholz: #D4AF37;   /* Gold – warmer Akzent           */
  --aqua:      #8195AC;   /* French-Blue-Akzent             */
  --seafoam:   #E7ECF2;   /* zarter Blauton – Flächen       */
  --seafoam-deep: #D9E1EB;/* etwas tieferes Blau            */
  --ink:       #2E3542;   /* Fließtext (Navy-Grau)          */
  --ink-soft:  #5C6473;   /* Sekundärtext                   */
  --line:      #E8E2D6;   /* zarte, warme Trennlinien       */

  --measure: 62ch;
  --radius: 4px;
  --shadow-soft: 0 18px 50px -28px rgba(22, 48, 58, .45);
  --shadow-lift: 0 26px 60px -30px rgba(22, 48, 58, .55);

  --pad-x: clamp(1.25rem, 5vw, 6rem);
  --step: clamp(4.5rem, 9vw, 8.5rem);
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: "Mulish", system-ui, -apple-system, sans-serif;
  font-size: clamp(1rem, .55vw + .9rem, 1.075rem);
  line-height: 1.72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  color: var(--tiefsee);
  font-weight: 460;
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin: 0;
  font-optical-sizing: auto;
}

/* ---------- Eyebrow / Label ---------- */
.eyebrow {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--treibholz);
  margin: 0 0 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
}
.eyebrow::before {
  content: "";
  width: 1.9rem;
  height: 1px;
  background: var(--treibholz);
}

/* ---------- Layout-Grundraster ---------- */
.wrap {
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
  padding-inline: var(--pad-x);
}
section { padding-block: var(--step); }

/* ---------- Anker-Signet (SVG-Strichmarke) ---------- */
.anchor-mark { width: 26px; height: 26px; flex: none; }
.anchor-mark path,
.anchor-mark circle { stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* Horizont-Trenner: dünne Linie, die wie Meer/Himmel ausblendet */
.horizon {
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, var(--line) 22%, var(--treibholz) 50%, var(--line) 78%, transparent);
  opacity: .8;
  margin: 0;
}

/* =========================================================
   Kopfzeile
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--tiefsee);
  border-bottom: 1px solid rgba(251, 248, 242, .14);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: .85rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: var(--tiefsee);
}
.brand .anchor-mark { color: var(--seegras); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: "Fraunces", serif; font-size: 1.28rem; font-weight: 500; letter-spacing: -.01em; }
.brand-sub  { font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); font-weight: 800; }

.nav { display: flex; align-items: center; gap: clamp(.5rem, 1vw, 1.05rem); }
.nav a {
  text-decoration: none;
  color: var(--tiefsee);
  font-weight: 600;
  font-size: .8rem;
  white-space: nowrap;
  padding: .3rem 0;
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute; left: 0; bottom: -2px;
  width: 0; height: 1.5px; background: var(--seegras);
  transition: width .28s ease;
}
.nav a:hover::after, .nav a:focus-visible::after { width: 100%; }
.nav .nav-cta {
  background: var(--tiefsee);
  color: var(--paper);
  padding: .55rem 1.1rem;
  border-radius: 999px;
  font-size: .88rem;
}
.nav .nav-cta::after { display: none; }
.nav .nav-cta:hover { background: var(--anker); }
.nav-toggle { display: none; }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; padding-top: clamp(3rem, 6vw, 5rem); }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.9rem, 6.2vw, 5rem);
  margin-top: .3rem;
  color: var(--anker);
}
.hero .title-line {
  font-family: "Fraunces", serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-style: italic;
  color: var(--anker);
  margin: 1rem 0 1.4rem;
  font-weight: 400;
}
.hero .lead {
  max-width: 42ch;
  color: var(--ink);
  font-size: 1.08rem;
  margin: 0 0 2rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  padding: .85rem 1.5rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-primary { background: var(--tiefsee); color: var(--paper); }
.btn-primary:hover { background: var(--anker); transform: translateY(-2px); }
.btn-ghost { border-color: var(--tiefsee); color: var(--tiefsee); background: transparent; }
.btn-ghost:hover { background: var(--tiefsee); color: var(--paper); transform: translateY(-2px); }

/* Hero-Portrait mit weichem Küstenrahmen */
.hero-figure { position: relative; }
.hero-figure img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lift);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 22%;
}
.hero-figure::before {
  content: "";
  position: absolute;
  inset: auto -14px -14px auto;
  width: 62%;
  height: 62%;
  border: 1.5px solid var(--seegras);
  border-radius: var(--radius);
  z-index: -1;
}

/* =========================================================
   Leitsatz-Band (Thesis)
   ========================================================= */
.thesis {
  background: var(--tiefsee);
  color: var(--paper);
  text-align: center;
}
.thesis .anchor-mark { color: rgba(251, 248, 242, .7); margin: 0 auto 1.4rem; width: 30px; height: 30px; }
.thesis p.big {
  font-family: "Fraunces", serif;
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
  line-height: 1.2;
  color: var(--paper);
  max-width: 20ch;
  margin: 0 auto;
  font-weight: 420;
}
.thesis p.small {
  color: rgba(251, 248, 242, .78);
  max-width: 48ch;
  margin: 1.4rem auto 0;
}

/* =========================================================
   Über mich
   ========================================================= */
.about-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.about-figure img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 25%;
}
.about-figure figcaption {
  margin-top: .9rem;
  font-size: .82rem;
  color: var(--ink-soft);
  font-style: italic;
}
.about-body h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.4rem; }
.about-body p { max-width: var(--measure); }
.about-body p + p { margin-top: 1.1rem; }
.signature {
  margin-top: 2rem;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--tiefsee);
}

/* =========================================================
   Ansatz
   ========================================================= */
.ansatz { background: var(--seafoam); }
.ansatz .head { max-width: 60ch; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.ansatz h2 { font-size: clamp(2rem, 4vw, 3rem); margin: .2rem 0 1.1rem; }
.ansatz-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.principles { display: grid; gap: 1.1rem; }
.principle {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}
.principle .anchor-mark { color: var(--seegras); margin-top: .2rem; }
.principle h3 { font-size: 1.2rem; margin-bottom: .35rem; }
.principle p { margin: 0; color: var(--ink-soft); font-size: .98rem; }

.quote-card { position: relative; }
.quote-card img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.quote-card figcaption {
  margin-top: 1rem;
  font-family: "Fraunces", serif;
  font-style: italic;
  color: var(--tiefsee);
  font-size: 1.05rem;
  text-align: center;
}

/* =========================================================
   Werdegang (Zeitachse – echte Abfolge)
   ========================================================= */
.werdegang h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.timeline {
  position: relative;
  display: grid;
  gap: 2.2rem;
  padding-left: 2.4rem;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 7px; top: .4rem; bottom: .4rem;
  width: 1.5px;
  background: linear-gradient(var(--seegras), var(--treibholz));
}
.station { position: relative; }
.station::before {
  content: "";
  position: absolute;
  left: -2.4rem; top: .35rem;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--sand);
  border: 2px solid var(--treibholz);
}
.station .yr {
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--treibholz);
}
.station h3 { font-size: 1.28rem; margin: .3rem 0 .4rem; }
.station p { margin: 0; color: var(--ink-soft); max-width: 60ch; }

/* =========================================================
   Praxis – Galerie
   ========================================================= */
.praxis { background: var(--sand-deep); }
.praxis .head { max-width: 58ch; margin-bottom: clamp(2.2rem, 5vw, 3rem); }
.praxis h2 { font-size: clamp(2rem, 4vw, 3rem); margin: .2rem 0 1rem; }
.gallery {
  columns: 3;
  column-gap: 1rem;
}
.gallery figure { margin: 0 0 1rem; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-soft); break-inside: avoid; }
.gallery img { width: 100%; height: auto; display: block; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gallery figure:hover img { transform: scale(1.04); }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* =========================================================
   Kontakt
   ========================================================= */
.kontakt { background: #C6D3E2; }
.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.kontakt h2 { font-size: clamp(2rem, 4vw, 3rem); margin: .2rem 0 1.2rem; }
.kontakt .lead { max-width: 46ch; color: var(--ink); }
.contact-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  box-shadow: var(--shadow-soft);
}
.contact-row { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-row:first-child { padding-top: 0; }
.contact-row .k {
  flex: none; width: 9.2rem;
  font-weight: 700; color: var(--tiefsee);
  font-size: .9rem; letter-spacing: .02em;
  padding-top: .1rem;
}
.contact-row .v { color: var(--ink); }
.contact-row .v a { color: var(--tiefsee); text-decoration: none; border-bottom: 1px solid var(--seegras); }
.todo { color: var(--treibholz); font-style: italic; }
.contact-card .btn { margin-top: 1.6rem; }
.contact-figure { margin: 1.8rem 0 0; }
.contact-figure img {
  width: 100%; max-width: 360px;
  aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%;
  border-radius: var(--radius); box-shadow: var(--shadow-soft);
}

/* =========================================================
   Fußzeile
   ========================================================= */
.site-footer {
  background: var(--anker);
  color: rgba(251, 248, 242, .82);
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
}
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: center; }
.site-footer .brand-name { color: var(--paper); }
.site-footer .brand .anchor-mark { color: rgba(251,248,242,.7); }
.site-footer nav { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.site-footer nav a { color: rgba(251, 248, 242, .82); text-decoration: none; font-size: .92rem; }
.site-footer nav a:hover { color: var(--paper); }
.site-footer .copy { width: 100%; border-top: 1px solid rgba(251,248,242,.14); padding-top: 1.4rem; font-size: .82rem; color: rgba(251,248,242,.55); }

/* =========================================================
   Rechtsseiten (Impressum / Datenschutz)
   ========================================================= */
.legal { padding-top: clamp(3rem, 6vw, 5rem); min-height: 60vh; }
.legal .wrap { max-width: 820px; }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); margin-bottom: 2rem; color: var(--anker); }
.legal h2 { font-size: 1.4rem; margin: 2.2rem 0 .7rem; }
.legal p, .legal address { max-width: var(--measure); font-style: normal; }
.legal address { margin-bottom: 1rem; line-height: 1.9; }
.legal .note {
  background: var(--paper);
  border-left: 3px solid var(--treibholz);
  padding: 1.1rem 1.3rem;
  border-radius: var(--radius);
  margin: 1.5rem 0;
  color: var(--ink-soft);
  font-size: .95rem;
}
.legal .todo { font-weight: 600; }
.back-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 2.5rem; color: var(--tiefsee); text-decoration: none; font-weight: 600; }
.back-link:hover { border-bottom: 1px solid var(--seegras); }

/* =========================================================
   Scroll-Reveal
   ========================================================= */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .gallery img { transition: none; }
}

/* :focus sichtbar */
a:focus-visible, .btn:focus-visible, button:focus-visible {
  outline: 2.5px solid var(--treibholz);
  outline-offset: 3px;
  border-radius: 3px;
}

/* =========================================================
   Responsiv
   ========================================================= */
@media (max-width: 900px) {
  .hero-grid, .about-grid, .ansatz-grid, .kontakt-grid { grid-template-columns: 1fr; }
  .hero-figure { order: -1; max-width: 420px; }
  .about-figure { max-width: 360px; }
  .gallery { columns: 2; }
  .g-wide { grid-column: span 2; }
}

@media (max-width: 640px) {
  .nav { position: fixed; inset: 64px 0 auto 0; background: var(--sand); flex-direction: column; align-items: stretch; gap: 0; padding: .5rem var(--pad-x) 1.5rem; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); transform: translateY(-120%); transition: transform .3s ease; }
  .nav.open { transform: translateY(0); }
  .nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav .nav-cta { text-align: center; margin-top: .8rem; }
  .nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .4rem; }
  .nav-toggle span { width: 24px; height: 2px; background: var(--tiefsee); transition: .3s; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .gallery { columns: 2; }
  .contact-row { flex-direction: column; gap: .2rem; }
  .contact-row .k { width: auto; }
}

/* =========================================================
   ERWEITERUNG – Mehrseitige Struktur
   ========================================================= */

/* Logo-Marke im Kopf/Fuß */
.brand .logo { width: 34px; height: auto; display: block; }
.site-footer .brand .logo { filter: none; }

/* ---------- Interior-Seitenkopf ---------- */
.page-hero {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
  position: relative;
}
.page-hero .wrap { max-width: 900px; }
.page-hero h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); color: var(--anker); margin: .2rem 0 1rem; }
.page-hero .sub {
  font-family: "Fraunces", serif; font-style: italic; font-weight: 400;
  font-size: clamp(1.1rem, 2vw, 1.5rem); color: var(--seegras); margin: 0;
}
.page-hero .lede { max-width: 60ch; margin: 1.3rem 0 0; color: var(--ink); font-size: 1.08rem; }

/* ---------- Willkommen (Start) ---------- */
.welcome .welcome-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.welcome-figure { margin: 0; }
.welcome-figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-soft); aspect-ratio: 4/5; object-fit: cover; object-position: 50% 20%; }
.welcome .logo-sm { width: 44px; height: auto; display: block; margin-bottom: 1rem; }
.welcome h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: .2rem 0 1.1rem; }
.welcome p { color: var(--ink); max-width: 54ch; }
.welcome p + p { margin-top: 1rem; }
.welcome .signature { margin-top: 1.4rem; }

/* ---------- Teaser-Karten (Start) ---------- */
.teasers { background: var(--sand-deep); }
.teaser-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem;
}
.teaser {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: inherit;
  transition: transform .28s ease, box-shadow .28s ease;
}
.teaser:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.teaser .thumb { aspect-ratio: 3 / 2; overflow: hidden; }
.teaser .thumb img { width: 100%; height: 100%; object-fit: cover; }
.teaser .body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.teaser h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.teaser p { margin: 0 0 1.1rem; color: var(--ink-soft); font-size: .96rem; }
.teaser .go { margin-top: auto; font-weight: 700; color: var(--tiefsee); font-size: .92rem; display: inline-flex; align-items: center; gap: .4rem; }
.teaser:hover .go { gap: .7rem; }

/* ---------- Prozess: Erkennen / Erarbeiten / Erproben ---------- */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 2.4rem; }
.step { position: relative; padding-top: 1.2rem; border-top: 2px solid var(--seegras); }
.step .num {
  font-family: "Fraunces", serif; font-size: 2.4rem; line-height: 1;
  color: var(--treibholz); display: block; margin-bottom: .6rem; font-weight: 420;
}
.step h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.step p { margin: 0; color: var(--ink-soft); font-size: .98rem; }

/* ---------- Wertehaltung (3 Merkmale) ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.value {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.6rem;
}
.value h3 { font-size: 1.15rem; color: var(--tiefsee); margin-bottom: .5rem; }
.value p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

/* ---------- Qualifikationen ---------- */
.quali { background: var(--sand-deep); }
.quali-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.quali-figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-soft); aspect-ratio: 4/5; object-fit: cover; object-position: 50% 25%; }
.quali ul { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: .85rem; }
.quali li { display: flex; gap: .8rem; align-items: flex-start; }
.quali li svg { width: 20px; height: 20px; flex: none; margin-top: .15rem; color: var(--seegras); }
.quali li span { color: var(--ink); }

/* ---------- Behandlungsangebot ---------- */
.angebot-intro { max-width: var(--measure); }
.angebot-list {
  columns: 3; column-gap: 2.5rem; margin-top: 2rem; padding: 0; list-style: none;
}
.angebot-list li {
  break-inside: avoid; padding: .55rem 0 .55rem 1.5rem; position: relative;
  border-bottom: 1px solid var(--line); color: var(--ink);
}
.angebot-list li::before {
  content: ""; position: absolute; left: 0; top: 1.15rem;
  width: 7px; height: 7px; border-radius: 50%; background: var(--seegras);
}

/* ---------- Info-Karten (Ablauf & Kosten) ---------- */
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.2rem; }
.info-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem 1.7rem 1.8rem;
}
.info-card h3 { font-size: 1.25rem; margin-bottom: .7rem; color: var(--tiefsee); }
.info-card p { margin: 0; color: var(--ink-soft); font-size: .96rem; }

/* ---------- Hervorgehobenes Band / CTA ---------- */
.cta-band { background: #C6D3E2; color: var(--ink); }
.cta-band .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem; }
.cta-band .text { max-width: 54ch; }
.cta-band h2 { color: var(--tiefsee); font-size: clamp(1.6rem, 3.2vw, 2.3rem); margin-bottom: .6rem; }
.cta-band p { margin: 0; color: var(--ink); }
.cta-band .btn-light { background: var(--tiefsee); color: var(--paper); }
.cta-band .btn-light:hover { background: var(--anker); transform: translateY(-2px); }

/* ---------- Langtext / Prosa (ADHS) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 2.6rem 0 .9rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 1.1rem; }
.prose .checklist {
  list-style: none; padding: 0; margin: 1.2rem 0 1.6rem;
  columns: 2; column-gap: 2.2rem;
}
.prose .checklist li {
  break-inside: avoid; position: relative; padding: .4rem 0 .4rem 1.9rem; color: var(--ink);
}
.prose .checklist li svg { position: absolute; left: 0; top: .5rem; width: 18px; height: 18px; color: var(--seegras); }
.callout {
  background: var(--paper); border-left: 3px solid var(--treibholz);
  padding: 1.2rem 1.5rem; border-radius: var(--radius); margin: 1.6rem 0;
  color: var(--ink);
}
.callout p:last-child { margin-bottom: 0; }

/* Responsiv – Erweiterung */
@media (max-width: 900px) {
  .teaser-grid, .process, .values, .info-cards { grid-template-columns: 1fr; }
  .quali-grid { grid-template-columns: 1fr; }
  .quali-figure { max-width: 360px; }
  .angebot-list { columns: 2; }
  .process { gap: 1.9rem; }
}
@media (max-width: 640px) {
  .angebot-list { columns: 1; }
  .prose .checklist { columns: 1; }
  .cta-band .wrap { flex-direction: column; align-items: flex-start; }
}

/* Aktive Navigation */
.nav a.active::after { width: 100%; }
.nav a.active { color: var(--tiefsee); }

/* =========================================================
   Start-Hero mit Hintergrundbild (Cover)
   ========================================================= */
.hero.hero-cover { padding-top: 0; position: relative; overflow: hidden; isolation: isolate; }
.hero-cover .bg {
  position: absolute; inset: 0; z-index: -1;
  background-size: cover; background-position: center 45%;
}
.hero-cover .bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(270deg, rgba(236,230,218,.93) 0%, rgba(236,230,218,.82) 26%, rgba(236,230,218,.34) 60%, rgba(236,230,218,.12) 100%),
    linear-gradient(rgba(236,230,218,.26), rgba(236,230,218,.40));
}
.hero-cover-copy { margin-left: auto; max-width: 560px; padding-block: clamp(4.5rem, 11vw, 8.5rem); }
:where(section)[id], [id].anchor-target { scroll-margin-top: 84px; }

/* Willkommen – responsiv */
@media (max-width: 900px) {
  .welcome .welcome-grid { grid-template-columns: 1fr; }
  .welcome-figure { max-width: 340px; }
}
@media (max-width: 640px) {
  .hero-cover .bg::after {
    background: linear-gradient(rgba(236,230,218,.82), rgba(236,230,218,.92));
  }
  .hero-cover .bg { background-position: center 35%; }
  .hero-cover-copy { padding-block: clamp(3rem, 14vw, 5rem); margin-left: 0; max-width: none; }
}

/* =========================================================
   Blaue Kopfleiste – helle Kontraste
   ========================================================= */
.site-header .brand { color: var(--paper); }
.site-header .brand-name { color: var(--paper); }
.site-header .brand-sub { color: rgba(251, 248, 242, .72); }
.site-header .nav a { color: rgba(251, 248, 242, .92); }
.site-header .nav a::after { background: var(--paper); }
.site-header .nav a.active { color: var(--paper); }
.site-header .nav .nav-cta { background: var(--paper); color: var(--tiefsee); }
.site-header .nav .nav-cta:hover { background: var(--sand); }
.site-header .nav-toggle span { background: var(--paper); }

/* Hero füllt mehr Bildschirmhöhe */
.hero.hero-cover { min-height: 82vh; display: flex; align-items: center; }
.hero.hero-cover > .wrap { width: 100%; }

/* Mobiles Menü passend zur blauen Leiste */
@media (max-width: 640px) {
  .nav { background: var(--tiefsee) !important; border-bottom: 1px solid rgba(251,248,242,.14) !important; }
  .site-header .nav a { border-bottom: 1px solid rgba(251,248,242,.14); }
}

/* =========================================================
   Wechsel-Layout: Bild neben Text (Zwei-Spalten)
   ========================================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split-figure { margin: 0; }
.split-figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-soft); aspect-ratio: 4 / 3; object-fit: cover; }
.split-figure figcaption { margin-top: .8rem; font-family: "Fraunces", serif; font-style: italic; color: var(--tiefsee); font-size: 1.02rem; text-align: center; }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split-figure { max-width: 460px; }
}

/* =========================================================
   Farbige Abwechslung
   ========================================================= */
/* Qualifikationen als kräftiges Türkis-Feature-Band */
.quali--feature { background: var(--tiefsee); }
.quali--feature .eyebrow { color: var(--gold-light); }
.quali--feature h2 { color: var(--paper); }
.quali--feature li span { color: rgba(251, 248, 242, .94); }
.quali--feature li svg { color: var(--gold-light); }
.quali--feature .quali-figure img { box-shadow: 0 26px 60px -30px rgba(0,0,0,.6); }

/* ADHS-Abschnitt bleibt hell und gut lesbar (warmer Sandton) */
#adhs-diagnostik.quali { background: var(--sand-deep); }

/* Sanfter Aqua-Hauch im Hero-Verlauf (unten) */
.hero-cover .bg::after {
  background:
    linear-gradient(270deg, rgba(236,230,218,.93) 0%, rgba(236,230,218,.82) 26%, rgba(236,230,218,.34) 60%, rgba(236,230,218,.12) 100%),
    linear-gradient(160deg, rgba(219,231,227,.25), rgba(28,85,99,.16));
}

/* Aktiver Menüpunkt/Hover mit Aqua-Unterstreichung */
.site-header .nav a::after { background: var(--aqua); }

/* =========================================================
   GRÜN-WEISS-THEMA (Anlehnung an cupofteapsychotherapy.ca)
   ========================================================= */

/* --- Weiße Kopfleiste mit grüner Schrift --- */
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header .brand,
.site-header .brand-name { color: var(--tiefsee); }
.site-header .brand-sub { color: var(--ink-soft); }
.site-header .nav a { color: var(--tiefsee); }
.site-header .nav a::after { background: var(--seegras); }
.site-header .nav a.active { color: var(--tiefsee); }
.site-header .nav .nav-cta { background: var(--tiefsee); color: var(--paper); }
.site-header .nav .nav-cta:hover { background: var(--anker); }
.site-header .nav-toggle span { background: var(--tiefsee); }
@media (max-width: 640px) {
  .nav { background: var(--paper) !important; border-bottom: 1px solid var(--line) !important; }
  .site-header .nav a { color: var(--tiefsee); border-bottom: 1px solid var(--line); }
}

/* --- Start: Foto links, Text rechts --- */
.hero.hero-split {
  background: var(--paper);
  min-height: 0;
  display: block;
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.hero-split-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero-split-figure { margin: 0; }
.hero-split-figure img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.hero-split-copy h1 { color: var(--anker); }
@media (max-width: 900px) {
  .hero-split-grid { grid-template-columns: 1fr; }
  .hero-split-figure { order: -1; }
}

/* --- Drei Leuchtturm-Punkte unter „Hilfe zur Selbsthilfe" --- */
.process--icons { align-items: start; gap: clamp(1.8rem, 4vw, 3rem); }
.process--icons .step { text-align: center; border-top: 0; padding-top: 0; }
.process--icons .lh { color: var(--tiefsee); display: inline-block; }
.process--icons .lh svg { width: 54px; height: 72px; }
.process--icons .num {
  font-family: "Fraunces", serif; font-weight: 460;
  font-size: 1.35rem; color: var(--treibholz);
  display: block; margin: .5rem 0 .1rem;
}
.process--icons h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.process--icons p { margin: 0 auto; max-width: 34ch; color: var(--ink-soft); font-size: .98rem; }

/* =========================================================
   Bild-rechts-Spalten in Textbereichen
   ========================================================= */
.split--top { align-items: start; }
.split-figs { display: grid; gap: 1rem; }
.split-figs figure { margin: 0; }
.split-figs img { width: 100%; height: auto; display: block; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.prose .checklist--1col { columns: 1; }
@media (max-width: 900px) {
  .split-figs { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .split-figs { grid-template-columns: 1fr; }
}

/* =========================================================
   NAVY-KOPFLEISTE  (überschreibt vorherige Header-Themes)
   ========================================================= */
.site-header {
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.site-header .brand,
.site-header .brand-name { color: #FFFFFF; }
.site-header .brand-sub  { color: rgba(255, 255, 255, .72); }

.site-header .nav a { color: rgba(255, 255, 255, .92); }
.site-header .nav a:hover,
.site-header .nav a.active { color: #FFFFFF; }
.site-header .nav a::after { background: var(--gold-light); }   /* Gold-Akzent als Unterstreichung */

.site-header .nav .nav-cta { background: #FFFFFF; color: var(--navy); }
.site-header .nav .nav-cta:hover { background: var(--gold-light); color: var(--navy-deep); }

.site-header .nav-toggle span { background: #FFFFFF; }

/* Mobiles Ausklapp-Menü passend in Navy */
@media (max-width: 640px) {
  .nav { background: var(--navy) !important; border-bottom: 1px solid rgba(255, 255, 255, .12) !important; }
  .site-header .nav a { color: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(255, 255, 255, .12); }
}

/* =========================================================
   Umgebungs-Galerie (Praxis vor Ort) – variierende Größen
   ========================================================= */
.umgebung-gallery {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.umgebung-gallery figure { margin: 0; }
.umgebung-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.umgebung-gallery figure:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }          /* großes, hohes Bild links */
.umgebung-gallery figure:nth-child(2) { grid-column: 2; grid-row: 1; }
.umgebung-gallery figure:nth-child(3) { grid-column: 3; grid-row: 1; }
.umgebung-gallery figure:nth-child(2) img,
.umgebung-gallery figure:nth-child(3) img { aspect-ratio: 3 / 4; }                   /* kleine Hochformate */
.umgebung-gallery figure:nth-child(4) { grid-column: 2 / 4; grid-row: 2; }           /* breites Bild unten rechts */
.umgebung-gallery figure:nth-child(4) img { aspect-ratio: 16 / 9; }
@media (max-width: 720px) {
  .umgebung-gallery { grid-template-columns: 1fr 1fr; }
  .umgebung-gallery img { height: auto; }
  .umgebung-gallery figure:nth-child(1) { grid-column: 1 / 3; grid-row: auto; }
  .umgebung-gallery figure:nth-child(2) { grid-column: auto; grid-row: auto; }
  .umgebung-gallery figure:nth-child(3) { grid-column: auto; grid-row: auto; }
  .umgebung-gallery figure:nth-child(4) { grid-column: 1 / 3; grid-row: auto; }
  .umgebung-gallery figure:nth-child(1) img { aspect-ratio: 4 / 3; }
}
@media (max-width: 460px) {
  .umgebung-gallery { grid-template-columns: 1fr; }
  .umgebung-gallery figure:nth-child(1) { grid-column: 1; }
  .umgebung-gallery figure:nth-child(2) { grid-column: 1; }
  .umgebung-gallery figure:nth-child(3) { grid-column: 1; }
  .umgebung-gallery figure:nth-child(4) { grid-column: 1; }
  .umgebung-gallery figure:nth-child(2) img,
  .umgebung-gallery figure:nth-child(3) img,
  .umgebung-gallery figure:nth-child(4) img { aspect-ratio: 4 / 3; }
}

/* =========================================================
   ADHS – Merkmalsliste über volle Breite (mehrspaltig)
   ========================================================= */
.quali .adhs-signs {
  list-style: none; padding: 0; margin: 0 0 clamp(1.8rem, 3.5vw, 2.8rem);
  display: block;
  columns: 3; column-gap: 2.4rem;
}
.quali .adhs-signs li {
  display: block;
  break-inside: avoid; position: relative;
  padding: .45rem 0 .45rem 1.9rem; color: var(--ink);
}
.quali .adhs-signs li svg { position: absolute; left: 0; top: .62rem; width: 18px; height: 18px; flex: none; margin: 0; color: var(--seegras); }
.quali .adhs-signs--2 { columns: 2; }
@media (max-width: 900px) { .quali .adhs-signs { columns: 2; } }
@media (max-width: 560px) { .quali .adhs-signs { columns: 1; } }

/* ADHS-Intro: Bild neben Text angenehm begrenzen */
#adhs-diagnostik .split .split-figs img { aspect-ratio: 4 / 5; object-fit: cover; max-width: 340px; margin-inline: auto; }

/* =========================================================
   Praxis-Intro (Ein Ort zum Ankommen) – ausgewogeneres Bild
   ========================================================= */
#praxis .split { align-items: center; }
#praxis .split-figs img { aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 42%; }

/* ADHS – Hinweis-Panel (Merkmale/Ziel) deutlich abgegrenzt */
.callout--panel { padding: clamp(1.4rem, 3vw, 2rem) clamp(1.6rem, 3vw, 2.1rem); margin: clamp(1.9rem, 3.5vw, 2.8rem) 0; box-shadow: var(--shadow-soft); }
.callout .callout-lead { font-family: "Fraunces", serif; font-weight: 460; font-size: clamp(1.12rem, 1.9vw, 1.35rem); line-height: 1.3; color: var(--tiefsee); margin: 0 0 .8rem; }

/* Praxis & Umgebung enger zusammenrücken */
#praxis { padding-bottom: clamp(1.4rem, 3vw, 2.4rem); }
#umgebung { padding-top: clamp(1.4rem, 3vw, 2.4rem); }

/* =========================================================
   PROFESSIONELLE POLITUR
   ========================================================= */

/* -- Gold-Passepartout-Rahmen für Personen-Fotos -- */
.figure--framed { position: relative; padding: 14px; }
.figure--framed::before {
  content: ""; position: absolute; inset: 0;
  border: 1.5px solid var(--gold);
  border-radius: calc(var(--radius) + 8px);
  pointer-events: none;
}
.figure--framed img { position: relative; }
@media (max-width: 560px) { .figure--framed { padding: 10px; } }

/* -- Sanfter Bild-Zoom (nur rahmenlose Bilder) -- */
.quali-figure img { transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.quali-figure:hover img { transform: scale(1.03); }
/* Gerahmte Personen-Fotos sitzen fest im Rahmen (kein Hover-Zoom) */
.figure--framed { overflow: visible; }
.figure--framed img { transform: none; transition: none; }

/* -- Karten: sanftes Anheben + Gold-Akzent -- */
.value, .info-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.value:hover, .info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -22px rgba(30,39,64,.45);
  border-color: color-mix(in srgb, var(--gold) 55%, var(--line));
}
.info-card { border-top: 2.5px solid var(--gold); }

/* -- Schritte: Leuchtturm im Icon-Kreis -- */
.process--icons .lh {
  display: inline-flex; align-items: center; justify-content: center;
  width: 88px; height: 88px; border-radius: 50%;
  background: var(--seafoam);
  color: var(--tiefsee);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--seegras) 30%, transparent);
  margin-bottom: .2rem;
}
.process--icons .lh svg { width: 38px; height: 50px; }

/* -- Buttons: feiner Schliff -- */
.btn { letter-spacing: .015em; }
.btn-primary:hover, .btn-light:hover, .btn-ghost:hover, .nav-cta:hover {
  box-shadow: 0 12px 26px -16px rgba(30,39,64,.55);
}

/* -- Eyebrow: etwas ruhiger, Linie in Gold -- */
.eyebrow::before { width: 2.2rem; opacity: .9; }

/* -- Behandlungs-Liste: Punkte in Gold für mehr Wärme -- */
.angebot-list li::before { background: var(--gold); }

/* -- Sanfter Zoom in der Umgebungs-Galerie -- */
.umgebung-gallery figure { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.umgebung-gallery img { border-radius: 0; box-shadow: none; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.umgebung-gallery figure:hover img { transform: scale(1.04); }

/* =========================================================
   HERO – vollflächiges Bild mit Overlay
   ========================================================= */
.hero--cover {
  position: relative; isolation: isolate;
  min-height: clamp(540px, 82vh, 780px);
  display: flex; align-items: center;
  padding-block: clamp(3rem, 8vh, 6rem);
  background-image: var(--hero-img);
  background-size: cover; background-position: center 60%;
}
.hero--cover::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(30,39,64,.86) 0%, rgba(30,39,64,.60) 46%, rgba(30,39,64,.28) 100%),
    linear-gradient(0deg, rgba(22,33,52,.55) 0%, rgba(22,33,52,0) 42%);
}
.hero-cover-inner { position: relative; max-width: 680px; color: #fff; }
.hero--cover h1 {
  color: #fff; margin: .1rem 0 .2rem;
  font-size: clamp(2.8rem, 6.4vw, 5rem); line-height: 1.02;
}
.hero--cover .title-line { color: var(--gold-light); margin: .6rem 0 1.2rem; }
.hero--cover .lead { color: rgba(255,255,255,.92); max-width: 54ch; }
.hero--cover .hero-cta { margin-top: 1.8rem; }
.eyebrow--light { color: var(--gold-light); }
.eyebrow--light::before { background: var(--gold-light); }
.hero--cover .btn-primary { background: var(--gold); color: var(--navy-deep); }
.hero--cover .btn-primary:hover { background: var(--gold-light); color: var(--navy-deep); }
.btn-ghost--light { border-color: rgba(255,255,255,.72); color: #fff; background: transparent; }
.btn-ghost--light:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; }
@media (max-width: 640px) {
  .hero--cover { min-height: clamp(460px, 74vh, 620px); background-position: center; }
  .hero--cover::before { background: linear-gradient(180deg, rgba(30,39,64,.5) 0%, rgba(30,39,64,.78) 100%); }
}

/* =========================================================
   Zentrierte Abschnitts-Überschriften mit Zierelement
   ========================================================= */
.section-head--center { text-align: center; max-width: 60ch; margin-inline: auto; margin-bottom: clamp(.6rem, 2vw, 1.4rem); }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .eyebrow::before { display: none; }
.section-head--center h2 { margin-inline: auto; }
.ornament { display: block; color: var(--gold); width: 34px; height: 34px; margin: 0 auto .7rem; }
.ornament svg { width: 100%; height: 100%; display: block; }

/* =========================================================
   Hervorgehobenes Abschluss-Band (vollflächig)
   ========================================================= */
.statement-band { background: var(--champagne); text-align: center; }
.statement-band .ornament { color: var(--tiefsee); margin-bottom: 1rem; }
.statement-band .statement {
  max-width: var(--measure, 62ch); margin: 0 auto;
  color: var(--ink);
}

/* =========================================================
   ADHS – einheitliches Boxen-Layout
   ========================================================= */
.adhs-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
  max-width: 1040px;
  margin: 0 auto clamp(1.1rem, 2.4vw, 1.7rem);
}
.adhs-card:last-child { margin-bottom: 0; }
.adhs-card h3 {
  font-family: "Fraunces", serif; font-weight: 460;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  color: var(--tiefsee); margin: 0 0 .8rem; line-height: 1.2;
}
.adhs-card > p { color: var(--ink); margin: 0 0 1rem; max-width: 70ch; }
.adhs-card > p:last-child { margin-bottom: 0; }
.adhs-card .adhs-signs { margin: 1.3rem 0 0; }
.adhs-card--note { border-left: 3px solid var(--gold); }
.adhs-card--note .callout-lead {
  font-family: "Fraunces", serif; font-weight: 460;
  font-size: clamp(1.12rem, 1.9vw, 1.35rem);
  color: var(--tiefsee); margin: 0 0 .7rem; line-height: 1.3;
}
.section-head--center .section-lead {
  font-family: "Fraunces", serif; font-style: italic; color: var(--seegras);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem); margin: 0;
}

/* ADHS – navyfarbene Abschluss-Box (hervorgehoben, themenzugehörig) */
.adhs-card--closing { background: var(--tiefsee); border: 0; text-align: center; }
.adhs-card--closing .ornament { color: var(--gold-light); margin: 0 auto .8rem; }
.adhs-card--closing p { color: rgba(251, 248, 242, .95); margin: 0 auto; max-width: 60ch; }

/* Kontakt: gerahmtes Foto unten bündig mit der Karte, natürliche Größe (kein Passepartout, kein Beschnitt) */
.kontakt-grid { align-items: end; }
.kontakt-grid > .kontakt-media { grid-column: 1; grid-row: 1; }
.kontakt-media { align-self: end; display: flex; flex-direction: column; align-items: center; }
.kontakt-quote {
  margin: 0 0 clamp(1.2rem, 2.5vw, 1.8rem); max-width: 440px; text-align: center;
  font-family: "Fraunces", serif; font-style: italic; color: var(--tiefsee);
  font-size: clamp(1.05rem, 1.9vw, 1.28rem); line-height: 1.5;
}
.kontakt-quote p { margin: 0; }
.kontakt-quote .q-answer { display: inline-block; margin-top: .35rem; font-weight: 500; }
.kontakt .contact-card { margin-top: clamp(1.6rem, 3vw, 2.2rem); }
.kontakt .contact-figure { margin: 0; max-width: 440px; height: auto; }
.kontakt .contact-figure img { position: static; width: 100%; height: auto; aspect-ratio: auto; object-fit: fill; }
@media (max-width: 900px) {
  .kontakt-grid > .kontakt-media { grid-column: auto; grid-row: auto; order: 2; }
  .kontakt .contact-figure { max-width: 320px; }
  .kontakt-quote { max-width: 320px; }
}

/* EMDR-Abschnitt: Bild angenehm begrenzen */
#emdr .split-figs img { aspect-ratio: 4 / 5; object-fit: cover; max-width: 340px; margin-inline: auto; }

/* =========================================================
   Mein Ansatz – ruhiger, professioneller, sortierter
   ========================================================= */
/* Schritte als verbundener Prozess */
.process--linked { position: relative; }
.process--linked::before {
  content: ""; position: absolute; top: 44px; left: 16.66%; right: 16.66%;
  height: 2px; background: color-mix(in srgb, var(--seegras) 32%, transparent);
  z-index: 0;
}
.process--linked .step { position: relative; z-index: 1; }

/* Werte-Karten aufgeräumt, mit Gold-Icon */
.values--principles { gap: clamp(1.2rem, 2.4vw, 1.8rem); align-items: start; }
.values--principles .value {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: clamp(1.9rem, 3vw, 2.5rem) clamp(1.4rem, 2.5vw, 1.9rem);
}
.value-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--seafoam); color: var(--gold);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--seegras) 26%, transparent);
  margin-bottom: 1.1rem;
}
.value-icon svg { width: 26px; height: 26px; }
.values--principles .value h3 { margin-bottom: .55rem; }
.values--principles .value p { color: var(--ink-soft); }
@media (max-width: 640px) { .process--linked::before { display: none; } }

/* Werte als ruhige, einheitliche Liste in einer Karte */
.principles-card {
  max-width: 820px; margin: 0 auto;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-soft);
  padding: 0 clamp(1.6rem, 3vw, 2.4rem);
}
.principle { display: flex; gap: 1.3rem; align-items: center; padding: clamp(1.3rem, 2.6vw, 1.7rem) 0; border-top: 1px solid var(--line); }
.principle:first-child { border-top: 0; }
.principle-icon {
  flex: none; width: 54px; height: 54px; border-radius: 50%;
  background: var(--seafoam); color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--seegras) 26%, transparent);
}
.principle-icon svg { width: 25px; height: 25px; }
.principle-body h3 { font-size: 1.15rem; color: var(--tiefsee); margin: 0 0 .25rem; }
.principle-body p { margin: 0; color: var(--ink-soft); font-size: .97rem; }
@media (max-width: 560px) {
  .principle { align-items: flex-start; gap: 1rem; }
  .principle-icon { width: 46px; height: 46px; }
  .principle-icon svg { width: 22px; height: 22px; }
}

/* Mein Ansatz: Werte-Karte in der Kopfzeile + Schild als Abschluss */
.split .principles-card { max-width: none; margin: 0; }
.ansatz-schild { max-width: 520px; margin: clamp(2.5rem, 5vw, 3.5rem) auto 0; padding: 14px; }

/* =========================================================
   Praxis-Galerie (Ein Ort zum Ankommen) – 2×2, ausgewogen
   ========================================================= */
.praxis-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: clamp(2rem, 4vw, 3rem); }
.praxis-gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.praxis-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.praxis-gallery figure:hover img { transform: scale(1.04); }
.praxis-gallery figure:nth-child(1) img,
.praxis-gallery figure:nth-child(2) img,
.praxis-gallery figure:nth-child(5) img,
.praxis-gallery figure:nth-child(6) img { aspect-ratio: 3 / 4; }
.praxis-gallery figure:nth-child(3) img,
.praxis-gallery figure:nth-child(4) img { aspect-ratio: 4 / 3; }
.praxis-gallery figure:nth-child(1) img { object-position: 50% 42%; }
@media (max-width: 640px) {
  .praxis-gallery { grid-template-columns: 1fr; }
}

/* =========================================================
   Navigation früher einklappen (viele Menüpunkte)
   ========================================================= */
@media (max-width: 1180px) {
  .nav {
    position: fixed; inset: 64px 0 auto 0;
    background: var(--navy);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: .5rem var(--pad-x) 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.12);
    box-shadow: var(--shadow-soft);
    transform: translateY(-120%); transition: transform .3s ease;
  }
  .nav.open { transform: translateY(0); }
  .site-header .nav a { color: rgba(255,255,255,.92); border-bottom: 1px solid rgba(255,255,255,.12); padding: .9rem 0; }
  .nav .nav-cta { text-align: center; margin-top: .9rem; background: #fff; color: var(--navy); border-bottom: 0; }
  .nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .4rem; }
  .nav-toggle span { width: 24px; height: 2px; background: #fff; transition: .3s; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* =========================================================
   Gerahmte Botschaften (Mein Ansatz)
   ========================================================= */
.motive-intro {
  text-align: center; max-width: 46ch; margin: clamp(2rem, 4vw, 3rem) auto 0;
  font-family: "Fraunces", serif; font-style: italic; color: var(--seegras);
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
}
.motive-gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  max-width: 1000px; margin: clamp(1.2rem, 2.4vw, 1.8rem) auto 0;
}
.motive-gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.motive-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4 / 5; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.motive-gallery figure:hover img { transform: scale(1.04); }
@media (max-width: 720px) { .motive-gallery { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .motive-gallery { grid-template-columns: 1fr; } }

/* Hero-Eyebrow: Schriftart wie "Inga Nauert" (Fraunces), ohne Zierlinie */
.hero-eyebrow {
  font-family: "Mulish", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  letter-spacing: .03em;
  text-transform: none;
  gap: 0;
  color: var(--treibholz);
}
.hero-eyebrow::before { display: none; }

/* Mein Ansatz: Schild klein, rechts, unten bündig mit der Werte-Karte */
#ueber-mich .split { align-items: stretch; }
#ueber-mich .head { display: flex; flex-direction: column; height: 100%; }
#ueber-mich .head .ansatz-schild { max-width: 400px; width: 100%; margin: 1.4rem 0 0; margin-top: auto; align-self: flex-end; padding: 12px; }
@media (max-width: 900px) {
  #ueber-mich .head { display: block; }
  #ueber-mich .head .ansatz-schild { margin: clamp(1.5rem,4vw,2.2rem) auto 0; align-self: auto; max-width: 340px; }
}
