:root {
  --blue: #4783a0;
  --cyan: #5ce1e6;
  --ink: #1d1d1d;
  --white: #ffffff;
  --mist: #edf5f7;
  --mist-strong: #dcebef;
  --muted: #5f6467;
  --line: rgba(29, 29, 29, 0.15);
  --font: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  padding-top: 82px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 450;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--ink);
  background: var(--cyan);
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  hyphens: auto;
  hyphenate-character: "-";
  overflow-wrap: break-word;
  text-wrap: balance;
  word-break: normal;
}

h1,
h2 {
  margin-bottom: 0;
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

h1 {
  max-width: 730px;
  font-size: clamp(3.2rem, 5.7vw, 5.35rem);
}

h2 {
  font-size: clamp(2.35rem, 4vw, 3.75rem);
}

h3 {
  font-weight: 650;
  line-height: 1.22;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: clamp(82px, 9vw, 120px);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 22px rgba(29, 29, 29, 0.06);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand img {
  width: 218px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 42px);
}

.nav a {
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--blue);
}

.nav .nav-button {
  padding: 10px 15px;
  color: var(--white);
  background: var(--blue);
}

.nav .nav-button:hover,
.nav .nav-button:focus-visible {
  color: var(--ink);
  background: var(--cyan);
}

.hero {
  background: var(--white);
}

.hero-grid {
  display: grid;
  min-height: 690px;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: clamp(46px, 8vw, 104px);
}

.hero-content {
  display: flex;
  padding-block: 86px 72px;
  justify-content: center;
  flex-direction: column;
}

.eyebrow {
  margin-bottom: 24px;
  color: var(--blue);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 720;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 680px;
  margin: 30px 0 34px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  margin-bottom: 42px;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 26px;
}

.primary-button {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 19px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
  background: var(--ink);
  font-size: 0.88rem;
  font-weight: 720;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  color: var(--ink);
  background: var(--cyan);
}

.hero-actions > span {
  color: var(--muted);
  font-size: 0.86rem;
}

.target-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.target-groups span {
  padding: 7px 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--white);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel {
  display: flex;
  margin: 0;
  padding: 64px clamp(34px, 5vw, 66px);
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(71, 131, 160, 0.9), rgba(29, 29, 29, 0.58)),
    url("assets/wcg-structure-hero.png") center / cover no-repeat;
}

.panel-label {
  margin-bottom: 54px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.keyword-stack {
  max-width: 100%;
  margin-bottom: 52px;
  padding-right: 12px;
}

.keyword-stack span {
  display: block;
  font-size: clamp(2.05rem, 2.45vw, 2.4rem);
  font-weight: 680;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.keyword-stack span:nth-child(2) {
  color: var(--cyan);
}

.hero-panel > p:last-child {
  max-width: 390px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.93rem;
}

.services {
  background: var(--mist);
}

.section-intro {
  display: grid;
  margin-bottom: 54px;
  align-items: end;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.6fr);
  gap: 76px;
}

.section-intro > p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-list {
  border-top: 1px solid rgba(29, 29, 29, 0.18);
}

.service-row {
  display: grid;
  min-width: 0;
  min-height: 210px;
  padding: 34px clamp(24px, 3.2vw, 42px);
  align-items: center;
  grid-template-columns: 76px minmax(250px, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(22px, 3.2vw, 48px);
  border-right: 1px solid rgba(29, 29, 29, 0.14);
  border-bottom: 1px solid rgba(29, 29, 29, 0.14);
  border-left: 1px solid rgba(29, 29, 29, 0.14);
  background: var(--white);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.58);
}

.service-row:hover {
  z-index: 1;
  border-color: rgba(71, 131, 160, 0.5);
  box-shadow: 0 14px 30px rgba(29, 29, 29, 0.07);
  transform: translateY(-2px);
}

.service-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
}

.service-row:nth-child(even) .service-icon {
  color: var(--ink);
  background: var(--cyan);
}

.service-icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-row h3 {
  min-width: 0;
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  hyphens: auto;
  hyphenate-character: "-";
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
  word-break: normal;
}

