/*
  Design-System „Führungslinien" — Praxis Dieter Eckel (+ S. Kempel, LRS), Wetzlar
  Onest als einzige Familie. Warmes Weiß, Aprikose, Salbei, hoher Kontrast.
  Full-Bleed-Hero, senkrechte Führungslinien statt Karten, Haarlinien-Raster.
  Individuell für diese Praxis; nicht wiederverwenden.
*/
:root {
  --weiss: #faf6ef;
  --weiss-tief: #f1ead9;
  --aprikose: #d98e4a;
  --salbei: #768c74;
  --tinte: #241f18;
  --tinte-weich: #524a3e;
  --tinte-grau: #8c8377;
  --linie: rgba(36, 31, 24, 0.15);
  --linie-stark: rgba(36, 31, 24, 0.4);
  --font: 'Onest', 'Segoe UI', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

::selection { background: var(--aprikose, var(--karmesin, var(--ton, var(--gold, var(--violett, var(--rose, var(--ocker))))))); color: #fff; }

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='n'%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(%23n)'/%3E%3C/svg%3E");
}

body { background: var(--weiss); color: var(--tinte); font-family: var(--font); font-size: 16.5px; line-height: 1.68; -webkit-font-smoothing: antialiased; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* Kopfzeile mit Haarlinien-Nav */
.kopf {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1.2rem;
  padding: 1.2rem clamp(1.1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--linie-stark);
}
.kopf-name { font-weight: 700; font-size: 1.02rem; }
.kopf-name span { display: block; font-weight: 500; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--tinte-grau); margin-top: 0.2rem; }
.kopf-nav { display: flex; gap: clamp(0.8rem, 2.2vw, 1.7rem); flex-wrap: wrap; justify-content: flex-end; font-size: 0.74rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
.kopf-nav a { padding-bottom: 0.15rem; }
.kopf-nav a:hover { border-bottom: 2px solid var(--aprikose); }
.kopf-nav a[aria-current="page"] { border-bottom: 2px solid var(--salbei); }

/* Vollblei-Hero */
.vollblei {
  position: relative; min-height: 86vh;
  display: flex; align-items: flex-end;
  color: #fff; isolation: isolate;
}
.vollblei img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.vollblei::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(26, 21, 15, 0.8), rgba(26, 21, 15, 0.25) 60%, rgba(26, 21, 15, 0.3)); }
.vollblei-inhalt { padding: 0 clamp(1.1rem, 4vw, 3rem) clamp(2.8rem, 6vw, 4.6rem); width: 100%; max-width: 1120px; margin: 0 auto; }
.vollblei-inhalt .vorzeile { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--aprikose); margin-bottom: 1rem; }
.vollblei-inhalt h1 { font-weight: 700; font-size: clamp(2.3rem, 6vw, 4.6rem); line-height: 1.04; letter-spacing: -0.015em; max-width: 17ch; }
.vollblei-inhalt .unter { margin-top: 1.25rem; max-width: 48ch; font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.68; opacity: 0.95; }
.vollblei-inhalt .takt { margin-top: 1.8rem; }

/* Führungslinien-Raster: senkrechte Linien tragen den Inhalt */
.raster { max-width: 1120px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 3rem); }
.fuehrung {
  display: grid; grid-template-columns: minmax(2.4rem, 4rem) minmax(0, 1fr) minmax(0, 1fr) minmax(2.4rem, 4rem);
  border-left: 1px solid var(--linie);
  border-right: 1px solid var(--linie);
}
.fuehrung > .spalte-l, .fuehrung > .spalte-r { border-right: 1px solid var(--linie); }
.fuehrung > .spalte-r { border-right: none; }
.fuehrung > div:not(.spalte-l):not(.spalte-r) { grid-column: 2 / 4; }

.abschnitt { padding: clamp(5rem, 10vw, 9rem) clamp(1.1rem, 3vw, 2.4rem); }

.kicker { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--salbei); margin-bottom: 1rem; }
.kicker b { color: var(--aprikose); }

h1 { font-weight: 700; font-size: clamp(2.2rem, 5.2vw, 3.9rem); line-height: 1.06; letter-spacing: -0.014em; }
h2 { font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.15rem); line-height: 1.15; margin-bottom: 1.1rem; }
h3 { font-weight: 700; font-size: 1rem; margin-bottom: 0.4rem; }

p + p { margin-top: 0.9rem; }
.einleitung { font-size: clamp(1.02rem, 1.5vw, 1.17rem); color: var(--tinte-weich); max-width: 56ch; line-height: 1.72; }
.still { color: var(--tinte-grau); font-size: 0.87rem; }

/* Haarlinien-Liste (Schwerpunkte, Fakten) */
.haarliste { border-top: 1px solid var(--linie-stark); }
.haarliste > div { display: grid; grid-template-columns: minmax(3rem, 4.5rem) minmax(0, 1fr); gap: 0.8rem 1.6rem; padding: 1rem 0; border-bottom: 1px solid var(--linie); }
.haarliste .nr { font-weight: 700; font-size: clamp(1.3rem, 2.4vw, 1.8rem); color: var(--aprikose); line-height: 1; }
.haarliste h3 { margin-bottom: 0.3rem; }
.haarliste p { font-size: 0.94rem; color: var(--tinte-weich); }
.haarliste dt { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tinte-grau); padding-top: 0.28rem; }
.haarliste dd { font-size: 0.98rem; line-height: 1.6; }
.haarliste dd a { border-bottom: 1px solid var(--linie-stark); }
.haarliste dd a:hover { color: var(--salbei); border-color: var(--salbei); }

