/* Praxis Andrea Große — Nauen
   System: „Eine Quelle, alles markiert"
   Leinenweiß · Aubergine-Ink · Aprikose-Akzent · Prata / Montserrat
   Full-Bleed-Foto-Hero mit Scrim, tabellarische Faktenblöcke,
   pure Einquell-Lage: Reduktion als Konzept (wie dietz, andere Ausführung) */

:root {
  --leinen: #f1ede6;
  --leinen-2: #e7e1d4;
  --aub: #3d2438;
  --aub-2: #523349;
  --apri: #d9822b;
  --apri-2: #e8a866;
  --grey-g: #6e6659;
  --hair-g: rgba(61, 36, 56, .18);
  --apri-hair: rgba(217, 130, 43, .42);
  --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: "Montserrat", "Segoe UI", sans-serif;
  background: var(--leinen);
  color: var(--aub);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--apri-2); color: var(--aub); }
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='154' height='154'%3E%3Cfilter id='n7'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.79' numOctaves='2' seed='131'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n7)'/%3E%3C/svg%3E");
}

.an-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(241, 237, 230, .9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair-g);
}
.an-head .id { font-family: "Prata", Georgia, serif; font-size: 1.02rem; text-decoration: none; white-space: nowrap; }
.an-head .id b { color: var(--apri); font-weight: 400; }
.an-head nav { display: flex; gap: 1.6rem; }
.an-head nav a { font-size: .9rem; font-weight: 600; color: var(--grey-g); text-decoration: none; transition: color .2s; }
.an-head nav a:hover, .an-head nav a[aria-current="page"] { color: var(--aub); }
.an-head .call { font-weight: 600; font-size: .9rem; color: var(--leinen); background: var(--aub); text-decoration: none; padding: .5rem 1.05rem; white-space: nowrap; transition: background .2s; }
.an-head .call:hover { background: var(--apri); color: var(--aub); }

/* Full-Bleed-Hero */
.bleed-a { position: relative; min-height: clamp(560px, 90svh, 840px); display: flex; align-items: flex-end; overflow: hidden; }
.bleed-a > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bleed-a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(61, 36, 56, .92) 10%, rgba(61, 36, 56, .4) 55%, rgba(61, 36, 56, .35)); }
.bleed-a .inner { position: relative; z-index: 2; padding: 0 var(--pad) clamp(2.5rem, 6vw, 4.2rem); color: var(--leinen); max-width: 1000px; }
.bleed-a .a-kick { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .26em; color: var(--apri-2); }
.bleed-a h1 { font-family: "Prata", Georgia, serif; font-weight: 400; font-size: clamp(2.5rem, 6.2vw, 5rem); line-height: 1.1; max-width: 15ch; margin-top: .9rem; }
.bleed-a .a-sub { margin-top: clamp(1.2rem, 3vw, 1.8rem); max-width: 50ch; font-size: clamp(1.02rem, 1.5vw, 1.16rem); color: rgba(241, 237, 230, .84); }
.bleed-a .a-acts { margin-top: clamp(1.6rem, 4vw, 2.4rem); display: flex; flex-wrap: wrap; gap: .9rem; }
.abtn { display: inline-block; text-decoration: none; font-weight: 600; font-size: .97rem; padding: .95rem 1.55rem; transition: background .2s, color .2s, border-color .2s; }
.abtn.apri { background: var(--apri); color: var(--aub); }
.abtn.apri:hover { background: var(--leinen); }
.abtn.glass { border: 1px solid rgba(241, 237, 230, .5); color: var(--leinen); }
.abtn.glass:hover { border-color: var(--apri-2); color: var(--apri-2); }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 var(--pad); }
.sec { padding-block: var(--luft); }
.sec.mid { padding-block: clamp(3.2rem, 7vw, 5.5rem); }
.zone-aub { background: var(--aub); color: var(--leinen); }
.zone-aub .stand, .zone-aub p { color: rgba(241, 237, 230, .78); }
.zone-aub h2 { color: var(--leinen); }
.h-prata { font-family: "Prata", Georgia, serif; font-weight: 400; font-size: clamp(1.8rem, 3.9vw, 3rem); line-height: 1.2; max-width: 22ch; }
.zone-aub .h-prata { color: var(--leinen); }
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--grey-g); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

.an-table { border-top: 2px solid var(--aub); }
.zone-aub .an-table { border-color: var(--apri-2); }
.an-table > 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-g); align-items: baseline; }
.zone-aub .an-table > div { border-color: rgba(241, 237, 230, .22); }
.an-table dt { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--apri); }
.zone-aub .an-table dt { color: var(--apri-2); }
.an-table dd { font-weight: 500; }
.zone-aub .an-table dd { color: var(--leinen); }

.an-open { border: 2px dashed var(--apri); padding: clamp(1.7rem, 4vw, 2.7rem); }
.an-open .lbl { display: inline-block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--leinen); background: var(--apri); padding: .35rem .8rem; margin-bottom: 1rem; }
.an-open h3 { font-family: "Prata", Georgia, serif; font-weight: 400; font-size: clamp(1.25rem, 2.7vw, 1.8rem); margin-bottom: .6rem; max-width: 27ch; }
.an-open p { color: var(--grey-g); max-width: 58ch; }
.zone-aub .an-open p { color: rgba(241, 237, 230, .78); }

.an-crisis { background: var(--aub); color: var(--leinen); padding: clamp(2rem, 5vw, 3rem); margin-top: clamp(2.8rem, 6vw, 4.4rem); }
.an-crisis h2 { font-family: "Prata", Georgia, serif; font-weight: 400; font-size: 1.3rem; margin-bottom: .8rem; }
.an-crisis p { color: rgba(241, 237, 230, .8); font-size: .97rem; }
.an-crisis strong { color: #fff; }
.an-crisis a { color: var(--apri-2); font-weight: 600; text-decoration: none; }
.an-crisis a:hover { text-decoration: underline; }

.g2-foot { background: var(--aub-2); padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem); }
.g2-foot .kick { color: var(--apri-2); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; }
.g2-foot .huge { font-family: "Prata", Georgia, serif; font-size: clamp(1.85rem, 5.2vw, 3.9rem); line-height: 1.22; max-width: 21ch; color: var(--leinen); margin-top: 1rem; }
.g2-foot .huge a { color: var(--apri-2); text-decoration: none; border-bottom: 2px solid var(--apri-hair); white-space: nowrap; transition: color .2s, border-color .2s; }
.g2-foot .huge a:hover { color: var(--leinen); border-color: var(--leinen); }
.a-baseline { background: var(--aub-2); color: rgba(241, 237, 230, .62); padding: 0 var(--pad) 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem 2.2rem; justify-content: space-between; font-size: .88rem; }
.a-baseline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.a-baseline a { color: rgba(241, 237, 230, .62); text-decoration: none; }
.a-baseline a:hover { color: var(--leinen); }
.fnote { font-size: .85rem; color: var(--grey-g); padding: 1.3rem 0; max-width: 70ch; }
.zone-aub .fnote { color: rgba(241, 237, 230, .62); }
.g2-foot .fnote { color: rgba(241, 237, 230, .62); }
sup.star { color: var(--apri); font-weight: 700; }
.zone-aub sup.star, .g2-foot sup.star { color: var(--apri-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) { .an-table > div { grid-template-columns: 1fr; gap: .2rem; } }
@media (max-width: 700px) { .an-head nav { display: none; } }
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
