/* ════════════════════════════════════════════════════════
   RAMON DEHNER · PORTFOLIO MMXXVI
   Editorial Light · Bavarian Cream
   ════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, svg { max-width: 100%; display: block; }
button { font: inherit; background: none; border: 0; color: inherit; cursor: pointer; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
input, textarea, button { font-family: inherit; }

:root {
    --bg: #f5f0e3;
    --bg-2: #efe8d6;
    --surface: #fbf6e9;
    --surface-lift: #fff9eb;

    --ink: #1a1410;
    --ink-2: #4a3f33;
    --ink-3: #7a6e5d;
    --ink-4: #ada18b;
    --ink-5: #d8cfb6;

    --line: rgba(26,20,16,0.10);
    --line-2: rgba(26,20,16,0.20);

    /* Sage-Mint Akzent (Workstation-Vibe) */
    --gold: #3b6e5a;
    --gold-light: #4f8a72;
    --gold-soft: rgba(59,110,90,0.12);

    /* Brand-Palette */
    --enjyn: #8b3fc7;
    --enjyn-soft: #a855f7;
    --interactive: #0d9669;
    --interactive-soft: #10b981;
    --dehner: #2563eb;
    --dehner-soft: #60a5fa;
    --ride: #dc2626;
    --ride-soft: #f87171;
    --schaschlik: #b8830a;
    --schaschlik-soft: #d4a017;
    --sepp: #4a6fa5;
    --sepp-soft: #7da3d4;
    --sepp-accent: #c47808;
    --nexo: #c026d3;
    --nexo-soft: #e040fb;
    --deep: #c2410c;
    --deep-soft: #f97316;
    --egcore: #0891b2;
    --egcore-soft: #06b6d4;
    --stealth: #166534;
    --stealth-soft: #1db954;

    /* Status */
    --pending: #d97706;
    --future: #ea580c;
    --dev: #c026d3;

    --font-display: 'Syne', serif;
    --font-body: 'DM Sans', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', ui-monospace, monospace;
    --font-script: 'Pacifico', cursive;

    --ease: cubic-bezier(.4, 0, .2, 1);
    --ease-out: cubic-bezier(.16, 1, .3, 1);
    --ease-spring: cubic-bezier(.34,1.56,.64,1);

    --pad: clamp(1.25rem, 4vw, 4rem);
    --max: 1320px;
}

/* ════════════════════════════════════════════════════════
   VIEW-AKZENTE · jede Seite ihre eigene Farbe
   Token werden pro View überschrieben, damit Sidebar,
   Buttons, Skill-Bars usw. automatisch mitgehen.
   ════════════════════════════════════════════════════════ */
body[data-active-view="home"] {
    --gold: #3b6e5a;
    --gold-light: #4f8a72;
    --gold-soft: rgba(59,110,90,0.12);
}
body[data-active-view="skills"] {
    --gold: #b8830a;
    --gold-light: #d4a017;
    --gold-soft: rgba(184,131,10,0.14);
}
body[data-active-view="ventures"] {
    --gold: #2f5d8e;
    --gold-light: #4178b0;
    --gold-soft: rgba(47,93,142,0.14);
}
body[data-active-view="philosophie"] {
    --gold: #6b4a8c;
    --gold-light: #8a63b0;
    --gold-soft: rgba(107,74,140,0.14);
}
body[data-active-view="chronik"] {
    --gold: #b8587a;
    --gold-light: #d07596;
    --gold-soft: rgba(184,88,122,0.14);
}
body[data-active-view="kontakt"] {
    --gold: #7a5a3c;
    --gold-light: #997552;
    --gold-soft: rgba(122,90,60,0.14);
}

/* Sanfter Farbwechsel zwischen den View-Akzenten.
   Nur dort, wo --gold tatsächlich als reine Farbe landet —
   nicht auf interaktiven Elementen, damit Hover-Transitions
   ihren eigenen Rhythmus behalten. */
.ws-claim em,
.skl-stat--accent dd,
.philo-num {
    transition: color .55s var(--ease);
}
.sb-mark-dot,
.sb-link.is-current,
.sb-link.is-current::before {
    transition: background-color .55s var(--ease), color .55s var(--ease), box-shadow .55s var(--ease);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--bg); }
body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--ink);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
::selection { background: var(--gold); color: var(--bg); }

@media (pointer: fine) and (min-width: 1024px) {
    body, a, button { cursor: none; }
}

/* ── GRAIN ────────────────────────────────────── */
.grain {
    position: fixed; inset: 0;
    pointer-events: none;
    z-index: 9990;
    opacity: 0.5;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='3' seed='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.08 0 0 0 0 0.06 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
}

/* ── CUSTOM CURSOR ───────────────────────────── */
.cursor {
    position: fixed; top: 0; left: 0;
    z-index: 12000;          /* über allem, auch über Modal */
    pointer-events: none;
    transform: translate(-50%, -50%);
    will-change: transform;
}
.cursor-dot {
    position: absolute; top: 50%; left: 50%;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--gold);
    transform: translate(-50%,-50%);
    transition: width .25s var(--ease-spring), height .25s var(--ease-spring), opacity .2s, background .2s;
    box-shadow: 0 0 12px rgba(168,119,12,0.4);
}
.cursor-ring {
    position: absolute; top: 50%; left: 50%;
    width: 38px; height: 38px;
    border-radius: 50%;
    border: 1.5px solid var(--ink);
    transform: translate(-50%,-50%);
    transition: width .3s var(--ease-spring), height .3s var(--ease-spring),
                border-color .25s, background .25s, opacity .2s, transform .3s var(--ease-spring);
    background: rgba(251,246,233,0.15);
}
.cursor-label {
    position: absolute;
    top: calc(50% + 38px); left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: var(--bg);
    background: var(--ink);
    border: 1px solid rgba(251,246,233,0.15);
    padding: 0.5rem 0.85rem;
    border-radius: 10px;
    box-shadow: 0 8px 22px -10px rgba(26,20,16,0.4);
    opacity: 0;
    pointer-events: none;
    white-space: normal;
    width: max-content;
    max-width: 220px;
    text-align: center;
    transition: opacity .25s, transform .3s var(--ease-spring);
}
.cursor.hover .cursor-ring {
    width: 56px; height: 56px;
    border-color: var(--gold);
    background: rgba(212,160,23,0.08);
}
.cursor.hover .cursor-dot { width: 4px; height: 4px; }
.cursor.has-label .cursor-ring {
    width: 38px; height: 38px;
}
.cursor.has-label .cursor-dot { background: var(--gold); }
.cursor.has-label .cursor-label {
    opacity: 1;
    transform: translateX(-50%) translateY(4px);
}
.cursor.click .cursor-ring { transform: translate(-50%,-50%) scale(0.85); }

@media (max-width: 1023px), (pointer: coarse) {
    .cursor { display: none; }
}

/* ── HEADER (NAV) ─────────────────────────────── */
.nav {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
    width: calc(100% - 2rem);
    max-width: 1280px;
    height: 78px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.2rem;
    padding: 0.7rem 0.7rem 0.7rem 1.8rem;
    background: rgba(251,246,233,0.85);
    backdrop-filter: blur(24px) saturate(1.6);
    -webkit-backdrop-filter: blur(24px) saturate(1.6);
    border: 1px solid var(--line-2);
    border-radius: 100px;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.5) inset,
        0 16px 40px -20px rgba(26,20,16,0.25),
        0 4px 12px -6px rgba(168,119,12,0.08);
    transition: transform .4s var(--ease), top .4s var(--ease);
}
.nav.nav--hidden { transform: translateX(-50%) translateY(calc(-100% - 1.5rem)); }

.nav-mark {
    display: inline-flex; flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    line-height: 1;
    flex-shrink: 0;
    padding-right: 1.1rem;
    margin-right: 0.5rem;
    position: relative;
}
.nav-mark::after {
    content: '';
    position: absolute;
    right: 0; top: 18%; bottom: 18%;
    width: 1px;
    background: var(--line-2);
}
.mark-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.025em;
    color: var(--ink);
    line-height: 1;
    transition: color .25s;
}
.mark-dot {
    display: inline-block;
    width: 6px; height: 6px;
    margin-left: 0.18em;
    border-radius: 50%;
    background: var(--gold);
    vertical-align: 0.05em;
}
.nav-mark:hover .mark-name { color: var(--gold); }
.mark-role {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-3);
    line-height: 1;
    padding-top: 0.1rem;
}
.mark-role::before {
    content: '';
    display: inline-block;
    width: 14px; height: 1px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 0.5rem;
}

.nav-links {
    display: flex; gap: 0.1rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}
.nav-links a {
    position: relative;
    padding: 0.6rem 0.85rem;
    color: var(--ink-2);
    transition: color .25s;
    white-space: nowrap;
}
.nav-links a::after {
    content: '';
    position: absolute; left: 0.85rem; right: 0.85rem; bottom: 0.4rem;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s var(--ease-out);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.is-current { color: var(--gold); }
.nav-links a.is-current::after { transform: scaleX(1); background: var(--gold); }

.nav-cta {
    display: inline-flex; align-items: center; gap: 0.7rem;
    padding: 0.65rem 0.65rem 0.65rem 1.1rem;
    border-radius: 100px;
    background: var(--ink);
    color: var(--bg);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.85rem;
    transition: background .3s, transform .3s var(--ease-out), gap .3s;
    flex-shrink: 0;
    line-height: 1;
}
.nav-cta:hover {
    background: var(--gold);
    color: #fff;
    transform: translateY(-1px);
    gap: 1rem;
}
.cta-status {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding-right: 0.7rem;
    border-right: 1px solid rgba(245,240,227,0.18);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(245,240,227,0.7);
    white-space: nowrap;
}
.cta-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 0 rgba(74,222,128,0.5);
    animation: pulse-dot 2.4s ease-in-out infinite;
}
@keyframes pulse-dot {
    0%,100% { box-shadow: 0 0 0 0 rgba(74,222,128,0.5); transform: scale(1); }
    50% { box-shadow: 0 0 0 6px rgba(74,222,128,0); transform: scale(1.15); }
}
.cta-label { white-space: nowrap; font-weight: 500; }
.nav-cta i {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(245,240,227,0.1);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 0.95rem;
    transition: transform .3s var(--ease-out), background .3s;
}
.nav-cta:hover i {
    background: rgba(255,255,255,0.18);
    transform: rotate(45deg);
}

@media (max-width: 1180px) {
    .cta-status { display: none; }
}
@media (max-width: 1080px) {
    .mark-role { display: none; }
    .nav-mark { padding-right: 0.85rem; }
}
@media (max-width: 980px) {
    .nav { padding: 0.5rem 0.5rem 0.5rem 1rem; height: 64px; }
    .mark-script { font-size: 1.3rem; }
    .nav-links {
        position: absolute; top: calc(100% + 0.75rem); left: 0; right: 0;
        flex-direction: column;
        background: rgba(251,246,233,0.96);
        backdrop-filter: blur(20px);
        border: 1px solid var(--line-2);
        border-radius: 24px;
        padding: 0.75rem 1rem;
        box-shadow: 0 12px 36px -12px rgba(26,20,16,0.18);
        transform: translateY(-12px);
        opacity: 0; pointer-events: none;
        transition: transform .3s var(--ease-out), opacity .25s;
    }
    .nav-links.nav-links--open {
        transform: none; opacity: 1; pointer-events: auto;
    }
    .nav-links a { padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
    .nav-links a:last-child { border-bottom: 0; }
    .nav-links a::after { display: none; }
    .nav-cta .cta-label { display: none; }
    .nav-cta { padding: 0.5rem; gap: 0; }
    .nav-cta i { width: 36px; height: 36px; background: rgba(245,240,227,0.16); }
    .nav-toggle { display: flex; }
}

.nav-toggle {
    display: none;
    flex-direction: column; gap: 5px;
    width: 44px; height: 44px;
    align-items: center; justify-content: center;
    border-radius: 50%;
    background: var(--ink);
    flex-shrink: 0;
}
.nav-toggle span {
    display: block;
    width: 18px; height: 1.5px;
    background: var(--bg);
    transition: transform .3s, opacity .3s, width .3s;
}
.nav-toggle span:nth-child(2) { width: 12px; }
.nav-toggle.nav-toggle--open span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle.nav-toggle--open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); width: 18px; }
@media (max-width: 980px) {
    .nav-toggle { display: flex !important; }
}

/* ── KICKER ────────────────────────────────────── */
.kicker {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
}
.kicker::before {
    content: '';
    display: inline-block;
    width: 1.5rem; height: 1px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 0.6rem;
}

/* ── HERO ──────────────────────────────────────── */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    padding: 7.5rem var(--pad) 2.5rem;
    display: flex; flex-direction: column;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    max-width: var(--max);
    margin: 0 auto;
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 70% 45% at 50% 30%, rgba(212,160,23,0.18), transparent 70%),
        radial-gradient(ellipse 40% 30% at 85% 75%, rgba(168,119,12,0.06), transparent 60%);
    pointer-events: none;
    z-index: -1;
}
.hero::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(26,20,16,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26,20,16,0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 60% 50% at 50% 40%, #000 30%, transparent 80%);
    pointer-events: none;
    z-index: -1;
}

.hero-stack {
    display: flex; flex-direction: column;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    flex: 1;
    justify-content: center;
    gap: 2rem;
}
.hero-stack > * {
    opacity: 0;
    transform: translateY(18px);
    animation: heroIn 0.9s cubic-bezier(.16,1,.3,1) forwards;
}
.hero-stack > *:nth-child(1) { animation-delay: 0.05s; }
.hero-stack > *:nth-child(2) { animation-delay: 0.15s; }
.hero-stack > *:nth-child(3) { animation-delay: 0.3s; }
.hero-stack > *:nth-child(4) { animation-delay: 0.45s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
    .hero-stack > * { animation: none; opacity: 1; transform: none; }
}

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 0.55rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-3);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--line-2);
    align-self: stretch;
    margin-bottom: 0.5rem;
}
.hero-eyebrow .dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 0 rgba(212,160,23,0.55);
    animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(212,160,23,0.5); transform: scale(1); }
    50% { box-shadow: 0 0 0 8px rgba(212,160,23,0); transform: scale(1.1); }
}

