/* Praxis Sebastian Glock — Groß-Gerau
   System: „Lehrt, was er behandelt"
   Tiefdunkles Braun-Schwarz dark-forward · Knochenweiß · Rostgold
   Faustina / Mulish · Grid-Hero (Bild als Grid-Zelle), Bildbänder */

:root {
  --dunkel: #211a15;
  --dunkel-2: #2d241c;
  --knochen: #f0e9d8;
  --knochen-2: #e6dcc4;
  --rostgold: #c07a2e;
  --rostgold-2: #d99b4e;
  --warm-g: #b3a68f;
  --hair-gl: rgba(192, 122, 46, .3);
  --hair-l2: rgba(240, 233, 216, .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: "Mulish", "Segoe UI", sans-serif;
  background: var(--dunkel);
  color: var(--knochen);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--rostgold-2); color: var(--dunkel); }
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='141' height='141'%3E%3Cfilter id='k4'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' seed='71'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23k4)'/%3E%3C/svg%3E");
}

.brown-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(33, 26, 21, .84);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair-gl);
}
.brown-head .id { font-family: "Faustina", Georgia, serif; font-weight: 600; font-size: 1.08rem; text-decoration: none; white-space: nowrap; }
.brown-head .id b { color: var(--rostgold-2); font-weight: 600; }
.brown-head nav { display: flex; gap: 1.6rem; }
.brown-head nav a { font-size: .9rem; font-weight: 600; color: var(--warm-g); text-decoration: none; transition: color .2s; }
.brown-head nav a:hover, .brown-head nav a[aria-current="page"] { color: var(--knochen); }
.brown-head .call { font-weight: 700; font-size: .9rem; color: var(--dunkel); background: var(--rostgold-2); text-decoration: none; padding: .5rem 1.05rem; white-space: nowrap; transition: background .2s; }
.brown-head .call:hover { background: var(--knochen); }

/* Grid-Hero */
.grid-h {
  padding: clamp(8rem, 16vw, 11.5rem) var(--pad) clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2.4vw, 1.8rem);
  align-items: stretch;
}
.grid-h .gk {
  grid-column: 1 / 9;
  font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; color: var(--rostgold-2);
}
.grid-h h1 {
  grid-column: 1 / 9;
  font-family: "Faustina", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.06;
  max-width: 15ch;
  margin-top: .6rem;
}
.grid-h h1 em { font-style: italic; color: var(--rostgold-2); }
.grid-h .gimg {
  grid-column: 9 / 13; grid-row: 1 / 3;
  border: 1px solid var(--hair-gl);
  padding: .5rem;
}
.grid-h .gimg img { width: 100%; height: 100%; object-fit: cover; }
.grid-h .gsub { grid-column: 1 / 8; color: var(--warm-g); font-size: clamp(1.02rem, 1.5vw, 1.16rem); max-width: 52ch; margin-top: .8rem; }
.grid-h .gacts { grid-column: 1 / 9; display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.2rem; }
.kbtn { display: inline-block; text-decoration: none; font-weight: 700; font-size: .97rem; padding: .95rem 1.55rem; transition: background .2s, color .2s, border-color .2s; }
.kbtn.gold2 { background: var(--rostgold); color: var(--dunkel); }
.kbtn.gold2:hover { background: var(--knochen); }
.kbtn.rim2 { border: 1px solid var(--hair-gl); color: var(--knochen); }
.kbtn.rim2:hover { border-color: var(--rostgold-2); color: var(--rostgold-2); }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 var(--pad); }
.sec { padding-block: var(--luft); }
.sec.mid { padding-block: clamp(3.2rem, 7vw, 5.5rem); }
.zone-bone { background: var(--knochen); color: var(--dunkel); }
.zone-bone .stand { color: #6e6455; }
.zone-bone h2 { color: var(--dunkel); }
.h-fau { font-family: "Faustina", Georgia, serif; font-weight: 500; font-size: clamp(1.8rem, 3.9vw, 3rem); line-height: 1.18; max-width: 22ch; }
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--warm-g); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

