/* LUCRAM MEDIA — Leistungsseiten (gemeinsame Ebene, ergänzt app.css) */

/* ---------- Hero ---------- */
.svc-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: clip; background: #14110e; }
.svc-hero-media { position: absolute; inset: 0; }
.svc-hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.svc-hero .veil { position: absolute; inset: 0; background: linear-gradient(rgba(20,17,14,0) 42%, rgba(20,17,14,0.4) 100%); pointer-events: none; }
.svc-hero-panel { position: relative; z-index: 2; width: min(680px, calc(100vw - 40px)); margin: 150px clamp(20px,6vw,110px) 110px; border-radius: 26px; padding: clamp(28px,3.2vw,50px); box-shadow: 0 30px 80px rgba(21,17,12,0.16); will-change: transform; }
.svc-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--c-orange); margin: 0 0 20px; }
.svc-label a { color: var(--c-warm); }
.svc-label a:hover { color: var(--c-orange); }
.svc-hero h1 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(30px,3.6vw,56px); line-height: 1.12; letter-spacing: 0.01em; margin: 0 0 18px; }
.svc-sub { font-size: clamp(15px,1.25vw,17.5px); line-height: 1.7; color: #2E2620; margin: 0 0 8px; max-width: 58ch; }
.svc-sub.small { font-size: 14px; color: var(--c-warm); }
.svc-ctas { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.btn-ghost { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-ink); padding: 15px 28px; border-radius: 999px; border: 1px solid rgba(21,17,12,0.35); display: inline-block; background: transparent; cursor: pointer; transition: border-color 0.25s ease, color 0.25s ease, transform 0.3s ease; }
.btn-ghost:hover { border-color: var(--c-orange); color: var(--c-orange); transform: translateY(-2px); }
.svc-meta { margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(21,17,12,0.15); font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--c-ink); }
.svc-scroll { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.svc-scroll .wire { width: 1px; height: 44px; background: rgba(255,255,255,0.4); position: relative; overflow: hidden; }
.svc-scroll .wire::after { content: ''; position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--c-orange); animation: svcDrop 1.8s ease-in-out infinite; }
@keyframes svcDrop { to { top: 110%; } }
@media (max-width: 720px) { .svc-hero-panel { margin-bottom: 80px; } .svc-scroll { display: none; } }

/* ---------- Media-Placeholder ---------- */
.ph { position: relative; border: 1px dashed rgba(21,17,12,0.32); border-radius: 18px; overflow: hidden; background: repeating-linear-gradient(45deg, #EDE5DC 0 14px, #F4EDE5 14px 28px); display: flex; align-items: center; justify-content: center; min-height: 120px; }
.ph .tag { font-family: var(--font-mono); font-weight: 700; font-size: clamp(11px,1.15vw,15px); letter-spacing: 0.3em; text-transform: uppercase; color: var(--c-warm); text-align: center; padding: 0 16px; }
.ph .meta { position: absolute; left: 14px; bottom: 12px; max-width: calc(100% - 130px); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-muted); line-height: 1.5; }
.ph .id { position: absolute; right: 14px; bottom: 12px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-orange); }
.ph .dot { position: absolute; right: 14px; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: var(--c-orange); animation: lmPulse 2.4s ease-in-out infinite; }

