/* ============================================================
   Praxis Matthias Falk — Eschwege
   System: „Vom Kammerregister bis zum Termin"
   Flieder · dunkler Veilchen-Ink · Honig · Newsreader / Manrope
   Split-Band-Hero mit Zitat-Doppellinie, WEICHE KARTEN (erstmalig im Projekt),
   Adress-Klärung via Kammerquelle als eigenes Modul
   ============================================================ */

:root {
  --lilac: #f2eef4;
  --lilac-2: #e8e1ec;
  --violet: #35264d;
  --violet-2: #473364;
  --honey: #c2952f;
  --honey-2: #dbb55a;
  --grey-f: #6e6678;
  --hair-f: rgba(53, 38, 77, .17);
  --honey-hair: rgba(194, 149, 47, .4);
  --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: "Manrope", "Segoe UI", sans-serif;
  background: var(--lilac);
  color: var(--violet);
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--honey-2); color: var(--violet); }
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='135' height='135'%3E%3Cfilter id='f9'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' seed='31'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f9)'/%3E%3C/svg%3E");
}

/* ---------- Kopf ---------- */
.veil-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(242, 238, 244, .88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--honey-hair);
}
.veil-head .sig {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.06rem;
  text-decoration: none;
  white-space: nowrap;
}
.veil-head .sig i { font-style: italic; color: var(--honey); }
.veil-head nav { display: flex; gap: 1.6rem; }
.veil-head nav a {
  font-size: .9rem;
  font-weight: 600;
  color: var(--grey-f);
  text-decoration: none;
  transition: color .2s;
}
.veil-head nav a:hover, .veil-head nav a[aria-current="page"] { color: var(--violet); }
.veil-head .call {
  font-weight: 700;
  font-size: .9rem;
  color: var(--lilac);
  background: var(--violet);
  text-decoration: none;
  padding: .5rem 1.05rem;
  white-space: nowrap;
  transition: background .2s;
}
.veil-head .call:hover { background: var(--honey); color: var(--violet); }

/* ---------- Split-Band-Hero mit Zitat-Doppellinie ---------- */
.veil-hero { padding-top: clamp(7.5rem, 15vw, 10.5rem); }
.veil-hero .headzone {
  padding: 0 var(--pad) clamp(2rem, 5vw, 3.2rem);
  max-width: 1180px;
  margin: 0 auto;
}
.veil-hero .v-kick {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .26em;
  color: var(--honey);
  padding-left: 1.1rem;
  border-left: 4px double var(--honey);
}
.veil-hero h1 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 5.8vw, 4.9rem);
  line-height: 1.07;
  max-width: 16ch;
  margin-top: clamp(1rem, 2.5vw, 1.7rem);
}
.veil-hero h1 em { font-style: italic; color: var(--violet-2); border-bottom: 3px solid var(--honey-2); }
.veil-hero .v-sub {
  margin-top: clamp(1.2rem, 3vw, 1.9rem);
  max-width: 52ch;
  font-size: clamp(1.02rem, 1.5vw, 1.17rem);
  color: var(--grey-f);
}
.veil-hero .band {
  position: relative;
  height: clamp(280px, 50vh, 520px);
  overflow: hidden;
}
.veil-hero .band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.veil-hero .band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(53, 38, 77, .62), rgba(53, 38, 77, .04) 55%);
}
.veil-hero .band figcaption {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  bottom: clamp(1.3rem, 3.5vw, 2.2rem);
  color: var(--lilac);
  font-size: .92rem;
}
.veil-hero .band figcaption strong {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
}
.veil-hero .acts { margin-top: clamp(1.6rem, 4vw, 2.4rem); display: flex; flex-wrap: wrap; gap: .9rem; }
.vbtn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: .97rem;
  padding: .95rem 1.55rem;
  border-radius: 10px;
  transition: background .2s, color .2s, border-color .2s;
}
.vbtn.violet { background: var(--violet); color: var(--lilac); }
.vbtn.violet:hover { background: var(--violet-2); }
.vbtn.honey { background: var(--honey-2); color: var(--violet); }
.vbtn.honey:hover { background: var(--honey); }
.vbtn.line { border: 1.5px solid var(--hair-f); color: var(--violet); }
.vbtn.line:hover { border-color: var(--honey); color: var(--honey); }

