
  :root {
    --ground: #F2EFE8;
    --ground-raised: #FBF9F4;
    --ink: #22302B;
    --ink-soft: #5C6B63;
    --line: #DDD8CB;
    --panel: #1C332C;
    --panel-ink: #EFEDE4;
    --panel-soft: #A8B5AC;
    --panel-line: #34493F;
    --accent: #B08A3E;
    --accent-ink: #8F6E2C;
    --accent-on-dark: #CFA84F;
    --shadow: 0 1px 2px rgba(28, 41, 35, .06), 0 12px 32px -16px rgba(28, 41, 35, .18);
  }
  @media (prefers-color-scheme: dark) {
    :root {
      --ground: #121D18;
      --ground-raised: #1A2620;
      --ink: #E8E6DC;
      --ink-soft: #9BA89F;
      --line: #2A3A32;
      --panel: #0D1613;
      --panel-ink: #EFEDE4;
      --panel-soft: #93A198;
      --panel-line: #263630;
      --accent: #CFA84F;
      --accent-ink: #D8B45E;
      --shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 12px 32px -16px rgba(0, 0, 0, .5);
    }
  }
  :root[data-theme="light"] {
    --ground: #F2EFE8;
    --ground-raised: #FBF9F4;
    --ink: #22302B;
    --ink-soft: #5C6B63;
    --line: #DDD8CB;
    --panel: #1C332C;
    --panel-ink: #EFEDE4;
    --panel-soft: #A8B5AC;
    --panel-line: #34493F;
    --accent: #B08A3E;
    --accent-ink: #8F6E2C;
    --accent-on-dark: #CFA84F;
    --shadow: 0 1px 2px rgba(28, 41, 35, .06), 0 12px 32px -16px rgba(28, 41, 35, .18);
  }
  :root[data-theme="dark"] {
    --ground: #121D18;
    --ground-raised: #1A2620;
    --ink: #E8E6DC;
    --ink-soft: #9BA89F;
    --line: #2A3A32;
    --panel: #0D1613;
    --panel-ink: #EFEDE4;
    --panel-soft: #93A198;
    --panel-line: #263630;
    --accent: #CFA84F;
    --accent-ink: #D8B45E;
    --shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 12px 32px -16px rgba(0, 0, 0, .5);
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    background: var(--ground);
    color: var(--ink);
    font-family: "Avenir Next", "Seravek", "Segoe UI", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3 { text-wrap: balance; margin: 0; }
  p { margin: 0; }
  a { color: inherit; }

  .wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

  .eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--accent-ink);
  }

  /* ---------- Header ---------- */
  header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--ground);
    border-bottom: 1px solid var(--line);
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 24px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
  }
  .brand-mark { width: 38px; height: 38px; flex-shrink: 0; }
  .brand-mark svg { display: block; width: 100%; height: 100%; }
  .brand-name {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink);
    line-height: 1.2;
  }
  .brand small {
    display: block;
    font-family: "Avenir Next", "Seravek", "Segoe UI", system-ui, sans-serif;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-top: 3px;
  }
  .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
  .footer-logo .brand-mark { width: 34px; height: 34px; }
  .footer-logo span {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .nav-links { display: flex; gap: 28px; align-items: center; }
  .nav-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink-soft);
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta {
    background: var(--panel);
    color: var(--panel-ink) !important;
    padding: 9px 18px;
    border-radius: 999px;
    font-weight: 600 !important;
  }
  .nav-cta:hover { opacity: .9; }

  /* ---------- Hero ---------- */
  .hero { padding: 40px 24px 72px; max-width: 1080px; margin: 0 auto; }
  .hero-panel {
    position: relative;
    background: var(--panel);
    color: var(--panel-ink);
    border-radius: 20px;
    padding: clamp(40px, 7vw, 88px) clamp(28px, 6vw, 80px);
    overflow: hidden;
    box-shadow: var(--shadow);
  }
  /* ---------- Objekt-Foto ---------- */
  .hero-photo {
    position: absolute;
    right: clamp(-24px, 0vw, 10px);
    top: 50%;
    transform: translateY(-50%);
    width: clamp(360px, 45%, 600px);
    height: auto;
    pointer-events: none;
    animation: photoIn 1.1s ease .15s both;
  }
  @keyframes photoIn {
    from { opacity: 0; transform: translateY(calc(-50% + 14px)); }
    to   { opacity: 1; transform: translateY(-50%); }
  }
  @media (prefers-reduced-motion: reduce) { .hero-photo { animation: none; } }
  @media (max-width: 1180px) { .hero-photo { width: 49%; } }
  @media (max-width: 860px) {
    .hero-panel { display: flex; flex-direction: column; }
    .hero-content { order: 1; }
    .hero-photo {
      order: 2; position: static; transform: none; width: 100%;
      max-width: 560px; margin: 8px auto -32px; right: auto; top: auto; animation: none;
    }
  }
  .hero-content { position: relative; max-width: 560px; }
  .hero .eyebrow { color: var(--accent-on-dark, var(--accent)); }
  .hero h1 {
    font-size: clamp(34px, 5.4vw, 58px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -.025em;
    margin: 18px 0 20px;
  }
  .hero h1 em {
    font-style: normal;
    color: var(--accent-on-dark, var(--accent));
  }
  .hero-sub {
    font-size: 18px;
    line-height: 1.65;
    color: var(--panel-soft);
    max-width: 46ch;
    margin-bottom: 32px;
  }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 999px;
    padding: 13px 26px;
    transition: transform .15s ease, opacity .15s ease;
  }
  .btn:hover { transform: translateY(-1px); }
  .btn-primary { background: var(--accent); color: #16241E; }
  .btn-ghost {
    color: var(--panel-ink);
    border: 1px solid var(--panel-line);
  }
  .btn-ghost:hover { border-color: var(--panel-soft); }
  .hero-facts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 36px;
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid var(--panel-line);
    font-size: 14px;
    color: var(--panel-soft);
  }
  .hero-facts span strong { color: var(--panel-ink); font-weight: 600; display: block; font-size: 15px; }

  /* ---------- Sections ---------- */
  section { padding: 72px 0; }
  section.roomy { padding-top: 136px; }
  .section-head { max-width: 620px; margin-bottom: 44px; }
  .section-head h2 {
    font-size: clamp(26px, 3.6vw, 38px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.15;
    margin: 14px 0 14px;
  }
  .section-head p { color: var(--ink-soft); max-width: 58ch; }

  /* Leistungen */
  .pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
  .pillar {
    background: var(--ground-raised);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 30px 28px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .pillar-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--accent) 14%, transparent);
    display: grid;
    place-items: center;
    color: var(--accent-ink);
  }
  .pillar h3 { font-size: 20px; font-weight: 700; letter-spacing: -.01em; }
  .pillar p { color: var(--ink-soft); font-size: 15.5px; }
  .pillar ul {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
  }
  .pillar li {
    display: flex;
    gap: 10px;
    align-items: baseline;
  }
  .pillar li::before {
    content: "";
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
    transform: translateY(-2px);
  }

  /* Checkliste */
  .split {
    display: grid;
    grid-template-columns: minmax(280px, 5fr) 7fr;
    gap: 48px;
    align-items: start;
  }
  @media (max-width: 820px) { .split { grid-template-columns: 1fr; } }
  .checklist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
  }
  .check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: var(--ground-raised);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
  }
  .check svg { flex-shrink: 0; margin-top: 3px; color: var(--accent-ink); }

  /* Ablauf */
  .steps {
    counter-reset: step;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
  }
  .step {
    counter-increment: step;
    border-top: 2px solid var(--line);
    padding-top: 20px;
    position: relative;
  }
  .step::before {
    content: counter(step, decimal-leading-zero);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--accent-ink);
    font-variant-numeric: tabular-nums;
  }
  .step h3 { font-size: 18px; font-weight: 700; margin: 8px 0 8px; }
  .step p { color: var(--ink-soft); font-size: 15px; }

  /* Über uns */
  .about {
    background: var(--ground-raised);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: clamp(32px, 5vw, 56px);
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 2fr;
    gap: 40px;
    align-items: center;
    box-shadow: var(--shadow);
  }
  @media (max-width: 720px) { .about { grid-template-columns: 1fr; } }
  .portrait {
    aspect-ratio: 4 / 5;
    border-radius: 14px;
    background:
      linear-gradient(160deg, color-mix(in srgb, var(--accent) 22%, transparent), transparent 60%),
      var(--panel);
    display: grid;
    place-items: center;
    color: var(--panel-soft);
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
  }
  .about blockquote {
    margin: 0 0 18px;
    font-size: clamp(20px, 2.6vw, 26px);
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -.01em;
  }
  .about blockquote em { color: var(--accent-ink); font-style: normal; }
  .about-meta { color: var(--ink-soft); font-size: 15px; }
  .about-meta strong { color: var(--ink); }

  /* Kontakt */
  .contact-panel {
    background: var(--panel);
    color: var(--panel-ink);
    border-radius: 20px;
    padding: clamp(36px, 6vw, 64px);
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    box-shadow: var(--shadow);
  }
  @media (max-width: 820px) { .contact-panel { grid-template-columns: 1fr; } }
  .contact-panel .eyebrow { color: var(--accent-on-dark, var(--accent)); }
  .contact-panel h2 {
    font-size: clamp(26px, 3.6vw, 36px);
    letter-spacing: -.02em;
    margin: 14px 0 16px;
  }
  .contact-panel > div > p { color: var(--panel-soft); max-width: 46ch; margin-bottom: 28px; }
  .contact-ways { display: flex; flex-direction: column; gap: 14px; }
  .contact-way {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    color: var(--panel-ink);
  }
  .contact-way:hover { color: var(--accent-on-dark, var(--accent)); }
  .contact-way svg { color: var(--accent-on-dark, var(--accent)); flex-shrink: 0; }
  .hours {
    border-left: 1px solid var(--panel-line);
    padding-left: 40px;
  }
  @media (max-width: 820px) { .hours { border-left: 0; padding-left: 0; border-top: 1px solid var(--panel-line); padding-top: 28px; } }
  .hours h3 {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--panel-soft);
    font-weight: 600;
    margin-bottom: 16px;
  }
  .hours table { width: 100%; border-collapse: collapse; font-size: 15.5px; color: inherit; font-family: inherit; }
  .hours td { padding: 9px 0; border-bottom: 1px solid var(--panel-line); vertical-align: top; }
  .hours td:last-child { text-align: right; font-variant-numeric: tabular-nums; color: var(--panel-soft); }
  .hours tr:last-child td { border-bottom: 0; }

  /* Wissen */
  .articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
  }
  .article {
    background: var(--ground-raised);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 28px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .article-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: var(--ink-soft);
  }
  .chip {
    background: color-mix(in srgb, var(--accent) 14%, transparent);
    color: var(--accent-ink);
    font-weight: 600;
    font-size: 11.5px;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 999px;
  }
  .article h3 { font-size: 20px; font-weight: 700; letter-spacing: -.01em; line-height: 1.3; }
  .article .teaser { color: var(--ink-soft); font-size: 15.5px; }
  .article details { margin-top: auto; border-top: 1px solid var(--line); }
  .article summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 0 2px;
    font-weight: 600;
    font-size: 15px;
    color: var(--accent-ink);
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .article summary::-webkit-details-marker { display: none; }
  .article summary::after {
    content: "";
    width: 7px; height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
  }
  .article details[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
  .article-body {
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--ink-soft);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .article-body h4 { color: var(--ink); font-size: 15.5px; font-weight: 700; margin: 10px 0 0; }
  .article-body ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 6px; }
  .article-body a { color: var(--accent-ink); font-weight: 600; }
  .factbox {
    background: color-mix(in srgb, var(--accent) 10%, transparent);
    border-left: 3px solid var(--accent);
    border-radius: 0 10px 10px 0;
    padding: 12px 16px;
    color: var(--ink);
    font-size: 14.5px;
  }
  .wissen-note { margin-top: 24px; font-size: 13px; color: var(--ink-soft); max-width: 68ch; }

  /* Footer */
  footer {
    border-top: 1px solid var(--line);
    padding: 40px 0 56px;
    color: var(--ink-soft);
    font-size: 13.5px;
  }
  .footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 56px;
    justify-content: space-between;
  }
  footer strong { color: var(--ink); font-size: 14px; }
  footer p { line-height: 1.7; }


  /* Anfrageformular */
  .form-card { background: var(--ground-raised); border: 1px solid var(--line); border-radius: 20px; padding: 34px; box-shadow: var(--shadow); }
  .form-card h2 { font-size: clamp(23px, 3vw, 31px); line-height: 1.22; margin: 6px 0 12px; }
  .form-intro { color: var(--ink-soft); font-size: 16px; line-height: 1.7; max-width: 62ch; margin: 0; }
  .form-hinweis { border-radius: 12px; padding: 16px 18px; margin-top: 22px; font-size: 15.5px; line-height: 1.65; border: 1px solid; }
  .form-hinweis.ok { background: rgba(176, 138, 62, .09); border-color: var(--accent); }
  .form-hinweis.fehler { background: rgba(170, 60, 50, .09); border-color: #A83C32; }
  .form-hinweis a { color: var(--accent-ink); }
  .anfrage-form { margin-top: 26px; }
  .anfrage-form fieldset { border: 0; margin: 0 0 24px; padding: 0; }
  .anfrage-form legend { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); font-weight: 700; margin-bottom: 15px; padding: 0; }
  .feld-reihe { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; }
  .feld { display: flex; flex-direction: column; gap: 6px; margin: 0; }
  .feld.breit { grid-column: 1 / -1; }
  .feld label { font-size: 14.5px; font-weight: 600; color: var(--ink); }
  .feld abbr, .zustimmung abbr { color: var(--accent-ink); text-decoration: none; border: 0; }
  .feld input, .feld select, .feld textarea {
    font: inherit; font-size: 16px; color: var(--ink); background: var(--ground);
    border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; width: 100%;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  .feld textarea { min-height: 132px; resize: vertical; line-height: 1.6; }
  .feld input:focus, .feld select:focus, .feld textarea:focus {
    outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(176, 138, 62, .17);
  }
  .feld .hilfe, .anfrage-form .hilfe { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
  .zustimmung { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.65; color: var(--ink-soft); margin: 2px 0 22px; }
  .zustimmung input { width: 19px; height: 19px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--accent); }
  .zustimmung a { color: var(--accent-ink); }
  .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  @media (max-width: 720px) {
    .feld-reihe { grid-template-columns: 1fr; }
    .form-card { padding: 24px 20px; }
  }


  /* Aufruf innerhalb eines Beitrags */
  .prose .inline-cta {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px;
    background: var(--ground-raised); border: 1px solid var(--line); border-left: 3px solid var(--accent);
    border-radius: 14px; padding: 22px 24px; margin: 40px 0; box-shadow: var(--shadow);
  }
  .prose .inline-cta p { margin: 0; flex: 1 1 320px; font-size: 16px; line-height: 1.65; color: var(--ink-soft); }
  .prose .inline-cta strong { display: block; color: var(--ink); margin-bottom: 4px; }
  .prose .inline-cta .btn { flex: 0 0 auto; }
  @media (max-width: 620px) { .prose .inline-cta .btn { width: 100%; text-align: center; } }

  /* Reveal animation */
  .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .btn:hover { transform: none; }
  }
  :focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
  .skip-link {
    position: absolute;
    left: 12px; top: -60px;
    z-index: 100;
    background: var(--panel);
    color: var(--panel-ink);
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: top .15s ease;
  }
  .skip-link:focus { top: 12px; }

  /* ===== Multipage-Ergänzungen ===== */
  .nav { position: relative; }
  .nav-toggle {
    display: none; background: none; border: 0; padding: 8px; margin: -8px;
    color: var(--ink); cursor: pointer; border-radius: 8px;
  }
  .nav-toggle svg { display: block; }
  .nav-links a.active { color: var(--ink); }
  .nav-links a.active::after {
    content: ""; display: block; height: 2px; margin-top: 3px;
    background: var(--accent); border-radius: 2px;
  }
  @media (max-width: 860px) {
    .nav-toggle { display: inline-flex; }
    .nav-links {
      position: absolute; left: 0; right: 0; top: 100%;
      flex-direction: column; align-items: stretch; gap: 0;
      background: var(--ground); border-bottom: 1px solid var(--line);
      padding: 6px 24px 18px; display: none;
      box-shadow: var(--shadow);
    }
    .nav.open .nav-links { display: flex; }
    .nav-links a { padding: 13px 0; font-size: 17px; border-bottom: 1px solid var(--line); }
    .nav-links a.active::after { display: none; }
    .nav-links a.nav-cta { margin-top: 14px; text-align: center; border-bottom: 0; }
  }

  /* Subseiten-Kopf */
  .page-hero { background: var(--panel); color: var(--panel-ink); }
  .page-hero .wrap { padding-top: 56px; padding-bottom: 56px; }
  .page-hero .eyebrow { color: var(--accent-on-dark, var(--accent)); }
  .page-hero h1 {
    font-size: clamp(30px, 4.6vw, 48px); font-weight: 700; letter-spacing: -.02em;
    line-height: 1.08; margin: 14px 0 16px; max-width: 20ch;
  }
  .page-hero p.lead { color: var(--panel-soft); max-width: 60ch; font-size: 18px; }
  .breadcrumb { font-size: 13.5px; color: var(--panel-soft); display: flex; gap: 8px; flex-wrap: wrap; }
  .breadcrumb a { color: var(--panel-soft); text-decoration: none; }
  .breadcrumb a:hover { color: var(--panel-ink); text-decoration: underline; }
  .breadcrumb span { opacity: .6; }

  /* Wissen-Karten als Links */
  .article-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px;
  }
  .article-card {
    display: flex; flex-direction: column; gap: 12px;
    background: var(--ground-raised); border: 1px solid var(--line); border-radius: 16px;
    padding: 26px 26px 24px; text-decoration: none; color: inherit;
    box-shadow: var(--shadow); transition: transform .15s ease, border-color .15s ease;
  }
  .article-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--accent) 45%, var(--line)); }
  .article-card .tag {
    align-self: flex-start; font-size: 11px; font-weight: 600; letter-spacing: .12em;
    text-transform: uppercase; color: var(--accent-ink);
    background: color-mix(in srgb, var(--accent) 13%, transparent); padding: 5px 10px; border-radius: 999px;
  }
  .article-card h3 { font-size: 20px; font-weight: 700; letter-spacing: -.01em; line-height: 1.25; }
  .article-card p { color: var(--ink-soft); font-size: 15px; flex: 1; }
  .article-card .more { color: var(--accent-ink); font-weight: 600; font-size: 15px; display: inline-flex; gap: 6px; align-items: center; }
  .article-card .meta { font-size: 13px; color: var(--ink-soft); }

  /* Artikel-Text (Prosa) */
  .prose { max-width: 720px; }
  .prose > * + * { margin-top: 18px; }
  .prose h2 { font-size: clamp(22px, 3vw, 28px); font-weight: 700; letter-spacing: -.015em; margin-top: 40px; line-height: 1.2; }
  .prose h3 { font-size: 19px; font-weight: 700; margin-top: 26px; }
  .prose p, .prose li { font-size: 17px; line-height: 1.68; color: var(--ink); }
  .prose ul, .prose ol { padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
  .prose li::marker { color: var(--accent); }
  .prose strong { font-weight: 700; }
  .prose a { color: var(--accent-ink); }
  .factbox {
    background: var(--ground-raised); border: 1px solid var(--line);
    border-left: 3px solid var(--accent); border-radius: 12px; padding: 22px 24px;
  }
  .factbox h3 { margin: 0 0 12px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); font-weight: 700; }
  .factbox ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }
  .factbox li { font-size: 15.5px; line-height: 1.55; }
  .disclaimer { font-size: 13.5px; color: var(--ink-soft); font-style: italic; border-top: 1px solid var(--line); padding-top: 18px; }

  /* CTA-Band */
  .cta-band {
    background: var(--panel); color: var(--panel-ink); border-radius: 20px;
    padding: clamp(32px, 5vw, 52px); text-align: center; box-shadow: var(--shadow);
    display: flex; flex-direction: column; align-items: center; gap: 18px;
  }
  .cta-band h2 { font-size: clamp(24px, 3.4vw, 34px); letter-spacing: -.02em; max-width: 22ch; }
  .cta-band p { color: var(--panel-soft); max-width: 52ch; }
  .cta-band .btn-primary { background: var(--accent); color: #16241E; }

  /* Kontakt-Seite */
  .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
  .contact-card { background: var(--ground-raised); border: 1px solid var(--line); border-radius: 16px; padding: 26px; box-shadow: var(--shadow); }
  .contact-card h3 { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); font-weight: 700; margin-bottom: 14px; }
  .contact-card a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 18px; }
  .contact-card a:hover { color: var(--accent-ink); }
  .contact-card table { width: 100%; border-collapse: collapse; font-size: 15px; }
  .contact-card td { padding: 7px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
  .contact-card td:last-child { text-align: right; color: var(--ink-soft); }
  .contact-card tr:last-child td { border-bottom: 0; }

  /* ===== Abstand-Bausteine (manuell einsetzbar) ===== */
  .spacer-xs { height: 16px; }
  .spacer-s  { height: 32px; }
  .spacer-m  { height: 56px; }
  .spacer-l  { height: 88px; }
  .spacer-xl { height: 128px; }
  [class^="spacer-"] { display: block; width: 100%; }

  /* Kontakt: zentrierte Telefonzeiten */
  .hours-card { max-width: 460px; margin: 0 auto; text-align: center; }
  .hours-card h3 { text-align: center; }
  .hours-rows { display: flex; flex-direction: column; gap: 14px; margin-top: 4px; }
  .hours-rows > div { display: flex; flex-direction: column; gap: 2px; }
  .hours-rows span { font-size: 14px; color: var(--ink-soft); }
  .hours-rows strong { font-size: 16.5px; font-variant-numeric: tabular-nums; }

  /* Über uns: aufklappbare Werte */
  .expando-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; align-items: start; }
  .expando {
    background: var(--ground-raised); border: 1px solid var(--line); border-radius: 16px;
    box-shadow: var(--shadow); overflow: hidden;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  }
  .expando-head {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
    background: none; border: 0; cursor: pointer; padding: 24px 26px; font: inherit; color: var(--ink); text-align: left;
  }
  .expando-head span { font-size: 20px; font-weight: 700; letter-spacing: -.01em; }
  .expando-head svg { flex-shrink: 0; color: var(--accent-ink); transition: transform .25s ease; }
  .expando-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
  .expando-body p { padding: 0 26px 24px; color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; margin: 0; }
  .expando.open, .expando:focus-within {
    border-color: color-mix(in srgb, var(--accent) 45%, var(--line)); transform: translateY(-2px);
  }
  .expando.open .expando-body { max-height: 340px; }
  .expando.open .expando-head svg { transform: rotate(180deg); }
  @media (hover: hover) {
    .expando:hover { border-color: color-mix(in srgb, var(--accent) 45%, var(--line)); transform: translateY(-2px); box-shadow: 0 12px 30px -14px rgba(28,41,35,.28); }
    .expando:hover .expando-body { max-height: 340px; }
    .expando:hover .expando-head svg { transform: rotate(180deg); }
  }

  /* ===== Wissensdatenbank: Oberbereiche ===== */
  .cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; }
  .cat-card { background: var(--ground-raised); border: 1px solid var(--line); border-radius: 18px; padding: 30px 30px 24px; box-shadow: var(--shadow); }
  .cat-card > h2 { font-size: 21px; font-weight: 700; letter-spacing: -.01em; margin: 0 0 8px; }
  .cat-card > p { color: var(--ink-soft); font-size: 15px; margin: 0 0 14px; }
  .cat-links { list-style: none; margin: 0; padding: 0; }
  .cat-links li { border-top: 1px solid var(--line); }
  .cat-links li:first-child { border-top: 0; }
  .cat-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; text-decoration: none; color: var(--ink); font-weight: 500; font-size: 15.5px; }
  .cat-links a:hover { color: var(--accent-ink); }
  .cat-links a > span:first-child { line-height: 1.35; }
  .cat-links .arrow { color: var(--accent-ink); opacity: 0; transform: translateX(-4px); transition: opacity .15s ease, transform .15s ease; }
  .cat-links a:hover .arrow { opacity: 1; transform: none; }
  .badge { flex-shrink: 0; font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); background: color-mix(in srgb, var(--ink) 8%, transparent); padding: 4px 9px; border-radius: 999px; white-space: nowrap; }
  .prep-note { display: inline-flex; align-items: center; gap: 8px; background: color-mix(in srgb, var(--accent) 14%, transparent); color: var(--accent-ink); font-weight: 600; font-size: 13.5px; padding: 8px 15px; border-radius: 999px; }

  /* ===== Team-Kachel (Über uns) ===== */
  .team-grid { display: flex; flex-wrap: wrap; gap: 20px; }
  .team-tile {
    display: flex; gap: 20px; align-items: center; margin: 0;
    flex: 1 1 340px; max-width: 560px;
    background: var(--ground-raised); border: 1px solid var(--line);
    border-radius: 18px; padding: 24px 26px; box-shadow: var(--shadow);
  }
  .team-photo {
    width: 82px; height: 82px; flex-shrink: 0; border-radius: 14px;
    display: grid; place-items: center;
    font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 600;
    color: var(--accent-on-dark, var(--accent));
    background: linear-gradient(155deg, color-mix(in srgb, var(--accent) 24%, transparent), transparent 62%), var(--panel);
  }
  .team-tile blockquote { margin: 0 0 12px; font-size: 16.5px; line-height: 1.5; font-weight: 600; letter-spacing: -.01em; color: var(--ink); }
  .team-meta { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
  .team-meta strong { color: var(--ink); font-size: 15.5px; }
  @media (max-width: 460px) { .team-tile { flex-direction: column; align-items: flex-start; } }

  /* ===== Über uns: gespiegelter Block (Bild rechts) ===== */
  .about.reverse { grid-template-columns: 2fr minmax(240px, 1fr); }
  @media (max-width: 720px) { .about.reverse { grid-template-columns: 1fr; } }

  /* ===== Portrait-Foto (Über uns) ===== */
  .portrait { overflow: hidden; border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent); }
  .portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }

  /* Foto-Rahmen dünner (halber Innenabstand) */
  .portrait:has(img) { padding: 10px; }
