/* ============================================================
   Annegret Altevogt-Brauns, Herborn
   Konzept „Jedes Anliegen hat einen Namen."
   Radikal reduziert: Off-White, Near-Black, ein Petrol-Akzent.
   Display: Cormorant Infant. Fließtext: Raleway. Fonts lokal.
   ============================================================ */

:root {
  --paper: #f6f5f1;
  --paper-soft: #efeee8;
  --ink: #17191b;
  --ink-soft: #4a4f52;
  --petrol: #0f5257;
  --petrol-deep: #0a3b3f;
  --petrol-pale: rgba(15, 82, 87, .12);
  --line: rgba(23, 25, 27, .16);
  --paper-dim: rgba(246, 245, 241, .75);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font: 400 1.0625rem/1.7 "Raleway", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }

h1, h2, h3, .display {
  font-family: "Cormorant Infant", Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.005em;
}

/* ---------- Header ---------- */
header.site {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.header-in {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 2rem; padding: 1.5rem 0 1.3rem;
  flex-wrap: wrap;
}
a.brand { text-decoration: none; color: var(--ink); }
a.brand .name {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 1.5rem; font-weight: 600; line-height: 1.15; display: block;
}
a.brand .sub {
  display: block; font-size: .66rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--petrol); font-weight: 600;
  margin-top: .3rem;
}
nav.main { display: flex; gap: 1.6rem; flex-wrap: wrap; }
nav.main a {
  color: var(--ink-soft); text-decoration: none; font-size: .86rem;
  font-weight: 500; padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
nav.main a:hover { color: var(--ink); border-bottom-color: var(--petrol); }
nav.main a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--petrol); }

/* ---------- Hero (Start): Text + eingefasstes Bild ---------- */
.hero { padding: clamp(3rem, 8vh, 6rem) 0 clamp(3.5rem, 9vh, 6.5rem); }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center;
}
.eyebrow {
  font-size: .72rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--petrol); font-weight: 600;
}
.hero h1 {
  font-size: clamp(2.9rem, 5.6vw, 4.9rem);
  margin: 1.5rem 0 1.7rem;
  max-width: 13ch;
}
.hero h1 em { font-style: italic; font-weight: 500; color: var(--petrol); }
.hero .lead {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.7;
  color: var(--ink-soft); max-width: 40ch;
}
.hero .actions { margin-top: 2.4rem; display: flex; gap: 1.4rem; flex-wrap: wrap; align-items: center; }

a.btn-primary {
  display: inline-block; text-decoration: none;
  background: var(--petrol); color: var(--paper);
  padding: .95rem 2rem; font-size: .9rem; font-weight: 600; letter-spacing: .03em;
}
a.btn-primary:hover { background: var(--petrol-deep); }
a.btn-quiet {
  color: var(--ink); font-size: .92rem; font-weight: 500; text-decoration: none;
  border-bottom: 1px solid var(--petrol); padding-bottom: 2px;
}
a.btn-quiet:hover { color: var(--petrol); }

/* Bild mit sichtbarem, versetztem Rahmen */
.frame { position: relative; }
.frame::before {
  content: ""; position: absolute; inset: 0;
  transform: translate(18px, 18px);
  border: 1px solid var(--petrol);
}
.frame img {
  position: relative; width: 100%; height: 100%;
  object-fit: cover; aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
}
.frame.wide img { aspect-ratio: 16 / 9; }
.frame figcaption {
  position: absolute; left: 0; bottom: -2.1rem;
  font-size: .78rem; color: var(--ink-soft); letter-spacing: .02em;
}

/* ---------- Statement-Zeilen ---------- */
.statement { padding: clamp(4.5rem, 12vh, 8.5rem) 0; }
.statement .wrap { max-width: 980px; }
.statement p.line {
  font-family: "Cormorant Infant", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.18; letter-spacing: -.005em;
  padding: clamp(1.6rem, 3.5vh, 2.6rem) 0;
  border-top: 1px solid var(--line);
}
.statement p.line:last-child { border-bottom: 1px solid var(--line); }
.statement p.line em { font-style: italic; color: var(--petrol); }
.statement p.line .no {
  font-family: "Raleway", sans-serif; font-size: .72rem; font-weight: 600;
  letter-spacing: .24em; color: var(--petrol);
  display: block; margin-bottom: 1.1rem; text-transform: uppercase;
}

/* ---------- Abschnitte allgemein ---------- */
section.block { padding: clamp(3.5rem, 9vh, 6.5rem) 0; }
section.block.tint { background: var(--paper-soft); }
.sec-head { max-width: 720px; margin-bottom: clamp(2.2rem, 5vh, 3.5rem); }
.sec-head h2 { font-size: clamp(2rem, 3.6vw, 3rem); margin-top: 1.3rem; }
.sec-head p { margin-top: 1.1rem; color: var(--ink-soft); max-width: 56ch; }