.hero-display {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.5rem, 7.5vw, 6.5rem);
    line-height: 0.94;
    letter-spacing: -0.04em;
    color: var(--ink);
    margin: 0;
}
.hd-row {
    display: flex; align-items: baseline;
    flex-wrap: wrap;
    gap: 0.25em;
}
.hd-row-2 { padding-left: 0.8em; margin-top: -0.05em; }
.hd-row-3 { gap: 0.22em; align-items: baseline; margin-top: 0.05em; padding-left: 0.4em; }
.hd-word { display: inline-block; }
.hd-italic {
    font-style: italic;
    font-weight: 600;
    color: var(--ink-2);
}
.hd-mit {
    font-family: var(--font-mono);
    font-size: 0.16em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--ink-3);
    align-self: center;
    padding: 0.6em 0.9em 0.5em;
    border: 1px solid var(--line-2);
    border-radius: 100px;
    line-height: 1;
    margin-left: 0.4em;
    transform: translateY(-0.5em);
}
.hero-meta {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--ink-3);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: -0.5rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--line);
    align-self: stretch;
}
.hd-amp {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 0.8;
    color: var(--gold);
}
.hd-tail {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 0.55em;
    color: var(--ink-2);
    letter-spacing: -0.01em;
    line-height: 1.1;
}
.hd-tail .bay {
    display: inline-block;
    color: var(--ink);
    border-bottom: 2px solid var(--gold);
    padding-bottom: 1px;
    font-style: italic;
}

.hero-row {
    display: flex; align-items: flex-start; justify-content: space-between;
    gap: 2.5rem; flex-wrap: wrap;
}
.hero-bottom { align-items: center; }

.hero-sub {
    flex: 1 1 50%;
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.65;
    color: var(--ink-2);
    max-width: 540px;
}
.hero-sub em {
    font-style: italic;
    color: var(--gold);
    font-weight: 500;
    margin-right: 0.3em;
}

.hero-skills {
    display: flex; flex-wrap: wrap; gap: 0.4rem;
    flex-shrink: 0;
    align-self: flex-start;
}
.hero-skills li {
    display: inline-flex; align-items: center; gap: 0.45rem;
    padding: 0.5rem 0.85rem;
    background: var(--surface);
    border: 1px solid var(--line-2);
    border-radius: 100px;
    font-size: 0.78rem;
    color: var(--ink);
    font-weight: 500;
    transition: border-color .25s, transform .25s var(--ease-out);
}
.hero-skills li:hover {
    border-color: var(--gold);
    transform: translateY(-2px);
}
.hero-skills i { color: var(--gold); font-size: 0.95rem; }

.hero-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0;
    border-top: 1px solid var(--line-2);
    border-bottom: 1px solid var(--line-2);
    padding: 0.85rem 0;
}
.hero-stats > div {
    border-right: 1px solid var(--line);
    padding: 0 1.1rem;
    display: flex; flex-direction: column-reverse;
    gap: 0.15rem;
}
.hero-stats > div:first-child { padding-left: 0; }
.hero-stats > div:last-child { border-right: 0; padding-right: 0; }
.hero-stats dt {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.hero-stats dd {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.025em;
    color: var(--ink);
}

@media (max-width: 760px) {
    .hd-meta { display: none; }
    .hd-row-2 { padding-left: 0; }
    .hero-row { flex-direction: column; gap: 1.5rem; }
}

/* ── BUTTONS ──────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 1rem 1.5rem;
    border-radius: 100px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    transition: transform .3s var(--ease-out), background .25s, color .25s, border-color .25s, box-shadow .3s;
    line-height: 1;
}
.btn i { font-size: 1.05rem; }
.btn-primary {
    background: var(--gold);
    color: #fff;
    box-shadow: 0 4px 24px -8px rgba(212,160,23,0.45);
}
.btn-primary:hover {
    transform: translateY(-2px);
    background: var(--gold-light);
    box-shadow: 0 12px 36px -10px rgba(212,160,23,0.6);
}
.btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line-2);
}
.btn-ghost:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

/* ══ SKILLS ════════════════════════════════════ */
.skills-sec {
    padding: 5rem var(--pad) 4rem;
    max-width: var(--max);
    margin: 0 auto;
}
.skl-mast { margin-bottom: 1.5rem; max-width: 100%; }
.skl-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1;
    letter-spacing: -0.035em;
    margin-top: 1rem;
}
.skl-title em {
    font-style: italic;
    font-weight: 500;
    color: var(--gold);
}
.skl-deck {
    margin-top: 0.85rem;
    color: var(--ink-2);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 580px;
}

.skl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.skl-grid--triple { align-items: start; }
@media (max-width: 1200px) { .skl-grid { grid-template-columns: 1fr; } }

/* Group-Header mit Sub-Title */
.skl-group > header {
    display: flex; align-items: center; gap: 0.85rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}
.skl-group > header > i {
    flex-shrink: 0;
    width: 38px; height: 38px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--gold) 12%, var(--surface));
    color: var(--gold);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
}
.skl-group > header > div { min-width: 0; }
.skl-group h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.015em;
    color: var(--ink);
    line-height: 1.15;
    margin: 0;
}
.skl-group-sub {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-3);
    line-height: 1.3;
    margin: 0.25rem 0 0;
}

.skl-group {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.6rem 1.5rem 1.4rem;
    transition: border-color .35s, transform .4s var(--ease-out), box-shadow .4s;
}
.skl-group:hover {
    border-color: var(--gold-soft);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -16px rgba(168,119,12,0.22);
}
.skl-group > header {
    display: flex; align-items: center; gap: 0.7rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}
.skl-group > header i {
    width: 32px; height: 32px;
    border-radius: 10px;
    background: var(--gold-soft);
    color: var(--gold);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1rem;
}
.skl-group h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    color: var(--ink);
    line-height: 1.15;
}
.skl-group ul { display: flex; flex-direction: column; gap: 0.55rem; }
.skl-group li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 80px 36px;
    align-items: center;
    gap: 0.7rem;
}

/* Sub-Section-Divider innerhalb einer Group-Card */
.skl-group li.sk-divider {
    display: block;
    padding: 1rem 0 0.45rem;
    margin-top: 0.35rem;
    border-top: 1px dashed var(--line);
}
.skl-group li.sk-divider:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.skl-group li.sk-divider span {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
}
.skl-group li.sk-divider span::before {
    content: '';
    display: inline-block;
    width: 1rem; height: 1px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 0.55rem;
    opacity: 0.6;
}
.sk-name {
    font-size: 0.82rem;
    color: var(--ink-2);
    line-height: 1.2;
    font-weight: 500;
}
.sk-bar {
    flex: 1;
    height: 5px;
    background: var(--line);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}
.sk-bar > span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    border-radius: inherit;
    transition: width 1.6s var(--ease-out);
    box-shadow: 0 0 10px -2px rgba(212,160,23,0.5);
}
.skl-group.in .sk-bar > span {
    width: calc(var(--p) * 1%);
}
.sk-val {
    font-family: var(--font-mono);
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--gold);
    text-align: right;
    letter-spacing: -0.02em;
}
.sk-val::after { content: '%'; opacity: 0.55; margin-left: 1px; font-size: 0.85em; }

/* ══ VENTURES ══════════════════════════════════ */
.ventures {
    padding: 6rem var(--pad) 4rem;
    max-width: var(--max);
    margin: 0 auto;
}
.v-mast { margin-bottom: 3rem; }
.v-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1;
    letter-spacing: -0.035em;
    margin-top: 1rem;
}
.v-title em {
    font-style: italic;
    font-weight: 500;
    color: var(--gold);
}

.bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}
.span-12 { grid-column: span 12; }
.span-7 { grid-column: span 7; }
.span-6 { grid-column: span 6; }
.span-5 { grid-column: span 5; }
.span-4 { grid-column: span 4; }

@media (max-width: 1024px) {
    .span-7, .span-5 { grid-column: span 6; }
    .span-4 { grid-column: span 6; }
}
@media (max-width: 720px) {
    .span-7, .span-6, .span-5, .span-4 { grid-column: span 12; }
}

/* ── CARD BASE ────────────────────────────────── */
.card {
    --brand: var(--gold);
    --brand-soft: var(--gold-light);
    position: relative;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.85rem;
    overflow: hidden;
    isolation: isolate;
    transition: border-color .35s var(--ease), background .35s, transform .4s var(--ease-out), box-shadow .4s;
    display: flex; flex-direction: column;
}
.card::before {
    content: '';
    position: absolute; top: 0; left: 20%; right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brand), transparent);
    opacity: 0;
    transition: opacity .4s, left .5s, right .5s;
}
.card:hover::before { opacity: 1; left: 5%; right: 5%; }
.card::after {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 70% at 50% 0%, color-mix(in srgb, var(--brand) 9%, transparent), transparent 65%);
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
}
.card:hover::after { opacity: 1; }
.card:hover {
    border-color: color-mix(in srgb, var(--brand) 30%, var(--line-2));
    transform: translateY(-3px);
    box-shadow: 0 18px 48px -22px color-mix(in srgb, var(--brand) 35%, rgba(26,20,16,0.2));
}
.card > * { position: relative; z-index: 1; }

/* Brand colors per card */
.card--enjyn { --brand: var(--enjyn); --brand-soft: var(--enjyn-soft); }
.card--interactive { --brand: var(--interactive); --brand-soft: var(--interactive-soft); }
.card--dehner { --brand: var(--dehner); --brand-soft: var(--dehner-soft); }
.card--ride { --brand: var(--ride); --brand-soft: var(--ride-soft); }
.card--schaschlik { --brand: var(--schaschlik); --brand-soft: var(--schaschlik-soft); }
.card--deep { --brand: var(--deep); --brand-soft: var(--deep-soft); }
.card--nexo { --brand: var(--nexo); --brand-soft: var(--nexo-soft); }
.card--sepp { --brand: var(--sepp); --brand-soft: var(--sepp-soft); }
.card--egcore { --brand: var(--egcore); --brand-soft: var(--egcore-soft); }
.card--stealth { --brand: var(--stealth); --brand-soft: var(--stealth-soft); }

/* Card head */
.card-head {
    display: flex; align-items: flex-start; justify-content: space-between;
    margin-bottom: 1.25rem;
    gap: 0.85rem;
    flex-wrap: wrap;
}
.brand {
    display: flex; align-items: center; gap: 0.85rem;
    min-width: 0;
}
.brand-icon {
    width: 50px; height: 50px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--brand) 8%, transparent);
    border: 1px solid color-mix(in srgb, var(--brand) 25%, transparent);
    display: flex; align-items: center; justify-content: center;
    color: var(--brand);
    font-size: 1.4rem;
    flex-shrink: 0;
    transition: transform .4s var(--ease-spring), background .35s, color .25s;
}
.card:hover .brand-icon {
    transform: rotate(-8deg) scale(1.06);
    background: color-mix(in srgb, var(--brand) 18%, transparent);
}
.brand-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--ink);
}
.brand-sub {
    font-size: 0.78rem;
    color: var(--ink-3);
    margin-top: 0.25rem;
}

/* Brand-name unique styling per brand */
.brand-name--enjyn {
    font-family: 'Nasaliza', 'Orbitron', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}
.brand-name--enjyn span { color: var(--enjyn); }

.brand-name--interactive {
    font-family: 'Bule', 'Outfit', sans-serif;
    font-size: 1.45rem;
    color: var(--interactive);
    letter-spacing: 0.02em;
}

.brand-name--dehner {
    font-family: var(--font-script);
    font-weight: 400;
    font-size: 1.85rem;
    color: var(--dehner);
    letter-spacing: -0.02em;
}
.brand-name--dehner sup {
    font-family: var(--font-mono);
    font-size: 0.4em;
    color: var(--ink-3);
    margin-left: 3px;
    vertical-align: 0.7em;
    font-weight: 500;
}

.brand-name--ride {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
}
.brand-name--ride .enj { color: var(--ride); }
.brand-name--ride .ride { color: var(--ink); }

.brand-name--schaschlik {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--schaschlik);
}
.brand-name--schaschlik span {
    color: var(--ink-3);
    font-weight: 500;
    font-size: 0.85em;
    margin-left: 0.25em;
}

.brand-name--deep {
    font-family: 'Abduction', 'Syne', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}
.brand-name--deep span:nth-child(1) { color: var(--deep); }
.brand-name--deep span:nth-child(2) { color: var(--deep); opacity: 0.7; }
.brand-name--deep .thin { color: var(--ink-3); font-weight: 500; font-size: 0.7em; margin-left: 0.2em; }

.brand-name--nexo {
    font-family: 'Bangers', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    letter-spacing: 0.04em;
}
.brand-name--nexo span:first-child { color: var(--nexo); }
.brand-name--nexo span:last-child { color: var(--ink); }

.brand-name--sepp {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
}
.brand-name--sepp span:nth-child(1),
.brand-name--sepp span:nth-child(2) { color: var(--sepp); }
.brand-name--sepp .accent { color: var(--sepp-accent); }

