/*
  Design-System „Rosenholz-Split" — Praxis Andrea Bode, Oldenburg
  Unbounded (Display) + Onest (Text). Blush-Rosa, Bordeaux-Ink, tiefes Rosé.
  Editorial-Split mit hohem Bild, dl-Steckbriefe, Nummern-Pills-Navigation.
  Individuell für diese Praxis; nicht wiederverwenden.
*/
:root {
  --blush: #f3e6e2;
  --blush-tief: #ecd8d2;
  --bordeaux: #3c1723;
  --bordeaux-weich: #5e3040;
  --rosa-grau: #92777d;
  --rose: #a44a55;
  --linie: rgba(60, 23, 35, 0.16);
  --linie-stark: rgba(60, 23, 35, 0.4);
  --hellauf: #f7ece8;
  --disp: 'Unbounded', 'Segoe UI', Arial, sans-serif;
  --text: 'Onest', 'Segoe UI', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

::selection { background: var(--rose); 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");
}

/* Craft: Ticker */
.ticker { background: var(--bordeaux); color: var(--blush); overflow: hidden; white-space: nowrap; padding: 0.75rem 0; }
.ticker-inhalt { display: inline-block; animation: lauf 30s linear infinite; font-family: var(--disp); font-weight: 400; font-size: 0.78rem; letter-spacing: 0.1em; }
.ticker-inhalt span { margin: 0 1.5rem; }
.ticker-inhalt .stern { color: var(--rose); }
@keyframes lauf { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-inhalt { animation: none; } }

/* Craft: Riesiges CTA */
.cta-riesig { background: var(--bordeaux); color: var(--blush); padding: clamp(3.2rem, 7.5vw, 6rem) clamp(1.1rem, 4vw, 3rem); }
.cta-riesig .flaeche { max-width: 1160px; margin: 0 auto; padding: 0; }
.cta-riesig h2 { font-family: var(--disp); 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; }
.cta-riesig h2 em { font-style: italic; color: var(--rose); }
.cta-telefon { font-family: var(--disp); font-weight: 600; font-size: clamp(1.5rem, 4.2vw, 3rem); display: inline-block; border-bottom: 3px solid var(--rose); padding-bottom: 0.25rem; color: var(--blush); }
.cta-telefon:hover { color: var(--rose); }
.cta-zeilen { max-width: 720px; margin: 2.4rem auto 0; border-top: 1px solid rgba(243, 230, 226, 0.25); padding-top: 1.3rem; font-size: 0.87rem; color: rgba(243, 230, 226, 0.8); display: grid; gap: 0.4rem; }
.cta-zeilen a { border-bottom: 1px solid rgba(243, 230, 226, 0.35); }

body { background: var(--blush); color: var(--bordeaux); font-family: var(--text); font-size: 16.5px; line-height: 1.66; -webkit-font-smoothing: antialiased; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* Kopfzeile mit Nummern-Pills */
.kopf {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center; gap: 1.2rem;
  padding: 0.95rem clamp(1.1rem, 4vw, 3rem);
  background: rgba(243, 230, 226, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--linie-stark);
}
.split { padding-top: clamp(5.4rem, 10vw, 7.4rem); }
.kopf-name { font-family: var(--disp); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em; }
.kopf-name span { display: block; font-family: var(--text); font-weight: 400; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rosa-grau); margin-top: 0.2rem; }
.pills { display: flex; gap: 0.45rem; flex-wrap: wrap; font-family: var(--disp); font-size: 0.66rem; font-weight: 400; }
.pills a { padding: 0.42rem 0.85rem; border-radius: 999px; border: 1px solid var(--linie-stark); }
.pills a b { font-weight: 600; color: var(--rose); margin-right: 0.35rem; }
.pills a:hover { border-color: var(--rose); color: var(--rose); }
.pills a[aria-current="page"] { background: var(--bordeaux); border-color: var(--bordeaux); color: var(--hellauf); }
.pills a[aria-current="page"] b { color: var(--rose); }

/* Editorial-Split */
.split {
  max-width: 1160px; margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1.1rem, 4vw, 3rem);
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.8rem, 5vw, 4rem);
  align-items: stretch;
}
.split-text { display: flex; flex-direction: column; justify-content: center; }
.split-text .kennung { font-family: var(--disp); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--rose); margin-bottom: 1.2rem; }
.split-text h1 { font-family: var(--disp); font-weight: 600; font-size: clamp(1.7rem, 3.7vw, 2.8rem); line-height: 1.14; letter-spacing: -0.005em; overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; hyphenate-limit-chars: 8 4 4; }
.split-text .einleitung { margin-top: 1.3rem; color: var(--bordeaux-weich); font-size: clamp(1rem, 1.4vw, 1.14rem); line-height: 1.72; max-width: 46ch; }
.split-bild { min-height: 100%; }
.split-bild img { width: 100%; height: 100%; min-height: clamp(340px, 62vh, 620px); object-fit: cover; }
.split-bild figcaption { font-family: var(--mono, monospace); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rosa-grau); padding-top: 0.5rem; }

