/* Praxis Cornelia Göbel — Kirchheimbolanden
   System: „Analytisch verwurzelt"
   Warmes Papierweiß · Near-Black · Oxblood · Alice / Karla
   Zentriert-klassisch mit Zierlinien, Haarlinien-Fakten,
   VAKJP-Verbandszeile als Faktenmodul */

:root {
  --paper: #f6f1e7;
  --paper-2: #ede5d4;
  --inkb: #1d1b18;
  --inkb-2: #322f29;
  --ox: #6e2126;
  --ox-2: #8d3438;
  --grey-b: #6d675e;
  --hair-b: rgba(29, 27, 24, .17);
  --ox-hair: rgba(110, 33, 38, .35);
  --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: "Karla", "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--inkb);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--ox); color: var(--paper); }
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='147' height='147'%3E%3Cfilter id='w8'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='2' seed='73'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23w8)'/%3E%3C/svg%3E");
}

.cen-head2 {
  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(246, 241, 231, .9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair-b);
}
.cen-head2 .rm { font-family: "Alice", Georgia, serif; font-size: 1.08rem; text-decoration: none; white-space: nowrap; }
.cen-head2 .rm b { color: var(--ox); font-weight: 400; }
.cen-head2 nav { display: flex; gap: 1.6rem; }
.cen-head2 nav a { font-size: .9rem; font-weight: 600; color: var(--grey-b); text-decoration: none; transition: color .2s; }
.cen-head2 nav a:hover, .cen-head2 nav a[aria-current="page"] { color: var(--inkb); }
.cen-head2 .call { font-weight: 700; font-size: .9rem; color: var(--paper); background: var(--ox); text-decoration: none; padding: .5rem 1.05rem; white-space: nowrap; transition: background .2s; }
.cen-head2 .call:hover { background: var(--inkb); }

.cen2 {
  padding: clamp(8rem, 16vw, 11.5rem) var(--pad) clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.cen2 .orn {
  display: flex; align-items: center; gap: 1.1rem; justify-content: center;
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
}
.cen2 .orn::before, .cen2 .orn::after { content: ""; height: 1px; width: clamp(2.5rem, 8vw, 6rem); background: var(--ox-hair); }
.cen2 .orn span { font-family: "Alice", Georgia, serif; font-size: 1.02rem; color: var(--ox); }
.cen2 h1 {
  font-family: "Alice", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 5.8vw, 4.7rem);
  line-height: 1.12;
  max-width: 16ch;
  margin: 0 auto;
}
.cen2 .c2-sub { max-width: 52ch; margin: clamp(1.3rem, 3vw, 2rem) auto 0; font-size: clamp(1.02rem, 1.5vw, 1.16rem); color: var(--grey-b); }
.cen2 .c2-acts { margin-top: clamp(1.7rem, 4vw, 2.5rem); display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.c2btn { display: inline-block; text-decoration: none; font-weight: 700; font-size: .97rem; padding: .95rem 1.6rem; transition: background .2s, color .2s, border-color .2s; }
.c2btn.ox { background: var(--ox); color: var(--paper); }
.c2btn.ox:hover { background: var(--inkb); }
.c2btn.rim { border: 1.5px solid var(--hair-b); color: var(--inkb); }
.c2btn.rim:hover { border-color: var(--ox); color: var(--ox); }
.cen2 .c2-img { margin: clamp(2.4rem, 5vw, 3.6rem) auto 0; max-width: 820px; border-bottom: 5px solid var(--ox); }
.cen2 .c2-img img { width: 100%; aspect-ratio: 16 / 7.4; object-fit: cover; }
.cen2 .c2-img figcaption { font-size: .85rem; color: var(--grey-b); padding: .7rem .5rem .3rem; }

.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-ink2 { background: var(--inkb); color: var(--paper); }
.zone-ink2 .stand, .zone-ink2 p { color: rgba(246, 241, 231, .78); }
.zone-ink2 h2 { color: var(--paper); }
.h-alice { font-family: "Alice", Georgia, serif; font-weight: 400; font-size: clamp(1.85rem, 3.9vw, 3rem); line-height: 1.2; max-width: 23ch; }
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--grey-b); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