.brand-name--egcore {
    font-family: 'Orbitron', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
}
.brand-name--egcore span:first-child { color: var(--egcore); }
.brand-name--egcore .thin {
    color: var(--ink-3);
    font-weight: 400;
    font-size: 0.7em;
    margin-left: 0.25em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.brand-name--stealth {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
}
.brand-name--stealth span:first-child { color: var(--stealth); }
.brand-name--stealth span:last-child { color: var(--ink); }

/* Badges */
.badges { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.badge {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    border-radius: 100px;
    font-size: 0.66rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    border: 1px solid;
    font-family: var(--font-mono);
}
.badge-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 6px currentColor;
}
.badge--live {
    background: rgba(13,150,105,0.08);
    color: var(--interactive);
    border-color: rgba(13,150,105,0.25);
}
.badge--beta {
    background: rgba(217,119,6,0.08);
    color: var(--pending);
    border-color: rgba(217,119,6,0.25);
}
.badge--dev {
    background: rgba(192,38,211,0.08);
    color: var(--nexo);
    border-color: rgba(192,38,211,0.25);
}
.badge--planned {
    background: rgba(234,88,12,0.08);
    color: var(--future);
    border-color: rgba(234,88,12,0.25);
}
.badge--gold {
    background: rgba(184,131,10,0.1);
    color: var(--gold);
    border-color: rgba(184,131,10,0.3);
}
.badge--count {
    background: color-mix(in srgb, var(--brand) 6%, transparent);
    color: var(--brand);
    border-color: color-mix(in srgb, var(--brand) 22%, transparent);
}
.badge--count i { font-size: 0.85rem; }

.card-desc {
    font-size: 0.94rem;
    color: var(--ink-2);
    line-height: 1.65;
    margin-bottom: 1.4rem;
}

/* Service grid (Enjyn) */
.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.4rem;
}
.services .service {
    display: flex; align-items: center; gap: 0.65rem;
    padding: 0.7rem 0.85rem;
    background: color-mix(in srgb, var(--brand) 5%, transparent);
    border: 1px solid color-mix(in srgb, var(--brand) 18%, transparent);
    border-radius: 14px;
    transition: background .25s, border-color .25s, transform .25s;
}
.services .service:hover {
    background: color-mix(in srgb, var(--brand) 12%, transparent);
    border-color: color-mix(in srgb, var(--brand) 32%, transparent);
    transform: translateY(-2px);
}
.services .service > i {
    color: var(--brand);
    font-size: 1rem;
    flex-shrink: 0;
}
.services .service h4 {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.1rem;
    line-height: 1.1;
}
.services .service p {
    font-size: 0.66rem;
    color: var(--ink-3);
    line-height: 1.2;
}
.service--more {
    background: rgba(245,240,227,0.6) !important;
    border-style: dashed !important;
}

@media (max-width: 720px) {
    .services { grid-template-columns: 1fr 1fr; }
}

/* Game stack (2Sick) */
.game-stack { display: flex; flex-direction: column; gap: 0.45rem; margin-bottom: 1.4rem; }
.game-stack li {
    display: flex; align-items: center; gap: 0.7rem;
    padding: 0.7rem 0.9rem;
    background: color-mix(in srgb, var(--brand) 5%, transparent);
    border: 1px solid color-mix(in srgb, var(--brand) 18%, transparent);
    border-radius: 12px;
    transition: background .25s;
}
.game-stack li:hover { background: color-mix(in srgb, var(--brand) 10%, transparent); }
.game-stack i { color: var(--brand); font-size: 1.05rem; }
.game-stack span {
    font-weight: 600;
    color: var(--ink);
    font-size: 0.88rem;
}
.game-stack small {
    color: var(--ink-3);
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-left: auto;
}
.game-hi {
    background: color-mix(in srgb, var(--brand) 12%, transparent) !important;
    border-color: color-mix(in srgb, var(--brand) 30%, transparent) !important;
}
.game-hi span { color: var(--brand) !important; font-style: italic; }

/* Tags */
.tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 1.4rem; }
.tags li {
    padding: 0.35rem 0.75rem;
    border: 1px solid color-mix(in srgb, var(--brand) 22%, transparent);
    background: color-mix(in srgb, var(--brand) 5%, transparent);
    border-radius: 100px;
    font-size: 0.72rem;
    color: var(--brand);
    font-weight: 500;
}

/* Card link */
.card-link {
    display: inline-flex; align-items: center; gap: 0.5rem;
    margin-top: auto;
    padding-top: 1.1rem;
    border-top: 1px solid var(--line);
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    color: var(--brand);
    transition: gap .3s var(--ease-out);
    font-weight: 600;
}
.card-link i { transition: transform .3s var(--ease-out); }
.card-link:hover { gap: 0.85rem; }
.card-link:hover i { transform: translate(2px, -2px); }
.card-link--mute {
    color: var(--ink-3);
    pointer-events: none;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}

/* Stealth special layout */
.stealth-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    margin-bottom: 1rem;
}
.stealth-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    align-self: start;
}
.feature {
    padding: 0.85rem;
    background: color-mix(in srgb, var(--brand) 5%, transparent);
    border: 1px solid color-mix(in srgb, var(--brand) 18%, transparent);
    border-radius: 12px;
}
.feature i { color: var(--brand); font-size: 1.05rem; margin-bottom: 0.3rem; display: block; }
.feature strong {
    display: block;
    font-family: var(--font-display);
    font-size: 0.88rem;
    color: var(--ink);
}
.feature span {
    font-size: 0.7rem;
    color: var(--ink-3);
}
@media (max-width: 760px) {
    .stealth-grid { grid-template-columns: 1fr; }
}

/* ══════ FAMILY BADGE ══════ */
.badge--family {
    background: rgba(168,119,12,0.1);
    color: var(--gold);
    border-color: rgba(168,119,12,0.3);
}
.badge--family i { font-size: 0.8rem; }

/* ══════ KONTAKT VIEW (volle Page) ══════ */
.kontakt-wrap {
    max-width: var(--max);
    margin: 0 auto;
    padding: 4rem var(--pad) 3rem;
    display: flex; flex-direction: column;
    gap: 3rem;
}
.kt-head { max-width: 760px; }
.kt-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    margin-top: 1rem;
}
.kt-title em {
    font-style: italic; font-weight: 500;
    color: var(--gold);
}
.kt-deck {
    margin-top: 1.25rem;
    color: var(--ink-2);
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 580px;
}

.kt-cards {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 1rem;
}
.kt-card {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.6rem 1.5rem;
    transition: border-color .35s, transform .4s var(--ease-out), box-shadow .4s, background .35s;
    display: flex; flex-direction: column;
    gap: 0.6rem;
    overflow: hidden;
}
.kt-card::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 0; height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    transition: width .55s var(--ease-out);
}
.kt-card:hover {
    border-color: var(--gold-soft);
    transform: translateY(-3px);
    box-shadow: 0 14px 36px -16px rgba(168,119,12,0.3);
}
.kt-card:hover::before { width: 100%; }
.kt-card-head {
    display: flex; align-items: center; gap: 0.6rem;
    color: var(--gold);
}
.kt-card-head i { font-size: 1.2rem; }
.kt-card-label {
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.kt-card-value {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    color: var(--ink);
    letter-spacing: -0.025em;
    line-height: 1.1;
}
.kt-card-note {
    font-size: 0.78rem;
    color: var(--ink-3);
    margin-top: auto;
}
.kt-card--primary {
    background: linear-gradient(135deg, var(--surface-lift) 0%, color-mix(in srgb, var(--gold) 5%, var(--surface)) 100%);
    border-color: rgba(168,119,12,0.18);
}
.kt-card--primary .kt-card-value { color: var(--ink); }
@media (max-width: 820px) {
    .kt-cards { grid-template-columns: 1fr; }
}

.kt-grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.kt-loc {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1.4rem 1.5rem;
    transition: border-color .25s;
}
.kt-loc:hover { border-color: var(--gold-soft); }
.kt-loc h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.01em;
    color: var(--ink);
    margin-bottom: 0.65rem;
    display: flex; align-items: center; gap: 0.5rem;
}
.kt-loc h3 i { color: var(--gold); font-size: 1rem; }
.kt-loc p {
    font-size: 0.92rem;
    color: var(--ink-2);
    line-height: 1.6;
    margin-bottom: 0.85rem;
}
.kt-loc-link {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    color: var(--gold);
    transition: gap .25s;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.kt-loc-link:hover { gap: 0.7rem; }
.kt-badge {
    display: inline-flex; align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: 100px;
    background: rgba(13,150,105,0.1);
    color: var(--interactive);
    border: 1px solid rgba(13,150,105,0.25);
    font-family: var(--font-mono);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
@media (max-width: 700px) {
    .kt-grid2 { grid-template-columns: 1fr; }
}

.kt-modals { display: flex; flex-direction: column; gap: 1rem; }
.kt-modal-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
}
.kt-mod {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 1rem 1.25rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    font-size: 0.92rem;
    color: var(--ink);
    transition: border-color .25s, background .25s, transform .25s;
    text-align: left;
}
.kt-mod > span { flex: 1; }
.kt-mod:hover {
    border-color: var(--gold);
    background: var(--surface-lift);
    color: var(--gold);
    transform: translateY(-2px);
}
.kt-mod > i:first-child { color: var(--gold); font-size: 1.05rem; }
.kt-mod-arrow {
    opacity: 0.4;
    transition: opacity .25s, transform .3s var(--ease-out);
}
.kt-mod:hover .kt-mod-arrow {
    opacity: 1;
    transform: translate(2px, -2px);
}
@media (max-width: 820px) {
    .kt-modal-buttons { grid-template-columns: repeat(2, 1fr); }
}

.kt-foot {
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    color: var(--ink-3);
}
.kt-foot-mid { color: var(--ink-2); }

/* ══════ MODAL CARD WIDE (für Philosophie & Chronik) ══════ */
.modal-card--wide { max-width: 760px; }

/* ══════ PHI-NUM (Roman im Modal) ══════ */
.phi-card {
    position: relative;
}
.phi-num {
    position: absolute; top: 1.25rem; right: 1.5rem;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--gold);
    line-height: 1;
    opacity: 0.6;
}

.modal-quote-cite {
    display: block;
    margin-top: 0.6rem;
    font-family: var(--font-mono);
    font-style: normal;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-3);
}

/* ══════ CHRONIK mit animierter Linie ══════ */
.chron {
    position: relative;
    margin-top: 1.5rem;
    padding-left: 0;
    list-style: none;
}
.ch-item {
    position: relative;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 1.5rem;
    padding-bottom: 2rem;
    align-items: flex-start;
}
.ch-item:last-child { padding-bottom: 0; }

/* die animierte Linie */
.ch-line {
    position: absolute;
    left: 24px;
    top: 60px;
    bottom: -8px;
    width: 2px;
    background: linear-gradient(to bottom, var(--gold) 0%, var(--ink-5) 100%);
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 1.2s var(--ease-out);
}
.modal--open .ch-line { transform: scaleY(1); }
.ch-item:nth-child(1) .ch-line { transition-delay: 0.15s; }
.ch-item:nth-child(2) .ch-line { transition-delay: 0.30s; }
.ch-item:nth-child(3) .ch-line { transition-delay: 0.45s; }
.ch-item:nth-child(4) .ch-line { transition-delay: 0.60s; }
.ch-item:nth-child(5) .ch-line { transition-delay: 0.75s; }
.ch-item:nth-child(6) .ch-line { transition-delay: 0.90s; }
.ch-item:last-child .ch-line { display: none; }

/* Marker (kreis mit icon) */
.ch-marker {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: var(--surface);
    border: 2px solid var(--gold);
    color: var(--gold);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 0 4px var(--surface);
    transform: scale(0);
    transition: transform .5s var(--ease-spring);
}
.modal--open .ch-marker { transform: scale(1); }
.modal--open .ch-item:nth-child(1) .ch-marker { transition-delay: 0.05s; }
.modal--open .ch-item:nth-child(2) .ch-marker { transition-delay: 0.20s; }
.modal--open .ch-item:nth-child(3) .ch-marker { transition-delay: 0.35s; }
.modal--open .ch-item:nth-child(4) .ch-marker { transition-delay: 0.50s; }
.modal--open .ch-item:nth-child(5) .ch-marker { transition-delay: 0.65s; }
.modal--open .ch-item:nth-child(6) .ch-marker { transition-delay: 0.80s; }
.modal--open .ch-item:nth-child(7) .ch-marker { transition-delay: 0.95s; }

/* Family-Item (Schaschlik) — gold gefüllter Kreis */
.ch-family .ch-marker {
    background: var(--gold);
    color: var(--bg);
    box-shadow: 0 0 0 4px var(--surface), 0 0 24px rgba(212,160,23,0.4);
}

/* Future-Item — gestrichelter Kreis */
.ch-future .ch-marker {
    border-style: dashed;
    opacity: 0.7;
}
.ch-future { opacity: 0.85; }
.ch-future:hover { opacity: 1; }

.ch-body { padding-top: 0.4rem; }
.ch-body header {
    display: flex; align-items: center; gap: 0.7rem;
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
}
.ch-y {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.02em;
}
.ch-tag {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-3);
    padding: 0.3rem 0.6rem;
    border: 1px solid var(--line-2);
    border-radius: 100px;
}
.ch-tag-family {
    background: rgba(168,119,12,0.1);
    color: var(--gold);
    border-color: rgba(168,119,12,0.3);
    display: inline-flex; align-items: center; gap: 0.3rem;
}
.ch-tag-family i { font-size: 0.78rem; }
.ch-tag-now {
    background: rgba(13,150,105,0.1);
    color: var(--interactive);
    border-color: rgba(13,150,105,0.25);
}
.ch-tag-future {
    background: rgba(234,88,12,0.1);
    color: var(--future);
    border-color: rgba(234,88,12,0.25);
}
.ch-body h5 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}
.ch-body p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 600px) {
    .ch-item { grid-template-columns: 44px 1fr; gap: 1rem; }
    .ch-marker { width: 44px; height: 44px; font-size: 1.05rem; }
    .ch-line { left: 21px; top: 52px; }
}

