/* ============================================================
   Alina Huemer M. A., Köln — Entwurf
   Konzept „Offen, bevor Sie anrufen."
   Navy dark-forward + Creme + antikes Gold.
   Editorial-Split-Hero (Headline links, hohes Bild rechts),
   2×2-Grids für Fakten und Schritte.
   Schriften lokal: Hedvig Letters Serif (Display),
   Hedvig Letters Sans (Fließtext), jeweils Schnitt 400.
   ============================================================ */

:root {
  --navy: #101e33;
  --navy-deep: #0a1526;
  --navy-panel: #1a2c48;
  --creme: #f4eee0;
  --creme-2: #ece2cc;
  --gold: #9c7f36;            /* antikes Gold auf Creme */
  --gold-hi: #d3b36a;         /* antikes Gold auf Navy */
  --ink: #1e2637;
  --ink-soft: #4f586e;
  --dim: rgba(244, 238, 224, .74);
  --line-l: rgba(16, 30, 51, .16);
  --line-d: rgba(244, 238, 224, .16);
  --serif: "Hedvig Letters Serif", Georgia, serif;
  --sans: "Hedvig Letters Sans", system-ui, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--navy-deep);
  color: var(--ink);
  font: 400 1.0625rem/1.68 var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
.wrap { max-width: 1220px; margin: 0 auto; padding: 0 clamp(1.25rem, 4.5vw, 3.5rem); }

::selection { background: var(--gold-hi); color: var(--navy-deep); }

/* ---------- Kopfzeile (hell, ruhig) ---------- */
header.site {
  background: var(--creme);
  border-bottom: 1px solid var(--line-l);
}
.header-in {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1.5rem 2.5rem; flex-wrap: wrap; padding-top: 1.2rem; padding-bottom: 1.05rem;
}
.brand { text-decoration: none; color: var(--ink); }
.brand .name {
  font-family: var(--serif); font-size: 1.42rem; line-height: 1.15; display: block;
}
.brand .name em { font-style: normal; color: var(--gold); }
.brand .sub {
  display: block; margin-top: .28rem;
  font-size: .68rem; letter-spacing: .19em; text-transform: uppercase; color: var(--ink-soft);
}
nav.main { display: flex; gap: 1.55rem; flex-wrap: wrap; }
nav.main a {
  color: var(--ink-soft); text-decoration: none; font-size: .9rem;
  padding-bottom: .2rem; border-bottom: 2px solid transparent;
}
nav.main a:hover { color: var(--ink); border-bottom-color: var(--gold); }
nav.main a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--gold); }

/* ---------- Hero: Editorial-Split (Start) ---------- */
.hero {
  display: grid; grid-template-columns: 1.04fr .96fr;
  min-height: calc(100vh - 5.2rem);
  background: var(--navy);
}
.hero-text {
  color: var(--creme);
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(3rem, 7vw, 6rem) clamp(1.5rem, 5vw, 5rem) clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 4.5rem);
}
.hero-img { position: relative; min-height: 26rem; }
.hero-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.eyebrow {
  display: flex; align-items: center; gap: .9rem;
  font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-hi); margin-bottom: 1.6rem;
}
.eyebrow::before { content: ""; width: 2.4rem; height: 2px; background: var(--gold-hi); flex: none; }

.hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.9rem, 5.6vw, 5.1rem);
  line-height: 1.05; letter-spacing: 0;
  max-width: 13ch;
}
.hero .lead {
  margin-top: 1.7rem; max-width: 40ch;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.62; color: var(--dim);
}
.hero .lead strong { color: var(--creme); font-weight: 400; }
.actions { margin-top: 2.5rem; display: flex; gap: 1.1rem 1.8rem; flex-wrap: wrap; align-items: center; }

.btn {
  display: inline-block; text-decoration: none; font-size: .93rem;
  padding: .95rem 1.9rem; border: 1px solid var(--gold-hi); color: var(--gold-hi);
  letter-spacing: .03em;
}
.btn:hover { background: var(--gold-hi); color: var(--navy-deep); }
.btn--ink { border-color: var(--navy); color: var(--creme); background: var(--navy); }
.btn--ink:hover { background: var(--navy-panel); border-color: var(--navy-panel); color: var(--creme); }
.link-arrow {
  color: var(--gold-hi); text-decoration: none; font-size: .95rem;
}
.link-arrow::after { content: " →"; }
.link-arrow:hover { text-decoration: underline; text-underline-offset: 4px; }
.link-arrow--ink { color: var(--gold); }

/* ---------- Seitenkopf Unterseiten ---------- */
.pagehead {
  background: var(--navy); color: var(--creme);
  padding: clamp(3.6rem, 8vw, 6.5rem) 0 clamp(2.8rem, 6vw, 4.5rem);
}
.pagehead h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.3rem, 4.6vw, 3.9rem); line-height: 1.08; max-width: 20ch;
}
.pagehead .lead { margin-top: 1.4rem; max-width: 46ch; color: var(--dim); font-size: clamp(1.02rem, 1.3vw, 1.18rem); }
.pagehead .eyebrow { margin-bottom: 1.3rem; }