/* Zwei-Spalter */
.zwei { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }

/* Duo-Karte (Eckel + Kempel) */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--linie-stark); }
.duo > div { padding: 1.5rem 1.7rem; }
.duo > div + div { border-left: 1px solid var(--linie); background: var(--weiss-tief); }
.duo h3 { font-weight: 700; font-size: 1.15rem; }
.duo small { display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--salbei); margin-bottom: 0.5rem; }
.duo p { font-size: 0.95rem; color: var(--tinte-weich); }

/* Hinweis + Krise */
.hinweis { border-left: 3px solid var(--aprikose); background: var(--weiss-tief); padding: 1.2rem 1.5rem; font-size: 0.95rem; color: var(--tinte-weich); max-width: 62ch; }
.hinweis strong { color: var(--tinte); }

.krise { border: 1.5px solid var(--tinte); padding: 1.5rem 1.7rem; margin-top: 2.4rem; background: var(--weiss); }
.krise h3 { font-weight: 700; color: var(--aprikose); margin-bottom: 0.5rem; }
.krise p, .krise li { font-size: 0.94rem; color: var(--tinte-weich); }
.krise ul { list-style: none; margin-top: 0.55rem; }
.krise li { padding: 0.26rem 0; }
.krise a { border-bottom: 1px solid var(--linie-stark); }

/* Knöpfe */
.takt { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 1.7rem; }
.knopf { display: inline-block; padding: 0.78rem 1.45rem; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; border: 1.5px solid var(--tinte); }
.knopf:hover { background: var(--tinte); color: var(--weiss); }
.knopf-aprikose { background: var(--aprikose); border-color: var(--aprikose); color: var(--tinte); }
.knopf-aprikose:hover { background: #c07a3a; border-color: #c07a3a; color: var(--tinte); }

/* Fusszeile */
.fuss { background: var(--tinte); color: var(--weiss); padding: clamp(2.4rem, 5vw, 3.8rem) 0 1.5rem; }
.fuss-inhalt { max-width: 1120px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 3rem); }
.fuss-name { font-weight: 700; font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin-bottom: 1.6rem; letter-spacing: -0.01em; }
.fuss-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; border-top: 1px solid rgba(250, 246, 239, 0.25); padding-top: 1.3rem; font-size: 0.86rem; }
.fuss-raster h3 { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(250, 246, 239, 0.5); margin-bottom: 0.5rem; }
.fuss-raster p { color: rgba(250, 246, 239, 0.85); line-height: 1.7; }
.fuss-raster a { border-bottom: 1px solid rgba(250, 246, 239, 0.35); }
.fuss-recht { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; font-size: 0.72rem; color: rgba(250, 246, 239, 0.55); }

.fussnote { border-top: 1px solid var(--linie); margin-top: 2.4rem; padding-top: 0.85rem; font-size: 0.78rem; color: var(--tinte-grau); }
sup { color: var(--aprikose); font-size: 0.72em; }

/* Bewusst ohne Fade-Bewegung: Text bleibt immer voll sichtbar (Eckel-Achse: nur Hover). */
.reveal { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 820px) {
  .zwei { grid-template-columns: 1fr; }
  .duo { grid-template-columns: 1fr; }
  .duo > div + div { border-left: none; border-top: 1px solid var(--linie); }
  .fuehrung { grid-template-columns: minmax(0, 1fr); }
  .fuehrung > div:not(.spalte-l):not(.spalte-r) { grid-column: auto; }
  .fuehrung > .spalte-l, .fuehrung > .spalte-r { display: none; }
  .fuss-raster { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .kopf { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
  .kopf-nav { justify-content: flex-start; }
  .vollblei { min-height: 74vh; }
}

/* Craft: Ticker */
.ticker { background: var(--salbei); color: var(--weiss); overflow: hidden; white-space: nowrap; padding: 0.75rem 0; }
.ticker-inhalt { display: inline-block; animation: lauf 30s linear infinite; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; }
.ticker-inhalt span { margin: 0 1.5rem; }
.ticker-inhalt .stern { opacity: 0.55; }
@keyframes lauf { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-inhalt { animation: none; } }

/* Craft: Riesiges CTA */
.cta-riesig { background: var(--tinte); color: var(--weiss); padding: clamp(3.2rem, 7.5vw, 6rem) clamp(1.1rem, 4vw, 3rem); }
.cta-riesig .innen { max-width: 1080px; margin: 0 auto; padding: 0; }
.cta-riesig h2 { font-size: clamp(2.6rem, 7.5vw, 5.8rem); line-height: 1.02; letter-spacing: -0.015em; max-width: 15ch; margin-bottom: 1.6rem; }
.cta-riesig h2 em { font-style: italic; color: var(--aprikose); }
.cta-telefon { font-size: clamp(1.5rem, 4.2vw, 3rem); display: inline-block; border-bottom: 3px solid var(--aprikose); padding-bottom: 0.25rem; color: var(--weiss); }
.cta-telefon:hover { color: var(--aprikose); }
.cta-zeilen { max-width: 720px; margin: 2.4rem auto 0; border-top: 1px solid rgba(255,255,255,0.25); padding-top: 1.3rem; font-size: 0.87rem; opacity: 0.85; display: grid; gap: 0.4rem; }
.cta-zeilen a { border-bottom: 1px solid rgba(255,255,255,0.35); }
