/* ============================================================
   Praxis Alexander Dietz — Hohenroth
   System: „Was steht, steht"
   Leinenweiß · Aubergine-Ink · staubiges Rosé · Marcellus / Work Sans
   Editorial-Split (Headline links, hohes Bild rechts),
   großzügige Text-Bild-Splits, Reduktion als Konzept (alles 1q)
   ============================================================ */

:root {
  --linen: #f4f0ea;
  --linen-2: #ebe4d8;
  --plum: #3a2438;
  --plum-2: #503450;
  --rose: #c48f96;
  --rose-2: #d9b3b8;
  --grey-z: #6f6668;
  --hair-z: rgba(58, 36, 56, .18);
  --rose-hair: rgba(196, 143, 150, .45);
  --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: "Work Sans", "Segoe UI", sans-serif;
  background: var(--linen);
  color: var(--plum);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--rose-2); color: var(--plum); }
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='125' height='125'%3E%3Cfilter id='z2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.83' numOctaves='2' seed='17'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23z2)'/%3E%3C/svg%3E");
}

/* ---------- Kopf: Marinierenzeile ---------- */
.lease {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .95rem var(--pad);
  background: rgba(244, 240, 234, .88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair-z);
}
.lease .label {
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.08rem;
  text-decoration: none;
  white-space: nowrap;
}
.lease .label::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: var(--rose);
  transition: width .3s;
}
.lease .label:hover::after { width: 100%; }
.lease nav { display: flex; gap: 1.6rem; }
.lease nav a {
  font-size: .9rem;
  font-weight: 600;
  color: var(--grey-z);
  text-decoration: none;
  transition: color .2s;
}
.lease nav a:hover, .lease nav a[aria-current="page"] { color: var(--plum); }
.lease .call {
  font-weight: 700;
  font-size: .9rem;
  color: var(--linen);
  background: var(--plum);
  text-decoration: none;
  padding: .5rem 1.05rem;
  white-space: nowrap;
  transition: background .2s;
}
.lease .call:hover { background: var(--rose); color: var(--plum); }

/* ---------- Editorial-Split ---------- */
.esplit {
  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;
}
.esplit .z-kick {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .26em;
  color: var(--rose);
}
.esplit h1 {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 5.8vw, 4.8rem);
  line-height: 1.1;
  max-width: 15ch;
  margin-top: clamp(1rem, 2.5vw, 1.7rem);
}
.esplit .z-sub {
  margin-top: clamp(1.3rem, 3vw, 2rem);
  max-width: 46ch;
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  color: var(--grey-z);
}
.esplit .z-acts { margin-top: clamp(1.8rem, 4vw, 2.6rem); display: flex; flex-wrap: wrap; gap: .9rem; }
.zbtn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: .97rem;
  padding: .95rem 1.55rem;
  transition: background .2s, color .2s, border-color .2s;
}
.zbtn.plum { background: var(--plum); color: var(--linen); }
.zbtn.plum:hover { background: var(--plum-2); }
.zbtn.roseline { border: 1.5px solid var(--rose); color: var(--plum); }
.zbtn.roseline:hover { background: var(--rose-2); border-color: var(--rose-2); }

/* hohes Bild rechts, mit Rosé-Kante */
.esplit .ztall {
  border-left: 5px solid var(--rose);
  padding-left: 0;
}
.esplit .ztall img {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
}
.esplit .ztall figcaption {
  font-size: .85rem;
  color: var(--grey-z);
  padding: .8rem 0 0 1.2rem;
}

/* ---------- 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-plum { background: var(--plum); color: var(--linen); }
.zone-plum .stand, .zone-plum p { color: rgba(244, 240, 234, .78); }

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

/* ---------- Split-Sticky: Text links, Bild klebt ---------- */
.splitsticky {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.splitsticky .sticky-col { position: sticky; top: 6.5rem; }
.splitsticky .sticky-col img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; }

/* ---------- Fakten als Spaltenliste (keine Karten) ---------- */
.z-list { border-top: 2px solid var(--plum); }
.z-list > div {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: .35rem clamp(1.4rem, 4vw, 3.5rem);
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--hair-z);
  align-items: baseline;
}
.z-list dt {
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--rose);
}
.z-list dd { font-weight: 500; }

/* SMS-Band */
.smsband {
  background: var(--plum);
  color: var(--linen);
  padding: clamp(2.2rem, 5vw, 3.4rem) var(--pad);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem 3rem;
}
.smsband .w { font-family: "Marcellus", Georgia, serif; font-size: clamp(1.4rem, 3vw, 2.1rem); }
.smsband .t { color: var(--rose-2); font-weight: 700; font-size: 1.05rem; white-space: nowrap; }

/* Offen-Karte */
.z-open {
  border: 2px dashed var(--rose);
  padding: clamp(1.7rem, 4vw, 2.7rem);
}
.z-open .lbl {
  display: inline-block;
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--plum);
  background: var(--rose-2);
  padding: .35rem .8rem;
  margin-bottom: 1rem;
}
.z-open h3 {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  margin-bottom: .6rem;
  max-width: 26ch;
}
.z-open p { color: var(--grey-z); max-width: 58ch; }
.zone-plum .z-open p { color: rgba(244, 240, 234, .78); }

/* Krise */
.z-crisis {
  background: var(--plum);
  color: var(--linen);
  padding: clamp(2rem, 5vw, 3rem);
  margin-top: clamp(2.8rem, 6vw, 4.4rem);
}
.z-crisis h2 { font-family: "Marcellus", Georgia, serif; font-weight: 400; font-size: 1.35rem; margin-bottom: .8rem; }
.z-crisis p { color: rgba(244, 240, 234, .8); font-size: .97rem; }
.z-crisis strong { color: #fff; }
.z-crisis a { color: var(--rose-2); font-weight: 700; text-decoration: none; }
.z-crisis a:hover { text-decoration: underline; }

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

.z-baseline {
  background: var(--plum-2);
  color: rgba(244, 240, 234, .62);
  padding: 0 var(--pad) 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2.2rem;
  justify-content: space-between;
  font-size: .88rem;
}
.z-baseline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.z-baseline a { color: rgba(244, 240, 234, .62); text-decoration: none; }
.z-baseline a:hover { color: var(--linen); }

.fnote { font-size: .85rem; color: var(--grey-z); padding: 1.3rem 0; max-width: 70ch; }
.zone-plum .fnote, .z-foot .fnote { color: rgba(244, 240, 234, .62); }
sup.star { color: var(--rose); font-weight: 700; }
.zone-plum sup.star, .z-foot sup.star { color: var(--rose-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: 920px) {
  .esplit { grid-template-columns: 1fr; }
  .esplit .ztall img { aspect-ratio: 16 / 10; }
  .splitsticky { grid-template-columns: 1fr; }
  .splitsticky .sticky-col { position: static; }
  .z-list > div { grid-template-columns: 1fr; gap: .2rem; }
}
@media (max-width: 700px) {
  .lease nav { display: none; }
}
/* wrap+prose-Kollision */
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
