/* =========================================================================
   drclaudiakanitz.de  ·  Design-System (v2, editorial upgrade)
   Editoriale Serif-Headlines (Fraunces) + ruhige Sans (Inter).
   Ein bewusster Akzent (Rot = nur CTA), Petrol + Gold als ruhige Zweittoene.
   Reizarm, warm, vertrauenswuerdig fuer eine erschoepfte Zielgruppe.
   ========================================================================= */

:root {
  /* Marke / CTA (Rot bewusst nur fuer Aktionen) */
  --red: #C12B2C;
  --red-dark: #9E2122;
  --red-soft: #F7E7E5;

  /* Text */
  --ink: #2A2622;
  --ink-soft: #6B6258;
  --ink-faint: #938b80;

  /* Flaechen (Creme-Abstufungen deutlicher gespreizt fuer Rhythmus) */
  --cream: #FBF7F1;
  --cream-deep: #F1E7D8;
  --card: #FFFFFF;
  --card-warm: #FFFBF4;

  /* Ruhige Zweitakzente (aus dem Cover-Foto: See + Sand + warmes Licht) */
  --sea: #2F6F77;
  --sea-deep: #1E4A50;
  --sea-soft: #E4EEEC;
  --sand: #E7D9C4;
  --sand-deep: #C9A98B;
  --gold: #BE9A4F;
  --gold-soft: #EADFC4;

  /* Linien / Schatten */
  --line: #EBE2D4;
  --line-strong: #DFD3C0;
  --shadow-sm: 0 1px 3px rgba(42,38,34,.06), 0 1px 2px rgba(42,38,34,.04);
  --shadow-md: 0 8px 26px rgba(42,38,34,.09);
  --shadow-lg: 0 26px 60px rgba(42,38,34,.16);

  --maxw: 1140px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.72;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sea-deep); text-underline-offset: 3px; }
a:hover { color: var(--red); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 560;
  font-optical-sizing: auto;
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -.02em;
}
h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.5rem); font-weight: 600; }
p { margin: 0 0 1.1em; }
strong { font-weight: 700; }
ul, ol { padding-left: 1.2em; }
li { margin-bottom: .5em; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 128px) 0; }
.section--tint { background: var(--card-warm); }
.section--cream { background: var(--cream-deep); }
.section--sea { background: var(--sea-soft); }
.eyebrow { font-family: var(--font-body); font-weight: 700; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sea); margin: 0 0 1em; }
.eyebrow--sea { color: var(--sea); }
.lead { font-size: 1.2rem; color: var(--ink-soft); line-height: 1.62; }
.center { text-align: center; }
.measure { max-width: 720px; }
.measure-narrow { max-width: 600px; }
.center.measure, .center.measure-narrow { margin-left: auto; margin-right: auto; }

/* ---------- Skip link ---------- */
.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; z-index: 1000; }
.skip:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .55em; font-family: var(--font-body); font-weight: 600; font-size: 1rem; line-height: 1; text-decoration: none; padding: 15px 26px; border-radius: var(--radius-pill); border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, box-shadow .15s ease, border-color .15s ease; min-height: 50px; }
.btn:focus-visible { outline: 3px solid var(--sea); outline-offset: 2px; }
.btn--primary { background: var(--red); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--sea { background: var(--sea); color: #fff; }
.btn--sea:hover { background: var(--sea-deep); color: #fff; transform: translateY(-2px); }
.btn--lg { font-size: 1.06rem; padding: 17px 32px; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- Header / Nav ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,247,241,.9); backdrop-filter: saturate(150%) blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 72px; flex-wrap: nowrap; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 600; font-size: 1.16rem; color: var(--ink); text-decoration: none; letter-spacing: -.01em; white-space: nowrap; }
.brand:hover { color: var(--ink); }
.brand .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--red); flex: none; box-shadow: 0 0 0 4px var(--red-soft); }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; }
.nav-links a { font-family: var(--font-body); font-weight: 500; font-size: .92rem; color: var(--ink-soft); text-decoration: none; padding: 8px 10px; border-radius: 9px; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); background: var(--cream-deep); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

