/**
 * B-Kö Smiles — Klinisches Editorial (zentral)
 * ============================================
 * Design-System für alle Vorschau-Seiten.
 * Tokens, Typo-System, Module, Seitengestalten.
 * Modulare Sektionen + Dark↔Cream-Kapitel-Rhythmus.
 */

/* ──────────────────────────────────────────────────────────────────────
   Root Color Tokens
   ────────────────────────────────────────────────────────────────────── */
:root {
  --ink: #000000;
  --ink-2: #0e0e0e;
  --ink-3: #181818;
  --cream: #f2ece0;
  --cream-2: #e8dfce;
  --ink-on-cream: #1a1206;
  --gold: #c5a56a;
  --gold-soft: #dcc08a;
  --gold-deep: #a9854b;
  --gold-bright: #e6cf95;
  --line: rgba(197, 165, 106, 0.26);
  --line-2: rgba(197, 165, 106, 0.5);
  --text: #cbc5ba;
  --muted: #8a8478;
  --white: #f6f4ef;

  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --wrap: 1200px;
}

/* ──────────────────────────────────────────────────────────────────────
   Base & Reset
   ────────────────────────────────────────────────────────────────────── */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-x: clip;
  font-feature-settings: 'liga' 1, 'kern' 1;
  font-variant-numeric: oldstyle-nums proportional-nums;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

::selection {
  background: rgba(197, 165, 106, 0.3);
  color: #fff;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 52px);
}

/* ──────────────────────────────────────────────────────────────────────
   Typo: Utilities
   ────────────────────────────────────────────────────────────────────── */
.tnum {
  font-variant-numeric: lining-nums tabular-nums;
}

/* Film-Grain über dunkler Fläche — nimmt der schwarzen Fläche die Kälte */
.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ──────────────────────────────────────────────────────────────────────
   Masthead (Header) — sticky, verdichtet beim Scrollen
   ────────────────────────────────────────────────────────────────────── */
.hdr {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s, padding 0.3s, border-color 0.3s;
  padding: 15px 0;
}

.hdr.solid {
  background: rgba(0, 0, 0, 0.92);
  border-bottom-color: var(--line);
  padding: 11px 0;
}

.hdr .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--serif);
  font-size: 21px;
  color: var(--white);
  letter-spacing: 0.01em;
}

.brand b {
  color: var(--gold);
  font-weight: 600;
}

.brand .sub {
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.hdr .cta {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--white);
  border: 1px solid rgba(246, 244, 239, 0.3);
  border-radius: 999px;
  padding: 9px 18px;
  transition: border-color 0.25s, color 0.25s;
}

.hdr .cta:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
}

@media (max-width: 620px) {
  .brand .sub {
    display: none;
  }
}

/* ──────────────────────────────────────────────────────────────────────
   Monografie: Grid mit Register-Marginalie (Gestalt C — Leistungsseite)
   ────────────────────────────────────────────────────────────────────── */
.mono {
  padding: 132px 0 0;
}

.mono .pbody .wrap {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: clamp(24px, 3.4vw, 54px);
  position: relative;
}

/* Gold-Haarlinie zwischen Marginalie und Lesespalte, oben hell → unten transparent */
.mono .pbody .wrap::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  left: calc(96px + clamp(24px, 3.4vw, 54px) / 2 - 0.5px);
  width: 1px;
  background: linear-gradient(180deg, var(--line-2), var(--line) 30%, transparent);
  pointer-events: none;
}

/* die Register-Marginalie (Signatur-Element) */
.rail {
  position: sticky;
  top: 120px;
  align-self: start;
  height: max-content;
  text-align: right;
  padding-top: 2px;
}

.rail .reg {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 0.9;
  color: var(--gold-deep);
  letter-spacing: 0.01em;
  font-variant-numeric: lining-nums tabular-nums;
}

.rail .reg small {
  display: block;
  font-size: 0.28em;
  letter-spacing: 0.24em;
  color: var(--muted);
  margin-top: 8px;
  font-family: var(--sans);
  font-weight: 600;
}