.lin { border-top: 2px solid var(--inkb); }
.zone-ink2 .lin { border-color: var(--ox-2); }
.lin > 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-b); align-items: baseline; }
.zone-ink2 .lin > div { border-color: rgba(246, 241, 231, .22); }
.lin dt { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--ox); }
.zone-ink2 .lin dt { color: var(--ox-2); }
.lin dd { font-weight: 500; }
.zone-ink2 .lin dd { color: var(--paper); }

/* VAKJP-Verbandszeile */
.vakjp-line {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .8rem 2.6rem;
  border: 1px solid var(--ox-hair);
  background: var(--paper-2);
  padding: clamp(1.3rem, 3vw, 2rem) clamp(1.4rem, 3.5vw, 2.4rem);
}
.vakjp-line .k { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--ox); display: block; margin-bottom: .25rem; }
.vakjp-line .v { font-weight: 700; }

.c2-open { border: 2px dashed var(--ox); padding: clamp(1.7rem, 4vw, 2.7rem); }
.c2-open .lbl { display: inline-block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--paper); background: var(--ox); padding: .35rem .8rem; margin-bottom: 1rem; }
.c2-open h3 { font-family: "Alice", Georgia, serif; font-weight: 400; font-size: clamp(1.25rem, 2.7vw, 1.8rem); margin-bottom: .6rem; max-width: 27ch; }
.c2-open p { color: var(--grey-b); max-width: 58ch; }

.c2-crisis { background: var(--inkb); color: var(--paper); padding: clamp(2rem, 5vw, 3rem); margin-top: clamp(2.8rem, 6vw, 4.4rem); }
.c2-crisis h2 { font-family: "Alice", Georgia, serif; font-weight: 400; font-size: 1.3rem; margin-bottom: .8rem; }
.c2-crisis p { color: rgba(246, 241, 231, .8); font-size: .97rem; }
.c2-crisis strong { color: #fff; }
.c2-crisis a { color: var(--ox-2); font-weight: 700; text-decoration: none; }
.c2-crisis a:hover { text-decoration: underline; }

.k2-foot { background: var(--inkb-2); padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem); text-align: center; }
.k2-foot .orn { color: var(--ox-2); display: flex; align-items: center; gap: 1.1rem; justify-content: center; }
.k2-foot .orn::before, .k2-foot .orn::after { content: ""; height: 1px; width: clamp(2.5rem, 8vw, 6rem); background: rgba(246, 241, 231, .3); }
.k2-foot .huge { font-family: "Alice", Georgia, serif; font-size: clamp(1.85rem, 5vw, 3.8rem); line-height: 1.2; max-width: 22ch; color: var(--paper); margin: 1rem auto 0; }
.k2-foot .huge a { color: var(--ox-2); text-decoration: none; border-bottom: 2px solid var(--ox-hair); white-space: nowrap; transition: color .2s, border-color .2s; }
.k2-foot .huge a:hover { color: var(--paper); border-color: var(--paper); }
.k2-base { background: var(--inkb-2); color: rgba(246, 241, 231, .62); padding: 0 var(--pad) 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem 2.2rem; justify-content: space-between; font-size: .88rem; }
.k2-base nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.k2-base a { color: rgba(246, 241, 231, .62); text-decoration: none; }
.k2-base a:hover { color: var(--paper); }
.fnote { font-size: .85rem; color: var(--grey-b); padding: 1.3rem 0; max-width: 70ch; }
.zone-ink2 .fnote { color: rgba(246, 241, 231, .62); }
sup.star { color: var(--ox); font-weight: 700; }
.zone-ink2 sup.star, .k2-foot sup.star { color: var(--ox-2); }
.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: 880px) { .lin > div { grid-template-columns: 1fr; gap: .2rem; } }
@media (max-width: 700px) { .cen-head2 nav { display: none; } }
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