.service-details p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.buzzwords {
  display: flex;
  margin: auto 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.buzzwords li {
  padding: 6px 9px;
  border: 1px solid rgba(29, 29, 29, 0.16);
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.67rem;
  font-weight: 720;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.service-link {
  display: inline-flex;
  margin-top: 22px;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 0.77rem;
  font-weight: 760;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-link:hover,
.service-link:focus-visible {
  color: var(--ink);
}

.service-link span {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.service-link:hover span,
.service-link:focus-visible span {
  transform: translateX(4px);
}

.approach {
  color: var(--ink);
  background: var(--mist);
}

.eyebrow-light {
  color: var(--blue);
}

.approach-heading {
  display: grid;
  margin-bottom: 58px;
  align-items: end;
  grid-template-areas:
    "label label"
    "title copy";
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 20px 76px;
}

.approach-heading .eyebrow,
.approach-heading h2,
.approach-heading > p {
  margin-bottom: 0;
}

.approach-heading .eyebrow {
  grid-area: label;
}

.approach-heading h2 {
  grid-area: title;
}

.approach-heading > p:last-child {
  grid-area: copy;
}

.approach-heading > p {
  color: var(--muted);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.approach-grid article {
  min-height: 300px;
  padding: 36px;
  border: 1px solid rgba(29, 29, 29, 0.14);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(29, 29, 29, 0.045);
}

.approach-icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
}

.approach-grid article:nth-child(even) .approach-icon {
  color: var(--ink);
  background: var(--cyan);
}

.approach-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.approach-grid h3 {
  margin: 34px 0 12px;
  font-size: 1.55rem;
}

.approach-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.partner-strip {
  display: grid;
  margin-top: 14px;
  padding: 24px 28px;
  align-items: center;
  grid-template-columns: 0.7fr 1fr;
  gap: 42px;
  color: var(--ink);
  border: 1px solid rgba(29, 29, 29, 0.14);
  background: var(--white);
}

.partner-strip strong {
  font-size: 1rem;
}

.partner-strip p {
  margin-bottom: 0;
  font-size: 0.86rem;
}

.advisors {
  background: var(--white);
}

.advisors-intro {
  display: grid;
  margin-bottom: 52px;
  align-items: start;
  grid-template-columns: 1fr;
  gap: 20px;
}

.advisors-intro .eyebrow,
.advisors-intro h2 {
  margin-bottom: 0;
}

.advisors-intro h2 {
  max-width: 830px;
}

.advisor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.advisor-card {
  display: grid;
  min-height: 380px;
  border: 1px solid var(--line);
  background: var(--white);
  grid-template-columns: 175px 1fr;
}

.advisor-card img {
  width: 175px;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(0.82);
}

.advisor-content {
  padding: 34px 32px;
}

.advisor-content h3 {
  margin-bottom: 5px;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  letter-spacing: -0.03em;
}

.profession {
  margin-bottom: 25px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.advisor-content ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.advisor-content li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.advisor-content li::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--cyan);
}

.contact {
  background: var(--cyan);
}

.contact-grid {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.55fr);
  gap: clamp(64px, 10vw, 134px);
}

.contact .eyebrow {
  color: var(--ink);
}

.contact-action p {
  margin-bottom: 32px;
  color: rgba(29, 29, 29, 0.75);
}

.contact-action a {
  display: flex;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--ink);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.contact-action a:hover,
.contact-action a:focus-visible {
  color: var(--blue);
  border-color: var(--blue);
}

.footer {
  padding-block: 30px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--mist);
  font-size: 0.78rem;
}

.footer-inner {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
}

.footer strong {
  color: var(--ink);
  font-weight: 650;
}

.footer p {
  margin: 4px 0 0;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  text-underline-offset: 4px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--blue);
}

.footer-links a[aria-current="page"] {
  color: var(--ink);
  font-weight: 680;
  text-decoration-color: var(--cyan);
  text-decoration-thickness: 3px;
}

/* Fachliche Unterseiten */

.specialist-hero {
  background: var(--white);
}

.specialist-hero-grid {
  display: grid;
  min-height: 610px;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: clamp(46px, 8vw, 104px);
}

