/* ============================================================
   Praxis Sylvia Forster — Dachau
   System: „Stufenfrei in Dachau"
   Kühles helles Blaugrau · Stahlblau · Prata / Barlow
   Headline-Block oben, volles Bildband darunter,
   tabellarische Steckbriefe (dl) als Leitmodul
   ============================================================ */

:root {
  --fog: #eef1f4;
  --fog-2: #e2e8ee;
  --steel: #33506b;
  --steel-2: #22394e;
  --sky: #5b7f9d;
  --rust: #b0653a;
  --muted-f: #5d6c7a;
  --hair-f: rgba(51, 80, 107, .2);
  --pad: clamp(1.25rem, 4.5vw, 3.5rem);
  --luft: clamp(5rem, 10.5vw, 9.5rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: "Barlow", "Segoe UI", sans-serif;
  background: var(--fog);
  color: var(--steel);
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--steel); color: var(--fog); }
img { display: block; max-width: 100%; }
a { color: inherit; }

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 65;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='s'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' seed='11'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23s)'/%3E%3C/svg%3E");
}

/* ---------- Kopf ---------- */
.cap-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem var(--pad);
  background: rgba(238, 241, 244, .86);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.cap-nav .name {
  font-family: "Prata", Georgia, serif;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.cap-nav nav { display: flex; gap: 1.5rem; }
.cap-nav nav a {
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--muted-f);
  text-decoration: none;
  transition: color .2s;
}
.cap-nav nav a:hover, .cap-nav nav a[aria-current="page"] { color: var(--steel-2); }
.cap-nav .call {
  font-weight: 700;
  font-size: .92rem;
  color: var(--fog);
  background: var(--steel);
  text-decoration: none;
  padding: .5rem 1.1rem;
  transition: background .2s;
}
.cap-nav .call:hover { background: var(--sky); }

/* ---------- Headline-Block oben, Bild darunter ---------- */
.hblock {
  padding: clamp(7.5rem, 15vw, 11rem) var(--pad) clamp(2.2rem, 5vw, 3.6rem);
  max-width: 1440px;
}
.hblock .pre {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .26em;
  color: var(--rust);
}
.hblock h1 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 6.2vw, 5rem);
  line-height: 1.08;
  letter-spacing: -.005em;
  max-width: 17ch;
  margin-top: 1rem;
}
.hblock .sub {
  margin-top: clamp(1.2rem, 3vw, 1.9rem);
  max-width: 52ch;
  font-size: clamp(1.02rem, 1.5vw, 1.17rem);
  color: var(--muted-f);
}
.hblock .actions {
  margin-top: clamp(1.6rem, 4vw, 2.4rem);
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}
.act {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: .95rem 1.6rem;
  transition: background .2s, color .2s, border-color .2s;
}
.act.solid { background: var(--steel); color: var(--fog); }
.act.solid:hover { background: var(--steel-2); }
.act.hollow { border: 2px solid var(--hair-f); color: var(--steel); }
.act.hollow:hover { border-color: var(--steel); }

/* Direkt darunter: volles Bildband */
.fullband {
  position: relative;
  height: clamp(300px, 56vh, 580px);
  overflow: hidden;
}
.fullband img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fullband::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(34, 57, 78, .74), rgba(34, 57, 78, .05) 55%);
}
.fullband figcaption {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  bottom: clamp(1.4rem, 4vw, 2.4rem);
  color: var(--fog);
  font-size: .93rem;
  max-width: 48ch;
}
.fullband figcaption strong {
  display: block;
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  margin-bottom: .3rem;
}

/* ---------- Steckbrief-Modul (dl) ---------- */
.sheet { border-top: 2px solid var(--steel-2); }
.sheet > div {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: .35rem clamp(1.2rem, 3.5vw, 3rem);
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--hair-f);
}
.sheet dt {
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--rust);
  padding-top: .28rem;
}
.sheet dd { font-weight: 500; }

/* Steckbrief auf dunkler Fläche */
.deep { background: var(--steel-2); color: var(--fog); }
.deep .sheet { border-color: var(--fog); }
.deep .sheet > div { border-color: rgba(238, 241, 244, .22); }
.deep .sheet dt { color: #d9a37e; }
.deep .sheet dd { color: var(--fog); }

/* ---------- Standard ---------- */
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 var(--pad); }
.sec { padding-block: var(--luft); }
.sec.mid { padding-block: clamp(3.2rem, 7vw, 5.5rem); }

