/* 1:1 aus design-archive/chester_ai_mitarbeiter_konzept.html (inline <style>) */

  /* ============================================================
     Was sind KI-Mitarbeiter: Schaubild-getriebenes Layout.
     Regeln: kein ausgegrauter Text, keine Opacity auf Text,
     violett getönte Panels statt grauer Karten. Siehe CLAUDE.md.
     ============================================================ */

  :root {
    --k-ink: #110822;
    --k-vl: #B69BFF;
    --k-vbr: rgba(182,155,255,.42);
    --k-vbg: rgba(124,58,237,.14);
    --k-onink: #F2EEFB;
    --k-onink-2: #CFC7E0;
  }

  /* ---- Grundgerüst ---- */
  .k-sec { padding: 112px 0; background: var(--page-bg); }
  .k-sec.is-alt { background: #F6F5FA; }
  .k-ink { position: relative; overflow: hidden; background: var(--k-ink); padding: 112px 0; }
  .k-ink-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .k-ink-veil { position: absolute; inset: 0; background: linear-gradient(180deg, #160C2C, #110822); }
  .k-ink-inner { position: relative; z-index: 2; }

  .k-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800;
    letter-spacing: .14em; text-transform: uppercase; color: var(--k-vl); }
  .k-eyebrow.is-light { color: var(--primary); }

  .k-h { font-family: var(--font-serif); font-weight: 700; font-size: clamp(32px, 4.1vw, 52px);
    line-height: 1.06; letter-spacing: -.03em; color: var(--fg-1); margin: 16px 0 0; max-width: 22ch; }
  .k-h-sm { font-size: clamp(28px, 3vw, 40px); max-width: 24ch; }
  .k-ink-h { font-family: var(--font-serif); font-weight: 700; font-size: clamp(32px, 4vw, 52px);
    line-height: 1.06; letter-spacing: -.03em; color: #fff; margin: 16px 0 0; max-width: 26ch; }
  .k-lead { font-size: 19px; line-height: 1.65; color: var(--fg-2); margin: 22px 0 0; max-width: 66ch; }
  .k-head { margin-bottom: 60px; }
  .k-head.is-center { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }
  .k-head.is-center .k-h, .k-head.is-center .k-lead { max-width: none; margin-left: auto; margin-right: auto; }

  .k-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 999px;
    background: var(--violet-50); border: 1px solid var(--violet-200); color: var(--primary-dark);
    font-size: 12.5px; font-weight: 700; }
  .k-chip svg { color: var(--primary); }

  /* ---- S1 Hero ---- Copy links, Konzept-Grafik rechts. */
  .k-hero { position: relative; overflow: hidden; background: var(--k-ink); }
  .k-hero.home-hero { padding: 184px 0 120px; }
  .k-hero-inner { position: relative; z-index: 2; }
  /* Klassischer Hero im normalen Site-Container (gleiches Padding wie überall). */
  .k-hero-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 72px;
    align-items: center; }
  .k-hero-kicker { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
    color: var(--k-vl); margin: 0 0 18px; }
  .k-hero-h { font-family: var(--font-serif); font-weight: 700; font-size: clamp(40px, 5.5vw, 68px);
    line-height: 1.05; letter-spacing: -.03em; color: #fff; margin: 0; }
  .k-hero-lead { font-size: 20px; line-height: 1.6; color: var(--k-onink); margin: 26px 0 0; max-width: 52ch; }
  /* Nutzt .btn .btn-primary aus assets/site.css, damit Größe, Radius und
     Hover exakt den Buttons der übrigen Seiten entsprechen. */
  .k-hero-cta { margin-top: 36px; text-decoration: none; }
  .k-hero-cta:hover { color: #fff; }

  /* Konzept-Grafik: ruhige Liste, kein schwebender Tag. */
  .hc { border-radius: 24px; background: rgba(255,255,255,.05); border: 1px solid var(--k-vbr);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07); overflow: hidden; }
  .hc-head { display: flex; align-items: center; gap: 12px; padding: 14px 18px;
    border-bottom: 1px solid rgba(182,155,255,.26); }
  .hc-avatar { flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
    background: linear-gradient(150deg, #7C3AED, #5B20D0); color: #fff; }
  .hc-title { font-family: var(--font-serif); font-size: 17px; font-weight: 700; letter-spacing: -.02em;
    color: #fff; margin: 0; }
  .hc-sub { font-size: 12.5px; color: var(--k-onink-2); margin: 2px 0 0; }
  /* Vier gleichrangige Kacheln, keine Nummern, keine Reihenfolge. */
  .hc-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 1px;
    background: rgba(182,155,255,.2); }
  .hc-cell { padding: 16px 18px; background: var(--k-ink); display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 3px 11px; align-items: center; }
  .hc-ic { grid-row: 1 / span 2; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center;
    background: var(--k-vbg); border: 1px solid var(--k-vbr); color: var(--k-vl); }
  .hc-name { font-family: var(--font-serif); font-size: 17px; font-weight: 700; letter-spacing: -.02em;
    color: #fff; margin: 0; align-self: end; }
  .hc-line { font-size: 12.5px; line-height: 1.4; color: var(--k-onink-2); margin: 0; align-self: start; }
  @media (max-width: 520px) { .hc-grid { grid-template-columns: minmax(0,1fr); } }

  /* ---- Hero-Grafik Variante B: radiales Schema, Bausteine kreisen um die Stelle ---- */
  .hr { position: relative; height: 400px; border-radius: 24px; background: rgba(255,255,255,.04);
    border: 1px solid var(--k-vbr); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); overflow: hidden; }
  .hr-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
  .hr-link { fill: none; stroke: rgba(182,155,255,.34); stroke-width: 1.5; }
  .hr-flow { fill: none; stroke: #C9B4FF; stroke-width: 1.6; stroke-dasharray: 2 12;
    animation: hr-dash 1.1s linear infinite; }
  @keyframes hr-dash { to { stroke-dashoffset: -28; } }
  @media (prefers-reduced-motion: reduce) { .hr-flow { animation: none; } }
  .hr-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 128px; height: 128px; border-radius: 50%; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 5px;
    background: radial-gradient(circle at 50% 34%, #9257F7, #5A22C9);
    border: 1px solid rgba(201,180,255,.55); color: #fff; text-align: center; z-index: 2; }
  .hr-core-t { font-family: var(--font-serif); font-size: 14px; font-weight: 700; margin: 0; line-height: 1.15;
    max-width: 104px; color: #fff; }
  .hr-node { position: absolute; width: 156px; height: 76px; padding: 0 13px; border-radius: 14px; z-index: 2;
    background: #1A0F30; border: 1px solid rgba(182,155,255,.32); cursor: pointer; text-align: left;
    font-family: var(--font-sans); display: grid; grid-template-columns: 26px minmax(0,1fr); gap: 3px 10px;
    align-content: center;
    transition: border-color .2s ease, background .2s ease, transform .2s ease; }
  .hr-node:hover, .hr-node.is-on { background: rgba(124,58,237,.24); border-color: rgba(201,180,255,.75);
    transform: translateY(-2px); }
  .hr-node-ic { grid-row: 1 / span 2; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
    background: var(--k-vbg); border: 1px solid var(--k-vbr); color: #D6C6FF; }
  .hr-node-n { font-family: var(--font-serif); font-size: 15px; font-weight: 700; color: #fff; margin: 0;
    letter-spacing: -.01em; align-self: end; }
  .hr-node-s { font-size: 11.5px; line-height: 1.3; color: rgba(255,255,255,.82); margin: 0; align-self: start; }
  .hr-n0 { left: 14px; top: 26px; }
  .hr-n1 { right: 14px; top: 26px; }
  .hr-n2 { left: 14px; bottom: 26px; }
  .hr-n3 { right: 14px; bottom: 26px; }

  /* ---- Hero-Grafik Variante C: Stelle oben, Bausteine als aufklappbare Spur ---- */
  .hk { border-radius: 24px; background: rgba(255,255,255,.05); border: 1px solid var(--k-vbr);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07); overflow: hidden; }
  .hk-head { display: flex; align-items: center; gap: 12px; padding: 15px 18px;
    background: linear-gradient(120deg, rgba(124,58,237,.30), rgba(124,58,237,.06));
    border-bottom: 1px solid rgba(182,155,255,.3); }
  .hk-av { flex: none; width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center;
    background: linear-gradient(150deg, #8B4BF5, #4E1AB8); color: #fff; }
  .hk-t { font-family: var(--font-serif); font-size: 17px; font-weight: 700; color: #fff; margin: 0; letter-spacing: -.02em; }
  .hk-s { font-size: 12px; color: rgba(255,255,255,.84); margin: 2px 0 0; }
  .hk-rows { padding: 6px 0 8px; }
  .hk-row { width: 100%; text-align: left; border: 0; background: transparent; cursor: pointer;
    display: grid; grid-template-columns: 26px minmax(0,1fr) 14px; align-items: center; gap: 11px;
    padding: 12px 18px; font-family: var(--font-sans); position: relative;
    transition: background .18s ease; }
  .hk-row:hover { background: rgba(124,58,237,.14); }
  .hk-row.is-on { background: rgba(124,58,237,.2); }
  .hk-row-ic { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
    background: var(--k-vbg); border: 1px solid var(--k-vbr); color: #D6C6FF; }
  .hk-row.is-on .hk-row-ic { background: var(--primary); border-color: rgba(201,180,255,.7); color: #fff; }
  .hk-row-n { font-family: var(--font-serif); font-size: 16px; font-weight: 700; color: #fff; margin: 0; letter-spacing: -.01em; }
  .hk-row-c { color: #C9B4FF; display: flex; transition: transform .2s ease; }
  .hk-row.is-on .hk-row-c { transform: rotate(90deg); }
  .hk-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
  .hk-panel.is-open { grid-template-rows: 1fr; }
  .hk-panel > div { overflow: hidden; }
  .hk-panel p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.88); margin: 0;
    padding: 0 18px 14px 55px; }
  .hk-panel .hk-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 18px 15px 55px; }
  .hk-tag { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: #E2D3FF;
    padding: 4px 9px; border-radius: 999px; background: rgba(124,58,237,.26);
    border: 1px solid rgba(182,155,255,.4); }
  @media (prefers-reduced-motion: reduce) { .hk-panel, .hk-row-c { transition: none; } }

  /* Variante B: die Stelle als Lane-Schema (Bildsprache des Decks). */
  .k-hero-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
  .k-hero-copy { max-width: 760px; }
  .k-hero-switch { display: inline-flex; gap: 2px; padding: 3px; border-radius: 999px;
    background: rgba(255,255,255,.06); border: 1px solid var(--k-vbr); }
  .k-hero-switch button { border: 0; background: transparent; color: #fff; cursor: pointer;
    font-family: var(--font-sans); font-size: 12.5px; font-weight: 600; padding: 7px 16px;
    border-radius: 999px; transition: background .15s ease; }
  .k-hero-switch button.is-on { background: var(--primary); }
  .k-hero-vis { display: grid; gap: 14px; justify-items: stretch; max-width: 400px; justify-self: end; width: 100%; }
  .k-hero-vis .k-hero-switch { justify-self: end; }

  .hs { margin-top: 76px; display: grid; grid-template-columns: 268px 76px minmax(0,1fr); }
  .hs-id { align-self: center; border-radius: 20px; padding: 26px 24px;
    background: linear-gradient(140deg, rgba(124,58,237,.30), rgba(124,58,237,.08));
    border: 1px solid rgba(168,134,255,.45); }
  .hs-id-ic { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
    background: rgba(255,255,255,.10); border: 1px solid rgba(182,155,255,.45); color: #E2D3FF; }
  .hs-id-eb { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
    color: var(--k-vl); margin: 22px 0 0; }
  .hs-id-n { font-family: var(--font-serif); font-size: 27px; font-weight: 700; letter-spacing: -.02em;
    color: #fff; margin: 9px 0 0; hyphens: none; white-space: nowrap; }
  .hs-rail { position: relative; }
  .hs-rail::before { content: ''; position: absolute; left: 50%; top: 43px; bottom: 43px; width: 1px;
    background: rgba(182,155,255,.45); }
  .hs-rail::after { content: ''; position: absolute; left: 0; right: 50%; top: 50%; height: 1px;
    background: rgba(182,155,255,.45); }
  .hs-lanes { display: grid; gap: 14px; }
  .hs-lane { position: relative; display: grid; grid-template-columns: 210px minmax(0,1fr);
    align-items: center; gap: 28px; min-height: 86px; padding: 0 26px; border-radius: 14px;
    background: rgba(255,255,255,.045); border: 1px solid rgba(182,155,255,.26); }
  .hs-lane::before { content: ''; position: absolute; left: -38px; top: 50%; width: 37px; height: 1px;
    background: rgba(182,155,255,.45); }
  .hs-lane--tall { min-height: 138px; }
  .hs-lane-n { display: flex; align-items: center; gap: 14px; }
  .hs-ib { flex: none; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
    background: rgba(124,58,237,.24); border: 1px solid rgba(168,134,255,.42); color: #DCCCFF; }
  .hs-t { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
    color: #fff; margin: 0; }
  .hs-flow svg { width: 100%; height: auto; display: block; }
  .hs-chips { display: flex; flex-wrap: wrap; gap: 9px; }
  .hs-chip { font-size: 13px; font-weight: 700; color: #fff; padding: 8px 13px; border-radius: 999px; white-space: nowrap;
    background: rgba(124,58,237,.22); border: 1px solid rgba(168,134,255,.42); }
  .hs-flowline { stroke-dasharray: 2 12; animation: hs-dash 1.6s linear infinite; }
  @keyframes hs-dash { to { stroke-dashoffset: -14; } }
  @media (prefers-reduced-motion: reduce) { .hs-flowline { animation: none; } }
  @media (max-width: 1180px) {
    .hs { grid-template-columns: minmax(0,1fr); margin-top: 56px; }
    .hs-rail { display: none; }
    .hs-id { margin-bottom: 18px; }
    .hs-lane::before { display: none; }
  }
  @media (max-width: 760px) {
    .hs-lane { grid-template-columns: minmax(0,1fr); gap: 16px; padding: 22px; }
  }

  /* These: Umschalter zwischen Aussage und Schaubild */
  .th { position: relative; }
  .th-switchwrap { display: flex; justify-content: center; }
  .th-switch { display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px;
    background: var(--violet-50); border: 1px solid var(--violet-200);
    margin: 48px auto 0; }
  .th-body { margin-top: 44px; }

  .th-sw { appearance: none; border: 0; background: transparent; cursor: pointer;
    font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: .02em;
    color: var(--fg-2); padding: 8px 18px; border-radius: 999px; transition: background .15s, color .15s; }
  .th-sw.is-on { background: var(--primary); color: #fff; }
  /* Gegenüberstellung als Karten (Variante A) */
  .dl { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 28px; align-items: stretch;
    text-align: left; }
  .dl-card { padding: 30px 32px; border-radius: 24px; background: #fff; border: 1px solid var(--ink-200); }
  .dl-card.is-on { background: var(--violet-50); border-color: var(--violet-300); }
  .dl-kick { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800;
    letter-spacing: .1em; text-transform: uppercase; color: var(--fg-2); }
  .dl-kick i { width: 7px; height: 7px; border-radius: 999px; background: var(--ink-300); }
  .dl-card.is-on .dl-kick { color: var(--primary); }
  .dl-card.is-on .dl-kick i { background: var(--primary); }
  .dl-role { display: flex; align-items: center; gap: 14px; margin: 18px 0 22px; }
  .dl-av { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
    background: var(--ink-100); color: var(--fg-2); }
  .dl-card.is-on .dl-av { background: var(--primary); color: #fff; }
  .dl-name { font-family: var(--font-serif); font-size: 26px; font-weight: 700; letter-spacing: -.025em;
    color: var(--fg-1); }
  /* Zeilenliste statt Chips: Haarlinien wie in Variante B, keine Kästen. */
  .dl-list { border-top: 1px solid var(--ink-200); }
  .dl-card.is-on .dl-list { border-top-color: var(--violet-200); }
  .dl-item { display: flex; align-items: center; gap: 12px; margin: 0; padding: 15px 0;
    font-size: 15.5px; line-height: 1.5; color: var(--fg-2);
    border-bottom: 1px solid var(--ink-200); }
  .dl-item svg { flex: none; color: var(--fg-2); }
  .dl-card.is-on .dl-item { color: var(--fg-1); font-weight: 600; border-bottom-color: var(--violet-200); }
  .dl-card.is-on .dl-item svg { color: var(--primary); }
  .dl-mid { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .dl-line { flex: 1; width: 1px; background: var(--violet-200); }
  .dl-or { width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center;
    background: #fff; border: 1px solid var(--violet-300); color: var(--primary);
    font-family: var(--font-serif); font-weight: 700; font-size: 13px; }
  @media (max-width: 900px) {
    .dl { grid-template-columns: minmax(0,1fr); }
    .dl-mid { flex-direction: row; }
    .dl-line { height: 1px; width: auto; }
  }

  /* Gegenüberstellung zeilenweise (Variante B), mit den Aspekten aus A:
     getönte Fläche auf der AI-Seite, Avatare, Achse mit "oder". */
  .dr { position: relative; text-align: left; }
  .dr-h { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
    color: var(--fg-2); }
  .dr-h.is-on { color: var(--primary); }
  .dr-row.is-head .dr-cell { border-top: 0; padding-top: 22px; padding-bottom: 22px; }
  .dr-av { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
    background: #F1F1F4; color: var(--fg-2); }
  .dr-av.is-on { background: var(--primary); color: #fff; }
  .dr-row { display: grid; grid-template-columns: minmax(0,1fr) 56px minmax(0,1fr); align-items: stretch; }
  .dr-cell { display: flex; align-items: center; gap: 12px; margin: 0; padding: 16px 20px 16px 0;
    font-size: 15.5px; line-height: 1.5; color: var(--fg-2);
    border-top: 1px solid var(--ink-200); }
  .dr-row:last-child .dr-cell { border-bottom: 1px solid var(--ink-200); }
  .dr-cell svg { flex: none; color: var(--fg-2); }
  .dr-cell.is-on { padding: 16px 22px; color: var(--fg-1); font-weight: 600;
    background: var(--violet-50); border-top-color: var(--violet-200); }
  .dr-row.is-head .dr-cell.is-on { border-radius: 16px 16px 0 0; }
  .dr-row:last-child .dr-cell.is-on { border-radius: 0 0 16px 16px; border-bottom-color: var(--violet-200); }
  .dr-cell.is-on svg { color: var(--primary); }
  .dr-cell.is-on .dr-av svg { color: #fff; }
  .dr-axis { align-self: stretch; justify-self: center; width: 1px; background: var(--violet-200); }
  .dr-or { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;
    width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center;
    background: #fff; border: 1px solid var(--violet-300); color: var(--primary);
    font-family: var(--font-serif); font-weight: 700; font-size: 13px; }
  @media (max-width: 760px) {
    .dr-row { grid-template-columns: minmax(0,1fr); }
    .dr-row.is-head .dr-cell.is-on { border-radius: 0; }
    .dr-axis, .dr-or { display: none; }
    .dr-cell { padding: 14px 0; }
    .dr-cell.is-on { padding: 14px 16px; }
    .dr-row:first-child .dr-cell.is-on, .dr-row:last-child .dr-cell.is-on { border-radius: 0; }
  }

  /* Variante B: Kopf links, Gegenüberstellung rechts */
  .th-split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 64px;
    align-items: start; }
  .th-splitcopy { position: sticky; top: 108px; }
  .th-split.is-cards { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 48px; }
  .th-split.is-cards .dl { gap: 18px; }
  .th-split.is-cards .dl-card { padding: 24px 24px 20px; border-radius: 20px; }
  .th-split.is-cards .dl-role { margin: 14px 0 16px; }
  .th-split.is-cards .dl-name { font-size: 22px; }
  .th-split.is-cards .dl-item { padding: 13px 0; font-size: 14.5px; }
  @media (max-width: 980px) {
    .th-split { grid-template-columns: minmax(0,1fr); gap: 40px; }
    .th-splitcopy { position: static; }
  }

  /* ---- S2 These: die zwei Sätze der These, große Typografie, kein Schaubild ---- */
  .k-take { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 44px;
    align-items: center; text-align: left; }
  .k-take-pt { display: flex; gap: 20px; align-items: start; }
  .k-take-n { flex: none; width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center;
    border: 1.5px solid var(--violet-300); color: var(--primary);
    font-family: var(--font-serif); font-weight: 700; font-size: 19px; }
  .k-take-pt.is-concl .k-take-n { background: var(--primary); border-color: var(--primary); color: #fff; }
  .k-take-pt p { font-family: var(--font-serif); font-weight: 600; font-size: clamp(20px, 2vw, 28px);
    line-height: 1.35; letter-spacing: -.015em; color: var(--fg-1); margin: 0; }
  .k-take-pt p b { font-weight: 700; color: var(--primary); }
  .k-take-arrow { color: var(--primary); display: flex; }
  @media (max-width: 900px) {
    .k-take { grid-template-columns: minmax(0,1fr); gap: 24px; }
    .k-take-arrow { transform: rotate(90deg); justify-self: start; margin-left: 8px; }
  }


  /* ---- S3 Produkt: Spec + Schaubild ---- */
  .k-spec { display: grid; grid-template-columns: minmax(0,360px) minmax(0,1fr); gap: 72px; align-items: start; }
  .k-spec + .k-spec { margin-top: 96px; padding-top: 96px; border-top: 1px solid var(--violet-200); }
  .k-spec-aside { position: sticky; top: 108px; }
  .k-spec-top { display: flex; align-items: center; gap: 16px; }
  .k-spec-num { font-family: var(--font-serif); font-size: 34px; font-weight: 700; line-height: 1;
    color: var(--primary); letter-spacing: -.03em; }
  .k-spec-ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
    background: var(--violet-50); border: 1px solid var(--violet-200); color: var(--primary); }
  .k-spec-title { font-family: var(--font-serif); font-size: clamp(24px, 2.2vw, 32px); font-weight: 700;
    line-height: 1.12; letter-spacing: -.025em; color: var(--fg-1); margin: 20px 0 0; }
  .k-spec-claim { font-size: 17px; line-height: 1.65; color: var(--fg-2); margin: 14px 0 0; }
  .k-spec-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }

  .k-viz { background: #fff; border: 1px solid var(--violet-200); border-radius: 24px; padding: 26px; }
  .k-viz.is-bare { background: none; border: none; border-radius: 0; padding: 0; }
  .k-viz-cap { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
  .k-viz-kick { font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
    color: var(--primary); }
  .k-viz-capt { font-size: 15px; font-weight: 600; color: var(--fg-1); }
  .k-viz-note { margin: 20px 0 0; font-size: 14.5px; line-height: 1.65; color: var(--fg-2); }
  .k-viz-note.is-gate { margin-top: 22px; padding-left: 18px; border-left: 3px solid var(--primary);
    color: var(--fg-1); font-size: 15px; }
  .k-viz-legend { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 26px; }
  .k-viz-legend span { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px;
    font-weight: 500; color: var(--fg-1); }
  .k-lg { width: 15px; height: 15px; border-radius: 5px; flex: none; }
  .k-lg-engine { background: #fff; border: 1.6px solid var(--violet-300); }
  .k-lg-ki { background: var(--primary); }
  .k-lg-human { background: var(--state-intel-bg); border: 1.6px solid var(--state-intel); }
  /* Identität & Prozessownership: Anatomie-Strang, keine Boxen. */
  .sp { position: relative; padding: 30px 0 34px; }
  .sp::before { content: ''; position: absolute; left: 50%; top: 6px; bottom: 6px; width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--violet-200), var(--primary) 30%, var(--primary) 70%, var(--violet-200)); }
  .sp-cap { position: absolute; left: 50%; transform: translateX(-50%); width: 16px; height: 16px;
    border-radius: 999px; background: #F6F5FA; border: 2.5px solid var(--primary); z-index: 1; }
  .sp-cap.is-start { top: 0; }
  .sp-cap.is-end { bottom: 0; border-width: 5px; }
  .sp-row { position: relative; width: 50%; padding: 26px 56px 26px 0;
    display: grid; justify-items: end; text-align: right; }
  .sp-row.is-right { margin-left: 50%; padding: 26px 0 26px 56px; justify-items: start; text-align: left; }
  /* Station auf dem Strang + Haarlinien-Konnektor zur Annotation */
  .sp-row::after { content: ''; position: absolute; top: 44px; right: -6px; width: 12px; height: 12px;
    border-radius: 999px; background: #fff; border: 2px solid var(--primary); z-index: 1; }
  .sp-row.is-right::after { right: auto; left: -6px; }
  .sp-row::before { content: ''; position: absolute; top: 49px; right: 6px; width: 44px; height: 1.5px;
    background: var(--violet-300); }
  .sp-row.is-right::before { right: auto; left: 6px; }
  .sp-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
    background: var(--violet-50); border: 1px solid var(--violet-200); color: var(--primary); }
  .sp-name { display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
    font-family: var(--font-serif); font-size: 21px; font-weight: 700; letter-spacing: -.02em;
    color: var(--fg-1); margin: 16px 0 0; }
  .sp-row:not(.is-right) .sp-name { flex-direction: row-reverse; }
  .sp-tag { font-family: var(--font-sans); font-style: normal; font-size: 9.5px; font-weight: 800;
    letter-spacing: .08em; text-transform: uppercase; padding: 4px 8px; border-radius: 6px;
    background: var(--primary); color: #fff; }
  .sp-body { font-size: 15px; line-height: 1.65; color: var(--fg-2); margin: 9px 0 0; max-width: 40ch; }
  @media (max-width: 820px) {
    .sp::before, .sp-cap { left: 8px; }
    .sp-row, .sp-row.is-right { width: auto; margin-left: 0; padding: 22px 0 22px 48px;
      justify-items: start; text-align: left; }
    .sp-row::after, .sp-row.is-right::after { right: auto; left: 2px; }
    .sp-row::before, .sp-row.is-right::before { right: auto; left: 14px; width: 30px; }
    .sp-row:not(.is-right) .sp-name { flex-direction: row; }
  }

  /* Prozessownership: Liste untereinander, Inhalt je Punkt als Schaubild. */
  .oq { display: grid; gap: 0; }
  .oq-row { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 36px;
    align-items: center; padding: 68px 0; }
  .oq.is-stack .oq-row { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .oq.is-stack .oq-gfxwrap { max-width: 640px; }
  .oq-row + .oq-row { border-top: 1px solid var(--violet-200); }
  .oq-copy { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 18px; }
  .oq-name { display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
    font-family: var(--font-serif); font-size: 20px; font-weight: 700; letter-spacing: -.02em;
    color: var(--fg-1); margin: 6px 0 0; }
  .oq-body { font-size: 15px; line-height: 1.65; color: var(--fg-2); margin: 8px 0 0; max-width: 54ch; }
  .oq-gfxwrap { min-width: 0; }
  .oq-gfx { width: 100%; height: auto; display: block; }
  .oq-lbl { fill: var(--fg-2); font-family: var(--font-sans); font-size: 11px; font-weight: 800;
    letter-spacing: .1em; text-transform: uppercase; }
  .oq-lblv { fill: var(--primary); font-family: var(--font-sans); font-size: 12px; font-weight: 700; }
  .oq-dots circle { fill: var(--violet-300); }
  .oq-brace { fill: none; stroke: var(--violet-300); stroke-width: 1.5; }
  .oq-runaxis { fill: none; stroke: var(--violet-200); stroke-width: 1.5; }
  .oq-runev { fill: #fff; stroke: var(--violet-300); stroke-width: 1.8; }
  .oq-runev.is-done { stroke: var(--primary); }
  .oq-runbar { fill: var(--violet-100); stroke: var(--violet-200); stroke-width: 1; }
  .oq-runbar.is-done { fill: var(--primary); stroke: none; }
  .oq-seq { fill: none; stroke: var(--violet-400); stroke-width: 1.8; stroke-linecap: round; }
  .oq-seq.is-hard { stroke: var(--primary); stroke-width: 2.4; }
  .oq-ev { fill: #fff; stroke: var(--violet-400); stroke-width: 1.8; }
  .oq-t { fill: #fff; stroke: var(--violet-300); stroke-width: 1.4; }
  .oq-gw path:first-child { fill: #fff; stroke: var(--violet-300); stroke-width: 1.4; }
  .oq-gwx { fill: none; stroke: var(--violet-400); stroke-width: 1.5; stroke-linecap: round; }
  .oq-ai rect { fill: var(--primary); stroke: none; }
  .oq-ai text { fill: #fff; font-family: var(--font-sans); font-size: 14px; font-weight: 700;
    text-anchor: middle; }
  /* Steuerungs-Glyphen */
  .oq-ctl { display: flex; align-items: center; gap: 10px; }
  .oq-ctlbtn, .oq-ctlme { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
    background: #fff; border: 1px solid var(--violet-300); color: var(--primary); }
  .oq-ctlme { background: var(--primary); border-color: var(--primary); color: #fff; }
  .oq-ctlfill { fill: currentColor; }
  .oq-ctlstroke { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
  .oq-ctlsep { width: 1px; height: 22px; background: var(--violet-200); margin: 0 4px; }
  /* Durchläufe */
  .oq-runs { display: grid; gap: 7px; max-width: 420px; }
  .oq-run { display: flex; align-items: center; gap: 10px; }
  .oq-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--violet-300); flex: none; }
  .oq-dot.is-ok { background: var(--primary); }
  .oq-bar { height: 8px; border-radius: 999px; background: var(--violet-100);
    border: 1px solid var(--violet-200); }
  /* Prozesswissen: nachschlagen im Modell (Buch mit BPMN-Seiten) */
  .oq-page { fill: #fff; stroke: var(--violet-300); stroke-width: 1.5; }
  .oq-page-edge { fill: none; stroke: var(--violet-200); stroke-width: 1.2; }
  .oq-spine { fill: none; stroke: var(--violet-400); stroke-width: 1.6; }
  .oq-mt { fill: #fff; stroke: var(--violet-300); stroke-width: 1.2; }
  .oq-mt.is-on { fill: var(--primary); stroke: none; }
  .oq-ms { fill: none; stroke: var(--violet-400); stroke-width: 1.2; stroke-linecap: round; }
  .oq-me { fill: #fff; stroke: var(--violet-400); stroke-width: 1.2; }
  .oq-lens { fill: none; stroke: var(--primary); stroke-width: 2.2; }
  .oq-look { fill: none; stroke: var(--violet-400); stroke-width: 1.4; stroke-dasharray: 2 7;
    animation: oq-look 1.2s linear infinite; }
  @keyframes oq-look { to { stroke-dashoffset: -18; } }
  @media (prefers-reduced-motion: reduce) { .oq-look { animation: none; } }
  .oq-bot rect { fill: var(--primary); stroke: none; }
  .oq-bot circle { fill: #fff; }
  .oq-bot path { fill: none; stroke: var(--primary); stroke-width: 1.6; stroke-linecap: round; }

  /* Prozesskontrolle: Ablauf oben, Steuerung darunter, die bedient er selbst. */
  .oq-fuse { display: grid; gap: 18px; }
  .oq-ctlbox { position: relative; display: grid; gap: 16px; justify-items: center;
    padding: 30px 24px 20px; border-radius: 16px;
    background: rgba(124,58,237,.08); border: 1px solid rgba(168,134,255,.4); }
  .oq-ctlbox .oq-gfx { width: 100%; }
  .oq-ctlagent { position: absolute; top: -17px; left: 50%; transform: translateX(-50%);
    width: 38px; height: 34px; border-radius: 11px; display: grid; place-items: center;
    background: #fff; color: var(--primary); border: 1px solid var(--violet-300); }
  .oq-ctlrow { display: flex; gap: 8px; justify-content: center; }
  .oq-ctlbig { display: grid; place-items: center;
    width: 38px; height: 38px; border-radius: 11px;
    background: #fff; border: 1px solid var(--violet-300); color: var(--primary-dark); }
  .oq-ctlbig.is-primary { background: var(--primary); border-color: var(--primary); color: #fff; }
  .oq-ctlbig svg { flex: none; }

  /* Prozessmonitoring: Zoom-Grafik in drei Ebenen, rein abstrakt */
  .oqm { display: block; width: 100%; height: auto; }
  .oqm-card { fill: #fff; stroke: var(--violet-200); stroke-width: 1.5; }
  .oqm-card.is-on { fill: var(--violet-50); stroke: var(--primary); }
  .oqm-panel { fill: #fff; stroke: var(--violet-200); stroke-width: 1.5; }
  .oqm-glyph { stroke: var(--violet-400); fill: none; stroke-width: 1.5; stroke-linecap: round; }
  .oqm-glyph.is-on { stroke: var(--primary); }
  .oqm-zoom { stroke: var(--violet-300); stroke-width: 1; stroke-dasharray: 2 5; fill: none; stroke-linecap: round; }
  .oqm-lens { stroke: var(--primary); stroke-width: 2; fill: none; stroke-linecap: round; }
  .oqm-lens circle { fill: rgba(124,58,237,.08); }
  .oqm-run { fill: var(--violet-100); stroke: var(--violet-200); stroke-width: 1; }
  .oqm-run.is-on { fill: var(--primary); stroke: var(--primary); }
  .oqm-ev circle { fill: var(--violet-300); }
  .oqm-ev path { stroke: var(--violet-200); stroke-width: 5; stroke-linecap: round; fill: none; }
  .oqm-ev.is-on circle { fill: var(--primary); }
  .oqm-ev.is-on path { stroke: var(--primary); }
  .oqm-cap { font-family: var(--font-sans, 'Nunito Sans', sans-serif); font-size: 9.5px;
    font-weight: 800; letter-spacing: .12em; fill: var(--primary-dark); }

  @media (max-width: 860px) {
    .oq-row { grid-template-columns: minmax(0,1fr); gap: 20px; }
  }
  @media (max-width: 620px) {
    .oq-copy { grid-template-columns: minmax(0,1fr); gap: 12px; }
  }

  /* Vier gleichrangige Fähigkeiten nebeneinander; die Sektion läuft dafür
     über die volle Containerbreite (.k-spec.is-wide). */
  .k-spec.is-wide { grid-template-columns: minmax(0,1fr); gap: 44px; }
  .k-spec.is-wide .k-spec-aside { position: static; max-width: 640px; }

  /* Systemadapter-Schaubild: kompakt, Roboter wie oben, getrennte Aktions-Panels */
  .k-fs-scroll { overflow-x: auto; padding-bottom: 6px; }
  .k-adp3 { display: block; width: 100%; max-width: 660px; height: auto; margin: 34px auto 38px; }
  .k-adp3-card { fill: #fff; stroke: var(--violet-200); stroke-width: 1.5; }
  .k-adp3-div { stroke: var(--violet-100); stroke-width: 1.5; }
  .k-adp3-pill { fill: #FDFDFE; stroke: var(--violet-100); stroke-width: 1; stroke-dasharray: 3 4; }
  .k-adp3-plabel { font-family: var(--font-sans); font-size: 12.5px; font-weight: 500; fill: var(--fg-2); }
  .k-adp3-mark { fill: none; stroke: var(--fg-2); stroke-width: 2.2;
    stroke-linecap: round; stroke-linejoin: round; }
  .k-lrn-title { font-family: var(--font-sans); font-size: 13.5px; font-weight: 700; fill: var(--fg-1); }
  .k-lrn-title.is-lg { font-family: var(--font-serif); font-size: 17px; font-weight: 600; }
  .k-lrn-sub { font-family: var(--font-sans); font-size: 12.5px; font-weight: 500; fill: var(--fg-2); }
  .k-lrn-gate { fill: var(--violet-50); stroke: var(--primary); stroke-width: 1.6; }
  .k-lrn-gatex { stroke: var(--primary); stroke-width: 2.6; fill: none;
    stroke-linecap: round; stroke-linejoin: round; }
  .k-lrn-warn { font-family: var(--font-sans); font-size: 12px; font-weight: 600; fill: var(--primary-dark); }
  .k-lrn-or { fill: #fff; stroke: var(--violet-300); stroke-width: 1.4; }
  .k-lrn-ort { font-family: var(--font-serif); font-size: 12.5px; font-weight: 700; fill: var(--primary); }
  .k-lrn-sig { fill: var(--violet-50); stroke: var(--violet-200); stroke-width: 1.2; }
  .k-lrn-sigt { font-family: var(--font-sans); font-size: 10.5px; font-weight: 600; fill: var(--fg-2); }
  .k-lrn-rowl { font-family: var(--font-sans); font-size: 12px; font-weight: 600; fill: var(--fg-1); }
  .k-lrn-old { fill: var(--violet-100); }
  .k-lrn-new { fill: var(--primary); }
  .k-lrn-swap { stroke: var(--violet-400); stroke-width: 1.6; fill: none;
    stroke-linecap: round; stroke-linejoin: round; }
  .k-lrn-dot { fill: var(--primary); }
  .k-adp3-more { font-family: var(--font-sans); font-size: 11.5px; font-weight: 500; fill: var(--fg-2); }
  .k-adp3-sysname { font-family: var(--font-sans); font-size: 12px; font-weight: 700;
    letter-spacing: .02em; fill: var(--primary-dark); }
  .k-adp3-ev.is-on .k-adp3-pill { fill: var(--violet-50); stroke: var(--violet-100); stroke-width: 1; stroke-dasharray: none; }
  .k-adp3-ev.is-on .k-adp3-plabel { fill: var(--fg-1); font-weight: 600; }
  .k-adp3-ev.is-on .k-adp3-mark { stroke: var(--primary); }
  .k-adp3-sys { fill: none; stroke: var(--violet-400); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .k-adp3-flow { stroke: var(--violet-300); stroke-width: 1.5; fill: none; }
  .k-adp3-flow.is-open { stroke-dasharray: 4 5; }
  .k-adp3-opencard { fill: var(--violet-50); stroke: var(--violet-200); stroke-width: 1;
    stroke-dasharray: 5 5; }
  .k-adp3-openplus { stroke: var(--primary); stroke-width: 2.2; fill: none; stroke-linecap: round; }
  .k-adp3-openlabel { font-family: var(--font-sans); font-size: 12px; font-weight: 600; fill: var(--fg-1); }
  .k-adp3-openlabel.is-sub { font-weight: 500; fill: var(--fg-2); }
  .k-adp3-plug { stroke: var(--primary); stroke-width: 2; fill: none;
    stroke-linecap: round; stroke-linejoin: round; }
  .k-adp3-wire { stroke: var(--primary); stroke-width: 1.6; fill: none; stroke-linecap: round; }
  .k-adp3-act { fill: var(--violet-100); stroke: var(--violet-200); stroke-width: 1; }
  .k-adp3-act.is-on { fill: var(--primary); stroke: var(--primary); }
  .k-adp3-cap { font-family: var(--font-sans); font-size: 10.5px; font-weight: 800;
    letter-spacing: .14em; fill: var(--primary); }

  /* Gedächtnis */
  .k-mem { display: grid; grid-template-columns: minmax(0,1fr) 44px minmax(0,260px); align-items: center; gap: 0; }
  .k-mem-src { display: grid; gap: 8px; }
  .k-mem-item { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 13px; align-items: center;
    padding: 12px 15px; background: var(--ink-50); border: 1px solid var(--ink-200); border-radius: 12px; }
  .k-mem-ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center;
    background: #fff; border: 1px solid var(--ink-200); color: var(--primary); }
  .k-mem-name { font-size: 14.5px; font-weight: 700; color: var(--fg-1); margin: 0; }
  .k-mem-sub { font-size: 12.5px; color: var(--fg-2); margin: 2px 0 0; }
  .k-mem-arrow { display: grid; place-items: center; color: var(--violet-400); }
  .k-mem-store { padding: 26px 22px; border-radius: 18px; background: var(--violet-50);
    border: 1px solid var(--primary); text-align: center; color: var(--primary); }
  .k-mem-storename { font-family: var(--font-serif); font-size: 19px; font-weight: 700; letter-spacing: -.02em;
    color: var(--fg-1); margin: 12px 0 0; }
  .k-mem-storesub { font-size: 13px; line-height: 1.5; color: var(--fg-2); margin: 8px 0 0; }

  .k-chain { margin-top: 24px; display: flex; align-items: stretch; }
  .k-chain-step { flex: 1 1 0; min-width: 0; border-radius: 14px; padding: 15px;
    background: #fff; border: 1px solid var(--ink-200); }
  .k-chain-step.is-gate { background: var(--violet-50); border-color: var(--primary); }
  .k-chain-arrow { flex: none; width: 22px; display: grid; place-items: center; color: var(--violet-400); }
  .k-chain-kick { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-2); }
  .k-chain-step.is-gate .k-chain-kick { color: var(--primary); }
  .k-chain-step p { font-size: 13.5px; line-height: 1.5; color: var(--fg-1); margin: 8px 0 0; }

  /* ---- S4 Duell ---- */
  .k-duel { margin-top: 56px; display: grid; grid-template-columns: 1fr 74px 1fr; align-items: stretch; }
  .k-duel-card { border-radius: 24px; padding: 28px; background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.15); }
  .k-duel-card.is-ai { background: linear-gradient(160deg, rgba(124,58,237,.24), rgba(124,58,237,.05));
    border-color: rgba(182,155,255,.5); }
  .k-duel-kick { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800;
    letter-spacing: .13em; text-transform: uppercase; color: var(--k-onink-2); }
  .k-duel-kick i { width: 7px; height: 7px; border-radius: 999px; background: var(--k-onink-2); }
  .k-duel-card.is-ai .k-duel-kick { color: var(--k-vl); }
  .k-duel-card.is-ai .k-duel-kick i { background: var(--k-vl); }
  .k-duel-role { display: flex; align-items: center; gap: 14px; margin: 18px 0 24px; }
  .k-duel-av { flex: none; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
    background: rgba(255,255,255,.1); color: var(--k-onink); }
  .k-duel-card.is-ai .k-duel-av { background: linear-gradient(150deg, #7C3AED, #5B20D0); color: #fff; }
  .k-duel-name { font-family: var(--font-serif); font-weight: 700; font-size: 24px; color: #fff; letter-spacing: -.02em; }
  .k-duel-chips { display: flex; flex-wrap: wrap; gap: 9px; }
  .k-dchip { display: inline-flex; align-items: center; gap: 9px; padding: 11px 15px; border-radius: 999px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); color: var(--k-onink);
    font-size: 14px; font-weight: 600; }
  .k-dchip svg { color: var(--k-onink-2); }
  .k-duel-card.is-ai .k-dchip { background: rgba(124,58,237,.2); border-color: rgba(182,155,255,.45); color: #fff; }
  .k-duel-card.is-ai .k-dchip svg { color: var(--k-vl); }
  .k-duel-mid { display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .k-duel-line { flex: 1; width: 1.5px; background: rgba(182,155,255,.35); }
  .k-duel-or { margin: 14px 0; width: 44px; height: 44px; border-radius: 999px; display: grid;
    place-items: center; background: #1a0e33; border: 1px solid rgba(182,155,255,.5); color: #fff;
    font-family: var(--font-serif); font-weight: 700; font-size: 13px; }
  .k-duel-or.is-light { background: #fff; border-color: var(--violet-200); color: var(--primary); }

  /* ---- S5 Stellen-Karten (agnostisch) ---- */
  .k-seats { display: grid; grid-template-columns: 1fr 74px 1fr; align-items: stretch; }
  .k-seat { display: flex; flex-direction: column; padding: 24px 28px; border-radius: 24px;
    background: #fff; border: 1px solid var(--ink-200); }
  .k-seat.is-ai { background: var(--violet-50); border-color: var(--violet-300); }
  .k-seat-kick { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800;
    letter-spacing: .1em; text-transform: uppercase; color: var(--fg-2); }
  .k-seat-kick i { width: 7px; height: 7px; border-radius: 999px; background: var(--ink-300); }
  .k-seat.is-ai .k-seat-kick { color: var(--primary); }
  .k-seat.is-ai .k-seat-kick i { background: var(--primary); }
  .k-seat-role { display: flex; align-items: center; gap: 14px; margin: 13px 0 16px; }
  .k-seat-av { flex: none; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
    background: #F1F1F4; color: var(--fg-2); }
  .k-seat.is-ai .k-seat-av { background: linear-gradient(150deg, #7C3AED, #5B20D0); color: #fff; }
  .k-seat-name { font-family: var(--font-serif); font-size: 24px; font-weight: 700; letter-spacing: -.025em;
    color: var(--fg-1); margin: 0; }
  .k-seat-attrs { display: grid; gap: 2px; border-top: 1px solid var(--ink-200); }
  .k-seat.is-ai .k-seat-attrs { border-top-color: var(--violet-200); }
  .k-seat-attr { display: flex; align-items: center; gap: 13px; padding: 10px 0;
    border-bottom: 1px solid var(--ink-200); }
  .k-seat.is-ai .k-seat-attr { border-bottom-color: var(--violet-200); }
  .k-seat-attric { flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
    background: #F1F1F4; color: var(--fg-2); }
  .k-seat.is-ai .k-seat-attric { background: #fff; color: var(--primary); border: 1px solid var(--violet-200); }
  .k-seat-attrl { font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
    color: var(--fg-2); margin: 0; }
  .k-seat-attrv { font-size: 15px; line-height: 1.45; color: var(--fg-1); margin: 3px 0 0; }
  .k-seat-own { display: flex; align-items: center; gap: 8px; margin: 16px 0 10px;
    font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--fg-2); }
  .k-seat-own b { font-size: 11px; font-weight: 800; letter-spacing: .09em; color: var(--fg-2); }
  .k-seat.is-ai .k-seat-own { color: var(--primary); }
  .k-seat-list { display: grid; gap: 8px; margin-bottom: 16px; }
  .k-seat-foot { margin-top: auto; }
  .k-seat-step { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 13px;
    min-height: 54px; padding: 10px 14px; border-radius: 13px; background: #FAFAFB; border: 1px solid var(--ink-200); }
  .k-seat.is-ai .k-seat-step { background: #fff; border-color: var(--violet-200); }
  .k-seat-n { flex: none; width: 24px; height: 24px; border-radius: 999px; display: grid; place-items: center;
    font-family: var(--font-serif); font-size: 12px; font-weight: 700;
    background: #EFEFF2; color: var(--fg-2); }
  .k-seat.is-ai .k-seat-n { background: var(--primary); color: #fff; }
  .k-seat-stepname { font-size: 14.5px; font-weight: 600; color: var(--fg-1); margin: 0; }
  .k-seat-more { display: flex; align-items: center; gap: 13px; min-height: 54px; margin: 0; padding: 10px 14px;
    border-radius: 13px; border: 1.5px dashed var(--ink-200); font-size: 14px; font-weight: 600; color: var(--fg-2); }
  .k-seat.is-ai .k-seat-more { border-color: var(--violet-200); color: var(--primary-dark); }
  .k-seat-moren { width: 24px; height: 24px; border-radius: 999px; display: grid; place-items: center;
    background: #EFEFF2; color: var(--fg-2); flex: none; }
  .k-seat.is-ai .k-seat-moren { background: var(--violet-50); color: var(--primary); }
  .k-seat-step.is-flow { position: relative; min-height: 54px; padding: 10px 14px; align-items: center;
    grid-template-columns: auto auto minmax(0,1fr) auto; }
  .k-seat-step.is-flow .k-seat-stepname { flex: none; margin-right: 6px; }
  .mfx { display: flex; align-items: center; min-width: 0; max-width: 300px; margin-left: 0; }
  .mfx-s { flex: none; width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--primary); }
  .mfx-t { flex: none; width: 33px; height: 23px; border-radius: 6px; background: var(--violet-50);
    border: 1px solid var(--violet-300); color: var(--primary); display: grid; place-items: center; }
  .mfx-t.is-vi { background: var(--primary); border-color: var(--primary); color: #fff; }
  .mfx-t.is-or { background: #FFF4EA; border-color: #F0B584; color: #C2410C; }
  .mfx-t.is-cy { background: #EAF7FC; border-color: #85D3EE; color: #0E7490; }
  .mfx-t.is-gr { background: #EBF7F1; border-color: #8CD9B5; color: #047857; }
  .mfx-g { flex: none; width: 16px; height: 16px; background: #fff; border: 1.5px solid var(--violet-400);
    transform: rotate(45deg); margin: 0 3px; }
  .mfx-e { flex: none; width: 16px; height: 16px; border-radius: 50%; border: 3px solid var(--primary);
    background: var(--violet-100); }
  .mfx-q { flex: 1; min-width: 9px; height: 1.5px; background: var(--violet-300); }
  .k-seat-corner { position: absolute; top: 8px; right: 10px; display: flex; gap: 5px; }
  .mf { width: 100%; max-width: 214px; height: auto; display: block; }
  .mf-seq { fill: none; stroke: var(--violet-400); stroke-width: 1.4; }
  .mf-ev { fill: #fff; stroke: var(--violet-400); stroke-width: 1.6; }
  .mf-ev.is-end { stroke-width: 3; }
  .mf-t { fill: #fff; stroke: var(--violet-300); stroke-width: 1.3; }
  .mf-t.is-usr { fill: var(--violet-100); stroke: var(--primary); }
  .mf-gw { fill: #fff; stroke: var(--violet-300); stroke-width: 1.3; }
  .k-seat-flag { display: inline-flex; align-items: center; gap: 6px; font-size: 8.5px; font-weight: 800;
    letter-spacing: .07em; text-transform: uppercase; padding: 3px 7px; border-radius: 999px;
    color: var(--fg-2); background: #EFEFF2; border: 1px solid var(--ink-200); white-space: nowrap; }
  .k-seat-flag.is-auto { background: var(--primary); border-color: var(--primary); color: #fff; }
  .k-seat-flag.is-gate { background: var(--violet-50); border-color: var(--violet-300); color: var(--primary-dark); }
  .k-seat-flag.is-man { background: #EBF7F1; border-color: #8CD9B5; color: #047857; }
  .k-seat-foot { display: flex; align-items: center; gap: 10px; margin: 14px 0 0; padding-top: 14px;
    margin-top: auto;
    border-top: 1px solid var(--ink-200); font-size: 14.5px; color: var(--fg-1); }
  .k-seat.is-ai .k-seat-foot { border-top-color: var(--violet-200); }
  .k-seat-footic { flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
    background: #F1F1F4; color: var(--fg-2); }
  .k-seat.is-ai .k-seat-footic { background: var(--primary); color: #fff; }
  .k-seat-footic svg { color: inherit !important; }
  .k-seat-foot svg { flex: none; color: var(--fg-2); }
  .k-seat-foot.is-ai svg { color: var(--primary); }
  .k-seat-foot b { font-weight: 800; }
  .k-seat-mid { display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .k-seat-mid .k-duel-line { background: var(--violet-200); }

  /* Volumen: eine Stelle gegen ein mitwachsendes Team, ohne Zahlen */
  .k-vol { margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--violet-200); }
  .k-vol-head { max-width: 60ch; }
  .k-vol-title { font-family: var(--font-serif); font-size: 30px; font-weight: 700; letter-spacing: -.025em;
    color: var(--fg-1); margin: 12px 0 0; }
  .k-vol-stage { display: grid; grid-template-columns: minmax(200px,.5fr) auto minmax(0,1.5fr);
    gap: 20px; margin-top: 32px; align-items: stretch; }
  .k-vol-one { display: flex; flex-direction: column; padding: 28px; border-radius: 22px;
    background: var(--violet-50); border: 1px solid var(--primary); }
  .k-vol-onet { font-family: var(--font-serif); font-size: 26px; font-weight: 700; letter-spacing: -.025em;
    color: var(--primary); margin: 0; line-height: 1.15; }
  .k-vol-ones { font-size: 15px; color: var(--fg-2); margin: 8px 0 0; }
  .k-vol-onebar { margin-top: auto; height: 44px; border-radius: 12px; display: grid; place-items: center;
    background: var(--primary); color: #fff; }
  .k-vol-onef { display: grid; gap: 2px; text-align: center; margin: 14px 0 0;
    font-size: 15px; font-weight: 700; color: var(--fg-1); }
  .k-vol-onef span { font-size: 13.5px; font-weight: 500; color: var(--fg-2); }
  .k-vol-vs { align-self: center; width: 44px; height: 44px; border-radius: 999px;
    display: grid; place-items: center; background: #19191C; color: #fff;
    font-family: var(--font-serif); font-weight: 700; font-size: 13px; }
  .k-vol-team { padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--ink-200); }
  .k-vol-teamt { font-family: var(--font-serif); font-size: 26px; font-weight: 700; letter-spacing: -.025em;
    color: var(--fg-1); margin: 0; }
  .k-vol-teams { font-size: 15px; color: var(--fg-2); margin: 8px 0 0; }
  .k-vol-bars { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px;
    align-items: end; margin-top: 26px; }
  .k-vol-bar { position: relative; border-radius: 12px 12px 0 0; background: #EDEBF3; border: 1px solid var(--ink-200);
    border-bottom: 2px solid var(--ink-200); box-sizing: border-box; }
  .k-vol-barheads { position: absolute; left: 0; right: 0; display: flex; flex-wrap: wrap;
    justify-content: center; gap: 2px; color: var(--fg-2); line-height: 0; }
  .k-vol-barcol { border-bottom: 0; }
  .k-vol-barn { display: block; text-align: center; margin-top: 7px; font-size: 10.5px; font-weight: 800;
    letter-spacing: .07em; text-transform: uppercase; color: var(--fg-2); }
  .k-vol-note { font-size: 16px; line-height: 1.65; color: var(--fg-1); margin: 26px 0 0; max-width: 80ch; }
  .k-vol-toggle { display: flex; align-items: center; gap: 8px; margin-top: 18px;
    font-size: 12px; font-weight: 700; color: var(--fg-2); }
  .k-vol-toggle button { font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: var(--fg-2);
    background: #fff; border: 1px solid var(--ink-200); border-radius: 999px; padding: 5px 13px; cursor: pointer; }
  .k-vol-toggle button.is-on { background: var(--primary); border-color: var(--primary); color: #fff; }
  @media (max-width: 900px) {
    .k-vol-stage { grid-template-columns: minmax(0,1fr); }
    .k-vol-vs { justify-self: center; }
  }

  /* ---- S6 Compliance ---- */
  /* Kopfblock oben über volle Breite, Punkte darunter zweispaltig, sonst
     bleibt die kürzere Spalte im gerahmten Panel leer stehen. */
  .k-comp { background: var(--violet-50); border: 1px solid var(--violet-200); border-radius: 28px; padding: 52px; }
  .k-comp-head { max-width: 68ch; }
  .k-comp-list { margin-top: 40px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 0 48px; }
  .k-comp-item { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 16px; padding: 22px 0;
    border-top: 1px solid var(--violet-200); }
  .k-comp-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--violet-200); }
  .k-comp-ic { width: 26px; height: 26px; border-radius: 999px; display: grid; place-items: center;
    background: var(--primary); color: #fff; margin-top: 2px; }
  .k-comp-name { font-size: 16px; font-weight: 700; color: var(--fg-1); margin: 0; }
  .k-comp-body { font-size: 14.5px; line-height: 1.65; color: var(--fg-2); margin: 6px 0 0; }

  /* ---- S7 Weiter ---- */
  .k-next { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
  .k-next-card { display: block; text-decoration: none; border-radius: 24px; padding: 32px;
    background: #fff; border: 1px solid var(--ink-200); transition: border-color .2s, box-shadow .2s; }
  .k-next-card.is-primary { background: var(--violet-50); border-color: var(--violet-200); }
  .k-next-card:hover { border-color: var(--primary); box-shadow: 0 6px 18px -8px rgba(124,58,237,.3); }
  .k-next-kick { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--primary); }
  .k-next-title { font-family: var(--font-serif); font-size: 23px; font-weight: 700; letter-spacing: -.02em;
    color: var(--fg-1); margin: 12px 0 0; }
  .k-next-body { font-size: 15px; line-height: 1.65; color: var(--fg-2); margin: 10px 0 0; }
  .k-next-go { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 15px;
    font-weight: 700; color: var(--primary); }

  /* ============================================================
     Ergänzung 2026-09: „So entsteht einer" (.k-bn*)
     ------------------------------------------------------------
     Nicht aus dem Design-Export, die Sektion gab es dort nicht
     (der Nav-Eintrag stand auf „bald"). Bleibt im Vokabular der
     Seite: violett getönte Flächen, Haarlinien, kein ausgegrauter
     Text, keine Opacity auf Text.
     ============================================================ */

  /* site.css gibt nur section[id] ein scroll-margin. Die Baustein-Anker
     (#identitaet …) sitzen auf .k-spec-Divs, ohne das rutschen sie unter die
     sticky Nav. Gilt auch für den Alt-Anker #wissen-lernen. */
  .k-spec[id] { scroll-margin-top: 92px; }







  /* ---- Responsive ---- */
  @media (max-width: 1180px) {
    .k-hero-grid { grid-template-columns: minmax(0,1fr); gap: 48px; }
    .k-spec { grid-template-columns: minmax(0,1fr); gap: 40px; }
    .k-spec-aside { position: static; }
  }
  @media (max-width: 1080px) {
    .k-duel, .k-seats { grid-template-columns: minmax(0,1fr); gap: 16px; }
    .k-duel-mid, .k-seat-mid { flex-direction: row; gap: 14px; }
    .k-duel-line { width: auto; height: 1.5px; flex: 1; }
    .k-duel-or { margin: 0; }
    .k-comp { padding: 38px; }
    .k-comp-list { grid-template-columns: minmax(0,1fr); gap: 0; }
    .k-comp-item:nth-last-child(-n+2) { border-bottom: 0; }
    .k-comp-item:last-child { border-bottom: 1px solid var(--violet-200); }
    .k-mem { grid-template-columns: minmax(0,1fr); gap: 16px; }
    .k-mem-arrow { transform: rotate(90deg); }
      }
  @media (max-width: 820px) {
    .k-sec, .k-ink { padding: 76px 0; }
    .k-hero.home-hero { padding: 148px 0 88px; }
    .k-spec + .k-spec { margin-top: 64px; padding-top: 64px; }
    .k-viz { padding: 20px; }
    .k-chain { flex-direction: column; gap: 10px; }
    .k-chain-arrow { width: auto; height: 20px; transform: rotate(90deg); }
    .k-prof-facts > div { grid-template-columns: minmax(0,1fr); gap: 4px; }
    .k-next { grid-template-columns: minmax(0,1fr); }
    }

/* ==========================================================================
   Hero-Schaubilder, Varianten (2026-09)
   Standard ist "keine": in Produktion steht neben der Headline nichts, der
   Hero laeuft einspaltig. Der Schalter erscheint nur ausserhalb der
   Produktion (SHOW_VARIANTS in variant-switch.jsx).
   ========================================================================== */

.k-hero-grid.is-solo { grid-template-columns: minmax(0, 1fr); }
.k-hero-grid.is-solo .k-hero-copy { max-width: 820px; }

/* Der Schalter ist der gemeinsame `.hn-switch` aus variant-switch.css und
   liegt fix unten rechts, ausserhalb des Rasters. Die alte Fassung sass als
   Rasterkind in der Bildspalte und hat das Schaubild nach unten geschoben. */

/* --- Variante "orbit" --- */
.ho { position: relative; width: 100%; max-width: 380px; aspect-ratio: 1;
  margin-left: auto; }
.ho-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ho-ring { fill: none; stroke: rgba(255,255,255,.09); stroke-width: .4; }
.ho-bahn { fill: none; stroke: url(#ho-g); stroke-width: .9; stroke-linecap: round;
  stroke-dasharray: 30 209; transform: rotate(var(--drehung, -90deg));
  transform-origin: 50% 50%; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.ho-speiche { stroke: rgba(255,255,255,.08); stroke-width: .4;
  transition: stroke .35s ease; }
.ho-speiche.is-on { stroke: rgba(119,41,255,.55); }

.ho-kern { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  display: grid; place-items: center; gap: 4px; width: 108px; height: 108px;
  border-radius: 50%; color: #fff; text-align: center;
  background: radial-gradient(120% 120% at 30% 20%, #7729FF 0%, #4a1a9e 55%, #2a1160 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 18px 50px -12px rgba(119,41,255,.55); }
.ho-kernt { font-size: 11px; font-weight: 600; letter-spacing: .01em;
  color: rgba(255,255,255,.85); }

/* Alle vier Knoten gleich aufgebaut: Icon oben, Text zentriert darunter.
   Seitliche Labels liefen bei "Prozesse" aus dem Container. */
.ho-knoten { position: absolute; transform: translate(-50%,-50%);
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  width: 116px; padding: 0; border: 0; background: transparent;
  cursor: pointer; text-align: center; }
.ho-ic { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px;
  border-radius: 12px; color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.05); box-shadow: 0 0 0 1px rgba(255,255,255,.10);
  transition: color .25s ease, background .25s ease, box-shadow .25s ease; }
.ho-txt { display: grid; gap: 2px; justify-items: center; }
.ho-name { font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.9); }
.ho-sub { font-size: 11px; line-height: 1.35; color: rgba(255,255,255,.5);
  opacity: 0; transition: opacity .25s ease; }
.ho-knoten.is-on .ho-ic { color: #fff; background: rgba(119,41,255,.28);
  box-shadow: 0 0 0 1px rgba(119,41,255,.6), 0 10px 26px -8px rgba(119,41,255,.7); }
.ho-knoten.is-on .ho-name { color: #fff; }
.ho-knoten.is-on .ho-sub { opacity: 1; }

/* Der untere Knoten kippt, damit sein Text nicht ins Nichts laeuft. */
.ho-knoten:nth-of-type(3) { flex-direction: column-reverse; }

@media (prefers-reduced-motion: reduce) { .ho-bahn { transition: none; } }
@media (max-width: 900px) { .ho { margin: 0 auto; max-width: 330px; } }
@media (max-width: 640px) {
  .ho { max-width: 290px; }
  .ho-kern { width: 88px; height: 88px; }
  .ho-sub { display: none; }
  .ho-ic { width: 34px; height: 34px; }
}


/* --- Volumen-Grafik, Augmentation statt Ersatz (2026-09) --- */
.k-vg { margin-top: 36px; }
.k-vg-bars { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px; align-items: end; }
.k-vg-col { display: grid; gap: 10px; justify-items: center; }
.k-vg-stapel { display: flex; flex-direction: column; width: 100%; max-width: 88px;
  border-radius: 14px; overflow: hidden; }
.k-vg-ki { background: linear-gradient(180deg, #7729FF 0%, #5b1fd0 100%); min-height: 0; }
.k-vg-team { flex: 0 0 42px; display: grid; place-items: center;
  background: var(--violet-100, rgba(119,41,255,.10)); color: var(--fg-2); }
.k-vg-n { font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--fg-2); }
.k-vg-legende { display: flex; flex-wrap: wrap; gap: 20px; margin: 24px 0 0;
  padding: 0; list-style: none; }
.k-vg-legende li { display: flex; align-items: center; gap: 9px;
  font-size: 14px; color: var(--fg-1); }
.k-vg-swatch { width: 14px; height: 14px; border-radius: 5px; }
.k-vg-swatch.is-team { background: var(--violet-100, rgba(119,41,255,.10));
  box-shadow: inset 0 0 0 1px var(--violet-200, rgba(119,41,255,.22)); }
.k-vg-swatch.is-ki { background: linear-gradient(180deg, #7729FF 0%, #5b1fd0 100%); }

@media (max-width: 640px) {
  .k-vg-bars { gap: 8px; }
  .k-vg-n { font-size: 9px; letter-spacing: .02em; }
  .k-vg-team { flex-basis: 34px; }
}

/* --- "So entsteht einer": fuenf Karten in einer Reihe (2026-09) ---
   Vorher fuenf Bloecke untereinander mit je einem Absatz Fliesstext, vier
   Chips und einer Zeile Zustaendigkeit: ueber zwei Bildschirmhoehen fuer
   etwas, das man auf einen Blick erfassen muss. */
.k-bn { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px; margin: 40px 0 0; padding: 0; list-style: none;
  counter-reset: none; position: relative; }
.k-bn-step { display: flex; flex-direction: column; gap: 10px;
  padding: 22px 20px 20px; border-radius: 18px;
  border: 1px solid var(--violet-200, rgba(119,41,255,.18));
  background: var(--page-bg-surface, #fff); }
.k-bn-kopf { display: flex; align-items: center; justify-content: space-between; }
.k-bn-ic { display: grid; place-items: center; width: 36px; height: 36px;
  border-radius: 11px; background: var(--violet-100, rgba(119,41,255,.10));
  color: var(--primary); }
.k-bn-num { font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  letter-spacing: .1em; color: var(--fg-2); }
.k-bn-title { margin: 2px 0 0; font-family: var(--font-serif); font-size: 17px;
  font-weight: 700; letter-spacing: -.015em; line-height: 1.25; color: var(--fg-1); }
.k-bn-kurz { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--fg-1); }
.k-bn-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 6px; }
.k-bn-chip { display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 9px; border-radius: 999px; font-size: 11.5px; font-weight: 600;
  color: var(--primary); background: var(--violet-100, rgba(119,41,255,.10)); }
.k-bn-wer { margin: 0; padding-top: 10px; font-size: 12px; line-height: 1.4;
  color: var(--fg-2); border-top: 1px solid var(--border-1); }
.k-bn-foot { max-width: 78ch; margin: 28px 0 0; font-size: 15px; line-height: 1.65;
  color: var(--fg-1); }
.k-bn-foot a { color: var(--primary); font-weight: 600; text-decoration: none;
  white-space: nowrap; }
.k-bn-foot a:hover { text-decoration: underline; }

@media (max-width: 1080px) {
  .k-bn { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .k-bn { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .k-bn-step { padding: 18px 16px 16px; }
}
@media (max-width: 460px) {
  .k-bn { grid-template-columns: minmax(0, 1fr); }
}
