/* ============================================================
   Praxis Michaela Gielow — Biberach an der Riß
   System: „Analytisch, amtlich, am Bahnhof"
   Navy dark-forward · Creme · antikes Gold · Schibsted Grotesk solo
   Editorial-Split (Headline links, hohes Bild rechts), Register-Leisten
   unter Überschriften, amtliche KV-Quelle als Kernaussage
   ============================================================ */

:root {
  --navy: #101c2e;
  --navy-2: #182640;
  --cream: #f2ead9;
  --cream-2: #e9dfc8;
  --gold: #b3892f;
  --gold-2: #d0aa58;
  --pale: #ece4d1;
  --warm: #a6b1c2;
  --hair-n: rgba(208, 170, 88, .28);
  --hair-l: rgba(16, 28, 46, .16);
  --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: "Schibsted Grotesk", "Segoe UI", sans-serif;
  background: var(--navy);
  color: var(--pale);
  line-height: 1.67;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

/* ---------- Kopf ---------- */
.gov-head {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem var(--pad);
  background: rgba(16, 28, 46, .82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair-n);
}
.gov-head .id {
  font-weight: 700;
  font-size: 1.02rem;
  text-decoration: none;
  white-space: nowrap;
}
.gov-head .id b { color: var(--gold-2); font-weight: 700; }
.gov-head nav { display: flex; gap: 1.6rem; }
.gov-head nav a {
  font-size: .9rem;
  font-weight: 500;
  color: var(--warm);
  text-decoration: none;
  transition: color .2s;
}
.gov-head nav a:hover, .gov-head nav a[aria-current="page"] { color: var(--pale); }
.gov-head .call {
  font-weight: 700;
  font-size: .9rem;
  color: var(--navy);
  background: var(--gold-2);
  text-decoration: none;
  padding: .5rem 1.05rem;
  white-space: nowrap;
  transition: background .2s;
}
.gov-head .call:hover { background: var(--cream); }

/* ---------- Editorial-Split ---------- */
.esplit-g {
  padding: clamp(8rem, 16vw, 11.5rem) var(--pad) var(--luft);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
}
.esplit-g .e-kick {
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .26em;
  color: var(--gold-2);
}
.esplit-g h1 {
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.05;
  letter-spacing: -.02em;
  max-width: 14ch;
  margin-top: clamp(1rem, 2.5vw, 1.7rem);
}
.esplit-g h1 .gld { color: var(--gold-2); }
.esplit-g .e-sub {
  margin-top: clamp(1.3rem, 3vw, 2rem);
  max-width: 48ch;
  font-size: clamp(1.02rem, 1.5vw, 1.17rem);
  color: var(--warm);
}
.esplit-g .e-acts { margin-top: clamp(1.8rem, 4vw, 2.6rem); display: flex; flex-wrap: wrap; gap: .9rem; }
.gbtn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: .97rem;
  padding: .95rem 1.55rem;
  transition: background .2s, color .2s, border-color .2s;
}
.gbtn.gold { background: var(--gold-2); color: var(--navy); }
.gbtn.gold:hover { background: var(--cream); }
.gbtn.rim { border: 1px solid var(--hair-n); color: var(--pale); }
.gbtn.rim:hover { border-color: var(--gold-2); color: var(--gold-2); }
.esplit-g .tall img {
  width: 100%;
  aspect-ratio: 3 / 4.1;
  object-fit: cover;
  border-left: 4px solid var(--gold);
}
.esplit-g .tall figcaption { font-size: .85rem; color: var(--warm); padding-top: .8rem; }

/* ---------- Register-Leiste unter Überschriften (Leitmodul) ---------- */
.reg-line {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.8rem;
  border-top: 1px solid var(--hair-n);
  border-bottom: 1px solid var(--hair-n);
  padding: .7rem 0;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--warm);
  margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}
.reg-line b { color: var(--gold-2); font-weight: 700; }