/* ---------- Sektionen: Navy und Creme im Wechsel ---------- */
.sec { padding: clamp(4rem, 8.5vw, 7rem) 0; }
.sec--navy { background: var(--navy); color: var(--creme); }
.sec--creme { background: var(--creme); color: var(--ink); }
.sec--creme2 { background: var(--creme-2); color: var(--ink); }
.sec--navydeep { background: var(--navy-deep); color: var(--creme); }

.label {
  display: flex; align-items: center; gap: .9rem;
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.4rem;
}
.sec--navy .label, .sec--navydeep .label { color: var(--gold-hi); }
.label::before { content: ""; width: 2.4rem; height: 2px; background: currentColor; flex: none; }

h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.95rem, 3.6vw, 3rem); line-height: 1.12;
  max-width: 24ch; margin-bottom: 1.9rem;
}
h3 { font-family: var(--serif); font-weight: 400; font-size: 1.42rem; line-height: 1.2; margin-bottom: .7rem; }
.prose { max-width: 62ch; }
.prose p { margin-bottom: 1.15rem; }
.sec--creme .prose, .sec--creme2 .prose { color: var(--ink-soft); }
.sec--creme .prose strong, .sec--creme2 .prose strong { color: var(--ink); font-weight: 400; }
.sec--navy .prose, .sec--navydeep .prose { color: var(--dim); }
.sec--navy .prose strong, .sec--navydeep .prose strong { color: var(--creme); font-weight: 400; }
.prose a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 3px; }

.statement {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.7rem, 3.1vw, 2.6rem); line-height: 1.22; max-width: 26ch;
}

/* ---------- 2×2-Grids: feines Haarlinien-Raster ---------- */
.grid22 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line-l);
  border-top: 1px solid var(--line-l); border-bottom: 1px solid var(--line-l);
}
.sec--navy .grid22, .sec--navydeep .grid22 { background: var(--line-d); border-color: var(--line-d); }
.cell { padding: clamp(1.7rem, 3vw, 2.6rem) clamp(1.4rem, 2.6vw, 2.4rem); position: relative; }
.sec--creme .cell, .sec--creme2 .cell { background: var(--creme); }
.sec--creme2 .cell { background: var(--creme-2); }
.sec--navy .cell { background: var(--navy); }
.sec--navydeep .cell { background: var(--navy-deep); }
.cell::before {
  content: ""; position: absolute; top: 0; left: clamp(1.4rem, 2.6vw, 2.4rem);
  width: 2.2rem; height: 3px; background: var(--gold);
}
.sec--navy .cell::before, .sec--navydeep .cell::before { background: var(--gold-hi); }
.cell h3 { margin-top: .9rem; }
.cell p { font-size: .98rem; max-width: 46ch; }
.cell p a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.sec--creme .cell p, .sec--creme2 .cell p { color: var(--ink-soft); }
.sec--navy .cell p, .sec--navydeep .cell p { color: var(--dim); }
.cell .num {
  display: block; font-family: var(--serif); font-size: 2.1rem; line-height: 1;
  color: var(--gold); margin-bottom: .55rem;
}
.sec--navy .cell .num, .sec--navydeep .cell .num { color: var(--gold-hi); }

/* ---------- Bildtafel mit überlappender Bildunterschrift ---------- */
.plate { background: var(--navy-deep); }
.plate .imgwrap { max-width: 1220px; margin: 0 auto; padding: 0 clamp(1.25rem, 4.5vw, 3.5rem); }
.plate img { width: 100%; height: clamp(20rem, 56vh, 34rem); object-fit: cover; }
.plate figcaption {
  position: relative; z-index: 1;
  max-width: 620px; margin: clamp(-5rem, -7vw, -3rem) auto 0;
  margin-left: clamp(1.25rem, 8vw, 8rem);
  background: var(--navy); color: var(--creme);
  padding: clamp(1.8rem, 3.5vw, 2.8rem) clamp(1.6rem, 3.5vw, 2.8rem);
  border-top: 3px solid var(--gold-hi);
}
.plate figcaption .cap-label {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-hi);
  display: block; margin-bottom: .9rem;
}
.plate figcaption p { font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 1.65rem); line-height: 1.32; }

/* ---------- Split-Layouts ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.2rem, 5vw, 5rem); align-items: start; }
.split--wide-l { grid-template-columns: 1.35fr 1fr; }
.split--wide-r { grid-template-columns: 1fr 1.35fr; }

/* Faktenliste (Definition List) */
dl.facts { margin-top: .4rem; }
dl.facts dt {
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-top: 1.5rem;
}
.sec--navy dl.facts dt, .sec--navydeep dl.facts dt { color: var(--gold-hi); }
dl.facts dd { margin-top: .3rem; }
.sec--creme dl.facts dd, .sec--creme2 dl.facts dd { color: var(--ink-soft); }
.sec--navy dl.facts dd, .sec--navydeep dl.facts dd { color: var(--dim); }
dl.facts dd a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 3px; }

