/* ================= Systemanatomie ================= */
.ana-track { position: relative; height: 720vh; }
.ana-sticky {
  position: sticky; top: 0; height: 100vh; padding-top: var(--tb);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.ana-stage {
  position: relative; container-type: inline-size;
  width: min(calc(100vw - 2 * var(--pad)), calc((100vh - var(--tb) - 28px) * 1.6));
}
.ana-canvas { position: relative; width: 100%; aspect-ratio: 16 / 10; }
.ana-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ana.is-static .ana-track { height: auto; }
.ana.is-static .ana-sticky { position: relative; height: auto; padding: calc(var(--tb) + 2rem) 0 3rem; }

/* Kopf */
.ana-copy { position: absolute; left: 0; top: 1.5%; width: 45%; z-index: 3; }
.ana-copy .mlabel { font-size: clamp(11px, 0.78cqw, 13px); }
.ana-copy .h2 { font-size: clamp(2rem, 3.9cqw, 4.6rem); margin-top: 1.2cqw; }
.ana-copy .h2 .hl { color: var(--cobalt); }
.ana-copy .lead { font-size: clamp(15px, 1.22cqw, 20px); margin-top: 1.5cqw; max-width: 30em; }
.ana-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2cqw; }
.ana-ctas .textlink { font-size: 15px; }