/* Fläche */
.flaeche { max-width: 1160px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 3rem); }
.abschnitt { padding: clamp(5rem, 10vw, 9rem) 0; }
.abschnitt + .abschnitt { border-top: 1px solid var(--linie); }
.kennung { font-family: var(--disp); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--rose); margin-bottom: 1rem; }
h2 { font-family: var(--disp); font-weight: 600; font-size: clamp(1.4rem, 2.8vw, 2rem); line-height: 1.16; margin-bottom: 1.1rem; }
h3 { font-weight: 700; font-size: 1rem; margin-bottom: 0.4rem; }
p + p { margin-top: 0.9rem; }
.einleitung { color: var(--bordeaux-weich); max-width: 56ch; font-size: clamp(1rem, 1.4vw, 1.14rem); line-height: 1.72; }
.still { color: var(--rosa-grau); font-size: 0.87rem; }

/* dl-Steckbrief (Spec-Modul) */
.steck { border-top: 1px solid var(--linie-stark); }
.steck > div { display: grid; grid-template-columns: minmax(7.5rem, 12rem) 1fr; gap: 0.6rem 1.8rem; padding: 0.9rem 0; border-bottom: 1px solid var(--linie); }
.steck dt { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rosa-grau); padding-top: 0.28rem; }
.steck dd { font-size: 0.98rem; line-height: 1.6; }
.steck dd em { font-family: var(--disp); font-style: normal; font-size: 0.95em; color: var(--rose); }
.steck dd a { border-bottom: 1px solid var(--linie-stark); }
.steck dd a:hover { color: var(--rose); border-color: var(--rose); }

/* Zwei-Spalter */
.zwei { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3.2rem); align-items: start; }

/* Hinweis + Krise */
.hinweis { border-left: 3px solid var(--rose); background: var(--blush-tief); padding: 1.2rem 1.5rem; font-size: 0.94rem; color: var(--bordeaux-weich); max-width: 62ch; }
.hinweis strong { color: var(--bordeaux); }

.krise { border: 1.5px solid var(--bordeaux); padding: 1.5rem 1.7rem; margin-top: 2.4rem; background: var(--hellauf); }
.krise h3 { font-family: var(--disp); font-weight: 600; font-size: 1.25rem; color: var(--rose); margin-bottom: 0.5rem; }
.krise p, .krise li { font-size: 0.94rem; color: var(--bordeaux-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; border-radius: 999px; font-family: var(--disp); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: 1.5px solid var(--bordeaux); }
.knopf:hover { background: var(--bordeaux); color: var(--hellauf); }
.knopf-rose { background: var(--rose); border-color: var(--rose); color: #fff; }
.knopf-rose:hover { background: #8b3d47; border-color: #8b3d47; color: #fff; }

/* Fußzeile */
.fuss { background: var(--bordeaux); color: var(--hellauf); padding: clamp(2.4rem, 5vw, 3.8rem) 0 1.5rem; }
.fuss .flaeche > p:first-child { font-family: var(--disp); font-weight: 600; font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: 1.6rem; }
.fuss-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; border-top: 1px solid rgba(247, 236, 232, 0.25); padding-top: 1.3rem; font-size: 0.86rem; }
.fuss-raster h3 { font-family: var(--disp); font-weight: 400; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(247, 236, 232, 0.5); margin-bottom: 0.5rem; }
.fuss-raster p { color: rgba(247, 236, 232, 0.85); line-height: 1.7; }
.fuss-raster a { border-bottom: 1px solid rgba(247, 236, 232, 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(247, 236, 232, 0.55); }

.fussnote { border-top: 1px solid var(--linie); margin-top: 2.4rem; padding-top: 0.85rem; font-size: 0.78rem; color: var(--rosa-grau); }
sup { color: var(--rose); font-size: 0.72em; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split-bild img { min-height: 280px; }
  .zwei { grid-template-columns: 1fr; }
  .steck > div { grid-template-columns: 1fr; gap: 0.2rem; }
  .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; }
  .pills { justify-content: flex-start; }
}