.specialist-hero-content {
  display: flex;
  padding-block: 72px 68px;
  justify-content: center;
  flex-direction: column;
}

.breadcrumb {
  display: flex;
  margin: 0 0 38px;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  list-style: none;
}

.breadcrumb li + li::before {
  margin-right: 7px;
  content: "/";
  color: rgba(29, 29, 29, 0.38);
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--blue);
}

.specialist-hero h1 {
  max-width: 780px;
  font-size: clamp(2.9rem, 5.3vw, 4.85rem);
}

.specialist-lead {
  max-width: 720px;
  margin: 30px 0 34px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.72;
}

.specialist-summary {
  display: flex;
  min-width: 0;
  padding: 56px clamp(32px, 4.4vw, 58px);
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  background: var(--blue);
}

.specialist-summary .panel-label {
  margin-bottom: 34px;
}

.specialist-summary h2 {
  margin-bottom: 32px;
  font-size: clamp(1.9rem, 2.55vw, 2.4rem);
  overflow-wrap: break-word;
}

.specialist-summary h2 span {
  display: block;
}

.specialist-summary h2 span + span {
  margin-top: 0.18em;
}

.topic-tags {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.topic-tags li {
  min-width: 0;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.69rem;
  font-weight: 720;
  hyphens: auto;
  letter-spacing: 0.06em;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.specialist-section {
  padding-block: clamp(78px, 8vw, 112px);
}

.hero-content,
.hero-panel,
.specialist-hero-content,
.service-details,
.topic-article,
.topic-sidebar,
.topic-callout-grid > *,
.process-step,
.situation-card {
  min-width: 0;
}

.specialist-section--mist {
  background: var(--mist);
}

.specialist-intro {
  display: grid;
  margin-bottom: 48px;
  align-items: end;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.62fr);
  gap: 70px;
}

.specialist-intro .eyebrow,
.specialist-intro h2,
.specialist-intro > p {
  margin-bottom: 0;
}

.specialist-intro > p {
  color: var(--muted);
}

.situation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.situation-card {
  display: block;
  position: relative;
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.situation-card:hover,
.situation-card:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 14px 30px rgba(29, 29, 29, 0.06);
  transform: translateY(-2px);
}

.card-pictogram {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-size: 1.45rem;
  font-weight: 520;
  line-height: 1;
}

.situation-card:nth-child(even) .card-pictogram {
  color: var(--ink);
  background: var(--cyan);
}

.situation-card .card-number {
  position: absolute;
  top: 34px;
  right: 30px;
  display: block;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.situation-card h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.situation-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.situation-card .card-link {
  display: inline-flex;
  margin-top: 24px;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.consulting-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 104px);
}

.consulting-grid h2 {
  max-width: 620px;
}

.consulting-copy > p {
  margin-bottom: 28px;
  color: var(--muted);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 0 16px 30px;
  border-top: 1px solid var(--line);
}

.check-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid var(--cyan);
  content: "";
}

.structure-feature {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
  gap: clamp(54px, 8vw, 104px);
}

.structure-copy h2 {
  max-width: 640px;
}

.structure-copy > p {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
}