.h-prata {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.14;
  max-width: 24ch;
}
.stand {
  margin-top: 1rem;
  font-size: 1.08rem;
  color: var(--muted-f);
  max-width: 56ch;
}
.prose { max-width: 60ch; }
.prose p + p { margin-top: 1.05rem; }

/* ---------- Zwei-Layout ---------- */
.duo2 {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(2rem, 6vw, 5rem);
}

/* ---------- Zeitspalte: die zwei Telefonfenster ---------- */
.slots { display: grid; gap: 1px; background: var(--hair-f); border: 1px solid var(--hair-f); }
.slots > div { background: var(--fog); padding: clamp(1.3rem, 3vw, 2rem); display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
.slots .day { font-family: "Prata", Georgia, serif; font-size: 1.1rem; }
.slots .time { font-weight: 700; font-size: 1.15rem; color: var(--rust); white-space: nowrap; }
.deep .slots .day { color: var(--steel-2); }

/* ---------- Kosten-Karten ---------- */
.pay {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
}
.pay > div {
  background: #f7f9fa;
  border: 1px solid var(--hair-f);
  border-top: 3px solid var(--steel);
  padding: clamp(1.4rem, 3vw, 2.2rem);
}
.pay h3 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.pay p { color: var(--muted-f); font-size: .95rem; }

/* ---------- Kontaktliste ---------- */
.contact-rows { border-top: 2px solid var(--steel-2); }
.contact-rows > div {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
  gap: .35rem clamp(1.2rem, 3vw, 2.6rem);
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--hair-f);
  align-items: baseline;
}
.contact-rows dt {
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--rust);
}
.contact-rows dd { font-weight: 500; }
.contact-rows a.line {
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: 2px solid var(--hair-f);
  transition: border-color .2s;
}
.contact-rows a.line:hover { border-color: var(--rust); }

/* ---------- Krise ---------- */
.krise {
  border: 1px solid var(--hair-f);
  border-top: 4px solid var(--steel-2);
  background: #f7f9fa;
  padding: clamp(1.7rem, 4vw, 2.7rem);
  margin-top: clamp(2.6rem, 6vw, 4.2rem);
}
.krise h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: .7rem;
}
.krise p { color: var(--muted-f); font-size: .96rem; }
.krise strong { color: var(--steel-2); }
.krise a { color: var(--steel); font-weight: 700; }
.krise a:hover { color: var(--rust); }

/* ---------- Footer ---------- */
.foot-band {
  background: var(--steel-2);
  color: var(--fog);
  padding: var(--luft) var(--pad) clamp(2.6rem, 6vw, 4rem);
}
.foot-band .pre { color: #d9a37e; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; }
.foot-band .huge {
  font-family: "Prata", Georgia, serif;
  font-size: clamp(1.9rem, 5.2vw, 3.9rem);
  line-height: 1.16;
  max-width: 22ch;
  margin-top: 1rem;
}
.foot-band .huge a {
  color: #e9c3a6;
  text-decoration: none;
  border-bottom: 2px solid rgba(233, 195, 166, .4);
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.foot-band .huge a:hover { color: var(--fog); border-color: var(--fog); }

.foot-row {
  background: var(--steel-2);
  color: rgba(238, 241, 244, .6);
  padding: 0 var(--pad) 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2.2rem;
  justify-content: space-between;
  font-size: .88rem;
}
.foot-row nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.foot-row a { color: rgba(238, 241, 244, .6); text-decoration: none; }
.foot-row a:hover { color: var(--fog); }

.fnote { font-size: .85rem; color: var(--muted-f); padding: 1.3rem 0; max-width: 70ch; }
.deep .fnote, .foot-band .fnote { color: rgba(238, 241, 244, .6); }
sup.star { color: var(--rust); font-weight: 700; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .duo2 { grid-template-columns: 1fr; }
  .pay { grid-template-columns: 1fr; }
  .sheet > div { grid-template-columns: 1fr; gap: .2rem; }
}
@media (max-width: 700px) {
  .cap-nav nav { display: none; }
  .contact-rows > div { grid-template-columns: 1fr; gap: .15rem; }
}
/* wrap+prose-Kollision */
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
