:root {
  --expert-deep: #102e2d;
  --expert-petrol: #174a49;
  --expert-mist: #dfeae6;
  --expert-paper: #fbf7ee;
  --expert-brass: #b48a47;
  --expert-coral: #c96f51;
}

.expert-hub [id],
.expert-standard-page [id] { scroll-margin-top: 112px; }

.expert-section-heading { max-width: 850px; margin-bottom: 38px; }
.expert-section-heading > span {
  display: block;
  margin-bottom: 10px;
  color: var(--terracotta-dark);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.expert-section-heading h2 { margin-bottom: 15px; }
.expert-section-heading p { max-width: 760px; margin-bottom: 0; color: var(--ink-soft); font-size: 1.02rem; }
.expert-section-heading.light > span { color: #efb59e; }
.expert-section-heading.light h2,
.expert-section-heading.light p { color: white; }
.expert-section-heading.light p { color: #d2e3de; }

/* Startseite */
.expert-home-feature {
  margin-top: 104px;
  overflow: hidden;
  background: var(--expert-deep);
  color: white;
}
.expert-home-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: stretch;
  gap: clamp(48px, 7vw, 110px);
  padding-top: 72px;
  padding-bottom: 72px;
}
.expert-home-copy { align-self: center; }
.expert-home-copy h2 { max-width: 670px; margin-bottom: 22px; font-size: clamp(2.6rem, 4.5vw, 4.9rem); }
.expert-home-copy > p { max-width: 650px; color: #d2e3de; font-size: 1.07rem; }
.expert-home-stats { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.expert-home-stats span {
  display: grid;
  min-width: 132px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  color: #c8ddd6;
  font-size: .78rem;
}
.expert-home-stats strong { color: white; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.expert-home-button { background: var(--expert-coral); color: white; }
.expert-home-button:hover { background: #df8162; }
.expert-home-media { position: relative; min-height: 500px; }
.expert-home-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 36px; }
.expert-home-media .ai-image-disclosure { top: 18px; right: 18px; }
.expert-home-media > p {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  margin: 0;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(16,46,45,.88);
  color: white;
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-align: center;
  backdrop-filter: blur(8px);
}

/* Hub */
.expert-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  padding-top: 54px;
  padding-bottom: 84px;
}
.expert-hub-copy { min-width: 0; }
.expert-hub-copy h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 4.4vw, 5.35rem);
}
.expert-hub-copy > p { max-width: 700px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.expert-hub-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 30px 0; }
.expert-hub-stats span { padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fffaf4; color: var(--ink-soft); font-size: .78rem; }
.expert-hub-stats strong { display: block; color: var(--expert-petrol); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.expert-hub-hero figure { position: relative; margin: 0; }
.expert-hub-hero figure::before { content: ""; position: absolute; z-index: -1; inset: -22px 22px 22px -22px; border-radius: 42px; background: var(--expert-mist); }
.expert-hub-hero figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.expert-hub-hero figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 12px 6px 0;
  color: var(--ink-soft);
  font-size: .78rem;
}
.expert-hub-hero figcaption .ai-image-disclosure { position: static; flex: none; }

.expert-hub-routes { padding-top: 44px; padding-bottom: 112px; }
.expert-hub-routes > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.expert-hub-routes a {
  position: relative;
  min-height: 260px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: white;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(21,63,54,.07);
}
.expert-hub-routes a::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 150px; height: 150px; border-radius: 50%; background: var(--expert-mist); transition: transform .2s ease; }
.expert-hub-routes a:hover::after { transform: scale(1.18); }
.expert-hub-routes a > span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 2.1rem; }
.expert-hub-routes a > strong { display: block; margin: 12px 0 8px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.expert-hub-routes a p { position: relative; z-index: 1; max-width: 300px; margin: 0; color: var(--ink-soft); }

.expert-hub-orientation { padding: 100px 0; background: var(--expert-deep); color: white; }
.expert-orientation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.expert-orientation-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.055); }
.expert-orientation-grid strong { display: block; margin-bottom: 12px; color: white; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.expert-orientation-grid p { margin: 0; color: #d2e3de; }

.expert-catalog { padding-top: 112px; padding-bottom: 112px; }
.expert-catalog-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.expert-catalog-controls button {
  padding: 9px 14px;
  border: 1px solid #bbc9c4;
  border-radius: 999px;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-size: .8rem;
  font-weight: 800;
}
.expert-catalog-controls button[aria-pressed="true"] { border-color: var(--expert-petrol); background: var(--expert-petrol); color: white; }
.expert-catalog-status { margin: 0 0 22px; color: var(--ink-soft); font-size: .85rem; }
.expert-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.expert-standard-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: white;
  color: inherit;
  text-decoration: none;
}
.expert-standard-card[hidden] { display: none; }
a.expert-standard-card { border-color: #7fa79c; background: linear-gradient(145deg, #f1f7f4, #fffdf8); box-shadow: 0 17px 40px rgba(21,63,54,.11); }
a.expert-standard-card:hover { transform: translateY(-3px); box-shadow: 0 24px 50px rgba(21,63,54,.15); }
.expert-card-number { position: absolute; top: 18px; right: 20px; color: #c7d6d1; font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; }
.expert-card-status { display: flex; max-width: calc(100% - 56px); flex-direction: column; align-items: flex-start; gap: 7px; }
.expert-card-status span { color: var(--terracotta-dark); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.expert-card-status b { padding: 5px 9px; border-radius: 999px; background: #e9f0ed; color: var(--expert-petrol); font-size: .68rem; }
.status-update_in_progress .expert-card-status b { background: #f7e5dd; color: #8a422f; }
.expert-standard-card h3 { margin: 25px 0 12px; font-size: 1.75rem; }
.expert-standard-card > p { color: var(--ink-soft); font-size: .91rem; }
.expert-standard-card dl { display: grid; gap: 8px; margin: auto 0 16px; }
.expert-standard-card dl div { display: grid; grid-template-columns: 88px 1fr; gap: 8px; padding-top: 8px; border-top: 1px solid var(--line); font-size: .75rem; }
.expert-standard-card dt { color: var(--ink-soft); }
.expert-standard-card dd { margin: 0; font-weight: 750; }
.expert-standard-card > small { min-height: 58px; color: var(--ink-soft); line-height: 1.45; }
.expert-card-action { display: block; margin-top: 16px; color: var(--terracotta-dark); font-size: .78rem; }
.expert-card-action.muted { color: #72827d; }

.expert-update-watch { padding: 100px 0; background: #153a39; color: white; }
.expert-update-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); gap: clamp(42px, 7vw, 100px); }
.expert-update-grid > div p { color: #cfdfda; }
.expert-update-grid ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.expert-update-grid li { padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); }
.expert-update-grid li span { display: block; color: #efb59e; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-update-grid li strong { display: block; margin: 5px 0; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.expert-update-grid li p { margin: 0; color: #cfdfda; font-size: .86rem; }

.expert-rollout { padding-top: 112px; padding-bottom: 112px; }
.expert-rollout ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.expert-rollout li { padding: 28px; border-top: 4px solid var(--expert-brass); border-radius: 0 0 20px 20px; background: var(--cream); }
.expert-rollout li > span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 2.2rem; }
.expert-rollout li strong { display: block; margin: 8px 0; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.expert-rollout li p { margin: 0; color: var(--ink-soft); }

.expert-hub-sources { padding-bottom: 112px; }
.expert-hub-sources ol,
.expert-sources ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.expert-hub-sources li a,
.expert-sources li a { position: relative; display: grid; height: 100%; padding: 18px 46px 18px 18px; border: 1px solid var(--line); border-radius: 15px; background: white; text-decoration: none; }
.expert-hub-sources li span,
.expert-sources li span { color: var(--terracotta-dark); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-hub-sources li strong,
.expert-sources li strong { font-size: .83rem; }
.expert-hub-sources li small,
.expert-sources li small { color: var(--ink-soft); }
.expert-hub-sources li b,
.expert-sources li b { position: absolute; top: 16px; right: 18px; color: var(--expert-brass); }
.expert-hub-sources > aside,
.expert-sources > aside { margin-top: 18px; padding: 22px; border-left: 4px solid var(--expert-brass); background: var(--cream); }
.expert-hub-sources > aside p,
.expert-sources > aside p { margin: 6px 0 0; }

/* Einzelner Standard */
.expert-standard-hero {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  padding-top: 50px;
  padding-bottom: 62px;
}
.expert-standard-hero-copy { min-width: 0; }
.expert-standard-hero h1 {
  max-width: 100%;
  margin-bottom: 24px;
  font-size: clamp(3rem, 4.65vw, 5.3rem);
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}
.expert-standard-hero-copy > p { max-width: 720px; color: var(--ink-soft); font-size: 1.1rem; }
.expert-standard-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 27px; }
.expert-standard-meta span { padding: 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink-soft); font-size: .75rem; }
.expert-standard-meta strong { display: block; color: var(--expert-petrol); font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.expert-standard-hero figure { margin: 0; }
.expert-standard-hero figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 34px 34px 8px 34px; box-shadow: var(--shadow); }
.expert-standard-hero figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; color: var(--ink-soft); font-size: .76rem; }
.expert-standard-hero figcaption .ai-image-disclosure { position: static; flex: none; }

.expert-jump-nav {
  position: sticky;
  z-index: 35;
  top: 84px;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,253,248,.95);
  box-shadow: 0 8px 25px rgba(21,63,54,.08);
  scrollbar-width: thin;
  backdrop-filter: blur(14px);
}
.expert-jump-nav strong { padding: 6px 10px; color: var(--ink-soft); font-size: .72rem; white-space: nowrap; }
.expert-jump-nav a { padding: 7px 11px; border-radius: 999px; color: var(--expert-petrol); font-size: .76rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.expert-jump-nav a:hover { background: var(--expert-mist); }

.expert-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding-top: 36px; padding-bottom: 88px; }
.expert-route-grid a { position: relative; padding: 24px 52px 24px 24px; border: 1px solid var(--line); border-radius: 20px; background: white; text-decoration: none; }
.expert-route-grid a > span { color: var(--terracotta-dark); font-size: .69rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-route-grid a > strong { display: block; margin: 8px 0; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.expert-route-grid a p { margin: 0; color: var(--ink-soft); font-size: .85rem; }
.expert-route-grid a b { position: absolute; right: 22px; bottom: 22px; color: var(--expert-brass); font-size: 1.4rem; }

.expert-key-points { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(36px, 7vw, 100px); padding: 54px; border-radius: 30px; background: var(--expert-mist); }
.expert-key-points h2 { font-size: clamp(2.2rem, 3.8vw, 3.7rem); }
.expert-key-points ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; counter-reset: key; }
.expert-key-points li { position: relative; padding: 0 0 13px 42px; border-bottom: 1px solid rgba(23,74,73,.16); counter-increment: key; }
.expert-key-points li::before { content: counter(key, decimal-leading-zero); position: absolute; left: 0; color: var(--expert-brass); font-family: Georgia, serif; font-size: 1.2rem; }

.expert-understand { padding-top: 112px; padding-bottom: 112px; }
.expert-risk-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.expert-risk-grid article { min-height: 210px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fffaf4; }
.expert-risk-grid article:nth-child(2), .expert-risk-grid article:nth-child(3) { background: #eff5f2; }
.expert-risk-grid h3 { margin-bottom: 12px; }
.expert-risk-grid p { margin: 0; color: var(--ink-soft); }

.expert-process { padding: 106px 0; background: var(--expert-deep); color: white; }
.expert-process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.expert-process-list > li { border-top: 1px solid rgba(255,255,255,.15); }
.expert-process-list > li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.expert-process-list article { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 34px 0; }
.expert-process-list article > span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; }
.expert-process-list h3 { margin-bottom: 9px; color: white; font-size: 1.8rem; }
.expert-process-list article > div > p { max-width: 900px; color: #d2e3de; }
.expert-process-question { color: white !important; font-weight: 800; }
.expert-process-list aside { max-width: 780px; padding: 15px 18px; border-left: 3px solid var(--expert-brass); background: rgba(255,255,255,.055); }
.expert-process-list aside strong { color: #efd7ae; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.expert-process-list aside p { margin: 4px 0 0; color: #d2e3de; font-size: .88rem; }

.expert-interventions { padding-top: 112px; padding-bottom: 112px; }
.expert-intervention-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.expert-intervention-grid article { min-height: 250px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.expert-intervention-grid article > span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 1.7rem; }
.expert-intervention-grid h3 { margin: 16px 0 10px; }
.expert-intervention-grid p { margin: 0; color: var(--ink-soft); font-size: .91rem; }
.expert-boundary { margin-top: 20px; padding: 28px; border-radius: 20px; background: #f5ded5; }
.expert-boundary strong { color: #843e2b; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 500; }
.expert-boundary p { margin: 7px 0 0; }

.expert-settings { padding: 106px 0; background: #173f3e; color: white; }
.expert-setting-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.expert-setting-controls button { padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: transparent; color: white; cursor: pointer; font-size: .8rem; font-weight: 800; }
.expert-setting-controls button[aria-pressed="true"] { border-color: white; background: white; color: var(--expert-petrol); }
.expert-setting-panels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.expert-setting-panel { padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.055); }
.expert-setting-panel[hidden] { display: none; }
.expert-setting-panel > span { color: #efb59e; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-setting-panel h3 { margin: 10px 0 18px; color: white; }
.expert-setting-panel ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.expert-setting-panel li { position: relative; padding-left: 20px; color: #d2e3de; font-size: .9rem; }
.expert-setting-panel li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--expert-brass); }

.expert-roles { padding-top: 112px; padding-bottom: 112px; }
.expert-roles .table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; }
.expert-roles table { width: 100%; min-width: 820px; border-collapse: collapse; background: white; }
.expert-roles th, .expert-roles td { padding: 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.expert-roles thead th { background: var(--expert-deep); color: white; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.expert-roles tbody th { width: 220px; color: var(--expert-petrol); font-family: Georgia, serif; font-size: 1.08rem; }
.expert-roles tbody td { color: var(--ink-soft); font-size: .9rem; }

.expert-audit { padding: 106px 0; background: #f0ece2; }
.expert-audit form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.expert-audit-layer { min-width: 0; margin: 0; padding: 24px; border: 1px solid #d5d4ca; border-radius: 20px; background: white; }
.expert-audit-layer legend { float: left; width: 100%; margin: 0; padding: 0 0 20px; font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.15; }
.expert-audit-layer legend span { display: block; margin-bottom: 5px; color: var(--terracotta-dark); font-family: Inter, sans-serif; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-audit-layer ul { clear: both; display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.expert-audit-layer label { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--ink-soft); font-size: .86rem; cursor: pointer; }
.expert-audit-layer input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--expert-petrol); }
.expert-audit-status { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; border-radius: 14px; background: var(--expert-deep); color: white; }
.expert-audit-status p { margin: 0; font-weight: 750; }
.expert-audit-status button { border: 0; background: transparent; color: #efd7ae; cursor: pointer; font-weight: 800; }
.expert-audit-note { margin-top: 16px; padding: 22px; border-left: 4px solid var(--expert-brass); background: white; }
.expert-audit-note p { margin: 5px 0 0; }
.expert-noscript { margin: 14px 0; }

.expert-implementation { padding-top: 112px; padding-bottom: 112px; }
.expert-implementation ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.expert-implementation li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fffaf4; }
.expert-implementation li > span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 2rem; }
.expert-implementation h3 { margin-bottom: 8px; }
.expert-implementation p { margin: 0; color: var(--ink-soft); }

.expert-misconceptions { padding-bottom: 112px; }
.expert-misconceptions > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.expert-misconceptions details { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.expert-misconceptions summary { cursor: pointer; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.expert-misconceptions details p { margin: 14px 0 0; color: var(--ink-soft); }

.expert-related { padding-top: 94px; padding-bottom: 94px; border-block: 1px solid var(--line); }
.expert-related ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.expert-related a { position: relative; display: block; height: 100%; padding: 22px 48px 22px 22px; border-radius: 18px; background: var(--expert-mist); text-decoration: none; }
.expert-related a span { color: var(--terracotta-dark); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-related a strong { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.expert-related a b { position: absolute; right: 20px; top: 50%; color: var(--expert-brass); transform: translateY(-50%); }

.expert-sources { padding-top: 112px; padding-bottom: 112px; }

/* Bereichswerkzeuge */
.expert-area-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-block: 10px;
  overflow-x: auto;
  border-block: 1px solid var(--line);
  scrollbar-width: thin;
}
.expert-area-nav strong { margin-right: auto; color: var(--ink-soft); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.expert-area-nav a { padding: 9px 13px; border-radius: 999px; color: var(--expert-petrol); font-size: .78rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.expert-area-nav a:hover { background: var(--expert-mist); }
.expert-area-nav a[aria-current="page"] { background: var(--expert-petrol); color: white; }
.expert-radar-button { margin-top: 20px; background: #f4c77b; color: var(--expert-deep); }
.expert-radar-button:hover { background: #ffd891; }

.expert-tool-page [id] { scroll-margin-top: 112px; }
.expert-tool-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
  padding-top: 64px;
  padding-bottom: 88px;
}
.expert-tool-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(3.1rem, 6vw, 6.6rem); line-height: .91; overflow-wrap: normal; }
.expert-tool-hero > div > p { max-width: 760px; color: var(--ink-soft); font-size: 1.1rem; }
.expert-tool-hero > aside { padding: 30px; border-radius: 28px; background: var(--expert-deep); box-shadow: var(--shadow); color: white; }
.expert-tool-hero > aside strong { display: block; margin: 18px 0 6px; color: #f3c883; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.expert-tool-hero > aside strong:first-child { margin-top: 0; }
.expert-tool-hero > aside p { margin: 0; color: #d5e5df; }
.expert-tool-hero > aside time { display: block; color: white; font-family: Georgia, serif; font-size: 1.7rem; }
.expert-tool-stats { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0; }
.expert-tool-stats span { min-width: 140px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: #fffaf4; color: var(--ink-soft); font-size: .75rem; }
.expert-tool-stats strong { display: block; color: var(--expert-petrol); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }

.expert-situation-groups { padding-bottom: 100px; }
.expert-situation-groups > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.expert-situation-groups article { padding: 23px; border-top: 3px solid var(--expert-brass); border-radius: 0 0 18px 18px; background: var(--cream); }
.expert-situation-groups article > span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 1.8rem; }
.expert-situation-groups h3 { margin: 10px 0 8px; font-size: 1.25rem; }
.expert-situation-groups p { margin: 0; color: var(--ink-soft); font-size: .88rem; }

.expert-navigator { padding: 104px 0; background: var(--expert-deep); color: white; }
.expert-navigator-controls { display: grid; grid-template-columns: minmax(240px, 1.4fr) repeat(2, minmax(190px, .8fr)) auto; gap: 10px; align-items: end; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.055); }
.expert-navigator-controls label { display: grid; gap: 6px; }
.expert-navigator-controls label > span { color: #d5e5df; font-size: .73rem; font-weight: 800; }
.expert-navigator-controls input,
.expert-navigator-controls select,
.expert-navigator-controls button { min-height: 46px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; font: inherit; }
.expert-navigator-controls input,
.expert-navigator-controls select { width: 100%; padding: 10px 12px; background: white; color: var(--expert-deep); }
.expert-navigator-controls button { padding: 10px 14px; background: #f3c883; color: var(--expert-deep); cursor: pointer; font-size: .78rem; font-weight: 850; }
.expert-navigator-status { margin: 16px 0 24px; color: #d5e5df; font-size: .84rem; }
.expert-situation-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.expert-situation-card { display: flex; min-width: 0; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: #fdfaf3; color: var(--ink); }
.expert-situation-card[hidden] { display: none; }
.expert-situation-card > span { color: var(--terracotta-dark); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.expert-situation-card h2 { margin: 11px 0 10px; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.03; }
.expert-situation-card > p { color: var(--ink-soft); }
.expert-situation-question { color: var(--expert-petrol) !important; font-weight: 800; }
.expert-situation-links { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; margin-top: auto; padding-top: 12px; }
.expert-primary-standard { position: relative; display: block; padding: 15px 40px 15px 15px; border-radius: 13px; background: var(--expert-mist); text-decoration: none; }
.expert-primary-standard span,
.expert-situation-links > div > span { display: block; color: var(--terracotta-dark); font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-primary-standard strong { display: block; margin-top: 4px; }
.expert-primary-standard b { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); }
.expert-situation-links > div { padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; }
.expert-situation-links ul { display: flex; flex-wrap: wrap; gap: 4px 9px; margin: 5px 0 0; padding: 0; list-style: none; }
.expert-situation-links li { font-size: .77rem; }
.expert-situation-card > aside { margin-top: 14px; padding: 13px 15px; border-left: 3px solid var(--expert-coral); background: #f5e5de; }
.expert-situation-card > aside strong { color: #7f3e2e; font-size: .69rem; letter-spacing: .07em; text-transform: uppercase; }
.expert-situation-card > aside p { margin: 4px 0 0; color: #513b35; font-size: .82rem; }
.expert-no-results { padding: 24px; border: 1px dashed rgba(255,255,255,.35); border-radius: 15px; color: white; text-align: center; }

.expert-tool-method,
.expert-change-workflow { padding-top: 104px; padding-bottom: 104px; }
.expert-tool-method ol,
.expert-change-workflow ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.expert-tool-method li,
.expert-change-workflow li { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.expert-tool-method li > span,
.expert-change-workflow li > span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 1.8rem; }
.expert-tool-method li strong,
.expert-change-workflow li strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.expert-tool-method li p,
.expert-change-workflow li p { margin: 6px 0 0; color: var(--ink-soft); }
.expert-tool-method > aside { margin-top: 18px; padding: 20px 24px; border-left: 4px solid var(--expert-brass); background: var(--cream); }
.expert-tool-method > aside p { margin: 5px 0 0; }

.expert-radar-principle { padding: 100px 0; background: var(--expert-deep); color: white; }
.expert-radar-principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.expert-radar-principles article { padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.055); }
.expert-radar-principles strong { display: block; margin-bottom: 9px; color: white; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.expert-radar-principles p { margin: 0; color: #d5e5df; font-size: .88rem; }
.expert-radar-list { padding-top: 108px; padding-bottom: 108px; }
.expert-radar-controls { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 11px; }
.expert-radar-controls button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--expert-petrol); cursor: pointer; font-size: .78rem; font-weight: 850; }
.expert-radar-controls button[aria-pressed="true"] { border-color: var(--expert-petrol); background: var(--expert-petrol); color: white; }
.expert-radar-list > p { color: var(--ink-soft); font-size: .83rem; }
.expert-radar-grid { display: grid; gap: 15px; }
.expert-radar-card { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(200px, .75fr) minmax(220px, .85fr) minmax(260px, 1fr); gap: 16px; align-items: stretch; padding: 22px; border: 1px solid var(--line); border-left: 6px solid #4f8a79; border-radius: 18px; background: white; }
.expert-radar-card[hidden] { display: none; }
.expert-radar-card.phase-update_in_progress { border-left-color: var(--expert-coral); background: #fffaf7; }
.expert-radar-card.phase-special_current { border-left-color: var(--expert-brass); }
.expert-radar-card header > span { color: var(--terracotta-dark); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-radar-card header > b { display: block; width: fit-content; margin: 6px 0 14px; padding: 5px 8px; border-radius: 999px; background: var(--expert-mist); color: var(--expert-petrol); font-size: .64rem; }
.expert-radar-card.phase-update_in_progress header > b { background: #f5ded5; color: #853e2c; }
.expert-radar-card h2 { margin: 0 0 6px; font-size: 1.45rem; }
.expert-radar-card header p { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.expert-radar-stage,
.expert-radar-next { padding: 13px; border-radius: 12px; background: var(--cream); }
.expert-radar-stage > span,
.expert-radar-next > span { display: block; margin-bottom: 7px; color: var(--terracotta-dark); font-size: .63rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.expert-radar-stage strong,
.expert-radar-next strong { display: block; font-size: .88rem; }
.expert-radar-next time { display: block; margin-top: 9px; color: var(--expert-petrol); font-family: Georgia, serif; font-size: 1.25rem; }
.expert-radar-next small { display: block; margin-top: 8px; color: var(--ink-soft); }
.expert-radar-card > aside { padding: 13px; border-radius: 12px; background: var(--expert-deep); color: white; }
.expert-radar-card > aside strong { color: #f3c883; font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }
.expert-radar-card > aside p { margin: 6px 0 0; color: #d5e5df; font-size: .82rem; }
.expert-radar-card > details { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--line); }
.expert-radar-card summary { cursor: pointer; color: var(--expert-petrol); font-size: .8rem; font-weight: 850; }
.expert-radar-card details ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.expert-radar-card details li a { position: relative; display: grid; padding: 13px 34px 13px 13px; border: 1px solid var(--line); border-radius: 11px; text-decoration: none; }
.expert-radar-card details li span { color: var(--terracotta-dark); font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.expert-radar-card details li strong,
.expert-radar-card details li small { font-size: .74rem; }
.expert-radar-card details li b { position: absolute; top: 12px; right: 12px; }
.expert-watchlist { padding-bottom: 106px; }
.expert-watchlist > div:last-child > article { padding: 30px; border: 1px solid #e3b8a8; border-radius: 22px; background: #fff6f1; }
.expert-watchlist article > span { color: var(--terracotta-dark); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.expert-watchlist h3 { margin: 9px 0 14px; font-size: 2rem; }
.expert-watchlist p { max-width: 900px; color: var(--ink-soft); }
.expert-watchlist ul { margin: 16px 0 0; padding: 0; list-style: none; }
.expert-watchlist li a { display: block; max-width: 760px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: white; text-decoration: none; }
.expert-watchlist li span,
.expert-watchlist li strong,
.expert-watchlist li small { display: block; }
.expert-watchlist li span { color: var(--terracotta-dark); font-size: .65rem; font-weight: 850; text-transform: uppercase; }
.expert-watchlist li b { display: none; }

/* Fallwerkstatt und Auditbegleitung */
.expert-hub-workbenches { padding-top: 104px; padding-bottom: 104px; }
.expert-hub-workbenches > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.expert-hub-workbenches a { display: flex; min-height: 300px; flex-direction: column; padding: 30px; overflow: hidden; border-radius: 24px; background: var(--expert-deep); color: white; text-decoration: none; }
.expert-hub-workbenches a:last-child { background: #e7eee9; color: var(--expert-deep); }
.expert-hub-workbenches a > span { color: #f3c883; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-hub-workbenches a:last-child > span { color: var(--terracotta-dark); }
.expert-hub-workbenches a > strong { margin: 22px 0 12px; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 500; }
.expert-hub-workbenches a p { max-width: 570px; color: #d5e5df; }
.expert-hub-workbenches a:last-child p { color: var(--ink-soft); }
.expert-hub-workbenches a b { margin-top: auto; color: #f3c883; }
.expert-hub-workbenches a:last-child b { color: var(--terracotta-dark); }

.expert-standard-case-bridge { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 88px; padding: 28px 34px; border-radius: 22px; background: #f3e4dc; }
.expert-standard-case-bridge > div { max-width: 850px; }
.expert-standard-case-bridge span { color: var(--terracotta-dark); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-standard-case-bridge h2 { margin: 7px 0; font-size: clamp(1.7rem, 3vw, 2.65rem); }
.expert-standard-case-bridge p { margin: 0; color: var(--ink-soft); }
.expert-standard-case-bridge .button { flex: none; }
.expert-audit-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.expert-audit-note > div { max-width: 760px; }

.expert-case-library { padding: 104px 0; background: var(--expert-deep); color: white; }
.expert-case-library form { display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)) auto; gap: 10px; align-items: end; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.055); }
.expert-case-library form label { display: grid; gap: 6px; }
.expert-case-library form label span { color: #d5e5df; font-size: .72rem; font-weight: 850; }
.expert-case-library select,
.expert-case-library button { min-height: 46px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; font: inherit; }
.expert-case-library select { background: white; color: var(--expert-deep); }
.expert-case-library button { background: #f3c883; color: var(--expert-deep); cursor: pointer; font-size: .78rem; font-weight: 850; }
.expert-case-library form + p { color: #d5e5df; font-size: .83rem; }
.expert-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.expert-case-card { display: flex; min-height: 400px; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: #fdfaf3; color: var(--ink); text-decoration: none; }
.expert-case-card[hidden] { display: none; }
.expert-case-card > div > span { color: var(--terracotta-dark); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-case-card h2 { margin: 12px 0; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.expert-case-card p { color: var(--ink-soft); }
.expert-case-card dl { display: flex; gap: 9px; margin: auto 0 18px; }
.expert-case-card dl div { min-width: 120px; padding: 10px 12px; border-radius: 11px; background: var(--cream); }
.expert-case-card dt { color: var(--ink-soft); font-size: .65rem; }
.expert-case-card dd { margin: 2px 0 0; font-weight: 800; }
.expert-case-card > strong { color: var(--terracotta-dark); }
.expert-case-card > strong b { float: right; }
.expert-case-method { padding-top: 100px; padding-bottom: 100px; }
.expert-case-method ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: case-method; }
.expert-case-method li { position: relative; padding: 52px 22px 22px; border: 1px solid var(--line); border-radius: 18px; background: white; counter-increment: case-method; }
.expert-case-method li::before { content: counter(case-method, decimal-leading-zero); position: absolute; top: 16px; left: 22px; color: var(--expert-brass); font-family: Georgia, serif; font-size: 1.5rem; }

.expert-case-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(42px, 7vw, 94px); align-items: center; padding-top: 58px; padding-bottom: 82px; }
.expert-case-hero h1 { max-width: 850px; margin: 14px 0 18px; font-size: clamp(3.2rem, 6vw, 6rem); line-height: .94; }
.expert-case-hero > div > p { max-width: 720px; color: var(--ink-soft); font-size: 1.06rem; }
.expert-case-hero > div > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.expert-case-hero > div > div span { min-width: 115px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink-soft); font-size: .72rem; }
.expert-case-hero > div > div strong { display: block; color: var(--expert-petrol); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.expert-case-hero figure { margin: 0; }
.expert-case-hero img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 32px 32px 8px 32px; box-shadow: var(--shadow); }
.expert-case-hero figcaption { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 9px; color: var(--ink-soft); font-size: .72rem; }
.expert-case-hero figcaption .ai-image-disclosure { position: static; flex: none; }
.expert-case-scenario { padding: 94px 0; background: var(--expert-deep); color: white; }
.expert-case-scenario > div { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(38px, 7vw, 94px); }
.expert-case-scenario h2 { color: white; }
.expert-case-scenario > div > div > p { max-width: 830px; color: #d5e5df; font-size: 1.1rem; }
.expert-case-scenario aside { padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.055); }
.expert-case-scenario aside > strong { color: #f3c883; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.expert-case-scenario ul { display: grid; gap: 9px; margin: 15px 0 0; padding: 0; list-style: none; }
.expert-case-scenario li { position: relative; padding-left: 20px; color: #d5e5df; }
.expert-case-scenario li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--expert-brass); }
.expert-case-work { padding-top: 104px; padding-bottom: 104px; }
.expert-case-work > ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; }
.expert-case-work > ol li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: start; padding: 20px; border-radius: 15px; background: var(--cream); }
.expert-case-work > ol li span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 1.45rem; }
.expert-case-work > label { display: grid; gap: 7px; }
.expert-case-work > label > span { font-weight: 850; }
.expert-case-work textarea,
.expert-audit-note-field textarea { width: 100%; resize: vertical; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); font: inherit; }
.expert-case-work > p { color: var(--ink-soft); font-size: .78rem; }
.expert-case-solution { padding: 92px 0; background: #efe9dc; }
.expert-case-solution details { border-radius: 24px; background: white; box-shadow: var(--shadow); }
.expert-case-solution summary { padding: 28px; cursor: pointer; list-style: none; }
.expert-case-solution summary::-webkit-details-marker { display: none; }
.expert-case-solution summary span { display: block; color: var(--terracotta-dark); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-case-solution summary strong { display: block; margin-top: 8px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 500; }
.expert-case-solution details > ol { display: grid; gap: 0; margin: 0; padding: 0 28px 28px; list-style: none; }
.expert-case-solution details > ol li { display: grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.expert-case-solution details > ol li > span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 2rem; }
.expert-case-solution h3 { margin-bottom: 7px; }
.expert-case-solution p { margin: 0; color: var(--ink-soft); }
.expert-case-transfer { padding-top: 104px; padding-bottom: 104px; }
.expert-case-transfer > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.expert-case-transfer article { min-height: 210px; padding: 26px; border-radius: 20px; background: var(--expert-mist); }
.expert-case-transfer article:last-child { background: #f3e4dc; }
.expert-case-transfer article span { color: var(--terracotta-dark); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-case-transfer article p { margin-bottom: 0; font-size: 1.02rem; }
.expert-case-review { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(34px, 7vw, 90px); padding-bottom: 104px; }
.expert-case-review ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.expert-case-review li { padding: 15px; border-left: 4px solid var(--expert-coral); background: #fff5f0; }
.expert-case-review aside { padding: 28px; border-radius: 22px; background: var(--expert-deep); color: white; }
.expert-case-review aside strong { display: block; margin-top: 20px; color: #f3c883; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.expert-case-review aside strong:first-child { margin-top: 0; }
.expert-case-review aside p { color: #d5e5df; }
.expert-case-next { padding: 76px 0; background: #eadfcd; }
.expert-case-next > div { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.expert-case-next > div > div:first-child { max-width: 800px; }
.expert-case-next span { color: var(--terracotta-dark); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-case-next h2 { margin: 8px 0; }
.expert-case-next p { margin: 0; color: var(--ink-soft); }
.expert-case-next > div > div:last-child { display: grid; gap: 8px; min-width: 250px; }
.expert-case-next > div > div:last-child > a:not(.button) { font-size: .8rem; font-weight: 800; }

.expert-audit-method { padding-top: 104px; padding-bottom: 104px; }
.expert-audit-method > ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.expert-audit-method > ol li { padding: 20px; border-top: 4px solid var(--expert-brass); background: var(--cream); }
.expert-audit-method > ol li > span { color: var(--expert-brass); font-family: Georgia, serif; font-size: 1.6rem; }
.expert-audit-method > ol strong { display: block; margin: 10px 0 6px; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.expert-audit-method > ol p { margin: 0; color: var(--ink-soft); font-size: .83rem; }
.expert-audit-status-legend { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.expert-audit-status-legend article { padding: 17px; border-radius: 14px; background: #e3efe9; }
.expert-audit-status-legend .status-klaeren { background: #f7efd8; }
.expert-audit-status-legend .status-luecke { background: #f5ded5; }
.expert-audit-status-legend p { margin: 4px 0 0; color: var(--ink-soft); font-size: .82rem; }
.expert-audit-workbench { padding: 104px 0; background: var(--expert-deep); color: white; }
.expert-audit-companion-controls { position: sticky; z-index: 5; top: 86px; display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 8px; align-items: end; padding: 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(16,46,45,.97); box-shadow: 0 14px 40px rgba(0,0,0,.16); }
.expert-audit-companion-controls label { display: grid; gap: 5px; }
.expert-audit-companion-controls label span { color: #d5e5df; font-size: .68rem; font-weight: 850; }
.expert-audit-companion-controls select,
.expert-audit-companion-controls button { min-height: 44px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; font: inherit; }
.expert-audit-companion-controls select { background: white; color: var(--expert-deep); }
.expert-audit-companion-controls button { background: transparent; color: white; cursor: pointer; font-size: .75rem; font-weight: 850; }
.expert-audit-companion-controls button[data-expert-audit-print] { background: #f3c883; color: var(--expert-deep); }
.expert-audit-companion-summary { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 14px 0 24px; }
.expert-audit-companion-summary > span { min-width: 100px; padding: 9px 12px; border-radius: 10px; background: rgba(255,255,255,.08); color: #d5e5df; font-size: .72rem; }
.expert-audit-companion-summary > span strong { color: white; font-family: Georgia, serif; font-size: 1.3rem; }
.expert-audit-companion-summary p { flex: 1 1 260px; margin: 0; color: #d5e5df; font-size: .78rem; text-align: right; }
.expert-audit-standard-panel[hidden],
.expert-audit-companion-layer[hidden] { display: none; }
.expert-audit-standard-panel > header { padding: 26px; border-radius: 20px; background: #fdfaf3; color: var(--ink); }
.expert-audit-standard-panel > header span { color: var(--terracotta-dark); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-audit-standard-panel > header h2 { margin: 8px 0; }
.expert-audit-standard-panel > header p { max-width: 850px; color: var(--ink-soft); }
.expert-audit-standard-panel > header a { font-weight: 850; }
.expert-audit-companion-layer { margin-top: 18px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.045); }
.expert-audit-companion-layer > header span { color: #f3c883; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.expert-audit-companion-layer > header h3 { margin: 6px 0 18px; color: white; font-size: 1.8rem; }
.expert-evidence-guide { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.expert-evidence-guide article { padding: 15px; border-radius: 12px; background: rgba(255,255,255,.075); }
.expert-evidence-guide strong { color: #f3c883; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.expert-evidence-guide p { margin: 6px 0 0; color: #d5e5df; font-size: .78rem; }
.expert-audit-companion-layer > ol { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.expert-audit-companion-layer > ol > li { display: grid; grid-template-columns: minmax(250px, 1fr) auto minmax(260px, .8fr); gap: 14px; align-items: start; padding: 18px; border-radius: 14px; background: #fdfaf3; color: var(--ink); }
.expert-audit-companion-layer > ol > li > p { position: relative; margin: 0; padding-left: 34px; font-weight: 750; }
.expert-audit-companion-layer > ol > li > p > span { position: absolute; left: 0; color: var(--expert-brass); font-family: Georgia, serif; font-size: 1.25rem; }
.expert-audit-companion-layer fieldset { display: flex; gap: 5px; margin: 0; padding: 0; border: 0; }
.expert-audit-companion-layer fieldset legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.expert-audit-companion-layer fieldset label { cursor: pointer; }
.expert-audit-companion-layer fieldset input { position: absolute; opacity: 0; }
.expert-audit-companion-layer fieldset span { display: block; padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: .68rem; font-weight: 850; }
.expert-audit-companion-layer fieldset input:focus-visible + span { outline: 3px solid #184e8d; outline-offset: 2px; }
.expert-audit-companion-layer fieldset input[value="belegt"]:checked + span { border-color: #3b7964; background: #dcece5; color: #245c49; }
.expert-audit-companion-layer fieldset input[value="klaeren"]:checked + span { border-color: #b68631; background: #f7eac4; color: #76520f; }
.expert-audit-companion-layer fieldset input[value="luecke"]:checked + span { border-color: #b55c42; background: #f5ddd4; color: #7c3826; }
.expert-audit-note-field { display: grid; gap: 5px; }
.expert-audit-note-field > span { color: var(--ink-soft); font-size: .66rem; font-weight: 800; }
.expert-audit-note-field textarea { padding: 9px; font-size: .78rem; }

@media print {
  .site-header,
  .site-footer,
  .breadcrumb,
  .expert-area-nav,
  .expert-tool-hero,
  .expert-audit-method,
  .expert-audit-companion-controls,
  .expert-noscript { display: none !important; }
  .expert-audit-workbench { padding: 0; background: white; color: black; }
  .expert-audit-standard-panel[hidden],
  .expert-audit-companion-layer[hidden] { display: none !important; }
  .expert-audit-companion-layer { break-inside: avoid; border-color: #999; background: white; }
  .expert-audit-companion-layer > header h3,
  .expert-audit-standard-panel { color: black; }
  .expert-evidence-guide article { border: 1px solid #bbb; background: white; }
  .expert-evidence-guide p { color: #222; }
}

@media (max-width: 1120px) {
  .expert-home-grid,
  .expert-hub-hero,
  .expert-standard-hero { grid-template-columns: 1fr; }
  .expert-home-media { min-height: 420px; }
  .expert-hub-hero figure,
  .expert-standard-hero figure { max-width: 850px; }
  .expert-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expert-update-grid { grid-template-columns: 1fr; }
  .expert-tool-hero { grid-template-columns: 1fr; }
  .expert-radar-principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expert-radar-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expert-case-hero,
  .expert-case-scenario > div,
  .expert-case-review { grid-template-columns: 1fr; }
  .expert-audit-method > ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expert-evidence-guide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expert-audit-companion-layer > ol > li { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .expert-hub-routes > div:last-child,
  .expert-orientation-grid,
  .expert-rollout ol,
  .expert-route-grid,
  .expert-intervention-grid,
  .expert-setting-panels,
  .expert-audit form { grid-template-columns: 1fr; }
  .expert-situation-groups > div:last-child,
  .expert-situation-results,
  .expert-tool-method ol,
  .expert-change-workflow ol { grid-template-columns: 1fr; }
  .expert-navigator-controls { grid-template-columns: 1fr 1fr; }
  .expert-hub-workbenches > div:last-child,
  .expert-case-grid,
  .expert-case-method ol { grid-template-columns: 1fr; }
  .expert-case-library form { grid-template-columns: 1fr 1fr; }
  .expert-audit-companion-controls { grid-template-columns: 1fr 1fr; }
  .expert-standard-card { min-height: 350px; }
  .expert-key-points { grid-template-columns: 1fr; padding: 36px; }
  .expert-audit-status { grid-column: auto; }
  .expert-jump-nav { top: 84px; }
}

@media (max-width: 680px) {
  .expert-home-feature { margin-top: 72px; }
  .expert-home-grid { gap: 34px; padding-top: 56px; padding-bottom: 56px; }
  .expert-home-media { min-height: 300px; }
  .expert-home-media > p { right: 12px; bottom: 12px; left: 12px; padding: 11px; font-size: .68rem; }
  .expert-hub-hero,
  .expert-standard-hero { gap: 34px; padding-top: 34px; padding-bottom: 56px; }
  .expert-hub-copy h1 { font-size: clamp(2rem, 9vw, 3.7rem); overflow-wrap: normal; hyphens: auto; }
  .expert-standard-hero h1 { font-size: clamp(2.55rem, 11.8vw, 4rem); overflow-wrap: normal; word-break: normal; }
  .expert-hub-stats,
  .expert-standard-meta { grid-template-columns: 1fr; }
  .expert-hub-hero figcaption,
  .expert-standard-hero figcaption { align-items: flex-start; flex-direction: column; }
  .expert-hub-routes,
  .expert-catalog,
  .expert-rollout,
  .expert-understand,
  .expert-interventions,
  .expert-roles,
  .expert-implementation,
  .expert-sources { padding-top: 78px; padding-bottom: 78px; }
  .expert-hub-orientation,
  .expert-update-watch,
  .expert-process,
  .expert-settings,
  .expert-audit { padding-top: 78px; padding-bottom: 78px; }
  .expert-catalog-grid,
  .expert-risk-grid,
  .expert-implementation ol,
  .expert-misconceptions > div:last-child,
  .expert-related ul,
  .expert-hub-sources ol,
  .expert-sources ol { grid-template-columns: 1fr; }
  .expert-process-list article { grid-template-columns: 52px 1fr; gap: 14px; }
  .expert-process-list article > span { font-size: 2rem; }
  .expert-key-points { width: 100%; border-radius: 0; padding-inline: 20px; }
  .expert-jump-nav { width: 100%; max-width: none; border-right: 0; border-left: 0; border-radius: 0; }
  .expert-audit-status { align-items: flex-start; flex-direction: column; }
  .expert-area-nav strong { display: none; }
  .expert-area-nav { flex-wrap: wrap; overflow-x: visible; }
  .expert-area-nav a { flex: 1 1 30%; padding-inline: 8px; font-size: .7rem; text-align: center; white-space: normal; }
  .expert-tool-hero { gap: 28px; padding-top: 38px; padding-bottom: 64px; }
  .expert-tool-hero h1 { font-size: clamp(2.35rem, 10.5vw, 3.6rem); line-height: .96; overflow-wrap: normal; word-break: normal; hyphens: auto; }
  .expert-tool-stats { display: grid; grid-template-columns: 1fr; }
  .expert-navigator,
  .expert-radar-principle { padding-block: 78px; }
  .expert-navigator-controls,
  .expert-situation-links,
  .expert-radar-principles,
  .expert-radar-card,
  .expert-radar-card details ol { grid-template-columns: 1fr; }
  .expert-radar-card > details { grid-column: auto; }
  .expert-situation-card { padding: 21px; }
  .expert-tool-method,
  .expert-change-workflow,
  .expert-radar-list { padding-top: 78px; padding-bottom: 78px; }
  .expert-standard-case-bridge,
  .expert-audit-note,
  .expert-case-next > div { align-items: stretch; flex-direction: column; }
  .expert-standard-case-bridge .button { width: 100%; }
  .expert-case-library,
  .expert-case-scenario,
  .expert-audit-workbench { padding-block: 78px; }
  .expert-case-library form,
  .expert-case-work > ol,
  .expert-case-transfer > div:last-child,
  .expert-audit-method > ol,
  .expert-audit-status-legend,
  .expert-evidence-guide,
  .expert-audit-companion-controls { grid-template-columns: 1fr; }
  .expert-case-hero { gap: 28px; padding-top: 38px; padding-bottom: 60px; }
  .expert-case-hero h1 { font-size: clamp(2.45rem, 11vw, 4rem); line-height: .98; hyphens: auto; }
  .expert-case-hero figcaption { align-items: flex-start; flex-direction: column; }
  .expert-case-solution details > ol li { grid-template-columns: 44px 1fr; }
  .expert-audit-companion-controls { position: static; }
  .expert-audit-companion-summary p { text-align: left; }
  .expert-audit-companion-layer { padding: 16px; }
  .expert-audit-companion-layer > ol > li { padding: 14px; }
  .expert-audit-companion-layer fieldset { flex-wrap: wrap; }
}

@media (max-width: 390px) {
  .expert-home-media { min-height: 245px; }
  .expert-standard-card,
  .expert-hub-routes a,
  .expert-route-grid a,
  .expert-risk-grid article,
  .expert-intervention-grid article,
  .expert-setting-panel,
  .expert-implementation li { padding: 20px; }
  .expert-card-number { font-size: 2.5rem; }
  .expert-process-list article { grid-template-columns: 1fr; }
  .expert-process-list article > span { margin-bottom: -6px; }
  .expert-implementation li { grid-template-columns: 44px 1fr; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .expert-standard-card,
  .expert-hub-routes a::after { transition: none; }
}

@media (forced-colors: active) {
  .expert-catalog-controls button[aria-pressed="true"],
  .expert-setting-controls button[aria-pressed="true"] { outline: 2px solid CanvasText; }
  .expert-area-nav a[aria-current="page"],
  .expert-radar-controls button[aria-pressed="true"] { outline: 2px solid CanvasText; }
}