/* ---------- 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); }
.zone-cream { background: var(--cream); color: var(--navy); }
.zone-cream .stand { color: #615f4c; }
.zone-cream .h-g { color: var(--navy); }
.zone-cream .reg-line { border-color: var(--hair-l); color: #615f4c; }
.zone-cream .reg-line b { color: var(--gold); }

.h-g {
  font-weight: 700;
  font-size: clamp(1.75rem, 3.8vw, 2.9rem);
  line-height: 1.14;
  letter-spacing: -.015em;
  max-width: 22ch;
}
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--warm); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

/* Register-Fakten */
.g-reg { border-top: 2px solid var(--gold-2); }
.zone-cream .g-reg { border-color: var(--gold); }
.g-reg > div {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: .35rem clamp(1.4rem, 4vw, 3.5rem);
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--hair-n);
  align-items: baseline;
}
.zone-cream .g-reg > div { border-color: var(--hair-l); }
.g-reg dt {
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--gold-2);
}
.zone-cream .g-reg dt { color: var(--gold); }
.g-reg dd { font-weight: 500; }
.zone-cream .g-reg dd { color: var(--navy); }

/* Amtlich-Band */
.gov-band {
  border: 1px solid var(--hair-n);
  outline: 1px solid var(--hair-n);
  outline-offset: 5px;
  background: var(--navy-2);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 3rem;
  align-items: baseline;
}
.gov-band .k {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--gold-2);
  display: block;
  margin-bottom: .25rem;
}
.gov-band .v { font-weight: 700; }

/* Bildband */
.band-g { position: relative; min-height: clamp(280px, 48vh, 480px); overflow: hidden; }
.band-g img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band-g::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 28, 46, .82), rgba(16, 28, 46, .06) 55%);
}
.band-g figcaption {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  bottom: clamp(1.4rem, 4vw, 2.4rem);
  color: var(--cream);
  font-size: .92rem;
  max-width: 46ch;
}
.band-g figcaption strong {
  display: block;
  font-weight: 700;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  margin-bottom: .3rem;
}
.band-g::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0; bottom: 0; left: 0;
  width: 5px;
  background: var(--gold);
}

/* Krise */
.g-crisis {
  background: var(--navy);
  color: var(--pale);
  padding: clamp(2rem, 5vw, 3rem);
  margin-top: clamp(2.8rem, 6vw, 4.4rem);
}
.g-crisis h2 { font-weight: 700; font-size: 1.25rem; margin-bottom: .8rem; }
.g-crisis p { color: var(--warm); font-size: .97rem; }
.g-crisis strong { color: #fff; }
.g-crisis a { color: var(--gold-2); font-weight: 700; text-decoration: none; }
.g-crisis a:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.n-foot {
  background: var(--navy-2);
  padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem);
}
.n-foot .kick { color: var(--gold-2); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .26em; }
.n-foot .huge {
  font-weight: 700;
  font-size: clamp(1.85rem, 5.2vw, 3.9rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  max-width: 21ch;
  color: var(--cream);
  margin-top: 1rem;
}
.n-foot .huge a {
  color: var(--gold-2);
  text-decoration: none;
  border-bottom: 3px solid var(--hair-n);
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.n-foot .huge a:hover { color: var(--cream); border-color: var(--cream); }

.n-baseline {
  background: var(--navy-2);
  color: var(--warm);
  padding: 0 var(--pad) 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2.2rem;
  justify-content: space-between;
  font-size: .88rem;
}
.n-baseline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.n-baseline a { color: var(--warm); text-decoration: none; }
.n-baseline a:hover { color: var(--pale); }

.fnote { font-size: .85rem; color: var(--warm); padding: 1.3rem 0; max-width: 70ch; }
.zone-cream .fnote { color: #615f4c; }
sup.star { color: var(--gold); font-weight: 700; }
.zone-cream sup.star { color: #8a6b1e; }

/* ---------- 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: 920px) {
  .esplit-g { grid-template-columns: 1fr; }
  .esplit-g .tall img { aspect-ratio: 16 / 10; }
  .g-reg > div { grid-template-columns: 1fr; gap: .2rem; }
}
@media (max-width: 700px) {
  .gov-head nav { display: none; }
}
/* wrap+prose-Kollision */
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
