/* Praxis Thomas Greune — Wickede an der Ruhr
   System: „Zwei Richtlinienverfahren, ein Systemblick"
   Off-White · Near-Black · EIN Petrol · Cormorant Garamond / Inter
   Übergroßer Titel überlappt Bildkante, Statement-Zeilen,
   Hypnose + DGSF + ifs-Dozent als dokumentierter Hintergrund
   ============================================================ */

:root {
  --off: #f4f2ec;
  --off-2: #e9e6dc;
  --near: #191a18;
  --near-2: #262825;
  --petrol: #0e6266;
  --petrol-2: #3d8b8e;
  --grey-r: #6d6c63;
  --hair-r: rgba(25, 26, 24, .17);
  --pet-hair: rgba(14, 98, 102, .38);
  --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: "Inter", "Segoe UI", sans-serif;
  background: var(--off);
  color: var(--near);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--petrol); color: var(--off); }
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='133' height='133'%3E%3Cfilter id='t4'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.81' numOctaves='2' seed='97'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23t4)'/%3E%3C/svg%3E");
}

.hyp-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(244, 242, 236, .9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair-r);
}
.hyp-head .id { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 1.14rem; text-decoration: none; white-space: nowrap; }
.hyp-head .id b { color: var(--petrol); font-weight: 600; }
.hyp-head nav { display: flex; gap: 1.6rem; }
.hyp-head nav a { font-size: .9rem; font-weight: 500; color: var(--grey-r); text-decoration: none; transition: color .2s; }
.hyp-head nav a:hover, .hyp-head nav a[aria-current="page"] { color: var(--near); }
.hyp-head .call { font-weight: 600; font-size: .9rem; color: var(--off); background: var(--near); text-decoration: none; padding: .5rem 1.05rem; white-space: nowrap; transition: background .2s; }
.hyp-head .call:hover { background: var(--petrol); }

/* Overlap-Hero */
.hyp {
  padding: clamp(8rem, 16vw, 11.5rem) var(--pad) 0;
  position: relative;
}
.hyp .h-kick { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .26em; color: var(--petrol); }
.hyp h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.7rem, 6.8vw, 5.6rem);
  line-height: 1.03;
  letter-spacing: -.01em;
  max-width: 13ch;
  margin-top: clamp(1rem, 2.5vw, 1.7rem);
  position: relative;
  z-index: 3;
}
.hyp h1 em { font-style: italic; color: var(--petrol); }
.hyp .h-img {
  margin-top: clamp(-3.2rem, -6vw, -1.8rem);
  margin-left: clamp(3rem, 14vw, 12rem);
  position: relative;
  z-index: 1;
}
.hyp .h-img img { width: 100%; aspect-ratio: 16 / 6.8; object-fit: cover; }
.hyp .h-sub { max-width: 52ch; margin-top: clamp(1.5rem, 3.5vw, 2.3rem); font-size: clamp(1.02rem, 1.5vw, 1.17rem); color: var(--grey-r); }
.hyp .h-acts { margin-top: clamp(1.7rem, 4vw, 2.5rem); display: flex; flex-wrap: wrap; gap: .9rem; }
.tbtn { display: inline-block; text-decoration: none; font-weight: 600; font-size: .97rem; padding: .95rem 1.55rem; transition: background .2s, color .2s, border-color .2s; }
.tbtn.petrol { background: var(--petrol); color: var(--off); }
.tbtn.petrol:hover { background: var(--near); }
.tbtn.rim { border: 1.5px solid var(--hair-r); color: var(--near); }
.tbtn.rim:hover { border-color: var(--petrol); color: var(--petrol); }

.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-near { background: var(--near); color: var(--off); }
.zone-near .stand, .zone-near p { color: rgba(244, 242, 236, .78); }
.zone-near h2 { color: var(--off); }
.statement {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.85rem, 4.2vw, 3.2rem);
  line-height: 1.16;
  max-width: 24ch;
}
.statement .dim { color: var(--grey-r); }
.zone-near .statement { color: var(--off); }
.zone-near .statement .dim { color: rgba(244, 242, 236, .6); }
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--grey-r); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

.t-list { border-top: 2px solid var(--near); }
.zone-near .t-list { border-color: var(--petrol-2); }
.t-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-r); align-items: baseline; }
.zone-near .t-list > div { border-color: rgba(244, 242, 236, .22); }
.t-list dt { font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: var(--petrol); }
.zone-near .t-list dt { color: var(--petrol-2); }
.t-list dd { font-weight: 500; }
.zone-near .t-list dd { color: var(--off); }

.t-open { border: 2px dashed var(--petrol); padding: clamp(1.7rem, 4vw, 2.7rem); }
.t-open .lbl { display: inline-block; font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .22em; color: var(--off); background: var(--petrol); padding: .35rem .8rem; margin-bottom: 1rem; }
.t-open h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: clamp(1.3rem, 2.8vw, 1.85rem); margin-bottom: .6rem; max-width: 27ch; }
.t-open p { color: var(--grey-r); max-width: 58ch; }
.zone-near .t-open p { color: rgba(244, 242, 236, .78); }

.t-crisis { background: var(--near); color: var(--off); padding: clamp(2rem, 5vw, 3rem); margin-top: clamp(2.8rem, 6vw, 4.4rem); }
.t-crisis h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 1.35rem; margin-bottom: .8rem; }
.t-crisis p { color: rgba(244, 242, 236, .8); font-size: .97rem; }
.t-crisis strong { color: #fff; }
.t-crisis a { color: var(--petrol-2); font-weight: 600; text-decoration: none; }
.t-crisis a:hover { text-decoration: underline; }

.n-foot { background: var(--near); padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem); }
.n-foot .kick { color: var(--petrol-2); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .26em; }
.n-foot .huge { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: clamp(1.95rem, 5.4vw, 4.2rem); line-height: 1.14; max-width: 21ch; color: var(--off); margin-top: 1rem; }
.n-foot .huge a { color: var(--petrol-2); text-decoration: none; border-bottom: 2px solid var(--pet-hair); white-space: nowrap; transition: color .2s, border-color .2s; }
.n-foot .huge a:hover { color: var(--off); border-color: var(--off); }
.n-baseline { background: var(--near); color: rgba(244, 242, 236, .62); padding: 0 var(--pad) 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem 2.2rem; justify-content: space-between; font-size: .88rem; }
.n-baseline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.n-baseline a { color: rgba(244, 242, 236, .62); text-decoration: none; }
.n-baseline a:hover { color: var(--off); }
.fnote { font-size: .85rem; color: var(--grey-r); padding: 1.3rem 0; max-width: 70ch; }
.zone-near .fnote { color: rgba(244, 242, 236, .62); }
sup.star { color: var(--petrol); font-weight: 600; }
.zone-near sup.star, .n-foot sup.star { color: var(--petrol-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) { .t-list > div { grid-template-columns: 1fr; gap: .2rem; } }
@media (max-width: 700px) { .hyp-head nav { display: none; } .hyp .h-img { margin-left: 0; margin-top: -1.4rem; } .hyp .h-img img { aspect-ratio: 16 / 9; } }
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