/* Fakten-Zeilen */
ul.facts { list-style: none; }
ul.facts li {
  display: grid; grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 1.5rem; padding: 1.35rem 0;
  border-top: 1px solid var(--line);
  align-items: baseline;
}
ul.facts li:last-child { border-bottom: 1px solid var(--line); }
ul.facts .k {
  font-size: .74rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--petrol); font-weight: 600;
}
ul.facts .v { font-size: 1.06rem; }
ul.facts .v small { display: block; color: var(--ink-soft); font-size: .88rem; margin-top: .25rem; }

/* Zwei-Spalten-Text */
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); }
.cols h3 { font-size: 1.6rem; margin-bottom: 1rem; }
.cols p + p { margin-top: 1rem; }
.cols p { color: var(--ink-soft); }
.cols p strong { color: var(--ink); font-weight: 600; }

/* Themen-Wand */
.wordwall { line-height: 1.5; }
.wordwall .group { padding: 2rem 0; border-top: 1px solid var(--line); }
.wordwall .group:last-child { border-bottom: 1px solid var(--line); }
.wordwall .g-label {
  font-size: .72rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--petrol); font-weight: 600; display: block; margin-bottom: 1rem;
}
.wordwall .words {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: clamp(1.5rem, 2.9vw, 2.2rem); font-weight: 500; line-height: 1.4;
}
.wordwall .words span.sep { color: var(--petrol); padding: 0 .55rem; font-size: .6em; vertical-align: middle; }

/* Schrittliste */
ol.steps { list-style: none; counter-reset: step; }
ol.steps li {
  counter-increment: step;
  display: grid; grid-template-columns: 64px 1fr; gap: 1.6rem;
  padding: 1.6rem 0; border-top: 1px solid var(--line);
}
ol.steps li:last-child { border-bottom: 1px solid var(--line); }
ol.steps li::before {
  content: counter(step, decimal-leading-zero);
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 2rem; color: var(--petrol); line-height: 1.1;
}
ol.steps h3 { font-size: 1.45rem; margin-bottom: .5rem; }
ol.steps p { color: var(--ink-soft); max-width: 62ch; }

/* Seitenkopf Unterseiten */
.page-head { padding: clamp(3rem, 8vh, 5.5rem) 0 clamp(2.5rem, 6vh, 4rem); }
.page-head h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); margin-top: 1.4rem; max-width: 16ch; }
.page-head .lead { margin-top: 1.4rem; color: var(--ink-soft); max-width: 52ch; font-size: 1.1rem; }

/* Bildband */
.band { padding: clamp(2rem, 5vh, 4rem) 0; }

/* Hinweis-/Fußnote */
.note {
  font-size: .85rem; color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: 1.2rem; margin-top: 3rem; max-width: 640px;
}
.star { color: var(--petrol); font-weight: 600; }

/* Krisenblock */
.crisis {
  background: var(--petrol-deep); color: var(--paper);
  padding: clamp(2.5rem, 6vh, 4rem) 0;
}
.crisis h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); max-width: 22ch; }
.crisis p { color: var(--paper-dim); max-width: 60ch; margin-top: 1rem; }
.crisis ul { list-style: none; margin-top: 1.8rem; }
.crisis li {
  padding: 1rem 0; border-top: 1px solid rgba(246, 245, 241, .22);
  display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  align-items: baseline;
}
.crisis li:last-child { border-bottom: 1px solid rgba(246, 245, 241, .22); }
.crisis .who { font-weight: 500; }
.crisis a.num {
  color: var(--paper); text-decoration: none; font-family: "Cormorant Infant", serif;
  font-size: 1.5rem; border-bottom: 1px solid rgba(246, 245, 241, .45);
}
.crisis a.num:hover { border-bottom-color: var(--paper); }
.crisis small { display: block; color: var(--paper-dim); font-size: .82rem; margin-top: .2rem; }

/* Kontaktkarte */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.contact-grid .item { padding: 1.6rem 0; border-top: 1px solid var(--line); }
.contact-grid .item .k {
  font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--petrol); font-weight: 600; display: block; margin-bottom: .7rem;
}
.contact-grid .item .v { font-size: 1.12rem; line-height: 1.6; }
.contact-grid .item .v a { color: var(--ink); text-decoration-color: var(--petrol); }
.contact-grid .item .v a:hover { color: var(--petrol); }
.contact-grid .item small { display: block; color: var(--ink-soft); font-size: .86rem; margin-top: .4rem; }

/* Rechtstext */
.legal h2 { font-size: 1.8rem; margin: 2.8rem 0 1rem; }
.legal h2:first-child { margin-top: 0; }
.legal p { color: var(--ink-soft); max-width: 68ch; }
.legal p + p { margin-top: .9rem; }
.legal p strong { color: var(--ink); }
.legal .todo {
  background: var(--petrol-pale); border-left: 3px solid var(--petrol);
  padding: 1.1rem 1.4rem; margin: 1.4rem 0; color: var(--ink);
  font-size: .95rem; max-width: 68ch;
}