.rail .kick {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 22px 0 22px auto;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.rail .kick::after {
  content: "";
  width: 1px;
  height: 34px;
  background: var(--gold);
  opacity: 0.6;
}

.rail .stand {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.7;
  font-variant-numeric: lining-nums tabular-nums;
}

.rail .stand b {
  color: var(--gold-soft);
  font-weight: 600;
}

.col {
  min-width: 0;
  max-width: none;
  padding-bottom: 24px;
}

.col .read {
  max-width: 680px;
}

/* Lange deutsche Komposita (z. B. „Kiefergelenkbeschwerden") dürfen Über-
   schriften/Text nicht über den Viewport schieben — Silbentrennung + Umbruch. */
.mono h1, .mono h2, .mono h3, .mono h4,
.mono .lead, .mono .col, .mono .col .read {
  overflow-wrap: break-word;
  word-break: break-word;
}
.mono h1, .mono h2 { hyphens: auto; }

/* ──────────────────────────────────────────────────────────────────────
   Typo-System: Headlines & Semantic
   ────────────────────────────────────────────────────────────────────── */
.kicker {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
}

.kicker::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.7s ease 0.1s;
}

.in .kicker::before {
  width: 30px;
}

h1 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--white);
  font-size: clamp(2.1rem, 5.2vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 18px 0 0;
}

.deck {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-soft);
  font-size: clamp(1.15rem, 2.3vw, 1.6rem);
  line-height: 1.36;
  margin-top: 18px;
  max-width: 36ch;
}

h2 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

h3 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--white);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.2;
}

/* ──────────────────────────────────────────────────────────────────────
   M6 · Kennzahlen-Haarlinien-Leiste (nur belegte Zahlen, tabular figures)
   ────────────────────────────────────────────────────────────────────── */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  margin: clamp(32px, 4vw, 48px) 0 8px;
}

.facts div {
  padding: 18px clamp(10px, 1.4vw, 20px) 4px;
  border-right: 1px solid var(--line);
}

.facts div:first-child {
  padding-left: 0;
}

.facts div:last-child {
  border-right: 0;
}

.facts .n {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1;
  color: var(--gold-bright);
  font-variant-numeric: lining-nums tabular-nums;
}

.facts .l {
  display: block;
  margin-top: 9px;
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--muted);
  letter-spacing: 0.02em;
}

@media (max-width: 560px) {
  .facts {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .facts div:nth-child(2n) {
    border-right: 0;
  }
  .facts div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
  }
  .facts div:nth-child(2n+1) {
    padding-left: 0;
  }
}

/* ──────────────────────────────────────────────────────────────────────
   Answer-First-Lede mit Drop-Cap
   ────────────────────────────────────────────────────────────────────── */
.lede {
  font-size: clamp(19px, 2.2vw, 20px);
  line-height: 1.6;
  color: var(--white);
  margin-top: clamp(26px, 3vw, 38px);
}

.lede::first-letter {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 3.5em;
  line-height: 0.78;
  float: left;
  margin: 6px 14px 0 0;
  color: var(--gold);
  -webkit-initial-letter: 2.6;
  initial-letter: 2.6;
}

.lede b {
  color: var(--gold-soft);
  font-weight: 600;
}

/* ──────────────────────────────────────────────────────────────────────
   nummerierte W-Fragen-H2s (Section-Pattern)
   ────────────────────────────────────────────────────────────────────── */
.sec {
  margin-top: clamp(44px, 5vw, 66px);
  max-width: 680px;
}

.sec h2 {
  display: flex;
  gap: 0.6em;
  align-items: baseline;
}

.sec h2 .qn {
  font-size: 0.62em;
  color: var(--gold-deep);
  font-variant-numeric: lining-nums tabular-nums;
  flex: none;
}

.sec p {
  margin-top: 14px;
  color: var(--text);
  max-width: 66ch;
}

.sec p + p {
  margin-top: 13px;
}

.sec .answer {
  color: var(--white);
}

.sec .answer b {
  color: var(--gold-soft);
  font-weight: 600;
}

/* ──────────────────────────────────────────────────────────────────────
   M4 · 7/5-Split Text + art-direktiertes Detailfoto
   ────────────────────────────────────────────────────────────────────── */
.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(24px, 3.4vw, 44px);
  align-items: center;
  margin-top: clamp(40px, 5vw, 60px);
}