/* ---------- Kontakt ---------- */
.phone-big {
  font-family: var(--serif); font-size: clamp(2rem, 4.2vw, 3.3rem); line-height: 1.1;
  color: var(--gold-hi); text-decoration: none; display: inline-block; margin: .5rem 0 1.3rem;
}
.phone-big:hover { text-decoration: underline; text-underline-offset: 6px; }
address { font-style: normal; }
.address { line-height: 1.85; }
.sec--navy .address, .sec--navydeep .address { color: var(--dim); }
.sec--creme .address, .sec--creme2 .address { color: var(--ink-soft); }
.address strong { font-weight: 400; }
.sec--navy .address strong, .sec--navydeep .address strong { color: var(--creme); }
.sec--creme .address strong, .sec--creme2 .address strong { color: var(--ink); }
.address a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 3px; }

.crisis {
  border: 1px solid var(--gold-hi);
  background: var(--navy-panel); color: var(--creme);
  padding: clamp(1.8rem, 3.5vw, 2.6rem);
}
.crisis h3 { color: var(--gold-hi); }
.crisis p { color: var(--dim); font-size: .98rem; margin-bottom: .9rem; }
.crisis p:last-child { margin-bottom: 0; }
.crisis .nums { font-family: var(--serif); font-size: 1.18rem; color: var(--creme); }
.crisis .nums a { color: var(--gold-hi); text-decoration: none; }
.crisis .nums a:hover { text-decoration: underline; text-underline-offset: 4px; }

.note { font-size: .86rem; margin-top: 1.6rem; max-width: 60ch; }
.sec--creme .note, .sec--creme2 .note { color: var(--ink-soft); }
.sec--navy .note, .sec--navydeep .note { color: var(--dim); }

.star { color: var(--gold); }
.sec--navy .star, .sec--navydeep .star { color: var(--gold-hi); }

/* ---------- Rechtsseiten ---------- */
.legal h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: 3rem; max-width: none; }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal address { max-width: 64ch; margin-bottom: 1rem; }
.legal a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.legal .todo { color: var(--gold); }

/* ---------- Fußzeile ---------- */
footer.site { background: var(--navy-deep); color: var(--dim); border-top: 1px solid var(--line-d); }
.foot-in { padding: 2.6rem 0 2.2rem; display: flex; justify-content: space-between; gap: 1.2rem 3rem; flex-wrap: wrap; align-items: baseline; }
.foot-brand { font-family: var(--serif); font-size: 1.25rem; color: var(--creme); }
.foot-brand em { font-style: normal; color: var(--gold-hi); }
.foot-links { display: flex; gap: 1.4rem; flex-wrap: wrap; font-size: .86rem; }
.foot-links a { color: var(--dim); text-decoration: none; border-bottom: 1px solid var(--line-d); padding-bottom: 2px; }
.foot-links a:hover { color: var(--creme); border-bottom-color: var(--gold-hi); }
.foot-note {
  padding: 0 0 2.2rem; font-size: .78rem; color: rgba(244, 238, 224, .45);
}

/* ---------- Reveal (nur mit JS aktiv) ---------- */
html.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
html.js .reveal.in { 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; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-img { min-height: 0; height: 42vh; order: -1; }
  .hero-img img { position: static; height: 100%; }
  .hero-text { padding: clamp(2.6rem, 8vw, 4rem) clamp(1.25rem, 5vw, 2.5rem); }
  .grid22 { grid-template-columns: 1fr; }
  .split, .split--wide-l, .split--wide-r { grid-template-columns: 1fr; gap: 2rem; }
  .plate figcaption { margin: -3rem auto 0; margin-left: clamp(1.25rem, 4.5vw, 3.5rem); margin-right: clamp(1.25rem, 4.5vw, 3.5rem); }
}
@media (max-width: 480px) {
  nav.main { gap: .7rem 1.1rem; }
  nav.main a { font-size: .84rem; }
  .actions { flex-direction: column; align-items: stretch; }
  .btn { text-align: center; }
}


/* ============================================================
   CRAFT-LAYER (design-craft.md, auto-rollup)
   ============================================================ */

::selection { background: #9c7f36; color: #0a1526; }

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: #9c7f36; color: #0a1526;
  overflow: hidden; white-space: nowrap; padding: 0.8rem 0;
}
.ticker-inhalt {
  display: inline-block; animation: lauf 30s linear infinite;
  font-family: var; 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: var; font-size: 8.4px;
  letter-spacing: 0.3em; text-transform: uppercase; fill: #0a1526;
}
.badge circle { fill: #9c7f36; }
@keyframes drehen { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .badge { animation: none; } }

/* Craft: Riesiges CTA */
.cta-riesig {
  background: #9c7f36; color: #0a1526;
  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: var; 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: #0a1526;
}
.cta-riesig h2 em { font-style: italic; font-weight: 400; opacity: 0.75; }
.cta-telefon {
  font-family: var; font-weight: 600;
  font-size: clamp(1.5rem, 4.2vw, 3rem);
  display: inline-block; border-bottom: 3px solid #0a1526;
  padding-bottom: 0.25rem; color: #0a1526;
}
.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;
}