/* ══ FOOTER ════════════════════════════════════ */
.footer {
    padding: 5rem var(--pad) 2rem;
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, transparent 0%, rgba(168,119,12,0.04) 100%);
    margin-top: 2rem;
}
.ft-grid {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 4rem;
    align-items: start;
}
.ft-cta { display: flex; flex-direction: column; gap: 1rem; }
.ft-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 0.95;
    letter-spacing: -0.035em;
    margin-top: 0.5rem;
}
.ft-title em {
    font-style: italic; font-weight: 500;
    color: var(--gold);
}
.ft-mail {
    display: inline-flex; align-items: center; gap: 0.85rem;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(1.3rem, 2.4vw, 1.8rem);
    color: var(--ink);
    padding-bottom: 0.4rem;
    border-bottom: 2px solid var(--gold);
    transition: gap .3s var(--ease-out), color .25s;
    align-self: flex-start;
}
.ft-mail:hover { gap: 1.3rem; color: var(--gold); }
.ft-mail i { color: var(--gold); transition: transform .3s var(--ease-out); }
.ft-mail:hover i { transform: translate(3px, -3px); }
.ft-phones {
    display: flex; flex-wrap: wrap; gap: 1.5rem;
    font-family: var(--font-mono);
    font-size: 0.85rem;
    color: var(--ink-2);
    margin-top: 0.4rem;
}
.ft-phones a {
    display: inline-flex; align-items: center; gap: 0.4rem;
    transition: color .25s;
}
.ft-phones a:hover { color: var(--gold); }
.ft-phones i { color: var(--gold); }

.ft-info { display: flex; flex-direction: column; gap: 1.5rem; }
.ft-modals {
    display: flex; flex-direction: column;
    gap: 0.4rem;
}
.ft-mod {
    display: inline-flex; align-items: center; gap: 0.7rem;
    padding: 0.7rem 1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: var(--ink);
    transition: border-color .25s, background .25s, transform .25s, gap .3s;
    text-align: left;
}
.ft-mod:hover {
    border-color: var(--gold);
    background: var(--surface-lift);
    color: var(--gold);
    gap: 0.95rem;
}
.ft-mod i { color: var(--gold); font-size: 1.05rem; }

.ft-meta {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    line-height: 1.65;
    color: var(--ink-3);
    letter-spacing: 0.04em;
}

@media (max-width: 820px) {
    .ft-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ══ MODALS ════════════════════════════════════ */
.modal {
    position: fixed; inset: 0;
    z-index: 11500;
    display: none;
    background: rgba(40,30,20,0.55);
    backdrop-filter: blur(14px);
    align-items: center; justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity .35s var(--ease);
}
.modal.modal--open { display: flex; opacity: 1; }
.modal-card {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--line-2);
    border-radius: 22px;
    padding: 3rem 2.5rem 2.5rem;
    max-width: 640px; width: 100%;
    max-height: 88vh;
    overflow-y: auto;
    transform: translateY(20px) scale(0.97);
    transition: transform .45s var(--ease-spring);
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.modal--open .modal-card { transform: none; }

.modal-close {
    position: absolute; top: 1rem; right: 1rem;
    width: 38px; height: 38px;
    border: 1px solid var(--line-2);
    border-radius: 50%;
    background: var(--bg);
    color: var(--ink-2);
    display: flex; align-items: center; justify-content: center;
    transition: background .25s, color .25s, transform .35s;
    z-index: 2;
}
.modal-close:hover {
    background: var(--gold);
    color: #fff;
    transform: rotate(90deg);
}

.modal-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -0.03em;
    margin: 0.6rem 0 1rem;
    color: var(--ink);
}
.modal h4 {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-3);
    margin: 1.5rem 0 0.6rem;
    font-weight: 600;
}
.modal h5 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--ink);
    letter-spacing: -0.01em;
}
.modal p, .modal address {
    font-size: 0.92rem;
    color: var(--ink-2);
    line-height: 1.7;
    font-style: normal;
    margin-bottom: 0.5rem;
}
.modal a { color: var(--gold); }
.modal a:hover { text-decoration: underline; }
.modal-lead {
    font-size: 1rem !important;
    color: var(--ink) !important;
    font-weight: 500;
    margin-bottom: 1.25rem !important;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
}
.modal-quote {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.1rem !important;
    text-align: center;
    color: var(--gold) !important;
}

/* Philo cards inside modal */
.phi-card {
    margin-bottom: 1rem;
    padding: 1.5rem;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 16px;
}
.phi-card i {
    font-size: 1.5rem;
    color: var(--gold);
    margin-bottom: 0.75rem;
    display: block;
}
.phi-card h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 0.5rem 0;
    text-transform: none;
    letter-spacing: -0.015em;
}
.phi-card p { font-size: 0.92rem; }
.phi-card strong { color: var(--ink); font-weight: 600; }
.phi-card em { color: var(--gold); font-style: italic; }

/* Creed */
.creed-item {
    display: grid; grid-template-columns: 32px 1fr; gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--line);
}
.creed-item:last-of-type { border-bottom: 0; }
.cr-num {
    grid-row: span 2;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--gold);
    line-height: 1;
}
.creed-item h5 { margin-bottom: 0.4rem; }
.creed-item p { margin: 0; }

/* Chronik */
.chron { display: flex; flex-direction: column; gap: 0; margin-top: 1rem; }
.chron li {
    display: grid; grid-template-columns: 80px 1fr; gap: 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
}
.chron li:last-child { border-bottom: 0; }
.ch-y {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--ink);
    line-height: 1;
}
.chron h5 { margin-bottom: 0.2rem; }
.chron p { margin: 0; font-size: 0.88rem; }
.ch-future { opacity: 0.55; }
.ch-future:hover { opacity: 1; }

/* Werte table */
.w-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
    margin-top: 1rem;
}
.w-table td {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
}
.w-table td:first-child { color: var(--ink); }
.w-table td:last-child {
    text-align: right;
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--ink);
}
.w-table tfoot td {
    border-top: 2px solid var(--gold);
    border-bottom: 0;
    padding-top: 1.25rem;
    color: var(--gold) !important;
    font-size: 1.05rem;
}

/* ── CONFETTI ─────────────────────────────────── */
.confetti {
    position: fixed; inset: 0;
    z-index: 11999;
    pointer-events: none;
}

/* ══════ HERO ORB (dezente Sonnenscheibe) ══════ */
.hero-orb {
    position: absolute;
    top: -22%; right: -22%;
    width: 50vmax; height: 50vmax;
    max-width: 800px; max-height: 800px;
    z-index: -1;
    pointer-events: none;
    animation: orbFloat 28s ease-in-out infinite;
    transform-origin: center;
    opacity: 0.45;
}
.hero-orb .orb-rays {
    transform-origin: 100px 100px;
    animation: orbSpin 100s linear infinite;
}
.hero-orb .orb-ring {
    transform-origin: 100px 100px;
    animation: orbSpin 60s linear infinite reverse;
}
.hero-orb .orb-ring-2 {
    animation-duration: 40s;
}
@keyframes orbSpin { to { transform: rotate(360deg); } }
@keyframes orbFloat {
    0%, 100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(-1.5vw, 0.8vw) scale(1.03); }
}
@media (min-width: 1600px) {
    .hero-orb { top: -25%; right: -15%; width: 45vw; height: 45vw; opacity: 0.4; }
}
@media (max-width: 720px) {
    .hero-orb { top: -10%; right: -40%; width: 85vmax; height: 85vmax; opacity: 0.35; }
}

/* ══════ DECORATIVE DIVIDER ══════ */
.divider {
    display: flex; align-items: center; justify-content: center;
    gap: 1.25rem;
    padding: 0 var(--pad);
    max-width: var(--max);
    margin: 0 auto;
}
.div-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line-2), transparent);
    max-width: 320px;
}
.div-glyph {
    color: var(--gold);
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: 0 0 0 4px var(--bg), 0 4px 18px -8px rgba(168,119,12,0.3);
    animation: glyphSpin 22s linear infinite;
}
@keyframes glyphSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
    .div-glyph, .hero-orb, .hero-orb * { animation: none !important; }
}

/* ══════ CARD PATTERN BACKGROUND ══════ */
.card-pattern {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    color: var(--brand);
    opacity: 0.55;
    pointer-events: none;
    transition: opacity .5s var(--ease), transform .8s var(--ease-out);
    z-index: 0;
    mask-image: radial-gradient(ellipse 70% 60% at 100% 0%, #000 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 100% 0%, #000 0%, transparent 70%);
}
.card:hover .card-pattern {
    opacity: 1;
    transform: scale(1.05);
}

/* ══════ CARD HOVER MIKROANIMATIONEN ══════ */
@keyframes iconBounce {
    0%, 100% { transform: rotate(0) scale(1); }
    35% { transform: rotate(-12deg) scale(1.12); }
    60% { transform: rotate(6deg) scale(0.98); }
    80% { transform: rotate(-3deg) scale(1.05); }
}
.card:hover .brand-icon {
    animation: iconBounce 0.7s var(--ease-spring);
    background: color-mix(in srgb, var(--brand) 20%, transparent);
    border-color: color-mix(in srgb, var(--brand) 45%, transparent);
}

/* Card-Link arrow flying on hover */
.card-link {
    position: relative;
    overflow: hidden;
}
.card-link::after {
    content: '→';
    position: absolute;
    right: 0.5rem; top: 50%;
    transform: translate(20px, -45%);
    opacity: 0;
    color: var(--brand);
    transition: transform .4s var(--ease-out), opacity .3s;
    font-weight: 700;
}
.card-link:hover::after { transform: translate(0, -45%); opacity: 1; }

/* ══════ CARD REVEAL: 3D-Tilt-In ══════ */
.card.is-hidden {
    opacity: 0;
    transform: translateY(40px) rotateX(6deg);
    transform-origin: center bottom;
}
.card {
    transition: opacity .9s var(--ease-out), transform .9s var(--ease-out), border-color .35s var(--ease), background .35s, box-shadow .4s;
}
.card.in {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}
@media (prefers-reduced-motion: reduce) {
    .card.is-hidden { opacity: 1; transform: none; }
}

/* ══════ HERO-DISPLAY KRAFTVOLLER ══════ */
.hero-display {
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.hd-italic {
    text-shadow: 0 2px 24px rgba(168,119,12,0.12);
}

/* ══════ V-MAST mit decorativem Element ══════ */
.v-mast {
    position: relative;
    padding-left: 1rem;
}
.v-mast::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 1rem;
    width: 3px;
    background: linear-gradient(180deg, var(--gold), transparent);
}

/* ══════ VIEW SYSTEM (Modulare Pages) ══════ */
.stage {
    position: relative;
    perspective: 1800px;
    perspective-origin: 50% 30%;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
}
.view {
    position: absolute;
    inset: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition:
        transform .55s var(--ease-out),
        opacity .4s var(--ease),
        visibility 0s linear .55s;
    will-change: transform, opacity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--ink-4) transparent;
}
.view::-webkit-scrollbar { width: 8px; }
.view::-webkit-scrollbar-thumb { background: var(--ink-4); border-radius: 100px; }
.view::-webkit-scrollbar-track { background: transparent; }

.view.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
        transform .55s var(--ease-out),
        opacity .4s var(--ease),
        visibility 0s linear 0s;
}
.view.is-leaving {
    opacity: 0;
    transform: translateY(-12px);
    transition: transform .35s var(--ease-out), opacity .3s var(--ease);
}

@media (prefers-reduced-motion: reduce) {
    .view {
        transition: opacity .25s, visibility 0s linear .25s;
        transform: none;
    }
    .view.is-active { transform: none; transition: opacity .25s; }
    .view.is-leaving { transform: none; }
}

/* Hero View Anpassungen — Hero füllt View komplett */
.view--home .hero { min-height: calc(100dvh - 5rem); }

/* Skills/Ventures/Kontakt: Scroll innerhalb der View OK */
.view--skills, .view--ventures, .view--kontakt {
    padding-top: 5.5rem;
}
.view--kontakt .footer { margin-top: 0; padding-top: 3rem; }

/* ══════════════════════════════════════════════════════
   HERO V6 · NOTION WORKSTATION
   ══════════════════════════════════════════════════════ */
.view--home .hero {
    min-height: 100dvh;
    padding: 2.5rem var(--pad) 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}
.hero-main {
    display: flex; flex-direction: column;
    gap: 2rem;
    width: 100%;
}

/* ═ Workstation-Header · nur Status-Pill ═ */
.ws-header {
    display: flex; align-items: center; justify-content: flex-start;
    padding-bottom: 0;
    border: 0;
}
.ws-status-pill {
    display: inline-flex; align-items: center; gap: 0.55rem;
    padding: 0.55rem 1rem 0.55rem 0.85rem;
    background: color-mix(in srgb, var(--gold) 10%, var(--surface));
    border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent);
    border-radius: 100px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.82rem;
    color: var(--gold);
    letter-spacing: -0.01em;
}
.ws-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--gold) 50%, transparent);
    animation: pulse-dot 2.4s ease-in-out infinite;
}

.ws-claim {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.2rem, 5.2vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: var(--ink);
    max-width: 18ch;
    margin: 0;
    text-wrap: balance;
}
.ws-claim em {
    font-style: italic;
    font-weight: 500;
    color: var(--gold);
}
.ws-status-sep { opacity: 0.5; }
.ws-clock {
    font-family: var(--font-mono);
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: 0.78rem;
}