/* ---------- Weiche Karten (erstmalig) ---------- */
.soft {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1.2rem, 3vw, 2rem);
}
.soft > article {
  background: #faf8fc;
  border: 1px solid var(--hair-f);
  border-radius: 22px;
  padding: clamp(1.6rem, 3.5vw, 2.5rem);
  box-shadow: 0 14px 34px -22px rgba(53, 38, 77, .35);
}
.soft .dot {
  width: .85rem; height: .85rem;
  border-radius: 50%;
  background: var(--honey);
  display: block;
  margin-bottom: 1rem;
}
.soft h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: .55rem;
}
.soft p { color: var(--grey-f); font-size: .97rem; }

/* ---------- Standard ---------- */
.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-veil { background: var(--violet); color: var(--lilac); border-radius: 28px; margin: 0 var(--pad); }
.zone-veil .stand, .zone-veil p { color: rgba(242, 238, 244, .78); }

.h-news {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1.14;
  max-width: 22ch;
}
.zone-veil .h-news { color: var(--lilac); }
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--grey-f); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

/* Registrierter-Streifen (Kammer-Befund) */
.chamber {
  background: #faf8fc;
  border: 1px solid var(--honey-hair);
  border-radius: 18px;
  padding: clamp(1.4rem, 3.5vw, 2.2rem);
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2.8rem;
  align-items: baseline;
}
.chamber .k {
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--honey);
  display: block;
  margin-bottom: .2rem;
}
.chamber .v { font-weight: 700; }

/* Faktenliste */
.v-list { border-top: 2px solid var(--violet); }
.zone-veil .v-list { border-color: var(--honey-2); }
.v-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 var(--hair-f);
  align-items: baseline;
}
.zone-veil .v-list > div { border-color: rgba(242, 238, 244, .22); }
.v-list dt {
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--honey);
}
.v-list dd { font-weight: 600; }
.zone-veil .v-list dd { color: var(--lilac); }

/* Adress-Entscheidungs-Modul */
.verdict {
  border-radius: 22px;
  background: var(--lilac-2);
  border: 1.5px solid var(--honey);
  padding: clamp(1.7rem, 4vw, 2.7rem);
}
.verdict .lbl {
  display: inline-block;
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--violet);
  background: var(--honey-2);
  padding: .35rem .8rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.verdict h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 2.8vw, 1.85rem);
  margin-bottom: .6rem;
  max-width: 26ch;
}
.verdict p { color: var(--grey-f); max-width: 60ch; }
.verdict .win {
  margin-top: 1.1rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--violet);
}

/* Krise */
.v-crisis {
  background: var(--violet);
  color: var(--lilac);
  border-radius: 22px;
  padding: clamp(2rem, 5vw, 3rem);
  margin-top: clamp(2.8rem, 6vw, 4.4rem);
}
.v-crisis h2 { font-family: "Newsreader", Georgia, serif; font-weight: 400; font-size: 1.35rem; margin-bottom: .8rem; }
.v-crisis p { color: rgba(242, 238, 244, .8); font-size: .97rem; }
.v-crisis strong { color: #fff; }
.v-crisis a { color: var(--honey-2); font-weight: 700; text-decoration: none; }
.v-crisis a:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.v-foot {
  background: var(--violet);
  padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem);
}
.v-foot .kick { color: var(--honey-2); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; }
.v-foot .huge {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 5.2vw, 3.9rem);
  line-height: 1.16;
  max-width: 21ch;
  color: var(--lilac);
  margin-top: 1rem;
}
.v-foot .huge a {
  color: var(--honey-2);
  text-decoration: none;
  border-bottom: 2px solid var(--honey-hair);
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.v-foot .huge a:hover { color: var(--lilac); border-color: var(--lilac); }

.v-baseline {
  background: var(--violet);
  color: rgba(242, 238, 244, .62);
  padding: 0 var(--pad) 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2.2rem;
  justify-content: space-between;
  font-size: .88rem;
}
.v-baseline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.v-baseline a { color: rgba(242, 238, 244, .62); text-decoration: none; }
.v-baseline a:hover { color: var(--lilac); }

.fnote { font-size: .85rem; color: var(--grey-f); padding: 1.3rem 0; max-width: 70ch; }
.zone-veil .fnote, .v-foot .fnote { color: rgba(242, 238, 244, .62); }
sup.star { color: var(--honey); font-weight: 700; }
.zone-veil sup.star, .v-foot sup.star { color: var(--honey-2); }

/* ---------- 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) {
  .v-list > div { grid-template-columns: 1fr; gap: .2rem; }
}
@media (max-width: 700px) {
  .veil-head nav { display: none; }
}
/* wrap+prose-Kollision */
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