@media (max-width: 1024px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 10px 16px 18px; box-shadow: var(--shadow-md); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s; }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 14px 12px; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
}

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(180deg, var(--cream) 0%, var(--card-warm) 100%); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 6vw, 80px); align-items: center; padding: clamp(52px, 8vw, 104px) 0 clamp(60px, 8vw, 110px); }
.hero__quote { font-family: var(--font-head); font-style: italic; font-weight: 500; font-size: clamp(1.1rem,1.6vw,1.35rem); color: var(--sea); margin: 0 0 20px; }
.hero h1 { margin-bottom: .3em; }
.hero h1 .accent { color: var(--sea); font-style: italic; font-weight: 500; }
.hero h1 .dein { color: var(--sea); font-style: italic; }
.hero h1 .dein .d { text-decoration: line-through; text-decoration-thickness: .06em; color: var(--ink-faint); }
.book-subtitle { font-family: var(--font-head); font-style: italic; color: var(--sea); font-size: clamp(1.1rem,1.6vw,1.3rem); margin: -.3em 0 .9em; }
.hero__sub { font-size: 1.22rem; color: var(--ink-soft); max-width: 38ch; line-height: 1.6; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__meta { margin-top: 26px; font-size: .94rem; color: var(--ink-faint); display: flex; flex-wrap: wrap; gap: 8px 20px; }
.hero__meta b { color: var(--ink); font-weight: 600; }
.hero__art { position: relative; justify-self: center; }
.hero__art::before { content: ""; position: absolute; inset: -22%; background: radial-gradient(closest-side, rgba(231,217,196,.6), rgba(231,217,196,0) 72%); z-index: 0; }
.hero__art img { position: relative; z-index: 1; width: min(370px, 78vw); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; text-align: left; }
  .hero__art { order: -1; }
  .hero__art img { width: min(280px, 62vw); }
}

/* ---------- Dreiklang / Saeulen ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); }
.pillar .pillar__no { font-family: var(--font-body); font-weight: 700; color: var(--sea); font-size: .82rem; letter-spacing: .1em; }
.pillar h3 { margin: 8px 0 .4em; }
.pillar p { margin: 0; color: var(--ink-soft); font-size: .98rem; }
@media (max-width: 760px) { .pillars { grid-template-columns: 1fr; } }

/* ---------- Generische Karten / Grids ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,64px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 860px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.card--warm { background: var(--card-warm); }

/* ---------- Buch-Block ---------- */
.bookblock__art img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: min(340px, 70vw); margin: 0 auto; }
.reasons { list-style: none; padding: 0; margin: 18px 0 0; }
.reasons li { position: relative; padding-left: 34px; margin-bottom: 13px; color: var(--ink); }
.reasons li::before { content: ""; position: absolute; left: 0; top: 4px; width: 19px; height: 19px; border-radius: 50%; background: var(--sea-soft); box-shadow: inset 0 0 0 2px var(--sea); }
.reasons li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 6px; height: 10px; border-right: 2px solid var(--sea); border-bottom: 2px solid var(--sea); transform: rotate(40deg); }