/* ---------- Showreel + Custom Cursor ---------- */
.reel { position: relative; aspect-ratio: 16/9; border-radius: 22px; overflow: hidden; margin-top: 38px; }
.reel .ph { position: absolute; inset: 0; border-radius: 22px; }
.reel.is-playing .ph { background: repeating-linear-gradient(45deg, #241f1a 0 14px, #2c2620 14px 28px); }
.reel.is-playing .ph .tag { color: #B8ADA3; }
@media (pointer: fine) { .reel { cursor: none; } }
.reel-cursor { position: fixed; z-index: 210; left: 0; top: 0; width: 92px; height: 92px; border-radius: 50%; background: var(--c-orange); color: #FAF7F2; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.22em; pointer-events: none; transform: translate(-50%,-50%) scale(0); transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1); }
.reel-cursor.is-on { transform: translate(-50%,-50%) scale(1); }
@media (pointer: coarse) { .reel-cursor { display: none; } }

/* ---------- Karten & Raster ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; margin-top: 38px; }
.svc-cell { background: var(--c-card); border: 1px solid rgba(21,17,12,0.16); border-radius: 16px; padding: 22px; transition: border-color 0.3s ease, transform 0.35s cubic-bezier(0.16,1,0.3,1), box-shadow 0.3s ease; }
.svc-cell:hover { border-color: rgba(252,106,11,0.55); transform: translateY(-5px); box-shadow: 0 14px 34px rgba(252,106,11,0.14); }
.svc-cell .n { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--c-orange); display: block; margin-bottom: 10px; }
.svc-cell .t { font-family: var(--font-heading); font-weight: 500; font-size: 16px; line-height: 1.4; margin: 0 0 8px; display: block; }
.svc-cell p { font-size: 13px; line-height: 1.6; color: var(--c-warm); margin: 0; }

.svc-rows { display: flex; flex-direction: column; gap: clamp(44px,7vh,80px); margin-top: clamp(44px,7vh,80px); }
.svc-row { display: flex; gap: clamp(24px,4vw,64px); align-items: center; flex-wrap: wrap; }
.svc-row:nth-child(even) { flex-direction: row-reverse; }
.svc-row .media { flex: 1 1 380px; min-width: 0; }
.svc-row .media .ph { aspect-ratio: 16/10; }
.svc-row .body { flex: 1 1 320px; }
.svc-row .idx { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--c-orange); display: block; margin-bottom: 10px; }
.svc-row h3 { font-family: var(--font-heading); font-weight: 500; font-size: clamp(20px,2vw,30px); margin: 0 0 14px; }
.svc-row p { font-size: 14.5px; line-height: 1.7; color: var(--c-warm); margin: 0; max-width: 52ch; }

/* ---------- Fragmentierung (Master Production) ---------- */
.frag-wrap { position: relative; margin-top: clamp(44px,7vh,80px); }
.frag-center { margin: 0 auto; width: min(560px, 92%); position: relative; z-index: 2; }
.frag-center .ph { aspect-ratio: 16/9; border-style: solid; border-color: rgba(252,106,11,0.6); box-shadow: 0 24px 60px rgba(252,106,11,0.14); }
.frag-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-top: 28px; }
.frag-item { background: var(--c-card); border: 1px solid rgba(21,17,12,0.18); border-radius: 12px; padding: 16px 12px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; text-align: center; color: var(--c-ink); opacity: 0; transform: var(--fly, translateY(40px)) scale(0.55); transition: transform 1.05s cubic-bezier(0.16,1,0.3,1), opacity 0.6s ease, border-color 0.3s ease; will-change: transform; }
.frag-item .fnum { display: block; color: var(--c-orange); font-weight: 700; margin-bottom: 6px; }
.frag-wrap.is-in .frag-item { opacity: 1; transform: none; }
.frag-item:hover { border-color: var(--c-orange); }

/* ---------- Editing-Timeline (Prozess Foto) ---------- */
.timeline { position: relative; margin-top: clamp(44px,7vh,80px); border: 1px solid rgba(21,17,12,0.16); border-radius: 16px; background: var(--c-card); padding: 18px; overflow: hidden; }
.tl-ruler { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; color: var(--c-muted); padding: 0 4px 12px; }
.tl-track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.tl-clip { border-radius: 8px; padding: 16px 12px; background: linear-gradient(180deg, #F2EBE2, #EAE1D6); border: 1px solid rgba(21,17,12,0.14); min-height: 128px; display: flex; flex-direction: column; gap: 8px; transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease; }
.tl-clip.is-live { border-color: var(--c-orange); background: linear-gradient(180deg, #FFF3E9, #FFE7D3); transform: translateY(-3px); }
.tl-clip .cnum { font-family: var(--font-mono); font-weight: 700; font-size: 10px; letter-spacing: 0.18em; color: var(--c-orange); }
.tl-clip .ct { font-family: var(--font-heading); font-size: 12.5px; line-height: 1.4; }
.tl-clip .cd { font-size: 11.5px; line-height: 1.5; color: var(--c-warm); }
.tl-head { position: absolute; top: 40px; bottom: 16px; width: 2px; background: var(--c-orange); box-shadow: 0 0 12px rgba(252,106,11,0.8); left: calc(18px + (100% - 36px) * var(--p, 0)); pointer-events: none; }
.tl-head::before { content: ''; position: absolute; top: -7px; left: -5px; border: 6px solid transparent; border-top-color: var(--c-orange); }
@media (max-width: 860px) { .tl-track { grid-template-columns: repeat(2, 1fr); } .tl-head { display: none; } }

/* ---------- Level-Progression (Prozess Games) ---------- */
.levels { position: relative; margin-top: clamp(44px,7vh,80px); }
.levels .rail { position: absolute; left: 5%; right: 5%; top: 27px; height: 2px; background: rgba(21,17,12,0.14); }
.levels .rail .fill { position: absolute; left: 0; top: 0; height: 2px; width: calc(100% * var(--p, 0)); background: linear-gradient(90deg, #FF8A3D, #FC6A0B); box-shadow: 0 0 10px rgba(252,106,11,0.7); }
.levels .row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; position: relative; }
.lvl { text-align: center; }
.lvl .node { width: 54px; height: 54px; margin: 0 auto; border-radius: 50%; background: var(--c-card); border: 1px solid rgba(21,17,12,0.2); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 700; font-size: 11px; color: var(--c-muted); transition: all 0.35s ease; }
.lvl.is-done .node { background: var(--c-orange); border-color: var(--c-orange); color: #FAF7F2; box-shadow: 0 8px 22px rgba(252,106,11,0.35); }
.lvl .lt { font-family: var(--font-heading); font-size: 12px; line-height: 1.35; margin-top: 12px; }
@media (max-width: 860px) { .levels .row { grid-template-columns: repeat(4, 1fr); row-gap: 26px; } .levels .rail { display: none; } }

/* ---------- Vertikale Schritte ---------- */
.vsteps { margin-top: clamp(44px,7vh,80px); display: flex; flex-direction: column; border-top: 1px solid rgba(21,17,12,0.14); }
.vstep { display: flex; gap: 22px; padding: 20px 6px; border-bottom: 1px solid rgba(21,17,12,0.14); align-items: baseline; flex-wrap: wrap; transition: background 0.3s ease, padding-left 0.3s ease; }
.vstep:hover { background: rgba(252,106,11,0.07); padding-left: 16px; }
.vstep .vn { font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: 0.18em; color: var(--c-orange); min-width: 34px; }
.vstep .vt { font-family: var(--font-heading); font-weight: 500; font-size: clamp(17px,1.6vw,24px); flex: 1 1 200px; }
.vstep .vd { font-size: 13px; line-height: 1.6; color: var(--c-warm); flex: 1 1 300px; }
.loopback { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-orange); border: 1px dashed rgba(252,106,11,0.5); border-radius: 999px; padding: 4px 12px; align-self: center; }

/* ---------- Architektur-Stack ---------- */
.arch { max-width: 560px; margin: clamp(44px,7vh,80px) auto 0; display: flex; flex-direction: column; }
.arch-node { background: var(--c-card); border: 1px solid rgba(21,17,12,0.18); border-radius: 14px; padding: 18px 22px; text-align: center; font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.arch-node:hover { border-color: var(--c-orange); box-shadow: 0 10px 30px rgba(252,106,11,0.15); }
.arch-node.hot { border-color: rgba(252,106,11,0.6); background: linear-gradient(180deg, #FFF6EE, var(--c-card)); }
.arch-node .an-sub { display: block; font-weight: 400; font-size: 9px; letter-spacing: 0.16em; color: var(--c-muted); margin-top: 6px; }
.arch-link { width: 2px; height: 34px; margin: 0 auto; background: rgba(21,17,12,0.18); position: relative; overflow: hidden; }
.arch-link::after { content: ''; position: absolute; left: 0; top: -30%; width: 2px; height: 30%; background: var(--c-orange); animation: svcDrop 1.6s linear infinite; }

/* ---------- Universe (Node-Netz) ---------- */
.universe { position: relative; margin: clamp(44px,7vh,80px) auto 0; width: min(880px, 100%); aspect-ratio: 16/10; }
.uni-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.uni-svg line { stroke: rgba(21,17,12,0.16); stroke-width: 1; }
.uni-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background: var(--c-ink); color: #FAF7F2; border-radius: 999px; padding: 20px 34px; font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 20px 50px rgba(21,17,12,0.3); }
.uni-node { position: absolute; transform: translate(-50%,-50%); background: var(--c-card); border: 1px solid rgba(21,17,12,0.2); border-radius: 999px; padding: 12px 20px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; cursor: default; transition: border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; }
.uni-node:hover { border-color: var(--c-orange); color: var(--c-orange); box-shadow: 0 10px 26px rgba(252,106,11,0.2); }
.uni-note { text-align: center; margin-top: 14px; }
@media (max-width: 720px) {
  .universe { aspect-ratio: auto; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 10px 0; }
  .uni-node { position: static; transform: none; }
  .uni-center { position: static; transform: none; order: -1; width: 100%; text-align: center; border-radius: 16px; }
  .uni-svg { display: none; }
}

/* ---------- Heute / Mit System ---------- */
.hm { display: flex; flex-wrap: wrap; margin-top: clamp(44px,7vh,80px); border: 1px solid rgba(21,17,12,0.16); border-radius: 18px; overflow: hidden; }
.hm .col { flex: 1 1 300px; padding: clamp(24px,3vw,44px); }
.hm .col.today { background: #F5EFE9; }
.hm .col.system { background: var(--c-card); border-left: 2px solid var(--c-orange); }
.hm .hlabel { font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; margin: 0 0 20px; }
.hm .today .hlabel { color: var(--c-muted); }
.hm .system .hlabel { color: var(--c-orange); }
.hm ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.hm li { font-size: 14px; line-height: 1.55; padding-left: 22px; position: relative; color: var(--c-warm); }
.hm .today li::before { content: '—'; position: absolute; left: 0; color: var(--c-stone); }
.hm .system li { color: var(--c-ink); }
.hm .system li::before { content: ''; position: absolute; left: 0; top: 6px; width: 8px; height: 8px; background: var(--c-orange); transform: rotate(45deg); }

/* ---------- Ketten-Diagramm ---------- */
.chain { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center; margin-top: clamp(44px,7vh,80px); }
.chain .cnode { font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; background: var(--c-card); border: 1px solid rgba(21,17,12,0.2); border-radius: 999px; padding: 13px 22px; transition: all 0.3s ease; }
.chain .cnode:hover { border-color: var(--c-orange); color: var(--c-orange); }
.chain .carrow { font-family: var(--font-mono); color: var(--c-orange); font-size: 13px; }

/* ---------- Cluster-Baum ---------- */
.tree { display: flex; flex-direction: column; align-items: center; margin-top: clamp(44px,7vh,80px); }
.tree .tlink { width: 2px; height: 26px; background: rgba(21,17,12,0.18); }
.tree .trow { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.tree .tnode { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; background: var(--c-card); border: 1px solid rgba(21,17,12,0.2); border-radius: 999px; padding: 11px 18px; transition: all 0.3s ease; }
.tree .tnode:hover { border-color: var(--c-orange); color: var(--c-orange); }
.tree .tnode.root { background: var(--c-orange); border-color: var(--c-orange); color: #FAF7F2; font-weight: 700; padding: 14px 26px; }

/* ---------- 3D-Ebenen (Web Monument) ---------- */
.stack3d-wrap { position: relative; height: 300vh; background: var(--c-bg); }
.stack3d-sticky { position: sticky; top: 0; height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: clip; padding: 0 clamp(20px,6vw,110px); }
.stack3d { position: relative; width: min(640px, 100%); margin: clamp(30px,5vh,50px) auto 0; height: min(52vh, 460px); perspective: 1200px; }
.layer3d { position: absolute; left: 0; right: 0; top: 50%; height: 62px; margin-top: -31px; border-radius: 14px; background: rgba(255,255,255,0.94); border: 1px solid rgba(21,17,12,0.2); box-shadow: 0 20px 50px rgba(21,17,12,0.12); display: flex; align-items: center; justify-content: space-between; padding: 0 22px; will-change: transform; }
.layer3d .lt { font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; }
.layer3d .ld { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-muted); text-align: right; }
.layer3d:nth-child(even) { background: #F6F0E9; }
@media (max-width: 720px) { .layer3d .ld { display: none; } }

/* ---------- Merge (Design + Code) ---------- */
.merge { position: relative; height: 170px; margin-top: clamp(36px,5vh,60px); display: flex; align-items: center; justify-content: center; overflow: clip; }
.merge .w { font-family: var(--font-heading); font-weight: 500; font-size: clamp(32px,4.6vw,68px); letter-spacing: 0.04em; position: relative; transition: color 0.5s ease; will-change: transform; }
.merge .slash { font-family: var(--font-heading); font-size: clamp(32px,4.6vw,68px); color: var(--c-orange); opacity: 0; transition: opacity 0.5s ease; margin: 0 clamp(8px,1.4vw,20px); }
.merge.is-merged .w { color: var(--c-orange); }
.merge.is-merged .slash { opacity: 1; }

/* ---------- Demo-Dashboard ---------- */
.dash { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-top: 38px; }
.dash .dcard { background: var(--c-card); border: 1px solid rgba(21,17,12,0.16); border-radius: 16px; padding: 22px; }
.dash .dv { font-family: var(--font-heading); font-weight: 500; font-size: clamp(24px,2.4vw,40px); }
.dash .dv .u { color: var(--c-orange); font-size: 0.55em; }
.dash .dl { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-muted); margin-top: 10px; }
.dash .bar { height: 6px; border-radius: 999px; background: rgba(21,17,12,0.1); margin-top: 14px; overflow: hidden; }
.dash .bar i { display: block; height: 6px; border-radius: 999px; background: linear-gradient(90deg, #FF8A3D, #FC6A0B); width: 0; transition: width 1.2s cubic-bezier(0.22,1,0.36,1); }
.dash.is-in .bar i { width: var(--w, 80%); }
.demo-flag { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-stone); margin-top: 14px; }

/* ---------- Browser-Mockup ---------- */
.bmock { margin-top: 38px; border: 1px solid rgba(21,17,12,0.18); border-radius: 18px; overflow: hidden; background: var(--c-card); }
.bmock .bar { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-bottom: 1px solid rgba(21,17,12,0.12); flex-wrap: wrap; }
.bmock .dots span { width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin-right: 6px; background: #E3D9CE; }
.bmock .url { flex: 1 1 160px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; color: var(--c-muted); background: var(--c-bg); border-radius: 8px; padding: 8px 14px; }
.bm-tabs { display: flex; gap: 8px; }
.bm-tab { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(21,17,12,0.22); background: transparent; cursor: pointer; transition: all 0.25s ease; color: var(--c-ink); }
.bm-tab.is-active { background: var(--c-orange); border-color: var(--c-orange); color: #FAF7F2; }
.bm-stage { padding: clamp(18px,2.4vw,34px); display: flex; justify-content: center; background: #F5EFE9; }
.bm-stage .ph { width: 100%; aspect-ratio: 16/9; transition: width 0.55s cubic-bezier(0.22,1,0.36,1); }
.bm-stage.tablet .ph { width: 62%; aspect-ratio: 4/3; }
.bm-stage.mobile .ph { width: min(300px, 78%); aspect-ratio: 9/17; }

/* ---------- Devices ---------- */
.devices { display: flex; gap: clamp(20px,4vw,50px); align-items: flex-end; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
.dev-phone { position: relative; width: min(230px, 60vw); aspect-ratio: 9/19; border: 10px solid #1D1915; border-radius: 34px; overflow: hidden; background: #F5EFE9; box-shadow: 0 30px 70px rgba(21,17,12,0.25); }
.dev-tablet { position: relative; width: min(430px, 82vw); aspect-ratio: 4/3; border: 12px solid #1D1915; border-radius: 26px; overflow: hidden; background: #F5EFE9; box-shadow: 0 30px 70px rgba(21,17,12,0.25); }
.dev-phone .ph, .dev-tablet .ph { position: absolute; inset: 0; border: none; border-radius: 0; }

/* ---------- Mechanics-Spiel ---------- */
.mech { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin-top: 38px; }
.mech-tile { background: var(--c-card); border: 1px solid rgba(21,17,12,0.18); border-radius: 14px; padding: 20px 16px; text-align: center; cursor: pointer; user-select: none; transition: all 0.3s ease; }
.mech-tile .mi { font-family: var(--font-mono); font-weight: 700; font-size: 10px; letter-spacing: 0.2em; color: var(--c-muted); display: block; margin-bottom: 8px; }
.mech-tile .mt { font-family: var(--font-heading); font-size: 14px; }
.mech-tile:hover { border-color: rgba(252,106,11,0.5); transform: translateY(-4px); }
.mech-tile.is-sel { background: var(--c-orange); border-color: var(--c-orange); color: #FAF7F2; box-shadow: 0 12px 30px rgba(252,106,11,0.3); }
.mech-tile.is-sel .mi { color: rgba(255,255,255,0.8); }
.mech-hud { display: flex; align-items: center; gap: 16px; margin-top: 22px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-warm); flex-wrap: wrap; }
.mech-hud .bar { flex: 1 1 160px; height: 8px; border-radius: 999px; background: rgba(21,17,12,0.1); overflow: hidden; }
.mech-hud .bar i { display: block; height: 8px; border-radius: 999px; background: linear-gradient(90deg, #FF8A3D, #FC6A0B); width: 0; transition: width 0.5s cubic-bezier(0.22,1,0.36,1); }
.mech-hud .badge { opacity: 0.25; transition: opacity 0.4s ease, text-shadow 0.4s ease; color: var(--c-orange); font-weight: 700; }
.mech-hud .badge.is-on { opacity: 1; text-shadow: 0 0 18px rgba(252,106,11,0.6); }

/* ---------- Plattform-Szene (Games Einstieg) ---------- */
.plat-scene { position: relative; margin-top: clamp(44px,7vh,80px); height: 300px; border-radius: 22px; overflow: hidden; background: linear-gradient(180deg, #F8F2EB, #EDE4DA); border: 1px solid rgba(21,17,12,0.12); }
.plat { position: absolute; background: #FFFFFF; border: 1px solid rgba(21,17,12,0.14); border-radius: 10px; box-shadow: 0 18px 40px rgba(21,17,12,0.12); animation: lmFloatYs 3.4s ease-in-out infinite alternate; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-warm); }
.plat .sig { position: absolute; right: -4px; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--c-orange); animation: lmPulse 2s ease-in-out infinite; }

/* ---------- Auswahl-Chips ---------- */
.check-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 28px 0 8px; }
.check-chips .chip { cursor: pointer; transition: all 0.25s ease; user-select: none; }
.check-chips .chip.is-sel { background: var(--c-orange); color: #FAF7F2; border-color: var(--c-orange); }
.check-note { text-align: center; margin-top: 16px; min-height: 18px; }

/* ---------- Featured Case ---------- */
.fcase { margin-top: clamp(44px,7vh,80px); border: 1px solid rgba(21,17,12,0.16); border-radius: 22px; overflow: hidden; background: var(--c-card); }
.fcase .fmedia .ph { aspect-ratio: 21/9; border: none; border-radius: 0; border-bottom: 1px dashed rgba(21,17,12,0.3); }
.fcase .fbody { padding: clamp(24px,3.4vw,54px); display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(20px,3vw,40px); }
.fcase .flabel { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-orange); margin: 0 0 8px; }
.fcase .fcol p { font-size: 13.5px; line-height: 1.65; color: var(--c-warm); margin: 0; }
.fcase .fgallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; padding: 0 clamp(24px,3.4vw,54px) clamp(24px,3.4vw,54px); }
.fcase .fgallery .ph { aspect-ratio: 4/3; }
.works { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; margin-top: 38px; }
.works .ph { aspect-ratio: 16/11; }

/* ---------- Testimonial ---------- */
.testi { margin-top: clamp(44px,7vh,80px); background: var(--c-card); border: 1px dashed rgba(21,17,12,0.3); border-radius: 22px; padding: clamp(28px,4vw,60px); display: flex; gap: clamp(24px,4vw,60px); align-items: center; flex-wrap: wrap; }
.testi .avatar { width: 110px; height: 110px; border-radius: 50%; flex: 0 0 auto; background: repeating-linear-gradient(45deg, #EDE5DC 0 10px, #F4EDE5 10px 20px); border: 1px dashed rgba(21,17,12,0.3); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.16em; color: var(--c-muted); text-align: center; }
.testi blockquote { margin: 0; flex: 1 1 380px; }
.testi .q { font-family: var(--font-heading); font-weight: 500; font-size: clamp(18px,1.9vw,28px); line-height: 1.5; color: var(--c-stone); }
.testi .who { margin-top: 18px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-muted); display: flex; gap: 14px; flex-wrap: wrap; }
.testi .who .k { color: var(--c-orange); }

/* ---------- FAQ ---------- */
.faq { margin-top: clamp(44px,7vh,80px); border-top: 1px solid rgba(21,17,12,0.16); }
.faq details { border-bottom: 1px solid rgba(21,17,12,0.16); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: 18px; padding: 22px 6px; font-family: var(--font-heading); font-weight: 500; font-size: clamp(15px,1.4vw,19px); transition: color 0.25s ease; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .fn { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; color: var(--c-muted); min-width: 26px; }
.faq summary .plus { margin-left: auto; color: var(--c-orange); font-family: var(--font-mono); font-size: 18px; transition: transform 0.3s ease; }
.faq details[open] .plus { transform: rotate(45deg); }
.faq details[open] summary { color: var(--c-orange); }
.faq .fa { padding: 0 6px 24px 50px; font-size: 14px; line-height: 1.7; color: var(--c-warm); max-width: 72ch; }

/* ---------- Cross-Links + Final CTA ---------- */
.xlinks { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 38px; }
.xlink { background: var(--c-card); border: 1px solid rgba(21,17,12,0.16); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 10px; transition: all 0.35s cubic-bezier(0.16,1,0.3,1); }
.xlink:hover { border-color: rgba(252,106,11,0.55); transform: translateY(-6px); box-shadow: 0 16px 38px rgba(252,106,11,0.14); color: var(--c-ink); }
.xlink .xn { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--c-orange); }
.xlink .xt { font-family: var(--font-heading); font-weight: 500; font-size: 19px; }
.xlink .xa { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--c-muted); margin-top: auto; }
.xlink:hover .xa { color: var(--c-orange); }
.final-cta { text-align: center; padding: clamp(110px,16vh,190px) clamp(20px,6vw,110px); position: relative; overflow: clip; background: var(--c-bg); }
.final-cta .halo { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(252,106,11,0.16), transparent 70%); pointer-events: none; }
.final-cta > * { position: relative; }
.final-cta .lead { max-width: 56ch; margin: 18px auto 34px; }

/* ---------- Diverses ---------- */
.svc-head { max-width: 860px; }
.svc-head .h-display { text-wrap: pretty; }
.two-col { display: flex; gap: clamp(30px,5vw,80px); flex-wrap: wrap; align-items: flex-start; margin-top: clamp(36px,5vh,60px); }
.two-col > div { flex: 1 1 340px; min-width: 0; }
.orange-pulse-line { width: 2px; height: 70px; margin: 0 auto; background: linear-gradient(var(--c-orange), rgba(252,106,11,0)); position: relative; }
.mid-cta { display: flex; justify-content: center; margin-top: clamp(36px,5vh,60px); }

/* ---------- Rechtsseiten ---------- */
.legal-main { max-width: 860px; margin: 0 auto; padding: clamp(150px,20vh,210px) clamp(20px,5vw,40px) clamp(80px,10vh,130px); }
.legal-main h1 { font-family: var(--font-heading); font-weight: 500; font-size: clamp(30px,4vw,54px); line-height: 1.12; margin: 0 0 30px; }
.legal-main h2 { font-family: var(--font-heading); font-weight: 500; font-size: clamp(20px,2.2vw,30px); line-height: 1.25; margin: 54px 0 18px; }
.legal-main h3 { font-family: var(--font-body); font-weight: 700; font-size: 16.5px; margin: 32px 0 10px; }
.legal-main p, .legal-main li { font-size: 15px; line-height: 1.8; color: #2E2620; }
.legal-main p { margin: 0 0 16px; }
.legal-main a { color: var(--c-orange); text-decoration: underline; overflow-wrap: anywhere; }
.legal-main .address { font-size: 16.5px; line-height: 1.9; background: var(--c-card); border: 1px solid rgba(21,17,12,0.16); border-radius: 16px; padding: clamp(22px,3vw,36px); margin: 0 0 24px; }
.legal-main .caps { text-transform: none; }

/* ---------- Dark Mode (Unterseiten) ---------- */
body.lm-dark .section, body.lm-dark .final-cta, body.lm-dark .stack3d-wrap, body.lm-dark .legal-main { background-color: #191613 !important; }
body.lm-dark .svc-hero h1, body.lm-dark .svc-cell .t, body.lm-dark .svc-row h3, body.lm-dark .vstep .vt, body.lm-dark .faq summary, body.lm-dark .merge .w, body.lm-dark .lvl .lt, body.lm-dark .tl-clip .ct, body.lm-dark .dash .dv, body.lm-dark .legal-main h1, body.lm-dark .legal-main h2, body.lm-dark .legal-main h3, body.lm-dark .xlink .xt, body.lm-dark .testi .q { color: #F0E8E0; }
body.lm-dark .svc-sub, body.lm-dark .svc-cell p, body.lm-dark .svc-row p, body.lm-dark .vstep .vd, body.lm-dark .faq .fa, body.lm-dark .hm li, body.lm-dark .legal-main p, body.lm-dark .legal-main li, body.lm-dark .tl-clip .cd { color: #B8ADA3; }
body.lm-dark .svc-cell, body.lm-dark .frag-item, body.lm-dark .arch-node, body.lm-dark .uni-node, body.lm-dark .mech-tile, body.lm-dark .testi, body.lm-dark .xlink, body.lm-dark .bmock, body.lm-dark .dash .dcard, body.lm-dark .layer3d, body.lm-dark .tree .tnode:not(.root), body.lm-dark .chain .cnode, body.lm-dark .timeline, body.lm-dark .legal-main .address, body.lm-dark .lvl .node { background: #26221E; border-color: rgba(240,232,224,0.22); color: #F0E8E0; }
body.lm-dark .lvl.is-done .node { background: var(--c-orange); border-color: var(--c-orange); color: #FAF7F2; }
body.lm-dark .ph, body.lm-dark .testi .avatar { background: repeating-linear-gradient(45deg, #26221E 0 14px, #2C2620 14px 28px); border-color: rgba(240,232,224,0.3); }
body.lm-dark .tl-clip { background: linear-gradient(180deg, #2B2620, #26221E); border-color: rgba(240,232,224,0.18); }
body.lm-dark .tl-clip.is-live { background: linear-gradient(180deg, #3A2A1C, #33241A); border-color: var(--c-orange); }
body.lm-dark .hm { border-color: rgba(240,232,224,0.18); }
body.lm-dark .hm .col.today { background: #211D19; }
body.lm-dark .hm .col.system { background: #26221E; }
body.lm-dark .hm .system li { color: #F0E8E0; }
body.lm-dark .bm-stage, body.lm-dark .plat-scene { background: #211D19; }
body.lm-dark .plat { background: #26221E; border-color: rgba(240,232,224,0.2); color: #B8ADA3; }
body.lm-dark .vsteps, body.lm-dark .vstep, body.lm-dark .faq, body.lm-dark .faq details, body.lm-dark .svc-meta { border-color: rgba(240,232,224,0.16); }
body.lm-dark .btn-ghost { color: #F0E8E0; border-color: rgba(240,232,224,0.35); }
body.lm-dark .chip { background: #191613; color: #DDD3C8; border-color: rgba(240,232,224,0.25); }

/* ---------- Referenzen (horizontaler Scroll-Stopp) ---------- */
.refs-wrap { height: 240vh; position: relative; }
.refs-sticky { position: sticky; top: 0; height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: clip; padding: 0 clamp(20px,6vw,110px); background: #F5EFE9; }
.refs-track { display: flex; gap: clamp(16px,2vw,28px); margin-top: clamp(28px,4vh,46px); will-change: transform; }
.ref-card { flex: 0 0 min(28vw, 390px); min-height: 0; background: var(--c-card); border: 1px solid rgba(21,17,12,0.16); border-radius: 22px; padding: clamp(26px,3vw,48px); display: flex; flex-direction: column; gap: 22px; }
.ref-card .rnum { font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.24em; color: var(--c-orange); }
.ref-card .rq { font-family: var(--font-heading); font-weight: 500; font-size: clamp(14.5px,1.15vw,18px); line-height: 1.55; color: var(--c-stone); flex: 0 0 auto; margin: 0; }
.ref-media { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 9/16; max-height: 52vh; background: #E8DFD5; }
.ref-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; transform: scale(1.1); transform-origin: 50% 0%; display: block; }
.ref-media .rveil { position: absolute; left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(rgba(251,248,244,0), rgba(251,248,244,0.94) 46%, #FBF8F4 66%); pointer-events: none; }
body.lm-dark .ref-media .rveil { background: linear-gradient(rgba(38,34,30,0), rgba(38,34,30,0.94) 46%, #26221E 66%); }
.ref-card .rwho { display: flex; gap: 14px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-muted); border-top: 1px solid rgba(21,17,12,0.14); padding-top: 16px; }
.ref-card .rwho .k { color: var(--c-orange); }
.refs-hint { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--c-muted); margin-top: 22px; }
@media (max-width: 720px) {
  .refs-wrap { height: auto; }
  .refs-sticky { position: static; height: auto; padding-top: 70px; padding-bottom: 70px; }
  .refs-track { overflow-x: auto; transform: none !important; padding-bottom: 14px; }
  .ref-card { flex-basis: 82vw; min-height: 340px; }
}
/* ---------- Insights-Teaser ---------- */
.svc-insights { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 38px; }
.svc-insights .insight-media { aspect-ratio: 16/10; display: block; width: 100%; border-bottom: 1px solid rgba(21,17,12,0.12); background: repeating-linear-gradient(45deg, #E8E0D8 0 12px, #F0E9E1 12px 24px); }
/* ---------- Kontaktformular ---------- */
.svc-form { max-width: 1000px; margin: clamp(36px,5vh,60px) auto 0; background: var(--c-card); border: 1px solid rgba(21,17,12,0.16); border-radius: 20px; padding: clamp(26px,3.4vw,54px); display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; transition: border-color 0.35s ease; }
.svc-form:hover { border-color: rgba(252,106,11,0.45); }
.svc-form .field.full { grid-column: 1 / -1; }
.svc-form label { font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-ink); }
.svc-form input, .svc-form select, .svc-form textarea { background: rgba(255,255,255,0.85); border: 1px solid rgba(21,17,12,0.14); border-radius: 10px; color: var(--c-ink); font-size: 14px; padding: 13px 14px; width: 100%; }
.svc-form input:focus, .svc-form select:focus, .svc-form textarea:focus { border-color: var(--c-orange); outline: none; }
.svc-form textarea { resize: vertical; min-height: 130px; }
.svc-form .send { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.svc-form .privacy { font-size: 11.5px; color: var(--c-ink); line-height: 1.6; }
.svc-form .privacy a { color: var(--c-orange); }
body.lm-dark .refs-sticky { background: #211D19; }
body.lm-dark .ref-card { background: #26221E; border-color: rgba(240,232,224,0.2); }
body.lm-dark .ref-card .rq { color: #DDD3C8; }
body.lm-dark .svc-form { background: #26221E; border-color: rgba(240,232,224,0.2); }
body.lm-dark .svc-form input, body.lm-dark .svc-form select, body.lm-dark .svc-form textarea { background: #191613; border-color: rgba(240,232,224,0.22); color: #F0E8E0; }
body.lm-dark .svc-form label { color: #F0E8E0; }
body.lm-dark .svc-insights .insight-media { background: repeating-linear-gradient(45deg, #26221E 0 12px, #2C2620 12px 24px); }

/* ---------- Formular-Sektion mit Bild + Glas ---------- */
.form-sec { position: relative; overflow: clip; background: #F5EFE9; }
.form-sec > .bg-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.form-sec .form-inner { position: relative; z-index: 1; padding: clamp(120px,16vh,200px) clamp(20px,6vw,110px); }
.form-sec .form-head { display: inline-block; border-radius: 22px; padding: clamp(22px,2.6vw,40px); max-width: 100%; }/* ---------- Hero-Fade in die Folgesektion ---------- */
.svc-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: clamp(140px, 22vh, 260px); background: linear-gradient(rgba(243,238,231,0), var(--c-bg)); pointer-events: none; z-index: 1; }
/* ---------- Ausgangslage (Linien statt Kacheln) ---------- */
.prob-list { margin-top: clamp(36px,5vh,60px); border-top: 1px solid rgba(21,17,12,0.16); }
.prob-item { display: flex; gap: clamp(20px,4vw,70px); padding: clamp(24px,3.4vh,40px) 6px; border-bottom: 1px solid rgba(21,17,12,0.16); flex-wrap: wrap; align-items: baseline; transition: background 0.3s ease, padding-left 0.3s ease; }
.prob-item:hover { background: rgba(252,106,11,0.06); padding-left: 16px; }
.prob-item .pn { font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: 0.18em; color: var(--c-orange); min-width: 44px; }
.prob-item .pt { font-family: var(--font-heading); font-weight: 500; font-size: clamp(19px,2vw,28px); flex: 1 1 240px; }
.prob-item .pd { flex: 1 1 380px; font-size: 15px; line-height: 1.75; color: var(--c-warm); max-width: 62ch; margin: 0; }
/* ---------- Ablauf-Zeitstrahl ---------- */
.tline { position: relative; margin-top: clamp(44px,7vh,80px); padding-left: clamp(34px,5vw,70px); }
.tline .rail { position: absolute; left: 9px; top: 8px; bottom: 8px; width: 2px; background: rgba(21,17,12,0.14); }
.tline .rail i { position: absolute; left: 0; top: 0; width: 2px; height: calc(100% * var(--p, 0)); background: linear-gradient(#FF8A3D, #FC6A0B); box-shadow: 0 0 12px rgba(252,106,11,0.6); transition: height 0.15s linear; }
.tstep { position: relative; padding: clamp(24px,3.4vh,40px) 0; border-bottom: 1px solid rgba(21,17,12,0.12); display: flex; gap: clamp(18px,3vw,54px); flex-wrap: wrap; align-items: baseline; opacity: 0.32; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16,1,0.3,1); }
.tstep::before { content: ''; position: absolute; left: calc(-1 * clamp(34px,5vw,70px) + 3px); top: clamp(32px,4vh,48px); width: 14px; height: 14px; border-radius: 50%; background: var(--c-bg); border: 2px solid rgba(21,17,12,0.25); transition: all 0.4s ease; }
.tstep.is-on { opacity: 1; transform: none; }
.tstep.is-on::before { background: var(--c-orange); border-color: var(--c-orange); box-shadow: 0 0 16px rgba(252,106,11,0.55); }
.tstep .tn { font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: 0.2em; color: var(--c-orange); min-width: 40px; }
.tstep .tt { font-family: var(--font-heading); font-weight: 500; font-size: clamp(19px,2vw,29px); flex: 1 1 240px; }
.tstep .td { flex: 1 1 380px; font-size: 14.5px; line-height: 1.7; color: var(--c-warm); max-width: 60ch; margin: 0; }
.tstep.final { border-bottom: none; }
.tstep.final .tt { color: var(--c-orange); }
body.lm-dark .tstep .tt, body.lm-dark .prob-item .pt { color: #F0E8E0; }
body.lm-dark .tstep.final .tt { color: var(--c-orange); }
body.lm-dark .logo-rail .logo-item img { filter: brightness(0) invert(1); opacity: 0.85; }

/* ---------- Insights-Filter ---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(28px,4vh,44px); }
.filter-chip { cursor: pointer; transition: all 0.25s ease; }
.filter-chip.is-sel { background: var(--c-orange); color: #FAF7F2; border-color: var(--c-orange); }
.svc-insights .insight-card.is-hidden { display: none; }

/* ---------- Über uns: Hero mit Shader-Reveal ---------- */
.about-hero { position: relative; min-height: 100svh; display: flex; align-items: center; background: var(--c-bg); padding: clamp(120px,15vh,170px) clamp(20px,6vw,110px) clamp(50px,7vh,90px); overflow: clip; }
.about-hero-inner { width: 100%; max-width: 1560px; margin: 0 auto; display: grid; grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1.14fr); gap: clamp(30px,4vw,70px); align-items: center; }
.about-copy h1 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(28px,3.2vw,52px); line-height: 1.1; letter-spacing: 0.005em; margin: 0 0 22px; overflow-wrap: break-word; }
.about-copy .svc-sub { color: #2E2620; }
.reveal-stage { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 26px; overflow: hidden; }
.reveal-stage canvas { position: absolute; inset: 0; z-index: 2; }
.reveal-stage .fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.7s ease; }
.reveal-stage .fallback.ai { opacity: 0; }
.reveal-stage.is-live .fallback { opacity: 0; }
.reveal-hint { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--c-muted); }
.reveal-hint::before { content: ''; width: 26px; height: 1px; background: var(--c-orange); }
@media (max-width: 900px) {
  .about-hero-inner { grid-template-columns: 1fr; }
  .about-copy { order: 2; }
  .reveal-stage { order: 1; aspect-ratio: 4/3; }
}

/* ---------- Über uns: Haltung ---------- */
.stance { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(24px,3.4vw,54px); margin-top: clamp(44px,7vh,80px); }
.stance .item { border-top: 1px solid rgba(21,17,12,0.22); padding-top: 20px; }
.stance .n { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; color: var(--c-orange); display: block; margin-bottom: 14px; }
.stance h3 { font-family: var(--font-heading); font-weight: 500; font-size: clamp(18px,1.7vw,24px); line-height: 1.3; margin: 0 0 12px; }
.stance p { font-size: 14.5px; line-height: 1.75; color: var(--c-warm); margin: 0; }

/* ---------- Über uns: Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin-top: clamp(40px,6vh,70px); }
.team-card { border-radius: 20px; overflow: hidden; background: var(--c-card); border: 1px solid rgba(21,17,12,0.16); }
.team-card .portrait { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #F5EFE9; }
.team-card .portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.team-card .portrait.ph-slot { display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(45deg, #EDE5DC 0 14px, #F4EDE5 14px 28px); border-bottom: 1px dashed rgba(21,17,12,0.28); }
.team-card .portrait.ph-slot span { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--c-muted); }
.team-card .who { padding: 20px 22px 24px; }
.team-card .who .nm { font-family: var(--font-heading); font-weight: 500; font-size: 17px; display: block; }
.team-card .who .rl { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-orange); margin-top: 8px; display: block; }

/* ---------- Partner-Band (horizontal) ---------- */
.partner-band { background: #F5EFE9; padding: clamp(34px,5vh,54px) 0; display: flex; flex-direction: column; align-items: center; gap: 22px; overflow: hidden; }
.partner-band .pb-label { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--c-muted); margin: 0; }
.partner-band .pb-view { position: relative; width: 100%; overflow: hidden; }
.partner-band .pb-fade { position: absolute; top: 0; bottom: 0; width: 130px; z-index: 2; pointer-events: none; }
.partner-band .pb-fade.left { left: 0; background: linear-gradient(90deg, #F5EFE9, rgba(245,239,233,0)); }
.partner-band .pb-fade.right { right: 0; background: linear-gradient(270deg, #F5EFE9, rgba(245,239,233,0)); }
.partner-band .pb-track { display: flex; align-items: center; gap: clamp(34px,5vw,72px); width: max-content; animation: lmBandSlide 42s linear infinite; will-change: transform; }
.partner-band .logo-item { flex: 0 0 auto; width: 112px; height: 44px; display: flex; align-items: center; justify-content: center; }
.partner-band .logo-item img { width: 100px; height: 38px; object-fit: contain; display: block; opacity: 0.72; transition: opacity 0.3s ease; }
.partner-band .logo-item:hover img { opacity: 1; }
@keyframes lmBandSlide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .partner-band .pb-track { animation: none; } }
body.lm-dark .partner-band { background: #211D19; }
body.lm-dark .partner-band .pb-fade.left { background: linear-gradient(90deg, #211D19, rgba(33,29,25,0)); }
body.lm-dark .partner-band .pb-fade.right { background: linear-gradient(270deg, #211D19, rgba(33,29,25,0)); }
body.lm-dark .partner-band .logo-item img { filter: brightness(0) invert(1); }

/* ---------- Header-Nav: kein Umbruch in Menüpunkten ---------- */
.site-header .wp-gen-menu > li > a { white-space: nowrap; }
@media (max-width: 1080px) { .site-header .wp-gen-menu { gap: clamp(14px, 1.8vw, 26px); } }

/* ---------- Über uns: Vollbild-Hero mit Shader-Reveal ---------- */
.svc-hero .reveal-stage { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; aspect-ratio: auto; z-index: 0; }
.svc-hero .reveal-stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.svc-hero .reveal-stage .fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-hero-panel .reveal-hint { margin-top: 12px; }

/* ---------- Über uns: kompakte, transparentere Glaskachel ---------- */
.svc-hero .svc-hero-panel { width: min(430px, calc(100vw - 40px)); padding: clamp(24px,2.4vw,36px); background: rgba(255,255,255,0.62); border-color: rgba(255,255,255,0.7); box-shadow: 0 20px 60px rgba(21,17,12,0.16); }
.svc-hero .svc-hero-panel h1 { font-size: clamp(30px,3.2vw,50px); line-height: 1.06; margin-bottom: 14px; }
.svc-hero .svc-hero-panel .svc-sub { font-size: 14.5px; margin-bottom: 0; }
.svc-hero .svc-hero-panel .svc-ctas { margin-top: 22px; }.hero-hint { position: absolute; right: clamp(24px,3.4vw,56px); bottom: 26px; z-index: 3; margin: 0; font-size: 9.5px; letter-spacing: 0.22em; color: rgba(255,255,255,0.94); text-shadow: 0 1px 8px rgba(21,17,12,0.75), 0 0 22px rgba(21,17,12,0.45); }
.hero-hint::before { background: #FF8A3D; box-shadow: 0 0 10px rgba(21,17,12,0.6); }
@media (max-width: 980px) { .hero-hint { right: 20px; } }

/* ---------- Über uns: drei Prinzipien, Team-Auffächerung ---------- */
.stance { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.team-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; } }
.team-grid .team-card { opacity: 0; transform: translateY(90px) rotate(var(--rot, 0deg)) scale(0.93); transform-origin: 50% 120%; transition: opacity 0.7s ease, transform 1.05s cubic-bezier(0.16,1,0.3,1); will-change: transform; }
.team-grid.is-in .team-card { opacity: 1; transform: none; }
.team-grid .team-card:nth-child(1) { --rot: -8deg; transition-delay: 0ms; }
.team-grid .team-card:nth-child(2) { --rot: 4deg; transition-delay: 90ms; }
.team-grid .team-card:nth-child(3) { --rot: 9deg; transition-delay: 180ms; }
.team-grid .team-card:nth-child(4) { --rot: -6deg; transition-delay: 270ms; }
.team-grid .team-card:nth-child(5) { --rot: 3deg; transition-delay: 360ms; }
.team-grid .team-card:nth-child(6) { --rot: 7deg; transition-delay: 450ms; }
.team-card { transition: box-shadow 0.35s ease, border-color 0.35s ease; }
.team-card:hover { border-color: rgba(252,106,11,0.5); box-shadow: 0 18px 44px rgba(252,106,11,0.14); }
@media (prefers-reduced-motion: reduce) { .team-grid .team-card { opacity: 1; transform: none; } }/* ---------- Testimonials (global) ---------- */
.testi-sec { background: #F5EFE9; padding: clamp(80px,12vh,150px) clamp(20px,6vw,110px); overflow: clip; }
.testi-inner { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: minmax(300px, 1fr) minmax(340px, 0.9fr); gap: clamp(36px,5vw,90px); align-items: center; }
.testi-copy h2 { margin: 0 0 26px; }
.testi-copy .lead { min-height: 5.4em; transition: opacity 0.35s ease; }
.testi-copy .lead.is-out { opacity: 0; }
.testi-who { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px; margin: 0 0 30px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; transition: opacity 0.35s ease; }
.testi-who.is-out { opacity: 0; }
.testi-who .tn { color: var(--c-orange); font-weight: 700; }
.testi-who .tr { color: var(--c-muted); }
.testi-controls { display: flex; flex-wrap: wrap; gap: 12px; }
.testi-controls .btn-ghost { padding: 12px 22px; font-size: 11px; }
.testi-controls .btn-ghost[aria-pressed="true"] { border-color: var(--c-orange); color: var(--c-orange); }
.testi-progress { display: flex; align-items: center; gap: 14px; margin-top: 22px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; color: var(--c-muted); }
.testi-progress .bar { flex: 1 1 120px; max-width: 220px; height: 3px; border-radius: 999px; background: rgba(21,17,12,0.12); overflow: hidden; }
.testi-progress .bar i { display: block; height: 3px; width: 0; border-radius: 999px; background: var(--c-orange); }

.tstack { position: relative; justify-self: center; cursor: pointer; user-select: none; width: min(320px, 72vw); aspect-ratio: 2/3; margin: 34px clamp(96px, 17vw, 264px) 56px 0; }
@media (max-width: 940px) { .tstack { margin: 20px 96px 46px 0; } }
.tcard { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 22px; overflow: hidden; background: #E9E0D6; border: 1px solid rgba(21,17,12,0.14); box-shadow: 0 6px 18px rgba(21,17,12,0.1), 0 26px 60px rgba(21,17,12,0.22); transform-origin: 50% 50%; will-change: transform, opacity; transition: transform 0.55s cubic-bezier(0.16,1,0.3,1), opacity 0.35s ease; }
.tcard video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 6%; transform: scale(1.12); transform-origin: 50% 0%; display: block; }
.tcard .veil { position: absolute; left: 0; right: 0; bottom: 0; height: 26%; background: linear-gradient(rgba(245,239,233,0), rgba(245,239,233,0.94) 44%, #F5EFE9 62%); pointer-events: none; }
.tcard .tcard-label { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2; display: flex; flex-direction: column; gap: 6px; }
.tcard .tcard-label .nm { font-family: var(--font-heading); font-weight: 500; font-size: clamp(15px,1.4vw,19px); color: var(--c-ink); }
.tcard .tcard-label .rl { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-orange); }
.tstack .tcard { cursor: pointer; }
.tstack .tcard.is-front::after { content: ''; position: absolute; inset: 0; border-radius: 22px; box-shadow: inset 0 0 0 1px rgba(252,106,11,0.35); opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.tstack:hover .tcard.is-front::after { opacity: 1; }
.tstack .hint { position: absolute; left: 50%; bottom: -34px; transform: translateX(-50%); white-space: nowrap; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-muted); }
@media (max-width: 940px) {
  .testi-inner { grid-template-columns: 1fr; }
  .tstack { order: -1; }
}
body.lm-dark .testi-sec { background: #211D19; }
body.lm-dark .tcard { background: #26221E; border-color: rgba(240,232,224,0.18); }
body.lm-dark .tcard .veil { background: linear-gradient(rgba(33,29,25,0), rgba(33,29,25,0.94) 44%, #211D19 62%); }
body.lm-dark .tcard .tcard-label .nm { color: #F0E8E0; }

/* Testimonial-Stapel: überfahrene Karte als Vorschau nach vorn */
.tstack .tcard.is-peek { box-shadow: 0 26px 60px rgba(21,17,12,0.26); border-color: rgba(252,106,11,0.5); }
.tstack .tcard.is-peek::after { content: ''; position: absolute; inset: 0; border-radius: 22px; box-shadow: inset 0 0 0 1px rgba(252,106,11,0.5); pointer-events: none; }

/* ---------- Content-Wall (gekippte Kacheln) ---------- */
.tiles-sec { position: relative; height: min(92vh, 860px); overflow: hidden; background: #F5EFE9; display: flex; align-items: center; }
.tt-stage { position: absolute; inset: 0; perspective: 1600px; overflow: hidden;
  --tt-mask: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 6%, rgba(0,0,0,0.22) 12%, rgba(0,0,0,0.52) 19%, rgba(0,0,0,0.82) 26%, rgba(0,0,0,1) 34%, rgba(0,0,0,1) 68%, rgba(0,0,0,0.82) 78%, rgba(0,0,0,0.45) 87%, rgba(0,0,0,0.12) 95%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: var(--tt-mask); mask-image: var(--tt-mask); }
.tt-plane { position: absolute; left: 50%; top: 50%; width: 270%; height: 250%; display: grid; grid-template-columns: repeat(14, minmax(0, 1fr)); column-gap: 8px;
  transform: translate(-50%,-50%) rotateX(calc(38deg + var(--tt-rx, 0deg))) rotateY(calc(15deg + var(--tt-ry, 0deg))) rotate(-19deg) translate3d(-40px, 0, 0);
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); will-change: transform; }
.tt-col { overflow: hidden; }
.tt-track { display: flex; flex-direction: column; row-gap: 8px; animation: ttScroll 26s linear infinite; will-change: transform; }
.tt-track .tile { display: block; width: 100%; flex: 0 0 auto; aspect-ratio: 1; background-color: #E8DFD5; background-size: cover; background-position: center; filter: saturate(0.82) brightness(1.06) contrast(0.9); }
@keyframes ttScroll { from { transform: translateY(0); } to { transform: translateY(-50%); } }
.tt-stage::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: rgba(245,239,233,0.14); }
body.lm-dark .tt-stage::after { background: rgba(33,29,25,0.24); }
body.lm-dark .tt-track .tile { filter: saturate(0.9) brightness(0.86) contrast(0.98); }
.tt-copy { position: relative; z-index: 2; margin-left: clamp(20px,6vw,110px); width: min(500px, calc(100vw - 40px)); padding: clamp(26px,3vw,42px); border-radius: 22px; }
.tt-copy .lead { margin-top: 14px; font-size: 15px; }
.tt-copy .h-display { margin: 6px 0 0; }
@media (max-width: 860px) { .tiles-sec { height: 640px; } .tt-plane { width: 420%; height: 300%; } }
@media (prefers-reduced-motion: reduce) { .tt-track { animation: none; } .tt-plane { transition: none; } }
body.lm-dark .tiles-sec { background: #211D19; }

/* ---------- Scroll-Stack: gepinnte Karten ---------- */
.ss-sec { position: relative; width: 100%; background: var(--c-bg); }
.ss-sticky { position: sticky; top: 0; height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(18px,3vh,34px); overflow: hidden; padding: clamp(80px,11vh,120px) clamp(20px,5vw,60px) clamp(52px,7vh,72px); perspective: 1400px; }
.ss-head { text-align: center; max-width: 720px; }
.ss-head .h-display { margin: 8px 0 0; }
.ss-stage { position: relative; width: 100%; max-width: 880px; flex: 1 1 auto; min-height: 0; }
.ss-slot { position: absolute; inset: 0; backface-visibility: hidden; transform-style: preserve-3d; will-change: transform, opacity; }
.ss-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; width: 100%; height: 100%; overflow: hidden; border-radius: 22px; border: 1px solid rgba(21,17,12,0.16); background: #E9E0D6; box-shadow: 0 28px 70px rgba(21,17,12,0.28); }
.ss-card .ss-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ss-card .ss-veil { position: absolute; inset: 0; background: linear-gradient(rgba(20,17,14,0.1), rgba(20,17,14,0.42) 45%, rgba(20,17,14,0.88)); }
.ss-card .ss-num { position: absolute; right: clamp(20px,2.4vw,30px); top: clamp(18px,2.2vw,28px); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; color: rgba(255,255,255,0.6); }
.ss-body { position: relative; display: flex; flex-direction: column; gap: 12px; padding: clamp(24px,3.4vw,44px); }
.ss-body .ss-eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--c-orange); }
.ss-body h3 { font-family: var(--font-heading); font-weight: 500; font-size: clamp(22px,2.8vw,40px); line-height: 1.14; margin: 0; color: #FAF7F2; max-width: 22ch; }
.ss-body p { font-size: clamp(13.5px,1.15vw,16px); line-height: 1.65; margin: 0; color: rgba(250,247,242,0.76); max-width: 48ch; }
.ss-rail { display: flex; align-items: center; gap: 16px; }
.ss-rail .track { position: relative; width: clamp(120px,18vw,220px); height: 1px; background: rgba(21,17,12,0.2); overflow: hidden; }
.ss-rail .track i { position: absolute; inset: 0; transform-origin: left; transform: scaleX(0); background: var(--c-orange); }
.ss-rail .count { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; color: var(--c-muted); }
body.lm-dark .ss-sec { background: #191613; }
body.lm-dark .ss-rail .track { background: rgba(240,232,224,0.22); }
@media (max-width: 720px) { .ss-body h3 { max-width: none; } }

/* Angrenzende Kompetenzen: lange Titel sauber trennen */
.xlink .xt { overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
.xlink .xa { overflow-wrap: break-word; }

/* Footer-Spaltentitel in Orange */
.site-footer .footer-col .col-title { color: var(--c-orange); }

/* ---------- Weiche Übergänge zwischen Sektionen ---------- */
/* Bild-Sektionen (Anfrage, Zahlen & Fakten): oben und unten ins Helle auslaufen */
.form-sec > .bg-media,
.metrics-wrap > img.bg-media,
.metrics-wrap > video {
  --sec-mask: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.28) 7%, rgba(0,0,0,0.72) 14%, rgba(0,0,0,1) 22%, rgba(0,0,0,1) 78%, rgba(0,0,0,0.72) 86%, rgba(0,0,0,0.28) 93%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: var(--sec-mask); mask-image: var(--sec-mask);
}
/* Zusätzlicher Farbschleier, damit der Rand exakt die Nachbarfarbe trifft */
.form-sec::before, .form-sec::after,
.metrics-wrap::before, .metrics-wrap::after {
  content: ''; position: absolute; left: 0; right: 0; height: clamp(90px, 13vh, 170px); z-index: 0; pointer-events: none;
}
.form-sec::before { top: 0; background: linear-gradient(#F5EFE9, rgba(245,239,233,0)); }
.form-sec::after { bottom: 0; background: linear-gradient(rgba(245,239,233,0), #F5EFE9); }
.metrics-wrap::before { top: 0; background: linear-gradient(#F5EFE9, rgba(245,239,233,0)); }
.metrics-wrap::after { bottom: 0; background: linear-gradient(rgba(245,239,233,0), #F5EFE9); }
body.lm-dark .form-sec::before { background: linear-gradient(#191613, rgba(25,22,19,0)); }
body.lm-dark .form-sec::after { background: linear-gradient(rgba(25,22,19,0), #191613); }
body.lm-dark .metrics-wrap::before { background: linear-gradient(#211D19, rgba(33,29,25,0)); }
body.lm-dark .metrics-wrap::after { background: linear-gradient(rgba(33,29,25,0), #211D19); }

/* Content-Wall + Scroll-Stack: Kanten ins Nachbarhelle ziehen */
.tiles-sec::before, .tiles-sec::after { content: ''; position: absolute; left: 0; right: 0; height: clamp(70px, 10vh, 130px); z-index: 1; pointer-events: none; }
.tiles-sec::before { top: 0; background: linear-gradient(#F5EFE9, rgba(245,239,233,0)); }
.tiles-sec::after { bottom: 0; background: linear-gradient(rgba(245,239,233,0), #F5EFE9); }
body.lm-dark .tiles-sec::before { background: linear-gradient(#211D19, rgba(33,29,25,0)); }
body.lm-dark .tiles-sec::after { background: linear-gradient(rgba(33,29,25,0), #211D19); }

/* Weniger Luft zwischen der Antwort-Sektion und den Referenzen */
.section:has(+ .refs-wrap) { padding-bottom: clamp(40px, 5vh, 66px); }
.refs-sticky { padding-top: clamp(20px, 3vh, 40px); }

/* Testimonials: primärer CTA unter dem Fortschrittsbalken */
.testi-next { margin-top: 22px; }
.testi-next .btn-primary { font-size: 12px; }

/* Insights: Vorschaubild */
.svc-insights .insight-media, .insights-grid .insight-media { background-size: cover; background-position: center; }

/* ---------- Kompaktere Abstände ---------- */
.section { padding: clamp(62px, 8vh, 104px) clamp(20px,6vw,110px); }
.final-cta { padding: clamp(72px, 10vh, 120px) clamp(20px,6vw,110px); }
.refs-wrap { height: 190vh; }
.refs-sticky { justify-content: center; padding-top: 0; padding-bottom: 0; }
.refs-hint { margin-top: 14px; }
.faq { margin-top: clamp(28px, 4vh, 44px); }
.vsteps, .svc-rows, .stance, .team-grid { margin-top: clamp(28px, 4vh, 48px); }
.svc-grid, .works, .xlinks, .svc-insights { margin-top: clamp(24px, 3.4vh, 36px); }
.testi-sec { padding: clamp(64px, 9vh, 110px) clamp(20px,6vw,110px); }
.form-sec { padding: clamp(70px, 10vh, 120px) clamp(20px,6vw,110px); }

/* Referenzkarten mobil */
@media (max-width: 720px) {
  .ref-card { flex-basis: 74vw; min-height: 0; padding: 20px; }
  .ref-media { aspect-ratio: 9/16; max-height: none; }
  .ref-card .rq { font-size: 15px; }
  .ref-card .rwho { gap: 8px; font-size: 9px; }
  .refs-track { gap: 14px; }
}
@media (max-width: 480px) { .ref-card { flex-basis: 84vw; } }

/* Insights-Vorschaubild als <img> (CMS-Slot) */
img.insight-media { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; border-bottom: 1px solid rgba(21,17,12,0.12); background: #E8DFD5; }
body.lm-dark img.insight-media { background: #26221E; border-bottom-color: rgba(240,232,224,0.14); }

/* Referenzvideo: Poster + Play-Button */
.ref-media { cursor: pointer; }
.ref-media video { background: #E8DFD5; }
.ref-media::before { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(21,17,12,0.1); opacity: 1; transition: opacity 0.4s ease; pointer-events: none; }
.ref-media.is-playing::before { opacity: 0; }
.ref-play { position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; border: 0; background: transparent; cursor: pointer; padding: 0; transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.34,1.56,0.64,1); }
.ref-play .rp-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--c-orange); box-shadow: 0 10px 28px rgba(252,106,11,0.4); position: relative; display: block; }
.ref-play .rp-icon::after { content: ''; position: absolute; left: 54%; top: 50%; transform: translate(-50%,-50%); border: 10px solid transparent; border-left-color: #FAF7F2; border-right: 0; }
.ref-play .rp-txt { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: #FBF8F4; text-shadow: 0 1px 6px rgba(21,17,12,0.5); }
.ref-media:hover .ref-play { transform: translate(-50%,-50%) scale(1.08); }
.ref-media.is-playing .ref-play { opacity: 0; pointer-events: none; }

/* ==================== DARK MODE (vollständig) ==================== */
html.lm-dark-pre, html.lm-dark-pre body { background: #191613; }
body.lm-dark { background: #191613; color: #F0E8E0; }

/* Flächen */
body.lm-dark .section, body.lm-dark .final-cta, body.lm-dark .legal-main,
body.lm-dark .about-hero, body.lm-dark .form-sec, body.lm-dark .testi-sec,
body.lm-dark .tiles-sec, body.lm-dark .refs-sticky, body.lm-dark .partner-band,
body.lm-dark section[aria-label="Zahlen und Fakten"] { background-color: #191613 !important; }
body.lm-dark .svc-hero { background: #14110E; }

/* Typo */
body.lm-dark h1, body.lm-dark h2, body.lm-dark h3, body.lm-dark .h-display,
body.lm-dark .testi-copy h2, body.lm-dark .tt-copy h2 { color: #F0E8E0; }
body.lm-dark .lead, body.lm-dark .lead-bold, body.lm-dark .svc-sub, body.lm-dark p { color: #C3B8AD; }
body.lm-dark .svc-sub, body.lm-dark .svc-hero-panel .svc-sub { color: #2E2620; }
body.lm-dark .mono-hint, body.lm-dark .refs-hint, body.lm-dark .demo-flag { color: #9C9086; }
body.lm-dark .eyebrow { color: var(--c-orange); }
body.lm-dark a { color: #E4DAD0; }
body.lm-dark a:hover { color: var(--c-orange); }

/* Karten & Rahmen */
body.lm-dark .svc-cell, body.lm-dark .insight-card, body.lm-dark .xlink, body.lm-dark .testi,
body.lm-dark .ref-card, body.lm-dark .legal-main .address, body.lm-dark .team-card,
body.lm-dark .flow-step, body.lm-dark .hist-item, body.lm-dark .chip {
  background: #26221E; border-color: rgba(240,232,224,0.2); color: #F0E8E0;
}
body.lm-dark .insight-card .insight-title, body.lm-dark .xlink .xt, body.lm-dark .team-card .who .nm { color: #F0E8E0; }
body.lm-dark .insight-card .insight-more, body.lm-dark .xlink .xa { color: #9C9086; }
body.lm-dark .insight-card:hover .insight-more, body.lm-dark .xlink:hover .xa { color: var(--c-orange); }
body.lm-dark .insight-media { border-bottom-color: rgba(240,232,224,0.14); }
body.lm-dark .vsteps, body.lm-dark .vstep, body.lm-dark .faq, body.lm-dark .faq details,
body.lm-dark .svc-meta, body.lm-dark .stance .item, body.lm-dark .ref-card .rwho { border-color: rgba(240,232,224,0.16); }
body.lm-dark .faq summary { color: #F0E8E0; }
body.lm-dark .faq details[open] summary { color: var(--c-orange); }
body.lm-dark .faq .fa, body.lm-dark .vstep .vd, body.lm-dark .svc-cell p, body.lm-dark .stance p { color: #B2A69B; }
body.lm-dark .vstep .vt, body.lm-dark .stance h3 { color: #F0E8E0; }
body.lm-dark .vstep:hover { background: rgba(252,106,11,0.1); }

/* Platzhalter */
body.lm-dark .ph, body.lm-dark .testi .avatar, body.lm-dark .team-card .portrait.ph-slot {
  background: repeating-linear-gradient(45deg, #26221E 0 14px, #2C2620 14px 28px);
  border-color: rgba(240,232,224,0.28);
}
body.lm-dark .ph .tag { color: #C3B8AD; }
body.lm-dark .testi .q { color: #DDD3C8; }

/* Formular */
body.lm-dark .svc-form { background: #26221E; border-color: rgba(240,232,224,0.2); }
body.lm-dark .svc-form label { color: #F0E8E0; }
body.lm-dark .svc-form input, body.lm-dark .svc-form select, body.lm-dark .svc-form textarea {
  background: rgba(20,17,14,0.6); border-color: rgba(240,232,224,0.2); color: #F0E8E0;
}
body.lm-dark .svc-form .privacy { color: #F0E8E0; }
body.lm-dark .form-sec > .bg-media { filter: brightness(0.42) saturate(0.75); }

/* Buttons */
body.lm-dark .btn-ghost { color: #F0E8E0; border-color: rgba(240,232,224,0.35); }
body.lm-dark .btn-ghost:hover { border-color: var(--c-orange); color: var(--c-orange); }

/* Testimonials & Referenzen */
body.lm-dark .tcard { background: #26221E; border-color: rgba(240,232,224,0.2); }
body.lm-dark .tcard-label .nm { color: #F0E8E0; }
body.lm-dark .ref-media { background: #26221E; }
body.lm-dark .ref-card .rq { color: #DDD3C8; }

/* Zahlen & Fakten / Bildhintergründe */
body.lm-dark .metrics-wrap > .bg-media, body.lm-dark .tt-stage img { filter: brightness(0.45) saturate(0.7); }
body.lm-dark .metric-card .value, body.lm-dark .metrics-head h2 { color: #F0E8E0; }
body.lm-dark .metric-card .label { color: #B2A69B; }

/* Fades auf dunkle Grundfarbe */
body.lm-dark .fade-top, body.lm-dark .sec-fade-top { background: linear-gradient(#191613, rgba(25,22,19,0)); }
body.lm-dark .fade-bottom, body.lm-dark .sec-fade-bottom { background: linear-gradient(rgba(25,22,19,0), #191613); }

/* Footer */
body.lm-dark .site-footer { background: #14110E; border-color: rgba(240,232,224,0.12); }
body.lm-dark .site-footer .tagline, body.lm-dark .site-footer .footer-meta { color: #9C9086; }
body.lm-dark .site-footer .footer-col a { color: #C3B8AD; }
body.lm-dark .site-footer .footer-col a:hover { color: var(--c-orange); }
body.lm-dark .footer-big .line { color: #F0E8E0; }

/* Hero-Glaskachel im Dark Mode: dunkles Glas + helle Schrift */
body.lm-dark .svc-hero .svc-hero-panel { background: rgba(22,19,16,0.58); border-color: rgba(240,232,224,0.2); }
body.lm-dark .svc-hero-panel h1, body.lm-dark .svc-hero-panel h2 { color: #F5EFE9; }
body.lm-dark .svc-hero-panel p, body.lm-dark .svc-hero-panel .svc-sub { color: #D6CCC2; }
body.lm-dark .svc-hero-panel .svc-label { color: var(--c-orange); }
body.lm-dark .svc-hero-panel .svc-label a { color: #D6CCC2; }
body.lm-dark .svc-hero-panel .svc-meta { color: rgba(240,232,224,0.6); border-color: rgba(240,232,224,0.2); }
body.lm-dark .svc-hero-panel .btn-ghost { color: #F5EFE9; border-color: rgba(240,232,224,0.4); }
body.lm-dark .svc-hero-panel .btn-ghost:hover { color: var(--c-orange); border-color: var(--c-orange); }

body.lm-dark .hero-hint { color: rgba(240,232,224,0.65); }
body.lm-dark .hero-hint::before { background: var(--c-orange); }body.lm-dark .svc-hero .logo-rail .logo-item img { filter: brightness(0) invert(1); opacity: 0.85; }

/* Sekundärtexte: fehlende Dark-Overrides */
body.lm-dark .svc-label a,
body.lm-dark .svc-sub.small,
body.lm-dark .ph .meta,
body.lm-dark .tl-ruler,
body.lm-dark .arch-node .an-sub,
body.lm-dark .hm .today .hlabel,
body.lm-dark .hm .today li::before,
body.lm-dark .layer3d .ld,
body.lm-dark .dash .dl,
body.lm-dark .bmock .url,
body.lm-dark .mech-tile .mi,
body.lm-dark .mech-hud,
body.lm-dark .fcase .fcol p,
body.lm-dark .testi .who,
body.lm-dark .faq summary .fn,
body.lm-dark .prob-item .pd,
body.lm-dark .tstep .td,
body.lm-dark .reveal-hint,
body.lm-dark .team-card .portrait.ph-slot span,
body.lm-dark .partner-band .pb-label,
body.lm-dark .testi-who .tr,
body.lm-dark .testi-progress,
body.lm-dark .tstack .hint,
body.lm-dark .ss-rail .count { color: #B2A69B; }
body.lm-dark .prob-item .pd, body.lm-dark .tstep .td { color: #B2A69B; }

/* Sektions-Fades im Dark Mode */
body.lm-dark .ref-media .rveil { position: absolute; left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(rgba(25,22,19,0), rgba(25,22,19,0.94) 46%, #191613 66%); pointer-events: none; }
body.lm-dark .partner-band .pb-fade.left { left: 0; background: linear-gradient(90deg, #191613, rgba(25,22,19,0)); }
body.lm-dark .partner-band .pb-fade.right { right: 0; background: linear-gradient(270deg, #191613, rgba(25,22,19,0)); }
body.lm-dark .tcard .veil { position: absolute; left: 0; right: 0; bottom: 0; height: 26%; background: linear-gradient(rgba(25,22,19,0), rgba(25,22,19,0.94) 44%, #191613 62%); pointer-events: none; }
body.lm-dark .form-sec::before { top: 0; background: linear-gradient(#191613, rgba(25,22,19,0)); }
body.lm-dark .form-sec::after { bottom: 0; background: linear-gradient(rgba(25,22,19,0), #191613); }
body.lm-dark .metrics-wrap::before { top: 0; background: linear-gradient(#191613, rgba(25,22,19,0)); }
body.lm-dark .metrics-wrap::after { bottom: 0; background: linear-gradient(rgba(25,22,19,0), #191613); }
body.lm-dark .tiles-sec::before { top: 0; background: linear-gradient(#191613, rgba(25,22,19,0)); }
body.lm-dark .tiles-sec::after { bottom: 0; background: linear-gradient(rgba(25,22,19,0), #191613); }

/* Prime Video: heller Kasten, Schriftzug muss sichtbar bleiben */
body.lm-dark img[src*="primevideo"] { filter: none !important; opacity: 0.95; }

/* CTA-Hover im Dark Mode lesbar */
body.lm-dark .btn-primary:hover, body.lm-dark .header-cta:hover { background: #FF8A3D; color: #14110E; border-color: #FF8A3D; }
body.lm-dark .btn-primary, body.lm-dark .header-cta { color: #14110E; }

/* Anfrage-Kopf auf Formularbreite */
.form-sec .form-head { display: block; max-width: 1000px; margin-left: auto; margin-right: auto; }

/* Testimonials: Videos im Fokus */
.testi-sec { --tcard-w: clamp(260px, 24vw, 360px); --tcard-h: calc(var(--tcard-w) * 16 / 9); }
.testi-inner { grid-template-columns: minmax(240px, 0.66fr) minmax(430px, 1.34fr) !important; align-items: center; }
.tcard { width: var(--tcard-w) !important; height: var(--tcard-h) !important; aspect-ratio: auto; }
.tstack { min-height: calc(var(--tcard-h) + 120px) !important; height: auto !important; }
.testi-copy h2 { font-size: clamp(24px, 2.6vw, 40px); }
.testi-copy .lead { font-size: 14.5px; }
@media (max-width: 760px) {
  .testi-sec { --tcard-w: min(74vw, 320px); }
  .testi-inner { grid-template-columns: 1fr !important; }
}

/* ---------- Depth Cards (Angrenzende Kompetenzen) ---------- */
.depth-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(14px, 1.6vw, 24px); margin-top: clamp(34px, 5vh, 56px); }
.depth-card { position: relative; display: block; aspect-ratio: 3/4; border-radius: 18px; overflow: hidden; perspective: 1000px; cursor: pointer; background: #26221E; text-decoration: none; }
.depth-card .dc-inner { position: absolute; inset: 0; border-radius: 18px; transform-style: preserve-3d; backface-visibility: hidden; will-change: transform; box-shadow: 0 10px 22px rgba(21,17,12,0.2); transition: box-shadow 0.35s ease; }
.depth-card:hover .dc-inner { box-shadow: 0 24px 48px rgba(21,17,12,0.38); }
.depth-card .dc-img { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.28); will-change: transform; backface-visibility: hidden; filter: saturate(0.45) brightness(0.82); }
.depth-card .dc-spot { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; mix-blend-mode: soft-light; filter: blur(2px); transition: opacity 0.3s ease; }
.depth-card .dc-body { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(18px, 2vw, 26px); background: linear-gradient(rgba(21,17,12,0) 40%, rgba(21,17,12,0.55) 72%, rgba(21,17,12,0.86)); }
.depth-card .dc-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; color: var(--c-orange); margin-bottom: 10px; }
.depth-card .dc-title { font-family: var(--font-heading); font-weight: 500; font-size: clamp(15px, 1.3vw, 19px); line-height: 1.3; color: #FBF8F4; transform: translateY(6px); transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); }
.depth-card:hover .dc-title { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .depth-card .dc-img { transform: scale(1); } }

/* ---------- Scroll-Mask (Nächster Schritt) ---------- */
.smask { position: relative; width: 100%; background: var(--c-bg); }
.smask-sticky { position: sticky; top: 0; height: 100svh; display: flex; align-items: center; justify-content: center; padding: clamp(16px, 3vh, 40px) clamp(16px, 4vw, 60px); }
.smask-stage { position: relative; width: 100%; height: 100%; border-radius: 24px; overflow: hidden; }
.smask-veil { position: absolute; inset: 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1)); mask-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1)); }
.smask-veil img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.smask-veil .scrim { position: absolute; inset: 0; background: rgba(21,17,12,0.42); }
.smask-content { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 18px; padding: clamp(20px, 5vw, 70px); opacity: 1; will-change: transform, opacity; }
.smask-content .eyebrow { color: #FF9A4D; }
.smask-content h2 { color: #FBF8F4; margin: 0; }
.smask-content .lead { color: #E4DAD0; max-width: 56ch; margin: 0; }
.smask-content .accent-shine { -webkit-text-fill-color: initial; color: #FF9A4D; background: none; }
body.lm-dark .smask { background: #191613; }

/* ---------- FAQ: scrollbasiertes Auffächern ---------- */
.faq details { opacity: 0; transform: translateY(22px) rotateX(-6deg); transform-origin: top center; transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.faq details.is-in { opacity: 1; transform: none; }
.faq summary { transition: color 0.25s ease, background 0.3s ease, padding-left 0.3s ease; }
.faq summary:hover { color: var(--c-orange); padding-left: 14px; }
.faq summary:hover .fn, .faq summary:hover .plus { color: var(--c-orange); }
.faq details:hover { background: rgba(252,106,11,0.05); }
body.lm-dark .faq details:hover { background: rgba(252,106,11,0.1); }
@media (prefers-reduced-motion: reduce) { .faq details { opacity: 1; transform: none; } }

.smask { height: 250vh; }
.smask + .form-sec { position: relative; }
.smask + .form-sec::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 180px; z-index: 2; pointer-events: none; background: linear-gradient(var(--c-bg), rgba(245,239,233,0)); }
body.lm-dark .smask + .form-sec::before { background: linear-gradient(#191613, rgba(25,22,19,0)); }

/* ==================== Anpassungen Runde 12 ==================== */

/* Scroll-Mask: Vorschau statt Leere */
.smask-stage::before { content: ''; position: absolute; inset: 0; z-index: 0; background-image: var(--smask-preview, none); background-size: cover; background-position: center; opacity: 0.14; filter: saturate(0.4) brightness(0.7); }
body.lm-dark .smask-stage::before { opacity: 0.2; }
.smask-stage { border: 1px solid rgba(21,17,12,0.14); }
body.lm-dark .smask-stage { border-color: rgba(240,232,224,0.14); }
.smask-veil { z-index: 1; }
.smask-hint { position: absolute; left: 50%; bottom: 26px; z-index: 4; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(251,248,244,0.75); transition: opacity 0.4s ease; }
.smask-hint .wire { width: 1px; height: 40px; background: rgba(251,248,244,0.35); position: relative; overflow: hidden; }
.smask-hint .wire::after { content: ''; position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--c-orange); animation: svcDrop 1.8s ease-in-out infinite; }
.smask.is-open .smask-hint { opacity: 0; }

/* Orange Orb in Sektionen und Kacheln */
.section, .testi-sec, .form-sec, .tiles-sec { position: relative; }
.orb-glow { display: block; position: absolute !important; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(252,106,11,0.5), rgba(252,106,11,0.16) 42%, rgba(252,106,11,0) 72%); filter: blur(46px); animation: lmGlow 7s ease-in-out infinite; }
.section > *:not(.orb-glow):not(.bg-media), .testi-sec > *:not(.orb-glow):not(.bg-media), .form-sec > *:not(.orb-glow):not(.bg-media) { position: relative; z-index: 1; }
.svc-cell, .insight-card, .depth-card, .flow-step, .prob-item, .tstep { position: relative; overflow: hidden; }
.svc-cell::after, .flow-step::after, .prob-item::after, .tstep::after { content: ''; position: absolute; right: -40px; bottom: -40px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(252,106,11,0.34), rgba(252,106,11,0) 70%); filter: blur(24px); opacity: 0; transition: opacity 0.45s ease; pointer-events: none; }
.svc-cell:hover::after, .flow-step:hover::after, .prob-item:hover::after, .tstep:hover::after { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .orb-glow { animation: none; } }

/* Depth Cards: kein dunkles Rechteck beim Hover */
.depth-card { background: transparent; }
.depth-card .dc-inner { overflow: hidden; background: #14110E; }
.depth-card .dc-img { inset: -8%; transform: scale(1.18); }
.depth-card:hover .dc-inner { box-shadow: 0 24px 48px rgba(252,106,11,0.22); }

/* Footer: gleiche Grundfarbe wie die Seite */
.site-footer { background: var(--c-bg) !important; }
body.lm-dark .site-footer { background: #191613 !important; }

/* Dark Mode: verbleibende dunkle Kleintexte */
body.lm-dark .kicker, body.lm-dark .kicker .sub, body.lm-dark .hero-foot,
body.lm-dark .hero-foot span, body.lm-dark .svc-scroll, body.lm-dark .reveal-hint,
body.lm-dark .smask-hint { color: rgba(240,232,224,0.78); }
body.lm-dark .hero-foot .line { background: rgba(240,232,224,0.4); }

/* Prime Video: weißes Logo mit ausgeschnittener Schrift */
body.lm-dark img[src*="primevideo"] { filter: none !important; opacity: 0.85; }

/* Testimonials: Videos breiter, Unterkante auf Höhe des CTA */
.testi-sec { --tcard-w: clamp(300px, 30vw, 430px); }
.testi-inner { align-items: end !important; grid-template-columns: minmax(230px, 0.58fr) minmax(460px, 1.42fr) !important; }
.testi-copy { padding-bottom: 4px; }
.tstack { min-height: calc(var(--tcard-h) + 96px) !important; align-items: flex-end !important; }
@media (max-width: 760px) { .testi-sec { --tcard-w: min(78vw, 340px); } .testi-inner { align-items: stretch !important; } }

/* Testimonial-Stapel: Karten an der Unterkante ausrichten (Höhe = CTA-Unterkante) */
.tstack { min-height: calc(var(--tcard-h) + 64px) !important; margin: 0 clamp(120px, 20vw, 300px) 0 0 !important; }
.tstack .tcard { top: auto !important; bottom: 0 !important; }
.tstack .hint { display: none; }
@media (max-width: 940px) { .tstack { margin: 0 96px 0 0 !important; } }
@media (max-width: 760px) { .tstack { margin: 24px auto 0 !important; } }

/* ---- Testimonial-Grid: Stapel-Track zuerst (.tstack hat order: -1) ---- */
.testi-sec { --tcard-w: clamp(280px, 27vw, 400px); --tfan: 200px; }
.testi-inner { grid-template-columns: minmax(470px, 1.44fr) minmax(230px, 0.56fr) !important; align-items: end !important; }
.tstack {
  width: calc(var(--tcard-w) + var(--tfan)) !important;
  max-width: 100% !important;
  justify-self: start !important;
  margin: 0 !important;
  min-height: calc(var(--tcard-h) + 64px) !important;
  overflow: visible;
}
.tstack .tcard { left: 0 !important; top: auto !important; bottom: 0 !important; }
@media (max-width: 1180px) { .testi-sec { --tfan: 156px; } }
@media (max-width: 940px) {
  .testi-sec { --tcard-w: min(58vw, 320px); --tfan: 112px; }
  .testi-inner { grid-template-columns: 1fr !important; align-items: stretch !important; }
  .tstack { justify-self: center !important; margin: 26px auto 0 !important; }
}
@media (max-width: 760px) { .testi-sec { --tcard-w: min(72vw, 320px); --tfan: 84px; } }

/* ==================== Runde 13 ==================== */

/* Hero: weicher Übergang in die nächste Sektion */
.svc-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: clamp(120px, 18vh, 240px); z-index: 1; pointer-events: none; background: linear-gradient(rgba(245,239,233,0), var(--c-bg)); }
body.lm-dark .svc-hero::after { background: linear-gradient(rgba(25,22,19,0), #191613); }
.about-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: clamp(100px, 14vh, 200px); z-index: 1; pointer-events: none; background: linear-gradient(rgba(245,239,233,0), var(--c-bg)); }
body.lm-dark .about-hero::after { background: linear-gradient(rgba(25,22,19,0), #191613); }

/* Testimonials: Text ein Drittel links, Videos zwei Drittel rechts — explizite Tracks */
.testi-sec { --tcard-w: clamp(300px, 26vw, 420px); --tfan: 0px; }
.testi-inner { grid-template-columns: minmax(240px, 1fr) minmax(420px, 2fr) !important; align-items: end !important; gap: clamp(24px, 3vw, 56px) !important; }
.testi-copy { grid-column: 1 !important; order: 0 !important; }
.tstack {
  grid-column: 2 !important; order: 0 !important;
  width: 100% !important; max-width: none !important;
  justify-self: stretch !important; margin: 0 !important;
  min-height: calc(var(--tcard-h) + 48px) !important;
  overflow: visible;
}
/* Karten mittig im Track, damit der Fächer nach links und rechts Platz hat */
.tstack .tcard { left: 50% !important; margin-left: calc(var(--tcard-w) / -2) !important; top: auto !important; bottom: 0 !important; opacity: 1 !important; }
@media (max-width: 940px) {
  .testi-sec { --tcard-w: min(58vw, 320px); }
  .testi-inner { grid-template-columns: 1fr !important; align-items: stretch !important; }
  .testi-copy, .tstack { grid-column: 1 !important; }
  .tstack { margin: 26px auto 0 !important; }
}
@media (max-width: 760px) { .testi-sec { --tcard-w: min(74vw, 320px); } }

/* ==================== Runde 13 ==================== */

/* Header sofort so dunkel wie im gescrollten Zustand */
body.lm-dark .site-header { background: rgba(25, 22, 19, 0.82); }

/* Testimonials: Videos 30 % breiter, Fächer erst bei Hover, Karten deckend */
@media (min-width: 941px) {
  .testi-sec { --tcard-w: clamp(340px, 31vw, 470px); }
  .testi-inner { grid-template-columns: minmax(220px, 1fr) minmax(430px, 2fr) !important; }
}
.tcard { opacity: 1 !important; background: #E9E0D6 !important; }
body.lm-dark .tcard { background: #26221E !important; }
.tcard video { opacity: 1; }
.tcard video { z-index: 0; }

/* Steuerbuttons kompakt, eine Reihe */
.testi-controls { flex-wrap: wrap; gap: 8px; }
.testi-controls .btn-ghost { flex: 0 1 auto; min-width: 0; padding: 9px 12px; font-size: 9px; letter-spacing: 0.1em; white-space: nowrap; }

/* Nächster Schritt: kein Rand, oben und unten ins Dunkle faden */
.smask-stage { border: 0 !important; border-radius: 0 !important; }
.smask-sticky { padding: 0 !important; }
.smask-stage::after { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 26vh; z-index: 4; pointer-events: none; background: linear-gradient(var(--c-bg), rgba(245,239,233,0)); }
.smask-stage .edge-b { position: absolute; left: 0; right: 0; bottom: 0; height: 26vh; z-index: 4; pointer-events: none; background: linear-gradient(rgba(245,239,233,0), var(--c-bg)); }
body.lm-dark .smask-stage::after { background: linear-gradient(#191613, rgba(25,22,19,0)); }
body.lm-dark .smask-stage .edge-b { background: linear-gradient(rgba(25,22,19,0), #191613); }
.smask-veil img { height: 128%; top: -14%; }

/* Kein Leerraum, wo die Referenzen entfernt wurden */
.section[aria-label="Unsere Antwort"] { padding-bottom: clamp(28px, 4vh, 48px); }
.testi-sec { padding-top: clamp(34px, 5vh, 60px) !important; }

/* Content-Wall: Glaskachel muss über den nun farbigen Kacheln lesbar bleiben */
.tiles-sec .tt-copy { background: rgba(245,239,233,0.82); border: 1px solid rgba(255,255,255,0.6); box-shadow: 0 30px 80px rgba(21,17,12,0.22); }
.tiles-sec .tt-copy .lead { color: #2E2620; }
body.lm-dark .tiles-sec .tt-copy { background: rgba(28,25,21,0.82); border-color: rgba(240,232,224,0.22); }
body.lm-dark .tiles-sec .tt-copy .lead { color: #C9BFB4; }

/* ==================== Testimonial-Rondell ==================== */
.testi-rondel { display: block; padding: clamp(70px,10vh,120px) 0 clamp(60px,9vh,110px); position: relative; }
.testi-rondel .rond-head { max-width: 1100px; margin: 0 auto; padding: 0 clamp(20px,6vw,110px); text-align: center; }
.testi-rondel .rond-head h2 { margin: 14px 0 0; }
.testi-rondel .rond-stage {
  --rw: clamp(280px, 26vw, 400px);
  --rh: calc(var(--rw) * 16 / 9);
  position: relative; height: calc(var(--rh) + 40px);
  margin-top: clamp(34px,5vh,60px);
  perspective: 1600px;
  touch-action: pan-y;
  cursor: grab;
  overflow: hidden;
}
.testi-rondel .rond-stage.is-drag { cursor: grabbing; }
.testi-rondel .rond-track { position: absolute; inset: 0; transform-style: preserve-3d; }
.rcard {
  position: absolute; left: 50%; top: 50%;
  width: var(--rw); height: var(--rh);
  margin: calc(var(--rh) / -2) 0 0 calc(var(--rw) / -2);
  border-radius: 22px; overflow: hidden; background: #E9E0D6;
  border: 1px solid rgba(21,17,12,0.14);
  box-shadow: 0 18px 44px rgba(21,17,12,0.18);
  transition: transform 0.62s cubic-bezier(0.22,1,0.36,1), opacity 0.5s ease, box-shadow 0.4s ease, border-color 0.3s ease;
  will-change: transform; cursor: pointer; user-select: none;
}
.rond-stage.is-drag .rcard { transition: none; }
.rcard video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 6%; transform: scale(1.12); transform-origin: 50% 0%; display: block; pointer-events: none; }
.rcard .veil { position: absolute; left: 0; right: 0; bottom: 0; height: 26%; background: linear-gradient(rgba(245,239,233,0), rgba(245,239,233,0.94) 44%, #F5EFE9 62%); pointer-events: none; }
.rcard .tcard-label { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 2; display: flex; flex-direction: column; gap: 5px; pointer-events: none; }
.rcard.is-center { box-shadow: 0 34px 80px rgba(21,17,12,0.3); border-color: rgba(252,106,11,0.4); }
.rcard.is-side::after { content: ''; position: absolute; inset: 0; border-radius: 22px; background: rgba(245,239,233,0.42); transition: background 0.4s ease; pointer-events: none; }
.rcard.is-side:hover::after { background: rgba(245,239,233,0.16); }
.testi-rondel .rond-controls { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: clamp(26px,4vh,42px); padding: 0 20px; }
.testi-rondel .rond-controls .btn-ghost { padding: 11px 18px; font-size: 10px; letter-spacing: 0.14em; }
.testi-rondel .rond-progress { justify-content: center; margin-top: 20px; padding: 0 20px; }
@media (max-width: 760px) { .testi-rondel .rond-stage { --rw: min(70vw, 300px); } }
body.lm-dark .rcard { background: #26221E; border-color: rgba(240,232,224,0.18); }
body.lm-dark .rcard .veil { background: linear-gradient(rgba(33,29,25,0), rgba(33,29,25,0.94) 44%, #211D19 62%); }
body.lm-dark .rcard.is-side::after { background: rgba(20,17,14,0.5); }
body.lm-dark .rcard.is-side:hover::after { background: rgba(20,17,14,0.2); }

/* ==================== Problem-Karten (auffächernd) ==================== */
.prob-fan { display: flex; flex-wrap: wrap; gap: clamp(14px,1.6vw,26px); justify-content: center; margin-top: clamp(44px,6vh,72px); perspective: 1400px; }
.prob-card {
  flex: 1 1 280px; max-width: 400px; position: relative;
  background: var(--c-card); border: 1px solid rgba(21,17,12,0.16); border-radius: 20px;
  padding: clamp(26px,2.6vw,38px); display: flex; flex-direction: column; gap: 14px;
  box-shadow: 0 10px 30px rgba(21,17,12,0.08);
  transform-style: preserve-3d; cursor: default; outline: none;
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease, border-color 0.35s ease, z-index 0s;
}
.prob-card:nth-child(1) { transform: rotate(-2.4deg) translateY(10px); }
.prob-card:nth-child(2) { transform: rotate(0.6deg) translateY(-4px); z-index: 2; }
.prob-card:nth-child(3) { transform: rotate(2.6deg) translateY(12px); }
.prob-card:hover, .prob-card:focus-visible {
  z-index: 5;
  transform: rotate(0deg) translateY(-14px) scale(1.045);
  box-shadow: 0 30px 70px rgba(21,17,12,0.2);
  border-color: rgba(252,106,11,0.5);
}
.prob-fan:hover .prob-card:not(:hover) { transform: rotate(0deg) translateY(6px) scale(0.965); opacity: 0.72; }
.prob-card .pic { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: rgba(252,106,11,0.1); color: var(--c-orange); border: 1px solid rgba(252,106,11,0.28); flex: 0 0 auto; }
.prob-card .pic svg { width: 22px; height: 22px; }
.prob-card .pn { font-family: var(--font-mono); font-weight: 700; font-size: 10px; letter-spacing: 0.26em; color: var(--c-orange); }
.prob-card .pt { font-family: var(--font-heading); font-weight: 500; font-size: clamp(17px,1.7vw,23px); line-height: 1.28; }
.prob-card .pd { font-size: 14.5px; line-height: 1.72; color: var(--c-warm); margin: 0; max-width: none; }
@media (max-width: 760px) { .prob-card { transform: none !important; opacity: 1 !important; } }
@media (prefers-reduced-motion: reduce) { .prob-card { transition: none; } }
body.lm-dark .prob-card { background: #26221E; border-color: rgba(240,232,224,0.18); }
body.lm-dark .prob-card .pt { color: #F0E8E0; }
body.lm-dark .prob-card .pd { color: #B2A69B; }

/* Content-Wall: Bildfläche weiter nach rechts, Kachel transparenter */
.tt-plane { width: 320% !important; height: 270% !important; transform: translate(-46%,-50%) rotateX(calc(38deg + var(--tt-rx, 0deg))) rotateY(calc(15deg + var(--tt-ry, 0deg))) rotate(-19deg) translate3d(90px, 0, 0) !important; }
@media (max-width: 860px) { .tt-plane { width: 460% !important; height: 320% !important; } }
.tiles-sec .tt-copy { background: rgba(245,239,233,0.42); border-color: rgba(255,255,255,0.5); box-shadow: 0 26px 70px rgba(21,17,12,0.2); }
body.lm-dark .tiles-sec .tt-copy { background: rgba(26,23,19,0.46); }

/* Rondell: Seitenkarten abgedunkelt statt transparent, Bühnenrand ausgefadet */
.rcard.is-side { opacity: 1 !important; }
.rcard.is-side::after { background: rgba(20,17,14,0.5) !important; }
.rcard.is-side:hover::after { background: rgba(20,17,14,0.2) !important; }
.testi-rondel .rond-stage { --rond-mask: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.35) 6%, #000 20%, #000 80%, rgba(0,0,0,0.35) 94%, transparent 100%);
  -webkit-mask-image: var(--rond-mask); mask-image: var(--rond-mask); }

/* ==================== Google-Reviews-Sektion ==================== */
.gr-summary { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 8px 16px; margin-top: 26px; opacity: 0; transform: translateY(6px); transition: opacity 0.42s ease, transform 0.42s ease; }
.gr-summary.is-in { opacity: 1; transform: none; }
.gr-stars { color: var(--c-orange); font-size: clamp(17px,1.7vw,22px); letter-spacing: 0.14em; line-height: 1; }
.gr-score { font-family: var(--font-heading); font-weight: 500; font-size: clamp(22px,2.3vw,34px); line-height: 1; color: var(--c-ink); display: inline-flex; align-items: baseline; gap: 6px; }
.gr-score .gr-of { font-family: var(--font-mono); font-size: 0.42em; letter-spacing: 0.16em; color: var(--c-muted); }
.gr-count { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-muted); }
.gr-link { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-orange); text-decoration: none; border-bottom: 1px solid rgba(252,106,11,0.35); }
.gr-link:hover, .gr-link:focus-visible { border-bottom-color: var(--c-orange); }
body.lm-dark .gr-score { color: #F0E8E0; }
body.lm-dark .gr-count, body.lm-dark .gr-devnote { color: #B2A69B; }

/* Endlos-Loop über zwei identische Sets + weiche Maske statt harter Kanten */
.reviews-col .track { display: flex; flex-direction: column; gap: 0; }
.reviews-col .review-set { display: flex; flex-direction: column; gap: 22px; padding-bottom: 22px; }
.reviews-viewport { --rv-mask: linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: var(--rv-mask); mask-image: var(--rv-mask); }
.reviews-viewport .reviews-fade-top, .reviews-viewport .reviews-fade-bottom { display: none; }
.reviews-col .track:hover, .reviews-col .track:focus-within { animation-play-state: paused; }
.review-card .review-text { display: -webkit-box; -webkit-line-clamp: 9; -webkit-box-orient: vertical; overflow: hidden; }
.review-card .review-src-link { display: inline-block; margin-top: 10px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-orange); text-decoration: none; }
.review-card .review-src-link:focus-visible { outline: 2px solid var(--c-orange); outline-offset: 3px; }
.review-card cite.name { font-style: normal; font-weight: 700; font-size: 14px; }
@media (max-width: 1100px) and (min-width: 769px) {
  .reviews-cols { grid-template-columns: repeat(2, 1fr); }
  .reviews-col:nth-child(3) { display: none; }
}
@media (max-width: 768px) {
  .reviews-viewport { height: auto; -webkit-mask-image: none; mask-image: none; }
  .reviews-cols { display: flex; gap: 16px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 10px; height: auto; }
  .reviews-col { flex: 0 0 82%; height: auto; overflow: visible; scroll-snap-align: start; }
  .reviews-col .track { animation: none !important; }
  .reviews-col .review-set:nth-child(2) { display: none; }
  .review-card .review-text { -webkit-line-clamp: 10; }
}
@media (prefers-reduced-motion: reduce) {
  .reviews-col .track { animation: none !important; }
  .reviews-viewport { height: auto; -webkit-mask-image: none; mask-image: none; }
  .reviews-col { height: auto; overflow: visible; }
  .reviews-col .review-set:nth-child(2) { display: none; }
  .gr-summary { transition: none; }
}

/* ==================== Datenschutz-Checkbox ==================== */
.svc-form .field.consent { margin-top: 4px; }
.svc-form .check, .svc-form .check .txt { font-family: var(--font-body) !important; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0 !important; }
.svc-form .check { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 13px; line-height: 1.65; color: #2E2620; }
.svc-form .check input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.svc-form .check .box { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 1px; border-radius: 6px; border: 1px solid rgba(21,17,12,0.4); background: rgba(255,255,255,0.5); position: relative; transition: border-color 0.25s ease, background 0.25s ease; }
.svc-form .check .box::after { content: ''; position: absolute; left: 6px; top: 3px; width: 6px; height: 11px; border: solid #FAF7F2; border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); transition: transform 0.22s cubic-bezier(0.34,1.56,0.64,1); }
.svc-form .check input:checked + .box { background: var(--c-orange); border-color: var(--c-orange); }
.svc-form .check input:checked + .box::after { transform: rotate(45deg) scale(1); }
.svc-form .check input:focus-visible + .box { outline: 2px solid var(--c-orange); outline-offset: 3px; }
.svc-form .check .txt a { color: var(--c-orange); text-decoration: underline; }
body.lm-dark .svc-form .check { color: #E4DBD1; }
body.lm-dark .svc-form .check .box { border-color: rgba(240,232,224,0.42); background: rgba(20,17,14,0.4); }

/* ==================== Kernaussage: Zeilen fahren beim Scrollen ein ==================== */
.keytext { position: relative; overflow: clip; }
.keytext .kt-inner { max-width: 1080px; margin: 0 auto; }
.kt-lines { margin-top: clamp(30px,4vh,48px); display: flex; flex-direction: column; gap: 0; }
.kt-line { font-family: var(--font-heading); font-weight: 400; font-size: clamp(19px,2.2vw,33px); line-height: 1.34; letter-spacing: 0.005em; color: var(--c-ink); margin: 0;
  opacity: 0.16; transform: translateY(14px); filter: blur(3px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1), filter 0.7s ease; }
.kt-line.is-lit { opacity: 1; transform: none; filter: none; }
.kt-line em { font-style: normal; color: var(--c-orange); }
.kt-note { margin-top: clamp(30px,4vh,50px); display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(16px,2vw,30px); }
.kt-note .kn { border-top: 1px solid rgba(21,17,12,0.2); padding-top: 16px; }
.kt-note .kn .kl { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--c-orange); display: block; margin-bottom: 10px; }
.kt-note .kn p { font-size: 14px; line-height: 1.7; color: var(--c-warm); margin: 0; }
body.lm-dark .kt-line { color: #F0E8E0; }
body.lm-dark .kt-note .kn { border-color: rgba(240,232,224,0.2); }
body.lm-dark .kt-note .kn p { color: #B2A69B; }
@media (prefers-reduced-motion: reduce) { .kt-line { opacity: 1; transform: none; filter: none; transition: none; } }

/* Formular: Honeypot, Turnstile, Statusmeldung */
.svc-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.svc-form .field.turnstile { min-height: 0; }
.svc-form .ts-widget:empty { display: none; }
.svc-form .form-status { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 12px; color: var(--c-orange); }
.svc-form .form-status.is-ok { color: #1F7A4B; }
body.lm-dark .svc-form .form-status.is-ok { color: #5FCB92; }

/* Aurora-Cursor (global) */
.lm-aura { position: fixed; left: 0; top: 0; width: 460px; height: 460px; margin: -230px 0 0 -230px; border-radius: 50%; pointer-events: none; z-index: 190;
  background: radial-gradient(circle, rgba(252,106,11,0.24), rgba(252,106,11,0.09) 42%, rgba(252,106,11,0) 68%);
  filter: blur(24px); opacity: 0; transition: opacity 0.5s ease; will-change: transform; mix-blend-mode: multiply; }
body.lm-dark .lm-aura { mix-blend-mode: screen; background: radial-gradient(circle, rgba(252,106,11,0.32), rgba(252,106,11,0.12) 42%, rgba(252,106,11,0) 68%); }
.lm-aura.is-on { opacity: 1; }
.lm-ripple { position: fixed; left: 0; top: 0; width: 26px; height: 26px; margin: -13px 0 0 -13px; border-radius: 50%; pointer-events: none; z-index: 191;
  border: 1.5px solid rgba(252,106,11,0.75); animation: lmRipple 0.72s cubic-bezier(0.22,1,0.36,1) forwards; }
@keyframes lmRipple { from { transform: scale(0.4); opacity: 0.9; } to { transform: scale(7); opacity: 0; } }
@media (pointer: coarse), (prefers-reduced-motion: reduce) { .lm-aura, .lm-ripple { display: none; } }

/* Ablauf: Hover auf der ganzen Kachel */
.tstep { cursor: default; transition: background 0.32s ease, border-color 0.3s ease, transform 0.4s cubic-bezier(0.16,1,0.3,1); border-radius: 14px; }
.tstep:hover { background: rgba(252,106,11,0.07); transform: translateX(6px); }
.tstep:hover .tt { color: var(--c-orange); }
body.lm-dark .tstep:hover { background: rgba(252,106,11,0.12); }

/* ==================== Rechtsseiten im Lucram-Design ==================== */
.legal-hero { position: relative; padding: clamp(150px,20vh,220px) clamp(20px,6vw,110px) clamp(40px,6vh,70px); overflow: clip; background: var(--c-bg); }
.legal-hero-inner { max-width: 880px; margin: 0 auto; }
.legal-hero h1 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(32px,4.2vw,62px); line-height: 1.08; margin: 14px 0 0; }
.legal-hero .stand { margin-top: 20px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--c-muted); display: flex; align-items: center; gap: 12px; }
.legal-hero .stand::before { content: ''; width: 34px; height: 1px; background: var(--c-orange); }

.legal-main { background: var(--c-bg); position: relative; max-width: 880px; margin: 0 auto; padding: 0 clamp(20px,5vw,40px) clamp(90px,12vh,150px); }
.legal-main > * { position: relative; z-index: 1; }
.legal-main h1 { display: none; }
.legal-main h2 {
  font-family: var(--font-heading); font-weight: 500; font-size: clamp(19px,2vw,27px); line-height: 1.24;
  margin: clamp(56px,7vh,84px) 0 20px; padding-top: 22px; border-top: 1px solid rgba(21,17,12,0.18);
  display: flex; align-items: baseline; gap: 14px;
}
.legal-main h2::before { content: ''; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--c-orange); transform: translateY(-3px); }
.legal-main h3 { font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-orange); margin: 36px 0 12px; }
.legal-main p, .legal-main li { font-size: 15px; line-height: 1.82; color: #2E2620; }
.legal-main p { margin: 0 0 16px; }
.legal-main ul { padding-left: 0; list-style: none; margin: 0 0 18px; display: flex; flex-direction: column; gap: 12px; }
.legal-main ul li { padding-left: 24px; position: relative; }
.legal-main ul li::before { content: ''; position: absolute; left: 0; top: 11px; width: 8px; height: 1px; background: var(--c-orange); }
.legal-main a { color: var(--c-orange); text-decoration: none; border-bottom: 1px solid rgba(252,106,11,0.32); overflow-wrap: anywhere; transition: border-color 0.25s ease; }
.legal-main a:hover { border-bottom-color: var(--c-orange); }
.legal-main strong { font-weight: 600; }
.legal-main .address {
  font-size: 16.5px; line-height: 1.9; background: var(--c-card); border: 1px solid rgba(21,17,12,0.16);
  border-left: 2px solid var(--c-orange); border-radius: 16px; padding: clamp(24px,3vw,38px); margin: 0 0 26px;
}
.legal-main .address strong { font-family: var(--font-heading); font-weight: 500; font-size: 19px; }
/* Absätze in Großbuchstaben (Widerspruchsrecht) entschärfen */
.legal-main p.caps-note { font-size: 13.5px; line-height: 1.8; color: var(--c-warm); background: rgba(252,106,11,0.05); border: 1px solid rgba(252,106,11,0.2); border-radius: 14px; padding: 20px 22px; }
.legal-toc { margin: clamp(34px,5vh,52px) 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px; }
.legal-toc a { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-ink); border: 1px solid rgba(21,17,12,0.18); border-radius: 999px; padding: 11px 16px; text-align: center; transition: all 0.25s ease; }
.legal-toc a:hover { border-color: var(--c-orange); color: var(--c-orange); }

body.lm-dark .legal-hero, body.lm-dark .legal-main { background: #1C1815; }
body.lm-dark .legal-hero h1 { color: #F0E8E0; }
body.lm-dark .legal-main h2 { color: #F0E8E0; border-color: rgba(240,232,224,0.2); }
body.lm-dark .legal-main p, body.lm-dark .legal-main li { color: #C4B9AE; }
body.lm-dark .legal-main .address { background: #26221E; border-color: rgba(240,232,224,0.18); border-left-color: var(--c-orange); color: #E4DBD1; }
body.lm-dark .legal-main p.caps-note { background: rgba(252,106,11,0.08); color: #B2A69B; }
body.lm-dark .legal-toc a { color: #E4DBD1; border-color: rgba(240,232,224,0.2); }

/* Rechtsseiten: erster Abschnitt ohne Trennlinie, TOC im Hero */
.legal-main > h2:first-of-type { margin-top: clamp(20px,3vh,34px); border-top: none; padding-top: 0; }
.legal-hero .legal-toc { margin-top: clamp(28px,4vh,44px); }
.legal-main h2 { scroll-margin-top: 110px; }

body.lm-dark .svc-hero .svc-label, body.lm-dark .svc-hero .svc-meta, body.lm-dark .svc-hero .svc-sub.small { color: #F0E8E0; }
body.lm-dark .svc-hero .svc-label a { color: #F0E8E0; }

/* ==================== Globales Breitenraster ==================== */
:root { --lm-max: 1440px; --lm-pad: clamp(20px, 5vw, 80px); }
@media (min-width: 1920px) { :root { --lm-max: 1600px; } }
.section, .system-section, .insights-section, .final-cta, .testi-sec, .form-sec, .ring-sec, .partner-band, .legal-main, .site-footer .footer-cols, .site-footer .footer-big,
.svc-hero-panel-wrap, .stack3d-sticky, .smask-sticky, .kt-sec, .tiles-sec .tt-copy-wrap, .about-hero-inner {
  padding-left: var(--lm-pad) !important; padding-right: var(--lm-pad) !important; }
.section > *:not(.orb-glow):not(.bg-media):not(.metrics-wrap):not(.section-fade), .system-section > .system-inner, .insights-section > *:not(.orb-glow), .final-cta > *:not(.halo):not(.orb-glow),
.testi-sec > *:not(.orb-glow):not(.bg-media), .form-sec > .form-inner, .ring-sec > .ring-intro, .ring-sec > .ring-stage, .partner-band > *, .legal-main > *:not(.orb-glow), .site-footer .footer-cols, .site-footer .footer-big,
.hero-panel-row, .metrics-inner, .kt-inner {
  max-width: var(--lm-max); margin-left: auto !important; margin-right: auto !important; }
.legal-main { max-width: none; }
.legal-main > *:not(.orb-glow) { max-width: min(var(--lm-max), 860px); }

/* Datenschutz: seitliche Kapitel-Navigation */
.legal-hero .legal-toc { display: none; }
.legal-rail { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 60; display: flex; flex-direction: column; gap: 6px; padding: 10px 10px 10px 14px; border-radius: 16px 0 0 16px; background: rgba(245,239,233,0.72); backdrop-filter: blur(12px); border: 1px solid rgba(21,17,12,0.12); border-right: 0; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.legal-rail.is-on { opacity: 1; pointer-events: auto; }
.legal-rail a { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.18em; color: var(--c-muted); text-decoration: none; padding: 5px 4px; border-radius: 8px; transition: color 0.25s ease, background 0.25s ease; }
.legal-rail a .n { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(21,17,12,0.25); display: inline-flex; align-items: center; justify-content: center; font-size: 9px; transition: all 0.25s ease; flex: 0 0 auto; }
.legal-rail a .t { max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; transition: max-width 0.4s cubic-bezier(0.16,1,0.3,1), opacity 0.3s ease; }
.legal-rail:hover a .t { max-width: 240px; opacity: 1; }
.legal-rail a:hover, .legal-rail a.is-active { color: var(--c-ink); }
.legal-rail a.is-active .n { background: var(--c-orange); border-color: var(--c-orange); color: #FAF7F2; box-shadow: 0 0 14px rgba(252,106,11,0.5); }
body.lm-dark .legal-rail { background: rgba(28,24,21,0.72); border-color: rgba(240,232,224,0.14); }
body.lm-dark .legal-rail a { color: #B2A69B; }
body.lm-dark .legal-rail a:hover, body.lm-dark .legal-rail a.is-active { color: #F0E8E0; }
body.lm-dark .legal-rail a .n { border-color: rgba(240,232,224,0.3); }
@media (max-width: 900px) { .legal-rail { display: none; } }

/* Breitenraster — Nachzügler: Bildsektionen, Hero-Panels */
.metrics-inner { padding-left: var(--lm-pad) !important; padding-right: var(--lm-pad) !important; }
.metrics-inner > * { max-width: var(--lm-max); margin-left: auto; margin-right: auto; }
.metrics-inner > .metrics-head { display: flex; width: fit-content; margin-left: auto; margin-right: auto; }
.metrics-inner > .metrics-grid { width: 100%; }
.kontakt-section > .kontakt-headbox, .kontakt-section > .kontakt-form-box, .kontakt-section > .eyebrow { max-width: var(--lm-max); margin-left: auto !important; margin-right: auto !important; }
.kontakt-section > .kontakt-headbox { width: 100%; }
.form-sec > .form-inner { max-width: var(--lm-max); }
.svc-hero { padding-left: var(--lm-pad); padding-right: var(--lm-pad); }
.svc-hero-panel { margin-left: 0 !important; margin-right: 0 !important; }
.svc-hero .logo-rail { right: var(--lm-pad) !important; }
@media (min-width: 1700px) {
  .svc-hero, .hero { padding-left: max(var(--lm-pad), calc((100vw - var(--lm-max)) / 2)); padding-right: max(var(--lm-pad), calc((100vw - var(--lm-max)) / 2)); }
}

.metrics-inner > .metrics-head { margin-left: auto !important; margin-right: auto !important; width: 100%; max-width: var(--lm-max); }
.metrics-inner > .metrics-head { display: flex; align-items: flex-start; }
.metrics-inner > .metrics-head > * { max-width: 620px; }

body.lm-dark .svc-hero::after, body.lm-dark .about-hero::after { background: linear-gradient(rgba(28,24,21,0), #1C1815); }

/* ==================== Referenzen 2: WebGL-Zylinder ==================== */
.ring-sec { position: relative; min-height: 100svh; background: #F5EFE9; overflow: clip; padding: clamp(60px,8vh,96px) 0 clamp(30px,5vh,60px); }
body.lm-dark .ring-sec { background: #1C1815; }
.ring-lines { position: absolute; inset: -20% -10% auto -10%; height: 140%; pointer-events: none; z-index: 0; opacity: 0.55;
  background: repeating-radial-gradient(ellipse 60% 48% at 50% 38%, rgba(21,17,12,0) 0 34px, rgba(21,17,12,0.09) 34px 35px);
  mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 78%); }
body.lm-dark .ring-lines { background: repeating-radial-gradient(ellipse 60% 48% at 50% 38%, rgba(240,232,224,0) 0 34px, rgba(240,232,224,0.09) 34px 35px); }
.ring-sec::before, .ring-sec::after { content: ''; position: absolute; left: 0; right: 0; height: 110px; z-index: 5; pointer-events: none; }
.ring-sec::before { top: 0; background: linear-gradient(#F5EFE9, rgba(245,239,233,0)); }
.ring-sec::after { bottom: 0; background: linear-gradient(rgba(245,239,233,0), #F5EFE9); }
body.lm-dark .ring-sec::before { background: linear-gradient(#1C1815, rgba(28,24,21,0)); }
body.lm-dark .ring-sec::after { background: linear-gradient(rgba(28,24,21,0), #1C1815); }

.ring-intro { position: relative; z-index: 4; text-align: center; padding: 0 20px; }
.ring-eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--c-orange); margin: 0 0 16px; }
.ring-title { font-family: var(--font-heading); font-weight: 400; font-size: clamp(38px,6.4vw,96px); line-height: 1.02; margin: 0; color: var(--c-ink); transition: font-size 1.1s cubic-bezier(0.16,1,0.3,1); }
body.lm-dark .ring-title { color: #F0E8E0; }
.ring-intro .w { display: inline-block; opacity: 0; transform: translateY(0.55em) rotate(2deg); filter: blur(10px); }
.ring-sec.is-started .ring-intro .w { animation: ringWord 1.05s cubic-bezier(0.16,1,0.3,1) forwards; }
.ring-sec.is-started .ring-eyebrow .w:nth-child(1) { animation-delay: 0.05s; } .ring-sec.is-started .ring-eyebrow .w:nth-child(2) { animation-delay: 0.12s; }
.ring-sec.is-started .ring-eyebrow .w:nth-child(3) { animation-delay: 0.19s; } .ring-sec.is-started .ring-eyebrow .w:nth-child(4) { animation-delay: 0.26s; }
.ring-sec.is-started .ring-title .w:nth-child(1) { animation-delay: 0.32s; } .ring-sec.is-started .ring-title .w:nth-child(2) { animation-delay: 0.46s; } .ring-sec.is-started .ring-title .w:nth-child(3) { animation-delay: 0.6s; }
@keyframes ringWord { to { opacity: 1; transform: none; filter: blur(0); } }
.ring-sec.is-live .ring-title { font-size: clamp(24px,3vw,44px); }

.ring-stage { position: relative; z-index: 2; width: 100%; height: clamp(560px, 84vh, 920px); margin-top: clamp(6px,1.5vh,18px); }
.ring-canvas { position: absolute; inset: 0; cursor: grab; opacity: 0; transform: scale(0.94) translateY(30px); transition: opacity 1.6s ease 0.7s, transform 2.2s cubic-bezier(0.16,1,0.3,1) 0.7s; touch-action: pan-y; will-change: transform, opacity; }
.ring-canvas:active { cursor: grabbing; }
.ring-canvas canvas { display: block; width: 100% !important; height: 100% !important; }
.ring-sec.is-started .ring-canvas { opacity: 1; transform: none; }

.ring-caption { position: absolute; left: clamp(20px,6vw,110px); bottom: clamp(28px,6vh,64px); z-index: 4; max-width: min(360px, 28vw); opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease 2s, transform 0.9s cubic-bezier(0.16,1,0.3,1) 2s; pointer-events: none; }
.ring-sec.is-live .ring-caption { opacity: 1; transform: none; }
.ring-caption > * { pointer-events: auto; }
.ring-kicker { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.3em; color: var(--c-orange); margin: 0 0 12px; }
.ring-kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-orange); box-shadow: 0 0 14px rgba(252,106,11,0.8); animation: lmPulse 2s ease-in-out infinite; }
.ring-name { font-family: var(--font-heading); font-weight: 500; font-size: clamp(24px,3vw,48px); line-height: 1.02; text-wrap: balance; letter-spacing: -0.01em; margin: 0; color: var(--c-ink); text-shadow: 0 2px 30px rgba(245,239,233,0.9); }
.ring-role { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--c-warm); margin: 14px 0 22px; }
body.lm-dark .ring-name { color: #F0E8E0; text-shadow: 0 2px 30px rgba(28,24,21,0.9); }
body.lm-dark .ring-role { color: #B2A69B; }
.ring-sec.is-swap .ring-name, .ring-sec.is-swap .ring-role { animation: ringSwap 0.7s cubic-bezier(0.16,1,0.3,1); }
@keyframes ringSwap { from { opacity: 0; transform: translateY(14px); filter: blur(6px); } to { opacity: 1; transform: none; filter: blur(0); } }
.ring-mute { padding: 13px 24px; font-size: 10px; }

.ring-nav { position: absolute; right: clamp(20px,5vw,80px); top: 50%; transform: translateY(-50%); z-index: 4; display: flex; flex-direction: column; gap: 14px; opacity: 0; transition: opacity 0.8s ease 2.2s; }
.ring-sec.is-live .ring-nav { opacity: 1; }
.ring-arrow { width: 56px; height: 56px; border-radius: 50%; border: 1.5px solid rgba(252,106,11,0.7); background: rgba(245,239,233,0.55); backdrop-filter: blur(10px); color: var(--c-ink); font-size: 11px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), background 0.3s ease, color 0.3s ease; }
.ring-arrow:hover { transform: scale(1.1); background: var(--c-orange); color: #FAF7F2; }
body.lm-dark .ring-arrow { background: rgba(28,24,21,0.55); color: #F0E8E0; }

.ring-thumbs-wrap { position: absolute; right: clamp(20px,5vw,80px); bottom: clamp(28px,6vh,64px); z-index: 4; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; opacity: 0; transition: opacity 0.8s ease 2.4s; }
.ring-sec.is-live .ring-thumbs-wrap { opacity: 1; }
.ring-thumbs-label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--c-muted); }
.ring-thumbs { display: flex; gap: 8px; }
.ring-thumb { width: 38px; height: 66px; border-radius: 8px; overflow: hidden; border: 1.5px solid rgba(21,17,12,0.18); background: #2A241F; padding: 0; cursor: pointer; opacity: 0.6; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.3s ease, border-color 0.3s ease; }
.ring-thumb canvas { display: block; width: 100%; height: 100%; object-fit: cover; }
.ring-thumb:hover { opacity: 1; transform: translateY(-3px); }
.ring-thumb.is-on { opacity: 1; border-color: var(--c-orange); transform: translateY(-5px) scale(1.06); box-shadow: 0 10px 24px rgba(252,106,11,0.35); }
body.lm-dark .ring-thumb { border-color: rgba(240,232,224,0.22); }
.ring-sec.is-fallback .ring-stage { display: none; }
@media (max-width: 720px) {
  .ring-stage { height: clamp(560px, 82vh, 760px); }
  .ring-thumbs-wrap { right: 14px; bottom: 96px; }
  .ring-thumb { width: 28px; height: 50px; }
  .ring-caption { left: 18px; right: 18px; bottom: 18px; max-width: none; }
  .ring-name { font-size: clamp(26px,8vw,36px); }
}

.ring-vhost { position: absolute; left: 0; bottom: 0; width: 2px; height: 2px; overflow: hidden; opacity: 0.01; pointer-events: none; z-index: 0; }
.ring-vhost video { width: 2px; height: 2px; }

/* Hero-Kicker-Subzeile im dunklen Glas hell */
body.lm-dark .hero-panel .kicker .sub, body.lm-dark .hero-panel .kicker { color: #F0E8E0; }
body.lm-dark .svc-hero .svc-label, body.lm-dark .svc-hero .svc-meta { color: #F0E8E0; }


/* Ring — Höhe an den Viewport binden */
.ring-sec { display: flex; flex-direction: column; padding-bottom: clamp(24px,4vh,44px); }
.ring-stage { height: min(84vh, calc(100svh - 300px)) !important; min-height: 360px; flex: 0 0 auto; }


/* ==================================================================
   RESPONSIVE — Handy, Tablet, Ultrawide (gemeinsame Ebene)
   ================================================================== */

/* --- Ultrawide: Inhalt zentriert statt gestreckt --- */
@media (min-width: 2200px) { :root { --lm-max: 1720px; } }
@media (min-width: 2600px) { :root { --lm-max: 1840px; } }

/* --- Mobile Navigation (Burger) --- */
.nav-burger { display: none; width: 44px; height: 44px; border: 1px solid rgba(21,17,12,0.22); border-radius: 999px; background: transparent; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 4px; padding: 0; flex: 0 0 auto; }
.nav-burger span { display: block; width: 16px; height: 1.5px; background: var(--c-ink); transition: transform 0.3s ease, opacity 0.25s ease; }
body.lm-dark .nav-burger { border-color: rgba(240,232,224,0.28); }
body.lm-dark .nav-burger span { background: #F0E8E0; }
body.nav-open .nav-burger span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
body.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
body.nav-open .nav-burger span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.nav-sheet { position: fixed; inset: 0; z-index: 180; background: rgba(245,239,233,0.97); backdrop-filter: blur(20px); display: flex; flex-direction: column; padding: 88px clamp(20px,6vw,40px) 32px; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.16,1,0.3,1), visibility 0.35s; }
body.lm-dark .nav-sheet { background: rgba(24,21,18,0.97); }
body.nav-open .nav-sheet { opacity: 1; visibility: visible; transform: none; }
body.nav-open { overflow: hidden; }
.nav-sheet a { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 56px; padding: 12px 4px; border-bottom: 1px solid rgba(21,17,12,0.12); font-family: var(--font-heading); font-weight: 500; font-size: clamp(19px,5vw,26px); color: var(--c-ink); text-decoration: none; }
body.lm-dark .nav-sheet a { color: #F0E8E0; border-color: rgba(240,232,224,0.14); }
.nav-sheet a .n { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--c-orange); }
.nav-sheet a.sub { font-size: clamp(15px,4vw,18px); padding-left: 18px; min-height: 50px; opacity: 0.88; }
.nav-sheet .sheet-cta { margin-top: 26px; }
.nav-sheet .sheet-cta a { justify-content: center; border: 0; background: var(--c-orange); color: #FAF7F2; border-radius: 999px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; min-height: 56px; }
.nav-sheet .sheet-meta { margin-top: auto; padding-top: 28px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--c-muted); }
@media (max-width: 900px) { .nav-burger { display: flex; } }
@media (min-width: 901px) { .nav-sheet { display: none; } }

/* --- Header kompakt --- */
@media (max-width: 900px) {
  .site-header .inner { gap: 10px; padding-left: clamp(14px,4vw,20px); padding-right: clamp(14px,4vw,20px); }
  .site-header .brand span { font-size: 13px; }
  .header-right { gap: 8px; }
  .header-cta { display: none; }
  .lang-switch { transform: scale(0.92); }
}
@media (max-width: 420px) { .site-header .brand span { display: none; } }

/* --- Kompetenzwelten-Fächer: auf Mobil gestapelte Karten statt geschrumpfter Fächer --- */
@media (max-width: 860px) {
  .fan-scale { height: auto !important; overflow: visible; }
  .fan { position: static !important; width: 100% !important; height: auto !important; transform: none !important;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
  .fan-card { position: static !important; width: 100% !important; height: auto !important; min-height: 420px;
    margin: 0 !important; transform: none !important; z-index: auto !important; }
  .fan-card .flip { position: relative; inset: auto; min-height: 420px; }
  .fan-face { position: absolute; inset: 0; }
  .fan-card.is-open { z-index: 5 !important; }
}
@media (max-width: 520px) {
  .fan { grid-template-columns: 1fr; }
  .fan-card, .fan-card .flip { min-height: 400px; }
}

/* --- Kompetenz-Matrix (Würfel): auf Mobil umbrechendes Raster in Originalgröße --- */
@media (max-width: 900px) {
  .cubes-scale { height: auto !important; overflow: visible; }
  .cubes { transform: none !important; grid-template-columns: repeat(4, 76px); gap: 22px; justify-content: center; }
  .cube-slot, .cube { width: 76px; height: 76px; }
  .cube .f-b { transform: rotateY(180deg) translateZ(38px); }
  .cube .f-r { transform: rotateY(90deg) translateZ(38px); }
  .cube .f-l { transform: rotateY(-90deg) translateZ(38px); }
  .cube .f-t { transform: rotateX(90deg) translateZ(38px); }
  .cube .f-bo { transform: rotateX(-90deg) translateZ(38px); }
  .cube .f-f { transform: translateZ(38px); }
  .cube .f-f > img.logo-img { width: 36px; }
  .cube-shadow { bottom: -18px; height: 14px; }
}
@media (max-width: 520px) {
  .cubes { grid-template-columns: repeat(3, 68px); gap: 18px; }
  .cube-slot, .cube { width: 68px; height: 68px; }
  .cube .f-b { transform: rotateY(180deg) translateZ(34px); }
  .cube .f-r { transform: rotateY(90deg) translateZ(34px); }
  .cube .f-l { transform: rotateY(-90deg) translateZ(34px); }
  .cube .f-t { transform: rotateX(90deg) translateZ(34px); }
  .cube .f-bo { transform: rotateX(-90deg) translateZ(34px); }
  .cube .f-f { transform: translateZ(34px); }
  .cube .f-f > img.logo-img { width: 32px; }
}

/* --- Hero --- */
@media (max-width: 900px) {
  .hero, .svc-hero, .about-hero { min-height: 92svh; }
  .hero-panel, .svc-hero-panel { width: 100% !important; max-width: none; padding: clamp(22px,5vw,32px); }
  .hero-foot { font-size: 8.5px; letter-spacing: 0.2em; }
  .hero-foot.right { display: none; }
  .about-hero-inner { gap: 24px; }
}
@media (max-width: 600px) {
  .hero-panel h1, .svc-hero h1 { font-size: clamp(26px,8vw,38px); }
  .hero-services { display: none; }
}

/* --- Referenz-Ring auf kleinen Geräten --- */
@media (max-width: 900px) {
  .ring-stage { height: min(74vh, calc(100svh - 300px)) !important; min-height: 320px; }
  .ring-arrow { width: 46px; height: 46px; }
  .ring-thumbs-wrap { display: none; }
}

/* --- Raster & Karten: nie schmaler als lesbar, nie überlaufend --- */
@media (max-width: 900px) {
  .svc-grid, .insights-grid, .xlinks, .works, .team-grid, .stance, .dash, .frag-grid, .mech { grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)) !important; }
  .depth-cards { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
  .two-col, .diag { gap: 26px; }
  .svc-row, .svc-row:nth-child(even) { flex-direction: column; }
  .svc-rows { gap: 34px; }
  .tl-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .levels .row { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 24px; }
  .arch, .universe { width: 100%; }
  .fcase .fbody, .fcase .fgallery { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
  .hm .col { flex: 1 1 100%; }
  .hm .col.system { border-left: 0; border-top: 2px solid var(--c-orange); }
}
@media (max-width: 560px) {
  .svc-grid, .insights-grid, .xlinks, .works, .team-grid, .stance, .dash, .frag-grid, .mech, .depth-cards { grid-template-columns: 1fr !important; }
  .metrics-grid { grid-template-columns: 1fr !important; }
  .tl-track { grid-template-columns: 1fr; }
  .levels .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --- Typografie-Untergrenzen + Umbruchschutz --- */
@media (max-width: 900px) {
  .h-display, .h-xl, .h-lg { overflow-wrap: break-word; }
  .metric-card .value { white-space: normal; }
  .eyebrow { letter-spacing: 0.2em; }
  .chips { gap: 8px; }
  .chip { font-size: 10.5px; padding: 8px 13px; }
}

/* --- Berührziele mindestens 44px --- */
@media (pointer: coarse) {
  .btn-primary, .btn-ghost, .header-cta, .bm-tab, .filter-chip, .mech-tile, .ring-arrow, .ring-mute, .lang-switch button, .dark-toggle { min-height: 44px; }
  .lang-switch button { min-width: 44px; }
  .faq summary { min-height: 56px; }
}

/* --- Formulare --- */
@media (max-width: 700px) {
  .svc-form, .kontakt-form-box form { grid-template-columns: 1fr !important; }
  .svc-form .field.full, .svc-form .field { grid-column: 1 / -1; }
  .form-inner { gap: 22px; }
  input, select, textarea { font-size: 16px !important; }
}

/* --- Sektionsabstände auf Mobil straffen --- */
@media (max-width: 700px) {
  .section, .testi-sec, .form-sec, .insights-section, .system-section { padding-top: clamp(56px,9vh,80px); padding-bottom: clamp(56px,9vh,80px); }
  .final-cta { padding-top: clamp(70px,11vh,110px); padding-bottom: clamp(70px,11vh,110px); }
  .legal-main { padding-top: clamp(110px,16vh,150px); }
}

/* --- Content-Wall / Bildtunnel --- */
@media (max-width: 860px) {
  .tt-stage { height: clamp(360px, 52vh, 520px); }
  .tiles-sec .tt-copy { position: static; margin: 24px auto 0; width: 100%; }
}

/* --- Kein horizontaler Überlauf --- */
html, body { overflow-x: clip; max-width: 100%; }
img, video, svg, canvas { max-width: 100%; }

/* Hero-Leistungsauswahl bleibt auf Mobil erhalten — als antippbare Liste */
@media (max-width: 600px) {
  .hero-services { display: flex !important; flex-direction: column; gap: 0; margin-top: 20px; }
  .hero-service { min-height: 52px; padding: 12px 4px; font-size: 14px; }
  .hero-service .num { font-size: 9.5px; }
  .hero-service .title { font-size: 14px; }
  .hero-service .arrow { opacity: 1 !important; transform: none !important; color: var(--c-orange); }
}

/* Ring — Caption und Navigation als Geschwister unter der Bühne (Flow, nicht absolut) */
.ring-sec > .ring-caption {
  max-width: var(--lm-max); width: 100%; margin: clamp(14px,2vh,22px) auto 0; padding: 0 var(--lm-pad);
  display: flex; align-items: center; gap: clamp(12px,2vw,26px); flex-wrap: wrap; text-align: left;
  position: relative; z-index: 4; left: auto; right: auto; bottom: auto; }
.ring-sec > .ring-caption .ring-kicker { margin: 0; order: 1; flex: 0 0 auto; }
.ring-sec > .ring-caption .ring-name { margin: 0; order: 2; font-size: clamp(19px,2vw,30px); line-height: 1.1; }
.ring-sec > .ring-caption .ring-role { margin: 0; order: 3; flex: 1 1 auto; }
.ring-sec > .ring-caption .ring-mute { order: 4; margin: 0; flex: 0 0 auto; }
.ring-sec > .ring-nav {
  max-width: var(--lm-max); width: 100%; margin: clamp(12px,1.6vh,18px) auto 0; padding: 0 var(--lm-pad);
  display: flex; justify-content: flex-end; gap: 12px; flex-direction: row;
  position: relative; z-index: 4; top: auto; right: auto; bottom: auto; transform: none; }
@media (max-width: 620px) {
  .ring-sec > .ring-caption { justify-content: center; text-align: center; }
  .ring-sec > .ring-caption .ring-role { flex: 1 1 100%; }
  .ring-sec > .ring-caption .ring-mute { flex: 1 1 100%; }
  .ring-sec > .ring-nav { justify-content: center; }
}

/* Ring — kurze Viewports (13-Zoll, Landscape): Bühne und Intro zusammenziehen */
@media (max-height: 760px) {
  .ring-sec { min-height: 0; padding-top: clamp(34px,5vh,60px); }
  .ring-sec .ring-eyebrow { margin-bottom: 8px; }
  .ring-sec .ring-title { font-size: clamp(22px,3.4vw,38px); }
  .ring-sec.is-live .ring-title { font-size: clamp(19px,2.4vw,30px); }
  .ring-stage { height: min(60vh, calc(100svh - 250px)) !important; min-height: 240px; }
  .ring-sec > .ring-caption { margin-top: 10px; }
  .ring-sec > .ring-nav { margin-top: 8px; }
}
@media (max-height: 560px) {
  .ring-sec .ring-title, .ring-sec.is-live .ring-title { font-size: clamp(17px,2vw,24px); }
  .ring-stage { height: max(190px, calc(100svh - 215px)) !important; min-height: 0; }
  .ring-sec > .ring-caption .ring-name { font-size: 17px; }
}

/* Ring — Caption/Nav: klare Trennung, keine Kollision mit dem Ton-Button */
.ring-sec > .ring-nav { margin-top: clamp(14px,2vh,22px); }
@media (max-height: 760px) { .ring-sec > .ring-nav { margin-top: 12px; } }

/* Ring — Bedienleiste: Angaben links, Ton und Pfeile rechts, eine Zeile, keine Überlappung */
.ring-sec > .ring-bar {
  max-width: var(--lm-max); width: 100%; margin: clamp(14px,2vh,22px) auto 0; padding: 0 var(--lm-pad);
  position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between;
  gap: clamp(14px,2vw,28px); flex-wrap: wrap; }
.ring-bar .ring-caption { position: static; left: auto; right: auto; bottom: auto; max-width: none; width: auto;
  margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(10px,1.6vw,22px); flex: 1 1 320px; flex-wrap: wrap; text-align: left; }
.ring-bar .ring-caption .ring-kicker { margin: 0; flex: 0 0 auto; }
.ring-bar .ring-caption .ring-name { margin: 0; font-size: clamp(18px,1.9vw,28px); line-height: 1.1; }
.ring-bar .ring-caption .ring-role { margin: 0; flex: 0 1 auto; }
.ring-bar .ring-nav { position: static; top: auto; right: auto; bottom: auto; transform: none;
  max-width: none; width: auto; margin: 0; padding: 0; display: flex; flex-direction: row; align-items: center;
  gap: 10px; flex: 0 0 auto; }
.ring-bar .ring-mute { margin: 0; flex: 0 0 auto; order: -1; }
@media (max-width: 620px) {
  .ring-sec > .ring-bar { justify-content: center; }
  .ring-bar .ring-caption { justify-content: center; text-align: center; flex: 1 1 100%; }
  .ring-bar .ring-nav { justify-content: center; }
}

/* Ring — Kicker ohne Leuchtpunkt */
.ring-caption .ring-kicker .dot { display: none !important; }

/* Ring — Titel liegt über der Bühne, Video läuft dahinter durch */
.ring-sec { position: relative; }
.ring-sec > .ring-intro { position: absolute; left: 0; right: 0; top: clamp(70px,9vh,110px); z-index: 5; pointer-events: none; }
.ring-sec > .ring-stage { margin-top: 0 !important; height: min(96vh, calc(100svh - 210px)) !important; }
@media (max-height: 760px) { .ring-sec > .ring-stage { height: min(88vh, calc(100svh - 180px)) !important; } }
@media (max-height: 560px) { .ring-sec > .ring-stage { height: max(220px, calc(100svh - 150px)) !important; } }

/* Ring — Vollbild-Sektion, Bühne zwischen Titel und Caption eingespannt */
.ring-sec { position: relative; min-height: 100svh; height: 100svh; display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto; align-items: stretch;
  padding-top: clamp(84px,11vh,130px); padding-bottom: clamp(20px,3vh,36px); overflow: hidden; }
.ring-sec > .ring-intro { position: static !important; top: auto !important; z-index: 5; pointer-events: none; margin-bottom: clamp(10px,1.6vh,20px); }
.ring-sec > .ring-stage { position: relative; height: auto !important; min-height: 0 !important; margin: 0 !important; }
.ring-sec > .ring-canvas, .ring-stage > .ring-canvas { position: absolute; inset: 0; height: 100% !important; margin: 0 !important; }
.ring-sec > .ring-caption { margin-top: clamp(10px,1.6vh,20px) !important; }
@media (max-width: 620px) { .ring-sec { height: auto; min-height: 100svh; } .ring-sec > .ring-stage { min-height: 46svh !important; } }

/* Ring — feste Mindestabstände zwischen Titel, Bühne und Caption */
.ring-sec { row-gap: clamp(22px, 3vh, 40px); }
.ring-sec > .ring-intro { margin-bottom: 0 !important; }
.ring-sec > .ring-caption { margin-top: 0 !important; }

/* Ring — Titel und Caption kompakt halten, Bühne bekommt den Rest */
.ring-sec { row-gap: clamp(16px, 2.2vh, 30px); padding-top: clamp(78px,10vh,120px); }
.ring-sec > .ring-intro .ring-eyebrow { margin-bottom: clamp(6px,1vh,12px); }
.ring-sec > .ring-intro .ring-title { font-size: clamp(26px, 4vw, 62px); line-height: 1.02; }
.ring-sec.is-live > .ring-intro .ring-title { font-size: clamp(22px, 2.8vw, 42px); }
@media (max-height: 820px) { .ring-sec.is-live > .ring-intro .ring-title { font-size: clamp(20px, 2.4vw, 32px); } }

/* Ring — Bühne über die ganze Sektionshöhe, Titel und Caption liegen darüber */
.ring-sec { row-gap: clamp(16px, 2.2vh, 28px); }
.ring-sec > .ring-intro { position: relative; z-index: 6; pointer-events: none; }

.ring-sec > .ring-stage { position: static !important; }
.ring-sec .ring-canvas { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; z-index: 2; }
.ring-sec > .ring-nav, .ring-stage > .ring-nav { z-index: 7; }

/* Ring — Bühne füllt die Sektion, Titel und Steuerleiste liegen darüber */
.ring-sec > .ring-bar { position: relative; z-index: 6; }
.ring-sec > .ring-stage { position: static !important; height: auto !important; min-height: 0 !important; margin: 0 !important; }
.ring-sec .ring-canvas { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; z-index: 2; }
.ring-sec .ring-caption, .ring-sec .ring-nav { position: relative !important; }/* Zahlen & Fakten: gleiche Behandlung für Kopf und Karten */
.metric-card .label { color: #3A3128; }
body.lm-dark .metric-card .label { color: #E4DCD2; }/* Header: eine Schriftfamilie je Modus */
.site-header .brand span, .site-header .wp-gen-menu > li > a, .site-header .header-cta,
.site-header .dark-toggle, .site-header .lang-btn { color: var(--c-ink); }
.site-header .header-cta { border-color: rgba(21, 17, 12, 0.4); }
body.lm-dark .site-header .brand span, body.lm-dark .site-header .wp-gen-menu > li > a,
body.lm-dark .site-header .header-cta, body.lm-dark .site-header .dark-toggle,
body.lm-dark .site-header .lang-btn { color: #F4EDE5; }
body.lm-dark .site-header .header-cta { border-color: rgba(244, 237, 229, 0.45); }
.site-header .lang-btn.is-active, body.lm-dark .site-header .lang-btn.is-active { color: var(--c-orange); }

/* Insights: maximal 4 Spalten, egal wie breit */
.insights-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important; }
@media (min-width: 1180px) { .insights-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } }

/* Kontaktkacheln exakt gleich breit und bündig */
.kontakt-headbox, .kontakt-form-box { width: 100%; max-width: var(--lm-max); margin-left: auto; margin-right: auto; transform: none !important; }

/* Kompetenz-Matrix: Lag vermeiden — Übergänge nur während der Interaktion */
#lm-cubes.is-pre .cube, #lm-cubes.is-arranged .cube { will-change: transform, opacity; }
#lm-cubes.intro-done .cube { will-change: auto; }
/* Klick-Welle */
#lm-cubes .cube.is-hot .f-f { background: var(--c-orange) !important; }
#lm-cubes .cube.is-hot .f-f span, #lm-cubes .cube.is-hot .f-f .label { color: #FAF7F2 !important; }
#lm-cubes .cube.is-hot .f-f img { filter: brightness(0) invert(1) !important; }
/* Matrix-Logo im Dark Mode schwarz statt invertiert */
body.lm-dark #lm-cubes img, body.lm-dark #lm-cubes .cube img { filter: none !important; }

/* Ring: Rondell 20 % tiefer, Name zentriert */
.ring-sec > .ring-stage { padding-top: 20%; }
.ring-sec .ring-caption { text-align: center; left: 0 !important; right: 0 !important; align-items: center; }
.ring-sec .ring-caption .ring-name, .ring-sec .ring-caption .ring-role { text-align: center; }
.ring-sec .ring-nav { display: flex; justify-content: space-between; align-items: center; left: 0 !important; right: 0 !important; width: 100%; pointer-events: none; }
.ring-sec .ring-nav > button { pointer-events: auto; }
@media (max-height: 800px) { .ring-sec > .ring-stage { padding-top: 12%; } }.hero-panel .hero-service .num, .hero-panel .hero-service .arrow { color: var(--c-orange); }

/* Logo-Leiste im Hero: volle Höhe füllen, ohne Glas-Tönung */
.hero .logo-rail, .svc-hero .logo-rail { position: absolute; top: 50%; transform: translateY(-50%); height: min(60vh, 520px); }
.logo-rail .track { min-height: 200%; justify-content: flex-start; }body.lm-dark .logo-rail .fade-top { background: linear-gradient(rgba(28,24,21,0.85), rgba(28,24,21,0)); }
body.lm-dark .logo-rail .fade-bottom { background: linear-gradient(rgba(28,24,21,0), rgba(28,24,21,0.85)); }

/* Kompetenz-Matrix: Hinweis unter den Würfeln sichtbar */
#lm-cubes-scale + .mono-hint { display: block; position: relative; z-index: 2; margin-top: clamp(24px,4vh,40px) !important; }

/* Experience-Bild: natürlicher Ausschnitt, kein Zoom */
.xp-depth { aspect-ratio: 0.72; }
.xp-depth .dc-img { transform: none !important; background-size: cover; background-position: 50% 18%; filter: none; }
.xp-depth .dc-body { background: linear-gradient(rgba(21,17,12,0) 55%, rgba(21,17,12,0.7)); }

/* Referenzen: Steuerleiste rechts unten, Buttons nebeneinander */
.ring-sec > .ring-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.ring-bar .ring-caption { flex: 1 1 auto; display: flex; align-items: center; gap: clamp(10px,1.6vw,22px); flex-wrap: wrap; }
.ring-bar .ring-controls { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; margin-left: auto; }
.ring-bar .ring-controls .ring-mute { order: 0; margin: 0; }
.ring-bar .ring-controls .ring-nav { position: static; transform: none; display: flex; flex-direction: row; gap: 10px; margin: 0; }
.ring-bar .ring-controls .ring-arrow { width: 46px; height: 46px; }

/* Footer-Globus: kein Beschnitt */
.footer-globe .fg-stage { overflow: visible; }
.footer-globe .fg-stage canvas { overflow: visible; }.logo-rail .fade-top, .logo-rail .fade-bottom { height: 70px; z-index: 4; }
.logo-rail .fade-top { background: linear-gradient(rgba(245,239,233,0.9), rgba(245,239,233,0)); }
.logo-rail .fade-bottom { background: linear-gradient(rgba(245,239,233,0), rgba(245,239,233,0.9)); }
body.lm-dark .logo-rail .fade-top { background: linear-gradient(rgba(20,17,14,0.92), rgba(20,17,14,0)); }
body.lm-dark .logo-rail .fade-bottom { background: linear-gradient(rgba(20,17,14,0), rgba(20,17,14,0.92)); }
.logo-rail .track { position: relative; z-index: 3; min-height: 0; padding: 24px 0; }/* Würfel mit Bild: Bild bleibt, orangene Tönung darüber */
#lm-cubes .cube .f-f { overflow: hidden; }
#lm-cubes .cube.is-hot .f-f::after, #lm-cubes .cube:hover .f-f::after { background: rgba(252, 106, 11, 0.55); }
#lm-cubes .cube.is-hot .f-f img, #lm-cubes .cube:hover .f-f img { filter: none !important; opacity: 1 !important; }
#lm-cubes .cube.is-hot .f-f:has(img), #lm-cubes .cube:hover .f-f:has(img) { background: #F5EFE9 !important; }

/* Experience: Chroma-Karte formatfüllend */
.xp-chroma { position: relative; width: 100%; aspect-ratio: 0.72; border-radius: 26px; overflow: hidden; cursor: crosshair; background: transparent; }
.xp-chroma canvas { position: absolute; inset: 0; }
.xp-chroma .xp-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; transition: opacity 0.6s ease; }
.xp-chroma.is-live .xp-fallback { opacity: 0; }
.xp-label { position: absolute; left: clamp(18px,2vw,26px); right: clamp(18px,2vw,26px); bottom: clamp(18px,2vw,26px); z-index: 3; pointer-events: none; display: flex; flex-direction: column; gap: 8px; }
.xp-label .xl-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--c-orange); }
.xp-label .xl-title { font-family: var(--font-heading); font-weight: 500; font-size: clamp(15px,1.3vw,19px); color: #FBF8F4; text-shadow: 0 1px 12px rgba(0,0,0,0.5); }
.xp-chroma::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 42%; z-index: 2; pointer-events: none; background: linear-gradient(rgba(21,17,12,0), rgba(21,17,12,0.62)); border-radius: inherit; }/* Matrix + Referenzen: Titel in Sektionsgröße */
#matrix h2.h-display { font-size: clamp(32px, 3.85vw, 56px) !important; }
.ring-sec .ring-title, .ring-sec.is-live .ring-title { font-size: clamp(32px, 3.85vw, 56px) !important; line-height: 1.06; }
@media (max-height: 820px) { .ring-sec.is-live > .ring-intro .ring-title { font-size: clamp(28px, 3.2vw, 44px) !important; } }
/* Referenzen: Abstand nach unten + Fade zur nächsten Sektion */
.ring-sec { padding-bottom: clamp(90px, 12vh, 150px) !important; }
.ring-sec::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: clamp(120px, 18vh, 220px); z-index: 4; pointer-events: none; background: linear-gradient(rgba(245,239,233,0), #F5EFE9); }
body.lm-dark .ring-sec::after { background: linear-gradient(rgba(28,24,21,0), #1C1815); }.ring-sec { padding-bottom: clamp(70px, 10vh, 130px) !important; row-gap: clamp(20px, 3vh, 40px); }
.ring-sec > .ring-bar { order: 3; margin-top: clamp(14px, 2.4vh, 34px) !important; }
.ring-sec > .ring-stage { order: 2; }
.ring-sec > .ring-intro { order: 1; }
.ring-sec .ring-caption { text-align: center; align-items: center; }.site-header .sub-menu { z-index: 60; }.lg:not(.lg-header) { position: relative; isolation: isolate; box-shadow: 0 30px 80px rgba(0,0,0,0.22) !important; }
.lg-header { isolation: auto; box-shadow: 0 1px 0 rgba(255,255,255,0.08) !important; }/* Text auf Glas */
.lg, .lg h1, .lg h2, .lg h3, .lg p, .lg span, .lg li, .lg label, .lg a { color: #F4EDE5; }
.lg .accent-shine, .lg .eyebrow, .lg .kicker, .lg .num, .lg .rl, .lg .suffix, .lg .sub-num { color: var(--c-orange); }
.lg .btn-primary, .lg .btn-primary span { color: #FAF7F2; }
.lg .site-header, .lg-header .sub-menu { color: inherit; }

/* ==================== GlassSurface (React Bits — Original-CSS) ==================== */
.glass-surface { position: relative; overflow: hidden; transition: opacity 0.26s ease-out; }
.glass-surface__filter { position: absolute; width: 100%; height: 100%; pointer-events: none; z-index: -1; }
.glass-surface__content { position: relative; z-index: 1; width: 100%; height: 100%; border-radius: inherit; }
.glass-surface--svg {
  color-scheme: dark;
  background: light-dark(hsl(0 0% 100% / var(--glass-frost, 0)), hsl(0 0% 0% / var(--glass-frost, 0)));
  backdrop-filter: var(--filter-id) saturate(var(--glass-saturation, 1));
  -webkit-backdrop-filter: var(--filter-id) saturate(var(--glass-saturation, 1));
  box-shadow:
    0 0 2px 1px light-dark(color-mix(in oklch, black, transparent 85%), color-mix(in oklch, white, transparent 65%)) inset,
    0 0 10px 4px light-dark(color-mix(in oklch, black, transparent 90%), color-mix(in oklch, white, transparent 85%)) inset,
    0px 4px 16px rgba(17, 17, 26, 0.05), 0px 8px 24px rgba(17, 17, 26, 0.05), 0px 16px 56px rgba(17, 17, 26, 0.05),
    0px 4px 16px rgba(17, 17, 26, 0.05) inset, 0px 8px 24px rgba(17, 17, 26, 0.05) inset, 0px 16px 56px rgba(17, 17, 26, 0.05) inset;
}
body:not(.lm-dark) .glass-surface--svg { color-scheme: light; }
.glass-surface--fallback { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px) saturate(1.8) brightness(1.2); -webkit-backdrop-filter: blur(12px) saturate(1.8) brightness(1.2); border: 1px solid rgba(255,255,255,0.2); }
body.lm-dark .glass-surface--fallback { background: rgba(0, 0, 0, 0.25); border-color: rgba(255,255,255,0.1); }
/* Header: Glas ohne Rundung, Dropdown darf herausragen */
.site-header.glass-surface { overflow: visible; }
.site-header.glass-surface .glass-surface__content { height: auto; }

/* ==================== Feinschliff nach Glas-Reset ==================== */
/* 1) Tönung: 40 % Schwarz in beiden Modi (Effekt unverändert, nur Frost) */
.glass-surface--svg { --glass-frost: 0.4; color-scheme: dark !important; }
/* Header: fixed bleibt fixed, transparenter für den Effekt */
.site-header.glass-surface { position: fixed !important; top: 0; left: 0; right: 0; z-index: 100; --glass-frost: 0.22; background: hsl(0 0% 0% / var(--glass-frost)) !important; border-bottom: 1px solid rgba(255,255,255,0.14); overflow: visible; }
.site-header.glass-surface .glass-surface__filter { z-index: -1; }
.site-header.glass-surface .glass-surface__content { height: auto; }
/* 2) Abschluss: Kopf und Formular auf derselben Kante, Text in der Kachel zentriert */
.kontakt-section > .eyebrow, .kontakt-section > .kontakt-headbox, .kontakt-section > .kontakt-form-box { width: 100%; max-width: var(--lm-max); margin-left: auto !important; margin-right: auto !important; }
/* 4) Referenzen: Bühne bleibt in der Sektion — Höhe an Viewport gebunden, Canvas füllt nur die Bühne */
.ring-sec { height: 100svh; max-height: 1100px; min-height: 620px; }
.ring-sec > .ring-stage { position: relative !important; height: auto !important; min-height: 0 !important; }
.ring-sec .ring-canvas { position: absolute !important; inset: 0 !important; height: 100% !important; width: 100% !important; }
/* 5) Kompetenz-Matrix: Skalierung folgt der Sektionsbreite */
#lm-cubes-scale { width: 100%; max-width: var(--lm-max); margin: 0 auto; }
/* 6) Experience-Bild: flacher, mittig */
.xp-chroma { aspect-ratio: 1.03 !important; max-width: 420px; margin: 0 auto; }
.xp-media { display: flex; align-items: center; justify-content: center; }

/* ==================== Runde 27 ==================== */
/* 1) Tönung: 80 % global, Hero 90 %; weiße Ränder an Glas weg */
.glass-surface--svg { --glass-frost: 0.8; }
.hero-panel.glass-surface--svg, .svc-hero-panel.glass-surface--svg { --glass-frost: 0.9; }
.site-header.glass-surface { --glass-frost: 0.6; }
.glass-surface--svg, .metric-card.glass-surface--svg, .metrics-head.glass-surface--svg, .form-head.glass-surface--svg, .svc-form.glass-surface--svg, .kontakt-headbox.glass-surface--svg, .kontakt-form-box.glass-surface--svg { border: 0 !important; }

/* Logo-Rail: Glas ohne Fades */
.logo-rail .fade-top, .logo-rail .fade-bottom { display: none !important; }
.logo-rail.glass-surface--svg { --glass-frost: 0.8; }
/* 2) Orbit-Zentrum als Glaskachel */
.orbit-center.glass-surface--svg { --glass-frost: 0.8; border-radius: 22px; padding: 18px 22px; }
.orbit-center.glass-surface--svg .glass-surface__content { display: flex; flex-direction: column; align-items: center; gap: 8px; }
/* 3) Experience: Depth-Card, 10 % höher */
.xp-depth { aspect-ratio: 0.9 !important; max-width: 440px; margin: 0 auto; }
/* 4) Unterseiten-Anfrage: Fade oben aus dem Dunklen */
.form-sec::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: clamp(120px, 18vh, 220px); z-index: 1; pointer-events: none; background: linear-gradient(#F5EFE9, rgba(245,239,233,0)); }
body.lm-dark .form-sec::before { background: linear-gradient(#1C1815, rgba(28,24,21,0)); }
.form-sec .svc-form.glass-surface--svg, .form-sec .form-head.glass-surface--svg { border: 0 !important; background-color: transparent; }
/* 5) Referenzen: Bühne füllt die Sektion zentriert, Bar unten mit Pfeilen neben dem Menü */
.ring-sec > .ring-stage { position: absolute !important; inset: 0 !important; height: auto !important; }
.ring-sec .ring-canvas { position: absolute !important; inset: 0 !important; }
.ring-sec > .ring-intro, .ring-sec > .ring-bar { position: relative; z-index: 6; }
.ring-sec { display: flex !important; flex-direction: column; justify-content: space-between; }
.ring-controls { display: flex; align-items: center; gap: 12px; }
.ring-nav { display: flex; gap: 8px; margin: 0; position: static !important; }
.ring-arrow { width: 46px; height: 46px; }
/* 6) Leistungs-Hero: Panel und Rail auf einer Achse vertikal zentriert */
.svc-hero { align-items: center !important; }
.svc-hero-panel { margin-top: 0 !important; margin-bottom: 0 !important; align-self: center; }
.svc-hero .logo-rail { top: 50% !important; transform: translateY(-50%) !important; }
/* 7) Matrix: kleinere Würfel, Zeilenabstand = Spaltenabstand */
#lm-cubes { display: grid !important; grid-template-columns: repeat(7, 84px); gap: 34px 34px; justify-content: center; }
.cube-slot, .cube { width: 84px !important; height: 84px !important; }
.cube .f-b { transform: rotateY(180deg) translateZ(42px) !important; } .cube .f-r { transform: rotateY(90deg) translateZ(42px) !important; }
.cube .f-l { transform: rotateY(-90deg) translateZ(42px) !important; } .cube .f-t { transform: rotateX(90deg) translateZ(42px) !important; }
.cube .f-bo { transform: rotateX(-90deg) translateZ(42px) !important; } .cube .f-f { transform: translateZ(42px) !important; }
/* 8) Startseite Kontakt: Kopf und Formular gleiche Kante und Breite */
.kontakt-section > .eyebrow, .kontakt-section > .kontakt-headbox, .kontakt-section > .kontakt-form-box { display: block; width: 100%; max-width: var(--lm-max); margin-left: auto !important; margin-right: auto !important; box-sizing: border-box; }
.kontakt-section > .kontakt-headbox { display: block !important; }

/* Runde 27 — Nacharbeit */
.cubes, #lm-cubes { grid-template-columns: repeat(7, 84px) !important; gap: 34px !important; }
.ring-bar { padding: 0 !important; }
.ring-bar .ring-controls, .ring-controls { margin-left: auto; flex: 0 0 auto; }
.ring-arrow { width: 44px; height: 44px; flex: 0 0 auto; }
.xp-depth { display: block; width: 100%; max-width: 440px; aspect-ratio: 0.9 !important; }
.xp-depth .dc-img { transform: scale(1.12) !important; }

.ring-bar .ring-nav, .ring-nav { width: auto !important; min-width: 0 !important; padding: 0 !important; }

/* Orbit-Zentrum: absolute Zentrierung gegen .glass-surface { position: relative } behaupten */
.orbit-center.glass-surface { position: absolute !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; width: max-content !important; height: auto !important; margin: 0 !important; }
.orbit-center.glass-surface .glass-surface__content { width: auto; height: auto; }

/* Runde 28 */
.glass-surface--svg { --glass-frost: 0.6; }
.hero-panel.glass-surface--svg, .svc-hero-panel.glass-surface--svg { --glass-frost: 0.6; }
.site-header.glass-surface { --glass-frost: 0.45; }
/* Matrix: Zeilen exakt Würfelhöhe → Zeilenabstand = Spaltenabstand */
.cubes, #lm-cubes { grid-template-rows: repeat(3, 84px) !important; grid-auto-rows: 84px !important; gap: 34px !important; align-content: start; }
.cube-slot { height: 84px !important; }
/* Orbit: Logo-Glas oben, Strahl darunter */
.orbit-center.glass-surface { z-index: 6 !important; overflow: visible !important; }
.orbit-center .orbit-beam { z-index: -1 !important; }
.orbit-center.glass-surface > .orbit-beam { position: absolute; left: 50%; top: 62%; }
/* Referenzen: Canvas exakt auf Viewport-Mitte */
.ring-sec .ring-canvas { left: 50% !important; right: auto !important; width: 100vw !important; max-width: none !important; transform: translateX(-50%) !important; }

/* Ring: Mitte bezogen auf die Sektion (ohne Scrollbar-Versatz) */
.ring-sec .ring-canvas { width: 100% !important; left: 0 !important; transform: none !important; }
.ring-sec { overflow: clip; }

/* Runde 29 */
.metric-card.glass-surface--svg { background: hsl(0 0% 0% / var(--glass-frost, 0.6)) !important; }
.footer-big { max-width: none !important; padding-left: 0 !important; padding-right: 0 !important; }
.site-footer .footer-big > * { max-width: none; }

/* Footer-Schlusszeile: volle Sektionsbreite, aus dem Padding des Containers ausbrechen */
.footer-cols > .footer-big { width: calc(100% + var(--lm-pad) * 2) !important; margin-left: calc(var(--lm-pad) * -1) !important; margin-right: calc(var(--lm-pad) * -1) !important; padding-left: var(--lm-pad) !important; padding-right: var(--lm-pad) !important; max-width: none !important; }


/* Experience Depth-Card (React Bits Pro Depth Card, Vanilla): 10 % größer, Kopf frei, orangener Glow bei Hover */
.xp-depth { aspect-ratio: 0.82 !important; max-width: 484px !important; perspective: 1000px; }
.xp-depth .dc-inner { transition: box-shadow 0.35s ease, transform 0.05s linear; }
.xp-depth .dc-img { background-position: 50% 8% !important; transform: scale(1.3) !important; transition: none; will-change: transform; }
.xp-depth:hover .dc-inner { box-shadow: 0 0 0 1.5px rgba(252,106,11,0.9), 0 0 28px rgba(252,106,11,0.55), 0 0 70px rgba(252,106,11,0.28), 0 24px 48px rgba(0,0,0,0.4) !important; }
.xp-depth .dc-spot { position: absolute; inset: 0; z-index: 3; pointer-events: none; mix-blend-mode: soft-light; filter: blur(2px); opacity: 0; transition: opacity 0.3s ease; border-radius: inherit; }
.xp-depth:hover .dc-spot { opacity: 1; }
.xp-depth .dc-body { z-index: 4; }
.xp-depth .dc-title, .xp-depth .dc-num { transform: translateY(10px); transition: transform 0.5s ease, opacity 0.5s ease; }
.xp-depth:hover .dc-title, .xp-depth:hover .dc-num { transform: none; }

/* Footer-Schlusszeile: volle Breite, Globus in eigener Zeile darunter */
.footer-cols > .footer-big { display: grid !important; grid-template-columns: 1fr !important; grid-auto-flow: row; row-gap: clamp(24px, 4vh, 44px); }
.footer-big > .line, .footer-big > .footer-meta { grid-column: 1 / -1; }
.footer-big > .footer-globe { grid-column: 1 / -1; justify-self: center; }
.footer-big .line { font-size: clamp(36px, 6vw, 110px) !important; line-height: 1.42 !important; text-wrap: balance; }

.footer-cols > .footer-big { grid-template-areas: 'line' 'meta' 'globe' !important; grid-template-columns: minmax(0, 1fr) !important; align-items: start !important; }
.footer-big > .line { grid-area: line !important; } .footer-big > .footer-meta { grid-area: meta !important; } .footer-big > .footer-globe { grid-area: globe !important; }

/* ==================== Runde 32 ==================== */
/* Light-Mode-Umschalter ausblenden */
#lm-dark-toggle { display: none !important; }
/* 02 Lösung: Logo oberhalb des Orbits, Lichtkegel strahlt nach unten auf die Karten */
.orbit-center.glass-surface { top: -12% !important; transform: translate(-50%, -100%) !important; }
.orbit-center .orbit-beam { top: 100% !important; height: clamp(300px, 46vh, 520px) !important; width: clamp(420px, 60vw, 900px) !important; clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%) !important; z-index: -1 !important; opacity: 0.85 !important; }
.orbit-center .orbit-beam.is-pulse { animation-duration: 1.4s !important; }
.orbit-outer { padding-top: clamp(110px, 14vh, 160px); }
/* 05 Experience: Bild ohne dunklen Layer */
.xp-depth .dc-veil, .xp-depth .dc-body::before, .xp-depth .dc-inner::after { display: none !important; background: none !important; }
.xp-depth .dc-body { background: none !important; }
.xp-depth .dc-img { filter: none !important; opacity: 1 !important; }
/* Footer: Zeile links, Globus rechts, Meta unter der Zeile — volle Breite */
.footer-cols > .footer-big { grid-template-columns: minmax(0, 1fr) auto !important; grid-template-areas: 'line globe' 'meta globe' !important; column-gap: clamp(24px, 4vw, 60px); align-items: end !important; }
.footer-big > .footer-globe { justify-self: end; }
.footer-big .line { font-size: clamp(34px, 4.6vw, 84px) !important; line-height: 1.3 !important; }
@media (max-width: 860px) { .footer-cols > .footer-big { grid-template-columns: 1fr !important; grid-template-areas: 'line' 'meta' 'globe' !important; } }

/* ==================== Runde 33: Leistungsseiten — Hintergründe ungefiltert, Glas ohne Rand ==================== */
.form-sec > .bg-media, body.lm-dark .form-sec > .bg-media, .metrics-wrap > .bg-media, .metrics-wrap > img.bg-media, .metrics-wrap > video, body.lm-dark .metrics-wrap > .bg-media { filter: none !important; opacity: 1 !important; }
.form-sec > .bg-media::after, .metrics-wrap .bg-veil, .form-sec .bg-veil { display: none !important; }
.glass-surface--svg, .glass-surface--svg .glass-surface__content { border: 0 !important; outline: 0 !important; }
.form-head.glass-surface--svg, .svc-form.glass-surface--svg, .metric-card.glass-surface--svg, .metrics-head.glass-surface--svg, .svc-hero-panel.glass-surface--svg, .logo-rail.glass-surface--svg { border: 0 !important; background-image: none !important; }

/* ==================== V8: CSS-Glas (performant) ==================== */
.glass-css { position: relative; background: rgba(12, 10, 8, 0.6) !important; backdrop-filter: blur(10px) saturate(1.15); -webkit-backdrop-filter: blur(10px) saturate(1.15); border: 1px solid rgba(255,255,255,0.08) !important; box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 24px 60px rgba(0,0,0,0.28); }
.site-header.glass-css { position: fixed !important; background: rgba(12, 10, 8, 0.45) !important; border: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.1) !important; box-shadow: none; }
.orbit-center.glass-css { position: absolute !important; }
.metric-card.glass-css, .form-head.glass-css, .svc-form.glass-css, .kontakt-headbox.glass-css, .kontakt-form-box.glass-css, .metrics-head.glass-css, .kt-inner.glass-css, .tt-copy.glass-css { background: rgba(12, 10, 8, 0.6) !important; }
.logo-rail.glass-css { background: rgba(12, 10, 8, 0.6) !important; }
/* Rondell: Stage darf nicht am Raster-Maximum hängen */
.ring-sec > .ring-stage { max-width: none !important; width: auto !important; }

/* Runde 36 */
.orbit-center .orbit-beam { display: none !important; }
#leistungen .fan-sticky { padding-top: clamp(130px, 17vh, 190px) !important; }
@media (max-width: 860px) { #leistungen .fan-sticky { padding-top: clamp(90px, 12vh, 130px) !important; } }

/* ==================== Runde 38 ==================== */
/* 1) Footer: Globus auf einer Höhe mit der Schlusszeile */
.footer-cols > .footer-big { grid-template-columns: minmax(0, 1fr) auto !important; grid-template-areas: 'line globe' 'meta globe' !important; align-items: center !important; column-gap: clamp(30px, 5vw, 80px); }
.footer-big > .footer-globe { justify-self: end; align-self: center; }
@media (max-width: 900px) { .footer-cols > .footer-big { grid-template-columns: 1fr !important; grid-template-areas: 'line' 'meta' 'globe' !important; } .footer-big > .footer-globe { justify-self: center; } }

/* 2) Übergänge dunkel → hell: Fade oben und unten an jeder Bildsektion */
.metrics-wrap { position: relative; }
.metrics-wrap::before, .metrics-wrap::after, .form-sec::before, .form-sec::after { content: ''; position: absolute; left: 0; right: 0; height: clamp(120px, 18vh, 240px); z-index: 2; pointer-events: none; }
.metrics-wrap::before, .form-sec::before { top: 0; background: linear-gradient(#1C1815, rgba(28,24,21,0)) !important; }
.metrics-wrap::after, .form-sec::after { bottom: 0; background: linear-gradient(rgba(28,24,21,0), #1C1815) !important; }
.metrics-wrap > *:not(.bg-media):not(video), .form-sec > *:not(.bg-media) { position: relative; z-index: 3; }

/* 3) Experience: Bild im natürlichen Seitenverhältnis, Zweit-CTA raus */
.xp-depth { aspect-ratio: auto !important; height: clamp(420px, 52vh, 560px) !important; }
.xp-depth .dc-img { background-size: cover !important; background-position: 50% 12% !important; }
.xp-ctas .btn-ghost { display: none !important; }

/* 4) Referenzen: Spacer oben und unten, Menü tiefer */
.ring-sec { margin-top: clamp(60px, 9vh, 120px); margin-bottom: clamp(60px, 9vh, 120px); }
.ring-sec > .ring-bar { margin-top: clamp(18px, 3vh, 34px) !important; padding-bottom: clamp(6px, 1.4vh, 18px); }

/* 5) Turnstile: Platzhalter-Key blendet das Widget aus (verhindert den blauen Troubleshoot-Link) */
.cf-turnstile[data-sitekey="TURNSTILE_SITE_KEY"] { display: none !important; }

/* Kontakt/Abschluss: Fade oben und unten wie bei den anderen Bildsektionen */
.kontakt-section::before, .kontakt-section::after { content: ''; position: absolute; left: 0; right: 0; height: clamp(120px, 18vh, 240px); z-index: 2; pointer-events: none; }
.kontakt-section::before { top: 0; background: linear-gradient(#1C1815, rgba(28,24,21,0)); }
.kontakt-section::after { bottom: 0; background: linear-gradient(rgba(28,24,21,0), #1C1815); }
.kontakt-section > *:not(.bg-media):not(video) { position: relative; z-index: 3; }

/* ==================== Runde 39 ==================== */
/* Alle Sektionstitel einheitlich — Referenz: Startseite 02 „Ein Dienstleister." */
.h-display, .h-xl, .h-lg, .svc-head h2, .section h2, .testi-sec h2, .form-sec h2, .kontakt-section h2, .ring-title, .matrix-sec h2, .xp-copy h2 { font-size: clamp(32px, 3.85vw, 56px) !important; line-height: 1.2 !important; }

.ring-sec.is-live > .ring-intro .ring-title { font-size: clamp(32px, 3.85vw, 56px) !important; }
/* 2) Experience-Portrait: echtes <img> mit object-fit — kein Hintergrundbild, nicht verzerrt */
.xp-depth .dc-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; display: block; will-change: transform; }
.xp-depth .dc-img { display: none !important; }
.xp-media .xp-a11y { display: none; }
/* 3) Kompetenz-Matrix: GPU-freundlich, keine Layout-Reads pro Frame */
#lm-cubes { contain: layout paint; }

/* Würfel: Intro-Transition endet mit dem Intro, Hover reagiert sofort */
#lm-cubes .cube, #lm-cubes.is-arranged .cube, #lm-cubes.intro-done .cube { transition: transform 0.26s cubic-bezier(0.22,1,0.36,1) !important; will-change: transform !important; }
#lm-cubes.is-pre .cube { transition: none !important; }
#lm-cubes.is-arranged.is-intro .cube { transition: transform 1.15s cubic-bezier(0.16,1,0.3,1) var(--fly-delay, 0s), opacity 0.55s ease var(--fly-delay, 0s) !important; }
/* Sektionstitel: eine Größe — auch die Insights-Überschriften */
.h-display, .h-xl, .h-lg, .h-md, .svc-head h2, .section h2, .testi-sec h2, .form-sec h2, .kontakt-section h2, .ring-title, .matrix-sec h2, .xp-copy h2, .insights-section h2 { font-size: clamp(32px, 3.85vw, 56px) !important; line-height: 1.2 !important; }

/* Abschluss + Anfrage: Ausrichtung am Block selbst — wirkt in beiden Glas-Modi */
.kontakt-section .kontakt-headbox, .form-sec .form-head { text-align: center; }
.kontakt-section .kontakt-headbox > *, .kontakt-section .kontakt-headbox .glass-surface__content > *, .form-sec .form-head > *, .form-sec .form-head .glass-surface__content > * { margin-left: auto !important; margin-right: auto !important; }
.kontakt-section .kontakt-headbox h2, .form-sec .form-head h2 { text-align: center; }
.kontakt-section .kontakt-headbox .lead, .form-sec .form-head .lead { max-width: 620px; }
.kontakt-section .kontakt-headbox .eyebrow, .form-sec .form-head .eyebrow { text-align: center; }

/* ==================== MOBIL-ÜBERARBEITUNG ==================== */
@media (max-width: 900px) {
  /* Header: läuft mit, Schriftzug sichtbar, Burger orange */
  .site-header { position: fixed !important; top: 0; left: 0; right: 0; z-index: 200; }
  .site-header .inner { padding: 10px clamp(14px, 4vw, 22px); gap: 10px; }
  .site-header .brand span { display: inline !important; font-size: 12px; letter-spacing: 0.12em; white-space: nowrap; }
  .site-header .brand-logo { width: 26px; height: 26px; }
  .site-header .header-cta { display: none; }
  .nav-burger { display: flex !important; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(252,106,11,0.5); background: rgba(252,106,11,0.12); }
  .nav-burger span { display: block; width: 20px; height: 2px; margin: 0 auto; background: var(--c-orange); border-radius: 2px; transition: transform 0.25s ease, opacity 0.2s ease; }
  body.nav-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .sheet-close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; border-radius: 14px; border: 1px solid rgba(252,106,11,0.55); background: rgba(252,106,11,0.14); display: flex; align-items: center; justify-content: center; z-index: 5; }
  .sheet-close span { position: absolute; width: 22px; height: 2px; background: var(--c-orange); border-radius: 2px; }
  .sheet-close span:first-child { transform: rotate(45deg); }
  .sheet-close span:last-child { transform: rotate(-45deg); }
  .nav-sheet { padding-top: 84px; }
  .lang-switch { gap: 4px !important; }
  .lang-switch button, .lang-switch a { padding: 4px 6px !important; }

  /* Titel: höchstens drei Zeilen */
  .h-display, .h-xl, .h-lg, .h-md, .section h2, .svc-head h2, .ring-title, .matrix-sec h2, .xp-copy h2, .insights-section h2, .testi-sec h2, .form-sec h2, .kontakt-section h2 { font-size: clamp(24px, 7.4vw, 34px) !important; line-height: 1.22 !important; }
  .hero-panel h1, .svc-hero h1 { font-size: clamp(26px, 8.2vw, 38px) !important; line-height: 1.16 !important; }
  .footer-big .line { font-size: clamp(28px, 9vw, 44px) !important; }
  .marquee-item .word { font-size: clamp(34px, 12vw, 60px) !important; }

  /* Hero: Panel mit Rand, Logo-Leiste darunter horizontal */
  .hero, .svc-hero { min-height: 100svh; padding-left: clamp(14px, 4vw, 22px) !important; padding-right: clamp(14px, 4vw, 22px) !important; padding-top: 74px; align-items: center !important; }
  .hero-panel, .svc-hero-panel { position: relative !important; width: 100% !important; max-width: none !important; margin: 0 auto !important; inset: auto !important; }
  .logo-rail { display: flex !important; flex-direction: column; position: relative !important; right: auto !important; top: auto !important; transform: none !important; width: 100% !important; height: 74px !important; margin-top: 14px; border-radius: 16px; }
  .logo-rail .track { display: flex !important; flex-direction: row !important; align-items: center; gap: 26px; height: 100%; width: max-content; animation: lmBandSlide 34s linear infinite; }
  .logo-rail .logo-item { flex: 0 0 auto; width: 84px; height: 34px; }
  .logo-rail .logo-item img { width: 78px; height: 30px; object-fit: contain; }
  .logo-rail .fade-top, .logo-rail .fade-bottom { display: none !important; }

  /* 02 Lösung: Rondell volle Breite, Logo groß */
  .system-inner { grid-template-columns: 1fr !important; }
  .orbit-outer { width: 100% !important; aspect-ratio: 1 / 1 !important; padding-top: clamp(80px, 16vh, 120px); }
  .orbit-center.glass-css, .orbit-center.glass-surface { padding: 14px 18px !important; }
  .orbit-center img { width: clamp(72px, 20vw, 104px) !important; }
  .orbit-center .wm { font-size: 11px !important; }

  /* 04 Kompetenzwelten: gestapelt, Flip per Klick, CTA auf der Rückseite */
  .fan-track { height: auto !important; }
  .fan-sticky { position: static !important; min-height: 0 !important; padding-top: clamp(70px, 12vh, 100px) !important; }
  #lm-fan { display: flex !important; flex-direction: column; gap: 14px; height: auto !important; width: 100% !important; }
  #lm-fan-scale { transform: none !important; width: 100% !important; height: auto !important; }
  .fan-card { position: relative !important; left: auto !important; top: auto !important; width: 100% !important; height: auto !important; aspect-ratio: 3 / 4; transform: none !important; }
  .fan-card .flip { height: 100%; }
  .fan-cta { display: inline-flex !important; }
  .matrix-sec .mono-hint, .fan-sticky .mono-hint { font-size: 10px; }

  /* Kompetenz-Matrix: volle Breite */
  .matrix-sec { padding-left: 0 !important; padding-right: 0 !important; }
  #lm-cubes-scale { width: 100vw !important; max-width: 100vw !important; overflow: hidden; }
  #lm-cubes { grid-template-columns: repeat(7, 11.6vw) !important; gap: 2.2vw !important; transform: none !important; }
  .cube-slot, #lm-cubes .cube { width: 11.6vw !important; height: 11.6vw !important; }
  #lm-cubes .cube .face { transform-style: flat; }
  #lm-cubes .cube .f-f { transform: translateZ(5.8vw) !important; }
  #lm-cubes .cube .f-b { transform: rotateY(180deg) translateZ(5.8vw) !important; }
  #lm-cubes .cube .f-r { transform: rotateY(90deg) translateZ(5.8vw) !important; }
  #lm-cubes .cube .f-l { transform: rotateY(-90deg) translateZ(5.8vw) !important; }
  #lm-cubes .cube .f-t { transform: rotateX(90deg) translateZ(5.8vw) !important; }
  #lm-cubes .cube .f-bo { transform: rotateX(-90deg) translateZ(5.8vw) !important; }

  /* Referenzen: Vollbild, Titel oben, Menü unten, Rondell groß */
  .ring-sec { height: 100svh !important; min-height: 100svh !important; max-height: none !important; display: grid !important; grid-template-rows: auto 1fr auto !important; padding: 84px 0 18px !important; }
  .ring-sec > .ring-intro { padding: 0 clamp(14px, 4vw, 22px); }
  .ring-sec > .ring-stage { min-height: 0 !important; }
  .ring-sec > .ring-bar { padding: 0 clamp(14px, 4vw, 22px); }
  .ring-controls { justify-content: center; width: 100%; }
  .ring-nav { margin-left: 0 !important; }

  /* Zahlen & Fakten: immer zwei Kacheln je Zeile */
  .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .metric-card { padding: 16px 14px !important; }
  .metric-card .value { font-size: clamp(26px, 9vw, 40px) !important; }
  .metric-card .label { font-size: 10px !important; }

  /* Insights: ein Beitrag mit Pfeilen */
  .insights-grid { grid-template-columns: 1fr !important; }
  .ins-nav { display: flex !important; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; }

  /* Fortschritt schmaler */
  .progress-rail { width: 4px; }
  .progress-rail .bar { width: 4px; }
}

/* Insights: Desktop maximal zwei Vierer-Reihen, Pfeile nur mobil */
@media (min-width: 701px) {
  .insights-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .ins-nav { display: none !important; }
}
.ins-nav { display: none; }
.ins-nav button { width: 46px; height: 46px; border-radius: 999px; border: 0; background: var(--c-orange); color: #FAF7F2; font-size: 22px; line-height: 1; cursor: pointer; box-shadow: 0 10px 26px rgba(252,106,11,0.32); }
.ins-nav .ins-count { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--c-muted); min-width: 56px; text-align: center; }
body.lm-dark .ins-nav .ins-count { color: #B2A69B; }

/* Mobil: Ladelast senken — schwere Effekte aus */
@media (max-width: 900px) {
  .lm-aura, #lm-spark, .orb-glow { display: none !important; }
  .ring-lines, .hero-rays { display: none !important; }
  .glass-css { backdrop-filter: blur(6px) !important; -webkit-backdrop-filter: blur(6px) !important; }
}

@media (max-width: 900px) {
  /* CTA-Reveal: kürzere Bahn, startet früher */
  .smask { height: 190vh !important; }
  .smask-sticky { padding-top: 74px; }
}

/* Sprachumschalter: Flaggen dichter beieinander */
.lang-switch { gap: 3px !important; }
.lang-switch button { padding: 3px 4px !important; line-height: 0; }
@media (max-width: 900px) { .lang-switch button svg { width: 18px; height: 12px; } }