/* Zeichnung */
.ana-svg .sl-face * { vector-effect: non-scaling-stroke; }
.sl-body, .sl-front { fill: var(--paper); stroke: var(--ink); stroke-width: 1.15; stroke-linejoin: round; transition: fill .35s, stroke .35s; }
.sl-inset { fill: none; stroke: var(--ink); stroke-opacity: .28; stroke-width: .9; transition: stroke .35s; }
.sl-wall { fill: var(--paper-2); }
.sl-foot { fill: var(--paper-2); stroke: var(--ink); stroke-width: 1; }
.mo { fill: none; stroke: var(--ink); stroke-width: 1.05; stroke-linecap: round; stroke-linejoin: round; transition: stroke .35s, fill .35s; }
.mo-thin { stroke-opacity: .5; }
.mo-dot { fill: var(--paper); }
.mo-fill { fill: var(--ink); stroke: none; }
.mo-key--on { fill: var(--ink); }
.mo-eq { stroke: var(--paper); stroke-width: 1.6; }
.mo-scan { stroke: var(--cobalt); stroke-width: 1.7; }
.sl--dashed .sl-body, .sl--dashed .sl-face .sl-front { stroke-dasharray: 5 4; }
.sl.is-on .sl-body, .sl.is-on .sl-front, .cap.is-on .sl-body, .cap.is-on .sl-front, .ana-svg .rail.is-on .sl-body, .ana-svg .rail.is-on .sl-front { fill: var(--cobalt); stroke: var(--cobalt-deep); }
.ana-svg .rail.is-on .mo { stroke: #fff; stroke-opacity: .92; }
.ana-svg .rail .sl-body, .ana-svg .rail .sl-front, .cap .sl-body, .cap .sl-front { transition: fill .3s, stroke .3s; }
.sl.is-on .mo, .sl.is-on .sl-inset, .cap.is-on .mo { stroke: #fff; stroke-opacity: .92; }
.sl.is-on .mo-dot { fill: var(--cobalt); }
.sl.is-on .mo-fill, .sl.is-on .mo-key--on { fill: #fff; }
.sl.is-on .mo-eq { stroke: var(--cobalt); }
.sl.is-stop .sl-body, .sl.is-stop .sl-front { fill: var(--ink); stroke: var(--ink); }
.sl.is-stop .mo, .sl.is-stop .sl-inset { stroke: var(--paper); stroke-opacity: .85; }
.sl.is-stop .mo-dot { fill: var(--ink); }
.sv-body { fill: var(--night); stroke: var(--night); stroke-width: 1.2; }
.sv-seam { fill: none; stroke: rgba(237, 235, 224, .13); stroke-width: 1; }
.sv-logo { fill: var(--cobalt); }
.sv-k { fill: none; stroke: #fff; stroke-width: 4.4; stroke-linecap: round; stroke-linejoin: round; }
.sv-word { fill: var(--night-text); font-family: var(--sans); font-stretch: 125%; font-weight: 800; font-size: 46px; letter-spacing: .14em; }
.sleeve, .see { transition: opacity .2s; }

.io { fill: none; stroke: var(--ink); stroke-opacity: .42; stroke-width: 1; }
.io-dot { fill: var(--ink); }
.io-dot--s { opacity: .55; }
.lead { fill: none; stroke: var(--ink); stroke-opacity: .5; stroke-width: .9; transition: opacity .25s; }
.lead-dot { fill: var(--ink); transition: opacity .25s; }
.fl { fill: none; stroke: var(--ink); stroke-width: 1.3; }
.fl--in { stroke-dasharray: 5 5; stroke-opacity: .7; }
.fl--run, .fl--out { stroke: var(--cobalt); stroke-width: 2.2; stroke-dasharray: 1 1; stroke-dashoffset: 1; stroke-linecap: round; }
.fl--halo { stroke: var(--paper); stroke-width: 5.5; stroke-dasharray: 1 1; stroke-dashoffset: 1; stroke-linecap: round; }
.flow .io-dot { fill: var(--ink); }

/* Ein- und Ausgänge (zusammengesetzt) */
.ana-io { position: absolute; display: flex; flex-direction: column; gap: 0.75cqw; z-index: 2; }
.ana-io--in { left: 0; top: 50%; align-items: flex-start; }
.ana-io--out { right: 0; top: 40%; align-items: flex-end; }
.ana-io .mlabel { font-size: clamp(10px, 0.72cqw, 12px); margin-bottom: 0.3cqw; }
.ana-chip {
  display: inline-flex; align-items: center; gap: 0.6em;
  background: var(--panel); border: 1px solid var(--line); border-radius: 999px;
  padding: 0.38cqw 0.95cqw; font-size: clamp(12px, 0.9cqw, 15px); font-weight: 500; white-space: nowrap;
  box-shadow: 0 1px 0 rgba(18, 21, 28, .04);
}
.ana-chip svg { width: 1.05cqw; height: 1.05cqw; min-width: 13px; min-height: 13px; stroke: var(--ink); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ana-keep { position: absolute; z-index: 2; }
.ana-keep--in { left: 0; top: 49.5%; }
.ana-keep--out { right: 0; top: 63%; transform-origin: 100% 50%; will-change: transform; }
.ana-keep--out.is-on { background: var(--cobalt); border-color: var(--cobalt); color: #fff; box-shadow: 0 18px 40px -18px rgba(18, 51, 238, .55); }
.ana-keep--out.is-on svg { stroke: #fff; }

/* Teile-Beschriftungen */
.ana-label { position: absolute; z-index: 2; transition: opacity .25s; }
.ana-label--l { left: 0; width: 22.5%; }
.ana-label--r { left: 83.2%; width: 16.8%; }
.ana-label-t { display: inline-flex; align-items: baseline; gap: 0.7em; font-size: clamp(12.5px, 0.98cqw, 16px); font-weight: 600; }
.ana-label-t .nr { font-size: clamp(10px, 0.72cqw, 12px); }
.ana-label-t em { font-style: normal; font-weight: 400; color: var(--ink-3); font-size: .82em; }
.ana-label-d { display: block; margin-top: 0.25cqw; padding-left: 2.1em; font-size: clamp(11px, 0.82cqw, 13.5px); line-height: 1.45; color: var(--ink-2); }
.ana-label.is-on .ana-label-t { color: var(--cobalt); }

/* Markierungen im Ablauf */
.ana-tag {
  position: absolute; z-index: 4; transform: translate(-50%, -50%) translateY(6px);
  display: inline-flex; align-items: center; gap: 0.55em;
  font-family: var(--mono); font-size: clamp(10.5px, 0.8cqw, 13px); letter-spacing: 0.02em;
  background: var(--panel); border: 1px solid var(--ink); border-radius: 999px;
  padding: 0.3cqw 0.85cqw; white-space: nowrap; pointer-events: none;
  opacity: 0; transition: opacity .3s, transform .3s var(--ease);
}
.ana-tag.is-on { opacity: 1; transform: translate(-50%, -50%); }
.ana-tag--stop { transform: translate(-1.2cqw, -50%) translateY(6px); padding-left: 0.35cqw; }
.ana-tag--stop.is-on { transform: translate(-1.2cqw, -50%); }
.ana-tag--ok { border-color: var(--cobalt); color: var(--cobalt); }
.ana-x {
  width: 2.2cqw; height: 2.2cqw; min-width: 24px; min-height: 24px; border-radius: 50%;
  background: var(--panel); border: 1.5px solid var(--ink); display: grid; place-items: center;
}
.ana-x svg { width: 55%; height: 55%; stroke: var(--ink); stroke-width: 2; }

/* Erzählung */
.ana-story { position: absolute; right: 0; bottom: 0; width: 31%; z-index: 3; }
.ana-segs { display: flex; gap: 6px; margin-bottom: 1.1cqw; }
.ana-seg { flex: 1; height: 14px; padding: 6px 0; background: none; border: 0; cursor: pointer; }
.ana-seg span { display: block; height: 2px; background: var(--line-2); position: relative; overflow: hidden; }
.ana-seg i { position: absolute; inset: 0; background: var(--ink); transform-origin: left; transform: scaleX(0); }
.ana-steps { display: grid; }
.ana-step { grid-area: 1 / 1; display: grid; grid-template-columns: 2.2em 1fr; gap: 0.5em; opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s var(--ease); }
.ana-step.is-on { opacity: 1; transform: none; }
.ana-step .nr { padding-top: 0.25em; }
.ana-step p { margin: 0; font-size: clamp(13.5px, 1.05cqw, 17px); line-height: 1.45; color: var(--ink-2); }
.ana-step b { color: var(--ink); font-weight: 600; }
.ana-legend { margin-top: 0.8cqw; padding-left: 2.6em; font-size: clamp(11px, 0.8cqw, 13px); color: var(--ink-2); display: flex; align-items: center; gap: 0.7em; }
.ana-legend::before { content: ""; width: 2.2em; border-top: 1.5px dashed var(--ink-2); }

@media (max-width: 900px) {
  .ana-sticky { align-items: flex-start; padding-top: calc(var(--tb) + 1.25rem); }
  .ana-copy { position: static; width: auto; margin-bottom: 1rem; }
  .ana-copy .lead { max-width: none; }
  .ana-ctas { margin-top: 1.1rem; }
  .ana-label, .ana-io, .ana-keep, .leaders, .ana-lines, .ana-tag, .fl--in, .flow .io-dot { display: none; }
  .ana-story { position: static; width: auto; margin-top: 1rem; }
}

/* ================= Hero (Punkte-K + Glas) ================= */
.hero {
  position: relative; padding-top: var(--tb);
  background-image: linear-gradient(180deg, rgba(241, 238, 228, 0) 58%, #F1EEE4 97%), url("../img/hero-bg-mobile.webp?v=c6f6dfd3");
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
@media (min-width: 641px) { .hero { background-image: linear-gradient(180deg, rgba(241, 238, 228, 0) 58%, #F1EEE4 97%), url("../img/hero-bg-tablet.webp?v=4660e2e3"); } }
@media (min-width: 1200px) { .hero { background-image: linear-gradient(180deg, rgba(241, 238, 228, 0) 58%, #F1EEE4 97%), url("../img/hero-bg-desktop.webp?v=3ee59dfc"); } }
.hero-grid { display: grid; grid-template-columns: 41% 59%; min-height: min(820px, calc(100vh - var(--tb) - 92px)); max-width: 1880px; margin-inline: auto; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 3.4vw, 3.5rem) 3rem var(--pad); }
.hero-copy .h1 { font-size: clamp(2.5rem, 3.6vw, 4.3rem); margin-top: 1.4rem; }
.hero-copy .h1 .hl { color: var(--cobalt); }
.hero-copy .lead { margin-top: 1.6rem; max-width: 30em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem 1.4rem; align-items: center; margin-top: 2.2rem; }
.btn--lg { height: 56px; padding: 0 1.6rem; font-size: 16px; }
.hero-dots { position: relative; min-width: 0; display: flex; align-items: center; justify-content: center; cursor: crosshair; }
.hero-dots canvas { width: 100%; height: min(760px, 76vh); display: block; touch-action: pan-y; }
.hero-dots-hint { position: absolute; bottom: 1.6rem; left: 50%; translate: -50% 0; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); opacity: .7; transition: opacity .4s; pointer-events: none; }
.hero-dots:hover .hero-dots-hint { opacity: 0; }
.rail { position: relative; border-top: 1px solid var(--line); background: rgba(241, 238, 228, .72); backdrop-filter: blur(8px); }
.rail ul { list-style: none; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); max-width: var(--wrap); padding-inline: var(--pad); }
.rail a { display: flex; align-items: center; gap: 0.8rem; height: 92px; padding-right: 1rem; text-decoration: none; border-right: 1px solid var(--line); padding-left: 1.1rem; transition: background .2s; }
.rail li:first-child a { padding-left: 0; }
.rail li:last-child a { border-right: 0; }
.rail a:hover { background: rgba(255, 255, 255, .45); }
.rail a:hover b { color: var(--cobalt); }
.rail .mslab-svg { width: 44px; height: 44px; flex: none; }
.rail .nr { display: block; font-size: 11px; }
.rail b { display: block; font-size: 14.5px; font-weight: 650; line-height: 1.25; }
@media (max-width: 1100px) { .rail ul { grid-template-columns: repeat(3, minmax(0, 1fr)); } .rail a { height: 76px; border-bottom: 1px solid var(--line); } }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 2.6rem var(--pad) 1rem; }
  .hero-dots canvas { height: 340px; }
  .hero-dots-hint { display: none; }
  .rail ul { grid-template-columns: 1fr 1fr; }
  .rail li:first-child a { padding-left: 1.1rem; }
}

/* ================= Individualentwicklung ================= */
.indi-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 3rem clamp(2rem, 5vw, 5rem); align-items: start; }
.indi .h2 .hl { color: var(--cobalt); }
.indi .lead { margin-top: 1.4rem; }
.zusagen { list-style: none; margin: 2.2rem 0 0; padding: 0; border-top: 1px solid var(--line-2); }
.zusagen li { display: grid; grid-template-columns: 2.4rem 1fr; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.zusagen b { display: block; font-size: 17px; font-weight: 650; }
.zusagen span:not(.nr) { display: block; color: var(--ink-2); font-size: 15px; margin-top: 0.2rem; }
.zusagen .nr { padding-top: 0.25rem; }

.vs { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: clamp(1.4rem, 2.4vw, 2.2rem); box-shadow: 0 40px 80px -50px rgba(18, 21, 28, .35); position: relative; }
.vs-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.vs .seg { display: inline-flex; border: 1px solid var(--line-2); border-radius: 6px; overflow: hidden; background: var(--paper); }
.vs .seg button { height: 40px; padding: 0 1rem; border: 0; background: none; font-size: 14px; font-weight: 600; cursor: pointer; }
.vs .seg button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.vs[data-mode="kiraki"] .seg button[aria-pressed="true"] { background: var(--cobalt); color: #fff; }
.vs-steps { list-style: none; margin: 2.2rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.6rem; position: relative; }
.vs-steps::before { content: ""; position: absolute; left: 10%; right: 10%; top: 21px; border-top: 2px dashed var(--ink-3); transition: border-color .5s; }
.vs[data-mode="kiraki"] .vs-steps::before { border-top-style: solid; border-color: var(--cobalt); }
.vs-steps::after { content: ""; position: absolute; top: 16px; left: 10%; width: 12px; height: 12px; border-radius: 50%; background: var(--cobalt); opacity: 0; box-shadow: 0 0 0 6px rgba(18, 51, 238, .15); }
.vs[data-mode="kiraki"] .vs-steps::after { opacity: 1; animation: vsrun 2.6s var(--ease) infinite; }
@keyframes vsrun { 0% { left: 10%; } 80%, 100% { left: calc(90% - 12px); } }
.vs-steps li { position: relative; text-align: center; }
.vs-node { width: 44px; height: 44px; margin: 0 auto; border-radius: 50%; display: grid; place-items: center; background: var(--paper); border: 1.5px solid var(--ink-3); font-family: var(--mono); font-size: 12px; color: var(--ink-2); position: relative; z-index: 1; transition: all .45s var(--ease); }
.vs[data-mode="kiraki"] .vs-node { background: var(--cobalt); border-color: var(--cobalt); color: #fff; }
.vs-steps b { display: block; margin-top: 0.8rem; font-size: 14.5px; font-weight: 650; line-height: 1.3; }
.vs-pill { display: grid; margin-top: 0.7rem; min-height: 3.4em; }
.vs-pill span { grid-area: 1 / 1; align-self: start; font-size: 13px; line-height: 1.35; padding: 0.45rem 0.5rem; border-radius: 6px; transition: opacity .4s, transform .45s var(--ease); }
.vs-h { border: 1px dashed var(--ink-3); color: var(--ink-2); background: var(--paper); }
.vs-k { background: var(--cobalt-soft); color: var(--cobalt-deep); border: 1px solid rgba(18, 51, 238, .3); opacity: 0; transform: translateY(8px); }
.vs[data-mode="kiraki"] .vs-h { opacity: 0; transform: translateY(-8px); }
.vs[data-mode="kiraki"] .vs-k { opacity: 1; transform: none; }
.vs-break { position: absolute; top: 12px; right: -0.95rem; width: 20px; height: 20px; z-index: 2; display: grid; place-items: center; font-family: var(--mono); font-size: 13px; background: var(--panel); color: var(--ink-2); transition: opacity .3s; }
.vs[data-mode="kiraki"] .vs-break { opacity: 0; }
.vs-foot { display: grid; margin-top: 1.8rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.vs-foot p { grid-area: 1 / 1; margin: 0; font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; transition: opacity .4s; }
.vs-foot .k { color: var(--cobalt); opacity: 0; }
.vs[data-mode="kiraki"] .vs-foot .h { opacity: 0; }
.vs[data-mode="kiraki"] .vs-foot .k { opacity: 1; }
@media (max-width: 980px) {
  .indi-grid { grid-template-columns: 1fr; }
  .vs-steps { grid-template-columns: 1fr; gap: 0.6rem; }
  .vs-steps::before, .vs-steps::after { display: none; }
  .vs-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 0.3rem 0.9rem; text-align: left; align-items: center; }
  .vs-steps b { margin-top: 0; }
  .vs-pill { grid-column: 2; margin-top: 0; min-height: 0; }
  .vs-break { display: none; }
}

/* ================= Teileliste (kompakt) ================= */
.teile { border-top: 1px solid var(--line); }
.teile-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem clamp(2rem, 4vw, 4rem); }
.teile-col > h3 { margin: 0; font-size: 18px; font-weight: 700; }
.teile-col > p { margin: 0.3rem 0 1.2rem; color: var(--ink-2); font-size: 15px; min-height: 1.55em; }
.part { display: grid; grid-template-columns: 2.6rem 1fr; padding: 1.2rem 0 1.3rem; border-top: 1px solid var(--line); }
.part .nr { padding-top: 0.3rem; }
.part h4 { margin: 0; font-size: 17px; font-weight: 650; }
.part h4 em { font-style: normal; font-weight: 400; color: var(--ink-3); font-size: 14px; margin-left: 0.4em; }
.part p { margin: 0.35rem 0 0; font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.part .part-alltag { margin-top: 0.6rem; font-size: 14px; color: var(--ink); }
.part .part-alltag b { display: block; font-family: var(--mono); font-weight: 400; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 0.15rem; }
.part:hover .part-alltag b { color: var(--cobalt); }
@media (max-width: 980px) { .teile-cols { grid-template-columns: 1fr; } }

/* ================= Leistungen ================= */
.ls { background: var(--paper-2); }
.ls-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.lcard {
  position: relative; display: flex; flex-direction: column; padding: 1.6rem 1.6rem 1.5rem; min-height: 380px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 14px; text-decoration: none;
  transition: border-color .25s, transform .35s var(--ease), box-shadow .35s;
}
.lcard:hover { border-color: var(--ink); transform: translateY(-4px); box-shadow: 0 30px 60px -36px rgba(18, 21, 28, .45); }
.lcard-top { display: flex; justify-content: space-between; align-items: flex-start; }
.lcard .mslab-svg { width: 92px; height: 92px; margin: -0.4rem 0 0 -0.4rem; }
.lcard h3 { margin: 1.1rem 0 0; font-stretch: 112%; font-weight: 800; font-size: 1.5rem; letter-spacing: -0.025em; line-height: 1.08; }
.lcard > p { margin: 0.6rem 0 0; color: var(--ink-2); font-size: 15.5px; }
.lcard ul { list-style: none; margin: auto 0 0; padding: 1.1rem 0 0; display: grid; gap: 0.45rem; }
.lcard li { display: flex; gap: 0.6rem; font-size: 14.5px; }
.lcard li::before { content: "→"; color: var(--cobalt); font-family: var(--mono); }
.lcard-more { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: 14px; font-weight: 600; color: var(--cobalt); }
.lcard--cta { background: var(--cobalt); border-color: var(--cobalt); color: #fff; justify-content: space-between; }
.lcard--cta:hover { border-color: var(--cobalt-deep); background: var(--cobalt-deep); }
.lcard--cta h3 { font-size: clamp(1.7rem, 2.3vw, 2.2rem); margin-top: 0.4rem; }
.lcard--cta > p { color: rgba(255, 255, 255, .84); }
.lcard--cta .lcard-more { color: #fff; border-color: rgba(255, 255, 255, .3); }
.lcard--cta .mlabel { color: rgba(255, 255, 255, .88); }
@media (max-width: 1100px) { .ls-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .ls-grid { grid-template-columns: 1fr; } .lcard { min-height: 0; } }

/* ================= Typische Projekte ================= */
.pj-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1.5px solid var(--ink); }
.pj { padding: 1.6rem 1.6rem 1.8rem 0; border-bottom: 1px solid var(--line-2); display: flex; flex-direction: column; }
.pj:not(:nth-child(3n+1)) { padding-left: 1.6rem; border-left: 1px solid var(--line); }
.pj h3 { margin: 0.5rem 0 0; font-size: 20px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.2; }
.pj dl { margin: 1rem 0 0; display: grid; gap: 0.7rem; }
.pj dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.pj dd { margin: 0.15rem 0 0; font-size: 15px; color: var(--ink-2); }
.pj dd.danach { color: var(--ink); font-weight: 500; }
.pj-link { margin-top: auto; padding-top: 1.1rem; font-size: 13.5px; font-weight: 600; color: var(--cobalt); text-decoration: none; }
.pj-link:hover { text-decoration: underline; }
.pj-beleg { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.9rem; font-family: var(--mono); font-size: 11px; color: var(--cobalt); border: 1px solid rgba(18, 51, 238, .35); border-radius: 4px; padding: 0.2rem 0.45rem; align-self: flex-start; text-decoration: none; }
@media (max-width: 980px) {
  .pj-grid { grid-template-columns: 1fr; }
  .pj, .pj:not(:nth-child(3n+1)) { padding: 1.4rem 0; border-left: 0; }
}

/* ================= Vorgehen ================= */
.weg { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; position: relative; }
.weg::before { content: ""; position: absolute; left: 0; right: 0; top: 11px; border-top: 1.5px solid var(--ink); }
.weg li { position: relative; padding-top: 2.6rem; }
.weg li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--paper); border: 1.5px solid var(--ink); }
.weg li:last-child::before { background: var(--cobalt); border-color: var(--cobalt); }
.weg h3 { margin: 0.5rem 0 0; font-stretch: 112%; font-weight: 800; font-size: clamp(1.4rem, 1.9vw, 1.8rem); letter-spacing: -0.025em; line-height: 1.05; }
.weg p { margin: 0.6rem 0 0; color: var(--ink-2); font-size: 15.5px; }
.weg-out { margin-top: 1rem; padding-top: 0.8rem; border-top: 1px solid var(--line); font-size: 14px; }
.weg-out b { font-weight: 600; }
@media (max-width: 980px) {
  .weg { grid-template-columns: 1fr; gap: 0; }
  .weg::before { left: 7px; right: auto; top: 8px; bottom: 8px; border-top: 0; border-left: 1.5px solid var(--ink); }
  .weg li { padding: 0 0 2.2rem 2.4rem; }
  .weg li::before { top: 2px; }
}

/* ================= Case (Nacht) ================= */
.case { background: var(--night); color: var(--night-text); overflow: hidden; }
.case .mlabel { color: var(--night-text-2); }
.case-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 3rem 4rem; align-items: center; }
.case-logo { width: min(100%, 420px); margin: 1.4rem 0 1.4rem; }
.case h2 { margin: 0; font-stretch: 112%; font-weight: 800; font-size: clamp(2rem, 3.4vw, 3.4rem); letter-spacing: -0.03em; line-height: 1.02; }
.case p:not(.mlabel) { color: var(--night-text-2); font-size: 17px; margin: 1.2rem 0 1.8rem; max-width: 32em; }
.case-img { width: 100%; height: auto; border-radius: 6px; }
.case-data { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 3rem 0 0; }
.case-data div { padding: 1.2rem 1rem 0 0; border-top: 1px solid var(--night-line); }
.case-data dt { font-stretch: 112%; font-weight: 800; font-size: clamp(1.8rem, 2.6vw, 2.6rem); letter-spacing: -0.03em; line-height: 1; }
.case-data dd { margin: 0.4rem 0 0; font-size: 13.5px; color: var(--night-text-2); }
@media (max-width: 900px) { .case-grid { grid-template-columns: 1fr; } .case-data { grid-template-columns: 1fr 1fr; } }
.indi .h2 { font-size: clamp(2.1rem, 3.3vw, 3.5rem); }
.indi-grid { align-items: center; }
@media (max-width: 600px) {
  .rail ul { grid-template-columns: 1fr; }
  .rail a { height: 62px; padding-left: 0 !important; border-right: 0; }
  .rail li > a > span { min-width: 0; }
}

/* Sechs Leistungen: Anfrage-Karte über die volle Breite */
.lcard--cta { grid-column: 1 / -1; min-height: 0; flex-direction: row; align-items: center; gap: 1rem 3rem; }
.lcard--cta > div { flex: 1; }
.lcard--cta .lcard-more { border-top: 0; margin-top: 0; padding-top: 0; white-space: nowrap; }
.rail b { font-size: 13.5px; }
@media (max-width: 1280px) { .rail ul { grid-template-columns: repeat(3, minmax(0, 1fr)); } .rail a { height: 76px; border-bottom: 1px solid var(--line); } }
@media (max-width: 700px) { .lcard--cta { flex-direction: column; align-items: flex-start; } }

/* Teileliste: Plattensymbol je Teil, leuchtet beim Überfahren */
.part { grid-template-columns: 72px minmax(0, 1fr); gap: 0 1.1rem; padding: 1.2rem 0.9rem 1.3rem; margin: 0 -0.9rem; border-radius: 12px; border-top-color: var(--line); transition: background .3s, box-shadow .3s; }
.part + .part { border-top: 1px solid var(--line); }
.part-ic .mslab-svg { width: 72px; height: 72px; margin-top: -0.3rem; transition: transform .45s var(--ease); }
.part .nr { display: block; padding-top: 0; }
.part h4 { margin-top: 0.15rem; transition: color .25s; }
.part:hover { background: var(--panel); box-shadow: 0 24px 50px -34px rgba(18, 21, 28, .45); border-top-color: transparent; }
.part:hover + .part { border-top-color: transparent; }
.part:hover h4 { color: var(--cobalt); }
.part:hover .part-ic .mslab-svg { transform: translateY(-6px) rotate(-2deg); }
.part:hover .mslab-svg .sl-body, .part:hover .mslab-svg .sl-front { fill: var(--cobalt); stroke: var(--cobalt-deep); }
.part:hover .mslab-svg .mo, .part:hover .mslab-svg .sl-inset { stroke: #fff; stroke-opacity: .92; }
.part:hover .mslab-svg .mo-dot { fill: var(--cobalt); }
.part:hover .mslab-svg .mo-fill, .part:hover .mslab-svg .mo-key--on { fill: #fff; }
.part:hover .mslab-svg .sl-wall { fill: var(--cobalt-deep); }
.pj dt { color: var(--ink-3); }
@media (max-width: 600px) { .rail ul { grid-template-columns: minmax(0, 1fr); } }