/* Footer */
footer.site {
  background: var(--ink); color: var(--paper-dim);
  padding: clamp(2.5rem, 6vh, 4rem) 0 2rem;
  margin-top: clamp(3rem, 8vh, 5rem);
}
footer.site .f-grid {
  display: flex; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap;
  padding-bottom: 2rem; border-bottom: 1px solid rgba(246, 245, 241, .18);
}
footer.site .f-brand {
  font-family: "Cormorant Infant", serif; font-size: 1.35rem; color: var(--paper);
}
footer.site .f-brand small {
  display: block; font-family: "Raleway", sans-serif; font-size: .7rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--paper-dim); margin-top: .4rem;
}
footer.site nav { display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: flex-start; }
footer.site nav a { color: var(--paper-dim); text-decoration: none; font-size: .86rem; }
footer.site nav a:hover { color: var(--paper); }
footer.site .f-legal {
  padding-top: 1.4rem; font-size: .78rem; color: rgba(246, 245, 241, .5);
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}

/* Reveal: ohne JS bleibt alles sichtbar; shoot.mjs und reveal.js setzen .in */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
html.js .reveal.in, html.js .reveal.visible { opacity: 1; transform: none; }
html:not(.js) .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .frame figcaption { position: static; margin-top: .8rem; }
  .frame::before { transform: translate(12px, 12px); }
  .cols, .contact-grid { grid-template-columns: 1fr; }
  ul.facts li { grid-template-columns: 1fr; gap: .4rem; }
  .header-in { gap: 1.2rem; }
  ol.steps li { grid-template-columns: 44px 1fr; gap: 1.1rem; }
}


/* ============================================================
   CRAFT-LAYER (design-craft.md, auto-rollup)
   ============================================================ */

::selection { background: #0f5257; color: #f6f5f1; }

body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 200;
  opacity: 0.5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='khn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23khn)'/%3E%3C/svg%3E");
}

/* Craft: Sektionsluft */
section, .section, .content-section, .kapitel, .abschnitt, .sektion {
  padding-top: clamp(4rem, 9vw, 8rem) !important;
  padding-bottom: clamp(4rem, 9vw, 8rem) !important;
}

/* Craft: Ticker */
.ticker {
  background: #0f5257; color: #f6f5f1;
  overflow: hidden; white-space: nowrap; padding: 0.8rem 0;
}
.ticker-inhalt {
  display: inline-block; animation: lauf 30s linear infinite;
  font-family: Cormorant Infant; font-size: 0.95rem; letter-spacing: 0.06em;
}
.ticker-inhalt span { margin: 0 1.6rem; }
.ticker-inhalt .stern { opacity: 0.55; }
@keyframes lauf { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-inhalt { animation: none; } }

/* Craft: Badge */
.badge {
  position: absolute; z-index: 5;
  right: clamp(0.5rem, 4vw, 3rem); bottom: 1.2rem;
  width: clamp(118px, 12.5vw, 152px); height: clamp(118px, 12.5vw, 152px);
  animation: drehen 26s linear infinite;
}
.badge text {
  font-family: Cormorant Infant; font-size: 8.4px;
  letter-spacing: 0.3em; text-transform: uppercase; fill: #f6f5f1;
}
.badge circle { fill: #0f5257; }
@keyframes drehen { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .badge { animation: none; } }

/* Craft: Riesiges CTA */
.cta-riesig {
  background: #0f5257; color: #f6f5f1;
  padding: clamp(3.2rem, 7.5vw, 6rem) clamp(1.1rem, 4vw, 3rem);
}
.cta-riesig .wrap, .cta-riesig .blatt, .cta-riesig .flaeche, .cta-riesig .inhalt,
.cta-riesig .buch, .cta-riesig .register, .cta-riesig .magazin {
  max-width: 1080px; margin: 0 auto; padding: 0;
}
.cta-riesig h2 {
  font-family: Cormorant Infant; font-weight: 600;
  font-size: clamp(2.6rem, 7.5vw, 5.8rem); line-height: 1.02;
  letter-spacing: -0.015em; max-width: 15ch; margin-bottom: 1.6rem;
  color: #f6f5f1;
}
.cta-riesig h2 em { font-style: italic; font-weight: 400; opacity: 0.75; }
.cta-telefon {
  font-family: Cormorant Infant; font-weight: 600;
  font-size: clamp(1.5rem, 4.2vw, 3rem);
  display: inline-block; border-bottom: 3px solid #f6f5f1;
  padding-bottom: 0.25rem; color: #f6f5f1;
}
.cta-telefon:hover { opacity: 0.8; }
.cta-zeilen {
  max-width: 720px; margin: 2.4rem 0 0;
  border-top: 1px solid rgba(128,128,128,0.3); padding-top: 1.3rem;
  font-size: 0.87rem; display: grid; gap: 0.4rem;
}