/* ═ Dashboard mit Rows (Notion-Style) ═ */
.ws-dash {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.ws-dash-head {
    display: flex; align-items: baseline; justify-content: space-between;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.ws-dash-label::before {
    content: '';
    display: inline-block;
    width: 1.2rem; height: 1px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 0.5rem;
}

.ws-rows {
    display: flex; flex-direction: column;
}
.ws-row {
    position: relative;
    display: grid;
    grid-template-columns: 38px 38px minmax(0, 1.5fr) minmax(0, 1.4fr) 70px 18px;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 0.6rem 0.95rem 0.6rem;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    text-align: left;
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 0.95rem;
    cursor: pointer;
    transition: background .25s, padding .35s var(--ease-out);
    width: 100%;
}
.ws-rows > li:last-child .ws-row { border-bottom: 0; }
.ws-row:hover {
    background: color-mix(in srgb, var(--gold) 6%, var(--surface));
    padding-left: 1.2rem;
}
.ws-row:hover .ws-row-arr {
    color: var(--gold);
    transform: translateX(4px);
}
.ws-row-num {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: var(--ink-4);
}
.ws-row-icon {
    width: 32px; height: 32px;
    border-radius: 9px;
    background: var(--bg-2);
    color: var(--ink);
    display: inline-flex; align-items: center; justify-content: center;
    transition: background .25s, color .25s;
}
.ws-row-icon i { font-size: 1rem; }
.ws-row:hover .ws-row-icon {
    background: var(--gold);
    color: #fff;
}
.ws-row-name {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    color: var(--ink);
}
.ws-row-meta {
    display: flex; gap: 0.4rem; flex-wrap: wrap;
}
.ws-row-tag {
    display: inline-flex; align-items: center;
    padding: 0.25rem 0.6rem;
    background: var(--bg-2);
    border: 1px solid var(--line);
    border-radius: 100px;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    color: var(--ink-2);
    white-space: nowrap;
}
.ws-row-tag--live {
    background: color-mix(in srgb, var(--gold) 12%, transparent);
    border-color: color-mix(in srgb, var(--gold) 30%, transparent);
    color: var(--gold);
}
.ws-row-tag--cta {
    background: var(--ink);
    color: var(--bg);
    border-color: var(--ink);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
}
.ws-row-stat {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    color: var(--ink);
    letter-spacing: -0.02em;
    text-align: right;
}
.ws-row-stat small {
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 0.7em;
    color: var(--ink-3);
    margin-left: 1px;
}
.ws-row-arr {
    color: var(--ink-4);
    font-size: 0.9rem;
    transition: color .25s, transform .35s var(--ease-out);
}

/* CTA Row (Kontakt) — dauerhaft invertiert */
.ws-row--cta {
    background: var(--ink);
    color: var(--bg);
    border-bottom: 1px solid var(--ink) !important;
    margin-top: 0.5rem;
    border-radius: 12px;
    overflow: hidden;
}
.ws-row--cta .ws-row-num { color: rgba(245,240,227,0.45); }
.ws-row--cta .ws-row-name { color: var(--bg); }
.ws-row--cta .ws-row-stat { color: var(--gold-light); }
.ws-row--cta .ws-row-icon { background: rgba(245,240,227,0.1); color: var(--gold-light); }
.ws-row--cta .ws-row-arr { color: var(--gold-light); }
.ws-row--cta .ws-row-tag--cta {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}
.ws-row--cta:hover {
    background: #050402;
    padding-left: 1.2rem;
}
.ws-row--cta:hover .ws-row-icon { background: var(--gold); color: #fff; }
.ws-row--cta:hover .ws-row-arr {
    color: var(--gold-light);
    transform: translateX(4px);
}

/* ═ Metrik-Leiste unten ═ */
.ws-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}
.ws-metric {
    display: flex; flex-direction: column;
    gap: 0.25rem;
    padding: 0 1rem;
    border-right: 1px solid var(--line);
}
.ws-metric:first-child { padding-left: 0; }
.ws-metric:last-child { border-right: 0; padding-right: 0; }
.ws-metric-num {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
    letter-spacing: -0.025em;
    color: var(--ink);
    line-height: 1;
}
.ws-metric-lbl {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-3);
}

/* ═ Stagger-Reveal beim Page-Load ═ */
.view--home.is-active .ws-header,
.view--home.is-active .ws-claim,
.view--home.is-active .ws-dash,
.view--home.is-active .ws-metrics {
    animation: revealUp 0.7s var(--ease-out) backwards;
}
.view--home.is-active .ws-header { animation-delay: 0.08s; }
.view--home.is-active .ws-claim { animation-delay: 0.16s; }
.view--home.is-active .ws-dash { animation-delay: 0.24s; }
.view--home.is-active .ws-metrics { animation-delay: 0.32s; }
.view--home.is-active .ws-rows > li { animation: revealUp 0.6s var(--ease-out) backwards; }
.view--home.is-active .ws-rows > li:nth-child(1) { animation-delay: 0.30s; }
.view--home.is-active .ws-rows > li:nth-child(2) { animation-delay: 0.37s; }
.view--home.is-active .ws-rows > li:nth-child(3) { animation-delay: 0.44s; }
.view--home.is-active .ws-rows > li:nth-child(4) { animation-delay: 0.51s; }
.view--home.is-active .ws-rows > li:nth-child(5) { animation-delay: 0.58s; }

/* Mobile */
@media (max-width: 820px) {
    .view--home .hero { padding: 1.5rem 1rem 1.5rem; }
    .hero-main { gap: 1.25rem; }
    .ws-status-pill { font-size: 0.72rem; padding: 0.45rem 0.85rem 0.45rem 0.7rem; }
    .ws-claim {
        font-size: clamp(1.8rem, 9vw, 2.6rem);
        line-height: 1.02;
    }

    .ws-row {
        grid-template-columns: 28px 32px 1fr 14px;
        gap: 0.6rem;
        padding: 0.75rem 0.5rem;
    }
    .ws-row-meta, .ws-row-stat { display: none; }
    .ws-row-name { font-size: 0.95rem; }
    .ws-row-icon { width: 30px; height: 30px; }
    .ws-row-num { font-size: 0.6rem; }

    .ws-metrics { grid-template-columns: 1fr 1fr; gap: 0; }
    .ws-metric { padding: 0.6rem 0.85rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .ws-metric:nth-child(1), .ws-metric:nth-child(2) { padding-top: 0; }
    .ws-metric:nth-child(3), .ws-metric:nth-child(4) { padding-bottom: 0; border-bottom: 0; }
    .ws-metric:nth-child(2), .ws-metric:nth-child(4) { border-right: 0; padding-right: 0; }
    .ws-metric:nth-child(1), .ws-metric:nth-child(3) { padding-left: 0; }
    .ws-metric-num { font-size: 1.2rem; }
    .ws-metric-lbl { font-size: 0.55rem; }
}

/* ══════════════════════════════════════════════════════
   HERO V5 · MINIMAL (deprecated)
   ══════════════════════════════════════════════════════ */
.view--home .hero {
    min-height: 100dvh;
    padding: 2.5rem var(--pad) 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    overflow: visible;
}
.hero-main {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 0.55rem;
    align-self: flex-start;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-3);
    padding: 0.45rem 0.85rem 0.45rem 0.7rem;
    border: 1px solid var(--line-2);
    border-radius: 100px;
    background: var(--surface);
    margin: 0 0 0.5rem;
}
.hero-eyebrow .dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34,197,94,0.5);
    animation: pulse-dot 2.4s ease-in-out infinite;
}

.hero-display {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: var(--ink);
    margin: 0;
}
.hd-block { display: block; }
.hd-italic {
    font-style: italic;
    font-weight: 600;
    color: var(--ink-2);
}
.hero-sub {
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.55;
    color: var(--ink-2);
    max-width: 60ch;
    margin: 0 0 0.5rem;
}
.hero-sub em {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 600;
    color: var(--gold);
    margin-right: 0.2em;
}

.btn-pill {
    display: inline-flex; align-items: center; gap: 0.55rem;
    padding: 0.95rem 1.5rem;
    border-radius: 100px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: -0.005em;
    line-height: 1;
    transition: transform .3s var(--ease-out), background .25s, color .25s, border-color .25s, box-shadow .3s;
}
.btn-pill-primary {
    background: var(--ink);
    color: var(--bg);
    box-shadow: 0 6px 22px -10px rgba(26,20,16,0.4);
}
.btn-pill-primary:hover {
    transform: translateY(-2px);
    background: var(--gold);
    color: #fff;
    box-shadow: 0 12px 30px -12px rgba(168,119,12,0.45);
}
.btn-pill-primary i { transition: transform .3s var(--ease-out); }
.btn-pill-primary:hover i { transform: translateX(3px); }
.btn-pill-ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line-2);
}
.btn-pill-ghost:hover {
    border-color: var(--ink);
    background: var(--surface);
    transform: translateY(-2px);
}

/* Footer-Strip: Mini-Stats + Hint */
.hero-footer {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    margin-top: 0.5rem;
}
.hero-stats-mini {
    display: flex; gap: 0;
    align-items: stretch;
}
.hero-stats-mini > div {
    display: flex; flex-direction: column-reverse;
    gap: 0.1rem;
    padding: 0 1rem;
    border-right: 1px solid var(--line);
}
.hero-stats-mini > div:first-child { padding-left: 0; }
.hero-stats-mini > div:last-child { border-right: 0; padding-right: 0; }
.hero-stats-mini dt {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.hero-stats-mini dd {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.025em;
    color: var(--ink);
    line-height: 1;
}
.hero-hint {
    display: inline-flex; align-items: center; gap: 0.45rem;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.hero-hint i { color: var(--gold); }

/* ══ Discovery Grid · 5 Bereiche als Cards ══ */
.discovery {
    margin: 0;
    padding: 0;
}
.dsc-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
    perspective: 1400px;
    flex: 1;
    align-content: stretch;
}
.dsc-grid > li { display: flex; min-height: 0; }

.dsc-card {
    position: relative;
    display: flex; flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    color: var(--ink);
    transform-style: preserve-3d;
    transform: translateZ(0);
    transition: border-color .35s, transform .35s var(--ease-out), box-shadow .45s;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.7) inset,
        0 4px 12px -8px rgba(26,20,16,0.12);
}
.dsc-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .55s var(--ease-out);
    z-index: 2;
}
.dsc-card::after {
    content: '';
    position: absolute; inset: -1px;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(168,119,12,0.18), transparent 70%);
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
    border-radius: inherit;
    z-index: 0;
}
.dsc-card:hover {
    border-color: color-mix(in srgb, var(--gold) 35%, transparent);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 22px 50px -18px rgba(26,20,16,0.28),
        0 4px 12px -6px rgba(168,119,12,0.18);
}
.dsc-card:hover::before { transform: scaleX(1); }
.dsc-card:hover::after { opacity: 1; }

.dsc-inner {
    position: relative;
    display: flex; flex-direction: column;
    padding: 1.25rem 1.2rem 1.1rem;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: transform .45s var(--ease-out);
    transform: translateZ(0);
}
.dsc-card:hover .dsc-inner { transform: translateZ(20px); }

.dsc-num {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--ink-4);
    margin-bottom: 0.85rem;
}
.dsc-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    border-radius: 11px;
    background: rgba(26,20,16,0.05);
    color: var(--ink);
    margin-bottom: 0.85rem;
    transition: background .3s, transform .4s var(--ease-out), color .3s;
}
.dsc-card:hover .dsc-icon {
    background: var(--ink);
    color: var(--gold-light);
    transform: rotate(-6deg) scale(1.05);
}
.dsc-icon i { font-size: 1.15rem; }
.dsc-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin-bottom: 0.4rem;
    line-height: 1.05;
}
.dsc-text {
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--ink-3);
    margin-bottom: 1rem;
    flex: 1;
}
.dsc-arrow {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px;
    border-radius: 50%;
    background: var(--bg);
    border: 1px solid var(--line);
    color: var(--ink);
    transition: background .25s, color .25s, transform .35s var(--ease-out), border-color .25s;
    margin-top: auto;
    align-self: flex-end;
}
.dsc-card:hover .dsc-arrow {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
    transform: translate(3px, -3px);
}
.dsc-arrow i { font-size: 0.85rem; }

/* Accent-Variante (Kontakt-Card · schwarz mit gold) */
.dsc-card--accent {
    background: var(--ink);
    color: var(--bg);
    border-color: var(--ink);
    box-shadow:
        0 4px 12px -6px rgba(26,20,16,0.25),
        0 12px 32px -16px rgba(26,20,16,0.35);
}
.dsc-card--accent .dsc-num { color: rgba(245,240,227,0.4); }
.dsc-card--accent .dsc-text { color: rgba(245,240,227,0.6); }
.dsc-card--accent .dsc-title { color: var(--bg); }
.dsc-card--accent .dsc-icon {
    background: rgba(245,240,227,0.1);
    color: var(--gold-light);
}
.dsc-card--accent .dsc-arrow {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}
.dsc-card--accent::after {
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(240,192,64,0.25), transparent 70%);
}
.dsc-card--accent:hover {
    background: #0a0805;
    border-color: var(--gold);
    box-shadow:
        0 24px 50px -18px rgba(26,20,16,0.55),
        0 6px 18px -6px rgba(168,119,12,0.3);
}
.dsc-card--accent:hover .dsc-icon {
    background: var(--gold);
    color: #fff;
    transform: rotate(-6deg) scale(1.05);
}
.dsc-card--accent:hover .dsc-arrow {
    background: var(--gold-light);
    transform: translate(3px, -3px);
}

@media (max-width: 1100px) {
    .dsc-grid { grid-template-columns: repeat(3, 1fr); }
    .dsc-card { min-height: 200px; }
}
@media (max-width: 720px) {
    .dsc-grid { grid-template-columns: 1fr 1fr; }
    .dsc-card { min-height: 175px; }
    .dsc-card--accent { grid-column: span 2; }
}
@media (max-width: 480px) {
    .dsc-grid { grid-template-columns: 1fr; }
    .dsc-card--accent { grid-column: auto; }
}

/* ══════════════════════════════════════════════════════
   SIDEBAR · feste Navigation links
   ══════════════════════════════════════════════════════ */
