/* Praxis Hannah Gieseler — Bottrop
   System: „Ein Platz, ehrlich knapp"
   Nebelweiß · Kieferngrün-Ink · Gletscherblau · Playfair Display / PT Sans
   Full-Bleed-Foto-Hero mit Scrim, Bildbänder zwischen Textsektionen */

:root {
  --mist: #eef1ec;
  --mist-2: #e2e8de;
  --pine: #1d3a2d;
  --pine-2: #2a4f3c;
  --glacier: #7fa8c9;
  --glacier-2: #a7c4da;
  --grey-i: #5d6b62;
  --hair-i: rgba(29, 58, 45, .18);
  --gl-hair: rgba(127, 168, 201, .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: "PT Sans", "Segoe UI", sans-serif;
  background: var(--mist);
  color: var(--pine);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--glacier-2); color: var(--pine); }
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='139' height='139'%3E%3Cfilter id='g3'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' seed='67'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g3)'/%3E%3C/svg%3E");
}

.ice-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(29, 58, 45, .72);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.ice-head .id { font-family: "Playfair Display", Georgia, serif; font-size: 1.05rem; color: #f0f4ef; text-decoration: none; white-space: nowrap; }
.ice-head .id i { font-style: italic; color: var(--glacier-2); }
.ice-head nav { display: flex; gap: 1.6rem; }
.ice-head nav a { font-size: .9rem; font-weight: 700; color: rgba(240, 244, 239, .75); text-decoration: none; transition: color .2s; }
.ice-head nav a:hover, .ice-head nav a[aria-current="page"] { color: #fff; }
.ice-head .call { font-weight: 700; font-size: .9rem; color: var(--pine); background: #f0f4ef; text-decoration: none; padding: .5rem 1.05rem; white-space: nowrap; transition: background .2s; }
.ice-head .call:hover { background: var(--glacier-2); }

.bleed-i { position: relative; min-height: clamp(540px, 88svh, 820px); display: flex; align-items: flex-end; overflow: hidden; }
.bleed-i > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bleed-i::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(29, 58, 45, .92) 10%, rgba(29, 58, 45, .35) 58%, rgba(29, 58, 45, .52)); }
.bleed-i .inner { position: relative; z-index: 2; padding: 0 var(--pad) clamp(2.5rem, 6vw, 4.2rem); color: #f0f4ef; max-width: 980px; }
.bleed-i .i-kick { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; color: var(--glacier-2); }
.bleed-i h1 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: clamp(2.5rem, 6.4vw, 5.2rem); line-height: 1.08; max-width: 14ch; margin-top: .9rem; }
.bleed-i .i-sub { margin-top: clamp(1.2rem, 3vw, 1.8rem); max-width: 50ch; font-size: clamp(1.02rem, 1.5vw, 1.17rem); color: rgba(240, 244, 239, .84); }
.bleed-i .i-acts { margin-top: clamp(1.6rem, 4vw, 2.4rem); display: flex; flex-wrap: wrap; gap: .9rem; }
.ibtn { display: inline-block; text-decoration: none; font-weight: 700; font-size: .97rem; padding: .95rem 1.55rem; transition: background .2s, color .2s, border-color .2s; }
.ibtn.glacier { background: var(--glacier-2); color: var(--pine); }
.ibtn.glacier:hover { background: #f0f4ef; }
.ibtn.rim { border: 1px solid rgba(240, 244, 239, .5); color: #f0f4ef; }
.ibtn.rim:hover { border-color: var(--glacier-2); color: var(--glacier-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-pine { background: var(--pine); color: #eef1ec; }
.zone-pine .stand, .zone-pine p { color: rgba(238, 241, 236, .78); }
.zone-pine h2 { color: #eef1ec; }
.h-pf { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: clamp(1.85rem, 4vw, 3rem); line-height: 1.18; max-width: 22ch; }
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--grey-i); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

.i-list { border-top: 2px solid var(--pine); }
.zone-pine .i-list { border-color: var(--glacier-2); }
.i-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-i); align-items: baseline; }
.zone-pine .i-list > div { border-color: rgba(238, 241, 236, .22); }
.i-list dt { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: #4a7d62; }
.zone-pine .i-list dt { color: var(--glacier-2); }
.i-list dd { font-weight: 500; }
.zone-pine .i-list dd { color: #eef1ec; }

.i-open { border: 2px dashed var(--glacier); padding: clamp(1.7rem, 4vw, 2.7rem); }
.i-open .lbl { display: inline-block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: #eef1ec; background: var(--pine-2); padding: .35rem .8rem; margin-bottom: 1rem; }
.i-open h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: clamp(1.3rem, 2.8vw, 1.85rem); margin-bottom: .6rem; max-width: 27ch; }
.i-open p { color: var(--grey-i); max-width: 58ch; }
.zone-pine .i-open { border-color: var(--glacier-2); }
.zone-pine .i-open p { color: rgba(238, 241, 236, .78); }

.i-crisis { background: var(--pine); color: #eef1ec; padding: clamp(2rem, 5vw, 3rem); margin-top: clamp(2.8rem, 6vw, 4.4rem); }
.i-crisis h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: 1.3rem; margin-bottom: .8rem; }
.i-crisis p { color: rgba(238, 241, 236, .8); font-size: .97rem; }
.i-crisis strong { color: #fff; }
.i-crisis a { color: var(--glacier-2); font-weight: 700; text-decoration: none; }
.i-crisis a:hover { text-decoration: underline; }

.p-foot { background: var(--pine-2); padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem); }
.p-foot .kick { color: var(--glacier-2); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; }
.p-foot .huge { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: clamp(1.85rem, 5.2vw, 3.9rem); line-height: 1.18; max-width: 21ch; color: #eef1ec; margin-top: 1rem; }
.p-foot .huge a { color: var(--glacier-2); text-decoration: none; border-bottom: 2px solid var(--gl-hair); white-space: nowrap; transition: color .2s, border-color .2s; }
.p-foot .huge a:hover { color: #eef1ec; border-color: #eef1ec; }
.p-baseline { background: var(--pine-2); color: rgba(238, 241, 236, .62); padding: 0 var(--pad) 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem 2.2rem; justify-content: space-between; font-size: .88rem; }
.p-baseline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.p-baseline a { color: rgba(238, 241, 236, .62); text-decoration: none; }
.p-baseline a:hover { color: #eef1ec; }
.fnote { font-size: .85rem; color: var(--grey-i); padding: 1.3rem 0; max-width: 70ch; }
.zone-pine .fnote, .p-foot .fnote { color: rgba(238, 241, 236, .62); }
sup.star { color: #4a7d62; font-weight: 700; }
.zone-pine sup.star, .p-foot sup.star { color: var(--glacier-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) { .i-list > div { grid-template-columns: 1fr; gap: .2rem; } }
@media (max-width: 700px) { .ice-head nav { display: none; } }
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