.split .txt h2 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--white);
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.14;
}

.split .txt p {
  margin-top: 14px;
  color: var(--text);
}

figure {
  margin: 0;
}

.photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5;
  background:
    repeating-linear-gradient(58deg, rgba(197, 165, 106, 0.06) 0 2px, transparent 2px 13px),
    radial-gradient(120% 90% at 30% 15%, #2a2114, #120d07 55%, #080602);
  box-shadow: 0 34px 90px -50px rgba(0, 0, 0, 0.95);
}

.photo::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(197, 165, 106, 0.14);
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5));
}

.photo .ph {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  opacity: 0.85;
}

figcaption {
  margin-top: 10px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
  max-width: 34ch;
}

@media (max-width: 760px) {
  .split {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .photo {
    aspect-ratio: 3 / 2;
  }
}

/* ──────────────────────────────────────────────────────────────────────
   nummerierter Ablauf (.pflow oder .flow)
   ────────────────────────────────────────────────────────────────────── */
.flow, .pflow {
  list-style: none;
  counter-reset: fl;
  margin: 22px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 680px;
}

.flow li, .pflow li {
  position: relative;
  padding-left: 62px;
  color: var(--text);
}

.flow li::before, .pflow li::before {
  counter-increment: fl;
  content: counter(fl, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -3px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 16px;
  color: var(--gold-soft);
  background: var(--ink-2);
  font-variant-numeric: lining-nums tabular-nums;
}

.flow li b, .pflow li b {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  color: var(--white);
  font-size: 16.5px;
  margin-bottom: 2px;
}

/* ──────────────────────────────────────────────────────────────────────
   M7 · Behandler-Zitat / Pull-Quote an der linken Grid-Kante
   ────────────────────────────────────────────────────────────────────── */
.pull, .pquote {
  margin: clamp(44px, 5.5vw, 68px) 0;
  padding-left: 26px;
  border-left: 2px solid var(--gold);
  max-width: 640px;
}

.pull p, .pquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-soft);
  font-size: clamp(1.3rem, 2.7vw, 1.85rem);
  line-height: 1.34;
}

.pull cite, .pquote cite {
  display: block;
  margin-top: 16px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ──────────────────────────────────────────────────────────────────────
   Kosten-Hinweis (ohne konkrete Preise — HWG)
   ────────────────────────────────────────────────────────────────────── */
.kosten {
  margin-top: clamp(38px, 4.6vw, 56px);
  max-width: 680px;
}

.kosten h2 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--white);
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
}

.kosten p {
  margin-top: 13px;
  color: var(--text);
}

.kosten .note {
  margin-top: 14px;
  font-size: 13px;
  font-style: italic;
  color: var(--muted);
  border-left: 2px solid var(--line);
  padding-left: 14px;
}

/* ──────────────────────────────────────────────────────────────────────
   der eine Gold-CTA pro Seite
   ────────────────────────────────────────────────────────────────────── */
.cta-line {
  margin-top: clamp(34px, 4vw, 46px);
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: #241a0a;
  border-radius: 999px;
  padding: 15px 28px;
  box-shadow: 0 10px 30px -12px rgba(197, 165, 106, 0.6);
  transition: transform 0.25s, box-shadow 0.25s;
  border: none;
  cursor: pointer;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px -14px rgba(197, 165, 106, 0.8);
}

.btn-gold .ar {
  transition: transform 0.25s;
}

.btn-gold:hover .ar {
  transform: translateX(4px);
}

/* ──────────────────────────────────────────────────────────────────────
   M8 · Quellen- & Verantwortungs-Kasten (E-E-A-T)
   ────────────────────────────────────────────────────────────────────── */
.eeat, .psrc {
  margin-top: clamp(52px, 6vw, 78px);
  border-top: 1px solid var(--line);
  padding-top: 26px;
  max-width: 720px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.resp {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.resp .pics {
  display: flex;
  flex: none;
}

.resp .pics span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--ink-2);
  box-shadow: 0 0 0 1px var(--line);
  background: radial-gradient(120% 120% at 30% 20%, #2a2114, #0c0904);
}

.resp .pics span + span {
  margin-left: -14px;
}

.resp .rt .al {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}

.resp .rt b {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--white);
  font-size: 15.5px;
}

