/* Praxis Dr. phil. Martina Goblirsch — Bad Wildungen
   System: „Leichte Sprache ab der Türschwelle"
   Ivory · tiefes Waldgrün-Ink · Messing · Bitter / Archivo
   Asymmetrischer Hero mit versetztem Tall-Bild, Statement-Zeilen,
   Barrierefrei-Detailtiefe (Leichte Sprache, Sehbehinderten-Orientierung)
   ============================================================ */

:root {
  --ivory: #f2efe4;
  --ivory-2: #e9e4d2;
  --forest: #1f3d2b;
  --forest-2: #2c5238;
  --brass: #9c7b2d;
  --brass-2: #bfa14e;
  --grey-gb: #5f6b58;
  --hair-gb: rgba(31, 61, 43, .18);
  --brass-hair: rgba(156, 123, 45, .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: "Archivo", "Segoe UI", sans-serif;
  background: var(--ivory);
  color: var(--forest);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--brass-2); color: var(--forest); }
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='151' height='151'%3E%3Cfilter id='gb'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' seed='109'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23gb)'/%3E%3C/svg%3E");
}

.gb-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, 239, 228, .9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair-gb);
}
.gb-head .id { font-family: "Bitter", Georgia, serif; font-weight: 600; font-size: 1.04rem; text-decoration: none; white-space: nowrap; }
.gb-head .id b { color: var(--brass); font-weight: 600; }
.gb-head nav { display: flex; gap: 1.6rem; }
.gb-head nav a { font-size: .9rem; font-weight: 500; color: var(--grey-gb); text-decoration: none; transition: color .2s; }
.gb-head nav a:hover, .gb-head nav a[aria-current="page"] { color: var(--forest); }
.gb-head .call { font-family: "Bitter", serif; font-weight: 600; font-size: .9rem; color: var(--ivory); background: var(--forest); text-decoration: none; padding: .5rem 1.05rem; white-space: nowrap; transition: background .2s; }
.gb-head .call:hover { background: var(--brass); color: var(--forest); }

/* Offset-Hero mit versetztem Tall-Bild */
.off-gb {
  padding: clamp(8rem, 16vw, 11.5rem) var(--pad) clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}
.off-gb .gb-kick { font-family: "Bitter", serif; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .26em; color: var(--brass); }
.off-gb h1 { font-family: "Bitter", Georgia, serif; font-weight: 600; font-size: clamp(2.4rem, 5.6vw, 4.8rem); line-height: 1.08; max-width: 15ch; margin-top: clamp(1rem, 2.5vw, 1.7rem); }
.off-gb h1 b { color: var(--brass); font-weight: 600; }
.off-gb .gb-sub { margin-top: clamp(1.3rem, 3vw, 2rem); max-width: 48ch; font-size: clamp(1.02rem, 1.5vw, 1.16rem); color: var(--grey-gb); }
.off-gb .gb-acts { margin-top: clamp(1.7rem, 4vw, 2.5rem); display: flex; flex-wrap: wrap; gap: .9rem; }
.bbtn { display: inline-block; text-decoration: none; font-family: "Bitter", serif; font-weight: 600; font-size: .97rem; padding: .95rem 1.55rem; transition: background .2s, color .2s, border-color .2s; }
.bbtn.brass { background: var(--brass-2); color: var(--forest); }
.bbtn.brass:hover { background: var(--forest); color: var(--ivory); }
.bbtn.rim { border: 1.5px solid var(--hair-gb); color: var(--forest); }
.bbtn.rim:hover { border-color: var(--brass); color: var(--brass); }
.off-gb .tallwrap { margin-top: clamp(2rem, 5vw, 4rem); }
.off-gb .tallwrap img { width: 100%; aspect-ratio: 3 / 4.05; object-fit: cover; border-left: 6px solid var(--brass); }
.off-gb .tallwrap figcaption { font-size: .85rem; color: var(--grey-gb); padding-top: .8rem; }