:root {
    --sb-width: 280px;
}
@media (max-width: 980px) {
    :root { --sb-width: 0px; }
}

.sidebar {
    position: fixed;
    top: 1rem; left: 1rem; bottom: 1rem;
    width: calc(var(--sb-width) - 1rem);
    z-index: 80;
    background: var(--surface);
    border: 1px solid var(--line-2);
    border-radius: 24px;
    padding: 1.6rem 1.4rem 1.4rem;
    display: flex; flex-direction: column;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.5) inset,
        0 18px 48px -22px rgba(26,20,16,0.18);
    transition: transform .45s var(--ease-out);
}
.sb-close {
    display: none;
    position: absolute; top: 1rem; right: 1rem;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--surface-lift);
    border: 1px solid var(--line-2);
    color: var(--ink);
    align-items: center; justify-content: center;
    transition: background .25s, color .25s;
}
.sb-close:hover { background: var(--ink); color: var(--bg); }

.sb-mark {
    display: flex; flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 2rem;
    line-height: 1;
    flex-shrink: 0;
}
.sb-mark-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
    color: var(--ink);
    transition: color .25s;
}
.sb-mark-dot {
    display: inline-block;
    width: 7px; height: 7px;
    margin-left: 0.2em;
    border-radius: 50%;
    background: var(--gold);
    vertical-align: 0.05em;
}
.sb-mark-role {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.sb-mark:hover .sb-mark-name { color: var(--gold); }

.sb-nav {
    display: flex; flex-direction: column;
    gap: 0.2rem;
    flex: 1;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
}
.sb-link {
    position: relative;
    display: grid;
    grid-template-columns: 26px 1fr 18px;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 0.85rem;
    background: transparent;
    border: 0;
    border-radius: 12px;
    text-align: left;
    color: var(--ink-2);
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    line-height: 1;
    cursor: pointer;
    transition: background .25s, color .25s, padding-left .35s var(--ease-out);
    width: 100%;
}
.sb-link::before {
    content: '';
    position: absolute; left: -1.4rem; top: 50%;
    width: 2px; height: 0;
    background: var(--gold);
    border-radius: 2px;
    transform: translateY(-50%);
    transition: height .35s var(--ease-out);
}
.sb-link-num {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--ink-4);
    transition: color .25s;
}
.sb-link-label { letter-spacing: -0.02em; }
.sb-link-arrow {
    color: var(--ink-4);
    font-size: 0.85rem;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .25s, transform .35s var(--ease-out), color .25s;
}
.sb-link:hover {
    background: var(--bg-2);
    color: var(--ink);
}
.sb-link:hover .sb-link-num { color: var(--gold); }
.sb-link:hover .sb-link-arrow {
    opacity: 1;
    transform: translateX(0);
    color: var(--gold);
}
.sb-link.is-current {
    background: var(--gold);
    color: var(--bg);
    box-shadow: 0 8px 24px -16px var(--gold);
}
.sb-link.is-current .sb-link-num { color: var(--bg); opacity: 0.7; }
.sb-link.is-current .sb-link-arrow { opacity: 1; transform: translateX(0); color: var(--bg); }
.sb-link.is-current::before { height: 70%; width: 3px; }

.sb-link--cta {
    margin-top: 0.4rem;
}

.sb-foot {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
    display: flex; flex-direction: column;
    gap: 0.55rem;
}
.sb-status {
    display: inline-flex; align-items: center; gap: 0.45rem;
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--ink-2);
}
.sb-status-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34,197,94,0.5);
    animation: pulse-dot 2.4s ease-in-out infinite;
}
.sb-mail {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 0.88rem;
    color: var(--ink);
    letter-spacing: -0.01em;
    line-height: 1.2;
    transition: color .25s;
}
.sb-mail:hover { color: var(--gold); }
.sb-meta {
    font-family: var(--font-mono);
    font-size: 0.55rem;
    letter-spacing: 0.16em;
    color: var(--ink-4);
    text-transform: uppercase;
}

/* MOBILE BAR */
.mobile-bar {
    display: none;
    position: fixed;
    top: 0.7rem; left: 0.7rem; right: 0.7rem;
    z-index: 80;
    height: 56px;
    padding: 0.4rem 0.5rem 0.4rem 1.2rem;
    background: rgba(251,246,233,0.92);
    backdrop-filter: blur(16px) saturate(1.3);
    -webkit-backdrop-filter: blur(16px) saturate(1.3);
    border: 1px solid var(--line-2);
    border-radius: 100px;
    align-items: center; justify-content: space-between;
    box-shadow: 0 8px 22px -12px rgba(26,20,16,0.2);
}
.mb-mark { line-height: 1; }
.mb-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.025em;
    color: var(--ink);
}
.mb-dot {
    display: inline-block;
    width: 6px; height: 6px;
    margin-left: 0.2em;
    border-radius: 50%;
    background: var(--gold);
    vertical-align: 0.05em;
}
.mb-toggle {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--ink);
    color: var(--bg);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.15rem;
    transition: background .25s, transform .3s;
}
.mb-toggle:hover { background: var(--gold); transform: rotate(90deg); }

@media (max-width: 980px) {
    .sidebar {
        top: 0; left: 0; bottom: 0;
        width: min(320px, 86vw);
        border-radius: 0 24px 24px 0;
        transform: translateX(-105%);
        padding: 1.5rem 1.4rem 1.4rem;
    }
    body.sidebar-open .sidebar { transform: translateX(0); }
    body.sidebar-open::after {
        content: '';
        position: fixed; inset: 0;
        background: rgba(8,5,3,0.45);
        backdrop-filter: blur(4px);
        z-index: 70;
        animation: fadeIn .25s var(--ease);
    }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    .sb-close { display: flex; }
    .mobile-bar { display: flex; }
}

/* MAIN-CONTENT: rechts neben Sidebar */
.stage {
    margin-left: var(--sb-width);
    transition: margin-left .35s var(--ease);
}
@media (max-width: 980px) {
    .stage { margin-left: 0; padding-top: 4.5rem; }
}

/* ══════════════════════════════════════════════════════
   PHILOSOPHIE & CHRONIK · eigene Views
   ══════════════════════════════════════════════════════ */
.philo-wrap, .chron-wrap {
    max-width: 880px;
    margin: 0 auto;
    padding: 3rem var(--pad) 4rem;
}
.philo-head {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--line);
}
.philo-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.4rem, 5.5vw, 4.5rem);
    letter-spacing: -0.04em;
    line-height: 0.95;
    color: var(--ink);
    margin: 0.85rem 0 1rem;
}
.philo-lead {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    line-height: 1.5;
    color: var(--ink-2);
    max-width: 62ch;
    margin: 0;
    letter-spacing: -0.01em;
}

.philo-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}
.philo-card {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.75rem 1.75rem 1.85rem 2.2rem;
    transition: border-color .35s, background .35s, transform .4s var(--ease-out);
}
.philo-card::before {
    content: '';
    position: absolute;
    left: 0; top: 1.75rem; bottom: 1.75rem;
    width: 3px;
    background: var(--gold);
    border-radius: 0 3px 3px 0;
}
.philo-card:hover {
    border-color: color-mix(in srgb, var(--gold) 30%, transparent);
    background: var(--surface-lift);
    transform: translateX(3px);
}
.philo-num {
    position: absolute;
    top: 1.4rem; right: 1.75rem;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--gold);
    line-height: 1;
    opacity: 0.6;
}
.philo-card-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--gold) 12%, var(--surface));
    color: var(--gold);
    margin-bottom: 1rem;
    transition: background .35s, transform .4s var(--ease-out);
}
.philo-card:hover .philo-card-icon {
    background: var(--gold);
    color: #fff;
    transform: rotate(-6deg);
}
.philo-card-icon i { font-size: 1.2rem; }
.philo-card-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.15rem, 1.7vw, 1.4rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--ink);
    margin: 0 0 0.65rem;
    max-width: 38ch;
}
.philo-card p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--ink-2);
    margin: 0;
    max-width: 70ch;
}
.philo-card em {
    font-style: italic;
    color: var(--gold);
    font-weight: 600;
}
.philo-card strong {
    color: var(--ink);
    font-weight: 600;
}

.philo-quote {
    margin: 3rem 0 0;
    padding: 2rem 2rem;
    background: var(--ink);
    color: var(--bg);
    border-radius: 18px;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    line-height: 1.35;
    text-align: center;
    letter-spacing: -0.02em;
    border-left: 4px solid var(--gold);
}
.philo-quote cite {
    display: block;
    margin-top: 1rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-style: normal;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245,240,227,0.5);
}

/* ══ CHRONIK in View-Modus (Anpassungen an chron-Klassen) ══ */
.chron-wrap .chron {
    margin-top: 0;
}

/* Stagger-Reveal Animationen */
.view--philosophie.is-active .philo-head,
.view--philosophie.is-active .philo-quote,
.view--chronik.is-active .philo-head {
    animation: revealUp 0.7s var(--ease-out) backwards;
}
.view--philosophie.is-active .philo-card {
    animation: revealUp 0.65s var(--ease-out) backwards;
}
.view--philosophie.is-active .philo-list > li:nth-child(1) { animation-delay: 0.18s; }
.view--philosophie.is-active .philo-list > li:nth-child(2) { animation-delay: 0.26s; }
.view--philosophie.is-active .philo-list > li:nth-child(3) { animation-delay: 0.34s; }
.view--philosophie.is-active .philo-list > li:nth-child(4) { animation-delay: 0.42s; }
.view--philosophie.is-active .philo-list > li:nth-child(5) { animation-delay: 0.50s; }
.view--philosophie.is-active .philo-quote { animation-delay: 0.6s; }

@media (max-width: 780px) {
    .philo-wrap, .chron-wrap { padding: 2rem 1rem 3rem; }
    .philo-head { margin-bottom: 2rem; padding-bottom: 1rem; }
    .philo-title { font-size: clamp(2rem, 9vw, 3rem); }
    .philo-lead { font-size: 0.95rem; line-height: 1.5; }
    .philo-list { gap: 0.7rem; }
    .philo-card { padding: 1.4rem 1.3rem 1.5rem 1.7rem; }
    .philo-card::before { left: 0; top: 1.4rem; bottom: 1.4rem; }
    .philo-num { top: 1.1rem; right: 1.3rem; font-size: 1.3rem; }
    .philo-card-icon { width: 36px; height: 36px; margin-bottom: 0.8rem; }
    .philo-card-icon i { font-size: 1.05rem; }
    .philo-card-title { font-size: 1.05rem; margin-bottom: 0.5rem; }
    .philo-card p { font-size: 0.88rem; line-height: 1.6; }
    .philo-quote { padding: 1.4rem 1.25rem; font-size: 1.05rem; margin-top: 2rem; border-radius: 14px; }
    .philo-quote cite { font-size: 0.62rem; margin-top: 0.75rem; }
}

/* ══════════════════════════════════════════════════════
   ZURÜCK-BUTTON (deprecated)
   ══════════════════════════════════════════════════════ */
.back-btn {
    position: sticky; top: 6.5rem;
    z-index: 20;
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.6rem 1.1rem 0.6rem 0.9rem;
    margin-left: var(--pad);
    margin-bottom: -1.5rem;
    width: max-content;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 100px;
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: -0.01em;
    line-height: 1;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 6px 18px -10px rgba(26,20,16,0.16);
    transition:
        gap .3s var(--ease-out),
        background .3s, color .3s, border-color .3s,
        transform .3s var(--ease-out),
        box-shadow .35s;
}
.back-btn .back-icon {
    font-size: 1rem;
    color: var(--ink-3);
    transition: color .3s, transform .35s var(--ease-out);
}
.back-btn:hover {
    gap: 0.85rem;
    border-color: var(--ink);
    transform: translateY(-1px);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 10px 24px -10px rgba(26,20,16,0.25);
}
.back-btn:hover .back-icon {
    color: var(--gold);
    transform: translateX(-3px);
}

@media (max-width: 700px) {
    .back-btn {
        top: 5rem;
        padding: 0.55rem 1rem 0.55rem 0.8rem;
        margin-bottom: -1rem;
        font-size: 0.82rem;
    }
    .back-btn .back-icon { font-size: 0.95rem; }
}

/* ══════════════════════════════════════════════════════
   SKILLS V2 · Mast mit Stats + Champion-Reihe
   ══════════════════════════════════════════════════════ */
.skl-mast {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    margin-bottom: 1.5rem;
}
.skl-mast-left { max-width: 760px; }

/* Stats-Box: aufgeräumt, gleich strukturiert, harmonisch */
.skl-mast-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
    margin: 0;
}
.skl-stat {
    display: flex; flex-direction: column;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 1.1rem 1.1rem 1.05rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    min-height: 108px;
    transition: border-color .25s, background .25s, transform .35s var(--ease-out);
}
.skl-stat:hover {
    border-color: color-mix(in srgb, var(--gold) 30%, var(--line));
    background: var(--surface-lift);
    transform: translateY(-2px);
}
.skl-stat dt {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-3);
    line-height: 1.3;
    margin: 0;
    display: flex; align-items: baseline; gap: 0.35rem;
    flex-wrap: wrap;
}
.skl-stat-sub {
    font-family: var(--font-mono);
    font-size: 0.62em;
    letter-spacing: 0.12em;
    color: var(--ink-4);
    text-transform: uppercase;
    padding: 0.15rem 0.4rem;
    border: 1px solid var(--line-2);
    border-radius: 100px;
}
.skl-stat dd {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2rem, 3vw, 2.6rem);
    letter-spacing: -0.04em;
    color: var(--ink);
    line-height: 0.9;
    margin: 0;
}
.skl-stat dd small {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 0.5em;
    color: var(--ink-3);
    margin-left: 1px;
}
.skl-stat--accent {
    background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 14%, var(--surface)) 0%, var(--surface) 100%);
    border-color: color-mix(in srgb, var(--gold) 28%, var(--line));
}
.skl-stat--accent dd { color: var(--gold); }
.skl-stat--accent .skl-stat-sub {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}