.resp .rt span {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 3px;
}

.resp .rt a {
  color: var(--gold-soft);
  font-size: 12.5px;
  font-weight: 600;
}

.srcs .al {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.srcs .al::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.srcs ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.srcs li {
  position: relative;
  padding-left: 18px;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

.srcs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.6;
}

.srcs .snote {
  margin-top: 14px;
  font-size: 11.5px;
  font-style: italic;
  color: var(--muted);
  font-variant-numeric: lining-nums tabular-nums;
}

/* ──────────────────────────────────────────────────────────────────────
   Paper-Kapitel (Cream BG) — Dark→Cream-Wechsel
   ────────────────────────────────────────────────────────────────────── */
.paper {
  margin-top: clamp(64px, 8vw, 110px);
  background: var(--cream);
  color: var(--ink-on-cream);
  padding: clamp(48px, 6vw, 80px) 0;
  position: relative;
  z-index: 2;
}

.paper .wrap {
  display: block;
}

.paper .k {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
}

.paper .k::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold-deep);
}

.paper h2 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--ink-on-cream);
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
  line-height: 1.1;
  margin: 16px 0 0;
  max-width: 16ch;
}

.paper p {
  margin-top: 16px;
  color: #5b5044;
  max-width: 56ch;
  font-size: 16px;
}

.paper .rel {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.paper .rel a {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-on-cream);
  border: 1px solid rgba(26, 18, 6, 0.24);
  border-radius: 6px;
  padding: 8px 14px;
  transition: border-color 0.25s, background 0.25s;
}

.paper .rel a:hover {
  border-color: var(--gold-deep);
  background: rgba(197, 165, 106, 0.08);
}

/* ──────────────────────────────────────────────────────────────────────
   Editorielle Platzhalter-Notizen (noindex-Preview): von der Praxis zu
   ergänzen — dezent markiert statt roher [PLATZHALTER: …]-Text.
   ────────────────────────────────────────────────────────────────────── */
.bkoe-ph{
  background:rgba(197,165,106,.10);
  border:1px dashed rgba(197,165,106,.5);
  border-radius:5px;
  padding:.05em .45em;
  color:#c8bfa6;
  font-style:italic;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}
.bkoe-ph::before{
  content:"Platzhalter";
  font-style:normal;font-weight:700;
  color:#c5a56a;
  font-size:.7em;letter-spacing:.06em;text-transform:uppercase;
  border:1px solid rgba(197,165,106,.45);border-radius:4px;
  padding:.06em .35em;margin-right:.4em;
}

/* ──────────────────────────────────────────────────────────────────────
   LAYOUT-VARIATIONEN PRO THEMENKATEGORIE (M2+)
   Ästhetik | Implantologie | Biologie | Longevity | Prävention | Technologien
   ────────────────────────────────────────────────────────────────────── */

/* t-aesthetics: Editorial, bildforward, elegante Asymmetrie */
.mono.t-aesthetics .rail .reg {
  color: var(--gold-bright);
}
.mono.t-aesthetics h1 {
  font-size: clamp(2.4rem, 6.2vw, 4rem);
  line-height: 1.08;
}
.mono.t-aesthetics .lead {
  font-style: italic;
  color: var(--gold-soft);
  font-size: clamp(1.15rem, 2.3vw, 1.8rem);
  line-height: 1.35;
}

/* t-implant: Technisch-präzise, Ablauf-/Schritt-forward, Kennzahlen */
.mono.t-implant .rail .reg {
  color: var(--gold-deep);
  font-size: clamp(42px, 4.2vw, 56px);
}
.mono.t-implant .col {
  max-width: 780px;
}
.mono.t-implant h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-top: 38px;
}

/* t-biology: Ruhig, wissenschaftlich, Evidenz-forward, Weißraum */
.mono.t-biology {
  padding-top: 144px;
}
.mono.t-biology .pbody .wrap {
  gap: clamp(32px, 4vw, 64px);
}
.mono.t-biology .rail {
  top: 160px;
}
.mono.t-biology .col {
  max-width: 820px;
  line-height: 1.74;
}
.mono.t-biology p {
  max-width: 65ch;
  margin-bottom: 18px;
}