.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-forest { background: var(--forest); color: var(--ivory); }
.zone-forest .stand, .zone-forest p { color: rgba(242, 239, 228, .78); }
.zone-forest h2 { color: var(--ivory); }
.h-bit { font-family: "Bitter", Georgia, serif; font-weight: 600; font-size: clamp(1.8rem, 3.9vw, 3rem); line-height: 1.18; max-width: 22ch; }
.zone-forest .h-bit { color: var(--ivory); }
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--grey-gb); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

.gb-list { border-top: 2px solid var(--forest); }
.zone-forest .gb-list { border-color: var(--brass-2); }
.gb-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-gb); align-items: baseline; }
.zone-forest .gb-list > div { border-color: rgba(242, 239, 228, .22); }
.gb-list dt { font-family: "Bitter", serif; font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: var(--brass); }
.zone-forest .gb-list dt { color: var(--brass-2); }
.gb-list dd { font-weight: 500; }
.zone-forest .gb-list dd { color: var(--ivory); }

.gb-open { border: 2px dashed var(--brass); padding: clamp(1.7rem, 4vw, 2.7rem); }
.gb-open .lbl { display: inline-block; font-family: "Bitter", serif; font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .22em; color: var(--ivory); background: var(--brass); padding: .35rem .8rem; margin-bottom: 1rem; }
.gb-open h3 { font-family: "Bitter", Georgia, serif; font-weight: 600; font-size: clamp(1.25rem, 2.7vw, 1.8rem); margin-bottom: .6rem; max-width: 27ch; }
.gb-open p { color: var(--grey-gb); max-width: 58ch; }
.zone-forest .gb-open p { color: rgba(242, 239, 228, .78); }

.gb-crisis { background: var(--forest); color: var(--ivory); padding: clamp(2rem, 5vw, 3rem); margin-top: clamp(2.8rem, 6vw, 4.4rem); }
.gb-crisis h2 { font-family: "Bitter", Georgia, serif; font-weight: 600; font-size: 1.3rem; margin-bottom: .8rem; }
.gb-crisis p { color: rgba(242, 239, 228, .8); font-size: .97rem; }
.gb-crisis strong { color: #fff; }
.gb-crisis a { color: var(--brass-2); font-weight: 600; text-decoration: none; }
.gb-crisis a:hover { text-decoration: underline; }

.f2-foot { background: var(--forest-2); padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem); }
.f2-foot .kick { color: var(--brass-2); font-family: "Bitter", serif; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .26em; }
.f2-foot .huge { font-family: "Bitter", Georgia, serif; font-weight: 600; font-size: clamp(1.85rem, 5.2vw, 3.9rem); line-height: 1.2; max-width: 21ch; color: var(--ivory); margin-top: 1rem; }
.f2-foot .huge a { color: var(--brass-2); text-decoration: none; border-bottom: 2px solid var(--brass-hair); white-space: nowrap; transition: color .2s, border-color .2s; }
.f2-foot .huge a:hover { color: var(--ivory); border-color: var(--ivory); }
.g-baseline2 { background: var(--forest-2); color: rgba(242, 239, 228, .62); padding: 0 var(--pad) 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem 2.2rem; justify-content: space-between; font-size: .88rem; }
.g-baseline2 nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.g-baseline2 a { color: rgba(242, 239, 228, .62); text-decoration: none; }
.g-baseline2 a:hover { color: var(--ivory); }
.fnote { font-size: .85rem; color: var(--grey-gb); padding: 1.3rem 0; max-width: 70ch; }
.zone-forest .fnote { color: rgba(242, 239, 228, .62); }
.f2-foot .fnote { color: rgba(242, 239, 228, .62); }
sup.star { color: var(--brass); font-weight: 600; }
.zone-forest sup.star, .f2-foot sup.star { color: var(--brass-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: 920px) { .off-gb { grid-template-columns: 1fr; } .off-gb .tallwrap img { aspect-ratio: 16 / 10; } .gb-list > div { grid-template-columns: 1fr; gap: .2rem; } }
@media (max-width: 700px) { .gb-head nav { display: none; } }
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