.k-list { border-top: 2px solid var(--rostgold); }
.zone-bone .k-list { border-color: var(--dunkel); }
.k-list > 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 rgba(192, 122, 46, .25); align-items: baseline; }
.zone-bone .k-list > div { border-color: var(--hair-l2); }
.k-list dt { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--rostgold-2); }
.zone-bone .k-list dt { color: #8a5a20; }
.k-list dd { font-weight: 500; }
.zone-bone .k-list dd { color: var(--dunkel); }

.band-k { position: relative; min-height: clamp(280px, 48vh, 480px); overflow: hidden; }
.band-k img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band-k::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(33, 26, 21, .85), rgba(33, 26, 21, .08) 55%); }
.band-k figcaption { position: absolute; z-index: 2; left: var(--pad); bottom: clamp(1.4rem, 4vw, 2.4rem); color: var(--knochen); font-size: .92rem; max-width: 46ch; }
.band-k figcaption strong { display: block; font-family: "Faustina", Georgia, serif; font-weight: 500; font-size: clamp(1.2rem, 2.2vw, 1.55rem); margin-bottom: .3rem; }
.band-k::before { content: ""; position: absolute; z-index: 3; top: 0; bottom: 0; right: 0; width: 5px; background: var(--rostgold); }

.k-open { border: 2px dashed var(--rostgold); padding: clamp(1.7rem, 4vw, 2.7rem); }
.k-open .lbl { display: inline-block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--dunkel); background: var(--rostgold-2); padding: .35rem .8rem; margin-bottom: 1rem; }
.k-open h3 { font-family: "Faustina", Georgia, serif; font-weight: 500; font-size: clamp(1.25rem, 2.7vw, 1.8rem); margin-bottom: .6rem; max-width: 27ch; }
.k-open p { color: var(--warm-g); max-width: 58ch; }
.zone-bone .k-open p { color: #6e6455; }

.k-crisis { background: var(--dunkel-2); color: var(--knochen); padding: clamp(2rem, 5vw, 3rem); margin-top: clamp(2.8rem, 6vw, 4.4rem); }
.k-crisis h2 { font-family: "Faustina", Georgia, serif; font-weight: 500; font-size: 1.3rem; margin-bottom: .8rem; }
.k-crisis p { color: rgba(240, 233, 216, .8); font-size: .97rem; }
.k-crisis strong { color: #fff; }
.k-crisis a { color: var(--rostgold-2); font-weight: 700; text-decoration: none; }
.k-crisis a:hover { text-decoration: underline; }

.r-foot { background: var(--dunkel-2); padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem); }
.r-foot .kick { color: var(--rostgold-2); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; }
.r-foot .huge { font-family: "Faustina", Georgia, serif; font-weight: 500; font-size: clamp(1.85rem, 5.2vw, 3.9rem); line-height: 1.18; max-width: 21ch; color: var(--knochen); margin-top: 1rem; }
.r-foot .huge a { color: var(--rostgold-2); text-decoration: none; border-bottom: 2px solid var(--hair-gl); white-space: nowrap; transition: color .2s, border-color .2s; }
.r-foot .huge a:hover { color: var(--knochen); border-color: var(--knochen); }
.r-baseline { background: var(--dunkel-2); color: var(--warm-g); padding: 0 var(--pad) 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem 2.2rem; justify-content: space-between; font-size: .88rem; }
.r-baseline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.r-baseline a { color: var(--warm-g); text-decoration: none; }
.r-baseline a:hover { color: var(--knochen); }
.fnote { font-size: .85rem; color: var(--warm-g); padding: 1.3rem 0; max-width: 70ch; }
.zone-bone .fnote { color: #6e6455; }
sup.star { color: var(--rostgold); font-weight: 700; }
.zone-bone sup.star { color: #8a5a20; }
.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; } }
@media (max-width: 920px) {
  .grid-h { display: block; }
  .grid-h .gimg { margin: 2rem 0; }
  .k-list > div { grid-template-columns: 1fr; gap: .2rem; }
}
@media (max-width: 700px) { .brown-head nav { display: none; } }
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }

/* Register-Leiste (wie in anderen Sites, hier eigenständig definiert) */
.reg-line {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.6rem;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--warm-g);
  padding: .6rem 0;
  border-top: 1px solid var(--hair-gl);
  border-bottom: 1px solid var(--hair-gl);
  margin-bottom: 1.4rem;
}
.reg-line b { color: var(--rostgold-2); font-weight: 700; }
