/*
Theme Name: RA Geidel
Theme URI: https://www.ra-geidel.de/
Author: OpenAI in Zusammenarbeit mit Sebastian Geidel LL.M.
Description: Eigenständiges Kanzlei-Theme mit Fokus auf IT-Recht, laufende Beratung, Datenschutz und Anwaltsinkasso.
Version: 0.9.7
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: ra-geidel
*/

/* Basisdesign aus dem abgestimmten klickbaren Entwurf. */

:root {
  --ink: #222222;
  --ink-soft: #333333;
  --text: #4a4a4a;
  --muted: #787878;
  --line: #d9d8d4;
  --paper: #f4f3ef;
  --white: #ffffff;
  --steel: #66727a;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 86px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 290px 1fr auto;
  align-items: center;
  gap: 2rem;
  color: white;
  background: rgba(34, 34, 34, .97);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: .9rem; width: fit-content; }
.brand-logo { width: 34px; height: 52px; object-fit: contain; flex: none; }
.brand-copy { display: flex; flex-direction: column; gap: .15rem; }
.brand-copy strong { font: 500 20px/1.1 Georgia, serif; letter-spacing: .02em; }
.brand-copy small { color: #b9b9b9; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1.1rem, 2vw, 2.4rem); }
.desktop-nav a { color: #d4d4d4; font-size: 13px; letter-spacing: .04em; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.header-cta {
  border: 1px solid #8d969b;
  padding: .78rem 1.05rem;
  font-size: 12px;
  letter-spacing: .04em;
  transition: .2s ease;
}
.header-cta:hover { background: white; color: var(--ink); }
.header-cta span { margin-left: .65rem; }

.hero {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  background: var(--paper);
}
.hero-copy {
  padding: clamp(4rem, 7vw, 7rem) 6vw 3.5rem 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  margin: 0 0 2rem;
  color: var(--steel);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  max-width: 760px;
  font: 500 clamp(52px, 5.7vw, 88px)/.95 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
h1 em { color: var(--steel); font-weight: 400; font-style: italic; }
.hero-positioning {
  max-width: 660px;
  margin: 1.5rem 0 0;
  font: 500 clamp(21px, 1.9vw, 30px)/1.25 Georgia, serif;
  color: var(--ink-soft);
}
.hero-lead {
  max-width: 650px;
  margin: 1.7rem 0 0;
  color: var(--text);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.7;
}
.hero-actions { display: flex; gap: .8rem; margin-top: 2.5rem; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 1.3rem; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.button span { margin-left: 2.5rem; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--steel); }
.button-light { border: 1px solid #bcbab4; background: rgba(255,255,255,.45); }
.button-light:hover { background: white; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; gap: .35rem; }
.trust-row strong { font-size: 13px; }
.trust-row span { color: var(--muted); font-size: 11px; }

.hero-overview {
  margin: 2.3rem 2.3rem 2.3rem 0;
  padding: 2.2rem 2.4rem;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid var(--line);
}
.overview-heading {
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink);
}
.overview-heading p,
.overview-heading span {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.overview-heading span { color: var(--muted); font-weight: 400; }
.overview-list { flex: 1; }
.overview-list > a {
  min-height: 78px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: .7rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: .18s ease;
}
.overview-list > a:hover { padding-left: .6rem; background: #f8f8f6; }
.overview-list > a > span { color: var(--steel); font-size: 9px; letter-spacing: .12em; }
.overview-list div { display: flex; flex-direction: column; gap: .3rem; }
.overview-list strong { font: 500 clamp(17px, 1.4vw, 22px)/1.15 Georgia, serif; }
.overview-list small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.overview-list b { font-weight: 400; color: var(--steel); }
.overview-inkasso {
  margin-top: 1.2rem;
  padding: 1.2rem 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: var(--ink);
}
.overview-inkasso div { display: flex; flex-direction: column; gap: .45rem; }
.overview-inkasso small { color: #aeb5b9; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.overview-inkasso strong { font: 500 20px/1.2 Georgia, serif; }

.contact-dock { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 60; }
.contact-dock summary { list-style: none; min-width: 144px; height: 50px; padding: 0 1rem; display: flex; justify-content: space-between; align-items: center; color: white; background: var(--steel); cursor: pointer; box-shadow: 0 12px 32px rgba(0,0,0,.2); }
.contact-dock summary::-webkit-details-marker { display: none; }
.contact-dock[open] summary b { transform: rotate(45deg); }
.contact-popover { position: absolute; right: 0; bottom: 60px; width: 290px; padding: 1.3rem; display: flex; flex-direction: column; gap: .9rem; color: white; background: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.contact-popover strong { font: 500 19px/1.2 Georgia, serif; margin-bottom: .3rem; }
.contact-popover a { color: #d5d5d5; font-size: 13px; }
.contact-popover .navigator-link { margin-top: .35rem; padding: .8rem; display: grid; grid-template-columns: auto 1fr auto; gap: .65rem; align-items: center; color: white; background: var(--steel); }
.contact-popover .navigator-link small { padding: .2rem .35rem; color: var(--ink); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; background: white; }
.contact-popover .navigator-link b { font-weight: 400; }
.contact-popover .contact-link { margin-top: .4rem; padding-top: .9rem; border-top: 1px solid #555; color: white; }
.mobile-contact { display: none; }

.section-label {
  margin: 0;
  color: var(--steel);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-label.light { color: #b7c0c5; }
.practice-section { padding: 7rem 7vw 8rem; background: var(--paper); }
.section-heading {
  display: grid;
  grid-template-columns: .45fr 1.45fr .65fr;
  gap: 4vw;
  align-items: start;
  margin-bottom: 4.5rem;
}
.section-heading h2,
.packages-title h2,
.inkasso-copy h2,
.contact-main h2,
.knowledge-head h2 {
  margin: 0;
  font: 500 clamp(42px, 4.8vw, 70px)/1.02 Georgia, "Times New Roman", serif;
  letter-spacing: -.04em;
}
.section-heading h2 em,
.packages-title h2 em,
.inkasso-copy h2 em { color: var(--steel); font-weight: 400; }
.section-intro {
  margin: .3rem 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}
.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.practice-card {
  min-height: 330px;
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.28);
  transition: .25s ease;
}
.practice-card:hover { background: white; transform: translateY(-4px); box-shadow: 0 18px 40px rgba(38,38,38,.08); }
.card-meta { display: flex; justify-content: space-between; color: var(--steel); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.card-meta small { max-width: 60%; text-align: right; font-size: 9px; }
.practice-card h3 { margin: auto 0 1rem; max-width: 300px; font: 600 clamp(22px, 1.8vw, 29px)/1.12 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.practice-card p { min-height: 90px; margin: 0; color: var(--text); font-size: 13px; line-height: 1.7; }
.practice-card a { margin-top: 1.3rem; padding-top: 1rem; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.scenario-section { padding: 8rem 7vw; color: white; background: var(--ink); }
.scenario-head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4vw; margin-bottom: 5rem; }
.scenario-head h2 { margin: 0; font: 500 clamp(48px, 6.2vw, 90px)/.96 Georgia, serif; letter-spacing: -.05em; }
.scenario-list { border-top: 1px solid #4c4c4c; }
.scenario { min-height: 180px; padding: 2.2rem 0; display: grid; grid-template-columns: .17fr 1fr .75fr; gap: 3vw; align-items: center; border-bottom: 1px solid #4c4c4c; }
.scenario-index { color: #8f9ca3; font: 400 32px/1 Georgia, serif; }
.scenario h3 { margin: 0 0 .7rem; font: 500 clamp(25px, 2.7vw, 40px)/1.1 Georgia, serif; }
.scenario small { color: #9aa3a7; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.scenario p { max-width: 440px; margin: 0; color: #c0c0c0; font-size: 14px; line-height: 1.7; }

.inkasso-section { padding: 9rem 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: white; }
.inkasso-copy h2 { margin-top: 2rem; }
.inkasso-copy > p:not(.section-label) { max-width: 620px; margin: 2rem 0 2.5rem; color: var(--text); font-size: 17px; line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 120px; padding: 1.5rem 0; display: grid; grid-template-columns: 60px 1fr; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line); }
.process-list li > span { align-self: start; color: var(--steel); font-size: 10px; letter-spacing: .14em; }
.process-list div { display: flex; flex-direction: column; gap: .55rem; }
.process-list strong { font: 500 25px/1.2 Georgia, serif; }
.process-list small { color: var(--muted); font-size: 12px; line-height: 1.5; }

.packages-section { padding: 8rem 7vw 9rem; background: var(--paper); }
.packages-title { max-width: 1120px; margin-bottom: 5rem; }
.packages-title h2 { margin-top: 1.7rem; }
.packages-title > p:last-child { max-width: 700px; margin: 2rem 0 0; color: var(--text); font-size: 14px; line-height: 1.7; }
.package-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #c8c6c0; border-left: 1px solid #c8c6c0; }
.package-card { min-height: 430px; padding: 1.6rem; display: flex; flex-direction: column; border-right: 1px solid #c8c6c0; border-bottom: 1px solid #c8c6c0; background: rgba(255,255,255,.35); }
.package-card.featured { color: white; background: var(--steel); }
.package-number { font-size: 10px; letter-spacing: .15em; color: var(--steel); }
.featured .package-number { color: #d8e0e3; }
.package-card h3 { margin: 3.5rem 0 1rem; font: 500 28px/1.15 Georgia, serif; }
.package-card p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.7; }
.featured p { color: #e0e4e6; }
.package-price { margin-top: auto; display: flex; flex-direction: column; gap: .3rem; }
.package-price strong { font: 500 30px/1 Georgia, serif; }
.package-price small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.featured .package-price small { color: #d6dde0; }
.package-card a { margin-top: 1.5rem; padding-top: 1rem; display: flex; justify-content: space-between; border-top: 1px solid currentColor; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.home-focus-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #c8c6c0; border-left: 1px solid #c8c6c0; }
.home-focus-card { min-height: 650px; padding: 2rem; display: flex; flex-direction: column; background: rgba(255,255,255,.42); border-right: 1px solid #c8c6c0; border-bottom: 1px solid #c8c6c0; }
.home-focus-card.featured { color: white; background: var(--steel); }
.home-focus-meta { display: flex; justify-content: space-between; align-items: center; color: var(--steel); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.home-focus-meta small { font-size: 9px; }
.home-focus-card.featured .home-focus-meta { color: #e5eaec; }
.home-focus-card h3 { max-width: 700px; margin: 5rem 0 1.4rem; font-size: clamp(37px, 4vw, 59px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.home-focus-card > p { max-width: 690px; margin: 0 0 2.5rem; color: var(--text); font-size: 14px; line-height: 1.75; }
.home-focus-card.featured > p { color: #eef1f2; }
.home-focus-card ol { margin: auto 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.home-focus-card.featured ol { border-color: rgba(255,255,255,.36); }
.home-focus-card li { min-height: 78px; display: grid; grid-template-columns: 1fr .75fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line); }
.home-focus-card.featured li { border-color: rgba(255,255,255,.36); }
.home-focus-card li strong { font-size: clamp(17px, 1.8vw, 24px); font-weight: 400; }
.home-focus-card li > span { color: var(--muted); font-size: 11px; }
.home-focus-card.featured li > span { color: #e0e5e7; }
.home-focus-card li b { text-align: right; font-size: clamp(19px, 2vw, 29px); font-weight: 400; }
.home-focus-card li b small { display: block; margin-top: .3rem; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.home-focus-card.featured li b small { color: #e0e5e7; }
.home-focus-card > a { margin-top: 2rem; padding-top: 1.1rem; display: flex; justify-content: space-between; border-top: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.profile-section { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--ink-soft); }
.profile-statement { padding: 5rem 6vw; display: flex; flex-direction: column; justify-content: space-between; background: var(--steel); }
.profile-logo { width: 46px; height: 64px; object-fit: contain; }
.profile-statement blockquote { max-width: 700px; margin: 4rem 0 0; font: 400 clamp(46px, 5vw, 78px)/1.04 Georgia, serif; letter-spacing: -.04em; }
.profile-copy { padding: 7rem 7vw; display: flex; flex-direction: column; justify-content: center; }
.profile-copy h2 { margin: 2rem 0 1.5rem; font: 500 clamp(44px, 4.4vw, 68px)/1 Georgia, serif; letter-spacing: -.04em; }
.profile-copy > p:not(.section-label) { max-width: 580px; margin: 0; color: #c9c9c9; font-size: 16px; line-height: 1.75; }
.profile-copy ul { margin: 2.5rem 0; padding: 0; list-style: none; border-top: 1px solid #525252; }
.profile-copy li { padding: .9rem 0; color: #d5d5d5; font-size: 12px; border-bottom: 1px solid #525252; }
.profile-copy a { width: fit-content; padding-bottom: .45rem; border-bottom: 1px solid #777; font-size: 12px; }
.profile-copy a span { margin-left: 2rem; }

.knowledge-section { padding: 8rem 7vw; background: white; }
.knowledge-head { display: grid; grid-template-columns: .45fr 1.2fr .45fr; gap: 4vw; align-items: end; margin-bottom: 4.5rem; }
.knowledge-head > a { justify-self: end; padding-bottom: .4rem; border-bottom: 1px solid var(--ink); font-size: 11px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-grid article { min-height: 340px; padding: 1.6rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-grid article > span { color: var(--steel); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.article-grid h3 { margin: auto 0 2rem; font: 500 clamp(23px, 2.2vw, 34px)/1.15 Georgia, serif; }
.article-grid a { font-size: 11px; }

.contact-section { padding: 8rem 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; color: white; background: var(--steel); }
.contact-main h2 { margin-top: 2rem; font-size: clamp(62px, 7vw, 104px); }
.contact-main > p:last-child { max-width: 650px; margin: 2rem 0 0; color: #e0e3e4; font-size: 16px; line-height: 1.7; }
.contact-options { border-top: 1px solid rgba(255,255,255,.4); }
.contact-options a { min-height: 110px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; border-bottom: 1px solid rgba(255,255,255,.4); transition: .2s ease; }
.contact-options a:hover { padding-left: 1rem; background: rgba(255,255,255,.08); }
.contact-options span { font-size: 9px; letter-spacing: .14em; }
.contact-options strong { font: 500 clamp(19px, 2vw, 29px)/1.2 Georgia, serif; }
.contact-options b { font-weight: 400; }

.site-footer { padding: 2.5rem 4vw; min-height: 130px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; color: white; background: var(--ink); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-logo { width: 30px; height: 46px; object-fit: contain; }
.footer-brand strong { font: 500 20px/1 Georgia, serif; }
.site-footer > p { color: #aaa; text-align: center; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav { display: flex; justify-content: flex-end; gap: 1.4rem; }
.site-footer nav a { color: #bbb; font-size: 10px; }

.desktop-nav .is-current { color: white; border-bottom: 1px solid #aeb8bd; padding-bottom: .35rem; }

/* Über mich */
.about-page { background: var(--paper); }
.about-hero {
  min-height: 790px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
}
.about-hero-copy {
  padding: clamp(4rem, 7vw, 7rem) 6vw 3.5rem 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-hero h1 { font-size: clamp(58px, 6.4vw, 96px); }
.about-role {
  max-width: 650px;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.3;
}
.about-lead {
  max-width: 650px;
  margin: 1.5rem 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}
.about-facts {
  margin-top: 3.5rem;
  padding-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  border-top: 1px solid var(--line);
}
.about-facts div { display: flex; flex-direction: column; gap: .35rem; }
.about-facts strong { font-size: 16px; }
.about-facts span { color: var(--muted); font-size: 11px; }
.about-portrait {
  position: relative;
  min-height: 790px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}
.about-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 20%; }
.about-portrait::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  content: "";
  background: linear-gradient(transparent, rgba(24,24,24,.82));
  pointer-events: none;
}
.about-portrait figcaption {
  position: absolute;
  z-index: 2;
  left: 2.2rem;
  right: 2.2rem;
  bottom: 2rem;
  padding-top: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: white;
  border-top: 1px solid rgba(255,255,255,.45);
}
.about-portrait figcaption span { color: #c9d0d4; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.about-portrait figcaption strong { font-size: 19px; font-weight: 400; }

.about-intro {
  padding: 8rem 7vw;
  display: grid;
  grid-template-columns: .35fr 1.1fr .72fr;
  gap: 5vw;
  align-items: start;
  background: white;
}
.about-intro blockquote {
  margin: 0;
  font-size: clamp(42px, 4.7vw, 70px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.about-intro-text { padding-top: .5rem; }
.about-intro-text p { margin: 0 0 1.4rem; color: var(--text); font-size: 15px; line-height: 1.8; }

.qualification-section { padding: 8rem 7vw; color: white; background: var(--ink); }
.about-section-head {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: .4fr 1.4fr;
  gap: 5vw;
}
.about-section-head h2,
.career-title h2,
.publication-heading h2,
.engagement-copy h2,
.press-heading h2 {
  margin: 0;
  font-size: clamp(45px, 5.2vw, 76px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.about-section-head h2 em,
.publication-heading h2 em { color: #aeb8bd; font-weight: 400; }
.qualification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #515151;
  border-left: 1px solid #515151;
}
.qualification-grid article {
  min-height: 300px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #515151;
  border-bottom: 1px solid #515151;
}
.qualification-meta { display: flex; justify-content: space-between; color: #aeb8bd; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.qualification-grid h3 { max-width: 560px; margin: auto 0 1.2rem; font-size: clamp(26px, 2.6vw, 39px); font-weight: 400; line-height: 1.12; }
.qualification-grid p { max-width: 600px; margin: 0; color: #c7c7c7; font-size: 14px; line-height: 1.7; }

.career-section {
  padding: 8rem 7vw;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  background: var(--paper);
}
.career-title h2 { margin-top: 1.7rem; }
.career-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.career-list li {
  min-height: 145px;
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 50px 220px 1fr;
  gap: 1.2rem;
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.career-list span { color: var(--steel); font-size: 10px; letter-spacing: .14em; }
.career-list strong { font-size: 23px; font-weight: 400; }
.career-list p { margin: 0; color: var(--text); font-size: 14px; line-height: 1.7; }

.publication-section { padding: 8rem 7vw 9rem; background: white; }
.publication-heading {
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: .35fr 1.2fr .65fr;
  gap: 4vw;
  align-items: start;
}
.publication-heading > p:last-child { margin: .4rem 0 0; color: var(--text); font-size: 14px; line-height: 1.8; }
.book-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.book-card {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(210px, .8fr) 1fr;
  background: var(--paper);
  border: 1px solid var(--line);
}
.book-image { min-height: 560px; padding: 2.2rem; display: grid; place-items: center; overflow: hidden; }
.book-image.purple { background: #5c3b68; }
.book-image.blue { background: #0f6685; }
.book-image img { width: 100%; max-width: 300px; max-height: 470px; display: block; object-fit: contain; box-shadow: 0 24px 50px rgba(0,0,0,.28); }
.book-card > div:last-child { padding: 2.2rem; display: flex; flex-direction: column; justify-content: center; }
.book-card span { color: var(--steel); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.book-card h3 { margin: 2rem 0 1.2rem; font-size: clamp(29px, 2.5vw, 39px); font-weight: 400; line-height: 1.1; }
.book-card p { margin: 0; color: var(--text); font-size: 14px; line-height: 1.75; }

.engagement-section {
  padding: 8rem 7vw;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 8vw;
  color: white;
  background: var(--steel);
}
.engagement-copy h2 { margin: 1.7rem 0 2rem; }
.engagement-copy > p:last-child { max-width: 650px; margin: 0; color: #e1e5e7; font-size: 15px; line-height: 1.8; }
.engagement-visuals { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1.2rem; align-items: stretch; }
.engagement-visuals figure { margin: 0; padding: 1.2rem; display: flex; flex-direction: column; background: white; }
.engagement-visuals img { width: 100%; display: block; object-fit: contain; }
.animal-welfare img { aspect-ratio: 1 / 1; }
.dav-membership img { flex: 1; min-height: 260px; }
.engagement-visuals figcaption { margin-top: auto; padding-top: 1rem; color: var(--ink); font-size: 12px; }

.press-section { padding: 8rem 7vw; background: var(--paper); }
.press-heading { display: grid; grid-template-columns: .4fr 1.35fr; gap: 5vw; margin-bottom: 4rem; }
.press-list { border-top: 1px solid var(--line); }
.press-list article {
  min-height: 115px;
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 90px .65fr 1fr;
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.press-list span { color: var(--steel); font-size: 11px; }
.press-list strong { font-size: clamp(20px, 2vw, 29px); font-weight: 400; }
.press-list p { margin: 0; color: var(--text); font-size: 14px; }

/* Vollständige Navigation */
.full-header { grid-template-columns: 240px 1fr auto; }
.expanded-nav { gap: clamp(.8rem, 1.45vw, 1.7rem); align-items: center; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { list-style: none; color: #d4d4d4; font-size: 13px; letter-spacing: .04em; cursor: pointer; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { margin-left: .4rem; content: "+"; color: #8d969b; }
.nav-dropdown[open] summary, .nav-dropdown:hover summary { color: white; }
.nav-dropdown[open] summary::after { content: "–"; }
.nav-panel {
  position: absolute;
  z-index: 70;
  top: 34px;
  left: -1.2rem;
  width: min(680px, 70vw);
  padding: 1.1rem;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  color: white;
  background: #2c2c2c;
  border: 1px solid #515151;
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
}
.nav-dropdown[open] .nav-panel, .nav-dropdown:hover .nav-panel { display: grid; }
.offer-panel { left: -7rem; width: min(760px, 76vw); }
.nav-panel a { min-height: 58px; padding: .75rem .9rem; display: flex; align-items: center; justify-content: space-between; color: #ddd; border-right: 1px solid #4a4a4a; border-bottom: 1px solid #4a4a4a; }
.nav-panel a:hover { color: white; background: var(--steel); }
.nav-panel a span { color: #aab5ba; font-size: 11px; }
.nav-panel .nav-panel-title, .nav-panel .nav-accent { color: white; background: #202020; }
.mobile-menu { display: none; }

/* Bild auf der Startseite */
.profile-statement { position: relative; overflow: hidden; background: var(--ink); }
.profile-statement::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(20,20,20,.08), rgba(20,20,20,.82)); }
.profile-statement > img:not(.profile-logo) { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.profile-statement > .profile-logo, .profile-statement blockquote { position: relative; z-index: 2; }
.profile-statement > .profile-logo { inset: auto; width: 46px; height: 64px; }

/* Medien auf der Startseite */
.home-media-section { padding: 8rem 7vw; color: white; background: var(--ink); }
.home-media-head { display: grid; grid-template-columns: .35fr 1.2fr .45fr; gap: 4vw; align-items: end; }
.home-media-head h2 { margin: 0; font-size: clamp(45px, 5vw, 76px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.home-media-head h2 em { color: #aeb8bd; font-weight: 400; }
.home-media-head > a { justify-self: end; padding-bottom: .4rem; border-bottom: 1px solid #777; font-size: 11px; }
.home-mastheads { margin: 4rem 0 2rem; padding: 1.7rem 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; border-top: 1px solid #4d4d4d; border-bottom: 1px solid #4d4d4d; }
.home-mastheads span { color: #f2f2f2; font-size: clamp(21px, 2.2vw, 34px); text-align: center; }
.media-mark { min-width: 0; min-height: 76px; padding: .7rem; display: flex; align-items: center; justify-content: center; gap: .65rem; border: 1px solid #4d4d4d; background: rgba(255,255,255,.035); }
.media-mark img { width: 38px; height: 38px; padding: .25rem; flex: none; object-fit: contain; filter: grayscale(1); background: rgba(255,255,255,.94); }
.home-mastheads .media-mark span,
.media-mastheads .media-mark span { min-width: 0; color: #f2f2f2; font: 700 11px/1.15 Arial, Helvetica, sans-serif; letter-spacing: .04em; text-align: left; overflow-wrap: anywhere; }
.home-media-list a { min-height: 100px; display: grid; grid-template-columns: 70px .55fr 1fr auto; gap: 2rem; align-items: center; border-bottom: 1px solid #4d4d4d; }
.home-media-list a:hover { padding-left: .8rem; background: #292929; }
.home-media-list span { color: #9aa6ac; font-size: 10px; }
.home-media-list strong { font-size: clamp(20px, 2vw, 29px); font-weight: 400; }
.home-media-list p { margin: 0; color: #c7c7c7; font-size: 14px; }
.home-media-list b { font-weight: 400; }

/* Inhaltsseiten */
.detail-hero { min-height: 720px; display: grid; grid-template-columns: 1.28fr .72fr; background: var(--paper); }
.detail-hero-main { padding: 7rem 6vw 5rem 7vw; display: flex; flex-direction: column; justify-content: center; }
.detail-hero-main h1 { max-width: 900px; font-size: clamp(56px, 6.1vw, 94px); }
.detail-hero-main > p:last-of-type { max-width: 750px; margin: 2rem 0 0; color: var(--text); font-size: 18px; line-height: 1.75; }
.detail-hero-aside { margin: 2.5rem 2.5rem 2.5rem 0; padding: 1.2rem; display: grid; grid-template-rows: auto 1fr auto; color: white; background: var(--ink); }
.detail-hero-aside > span { padding: .3rem .3rem 1rem; color: #bac3c8; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.detail-hero-aside img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; object-position: center 20%; }
.detail-hero-aside div { padding: 1.2rem .3rem .3rem; display: flex; flex-direction: column; gap: .4rem; }
.detail-hero-aside strong { font-size: 24px; font-weight: 400; }
.detail-hero-aside small { color: #bfbfbf; font-size: 11px; }
.service-signal { padding: 1.7rem 7vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: white; background: var(--steel); }
.service-signal p { margin: 0; font-size: clamp(22px, 2.2vw, 32px); }
.service-signal span { color: #e1e5e7; font-size: 12px; }
.service-pricing { padding: 8rem 7vw; background: var(--paper); scroll-margin-top: 86px; }
.service-pricing-head { display: grid; grid-template-columns: .35fr 1.1fr .55fr; gap: 4vw; align-items: start; margin-bottom: 4.5rem; }
.service-pricing-head h2,
.service-faq h2 { margin: 0; font-size: clamp(44px, 5vw, 74px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.service-pricing-head > p:last-child { margin: .3rem 0 0; color: var(--text); font-size: 14px; line-height: 1.8; }
.service-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #c8c6c0; border-left: 1px solid #c8c6c0; }
.service-package { min-height: 720px; padding: 1.8rem; display: flex; flex-direction: column; background: rgba(255,255,255,.42); border-right: 1px solid #c8c6c0; border-bottom: 1px solid #c8c6c0; }
.service-package.featured { color: white; background: var(--steel); }
.service-package-top { display: flex; align-items: center; justify-content: space-between; min-height: 24px; }
.service-package-top > span { color: var(--steel); font-size: 10px; letter-spacing: .14em; }
.service-package.featured .service-package-top > span { color: #dbe2e5; }
.service-package-top small { padding: .38rem .55rem; color: var(--ink); background: white; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-package h3 { margin: 3.2rem 0 .9rem; font-size: clamp(29px, 2.5vw, 40px); font-weight: 500; line-height: 1.05; }
.service-package-audience { min-height: 66px; margin: 0; color: var(--text); font-size: 13px; line-height: 1.65; }
.service-package.featured .service-package-audience { color: #e8edef; }
.service-package-price { margin: 2.2rem 0 1.7rem; display: flex; flex-direction: column; gap: .45rem; }
.service-package-price strong { font-size: clamp(38px, 3.5vw, 56px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.service-package-price span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-package.featured .service-package-price span { color: #dce3e6; }
.service-package dl { margin: 0; }
.service-package dl > div { padding: .85rem 0; display: grid; grid-template-columns: 80px 1fr; gap: .7rem; border-top: 1px solid var(--line); }
.service-package.featured dl > div { border-color: rgba(255,255,255,.3); }
.service-package dt { color: var(--steel); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-package.featured dt { color: #dce3e6; }
.service-package dd { margin: 0; font-size: 12px; line-height: 1.5; }
.service-package ul { margin: 1.4rem 0 2rem; padding: 0; list-style: none; }
.service-package li { position: relative; padding: .42rem 0 .42rem 1rem; color: var(--text); font-size: 12px; line-height: 1.55; }
.service-package li::before { position: absolute; left: 0; content: "·"; color: var(--steel); font-weight: 700; }
.service-package.featured li { color: #f0f3f4; }
.service-package.featured li::before { color: white; }
.service-package > a { margin-top: auto; padding-top: 1.1rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.pricing-terms { margin-top: 2rem; padding: 1.8rem; display: grid; grid-template-columns: .35fr 1.65fr; gap: 4vw; color: white; background: var(--ink); }
.pricing-terms > strong { font-size: 18px; font-weight: 400; }
.pricing-terms ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem 2rem; list-style: none; }
.pricing-terms li { padding-left: 1rem; position: relative; color: #c9c9c9; font-size: 11px; line-height: 1.65; }
.pricing-terms li::before { position: absolute; left: 0; content: "·"; color: #aeb8bd; }
.service-faq { padding: 8rem 7vw; display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; background: white; }
.service-faq header { align-self: start; position: sticky; top: 125px; }
.service-faq h2 { margin-top: 1.6rem; }
.service-faq > div { border-top: 1px solid var(--line); }
.service-faq details { border-bottom: 1px solid var(--line); }
.service-faq summary { min-height: 105px; display: grid; grid-template-columns: 42px 1fr auto; gap: 1rem; align-items: center; list-style: none; cursor: pointer; }
.service-faq summary::-webkit-details-marker { display: none; }
.service-faq summary span { color: var(--steel); font-size: 9px; }
.service-faq summary strong { font-size: clamp(19px, 1.9vw, 28px); font-weight: 400; line-height: 1.25; }
.service-faq summary b { font-size: 22px; font-weight: 400; }
.service-faq details[open] summary b { transform: rotate(45deg); }
.service-faq details > p { margin: 0 0 2rem 42px; color: var(--text); font-size: 14px; line-height: 1.8; }
.detail-services { padding: 8rem 7vw; background: white; }
.detail-heading { margin-bottom: 4.5rem; display: grid; grid-template-columns: .35fr 1.15fr .55fr; gap: 4vw; }
.detail-heading h2, .context-section h2, .related-head h2, .media-archive-head h2, .media-request h2, .contact-form-design h2 { margin: 0; font-size: clamp(44px, 5vw, 74px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.detail-heading h2 em { color: var(--steel); font-weight: 400; }
.detail-heading > p:last-child { margin: .3rem 0 0; color: var(--text); font-size: 14px; line-height: 1.8; }
.detail-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-feature-grid article { min-height: 280px; padding: 1.6rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-feature-grid span { color: var(--steel); font-size: 10px; }
.detail-feature-grid h3 { margin: auto 0 1rem; font-size: clamp(24px, 2.1vw, 33px); font-weight: 400; line-height: 1.12; }
.detail-feature-grid p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.7; }
.context-section { padding: 8rem 7vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; color: white; background: var(--ink); }
.context-section h2 { margin-top: 1.8rem; }
.context-section ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #505050; }
.context-section li { min-height: 105px; display: grid; grid-template-columns: 50px 1fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid #505050; }
.context-section li span { color: #9aa6ac; font-size: 10px; }
.context-section li strong { font-size: clamp(19px, 2vw, 28px); font-weight: 400; }
.context-section li b { font-weight: 400; }
.related-section { padding: 8rem 7vw; background: var(--paper); }
.related-head { display: grid; grid-template-columns: .35fr 1.2fr; gap: 4vw; margin-bottom: 4rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid a { min-height: 350px; padding: 1.6rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-grid a:hover { background: white; }
.related-grid span { color: var(--steel); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.related-grid h3 { margin: auto 0 1rem; font-size: 32px; font-weight: 400; }
.related-grid p { margin: 0 0 2rem; color: var(--text); font-size: 13px; line-height: 1.7; }
.related-grid b { font-size: 11px; font-weight: 400; }

.overview-hero { padding: 8rem 7vw 7rem; background: var(--paper); }
.overview-hero h1 { max-width: 1050px; font-size: clamp(58px, 7vw, 106px); }
.overview-hero > p:last-child { max-width: 760px; margin: 2.5rem 0 0 35%; color: var(--text); font-size: 18px; line-height: 1.8; }
.overview-cards { padding: 0 7vw 8rem; display: grid; grid-template-columns: repeat(2, 1fr); background: var(--paper); }
.overview-cards > a { min-height: 420px; padding: 2rem; display: flex; flex-direction: column; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.overview-cards > a:nth-child(even) { border-right: 1px solid var(--line); }
.overview-cards > a:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.overview-cards > a:hover { background: white; }
.overview-cards > a.emphasis { color: white; background: var(--steel); }
.overview-cards > a > span { color: var(--steel); font-size: 10px; }
.overview-cards > a.emphasis > span, .overview-cards > a.emphasis small { color: #dce2e5; }
.overview-cards small { margin-top: .5rem; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.overview-cards h2 { margin: auto 0 1.2rem; font-size: clamp(32px, 3vw, 46px); font-weight: 400; }
.overview-cards p { max-width: 650px; margin: 0; color: var(--text); font-size: 14px; line-height: 1.75; }
.overview-cards .emphasis p { color: #edf0f1; }
.overview-cards strong { margin-top: 1.4rem; font-size: 19px; font-weight: 400; }
.overview-cards b { margin-top: 2rem; font-size: 11px; font-weight: 400; }

.media-hero { min-height: 720px; display: grid; grid-template-columns: 1.25fr .75fr; background: var(--paper); }
.media-hero > div { padding: 7rem 6vw 5rem 7vw; display: flex; flex-direction: column; justify-content: center; }
.media-hero h1 { max-width: 900px; font-size: clamp(55px, 6.2vw, 94px); }
.media-hero > div > p:last-child { max-width: 720px; margin: 2rem 0 0; color: var(--text); font-size: 18px; line-height: 1.75; }
.media-hero figure { position: relative; min-height: 720px; margin: 0; overflow: hidden; background: var(--ink); }
.media-hero figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.media-hero figcaption { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; padding: 1rem; color: white; background: rgba(34,34,34,.85); }
.media-mastheads { padding: 2.3rem 7vw; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; color: white; background: var(--ink); }
.media-mastheads span { font-size: clamp(19px, 2.2vw, 34px); text-align: center; }
.media-archive { padding: 8rem 7vw; background: white; }
.media-archive-head { display: grid; grid-template-columns: .35fr 1.2fr .5fr; gap: 4vw; margin-bottom: 4rem; }
.media-archive-head > p:last-child { margin: .3rem 0 0; color: var(--text); font-size: 14px; line-height: 1.7; }
.media-list { border-top: 1px solid var(--line); }
.media-list a { min-height: 108px; display: grid; grid-template-columns: 70px 150px .55fr 1fr auto; gap: 1.5rem; align-items: center; border-bottom: 1px solid var(--line); }
.media-list a:hover { padding-left: .7rem; background: var(--paper); }
.media-list span, .media-list small { color: var(--steel); font-size: 10px; }
.media-list small { text-transform: uppercase; letter-spacing: .08em; }
.media-list strong { font-size: clamp(20px, 2vw, 29px); font-weight: 400; }
.media-outlet { min-width: 0; display: flex; align-items: center; gap: .8rem; }
.media-outlet img { width: 38px; height: 38px; padding: .25rem; flex: none; object-fit: contain; filter: grayscale(1); background: var(--paper); border: 1px solid var(--line); }
.media-list .media-outlet span,
.home-media-list .media-outlet span,
.press-list .media-outlet span { min-width: 0; color: inherit; font: inherit; text-align: left; overflow-wrap: anywhere; }
.media-list p { margin: 0; color: var(--text); font-size: 14px; }
.media-list b { font-weight: 400; }
.media-request { padding: 7rem 7vw; color: white; background: var(--steel); }
.media-request h2 { max-width: 950px; margin: 1.5rem 0 2rem; }
.media-request > p:not(.section-label) { max-width: 720px; color: #e2e6e8; font-size: 16px; line-height: 1.75; }
.media-request .button { margin-top: 1rem; }

.knowledge-featured { padding: 7rem 7vw 8rem; background: white; }
.knowledge-featured-head { display: grid; grid-template-columns: .35fr 1.65fr; gap: 4vw; align-items: end; margin-bottom: 4rem; }
.knowledge-featured-head h2 { margin: 0; font-size: clamp(48px, 5.5vw, 78px); font-weight: 500; letter-spacing: -.045em; }
.knowledge-featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.knowledge-featured-grid a { min-height: 470px; padding: 1.7rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .2s ease; }
.knowledge-featured-grid a:hover { background: var(--paper); }
.knowledge-featured-grid span, .knowledge-featured-grid small { color: var(--steel); font-size: 10px; }
.knowledge-featured-grid small { margin-top: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.knowledge-featured-grid h3 { margin: auto 0 1.4rem; font-size: clamp(27px, 2.7vw, 42px); font-weight: 400; line-height: 1.08; }
.knowledge-featured-grid p { margin: 0 0 2rem; color: var(--text); font-size: 13px; line-height: 1.7; }
.knowledge-featured-grid b { font-size: 10px; font-weight: 400; }
.knowledge-category-nav { padding: 1.6rem 7vw; display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; color: white; background: var(--ink); }
.knowledge-category-nav > span { margin-right: .8rem; color: #aeb8bd; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.knowledge-category-nav a { padding: .65rem .8rem; font-size: 12px; border: 1px solid #565656; }
.knowledge-category-nav a:hover { background: var(--steel); border-color: var(--steel); }
.knowledge-category-nav small { margin-left: .55rem; color: #aeb8bd; }
.knowledge-library { padding: 8rem 7vw; background: var(--paper); }
.knowledge-group { margin-bottom: 8rem; scroll-margin-top: 110px; }
.knowledge-group:last-child { margin-bottom: 0; }
.knowledge-group > header { display: grid; grid-template-columns: .35fr 1.3fr .35fr; gap: 4vw; align-items: end; margin-bottom: 3rem; }
.knowledge-group > header h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); font-weight: 500; letter-spacing: -.04em; }
.knowledge-group > header > span { justify-self: end; color: var(--steel); font-size: 11px; }
.knowledge-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.knowledge-archive-grid > a { min-height: 330px; padding: 1.6rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.knowledge-archive-grid > a:hover { background: white; }
.knowledge-archive-grid small { color: var(--steel); font-size: 9px; letter-spacing: .08em; }
.knowledge-archive-grid h3 { margin: auto 0 1.4rem; font-size: clamp(23px, 2.1vw, 33px); font-weight: 400; line-height: 1.12; }
.knowledge-archive-grid p { display: -webkit-box; margin: 0 0 1.8rem; overflow: hidden; color: var(--text); font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.knowledge-archive-grid b { display: flex; justify-content: space-between; font-size: 10px; font-weight: 400; }

.article-hero { min-height: 700px; padding: 6.5rem 7vw; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 8vw; align-items: center; background: var(--paper); }
.article-hero-main { max-width: 980px; }
.article-back { display: inline-block; margin-bottom: 3.5rem; padding-bottom: .35rem; color: var(--text); font-size: 11px; border-bottom: 1px solid var(--line); }
.article-hero .eyebrow { margin-bottom: 1.5rem; }
.article-hero h1 { max-width: 1000px; font-size: clamp(48px, 5.4vw, 82px); line-height: 1.01; }
.article-deck { max-width: 790px; margin: 2rem 0 0; color: var(--text); font-size: 17px; line-height: 1.75; }
.article-meta-card { align-self: stretch; padding: 2.2rem; display: flex; flex-direction: column; justify-content: space-between; background: white; border: 1px solid var(--line); }
.article-meta-card > img { width: 54px; height: 78px; object-fit: contain; opacity: .85; }
.article-meta-card dl { margin: 4rem 0 0; }
.article-meta-card dl > div { padding: 1rem 0; border-top: 1px solid var(--line); }
.article-meta-card dt { color: var(--steel); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.article-meta-card dd { margin: .45rem 0 0; font-size: 15px; line-height: 1.45; }
.article-reading-layout { padding: 8rem max(7vw, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: 240px minmax(0, 820px); gap: 7vw; justify-content: center; background: white; }
.article-reading-aside { position: sticky; top: 120px; align-self: start; padding-top: 1.2rem; border-top: 1px solid var(--ink); }
.article-reading-aside > span { color: var(--steel); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.article-reading-aside p { margin: 1.2rem 0 1.7rem; color: var(--text); font-size: 12px; line-height: 1.7; }
.article-reading-aside a { padding: .85rem 0; display: block; font-size: 11px; border-top: 1px solid var(--line); }
.article-reading-aside a:last-child { color: white; margin-top: .6rem; padding: .9rem; background: var(--steel); border: 0; }
.article-content { min-width: 0; color: var(--ink-soft); font-size: clamp(17px, 1.3vw, 19px); line-height: 1.85; }
.article-content > *:first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.55rem; }
.article-content h2 { margin: 4.2rem 0 1.5rem; font-size: clamp(34px, 3.5vw, 52px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.article-content h3 { margin: 3rem 0 1rem; font-size: clamp(25px, 2.4vw, 36px); font-weight: 500; line-height: 1.15; }
.article-content h4 { margin: 2.4rem 0 1rem; font-size: 22px; font-weight: 500; }
.article-content ul, .article-content ol { margin: 0 0 2rem; padding-left: 1.4rem; }
.article-content li { margin-bottom: .65rem; padding-left: .35rem; }
.article-content a { color: var(--steel); text-decoration: underline; text-underline-offset: .18em; }
.article-content blockquote { margin: 3rem 0; padding: 1.8rem 2rem; font-size: 24px; line-height: 1.5; border-left: 4px solid var(--steel); background: var(--paper); }
.article-content figure { margin: 3rem 0; }
.article-content img { width: auto; max-width: 100%; height: auto; display: block; }
.article-content figcaption { margin-top: .6rem; color: var(--muted); font-size: 11px; }
.article-content table { width: 100%; margin: 2.5rem 0; border-collapse: collapse; font-size: 14px; }
.article-content th, .article-content td { padding: .8rem; text-align: left; vertical-align: top; border: 1px solid var(--line); }
.article-author { min-height: 560px; display: grid; grid-template-columns: .7fr 1.3fr; color: white; background: var(--ink); }
.article-author > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center 18%; }
.article-author > div { padding: 6rem 7vw; display: flex; flex-direction: column; justify-content: center; }
.article-author h2 { margin: 1.5rem 0; font-size: clamp(43px, 5vw, 72px); font-weight: 500; letter-spacing: -.04em; }
.article-author p:not(.section-label) { max-width: 650px; color: #c9c9c9; font-size: 15px; line-height: 1.75; }
.article-author a { width: fit-content; margin-top: 1.2rem; padding-bottom: .4rem; font-size: 11px; border-bottom: 1px solid #777; }
.article-related { padding: 8rem 7vw; background: var(--paper); }
.article-related > header { display: grid; grid-template-columns: .35fr 1.65fr; gap: 4vw; margin-bottom: 4rem; }
.article-related > header h2 { margin: 0; font-size: clamp(45px, 5vw, 72px); font-weight: 500; letter-spacing: -.04em; }
.article-related > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-related > div > a { min-height: 310px; padding: 1.6rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-related > div > a:hover { background: white; }
.article-related small { color: var(--steel); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.article-related h3 { margin: auto 0 2rem; font-size: clamp(25px, 2.5vw, 37px); font-weight: 400; line-height: 1.12; }
.article-related b { font-size: 10px; font-weight: 400; }
.download-grid { padding: 0 7vw 8rem; display: grid; grid-template-columns: repeat(2, 1fr); background: var(--paper); }
.download-grid a { min-height: 310px; padding: 1.8rem; display: flex; flex-direction: column; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.download-grid a:nth-child(even) { border-right: 1px solid var(--line); }
.download-grid a:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.download-grid a:hover { background: white; }
.download-grid span, .download-grid small { color: var(--steel); font-size: 10px; }
.download-grid small { margin-top: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.download-grid h2 { margin: auto 0 2rem; font-size: clamp(29px, 3vw, 44px); font-weight: 400; }
.download-grid b { font-size: 11px; font-weight: 400; }
.legal-hero, .downloads-hero {
  min-height: 610px;
  padding: 7rem 7vw;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  align-items: center;
  background: var(--paper);
}
.legal-hero h1, .downloads-hero h1 { font-size: clamp(58px, 7vw, 104px); }
.legal-hero aside { display: grid; grid-template-columns: 120px 1fr; border-top: 1px solid var(--line); }
.legal-hero aside > * { min-height: 78px; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.legal-hero aside span { color: var(--steel); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.legal-hero aside strong, .legal-hero aside a { font-size: clamp(17px, 1.6vw, 25px); font-weight: 400; }
.legal-layout { padding: 0 7vw 9rem; display: grid; grid-template-columns: minmax(210px, .45fr) minmax(0, 1.55fr); gap: 7vw; background: white; }
.legal-index { position: sticky; top: 126px; align-self: start; margin-top: 6rem; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.legal-index > p { margin: 0; padding: 1.2rem 0; color: var(--steel); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.legal-index a { min-height: 54px; display: grid; grid-template-columns: 38px 1fr; align-items: center; color: var(--text); font-size: 12px; border-bottom: 1px solid var(--line); }
.legal-index a:hover { color: var(--ink); padding-left: .4rem; }
.legal-index span { color: var(--steel); font-size: 8px; }
.legal-article { padding-top: 2.5rem; }
.legal-lead { margin: 0 0 1rem; padding: 3.5rem 0; max-width: 970px; color: var(--ink-soft); font-size: clamp(21px, 2.1vw, 31px); line-height: 1.45; border-bottom: 1px solid var(--line); }
.legal-article > section { padding: 4.5rem 0; display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 2.2rem; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-number { padding-top: .5rem; color: var(--steel); font-size: 10px; letter-spacing: .15em; }
.legal-article h2 { max-width: 900px; margin: 0 0 2rem; font-size: clamp(39px, 4vw, 61px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.legal-article h3 { margin: 2.4rem 0 .8rem; color: var(--ink); font-size: clamp(22px, 2vw, 30px); font-weight: 500; }
.legal-article p, .legal-article address { max-width: 920px; margin: 0 0 1.15rem; color: var(--text); font-size: 15px; font-style: normal; line-height: 1.82; }
.legal-article a:not(.legal-download) { color: var(--steel); text-decoration: underline; text-underline-offset: .2em; }
.legal-kicker { margin-bottom: .8rem !important; color: var(--steel) !important; font-size: 9px !important; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.legal-note { padding: 1.2rem 0 1.2rem 1.4rem; border-left: 3px solid var(--steel); }
.form-lines { max-width: 900px; margin-top: 2rem; padding: 2.1rem; border: 1px solid var(--line); }
.form-lines p { margin-bottom: .8rem; }
.form-lines > span { min-height: 34px; display: block; border-bottom: 1px solid #b9b8b4; }
.form-lines small { display: block; margin-top: 1.5rem; color: var(--muted); }
.legal-download { max-width: 900px; min-height: 95px; margin-top: 2rem; padding: 1.25rem 1.4rem; display: grid; grid-template-columns: 52px 1fr auto; gap: 1rem; align-items: center; color: white; background: var(--steel); }
.legal-download span { font-size: 9px; letter-spacing: .13em; }
.legal-download strong { font-size: 17px; font-weight: 400; }
.legal-download b { font-size: 10px; font-weight: 400; }
.downloads-hero > div > p:last-child { max-width: 740px; margin: 2rem 0 0; color: var(--text); font-size: 18px; line-height: 1.75; }
.downloads-hero aside { padding: 2.2rem; color: white; background: var(--ink); }
.downloads-hero aside strong { font-size: clamp(24px, 2.5vw, 38px); font-weight: 400; }
.downloads-hero aside p { margin: 1.4rem 0 2rem; color: #c7c7c7; font-size: 14px; line-height: 1.75; }
.downloads-hero aside a { padding-top: 1rem; display: flex; justify-content: space-between; font-size: 11px; border-top: 1px solid #5c5c5c; }
.document-section { padding: 8rem 7vw; }
.document-section > header { margin-bottom: 4rem; display: grid; grid-template-columns: .5fr 1.5fr; gap: 1.4rem 5vw; }
.document-section > header .section-label { grid-row: 1 / 3; }
.document-section > header h2 { margin: 0; font-size: clamp(43px, 5vw, 72px); font-weight: 500; line-height: 1.03; letter-spacing: -.04em; }
.document-section > header > p:last-child { max-width: 760px; margin: 0; color: var(--text); font-size: 15px; line-height: 1.75; }
.mandate-downloads { background: white; }
.document-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.document-card { min-height: 390px; padding: 1.8rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.document-card:hover { background: var(--paper); }
.document-card .document-number { color: var(--steel); font-size: 10px; }
.document-card small { margin-top: .8rem; color: var(--steel); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.document-card h3 { margin: 3rem 0 1rem; font-size: clamp(28px, 3vw, 43px); font-weight: 400; line-height: 1.08; }
.document-card p { max-width: 620px; margin: 0; color: var(--text); font-size: 14px; line-height: 1.7; }
.document-card > div { margin-top: auto; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); }
.document-card em, .document-card b { font-size: 10px; font-style: normal; font-weight: 400; }
.document-card em { color: var(--muted); }
.qualification-downloads { background: var(--paper); }
.qualification-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.qualification-grid a { min-height: 315px; padding: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.qualification-grid a:hover { background: white; }
.qualification-grid span, .qualification-grid small { color: var(--steel); font-size: 9px; }
.qualification-grid small { margin-top: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.qualification-grid h3 { margin: auto 0 2rem; font-size: clamp(23px, 2.2vw, 34px); font-weight: 400; line-height: 1.12; }
.qualification-grid b { font-size: 10px; font-weight: 400; }
.faq-list { padding: 0 15vw 8rem; background: var(--paper); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 110px; display: grid; grid-template-columns: 55px 1fr auto; gap: 1rem; align-items: center; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--steel); font-size: 10px; }
.faq-list summary strong { font-size: clamp(21px, 2.4vw, 34px); font-weight: 400; }
.faq-list summary b { font-size: 24px; font-weight: 400; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > p { max-width: 900px; margin: 0 0 2.5rem 55px; color: var(--text); font-size: 15px; line-height: 1.8; }

.contact-page-hero { min-height: 680px; padding: 7rem 7vw; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; background: var(--paper); }
.contact-page-hero h1 { font-size: clamp(59px, 7vw, 105px); }
.contact-page-hero > div > p:last-child { max-width: 720px; margin: 2rem 0 0; color: var(--text); font-size: 18px; line-height: 1.75; }
.contact-page-hero aside { padding-top: 1rem; display: grid; grid-template-columns: 100px 1fr; align-content: center; border-top: 1px solid var(--line); }
.contact-page-hero aside > * { min-height: 72px; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.contact-page-hero aside span { color: var(--steel); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-page-hero aside a, .contact-page-hero aside p { margin: 0; font-size: clamp(19px, 2vw, 29px); }
.contact-navigator { padding: 8rem 7vw; display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); gap: 8vw; color: white; background: var(--ink); scroll-margin-top: 90px; }
.navigator-intro { position: sticky; top: 125px; align-self: start; }
.navigator-intro h2 { margin: 1.5rem 0 2rem; font-size: clamp(48px, 5.2vw, 76px); font-weight: 500; line-height: 1.03; letter-spacing: -.045em; }
.navigator-intro > p:last-of-type { max-width: 570px; color: #c6c6c6; font-size: 14px; line-height: 1.75; }
.navigator-progress { margin-top: 3rem; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: .75rem; }
.navigator-progress span { width: 38px; height: 38px; display: grid; place-items: center; color: #777; font-size: 9px; border: 1px solid #555; border-radius: 50%; }
.navigator-progress span.active { color: white; border-color: white; }
.navigator-progress span.done { color: var(--ink); background: white; border-color: white; }
.navigator-progress i { height: 1px; background: #555; }
.navigator-steps fieldset { margin: 0; padding: 0 0 3rem; border: 0; }
.navigator-steps fieldset.disabled { opacity: .35; }
.navigator-steps legend { width: 100%; margin-bottom: 1.3rem; padding: 0 0 1rem; font-size: clamp(22px, 2vw, 30px); border-bottom: 1px solid #4e4e4e; }
.navigator-steps legend span { margin-right: 1rem; color: #8e9ba2; font-size: 9px; letter-spacing: .14em; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.choice-grid.compact { grid-template-columns: repeat(2, 1fr); }
.choice-grid button { min-height: 62px; padding: .8rem 1rem; color: #ddd; font: 400 14px/1.35 Georgia, serif; text-align: left; background: transparent; border: 1px solid #555; cursor: pointer; transition: .18s ease; }
.choice-grid button:hover, .choice-grid button:focus-visible { color: white; border-color: #aab5ba; }
.choice-grid button.selected { color: white; background: var(--steel); border-color: var(--steel); }
.navigator-result { min-height: 270px; padding: 2rem; display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: #e6e4de; }
.navigator-result.ready { background: white; }
.navigator-result small { color: var(--steel); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.navigator-result h3 { margin: 1.3rem 0 1rem; font-size: clamp(30px, 3vw, 44px); font-weight: 500; }
.navigator-result p { max-width: 720px; margin: 0 0 1.2rem; color: var(--text); font-size: 13px; line-height: 1.7; }
.navigator-result .urgent-note { padding: .8rem; color: var(--ink); border-left: 3px solid var(--steel); background: var(--paper); }
.navigator-result > a { margin-top: .7rem; padding: 1rem 1.2rem; display: flex; justify-content: space-between; color: white; background: var(--steel); }
.contact-form-design { padding: 8rem 7vw; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; color: white; background: var(--steel); }
.contact-form-design h2 { margin: 1.5rem 0 2rem; }
.contact-form-design > div > p:last-child { color: #e2e6e8; line-height: 1.7; }
.contact-form-design form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.contact-form-design label { display: flex; flex-direction: column; gap: .55rem; font-size: 12px; }
.contact-form-design label.full { grid-column: 1 / -1; }
.contact-form-design input, .contact-form-design textarea { width: 100%; padding: 1rem; color: white; font: inherit; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.42); }
.contact-form-design input::placeholder, .contact-form-design textarea::placeholder { color: #d9dddf; }
.contact-form-design label.check { flex-direction: row; align-items: center; }
.contact-form-design .check input { width: auto; }
.contact-form-design button { min-height: 54px; padding: 0 1.2rem; color: var(--ink); font: inherit; background: white; border: 0; cursor: default; }
.simple-hero { padding: 8rem 15vw 6rem; background: var(--paper); }
.simple-hero h1 { font-size: clamp(58px, 7vw, 105px); }
.simple-hero > p:last-child { max-width: 850px; margin: 2rem 0 0; color: var(--text); font-size: 18px; line-height: 1.75; }
.legal-copy { padding: 0 15vw 8rem; background: var(--paper); }
.legal-copy h2 { margin: 3rem 0 1rem; font-size: 34px; font-weight: 400; }
.legal-copy p { max-width: 900px; color: var(--text); font-size: 15px; line-height: 1.8; }

.press-list a { min-height: 115px; padding: 1.5rem 0; display: grid; grid-template-columns: 90px .65fr 1fr auto; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); }
.press-list a:hover { padding-left: .8rem; background: white; }
.press-list a b { font-weight: 400; }
.press-more { display: inline-block; margin-top: 2rem; padding-bottom: .4rem; border-bottom: 1px solid var(--ink); font-size: 12px; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 250px 1fr auto; }
  .desktop-nav a:nth-child(4), .desktop-nav a:nth-child(5) { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 5vw; }
  h1 { font-size: clamp(52px, 6.8vw, 76px); }
  .section-heading { grid-template-columns: .4fr 1.2fr; }
  .section-intro { grid-column: 2; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .knowledge-head { grid-template-columns: .35fr 1fr; }
  .knowledge-head > a { grid-column: 2; justify-self: start; }
  .about-hero { grid-template-columns: 1fr .8fr; }
  .about-intro { grid-template-columns: .35fr 1.2fr; }
  .about-intro-text { grid-column: 2; }
  .publication-heading { grid-template-columns: .35fr 1.2fr; }
  .publication-heading > p:last-child { grid-column: 2; }
  .book-card { grid-template-columns: 1fr; }
  .book-image { min-height: 440px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 62px; }
  .site-header {
    z-index: 90;
    height: 70px;
    padding: 0 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    background: var(--ink);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .brand-logo { width: 27px; height: 42px; }
  .brand-copy small, .desktop-nav { display: none; }
  .header-cta { padding: .7rem .8rem; }
  .hero { display: block; }
  .hero-copy { min-height: auto; padding: 4.5rem 1.25rem 3rem; }
  .eyebrow { line-height: 1.5; }
  h1 { font-size: clamp(48px, 13vw, 64px); }
  .hero-positioning { font-size: 21px; }
  .hero-lead { font-size: 16px; }
  .trust-row { gap: .7rem; }
  .trust-row strong { font-size: 11px; }
  .trust-row span { font-size: 9px; line-height: 1.35; }
  .hero-overview { margin: 0 1.25rem 2rem; padding: 1.3rem; }
  .overview-list > a { min-height: 74px; grid-template-columns: 32px 1fr auto; }
  .overview-list strong { font-size: 17px; }
  .overview-heading span { display: none; }
  .overview-inkasso { margin-top: 1rem; }
  .practice-section, .scenario-section, .inkasso-section, .packages-section, .knowledge-section, .contact-section { padding: 5rem 1.25rem; }
  .section-heading { display: block; margin-bottom: 3.5rem; }
  .section-heading h2 { margin: 1.5rem 0; font-size: 44px; }
  .section-intro { font-size: 14px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 340px; }
  .scenario-head { display: block; margin-bottom: 3rem; }
  .scenario-head h2 { margin-top: 1.5rem; font-size: 52px; }
  .scenario { grid-template-columns: 42px 1fr; gap: 1rem; }
  .scenario p { grid-column: 2; }
  .inkasso-section { grid-template-columns: 1fr; gap: 4rem; }
  .inkasso-copy h2 { font-size: 50px; }
  .package-grid { grid-template-columns: 1fr; }
  .packages-title h2 { font-size: 44px; }
  .home-focus-grid { grid-template-columns: minmax(0, 1fr); }
  .home-focus-card { min-width: 0; min-height: 0; padding: 1.5rem; }
  .home-focus-card h3 { margin-top: 3.5rem; overflow-wrap: anywhere; hyphens: auto; }
  .home-focus-card li { min-width: 0; min-height: 92px; grid-template-columns: minmax(0, 1fr) auto; }
  .home-focus-card li > span { grid-column: 1; grid-row: 2; }
  .home-focus-card li b { grid-column: 2; grid-row: 1 / 3; white-space: nowrap; }
  .profile-section { display: block; }
  .profile-statement { min-height: 620px; padding: 3rem 1.25rem; }
  .profile-statement blockquote { font-size: 48px; }
  .profile-copy { padding: 5rem 1.25rem; }
  .knowledge-head { display: block; }
  .knowledge-head h2 { margin: 1.5rem 0 2rem; font-size: 48px; }
  .article-grid { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; gap: 3rem; }
  .contact-main h2 { font-size: 64px; }
  .contact-options a { min-height: 90px; grid-template-columns: 38px 1fr auto; }
  .contact-options strong { font-size: 19px; }
  .site-footer { padding: 2.5rem 1.25rem 5rem; grid-template-columns: 1fr; text-align: left; }
  .site-footer > p { text-align: left; }
  .site-footer nav { justify-content: flex-start; flex-wrap: wrap; gap: .8rem 1.2rem; }
  .contact-dock { right: 1rem; bottom: calc(74px + env(safe-area-inset-bottom)); }
  .contact-dock summary { min-width: 120px; }
  .contact-popover { position: fixed; left: 1rem; right: 1rem; bottom: calc(140px + env(safe-area-inset-bottom)); width: auto; max-width: none; }
  .mobile-contact { position: fixed; z-index: 55; left: 0; right: 0; bottom: 0; height: auto; min-height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); color: white; background: var(--ink); }
  .mobile-contact a { min-width: 0; min-height: 62px; padding: .35rem; display: grid; place-items: center; font-size: 12px; text-align: center; border-right: 1px solid #505050; }
  .mobile-contact a:last-child { background: var(--steel); }
  .about-hero { display: flex; flex-direction: column-reverse; }
  .about-hero-copy { padding: 4.5rem 1.25rem 3.5rem; }
  .about-hero h1 { font-size: clamp(51px, 14vw, 70px); }
  .about-role { font-size: 22px; }
  .about-lead { font-size: 16px; }
  .about-facts { gap: .7rem; }
  .about-facts strong { font-size: 13px; }
  .about-facts span { font-size: 9px; line-height: 1.35; }
  .about-portrait { min-height: 68vh; }
  .about-portrait figcaption { left: 1.25rem; right: 1.25rem; }
  .about-intro,
  .qualification-section,
  .career-section,
  .publication-section,
  .engagement-section,
  .press-section { padding: 5rem 1.25rem; }
  .about-intro { display: block; }
  .about-intro blockquote { margin: 1.5rem 0 2.5rem; font-size: 45px; }
  .about-section-head,
  .publication-heading,
  .press-heading { display: block; margin-bottom: 3rem; }
  .about-section-head h2,
  .career-title h2,
  .publication-heading h2,
  .engagement-copy h2,
  .press-heading h2 { margin-top: 1.5rem; font-size: 45px; }
  .publication-heading > p:last-child { margin-top: 1.7rem; }
  .qualification-grid { grid-template-columns: 1fr; }
  .qualification-grid article { min-height: 285px; }
  .career-section { display: block; }
  .career-title { margin-bottom: 3rem; }
  .career-list li { grid-template-columns: 38px 1fr; }
  .career-list p { grid-column: 2; }
  .book-grid { grid-template-columns: 1fr; }
  .book-card { min-height: 0; grid-template-columns: 1fr; }
  .book-image { min-height: 410px; }
  .engagement-section { grid-template-columns: 1fr; gap: 3.5rem; }
  .engagement-visuals { grid-template-columns: 1fr; }
  .dav-membership img { min-height: 170px; }
  .press-list article { grid-template-columns: 55px 1fr; gap: 1rem; }
  .press-list p { grid-column: 2; }
}

@media (max-width: 1120px) {
  .full-header { grid-template-columns: 220px 1fr auto; }
  .expanded-nav > a[href="/wissen"], .expanded-nav > a[href="/faq"] { display: none; }
  .detail-hero { grid-template-columns: 1fr .68fr; }
  .detail-heading, .media-archive-head { grid-template-columns: .35fr 1.2fr; }
  .detail-heading > p:last-child, .media-archive-head > p:last-child { grid-column: 2; }
  .service-pricing-head { grid-template-columns: .35fr 1.2fr; }
  .service-pricing-head > p:last-child { grid-column: 2; }
  .service-package { min-height: 780px; }
  .media-list a { grid-template-columns: 55px 120px .5fr 1fr auto; gap: 1rem; }
}

@media (max-width: 820px) {
  .full-header { grid-template-columns: 1fr auto; }
  .full-header .header-cta { display: none; }
  .mobile-menu { position: static; display: block; }
  .mobile-menu summary { min-width: 78px; padding: .7rem .8rem; list-style: none; text-align: center; border: 1px solid #777; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: calc(100vh - 132px - env(safe-area-inset-bottom));
    height: calc(100dvh - 132px - env(safe-area-inset-bottom));
    min-height: 0;
    max-height: calc(100dvh - 132px - env(safe-area-inset-bottom));
    padding: 1rem 1.25rem 2rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    color: white;
    background: #262626;
    border-top: 1px solid #494949;
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, .28);
  }
  .mobile-menu nav a { padding: 1rem 0; border-bottom: 1px solid #494949; font-size: 16px; }
  .mobile-menu nav a.sub { padding: .65rem 0 .65rem 1rem; color: #bfc5c8; font-size: 13px; }

  .profile-statement > img:not(.profile-logo) { object-position: center 15%; }
  .home-media-head, .home-media-list a { display: block; }
  .home-media-section { padding: 5rem 1.25rem; }
  .home-media-head h2 { margin: 1.5rem 0 2rem; font-size: 45px; }
  .home-media-head > a { display: inline-block; }
  .home-mastheads { grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
  .home-mastheads span { font-size: 22px; }
  .home-media-list a { min-height: 0; padding: 1.4rem 0; }
  .home-media-list a:hover { padding-left: 0; }
  .home-media-list strong { display: block; margin: .45rem 0; }
  .home-media-list p { line-height: 1.6; }
  .home-media-list b { display: none; }

  .detail-hero, .media-hero { display: flex; flex-direction: column; }
  .detail-hero-main, .media-hero > div { padding: 4.5rem 1.25rem 3.5rem; }
  .detail-hero-main h1, .media-hero h1 { font-size: clamp(50px, 14vw, 69px); }
  .detail-hero-main > p:last-of-type, .media-hero > div > p:last-child { font-size: 16px; }
  .detail-hero-aside { margin: 0 1.25rem 2rem; }
  .detail-hero-aside img { min-height: 520px; }
  .service-signal { padding: 1.5rem 1.25rem; align-items: flex-start; flex-direction: column; }
  .service-pricing { padding: 5rem 1.25rem; }
  .service-pricing-head { display: block; margin-bottom: 3rem; }
  .service-pricing-head h2 { margin: 1.5rem 0 2rem; font-size: 45px; }
  .service-package-grid { grid-template-columns: 1fr; }
  .service-package { min-height: 0; }
  .service-package-audience { min-height: 0; }
  .pricing-terms { display: block; padding: 1.5rem; }
  .pricing-terms ul { margin-top: 1.5rem; grid-template-columns: 1fr; }
  .service-faq { padding: 5rem 1.25rem; grid-template-columns: 1fr; gap: 3rem; }
  .service-faq header { position: static; }
  .service-faq h2 { font-size: 45px; }
  .service-faq summary { grid-template-columns: 34px 1fr auto; }
  .service-faq details > p { margin-left: 34px; }
  .detail-services, .context-section, .related-section, .media-archive, .media-request { padding: 5rem 1.25rem; }
  .detail-heading, .context-section, .related-head, .media-archive-head { display: block; }
  .detail-heading h2, .context-section h2, .related-head h2, .media-archive-head h2, .media-request h2 { margin: 1.5rem 0 2rem; font-size: 45px; }
  .detail-feature-grid, .related-grid { grid-template-columns: 1fr; }
  .detail-feature-grid article { min-height: 280px; }
  .context-section { gap: 3rem; }
  .context-section ol { margin-top: 3rem; }
  .context-section li { grid-template-columns: 38px 1fr auto; }
  .related-grid a { min-height: 320px; }

  .overview-hero { padding: 5rem 1.25rem 4rem; }
  .overview-hero h1 { font-size: clamp(50px, 14vw, 72px); }
  .overview-hero > p:last-child { margin: 2rem 0 0; font-size: 16px; }
  .overview-cards { padding: 0 1.25rem 5rem; grid-template-columns: 1fr; }
  .overview-cards > a, .overview-cards > a:nth-child(even) { min-height: 360px; border-right: 1px solid var(--line); border-bottom: 0; }
  .overview-cards > a:last-child { border-bottom: 1px solid var(--line); }

  .media-hero figure { min-height: 68vh; }
  .media-mastheads { padding: 1.8rem 1.25rem; grid-template-columns: repeat(3, 1fr); }
  .media-mastheads span { font-size: 22px; }
  .media-list a { min-height: 0; padding: 1.4rem 0; grid-template-columns: 45px 1fr auto; gap: .7rem; }
  .media-list a:hover { padding-left: 0; }
  .media-list small { grid-column: 2; }
  .media-list strong { grid-column: 2; }
  .media-list p { grid-column: 2; line-height: 1.6; }
  .media-list b { grid-column: 3; grid-row: 1 / 5; }

  .knowledge-page-grid { padding: 0 1.25rem 5rem; grid-template-columns: 1fr; }
  .knowledge-page-grid a { min-height: 300px; border-right: 1px solid var(--line); }
  .download-grid { padding: 0 1.25rem 5rem; grid-template-columns: 1fr; }
  .download-grid a, .download-grid a:nth-child(even) { min-height: 280px; border-right: 1px solid var(--line); border-bottom: 0; }
  .download-grid a:last-child { border-bottom: 1px solid var(--line); }
  .faq-list { padding: 0 1.25rem 5rem; }
  .faq-list summary { grid-template-columns: 38px 1fr auto; }
  .faq-list details > p { margin-left: 38px; }
  .contact-page-hero, .contact-form-design { padding: 5rem 1.25rem; grid-template-columns: 1fr; gap: 3rem; }
  .contact-page-hero h1 { font-size: clamp(52px, 14vw, 72px); }
  .contact-page-hero aside { grid-template-columns: 72px 1fr; }
  .contact-form-design form { grid-template-columns: 1fr; }
  .contact-form-design label.full { grid-column: auto; }
  .simple-hero { padding: 5rem 1.25rem 4rem; }
  .legal-copy { padding: 0 1.25rem 5rem; }
  .press-list a { grid-template-columns: 55px 1fr auto; gap: 1rem; }
  .press-list a p { grid-column: 2; }
  .press-list a b { grid-column: 3; grid-row: 1 / 3; }
}

@media (max-width: 1120px) {
  .knowledge-featured-grid { grid-template-columns: repeat(2, 1fr); }
  .knowledge-featured-grid a:last-child { grid-column: 1 / -1; min-height: 360px; }
  .knowledge-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .article-reading-layout { grid-template-columns: 210px minmax(0, 760px); gap: 5vw; }
  .contact-navigator { grid-template-columns: .7fr 1.3fr; gap: 5vw; }
}

@media (max-width: 820px) {
  .knowledge-featured { padding: 5rem 1.25rem; }
  .knowledge-featured-head { display: block; margin-bottom: 3rem; }
  .knowledge-featured-head h2 { margin-top: 1.5rem; font-size: 46px; }
  .knowledge-featured-grid { grid-template-columns: 1fr; }
  .knowledge-featured-grid a, .knowledge-featured-grid a:last-child { min-height: 370px; grid-column: auto; }
  .knowledge-category-nav { padding: 1.25rem; gap: .55rem; }
  .knowledge-category-nav > span { width: 100%; margin-bottom: .4rem; }
  .knowledge-category-nav a { font-size: 11px; }
  .knowledge-library { padding: 5rem 1.25rem; }
  .knowledge-group { margin-bottom: 6rem; }
  .knowledge-group > header { display: block; margin-bottom: 2.5rem; }
  .knowledge-group > header h2 { margin: 1.2rem 0; font-size: 44px; }
  .knowledge-group > header > span { font-size: 10px; }
  .knowledge-archive-grid { grid-template-columns: 1fr; }
  .knowledge-archive-grid > a { min-height: 300px; }

  .article-hero { min-height: 0; padding: 4.5rem 1.25rem 3rem; display: flex; flex-direction: column; gap: 3rem; align-items: stretch; }
  .article-back { margin-bottom: 2.5rem; }
  .article-hero h1 { font-size: clamp(44px, 12.5vw, 64px); }
  .article-deck { font-size: 16px; }
  .article-meta-card { min-height: 340px; }
  .article-meta-card dl { margin-top: 2.5rem; }
  .article-reading-layout { padding: 5rem 1.25rem; display: block; }
  .article-reading-aside { position: static; margin-bottom: 4rem; }
  .article-content { font-size: 17px; line-height: 1.78; }
  .article-content h2 { margin-top: 3.5rem; font-size: 38px; }
  .article-content h3 { font-size: 29px; }
  .article-content blockquote { margin: 2.5rem 0; padding: 1.3rem; font-size: 21px; }
  .article-content table { display: block; overflow-x: auto; }
  .article-author { display: block; }
  .article-author > img { min-height: 68vh; }
  .article-author > div { padding: 5rem 1.25rem; }
  .article-author h2 { font-size: 46px; }
  .article-related { padding: 5rem 1.25rem; }
  .article-related > header { display: block; margin-bottom: 3rem; }
  .article-related > header h2 { margin-top: 1.4rem; font-size: 46px; }
  .article-related > div { grid-template-columns: 1fr; }
  .article-related > div > a { min-height: 280px; }

  .contact-navigator { padding: 5rem 1.25rem; display: block; }
  .navigator-intro { position: static; margin-bottom: 4rem; }
  .navigator-intro h2 { font-size: 48px; }
  .choice-grid, .choice-grid.compact { grid-template-columns: 1fr; }
  .navigator-result { padding: 1.4rem; }
}

/* WordPress integration */
html { font-size: 16px; }
body { min-width: 0; }
body.admin-bar .site-header { top: 32px; }
button, input, select, textarea { font-family: Georgia, "Times New Roman", serif; }
img { max-width: 100%; height: auto; }
iframe, video, embed, object { max-width: 100%; }
.site-main { min-height: 60vh; overflow: clip; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 6px;
  left: 6px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  color: var(--ink);
  background: white;
}
.brand-logo, .footer-logo { object-position: center; }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-logo { width: 31px; height: 48px; object-fit: contain; }
.standard-page-hero { padding: 7rem 15vw 4rem; background: var(--paper); }
.standard-page-hero h1 { max-width: 1000px; font-size: clamp(52px, 6vw, 90px); }
.standard-copy { padding: 1rem 15vw 8rem; color: var(--ink-soft); background: white; font-size: 17px; line-height: 1.8; }
.standard-copy > * { max-width: 900px; }
.standard-copy h2 { margin: 3.5rem 0 1.2rem; font-size: clamp(34px, 3.5vw, 52px); font-weight: 500; line-height: 1.08; }
.standard-copy h3 { margin: 2.7rem 0 1rem; font-size: clamp(25px, 2.5vw, 36px); font-weight: 500; }
.standard-copy a { color: var(--steel); text-decoration: underline; text-underline-offset: .18em; }
.standard-copy .elementor { max-width: none; }
.empty-state { padding: 1.4rem; border-left: 3px solid var(--steel); background: var(--paper); }
.pagination { padding: 0 7vw 7rem; display: flex; gap: .6rem; background: var(--paper); }
.pagination .page-numbers { padding: .75rem .9rem; border: 1px solid var(--line); }
.pagination .current { color: white; background: var(--steel); border-color: var(--steel); }
.choice-grid button { font-family: Georgia, "Times New Roman", serif; }
.navigator-result .result-action { cursor: pointer; }
.contact-form-design .wpcf7 { width: 100%; }
.contact-form-design .wpcf7 form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.contact-form-design .wpcf7 p { margin: 0; }
.contact-form-design .wpcf7 label { display: block; color: white; font-size: 12px; line-height: 1.5; }
.contact-form-design .wpcf7 input:not([type="radio"]):not([type="checkbox"]),
.contact-form-design .wpcf7 select,
.contact-form-design .wpcf7 textarea {
  width: 100%;
  margin-top: .55rem;
  padding: 1rem;
  color: white;
  font: inherit;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.42);
}
.contact-form-design .wpcf7 select { min-height: 52px; appearance: auto; }
.contact-form-design .wpcf7 select option { color: var(--ink); background: white; }
.contact-form-design .wpcf7 form > .form-required,
.contact-form-design .wpcf7 form > .form-consent,
.contact-form-design .wpcf7 form > .form-deadline-warning,
.contact-form-design .wpcf7 form > label.full { grid-column: 1 / -1; }
.contact-form-design .form-required { color: #e2e6e8; font-size: 12px; }
.contact-form-design .form-choice {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.05);
}
.contact-form-design .form-choice strong { display: block; margin-bottom: .35rem; font-size: 12px; font-weight: 400; }
.contact-form-design .form-consent { font-size: 12px; line-height: 1.55; }
.contact-form-design .form-consent a { text-decoration: underline; text-underline-offset: .16em; }
.contact-form-design .form-deadline-warning {
  padding: 1rem 1.1rem;
  color: white;
  font-size: 12px;
  line-height: 1.55;
  border-left: 3px solid white;
  background: rgba(0,0,0,.12);
}
.contact-form-design .wpcf7 input[type="submit"] {
  min-height: 54px;
  padding: 0 1.2rem;
  color: var(--ink) !important;
  background: white !important;
  border: 0 !important;
  cursor: pointer;
}
.contact-form-design .wpcf7-list-item { margin: .4rem .9rem .4rem 0; }
.contact-form-design .wpcf7-response-output { grid-column: 1 / -1; margin: 1rem 0 0 !important; }
.contact-form-design .screen-reader-response { grid-column: 1 / -1; }
.article-content .elementor { max-width: 100%; }
.article-content .elementor-element { max-width: 100%; }
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--muted); font-size: 12px; }

@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .standard-page-hero { padding: 5rem 1.25rem 3rem; }
  .standard-copy { padding: 1rem 1.25rem 5rem; }
  .contact-form-design .wpcf7 form { grid-template-columns: 1fr; }
  .legal-hero, .downloads-hero { min-height: auto; padding: 5rem 1.25rem; grid-template-columns: 1fr; gap: 3.5rem; }
  .legal-hero aside { grid-template-columns: 95px 1fr; }
  .legal-layout { padding: 0 1.25rem 5rem; display: block; }
  .legal-index { position: static; margin: 0 -1.25rem; padding: 2rem 1.25rem; background: var(--paper); }
  .legal-article { padding-top: 0; }
  .legal-article > section { padding: 3.5rem 0; grid-template-columns: 1fr; gap: 1rem; }
  .form-lines { padding: 1.2rem; }
  .legal-download { grid-template-columns: 42px 1fr; }
  .legal-download b { grid-column: 2; }
  .document-section { padding: 5rem 1.25rem; }
  .document-section > header { display: block; }
  .document-section > header h2 { margin: 1.2rem 0; }
  .document-grid { grid-template-columns: 1fr; }
  .document-card { min-height: 330px; }
  .qualification-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  body.admin-bar .site-header { top: 0; }
  .qualification-grid { grid-template-columns: 1fr; }
}

/* Mobile hardening: Grid- und Flex-Inhalte dürfen nie breiter als ihr Viewport werden. */
.site-main,
.site-main > *,
.site-main section,
.site-main article,
.site-main header,
.site-main aside,
.site-main figure,
.site-main div,
.site-main ol,
.site-main ul,
.site-main li,
.site-main a,
.site-header > *,
.site-footer > * {
  min-width: 0;
}

.article-content a,
.legal-article a,
.standard-copy a,
.contact-form-design a,
.contact-page-hero a {
  overflow-wrap: anywhere;
}

@media (max-width: 820px) {
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  body.mobile-menu-open { overflow: hidden; }

  .site-main h1,
  .site-main h2,
  .site-main h3 {
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .practice-grid,
  .package-grid,
  .home-focus-grid,
  .service-package-grid,
  .detail-feature-grid,
  .related-grid,
  .overview-cards,
  .knowledge-page-grid,
  .download-grid,
  .knowledge-featured-grid,
  .knowledge-archive-grid,
  .article-related > div,
  .choice-grid,
  .choice-grid.compact,
  .document-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .detail-hero-main h1,
  .media-hero h1,
  .overview-hero h1,
  .contact-page-hero h1,
  .simple-hero h1,
  .standard-page-hero h1,
  .legal-hero h1,
  .downloads-hero h1,
  .article-hero h1,
  .about-hero h1,
  .home-focus-card h3 {
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .home-focus-meta { gap: 1rem; }
  .home-focus-meta small { min-width: 0; text-align: right; overflow-wrap: anywhere; }

  .home-focus-card li {
    gap: .65rem 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .home-focus-card li b {
    font-size: clamp(20px, 6.4vw, 27px);
  }

  .service-package-price strong {
    overflow-wrap: anywhere;
    font-size: clamp(34px, 11vw, 50px);
  }

  .media-list strong,
  .press-list strong,
  .knowledge-featured-grid h2,
  .knowledge-archive-grid h3,
  .document-card h3,
  .related-grid h3,
  .overview-cards h2 {
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .media-mark { min-height: 68px; padding: .55rem; gap: .5rem; }
  .media-mark img { width: 32px; height: 32px; }
  .home-mastheads .media-mark span,
  .media-mastheads .media-mark span { font-size: 10px; }
  .media-outlet img { width: 34px; height: 34px; }
  .home-media-list strong.media-outlet { display: flex; }

  .article-content table,
  .standard-copy table,
  .legal-article table {
    max-width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Auf dem Smartphone folgt die Kartenhöhe dem Inhalt statt dem Desktop-Raster. */
  .practice-card,
  .package-card,
  .detail-feature-grid article,
  .related-grid a,
  .overview-cards > a,
  .article-grid article,
  .knowledge-page-grid a,
  .knowledge-featured-grid a,
  .knowledge-featured-grid a:last-child,
  .knowledge-archive-grid > a,
  .article-related > div > a,
  .download-grid a,
  .download-grid a:nth-child(even),
  .document-card,
  .qualification-grid a {
    min-height: 0;
  }

  .practice-card h3,
  .detail-feature-grid h3,
  .related-grid h3,
  .overview-cards h2,
  .article-grid h3,
  .knowledge-featured-grid h3,
  .knowledge-archive-grid h3,
  .article-related h3,
  .download-grid h2,
  .qualification-grid h3 {
    margin-top: 2.5rem;
  }

  .practice-card p { min-height: 0; }
  .detail-feature-grid article { padding: 1.4rem; }
  .detail-feature-grid h3 { margin-bottom: .8rem; }
  .related-grid a { padding: 1.4rem; }
  .related-grid p { margin-bottom: 1.5rem; }
  .overview-cards > a,
  .overview-cards > a:nth-child(even) { min-height: 0; padding: 1.5rem; }
  .article-grid article,
  .knowledge-featured-grid a,
  .knowledge-archive-grid > a,
  .article-related > div > a,
  .download-grid a,
  .document-card,
  .qualification-grid a { padding: 1.4rem; }
  .document-card > div { margin-top: 2rem; }

  .practice-section,
  .scenario-section,
  .inkasso-section,
  .packages-section,
  .knowledge-section,
  .contact-section,
  .home-media-section,
  .about-intro,
  .qualification-section,
  .career-section,
  .publication-section,
  .engagement-section,
  .press-section,
  .service-pricing,
  .service-faq,
  .detail-services,
  .context-section,
  .related-section,
  .media-archive,
  .media-request,
  .knowledge-featured,
  .knowledge-library,
  .article-reading-layout,
  .article-author > div,
  .article-related,
  .contact-navigator,
  .contact-form-design,
  .document-section {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .packages-title,
  .detail-heading,
  .related-head,
  .media-archive-head,
  .knowledge-featured-head,
  .article-related > header,
  .document-section > header {
    margin-bottom: 3rem;
  }

  .knowledge-group { margin-bottom: 4.5rem; }
  .navigator-intro,
  .article-reading-aside { margin-bottom: 3rem; }
}

@media (max-width: 420px) {
  .practice-section,
  .scenario-section,
  .inkasso-section,
  .packages-section,
  .knowledge-section,
  .contact-section,
  .home-media-section,
  .about-intro,
  .qualification-section,
  .career-section,
  .publication-section,
  .engagement-section,
  .press-section,
  .service-pricing,
  .service-faq,
  .detail-services,
  .context-section,
  .related-section,
  .media-archive,
  .media-request,
  .knowledge-featured,
  .knowledge-library,
  .article-reading-layout,
  .article-author > div,
  .article-related,
  .contact-navigator,
  .contact-form-design,
  .document-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .detail-hero-main,
  .media-hero > div,
  .overview-hero,
  .contact-page-hero,
  .simple-hero,
  .standard-page-hero,
  .legal-hero,
  .downloads-hero,
  .article-hero,
  .about-hero-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .detail-hero-main h1,
  .media-hero h1,
  .overview-hero h1,
  .contact-page-hero h1,
  .simple-hero h1,
  .standard-page-hero h1,
  .legal-hero h1,
  .downloads-hero h1,
  .article-hero h1,
  .about-hero h1 {
    font-size: clamp(36px, 11.5vw, 48px);
    line-height: 1;
    letter-spacing: -.038em;
  }

  .home-focus-card { padding: 1.2rem; }
  .home-focus-card h3 {
    margin-top: 2.75rem;
    font-size: clamp(32px, 10.5vw, 40px);
    line-height: 1.04;
  }
  .home-focus-card li { min-height: 88px; }
  .home-focus-card li strong { font-size: 17px; }
  .home-focus-card li > span { font-size: 10px; }
  .home-focus-card li b { font-size: clamp(20px, 6.5vw, 25px); }

  .home-mastheads,
  .media-mastheads { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-mastheads span,
  .media-mastheads span { font-size: 19px; overflow-wrap: anywhere; }
  .home-mastheads .media-mark span,
  .media-mastheads .media-mark span { font-size: 10px; }

  .about-facts { grid-template-columns: minmax(0, 1fr); }
  .trust-row { grid-template-columns: minmax(0, 1fr); gap: 1rem; }
  .detail-feature-grid h3,
  .practice-card h3,
  .related-grid h3,
  .overview-cards h2,
  .article-grid h3,
  .knowledge-featured-grid h3,
  .knowledge-archive-grid h3,
  .article-related h3,
  .download-grid h2,
  .qualification-grid h3 { margin-top: 2rem; }
  .detail-feature-grid article,
  .practice-card,
  .related-grid a,
  .overview-cards > a,
  .article-grid article,
  .knowledge-featured-grid a,
  .knowledge-archive-grid > a,
  .article-related > div > a,
  .download-grid a,
  .document-card,
  .qualification-grid a { padding: 1.2rem; }
  .profile-statement { min-height: 520px; }
  .detail-hero-aside img { min-height: 420px; }
  .contact-popover { left: .75rem; right: .75rem; padding: 1.1rem; }
  .contact-popover .navigator-link { grid-template-columns: auto minmax(0, 1fr) auto; }
  .mobile-contact a { font-size: 11px; }
}
