/* ============================================================
   Praxis Klaus Fischbach — Siegen
   System: „Früh ansetzen, konkret üben"
   Ivory · Waldgrün-Ink · Messing · Zilla Slab / Fira Sans
   Typografischer Hero, 2×2-Grids, doppelteQuellen-Honesty-Card
   ============================================================ */

:root {
  --ivory: #f4efe1;
  --ivory-2: #ece5d0;
  --forest: #1c3527;
  --forest-2: #24452f;
  --brass: #a47b2c;
  --brass-2: #c69c4b;
  --muted-g: #5d6b5c;
  --hair-g: rgba(28, 53, 39, .18);
  --brass-hair: rgba(164, 123, 44, .34);
  --pad: clamp(1.25rem, 4.5vw, 3.25rem);
  --luft: clamp(5rem, 10.5vw, 9.5rem);
}

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

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

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

/* Korn */
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='130' height='130'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' seed='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)'/%3E%3C/svg%3E");
}

/* ---------- Kopfzeile: Zeile mit Messing-Punkt ---------- */
.bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .95rem var(--pad);
  background: rgba(244, 239, 225, .9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--forest);
}
.bar .wordmark {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.08rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .6rem;
}
.bar .wordmark::before {
  content: "";
  width: .62rem; height: .62rem;
  background: var(--brass);
  flex: none;
}
.bar nav { display: flex; gap: 1.5rem; }
.bar nav a {
  font-size: .9rem;
  font-weight: 600;
  color: var(--muted-g);
  text-decoration: none;
  transition: color .2s;
}
.bar nav a:hover, .bar nav a[aria-current="page"] { color: var(--forest); }
.bar .call {
  font-weight: 600;
  font-size: .92rem;
  color: var(--ivory);
  background: var(--forest);
  text-decoration: none;
  padding: .5rem 1.1rem;
  transition: background .2s;
}
.bar .call:hover { background: var(--forest-2); }

/* ---------- Typografischer Hero ---------- */
.leap {
  padding: clamp(8rem, 17vw, 12rem) var(--pad) clamp(3rem, 6vw, 5rem);
  position: relative;
  overflow: hidden;
}
/* Messing-Rasterkreuz als Ornament */
.leap::before {
  content: "+";
  position: absolute;
  top: clamp(7rem, 14vw, 10rem);
  right: var(--pad);
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(4rem, 9vw, 7rem);
  color: var(--brass-2);
  line-height: 1;
  opacity: .55;
}
.leap .over {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: var(--brass);
}
.leap .over::before {
  content: "";
  width: 2.4rem; height: 2px;
  background: var(--brass);
}
.leap h1 {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.7rem, 6.6vw, 5.4rem);
  line-height: 1.04;
  letter-spacing: -.015em;
  max-width: 14ch;
  margin-top: clamp(1.1rem, 2.5vw, 1.8rem);
}
.leap h1 em { font-style: italic; color: var(--brass); }
.leap .intro {
  margin-top: clamp(1.3rem, 3vw, 2rem);
  max-width: 50ch;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  color: var(--muted-g);
}
.leap .lede-row {
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  align-items: center;
}
.slab-btn {
  display: inline-block;
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  padding: .95rem 1.6rem;
  transition: background .2s, color .2s, border-color .2s;
}
.slab-btn.solid { background: var(--forest); color: var(--ivory); }
.slab-btn.solid:hover { background: var(--forest-2); }
.slab-btn.line { border: 2px solid var(--forest); color: var(--forest); }
.slab-btn.line:hover { border-color: var(--brass); color: var(--brass); }
.leap .minifacts {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.9rem;
  margin-top: clamp(1.6rem, 4vw, 2.4rem);
  padding-top: 1.1rem;
  border-top: 2px solid var(--forest);
  font-size: .92rem;
  color: var(--muted-g);
}
.leap .minifacts strong { color: var(--forest); }

/* ---------- 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); }

.sec h2, .h-slab {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.9rem, 4.2vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -.01em;
  max-width: 24ch;
}
.stand {
  margin-top: 1rem;
  font-size: 1.08rem;
  color: var(--muted-g);
  max-width: 56ch;
}

.on-green { background: var(--forest); color: var(--ivory); }
.on-green .stand, .on-green p { color: rgba(244, 239, 225, .78); }
.on-green .over { color: var(--brass-2); }
.on-green .over::before { background: var(--brass-2); }

.prose { max-width: 60ch; }
.prose p + p { margin-top: 1.05rem; }

/* ---------- 2×2-Grid Module ---------- */
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--forest);
  margin-top: clamp(2rem, 5vw, 3.4rem);
  background: var(--forest);
  gap: 2px;
}
.grid2 > article {
  background: var(--ivory);
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
  position: relative;
  min-height: 15rem;
}
.grid2 > article.alt { background: var(--ivory-2); }
.grid2 .tag {
  font-size: .74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--brass);
}
.grid2 h3 {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.15;
  margin-top: .7rem;
  max-width: 18ch;
}
.grid2 p {
  margin-top: .7rem;
  color: var(--muted-g);
  font-size: .97rem;
  max-width: 44ch;
}
.grid2 .ix {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--brass-2);
}

/* Variant: auf Grün */
.grid2.green > article { background: var(--forest); color: var(--ivory); }
.grid2.green > article.alt { background: var(--forest-2); }
.grid2.green p { color: rgba(244, 239, 225, .75); }
.grid2.green .ix { color: rgba(198, 156, 75, .6); }