/* ---------- Dunkle Zitat-Band ---------- */
.section--dark { background: var(--ink); color: #efe9df; }
.quoteband { text-align: center; }
.quoteband .quoteband__mark { font-family: var(--font-head); font-size: 4.5rem; line-height: .2; color: var(--gold); display: block; height: 2.2rem; }
.quoteband__q { font-family: var(--font-head); font-style: italic; font-weight: 500; font-size: clamp(1.5rem, 3.2vw, 2.3rem); line-height: 1.32; color: #fff; max-width: 18ch; margin: .4em auto .6em; max-width: 760px; }
.quoteband__by { font-family: var(--font-body); font-weight: 600; letter-spacing: .04em; color: var(--gold-soft); margin: 0; }

/* ---------- Bewegung / Community ---------- */
.movement { background: linear-gradient(160deg, var(--sea-deep), var(--sea)); color: #fff; }
.movement h2, .movement h3 { color: #fff; }
.movement .eyebrow { color: #BFE3DD; }
.movement p { color: rgba(255,255,255,.92); }
.movement a.btn--ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.movement a.btn--ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }

/* ---------- Authority / Vorwort ---------- */
.vorwort { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px,4vw,52px); align-items: center; }
.vorwort__img img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
.bigquote { font-family: var(--font-head); font-style: italic; font-weight: 500; font-size: clamp(1.3rem,2.2vw,1.7rem); line-height: 1.4; color: var(--ink); border-left: 3px solid var(--gold); margin: 0 0 16px; padding-left: 22px; }
.endorsers { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.endorser { background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: var(--radius); padding: 18px; text-align: center; box-shadow: var(--shadow-sm); }
.endorser b { display: block; font-family: var(--font-head); font-weight: 600; }
.endorser span { font-size: .85rem; color: var(--ink-soft); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: center; margin-top: 26px; color: var(--ink-soft); font-size: .94rem; }
@media (max-width: 760px){ .vorwort { grid-template-columns: 1fr; } .endorsers { grid-template-columns: 1fr; } }

/* ---------- Magazin-Teaser ---------- */
.articles { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.article-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); text-decoration: none; color: inherit; transition: transform .15s, box-shadow .15s; }
.article-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); color: inherit; }
.article-card .tag { font-family: var(--font-body); font-weight: 700; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; color: var(--sea); margin-bottom: 10px; }
.article-card h3 { font-size: 1.22rem; }
.article-card p { color: var(--ink-soft); font-size: .96rem; margin: 0; }
.article-card .more { margin-top: auto; padding-top: 16px; font-family: var(--font-body); font-weight: 600; color: var(--red); font-size: .92rem; }
@media (max-width: 860px){ .articles { grid-template-columns: 1fr; } }

/* ---------- Lead-Magnet / Newsletter ---------- */
.capture { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px,4vw,44px); box-shadow: var(--shadow-md); }
.form-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.form-row input[type=email], .input { flex: 1 1 240px; font-family: var(--font-body); font-size: 1rem; padding: 14px 16px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--cream); color: var(--ink); }
.form-row input:focus, .input:focus { outline: 2px solid var(--sea); border-color: var(--sea); }
.form-note { font-size: .82rem; color: var(--ink-faint); margin-top: 12px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: var(--ink-soft); margin-top: 14px; }
.consent input { margin-top: 4px; }

/* ---------- Selbstcheck-Tool ---------- */
.selfcheck { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px,4vw,40px); box-shadow: var(--shadow-md); }
.check-q { display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.check-q:last-of-type { border-bottom: 0; }
.check-q input { margin-top: 5px; width: 20px; height: 20px; accent-color: var(--sea); flex: none; }
.check-result { margin-top: 18px; padding: 18px 20px; border-radius: var(--radius); background: var(--sea-soft); font-size: .98rem; display: none; }
.check-result.show { display: block; }

/* ---------- Vita-Timeline ---------- */
.timeline { position: relative; margin: 30px 0 0; padding-left: 28px; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--line-strong); }
.tl-item { position: relative; margin-bottom: 28px; }
.tl-item::before { content: ""; position: absolute; left: -28px; top: 5px; width: 16px; height: 16px; border-radius: 50%; background: var(--card); border: 3px solid var(--sea); }
.tl-item .tl-year { font-family: var(--font-body); font-weight: 700; color: var(--sea); font-size: .9rem; letter-spacing: .03em; }
.tl-item h3 { font-size: 1.16rem; margin: 2px 0 .3em; }
.tl-item p { margin: 0; color: var(--ink-soft); font-size: .98rem; }

/* ---------- Artikel (Magazin-Detail) ---------- */
.article { max-width: 760px; margin: 0 auto; }
.article__head { margin-bottom: 26px; }
.article__meta { color: var(--ink-faint); font-size: .9rem; display: flex; gap: 16px; flex-wrap: wrap; margin-top: 10px; }
.article__tldr { background: var(--sea-soft); border-left: 4px solid var(--sea); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 22px; margin: 0 0 30px; font-size: 1.05rem; }
.article__tldr b { font-family: var(--font-body); display: block; margin-bottom: 4px; color: var(--sea-deep); letter-spacing: .04em; text-transform: uppercase; font-size: .78rem; }
.article-body { font-size: 1.06rem; }
.article-body h2 { margin-top: 1.7em; }
.takeaways { background: var(--card-warm); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: var(--radius); padding: 24px 28px; margin: 32px 0; }
.takeaways h3 { margin-top: 0; }
.faq { margin-top: 36px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); padding: 4px 20px; margin-bottom: 12px; background: var(--card); }
.faq summary { font-family: var(--font-head); font-weight: 600; cursor: pointer; padding: 14px 0; list-style: none; font-size: 1.08rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--sea); font-size: 1.3rem; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin: 0 0 16px; color: var(--ink-soft); }