@media (max-width: 920px) {
    .skl-mast { gap: 1.25rem; }
    .skl-mast-stats { grid-template-columns: repeat(2, 1fr); gap: 0.55rem; }
    .skl-stat { min-height: 92px; padding: 0.9rem 1rem; }
    .skl-stat dd { font-size: 1.85rem; }
}
@media (max-width: 420px) {
    .skl-mast-stats { grid-template-columns: 1fr 1fr; }
    .skl-stat dt { font-size: 0.55rem; }
}

.skl-champions {
    display: flex; align-items: center; gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(90deg, color-mix(in srgb, var(--gold) 8%, var(--surface)) 0%, var(--surface) 100%);
    border: 1px solid color-mix(in srgb, var(--gold) 25%, var(--line));
    border-radius: 16px;
    overflow: hidden;
    flex-wrap: wrap;
}
.skl-champ-label {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--gold);
    flex-shrink: 0;
}
.skl-champ-label i { font-size: 1.05rem; }
.skl-champ-list {
    display: flex; gap: 0.4rem; flex-wrap: wrap;
    flex: 1;
}
.skl-champ-list li {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.35rem 0.7rem 0.35rem 0.85rem;
    background: var(--bg);
    border: 1px solid var(--line-2);
    border-radius: 100px;
    font-size: 0.78rem;
    color: var(--ink);
    transition: border-color .25s, transform .25s var(--ease-spring);
}
.skl-champ-list li:hover {
    border-color: var(--gold);
    transform: translateY(-2px);
}
.ch-name { font-weight: 500; }
.ch-val {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 0.72rem;
    color: var(--gold);
    padding: 0.18rem 0.4rem;
    background: rgba(168,119,12,0.1);
    border-radius: 100px;
}
.ch-val::after { content: '%'; opacity: 0.55; font-size: 0.78em; }

/* Skill-Group 3D-Tilt aktivieren */
.skl-group {
    transform: translateZ(0);
    transform-style: preserve-3d;
    transition: transform .35s var(--ease-out), border-color .35s var(--ease), background .35s var(--ease), box-shadow .4s;
    will-change: transform;
}
.skl-group:hover {
    box-shadow:
        0 22px 50px -22px rgba(26,20,16,0.22),
        0 4px 12px -6px rgba(168,119,12,0.12);
}

/* Stagger-Reveal beim View-Activate */
.view.is-active .skl-group {
    animation: revealUp 0.7s var(--ease-out) backwards;
}
.view.is-active .skl-group:nth-child(1) { animation-delay: 0.05s; }
.view.is-active .skl-group:nth-child(2) { animation-delay: 0.10s; }
.view.is-active .skl-group:nth-child(3) { animation-delay: 0.15s; }
.view.is-active .skl-group:nth-child(4) { animation-delay: 0.20s; }
.view.is-active .skl-group:nth-child(5) { animation-delay: 0.25s; }
.view.is-active .skl-group:nth-child(6) { animation-delay: 0.30s; }
.view.is-active .skl-group:nth-child(7) { animation-delay: 0.35s; }
.view.is-active .skl-group:nth-child(8) { animation-delay: 0.40s; }
.view.is-active .skl-group:nth-child(9) { animation-delay: 0.45s; }

.view--ventures.is-active .card {
    animation: revealUp 0.7s var(--ease-out) backwards;
}
.view--ventures.is-active .card:nth-child(1) { animation-delay: 0.05s; }
.view--ventures.is-active .card:nth-child(2) { animation-delay: 0.12s; }
.view--ventures.is-active .card:nth-child(3) { animation-delay: 0.18s; }
.view--ventures.is-active .card:nth-child(4) { animation-delay: 0.24s; }
.view--ventures.is-active .card:nth-child(5) { animation-delay: 0.30s; }
.view--ventures.is-active .card:nth-child(6) { animation-delay: 0.36s; }
.view--ventures.is-active .card:nth-child(7) { animation-delay: 0.42s; }
.view--ventures.is-active .card:nth-child(8) { animation-delay: 0.48s; }
.view--ventures.is-active .card:nth-child(9) { animation-delay: 0.54s; }
.view--ventures.is-active .card:nth-child(10) { animation-delay: 0.60s; }

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@media (prefers-reduced-motion: reduce) {
    .view.is-active .skl-group,
    .view--ventures.is-active .card { animation: none; }
}

/* Discovery-Cards: Stagger-Reveal beim Page-Load */
.view--home.is-active .dsc-card {
    animation: revealUp 0.7s var(--ease-out) backwards;
}
.view--home.is-active .dsc-grid li:nth-child(1) .dsc-card { animation-delay: 0.15s; }
.view--home.is-active .dsc-grid li:nth-child(2) .dsc-card { animation-delay: 0.22s; }
.view--home.is-active .dsc-grid li:nth-child(3) .dsc-card { animation-delay: 0.29s; }
.view--home.is-active .dsc-grid li:nth-child(4) .dsc-card { animation-delay: 0.36s; }
.view--home.is-active .dsc-grid li:nth-child(5) .dsc-card { animation-delay: 0.43s; }

/* ══════════════════════════════════════════════════════
   HERO V2 · Steckbrief + Buch-Inhaltsverzeichnis (DEPRECATED)
   ══════════════════════════════════════════════════════ */
.hero-stack {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.hero-top {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 360px);
    gap: 3rem;
    align-items: end;
}
.hero-left { display: flex; flex-direction: column; }

/* ══ Steckbrief-Card (Visitenkarten-Look) ══ */
.hero-card {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--line-2);
    border-radius: 20px;
    padding: 1.5rem 1.5rem 1.25rem;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 18px 48px -28px rgba(26,20,16,0.18),
        0 4px 14px -8px rgba(168,119,12,0.1);
    transform: rotate(-1deg);
    transition: transform .45s var(--ease-spring);
}
.hero-card:hover { transform: rotate(0deg) translateY(-2px); }
.hero-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    border-radius: 20px 20px 0 0;
}
.hc-head {
    display: flex; justify-content: space-between; align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed var(--line-2);
    margin-bottom: 0.9rem;
}
.hc-label {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.hc-no {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    color: var(--gold);
}
.hc-list { display: flex; flex-direction: column; gap: 0.45rem; }
.hc-list > div {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 0.7rem;
    align-items: baseline;
}
.hc-list dt {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.hc-list dd {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--ink);
    letter-spacing: -0.005em;
}
.hc-avail {
    display: inline-flex; align-items: center; gap: 0.4rem;
    color: var(--interactive);
    font-weight: 600;
}
.hc-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #4ade80;
    animation: pulse-dot 2.4s ease-in-out infinite;
}
.hc-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0.9rem 0;
    padding: 0.8rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.hc-stats > div {
    display: flex; flex-direction: column-reverse; gap: 0.1rem;
    align-items: center;
    border-right: 1px solid var(--line);
    padding: 0 0.5rem;
}
.hc-stats > div:last-child { border-right: 0; }
.hc-stats dt {
    font-family: var(--font-mono);
    font-size: 0.55rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.hc-stats dd {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
    color: var(--ink);
}
.hc-skills {
    display: flex; flex-wrap: wrap; gap: 0.35rem;
    margin-top: 0.25rem;
}
.hc-skills li {
    display: inline-flex; align-items: center; gap: 0.35rem;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    padding: 0.35rem 0.6rem;
    border: 1px solid var(--line-2);
    border-radius: 100px;
    color: var(--ink-2);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.hc-skills i { color: var(--gold); font-size: 0.78rem; }

/* ══ Buch-Inhaltsverzeichnis ══ */
.hero-toc {
    width: 100%;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line-2);
}
.toc-head {
    display: flex; align-items: baseline;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.toc-label {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
}
.toc-label::before {
    content: '';
    display: inline-block; width: 1.5rem; height: 1px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 0.55rem;
}
.toc-pages {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.toc-list { display: flex; flex-direction: column; }
.toc-item {
    display: grid;
    grid-template-columns: 36px 1fr auto 36px 18px;
    gap: 1rem;
    align-items: baseline;
    padding: 1rem 0.5rem 1rem 0.25rem;
    border-bottom: 1px solid var(--line);
    background: none; border-left: 0; border-right: 0; border-top: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background .25s, padding .35s var(--ease-out);
    color: var(--ink);
}
.toc-list li:first-child .toc-item { border-top: 1px solid var(--line); }
.toc-item:hover {
    background: linear-gradient(90deg, transparent, var(--gold-soft) 40%, var(--gold-soft) 60%, transparent);
    padding-left: 1rem;
}
.toc-item:hover .toc-roman { color: var(--gold); }
.toc-item:hover .toc-name { color: var(--gold); }
.toc-item:hover .toc-arrow { transform: translateX(4px); color: var(--gold); }

.toc-roman {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--ink-3);
    line-height: 1;
    transition: color .25s;
}
.toc-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.15rem, 1.7vw, 1.6rem);
    letter-spacing: -0.025em;
    line-height: 1.1;
    transition: color .25s;
}
.toc-dots {
    flex: 1;
    border-bottom: 1px dotted var(--line-2);
    margin: 0 0.4rem;
    align-self: end;
    margin-bottom: 0.5rem;
    min-width: 24px;
}
.toc-meta {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    color: var(--ink-3);
}
.toc-page {
    font-family: var(--font-mono);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ink-3);
    text-align: right;
    letter-spacing: 0.02em;
}
.toc-arrow {
    color: var(--ink-3);
    font-size: 1rem;
    transition: transform .35s var(--ease-out), color .25s;
}

/* ══ Inactive Badge (dehner Cō) ══ */
.badge--inactive {
    background: rgba(26,20,16,0.06);
    color: var(--ink-3);
    border-color: var(--line-2);
}
.badge--inactive .badge-dot {
    background: var(--ink-4);
    animation: none;
}

/* ══ Familien-Stempel (Schaschlik) ══ */
.family-stamp {
    position: absolute;
    top: 1.5rem; right: 1rem;
    width: 100px; height: 100px;
    color: #b8312a;
    opacity: 0.78;
    transform: rotate(-14deg);
    pointer-events: none;
    z-index: 4;
    transition: transform .45s var(--ease-spring), opacity .3s;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.06));
    mix-blend-mode: multiply;
}
.family-stamp svg {
    width: 100%; height: 100%;
}
.card--schaschlik:hover .family-stamp {
    transform: rotate(-9deg) scale(1.06);
    opacity: 0.92;
}
@media (max-width: 700px) {
    .family-stamp {
        width: 78px; height: 78px;
        top: 0.85rem; right: 0.6rem;
    }
}

/* ══ Page-Indicator (Buch-Pagination unten rechts) ══ */
.page-indicator {
    position: fixed;
    bottom: 1.25rem; right: 1.5rem;
    z-index: 50;
    display: inline-flex; align-items: baseline; gap: 0.4rem;
    padding: 0.55rem 0.95rem;
    background: rgba(251,246,233,0.85);
    backdrop-filter: blur(14px) saturate(1.3);
    -webkit-backdrop-filter: blur(14px) saturate(1.3);
    border: 1px solid var(--line-2);
    border-radius: 100px;
    box-shadow: 0 8px 24px -12px rgba(26,20,16,0.2);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-3);
    pointer-events: none;
    user-select: none;
}
.pi-label { color: var(--ink-3); }
.pi-current {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    min-width: 1.4ch;
    text-align: center;
    display: inline-block;
}
.pi-sep { color: var(--ink-4); }
.pi-total {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1rem;
    color: var(--ink-3);
    text-transform: none;
    letter-spacing: 0;
}
.pi-name {
    padding-left: 0.5rem;
    margin-left: 0.4rem;
    border-left: 1px solid var(--line);
    color: var(--ink-2);
    font-weight: 500;
}
@media (max-width: 700px) {
    .page-indicator { bottom: 0.7rem; right: 0.7rem; padding: 0.45rem 0.7rem; font-size: 0.62rem; }
    .pi-name { display: none; }
}

@media (max-width: 980px) {
    .hero-top { grid-template-columns: 1fr; gap: 2rem; }
    .hero-card { transform: rotate(0deg); max-width: 480px; }
    .hero-card:hover { transform: translateY(-2px); }
}

/* ══════════════════════════════════════════════════════
   TABLET (820–1080px) · Zwischen Desktop und Mobile
   ══════════════════════════════════════════════════════ */
@media (max-width: 1080px) and (min-width: 821px) {
    .skl-grid { grid-template-columns: repeat(2, 1fr); }
    .bento { grid-template-columns: repeat(8, 1fr); }
    .span-7 { grid-column: span 8; }
    .span-6 { grid-column: span 4; }
    .span-5 { grid-column: span 8; }
    .span-4 { grid-column: span 4; }
    .span-12 { grid-column: span 8; }
    .kt-cards { grid-template-columns: 1fr 1fr; }
    .kt-card--primary { grid-column: span 2; }
    .ws-row { grid-template-columns: 32px 36px minmax(0, 1.4fr) minmax(0, 1fr) 60px 16px; gap: 0.85rem; }
    .ws-row-name { font-size: 0.98rem; }
    .ws-row-meta .ws-row-tag { font-size: 0.58rem; }
    .ws-metrics { grid-template-columns: repeat(2, 1fr); gap: 1rem 1.5rem; }
    .ws-metric:nth-child(2) { border-right: 0; padding-right: 0; }
    .ws-metric:nth-child(3) { padding-left: 0; border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 0.5rem; }
    .ws-metric:nth-child(4) { border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 0.5rem; }
    .skl-mast-stats { grid-template-columns: repeat(4, 1fr); }
    .skl-stat { min-height: 100px; padding: 1rem; }
    .skl-stat dd { font-size: 2.2rem; }
}