.keyword-bank {
  display: flex;
  margin: 32px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.keyword-bank li {
  padding: 7px 10px;
  border: 1px solid rgba(29, 29, 29, 0.17);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.org-figure {
  margin: 0;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(29, 29, 29, 0.055);
}

.org-figure figcaption {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 680;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.org-chart {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.org-node {
  display: grid;
  min-height: 62px;
  padding: 12px 18px;
  place-items: center;
  border: 1px solid rgba(29, 29, 29, 0.17);
  background: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.org-node--root {
  min-width: 190px;
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

.org-node--center {
  min-width: 210px;
  color: var(--ink);
  border-color: var(--cyan);
  background: var(--cyan);
}

.org-connector {
  width: 1px;
  height: 28px;
  background: rgba(29, 29, 29, 0.34);
}

.org-children {
  position: relative;
  display: grid;
  width: 100%;
  padding-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.org-children::before {
  position: absolute;
  top: 0;
  right: calc(16.666% - 6px);
  left: calc(16.666% - 6px);
  height: 1px;
  content: "";
  background: rgba(29, 29, 29, 0.34);
}

.org-children .org-node {
  position: relative;
}

.org-children .org-node::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 28px;
  content: "";
  background: rgba(29, 29, 29, 0.34);
}

.org-note {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.holding-benefits {
  display: grid;
  margin-top: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.holding-benefit {
  display: grid;
  min-height: 94px;
  padding: 16px;
  align-items: center;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  border: 1px solid rgba(71, 131, 160, 0.28);
  background: var(--mist);
}

.holding-benefit > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-size: 1.15rem;
  font-weight: 760;
}

.holding-benefit:nth-child(2) > span {
  color: var(--ink);
  background: var(--cyan);
}

.holding-benefit p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

.holding-benefit strong {
  display: block;
  color: var(--ink);
  font-size: 0.78rem;
}

.three-circle-model {
  position: relative;
  width: min(100%, 360px);
  height: 330px;
  margin-inline: auto;
}

.model-circle {
  position: absolute;
  display: grid;
  width: 220px;
  height: 220px;
  place-items: center;
  border: 3px solid var(--blue);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(71, 131, 160, 0.18);
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.model-circle span {
  position: absolute;
}

.model-circle--family {
  top: 0;
  left: 0;
}

.model-circle--family span {
  top: 44px;
  left: 34px;
}

.model-circle--ownership {
  top: 0;
  right: 0;
  border-color: var(--cyan);
  background: rgba(92, 225, 230, 0.2);
}

.model-circle--ownership span {
  top: 44px;
  right: 22px;
}

.model-circle--business {
  right: 50%;
  bottom: 0;
  border-color: var(--ink);
  background: rgba(29, 29, 29, 0.08);
  transform: translateX(50%);
}

.model-circle--business span {
  bottom: 38px;
}

.model-center {
  position: absolute;
  z-index: 2;
  top: 150px;
  left: 50%;
  display: grid;
  width: 112px;
  min-height: 46px;
  padding: 8px 10px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transform: translate(38px, -50%);
}

.model-center::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 38px;
  height: 2px;
  content: "";
  background: var(--blue);
  transform: translateY(-50%);
}

.model-center::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 34px);
  width: 9px;
  height: 9px;
  border: 2px solid var(--white);
  border-radius: 50%;
  content: "";
  background: var(--blue);
  box-shadow: 0 0 0 2px var(--blue);
  transform: translateY(-50%);
}

.property-lifecycle {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
}

.lifecycle-step {
  display: flex;
  min-height: 205px;
  padding: 22px 18px;
  border: 1px solid rgba(29, 29, 29, 0.17);
  justify-content: space-between;
  flex-direction: column;
  background: var(--white);
}

.lifecycle-step--accent {
  border-color: var(--cyan);
  background: rgba(92, 225, 230, 0.17);
}

.lifecycle-step > span {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.lifecycle-step strong {
  font-size: 1.08rem;
  line-height: 1.15;
}

.lifecycle-step small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.lifecycle-arrow {
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 760;
}

.documentation-chain {
  display: grid;
  align-items: stretch;
  grid-template-columns:
    minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr) 22px
    minmax(0, 1fr) 22px minmax(0, 1fr);
}

.documentation-step {
  display: flex;
  min-width: 0;
  min-height: 178px;
  padding: 18px 14px;
  border: 1px solid rgba(29, 29, 29, 0.17);
  justify-content: space-between;
  flex-direction: column;
  background: var(--white);
}

.documentation-step:nth-child(3),
.documentation-step:nth-child(7) {
  border-color: var(--cyan);
  background: rgba(92, 225, 230, 0.14);
}

.documentation-step > span {
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.documentation-step strong {
  font-size: 0.92rem;
  hyphens: auto;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.documentation-step small {
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.4;
}

.documentation-arrow {
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 760;
}

.process-grid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.process-step {
  min-height: 260px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.process-step strong {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-size: 0.85rem;
}

.process-step:nth-child(2) strong {
  color: var(--ink);
  background: var(--cyan);
}

.process-step h3 {
  margin-bottom: 12px;
  font-size: 1.32rem;
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.qualification-band {
  color: var(--white);
  background: var(--blue);
}

.qualification-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.2fr);
  gap: clamp(52px, 9vw, 120px);
}

.qualification-band .eyebrow {
  color: var(--cyan);
}

.qualification-band h2 {
  max-width: 580px;
}

.qualification-list {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.qualification-item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.qualification-item h3 {
  margin-bottom: 7px;
  font-size: 1.22rem;
}

.qualification-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 650;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 24px;
  right: 4px;
  content: "+";
  color: var(--blue);
  font-size: 1.35rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--muted);
}

.related-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.related-card {
  display: flex;
  min-height: 170px;
  padding: 30px;
  border: 1px solid var(--line);
  justify-content: space-between;
  flex-direction: column;
  background: var(--white);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.related-card:hover,
.related-card:focus-visible {
  border-color: var(--blue);
  transform: translateY(-2px);
}

.related-card span {
  align-self: flex-end;
  color: var(--blue);
  font-size: 1.25rem;
}

.related-card h3 {
  max-width: 430px;
  margin-bottom: 0;
  font-size: 1.38rem;
}

/* Vertiefungsseiten zu Umstrukturierungen */

.topic-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(54px, 8vw, 104px);
}

.topic-article {
  max-width: 790px;
}

.topic-article h2 {
  margin-bottom: 30px;
}

.topic-article h3 {
  margin: 40px 0 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  letter-spacing: -0.025em;
}

.topic-article p,
.topic-article li {
  color: var(--muted);
}

.topic-article p {
  margin-bottom: 18px;
}

.topic-article ul {
  margin: 20px 0 26px;
  padding-left: 22px;
}

.topic-article li + li {
  margin-top: 8px;
}

.topic-sidebar {
  position: sticky;
  top: 118px;
  padding: 28px;
  border-top: 5px solid var(--cyan);
  background: var(--mist);
}

.topic-sidebar h2 {
  margin-bottom: 20px;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.topic-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topic-sidebar li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.87rem;
}

.topic-sidebar li::before {
  margin-right: 9px;
  content: "→";
  color: var(--blue);
  font-weight: 760;
}

.topic-callout-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 90px);
}

.topic-callout-grid > div > p {
  color: var(--muted);
}

.topic-callout-grid > div:first-child h2 {
  margin-bottom: 32px;
}

.topic-callout-panel {
  padding: clamp(30px, 4vw, 44px);
  border: 1px solid var(--line);
  background: var(--white);
}

.topic-callout-panel h3 {
  margin-bottom: 18px;
  font-size: 1.4rem;
}

.topic-callout-panel p {
  margin-bottom: 16px;
  color: var(--muted);
}

.topic-callout-panel p:last-child {
  margin-bottom: 0;
}

.topic-law-note {
  padding: 18px 20px;
  border-left: 5px solid var(--blue);
  background: rgba(71, 131, 160, 0.08);
  font-size: 0.84rem;
}

.topic-nav-grid {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.topic-nav-card {
  display: flex;
  min-width: 0;
  min-height: 154px;
  padding: 24px;
  border: 1px solid var(--line);
  justify-content: space-between;
  flex-direction: column;
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.topic-nav-card:hover,
.topic-nav-card:focus-visible {
  border-color: var(--blue);
  transform: translateY(-2px);
}

.topic-nav-card span {
  align-self: flex-end;
  color: var(--blue);
  font-size: 1.2rem;
}

.topic-nav-card strong,
.breadcrumb li,
.topic-sidebar li {
  min-width: 0;
  hyphens: auto;
  overflow-wrap: break-word;
}

.topic-nav-card strong {
  font-size: 1.08rem;
}

/* Rechtliche Seiten */

.legal-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(82px, 9vw, 118px);
  background: var(--mist);
}

.legal-hero::after {
  position: absolute;
  right: max(calc((100vw - 1180px) / 2), 24px);
  bottom: -78px;
  width: 270px;
  height: 270px;
  border: 52px solid rgba(92, 225, 230, 0.42);
  content: "";
  transform: rotate(12deg);
}

.legal-hero .shell {
  position: relative;
  z-index: 1;
}

.legal-hero h1 {
  max-width: 900px;
}

.legal-hero .legal-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.legal-main {
  padding-block: clamp(72px, 8vw, 110px);
  background: var(--white);
}

.legal-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(56px, 8vw, 104px);
}

.legal-article {
  max-width: 820px;
}

.legal-section {
  padding: 0 0 48px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 112px;
}

.legal-section + .legal-section {
  padding-top: 48px;
}

.legal-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-section h2 {
  margin-bottom: 24px;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
  letter-spacing: -0.035em;
}

.legal-section h3 {
  margin: 30px 0 12px;
  font-size: 1.08rem;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
}

.legal-section p {
  margin-bottom: 16px;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  margin-bottom: 20px;
  padding-left: 22px;
}

.legal-section a {
  color: var(--blue);
  font-weight: 620;
  text-underline-offset: 3px;
}

.legal-section a:hover,
.legal-section a:focus-visible {
  color: var(--ink);
}

.legal-address,
.legal-fact-grid {
  display: grid;
  gap: 16px;
}

.legal-fact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-card {
  padding: 26px 28px;
  border: 1px solid var(--line);
  background: var(--mist);
}

.legal-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-weight: 680;
}

.legal-card p {
  margin: 0;
}

.legal-aside {
  position: sticky;
  top: 116px;
  padding: 26px;
  border-top: 5px solid var(--cyan);
  background: var(--mist);
}

.legal-aside strong {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-aside a {
  display: block;
  padding-block: 8px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
  text-decoration: none;
}

.legal-aside a:last-child {
  border-bottom: 0;
}

.legal-aside a:hover,
.legal-aside a:focus-visible {
  color: var(--blue);
}

.legal-back {
  display: inline-flex;
  margin-top: 34px;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-back:hover,
.legal-back:focus-visible {
  color: var(--blue);
}

@media (max-width: 1040px) {
  .hero {
    background: var(--white);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-panel {
    margin: 0;
  }

  .section-intro,
  .approach-heading,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    display: none;
  }

  .approach-heading {
    grid-template-areas:
      "label"
      "title"
      "copy";
  }

  .section-intro > p,
  .approach-heading > p {
    max-width: 720px;
  }

  .approach-heading .eyebrow {
    margin-bottom: 0;
  }

  .advisor-grid {
    grid-template-columns: 1fr;
  }

  .specialist-hero-grid,
  .consulting-grid,
  .qualification-grid,
  .structure-feature,
  .topic-layout,
  .topic-callout-grid {
    grid-template-columns: 1fr;
  }

  .specialist-hero-grid {
    gap: 0;
  }

  .specialist-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .topic-sidebar {
    position: static;
  }
}

@media (max-width: 800px) {
  :root {
    --shell: min(100% - 36px, 690px);
  }

  .brand img {
    width: 190px;
  }

  .nav a:not(.nav-button) {
    display: none;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-content {
    padding-block: 70px 64px;
  }

  .hero-panel {
    padding-block: 54px;
  }

  .keyword-stack span {
    font-size: clamp(2.05rem, 7vw, 2.4rem);
  }

  .panel-label,
  .keyword-stack {
    margin-bottom: 34px;
  }

  .service-row {
    padding-inline: 26px;
    grid-template-columns: 68px minmax(210px, 0.9fr) minmax(0, 1.2fr);
    gap: 24px;
  }

  .service-icon {
    width: 68px;
    height: 68px;
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }

  .approach-grid article {
    min-height: 220px;
    padding: 30px;
  }

  .approach-grid h3 {
    margin-top: 28px;
  }

  .partner-strip,
  .advisors-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .advisor-card {
    grid-template-columns: 165px 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-inner > p {
    grid-column: 1 / -1;
  }

  .situation-grid,
  .process-grid,
  .topic-nav-grid {
    grid-template-columns: 1fr;
  }

  .situation-card,
  .process-step {
    min-height: 0;
  }

  .process-grid {
    margin-top: 40px;
  }

  .documentation-chain {
    grid-template-columns: 1fr;
  }

  .documentation-step {
    min-height: 132px;
  }

  .documentation-arrow {
    height: 32px;
    transform: rotate(90deg);
  }

  .situation-card .card-number,
  .process-step strong {
    margin-bottom: 24px;
  }

  .situation-card .card-number {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 30px);
  }

  body {
    padding-top: 72px;
    font-size: 15px;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  h2 {
    font-size: clamp(1.95rem, 9.5vw, 2.65rem);
  }

  .section {
    padding-block: 74px;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand img {
    width: 168px;
  }

  .nav .nav-button {
    padding: 8px 11px;
    font-size: 0.68rem;
  }

  .hero-content {
    padding-block: 58px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-panel {
    margin-inline: 0;
    padding-inline: 30px;
  }

  .primary-button {
    max-width: 100%;
    white-space: normal;
  }

  .service-row {
    min-height: 380px;
    padding: 28px 22px;
    align-items: start;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 20px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-icon svg {
    width: 35px;
    height: 35px;
  }

  .service-row h3 {
    align-self: center;
  }

  .service-details {
    grid-column: 1 / -1;
  }

  .approach-icon {
    width: 60px;
    height: 60px;
  }

  .approach-icon svg {
    width: 34px;
    height: 34px;
  }

  .advisor-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .advisor-card img {
    width: 100%;
    height: clamp(205px, 61vw, 248px);
    object-fit: cover;
  }

  .advisor-card:nth-child(1) img {
    object-position: center 23%;
  }

  .advisor-card:nth-child(2) img {
    object-position: center 19%;
  }

  .advisor-content {
    padding: 28px 22px 30px;
  }

  .advisor-content h3 {
    font-size: 1.35rem;
  }

  .contact-action a {
    max-width: 100%;
    font-size: clamp(1.08rem, 5.5vw, 1.35rem);
    overflow-wrap: anywhere;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner > p {
    grid-column: 1;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .legal-hero {
    padding-block: 64px;
  }

  .legal-hero::after {
    right: -80px;
    bottom: -110px;
    opacity: 0.6;
  }

  .legal-main {
    padding-block: 62px 78px;
  }

  .legal-section {
    padding-bottom: 38px;
  }

  .legal-section + .legal-section {
    padding-top: 38px;
  }

  .legal-fact-grid {
    grid-template-columns: 1fr;
  }

  .legal-card {
    padding: 22px;
  }

  .specialist-hero-content {
    padding-block: 52px 58px;
  }

  .specialist-hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.2rem);
  }

  .specialist-summary {
    padding: 46px 28px;
  }

  .specialist-summary h2 {
    font-size: clamp(1.85rem, 8.8vw, 2.4rem);
  }

  .specialist-section {
    padding-block: 70px;
  }

  .situation-card,
  .process-step,
  .related-card {
    padding: 26px 22px;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .org-figure {
    padding: 28px 22px;
  }

  .holding-benefits {
    grid-template-columns: 1fr;
  }

  .three-circle-model {
    height: 270px;
  }

  .model-circle {
    width: 176px;
    height: 176px;
    font-size: 0.78rem;
  }

  .model-circle--family span {
    top: 34px;
    left: 22px;
  }

  .model-circle--ownership span {
    top: 34px;
    right: 14px;
  }

  .model-circle--business span {
    bottom: 28px;
  }

  .model-center {
    top: 122px;
    width: 104px;
    min-height: 42px;
    font-size: 0.66rem;
    transform: translate(18px, -50%);
  }

  .model-center::before {
    width: 18px;
  }

  .model-center::after {
    right: calc(100% + 14px);
  }

  .topic-callout-panel {
    padding: 26px 22px;
  }

  .topic-callout-grid > div:first-child h2 {
    margin-bottom: 26px;
  }

  .property-lifecycle {
    grid-template-columns: 1fr;
  }

  .documentation-step {
    min-height: 124px;
  }

  .lifecycle-step {
    min-height: 164px;
  }

  .lifecycle-arrow {
    height: 34px;
    transform: rotate(90deg);
  }

  .org-children {
    padding: 0 0 0 28px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .org-children::before {
    top: 0;
    right: auto;
    bottom: 31px;
    left: 0;
    width: 1px;
    height: auto;
  }

  .org-children .org-node::before {
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    width: 28px;
    height: 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