/* t-holistic: Ganzheitlich, ähnlich wie t-biology aber mit eigenständiger Skalierung */
.mono.t-holistic .col {
  max-width: 840px;
}
.mono.t-holistic .rail .reg {
  color: var(--gold-soft);
}

/* t-longevity: Magazin-forward, Daten-forward, Statistik-Module */
.mono.t-longevity .lead {
  font-size: clamp(1.2rem, 2.5vw, 1.9rem);
  color: var(--gold-bright);
  line-height: 1.4;
}
.mono.t-longevity h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  margin-top: 42px;
  color: var(--white);
}

/* t-prevention: Prozess-forward, Checklisten, beruhigend */
.mono.t-prevention .col {
  max-width: 800px;
}
.mono.t-prevention ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.mono.t-prevention li {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}
.mono.t-prevention li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  font-weight: 600;
  color: var(--gold);
}

/* t-tech: Modern, Feature-/Spec-forward */
.mono.t-tech .lead {
  color: var(--gold-bright);
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
}
.mono.t-tech h2 {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  color: var(--gold-soft);
  margin-top: 40px;
  margin-bottom: 14px;
}

/* t-place: Standort, lokal, NAP-forward (wird in M4 spezialisiert) */
.mono.t-place .rail .reg {
  color: var(--gold-soft);
}

/* t-pillar: Themenwelt-Index/Cluster, Ausgabe-Layout */
.mono.t-pillar .rail .reg {
  color: var(--gold-bright);
  font-size: clamp(36px, 3.8vw, 52px);
}
.mono.t-pillar h1 {
  font-size: clamp(2.6rem, 5.8vw, 3.8rem);
  margin-bottom: 8px;
}
.mono.t-pillar .lead {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold-soft);
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  line-height: 1.4;
  max-width: 800px;
  margin-bottom: 32px;
}

/* t-place: Standort — lokal, NAP-forward, Karte, Öffnungszeiten */
.mono.t-place .rail .reg {
  color: var(--gold-soft);
}
.mono.t-place h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
}

/* t-portrait: Team-Porträts — personalisiert */
.mono.t-portrait .rail .reg {
  color: var(--gold-bright);
  font-size: clamp(40px, 4vw, 54px);
}
.mono.t-portrait h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.6vw, 3.6rem);
  margin-bottom: 6px;
}

/* t-paper: Cream-Kapitel — Lesen, Wissen, Newsletter (progressive Disclosure) */
.mono.t-paper .rail .reg {
  color: var(--gold-deep);
}
.mono.t-paper .col {
  max-width: 840px;
  line-height: 1.76;
}
.mono.t-paper p {
  margin-bottom: 16px;
  color: var(--text);
}

/* t-contact: Formular — mit Gold-Haarlinien statt Boxen */
.mono.t-contact .rail .reg {
  color: var(--gold-soft);
}
.mono.t-contact .col {
  max-width: 600px;
}
.mono.t-contact input,
.mono.t-contact textarea,
.mono.t-contact select {
  border: none;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 8px 0;
  font-family: inherit;
  font-size: 16px;
  transition: border-color 0.25s;
}
.mono.t-contact input:focus,
.mono.t-contact textarea:focus,
.mono.t-contact select:focus {
  outline: none;
  border-bottom-color: var(--gold);
}

/* ──────────────────────────────────────────────────────────────────────
   reduced-motion — Micro-Interaktionen abschwächen
   ────────────────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ──────────────────────────────────────────────────────────────────────
   Mobile-Fix (23.07.2026): Monografie-Grid → eine Spalte, Register-
   Marginalie horizontal statt in 96px-Spalte gequetscht.
   ────────────────────────────────────────────────────────────────────── */
@media (max-width: 700px) {
  .mono .pbody .wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mono .pbody .wrap::before {
    display: none;
  }
  .rail {
    position: static;
    top: auto;
    text-align: left;
  }
  .rail .kick {
    writing-mode: horizontal-tb;
    transform: none;
    margin: 12px 0;
  }
  .rail .kick::after {
    display: none;
  }
}