/* ══════════════════════════════════════════════════════
   MOBILE-POLISH (≤780px)
   ══════════════════════════════════════════════════════ */
@media (max-width: 780px) {
    /* Root tokens kleiner */
    :root {
        --pad: 1rem;
    }

    /* HEADER: kompakt, Burger sichtbar */
    .nav {
        top: 0.6rem;
        width: calc(100% - 1.2rem);
        height: 62px;
        padding: 0.5rem 0.55rem 0.5rem 1rem;
        gap: 0.6rem;
        border-radius: 100px;
    }
    .nav-mark { padding-right: 0.7rem; margin-right: 0.3rem; gap: 0.1rem; }
    .nav-mark::after { top: 22%; bottom: 22%; }
    .mark-script { font-size: 1.35rem; }
    .mark-role { display: none; }

    /* CTA: nur Pfeil-Icon, kein Text */
    .nav-cta {
        padding: 0.45rem;
        gap: 0;
        margin-left: auto;
    }
    .nav-cta .cta-status,
    .nav-cta .cta-label { display: none; }
    .nav-cta i {
        width: 36px; height: 36px;
        background: rgba(245,240,227,0.18);
        font-size: 1rem;
    }

    /* Burger toggle prominent */
    .nav-toggle {
        width: 40px; height: 40px;
        display: flex !important;
    }
    .nav-toggle span { width: 16px; }
    .nav-toggle span:nth-child(2) { width: 11px; }

    /* Mobile-Dropdown im Pill-Style */
    .nav-links {
        position: absolute;
        top: calc(100% + 0.5rem);
        left: 0; right: 0;
        flex-direction: column;
        background: rgba(251,246,233,0.97);
        backdrop-filter: blur(20px);
        border: 1px solid var(--line-2);
        border-radius: 20px;
        padding: 0.5rem;
        gap: 0;
        font-size: 0.95rem;
        box-shadow: 0 14px 38px -14px rgba(26,20,16,0.22);
        transform: translateY(-12px);
        opacity: 0; pointer-events: none;
        transition: transform .3s var(--ease-out), opacity .25s;
    }
    .nav-links.nav-links--open { transform: none; opacity: 1; pointer-events: auto; }
    .nav-links a {
        padding: 0.9rem 1.1rem;
        text-transform: none;
        letter-spacing: 0;
        border-bottom: 1px solid var(--line);
    }
    .nav-links a:last-child { border-bottom: 0; }
    .nav-links a::after { display: none; }
    .nav-links a.is-current { background: var(--gold-soft); border-radius: 12px; }

    /* HERO mobile-Polish */
    .view--home .hero,
    .view--skills, .view--ventures, .view--kontakt {
        padding-top: 5rem;
    }
    .hero {
        padding: 5rem 1rem 2rem;
    }
    .hero-orb {
        top: -15%; right: -45%;
        width: 90vmax; height: 90vmax;
        opacity: 0.3;
    }
    .hero-eyebrow {
        font-size: 0.65rem;
        letter-spacing: 0.14em;
        margin-bottom: 1.5rem;
        padding-bottom: 0.4rem;
    }
    .hero-display {
        font-size: clamp(2.5rem, 13vw, 4.5rem);
        letter-spacing: -0.035em;
    }
    .hd-mit {
        font-size: 0.18em;
        padding: 0.5em 0.75em 0.4em;
        margin-left: 0.3em;
    }
    .hd-row-2 { padding-left: 0; }
    .hd-row-3 { padding-left: 0; }
    .hd-amp { font-size: 1.3em; }
    .hd-tail { font-size: 0.5em; }
    .hero-meta {
        font-size: 0.62rem;
        letter-spacing: 0.08em;
        padding-bottom: 0.5rem;
    }
    .hero-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
        margin-bottom: 1.5rem;
    }
    .hero-sub { font-size: 0.95rem; }
    .hero-skills { gap: 0.35rem; }
    .hero-skills li {
        font-size: 0.74rem;
        padding: 0.45rem 0.75rem;
    }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
        width: 100%;
    }
    .hero-actions .btn {
        justify-content: center;
        width: 100%;
        padding: 0.95rem 1.4rem;
        font-size: 0.92rem;
    }
    .hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        padding: 0.85rem 0;
        margin-top: 1.5rem;
        max-width: 100%;
    }
    .hero-stats > div { padding: 0 0.6rem; }
    .hero-stats dt { font-size: 0.58rem; letter-spacing: 0.12em; }
    .hero-stats dd { font-size: 1.4rem; }

    /* SECTION-Mast */
    .skl-mast, .ventures-mast, .section-mast {
        margin-bottom: 2rem;
    }
    .skl-title, .v-section-title {
        font-size: clamp(1.7rem, 6vw, 2.4rem);
    }
    .skl-deck, .v-section-deck {
        font-size: 0.92rem;
    }

    /* SKILLS */
    .skills-sec { padding: 4rem 1rem 3rem; }
    .skl-grid { gap: 0.75rem; }
    .skl-group { padding: 1.3rem 1.1rem 1.1rem; }
    .skl-group > header {
        gap: 0.55rem;
        padding-bottom: 0.85rem;
        margin-bottom: 0.85rem;
    }
    .skl-group > header i {
        width: 28px; height: 28px;
        font-size: 0.85rem;
    }
    .skl-group h3 { font-size: 0.98rem; }
    .skl-group ul { gap: 0.6rem; }
    .skl-group li {
        grid-template-columns: minmax(0, 1.2fr) 1fr 32px;
        gap: 0.55rem;
    }
    .sk-name { font-size: 0.78rem; }
    .sk-bar { height: 4px; }
    .sk-val { font-size: 0.7rem; }

    /* VENTURES */
    .ventures { padding: 4rem 1rem 3rem; }
    .bento { gap: 0.75rem; }
    .card { padding: 1.4rem 1.25rem; border-radius: 18px; }
    .card-head { gap: 0.6rem; margin-bottom: 1rem; }
    .brand-icon { width: 38px; height: 38px; border-radius: 11px; }
    .brand-icon i { font-size: 1rem; }
    .brand-name { font-size: 1.05rem; }
    .brand-sub { font-size: 0.72rem; }
    .badges { gap: 0.3rem; }
    .badge { font-size: 0.6rem; padding: 0.3rem 0.55rem; }
    .badge i { font-size: 0.78rem; }
    .card-desc { font-size: 0.88rem; line-height: 1.55; margin-bottom: 1rem; }
    .metrics { gap: 0; padding: 0.75rem 0; margin-bottom: 1.1rem; }
    .metrics > div { padding: 0 0.6rem; }
    .metrics dt { font-size: 0.55rem; }
    .metrics dd { font-size: 1rem; }
    .services { grid-template-columns: repeat(2, 1fr); gap: 0.4rem; }
    .service { padding: 0.7rem 0.6rem; min-height: 64px; }
    .service .svc-name { font-size: 0.72rem; }
    .service .svc-desc { font-size: 0.62rem; }
    .game-row { padding: 0.6rem 0.75rem; }
    .vl-key { font-size: 0.88rem; }
    .vl-val { font-size: 0.62rem; letter-spacing: 0.08em; }
    .v-tags li, .tags li { font-size: 0.6rem; padding: 0.3rem 0.55rem; }
    .v-link, .card-link { font-size: 0.72rem; padding-top: 0.9rem; }
    .v-foot, .card-meta { font-size: 0.68rem; padding-top: 0.9rem; }
    .stealth-grid { grid-template-columns: 1fr; gap: 1rem; }
    .stealth-features { grid-template-columns: 1fr 1fr; gap: 0.45rem; }
    .feature { padding: 0.7rem 0.85rem; }
    .feature i { font-size: 1rem; }
    .feature strong { font-size: 0.85rem; }
    .feature span { font-size: 0.66rem; }
    .fleet { grid-template-columns: 1fr 1fr; }
    .fleet-item { padding: 0.65rem 0.85rem; }
    .fleet-item strong { font-size: 1.1rem; }

    /* KONTAKT-VIEW */
    .kontakt-wrap {
        padding: 3rem 1rem 2rem;
        gap: 2rem;
    }
    .kt-title { font-size: clamp(2rem, 9vw, 3rem); }
    .kt-deck { font-size: 0.95rem; }
    .kt-cards { grid-template-columns: 1fr; gap: 0.75rem; }
    .kt-card { padding: 1.3rem 1.25rem; }
    .kt-card-value { font-size: 1.25rem; }
    .kt-card-note { font-size: 0.74rem; }
    .kt-grid2 { grid-template-columns: 1fr; gap: 0.75rem; }
    .kt-loc { padding: 1.2rem 1.25rem; }
    .kt-loc h3 { font-size: 0.94rem; }
    .kt-loc p { font-size: 0.88rem; }
    .kt-modal-buttons { grid-template-columns: 1fr 1fr; gap: 0.45rem; }
    .kt-mod {
        padding: 0.85rem 1rem;
        font-size: 0.85rem;
        gap: 0.5rem;
    }
    .kt-mod-arrow { display: none; }
    .kt-foot {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        font-size: 0.65rem;
        padding-top: 1.5rem;
    }

    /* MODALS */
    .modal { padding: 1rem; align-items: flex-start; padding-top: 2rem; }
    .modal-card, .modal-card--wide {
        padding: 1.5rem 1.2rem 1.2rem;
        max-height: 88vh;
        border-radius: 18px;
    }
    .modal-title { font-size: 1.6rem; }
    .modal-lead { font-size: 0.9rem; }
    .modal h4 { font-size: 0.92rem; }
    .modal p { font-size: 0.88rem; }
    .modal-close {
        top: 0.75rem; right: 0.75rem;
        width: 36px; height: 36px;
    }

    /* PHILOSOPHIE phi-card mobile */
    .phi-card { padding: 1.3rem 1.2rem; margin-bottom: 0.85rem; }
    .phi-card h4 { font-size: 1rem; line-height: 1.3; padding-right: 1.8rem; }
    .phi-card p { font-size: 0.86rem; line-height: 1.55; }
    .phi-card > i { font-size: 1.4rem; margin-bottom: 0.85rem; }
    .phi-num { top: 0.9rem; right: 1.1rem; font-size: 1.3rem; }

    /* CHRONIK mobile */
    .ch-item { grid-template-columns: 42px 1fr; gap: 0.85rem; padding-bottom: 1.5rem; }
    .ch-marker { width: 42px; height: 42px; font-size: 1rem; box-shadow: 0 0 0 3px var(--surface); }
    .ch-line { left: 20px; top: 50px; bottom: -10px; }
    .ch-body { padding-top: 0.2rem; }
    .ch-body header { gap: 0.5rem; margin-bottom: 0.3rem; }
    .ch-y { font-size: 1.15rem; }
    .ch-tag { font-size: 0.56rem; padding: 0.25rem 0.5rem; letter-spacing: 0.12em; }
    .ch-body h5 { font-size: 0.95rem; margin-bottom: 0.3rem; }
    .ch-body p { font-size: 0.82rem; line-height: 1.55; }

    /* CURSOR auf Touch immer aus */
    .cursor { display: none !important; }

    /* HERO V5 MINIMAL mobile */
    .view--home .hero { min-height: 0; padding: 5rem 1rem 1.5rem; }
    .hero-main { gap: 1.1rem; }
    .hero-eyebrow {
        font-size: 0.6rem;
        letter-spacing: 0.13em;
        padding: 0.35rem 0.7rem 0.35rem 0.55rem;
    }
    .hero-display {
        font-size: clamp(2rem, 10vw, 3rem);
        line-height: 0.95;
    }
    .hero-sub { font-size: 0.85rem; line-height: 1.5; }

    /* Discovery mobile */
    .dsc-grid { gap: 0.6rem; }
    .dsc-card { min-height: 160px; }
    .dsc-inner { padding: 1.1rem 1rem 0.95rem; }
    .dsc-num { font-size: 0.6rem; margin-bottom: 0.7rem; }
    .dsc-icon { width: 34px; height: 34px; margin-bottom: 0.65rem; }
    .dsc-icon i { font-size: 0.95rem; }
    .dsc-title { font-size: 1.05rem; }
    .dsc-text { font-size: 0.72rem; margin-bottom: 0.85rem; }
    .dsc-arrow { width: 30px; height: 30px; }

    /* Skills V2 mast/champions mobile */
    .skl-mast { gap: 1.25rem; margin-bottom: 1rem; }
    .skl-mast-stats { grid-template-columns: 1fr 1fr; }
    .skl-stat { padding: 0.85rem 0.9rem; }
    .skl-stat strong { font-size: 1.2rem; }
    .skl-stat span { font-size: 0.5rem; }
    .skl-champions { padding: 0.75rem 1rem; gap: 0.6rem; }
    .skl-champ-label { font-size: 0.78rem; }
    .skl-champ-list li { font-size: 0.68rem; padding: 0.3rem 0.55rem 0.3rem 0.7rem; }
    .ch-val { font-size: 0.62rem; padding: 0.15rem 0.35rem; }
}

/* ══════════════════════════════════════════════════════
   ULTRA-MOBILE (≤380px)
   ══════════════════════════════════════════════════════ */
@media (max-width: 380px) {
    .hero-display { font-size: clamp(2.2rem, 12vw, 3rem); }
    .hd-mit { font-size: 0.2em; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); }
    .hero-stats > div:nth-child(3) { border-top: 1px solid var(--line); padding-top: 0.5rem; margin-top: 0.5rem; }
    .hero-stats > div:nth-child(4) { border-top: 1px solid var(--line); padding-top: 0.5rem; margin-top: 0.5rem; border-right: 0; }
    .services { grid-template-columns: 1fr; }
    .stealth-features { grid-template-columns: 1fr; }
    .kt-modal-buttons { grid-template-columns: 1fr; }
}

/* ── A11Y ─────────────────────────────────────── */
:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
    border-radius: 4px;
}