/* ---------- Schrittleiste (Ablauf) ---------- */
.steps2 {
  counter-reset: st;
  border-top: 2px solid var(--forest);
  margin-top: clamp(2rem, 5vw, 3.2rem);
}
.steps2 > div {
  counter-increment: st;
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 4fr) minmax(0, 8fr);
  gap: 1rem clamp(1rem, 3vw, 2.5rem);
  align-items: baseline;
  padding: 1.5rem 0;
  border-bottom: 2px solid var(--forest);
}
.steps2 > div::before {
  content: "0" counter(st);
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--brass);
}
.steps2 h3 {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.steps2 p { color: var(--muted-g); font-size: .98rem; max-width: 56ch; }
.on-green .steps2 { border-color: var(--ivory); }
.on-green .steps2 > div { border-color: var(--ivory); }
.on-green .steps2 p { color: rgba(244, 239, 225, .75); }

/* ---------- Honesty-Card (Widerspruch) ---------- */
.doubt {
  border: 2px dashed var(--brass);
  background: transparent;
  padding: clamp(1.7rem, 4vw, 2.8rem);
}
.doubt .badge {
  display: inline-block;
  font-size: .76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--ivory);
  background: var(--brass);
  padding: .35rem .8rem;
  margin-bottom: 1rem;
}
.doubt h3 {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: .6rem;
}
.doubt p { color: var(--muted-g); max-width: 58ch; }
.on-green .doubt p { color: rgba(244, 239, 225, .78); }
.on-green .doubt { border-color: var(--brass-2); }
.on-green .doubt .badge { background: var(--brass-2); color: var(--forest); }

/* ---------- Bildtafeln ---------- */
.plate-band {
  position: relative;
  min-height: clamp(300px, 52vh, 520px);
  overflow: hidden;
}
.plate-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.plate-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 53, 39, .78), rgba(28, 53, 39, .06) 58%);
}
.plate-band figcaption {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  bottom: clamp(1.4rem, 4vw, 2.6rem);
  color: var(--ivory);
  font-size: .92rem;
  max-width: 46ch;
}
.plate-band figcaption strong {
  display: block;
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  margin-bottom: .3rem;
}
/* Messing-Kante unten */
.plate-band::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0; right: 0; bottom: 0;
  height: 5px;
  background: var(--brass);
}

/* ---------- Sprachzeile ---------- */
.langs {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}
.langs span {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  border: 2px solid var(--forest);
  padding: .55rem 1.2rem;
}
.on-green .langs span { border-color: var(--ivory); color: var(--ivory); }

/* ---------- Kontakt ---------- */
.touch {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(2rem, 6vw, 5rem);
}
.kv { border-top: 2px solid var(--forest); }
.kv > div {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: .4rem clamp(1rem, 3vw, 2.2rem);
  padding: 1.05rem 0;
  border-bottom: 2px solid var(--forest);
}
.kv dt {
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--brass);
  padding-top: .3rem;
}
.kv dd { font-weight: 500; }
.kv a.tel-big {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-decoration: none;
  border-bottom: 3px solid var(--brass-hair);
  transition: border-color .2s;
}
.kv a.tel-big:hover { border-color: var(--brass); }

.crisis-g {
  background: var(--forest);
  color: var(--ivory);
  padding: clamp(2rem, 5vw, 3rem);
  margin-top: clamp(3rem, 6vw, 4.5rem);
}
.crisis-g h2 {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.35rem;
  margin-bottom: .8rem;
}
.crisis-g p { color: rgba(244, 239, 225, .8); font-size: .97rem; }
.crisis-g strong { color: var(--ivory); }
.crisis-g a { color: var(--brass-2); font-weight: 600; text-decoration: none; }
.crisis-g a:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.giantfoot {
  background: var(--forest);
  color: var(--ivory);
  padding: var(--luft) var(--pad) clamp(2.6rem, 6vw, 4.2rem);
}
.giantfoot .over { color: var(--brass-2); display: inline-flex; align-items: center; gap: .7rem; font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .24em; }
.giantfoot .over::before { content: ""; width: 2.4rem; height: 2px; background: var(--brass-2); }
.giantfoot .huge {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 5.6vw, 4.1rem);
  line-height: 1.06;
  max-width: 20ch;
  margin-top: 1.1rem;
}
.giantfoot .huge a {
  color: var(--brass-2);
  text-decoration: none;
  border-bottom: 3px solid rgba(198, 156, 75, .4);
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.giantfoot .huge a:hover { color: var(--ivory); border-color: var(--ivory); }

.footline {
  background: var(--forest);
  color: rgba(244, 239, 225, .62);
  padding: 0 var(--pad) 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2.2rem;
  justify-content: space-between;
  font-size: .88rem;
}
.footline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.footline a { color: rgba(244, 239, 225, .62); text-decoration: none; }
.footline a:hover { color: var(--ivory); }

.fnote { font-size: .85rem; color: var(--muted-g); padding: 1.3rem 0; max-width: 70ch; }
.on-green .fnote { color: rgba(244, 239, 225, .6); }
sup.star { color: var(--brass); font-weight: 600; }

/* ---------- 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) {
  .grid2 { grid-template-columns: 1fr; }
  .touch { grid-template-columns: 1fr; }
  .steps2 > div { grid-template-columns: 3rem 1fr; }
  .steps2 p { grid-column: 2; }
}
@media (max-width: 700px) {
  .bar nav { display: none; }
  .kv > div { grid-template-columns: 1fr; gap: .2rem; }
}

/* wrap+prose-Kollision: Block darf nicht selbst auf 60ch schrumpfen */
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