/* ---------- Disclaimer / Hinweis ---------- */
.disclaimer { background: var(--cream-deep); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 20px; font-size: .88rem; color: var(--ink-soft); }
.disclaimer b { color: var(--ink); }
.softstate { border: 1px dashed var(--line-strong); border-radius: var(--radius); padding: 24px; color: var(--ink-soft); background: var(--card-warm); text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfc7bc; padding: 64px 0 30px; font-size: .95rem; border-top: 3px solid var(--gold); position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 180px; background: radial-gradient(120% 100% at 86% 0%, rgba(47,111,119,.22), transparent 60%); pointer-events: none; }
.site-footer .wrap { position: relative; }
.site-footer a { color: #e9e3da; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-grid h4 { color: #fff; font-family: var(--font-body); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a { text-decoration: none; }
.footer-brandname { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 600; font-size: 1.22rem; color: #fff; text-decoration: none; }
.footer-brandname .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--red); flex: none; box-shadow: 0 0 0 4px rgba(193,43,44,.28); }
.footer-blurb { margin: 14px 0 10px; color: #b8b0a4; max-width: 40ch; }
.footer-claim { font-family: var(--font-head); font-style: italic; font-weight: 500; font-size: 1.2rem; color: var(--gold-soft); margin: 0 0 18px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); display: inline-flex; align-items: center; justify-content: center; color: #e9e3da; transition: background .15s, border-color .15s, transform .15s; }
.footer-social a:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-2px); }
.footer-social svg { width: 20px; height: 20px; fill: currentColor; display: block; }
.footer-book__row { display: flex; gap: 14px; align-items: flex-start; }
.footer-book__row img { width: 72px; height: auto; border-radius: 6px; box-shadow: 0 8px 20px rgba(0,0,0,.35); flex: none; }
.footer-book__t { font-family: var(--font-head); font-weight: 600; color: #fff; margin: 0 0 2px; font-size: 1.02rem; }
.footer-book__s { color: #b8b0a4; font-size: .85rem; margin: 0 0 12px; }
.btn--sm { padding: 10px 18px; min-height: 0; font-size: .9rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: #9a9288; font-size: .85rem; }
.footer-disclaimer { margin-top: 26px; font-size: .82rem; color: #9a9288; max-width: 74ch; line-height: 1.6; }
@media (max-width: 980px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 560px){ .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: .88rem; color: var(--ink-faint); padding: 18px 0 0; }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }

/* ---------- Page-Hero (Unterseiten) ---------- */
.page-hero { background: var(--card-warm); border-bottom: 1px solid var(--line); padding: clamp(40px,6vw,72px) 0; }
.page-hero h1 { margin-bottom: .25em; }
.page-hero .lead { max-width: 62ch; }

/* ---------- Cookie-Banner ---------- */
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 560px; margin: 0 auto; background: var(--ink); color: #ece6dd; padding: 18px 20px; border-radius: var(--radius); box-shadow: var(--shadow-lg); z-index: 200; font-size: .9rem; }
.cookie.hidden { display: none; }
.cookie p { margin: 0 0 12px; }
.cookie a { color: #fff; }
.cookie__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie .btn { padding: 10px 18px; min-height: 0; font-size: .9rem; }
.cookie .btn--ghost { color: #fff; border-color: rgba(255,255,255,.4); }

/* ---------- Scroll-Reveal (nur ohne reduced-motion) ---------- */
@media (prefers-reduced-motion: no-preference) {
  html.reveal-on section.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
  html.reveal-on section.reveal.is-in { opacity: 1; transform: none; }
}

/* ---------- Magazin-Grafiklinie (selbst erzeugte SVG-Cover) ---------- */
.art-cover { display: block; width: 100%; height: auto; }
.article-card { overflow: hidden; }
.article-card__media { margin: -26px -26px 18px; line-height: 0; }
.article-hero { border-radius: var(--radius); overflow: hidden; margin: 0 0 30px; box-shadow: var(--shadow-sm); line-height: 0; }

/* ---------- Fortbildungen / fachliche Einfluesse (Vita) ---------- */
.inf-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.inf-item { display: flex; gap: 16px; align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: var(--radius); padding: 16px 22px; box-shadow: var(--shadow-sm); }
.inf-item .inf-marker { flex: none; width: 10px; height: 10px; margin-top: 10px; background: var(--gold); transform: rotate(45deg); border-radius: 2px; }
.inf-item .inf-name { font-family: var(--font-head); font-weight: 600; font-size: 1.08rem; color: var(--ink); display: block; line-height: 1.3; }
.inf-item .inf-role { color: var(--ink-soft); font-size: .97rem; }

/* ---------- Utilities ---------- */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-1{margin-top:14px}.mt-2{margin-top:26px}.mt-3{margin-top:40px}
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
.tag-pill { display:inline-block; background:var(--sand); color:#6a533c; font-family:var(--font-body); font-weight:600; font-size:.78rem; padding:5px 12px; border-radius:var(--radius-pill); letter-spacing:.04em; }

/* ---------- Buch: "Klick mich" (Claudias O-Toene, aufklappbar) ---------- */
.klickmich { border: 0; }
.klickmich > summary { list-style: none; cursor: pointer; }
.klickmich > summary::-webkit-details-marker { display: none; }
.km-bubble { display: flex; align-items: center; gap: 14px; background: var(--sea-soft); border: 1px solid #cfe6e1; border-radius: var(--radius-lg); padding: 16px 20px; transition: background .15s; }
.km-bubble:hover { background: #d8ece8; }
.km-bubble:focus-visible { outline: 3px solid var(--sea); outline-offset: 2px; }
.km-avatar { flex: none; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.km-q { flex: 1; font-family: var(--font-head); font-style: italic; font-weight: 500; font-size: clamp(1.05rem,1.6vw,1.2rem); color: var(--sea-deep); }
.km-chev { flex: none; color: var(--sea); transition: transform .2s ease; }
.klickmich[open] .km-chev { transform: rotate(180deg); }
.km-panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px,3vw,36px); margin-top: 14px; }
.km-text { font-family: var(--font-head); font-style: italic; font-weight: 400; font-size: clamp(1.1rem,1.7vw,1.22rem); line-height: 1.66; color: var(--ink); }
.km-text p { margin: 0 0 .9em; }
.km-text .km-em { color: var(--sea-deep); margin-bottom: 0; }
.km-sign { font-family: var(--font-head); font-style: italic; color: var(--ink-soft); margin: .9rem 0 0; }
.km-divider { border-top: 1px solid var(--line); margin: 24px 0 18px; }
.km-label { font-family: var(--font-body); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sea); margin: 0 0 12px; }
.km-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.km-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* ---------- Drei Modelle + Zahnrad-Systematik ---------- */
.model-no { font-family: var(--font-body); font-weight: 700; color: var(--sea); font-size: .85rem; letter-spacing: .04em; display: block; margin-bottom: 6px; }
.zahnrad { border: 0; margin-top: 34px; }
.zahnrad > summary { list-style: none; cursor: pointer; }
.zahnrad > summary::-webkit-details-marker { display: none; }
.zahnrad[open] .km-chev { transform: rotate(180deg); }
.zr-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(20px,3vw,44px); align-items: center; }
.zr-svg { display: block; width: 100%; height: auto; }
.zr-legend { list-style: none; counter-reset: zr; padding: 0; margin: 0; }
.zr-legend li { position: relative; padding-left: 44px; margin-bottom: 15px; color: var(--ink-soft); font-size: .98rem; }
.zr-legend li::before { counter-increment: zr; content: counter(zr); position: absolute; left: 0; top: -1px; width: 30px; height: 30px; border-radius: 50%; background: var(--sea-soft); color: var(--sea-deep); font-family: var(--font-head); font-weight: 600; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.zr-legend b { font-family: var(--font-head); font-weight: 600; display: block; color: var(--ink); font-size: 1.04rem; }
.zr-note { font-family: var(--font-head); font-style: italic; color: var(--ink-soft); margin-top: 24px; text-align: center; max-width: 60ch; margin-left: auto; margin-right: auto; }
@media (max-width: 820px) { .zr-grid { grid-template-columns: 1fr; } }
