/* =====================================================================
   PORTFOLIO — Stylesheet
   =====================================================================
   Bewusst reduziert: Schwarz, Grau, Weiss. Keine Farbakzente, keine
   Verlaeufe auf Flaechen, keine Aurora-/Orbit-/Cursor-Ebenen. Die
   einzige Hierarchie entsteht ueber Helligkeit, Hairlines und Abstand.

   Wer hier Farbe ergaenzen will: an EINER Stelle, ueber --accent.
   Alles andere zieht dann mit.

   Sprache der Seite: Deutsch. Bitte nicht mischen.
   ===================================================================== */

/* Schriften kommen aus dem gemeinsamen Ordner, selbst gehostet. */
@font-face {
    font-family: "Sora";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("fonts/sora-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("fonts/inter-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    /* Flaechen — vier Stufen reichen fuer die ganze Seite */
    --bg: #0a0a0a;
    --panel: #131313;
    --panel-2: #191919;
    --panel-3: #202020;

    /* Text — alle Werte ueber 4,5:1 auf --bg und auf --panel */
    --white: #f2f2f2;
    --body: #b4b4b4;   /* 9,3:1 */
    --muted: #8d8d8d;  /* 5,9:1 — Untergrenze, nicht dunkler */

    --line: rgba(255, 255, 255, .09);
    --line-strong: rgba(255, 255, 255, .18);

    /* Kein Farbakzent. Weiss ist der Akzent. */
    --accent: #ffffff;

    --shell: 1080px;
    --pad: clamp(1.15rem, 4vw, 2.5rem);
    --display: "Sora", system-ui, sans-serif;
    --copy: "Inter", system-ui, sans-serif;
    --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    background: var(--bg);
    overflow-x: hidden;
}
html.scroll-assisting { scroll-behavior: auto; }

body {
    min-width: 320px;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--body);
    font-family: var(--copy);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--white); color: var(--bg); }
:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }

/* Sehr dezentes Raster im Hintergrund. Das ist der einzige
   Hintergrundeffekt, der geblieben ist — statisch, kein Animation. */
.backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .72;
    background-image:
        linear-gradient(rgba(255, 255, 255, .024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, .7) 68%, transparent 92%);
}

main, footer { position: relative; z-index: 1; }

/* Das mathematische ℓ kommt aus einer Ersatzschrift und bringt eine
   zu breite rechte Sidebearing mit. Die getrennte Wortmarke gleicht
   genau diesen optischen Abstand aus, ohne die restlichen Buchstaben
   zusammenzuquetschen. */
.wordmark { display: inline-flex; align-items: center; white-space: nowrap; line-height: 1; }
.wordmark-lead {
    display: inline-block;
    margin-right: -.23em;
    font-size: .96em;
    line-height: 1;
    transform: translateY(.01em);
}
.wordmark-tail {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
}

/* Die Aponic-Welle, bewusst nur auf der grossen Wortmarke im Profilkopf.
   Drei unterschiedlich breite Ebenen laufen gemeinsam durch die Schrift,
   ohne andere Vorkommen des Namens auf der Seite zu veraendern. */
@property --profile-wave-front-y {
    syntax: "<length>";
    inherits: false;
    initial-value: 0em;
}
@property --profile-wave-mid-y {
    syntax: "<length>";
    inherits: false;
    initial-value: 0em;
}
@property --profile-wave-back-y {
    syntax: "<length>";
    inherits: false;
    initial-value: 0em;
}
.profile-wave {
    --profile-wave-front: 2em;
    --profile-wave-mid: 3.1em;
    --profile-wave-back: 4.6em;
    --profile-wave-front-height: 180%;
    --profile-wave-mid-height: 180%;
    --profile-wave-back-height: 175%;
    --profile-wave-front-x: 0em;
    --profile-wave-front-y: 0em;
    --profile-wave-mid-x: 0em;
    --profile-wave-mid-y: 0em;
    --profile-wave-back-x: 0em;
    --profile-wave-back-y: 0em;
    --profile-wave-front-duration: 7600ms;
    --profile-wave-mid-duration: 9100ms;
    --profile-wave-back-duration: 10800ms;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 75 100%22 preserveAspectRatio=%22none%22%3E%3Cpath d=%22M0,30 C9.375,17 28.125,17 37.5,30 C46.875,43 65.625,43 75,30 L75,100 L0,100 Z%22 fill=%22%23fff%22 fill-opacity=%220.78%22/%3E%3Cpath d=%22M0,30 C9.375,17 28.125,17 37.5,30 C46.875,43 65.625,43 75,30 L75,34.5 C65.625,47.5 46.875,47.5 37.5,34.5 C28.125,21.5 9.375,21.5 0,34.5 Z%22 fill=%22%23fff%22/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 115 100%22 preserveAspectRatio=%22none%22%3E%3Cpath d=%22M0,39 C14.375,21 43.125,21 57.5,39 C71.875,57 100.625,57 115,39 L115,100 L0,100 Z%22 fill=%22%23fff%22 fill-opacity=%220.48%22/%3E%3Cpath d=%22M0,39 C14.375,21 43.125,21 57.5,39 C71.875,57 100.625,57 115,39 L115,43 C100.625,61 71.875,61 57.5,43 C43.125,25 14.375,25 0,43 Z%22 fill=%22%23fff%22 fill-opacity=%220.85%22/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 170 100%22 preserveAspectRatio=%22none%22%3E%3Cpath d=%22M0,48 C21.25,25 63.75,25 85,48 C106.25,71 148.75,71 170,48 L170,100 L0,100 Z%22 fill=%22%23fff%22 fill-opacity=%220.32%22/%3E%3Cpath d=%22M0,48 C21.25,25 63.75,25 85,48 C106.25,71 148.75,71 170,48 L170,52 C148.75,75 106.25,75 85,52 C63.75,29 21.25,29 0,52 Z%22 fill=%22%23fff%22 fill-opacity=%220.6%22/%3E%3C/svg%3E"),
        linear-gradient(180deg, #c8c8c8 0%, #555555 100%);
    background-repeat: repeat-x, repeat-x, repeat-x, no-repeat;
    background-size:
        var(--profile-wave-front) var(--profile-wave-front-height),
        var(--profile-wave-mid) var(--profile-wave-mid-height),
        var(--profile-wave-back) var(--profile-wave-back-height),
        100% 100%;
    background-position:
        var(--profile-wave-front-x) var(--profile-wave-front-y),
        var(--profile-wave-mid-x) var(--profile-wave-mid-y),
        var(--profile-wave-back-x) var(--profile-wave-back-y),
        0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    transition:
        --profile-wave-front-y var(--profile-wave-front-duration) cubic-bezier(.45, 0, .55, 1),
        --profile-wave-mid-y var(--profile-wave-mid-duration) cubic-bezier(.45, 0, .55, 1),
        --profile-wave-back-y var(--profile-wave-back-duration) cubic-bezier(.45, 0, .55, 1);
}

/* ---------------------------------------------------------------------
   Profilkopf
   --------------------------------------------------------------------- */
.hero {
    min-height: 100svh;
    padding: clamp(4rem, 9vh, 5.75rem) var(--pad);
    display: grid;
    place-items: center;
    position: relative;
}

.profile-stage-shell {
    width: min(100%, 880px);
    perspective: 1200px;
}

.profile-stage {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --shift-x: 0px;
    --shift-y: 0px;
    --glow-x: 50%;
    --glow-y: 50%;
    position: relative;
    width: 100%;
    padding: clamp(1.25rem, 4vw, 2.25rem);
    display: flex;
    flex-direction: column;
    gap: clamp(1.15rem, 2.6vw, 1.5rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 30px;
    background: rgba(16, 16, 16, .74);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .48);
    backdrop-filter: blur(20px);
    transform: translate3d(var(--shift-x), var(--shift-y), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
    transform-style: preserve-3d;
    will-change: transform;
    transition: border-color .35s ease, box-shadow .35s ease;
}
.profile-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(280px circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, .06), rgba(255, 255, 255, .018) 38%, transparent 72%);
    opacity: 0;
    transition: opacity .3s ease;
}
.profile-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 1px;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(210px circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, .55), rgba(255, 255, 255, .08) 52%, transparent 78%);
    opacity: 0;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: opacity .3s ease;
}
.profile-stage > * { position: relative; z-index: 1; }
.profile-stage.is-tilting {
    border-color: rgba(255, 255, 255, .15);
    box-shadow: 0 40px 100px rgba(0, 0, 0, .54), 0 0 0 1px rgba(255, 255, 255, .02) inset;
}
.profile-stage.is-tilting::before { opacity: 1; }
.profile-stage.is-tilting::after { opacity: .72; }

@media (hover: none), (pointer: coarse) {
    .profile-stage { transform: none; will-change: auto; }
}

.profile-clock {
    position: absolute;
    top: clamp(1.25rem, 3vw, 1.7rem);
    right: clamp(1.25rem, 4vw, 2.25rem);
    z-index: 1;
    padding: .53rem .65rem .5rem;
    display: flex;
    align-items: baseline;
    gap: .45rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(7, 7, 7, .46);
    box-shadow: inset 0 1px rgba(255, 255, 255, .03);
    backdrop-filter: blur(12px);
}
.profile-clock time {
    color: var(--white);
    font: 600 1.05rem/1 var(--display);
    font-variant-numeric: tabular-nums;
    letter-spacing: .045em;
}
.profile-clock span {
    color: rgba(255, 255, 255, .38);
    font: 650 .5rem/1 var(--display);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.profile-intro {
    --profile-align-offset: clamp(.1rem, 2vw, 1rem);
    display: flex;
    align-items: center;
    gap: var(--profile-align-offset);
    padding-left: 0;
    padding-right: var(--profile-align-offset);
}

.hero-avatar-wrap { flex: none; }
.hero-avatar {
    width: clamp(88px, 14vw, 116px);
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .22);
    background: var(--panel-2);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .45);
}
.profile-heading { flex: 1 1 0; min-width: 0; }
.profile-title-line { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; }
.profile-title-line h1 {
    color: var(--white);
    font: 650 clamp(1.85rem, 5vw, 3rem)/1.05 var(--display);
    letter-spacing: -.055em;
}
.profile-role-tags {
    margin: .7rem 0 0 .45rem;
    display: flex;
    flex-wrap: nowrap;
    gap: .4rem;
    list-style: none;
}
.profile-role-tags li {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: .35rem .7rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: var(--body);
    font: 600 .68rem/1 var(--display);
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.activity-card {
    min-width: 0;
    padding: .85rem;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: rgba(25, 25, 25, .88);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
    color: inherit;
    text-decoration: none;
    backdrop-filter: blur(16px);
    transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.activity-card:hover { transform: translateY(-3px); border-color: var(--line-strong); background: rgba(31, 31, 31, .94); }
.activity-head { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: .75rem; }
.activity-platform { display: inline-flex; align-items: center; gap: .45rem; color: var(--muted); font: 600 .62rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.platform-icon { width: 15px; height: 15px; flex: none; filter: invert(1); opacity: .72; }

.presence { display: inline-flex; align-items: center; gap: .38rem; color: var(--muted); font-size: .63rem; white-space: nowrap; }
.presence i { width: 6px; height: 6px; border-radius: 50%; background: #707070; }
.presence[data-status="online"] i { background: #47c97e; box-shadow: 0 0 8px rgba(71, 201, 126, .35); }
.presence[data-status="playing"] i { background: #47c97e; }
.presence[data-status="studio"] i { background: #69a9ff; box-shadow: 0 0 8px rgba(105, 169, 255, .3); }
.presence[data-status="idle"] i { background: #e6ae4d; }
.presence[data-status="dnd"] i { background: #e05b64; }
.presence[data-status="profile"] i { background: #c9c9c9; }

.activity-body { display: flex; align-items: center; gap: .8rem; min-width: 0; }
.activity-avatar, .activity-art {
    width: 64px;
    height: 64px;
    flex: none;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: var(--panel-3);
    object-fit: cover;
}
.activity-copy { min-width: 0; display: grid; gap: .12rem; line-height: 1.35; }
.activity-copy strong, .activity-copy span, .activity-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-copy strong { color: var(--white); font: 650 .95rem/1.3 var(--display); }
.activity-copy span { color: var(--body); font-size: .75rem; }
.activity-copy small { color: var(--muted); font-size: .67rem; }
.activity-arrow { margin-left: auto; color: var(--muted); font-size: 1rem; }
.activity-arrow[hidden] { display: none; }
.activity-art { margin-left: auto; border-radius: 12px; }
.activity-avatar[hidden], .activity-art[hidden] { display: none; }

.profile-socials { display: flex; justify-content: center; flex-wrap: wrap; gap: .45rem; }
.profile-socials a {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 38px;
    padding: 0 .75rem;
    border-radius: 9px;
    color: var(--muted);
    font-size: .72rem;
    text-decoration: none;
    transition: color .2s var(--ease), background .2s var(--ease);
}
.profile-socials a:hover { color: var(--white); background: rgba(255, 255, 255, .05); }
.social-icon { width: 18px; height: 18px; flex: none; object-fit: contain; filter: invert(1); opacity: .78; }
.profile-socials a:hover .social-icon { opacity: 1; }

/* Scroll-Hinweis */
.scroll-cue {
    position: absolute;
    bottom: clamp(1.4rem, 4vh, 2.2rem);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .55rem;
    color: var(--muted);
    font-size: .72rem;
    text-decoration: none;
    opacity: 0;
    animation: cue-in 1.15s cubic-bezier(.16, 1, .3, 1) .95s both;
    transition: color .25s var(--ease), opacity .5s var(--ease), transform .5s var(--ease), visibility 0s;
}
.scroll-cue:hover { color: var(--white); }
.scroll-cue.has-returned { animation-delay: .12s; }
.scroll-cue.is-dismissed {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    animation: none;
    transform: translate(-50%, 10px);
    transition: color .25s var(--ease), opacity .5s var(--ease), transform .5s var(--ease), visibility 0s linear .5s;
}
.scroll-cue i {
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    animation: cue-bob 2.2s var(--ease) infinite;
}
@keyframes cue-bob {
    0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: .5; }
    50%      { transform: rotate(45deg) translate(3px, 3px); opacity: 1; }
}

@keyframes cue-in {
    from { opacity: 0; transform: translate(-50%, 10px); }
    to   { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes hero-in {
    from { opacity: 0; transform: translateY(20px) scale(.992); }
    to   { opacity: 1; transform: none; }
}
@keyframes hero-item-in {
    from { opacity: 0; transform: translateY(11px); }
    to   { opacity: 1; transform: none; }
}
.hero-reveal { animation: hero-in 1.2s cubic-bezier(.16, 1, .3, 1) .08s both; }
.hero-reveal .profile-intro,
.hero-reveal .activity-grid,
.hero-reveal .profile-socials,
.hero-reveal .profile-clock {
    animation: hero-item-in .95s cubic-bezier(.16, 1, .3, 1) both;
}
.hero-reveal .profile-intro { animation-delay: .22s; }
.hero-reveal .activity-grid { animation-delay: .34s; }
.hero-reveal .profile-socials { animation-delay: .46s; }
.hero-reveal .profile-clock { animation-delay: .38s; }

/* ---------------------------------------------------------------------
   Abschnitte
   --------------------------------------------------------------------- */
.section { padding: clamp(3.5rem, 6vh, 4.25rem) var(--pad); }
.content-shell { width: min(100%, var(--shell)); margin-inline: auto; }

.section-index {
    display: block;
    color: var(--muted);
    font: 700 .58rem/1 var(--display);
    letter-spacing: .18em;
    text-transform: uppercase;
}

.section-heading { margin-bottom: clamp(1.4rem, 3vw, 2rem); }
.section-heading > div { margin-top: .9rem; }
.about-copy h2,
.section-heading h2,
.contact-heading h2 {
    color: var(--white);
    font: 800 clamp(1.7rem, 4.5vw, 2.6rem)/1.1 var(--display);
    letter-spacing: -.045em;
    text-wrap: balance;
}
.section-heading > div p { margin-top: .7rem; color: var(--muted); font-size: .92rem; }

.about-grid { display: grid; gap: clamp(1.25rem, 3vw, 2rem); }
.about-copy h2 { margin-top: .9rem; }
.about-copy .lead { margin-top: 1.25rem; color: var(--white); font-size: clamp(1rem, 2vw, 1.12rem); line-height: 1.7; }
.about-copy > p:not(.lead) { margin-top: 1rem; max-width: none; font-size: .95rem; }
.about-copy strong a {
    color: inherit;
    text-decoration-color: rgba(255, 255, 255, .32);
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
    transition: color .2s var(--ease), text-decoration-color .2s var(--ease);
}
.about-copy strong a:hover { color: var(--white); text-decoration-color: var(--white); }

/* ---------------------------------------------------------------------
   Projektkarten
   ---------------------------------------------------------------------
   Titelbild oben im festen 16:9, darunter der Inhalt. aspect-ratio
   statt fester Hoehe, damit bei fehlendem Bild kein Sprung entsteht
   und das Layout beim Laden nicht springt.
   --------------------------------------------------------------------- */
.project-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.project {
    display: flex;
    flex-direction: column;
    container-type: inline-size;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--panel);
    overflow: hidden;
    transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.project:hover { border-color: var(--line-strong); transform: translateY(-3px); }

.project-media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--panel-2);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
}
.project-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s var(--ease);
}
.project:hover .project-media img { transform: scale(1.03); }

/* Platzhalter, solange kein Bild hinterlegt ist */
.project-media.is-empty {
    display: grid;
    place-items: center;
    gap: .5rem;
    background:
        repeating-linear-gradient(45deg, rgba(255,255,255,.018) 0 10px, transparent 10px 20px),
        var(--panel-2);
    color: var(--muted);
    text-align: center;
    padding: 1rem;
}
.project-media.is-empty > span:not(.project-badge) { font-size: .74rem; letter-spacing: .06em; }
/* Traegt die Karte eine Wortmarke, ist sie das Bild — der Hinweis
   "Titelbild folgt" waere dann falsch und wird ausgeblendet. */
.project-media.is-empty:has(.project-logo) > span:not(.project-badge) { display: none; }
.project-media.is-empty:has(.project-logo) {
    background: var(--panel-2);
    place-items: center;
}

/* Projekt-Logo.
   Liegt ueber dem Titelbild bzw. steht allein, wenn es noch keins gibt.
   object-fit: contain, damit ein Schriftzug nie beschnitten oder
   verzerrt wird — bei Wortmarken ist cover immer falsch. */
/* .project-media .project-logo statt nur .project-logo: die Regel
   .project-media img setzt object-fit:cover und hat mit (0,1,1) die
   hoehere Spezifitaet. Eine Wortmarke darf aber nie beschnitten werden —
   genau das hatte "Caramel" zu "aram" gemacht. */
.project-media .project-logo {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    width: min(62%, 260px);
    height: auto;
    max-height: 46%;
    object-fit: contain;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .65));
    pointer-events: none;
}
/* Ohne Titelbild rueckt das Logo in die Mitte und darf groesser sein. */
.project-media.is-empty .project-logo {
    object-fit: contain;
    position: static;
    transform: none;
    width: min(78%, 280px);
    max-width: 280px;
    max-height: 62%;
}

/* Status als Plakette auf dem Bild */
.project-badge {
    position: absolute;
    top: .7rem;
    left: .7rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .32rem .6rem;
    border-radius: 999px;
    background: rgba(8, 8, 8, .82);
    backdrop-filter: blur(8px);
    color: var(--white);
    font-size: .64rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.project-badge i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.project[data-status="building"] .project-badge { color: var(--body); }

.project-body {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    padding: clamp(1.15rem, 3vw, 1.6rem);
    flex: 1;
}

.project-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .4rem .7rem; }
.project-head h3 {
    color: var(--white);
    font: 600 clamp(1.15rem, 2.6vw, 1.4rem)/1.2 var(--display);
    letter-spacing: -.03em;
}
.project-head h3 a {
    color: inherit;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
    transition: color .2s var(--ease), text-decoration-color .2s var(--ease);
}
.project-head h3 a:hover { color: #ffffff; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .45); }
.project-studio { color: var(--muted); font-size: .72rem; }
.project-studio a {
    color: var(--body);
    text-decoration: none;
    transition: color .2s var(--ease);
}
.project-studio a:hover { color: var(--white); text-decoration: underline; text-underline-offset: .18em; }

.project-tags {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    gap: .4rem;
}

.project-role,
.project-period {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    align-self: flex-start;
    padding: .32rem .6rem;
    border: 1px solid var(--line-strong);
    border-radius: 7px;
    color: var(--white);
    font-size: .7rem;
    line-height: 1;
}

.project-body > p { font-size: .9rem; line-height: 1.7; }

/* Aufgabenliste */
.project-tasks { margin: 0; padding: 0; list-style: none; display: grid; gap: .45rem; }
.project-tasks li {
    position: relative;
    padding-left: 1.1rem;
    color: var(--body);
    font-size: .84rem;
    line-height: 1.55;
}
.project-tasks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 5px;
    height: 1px;
    background: var(--muted);
}

.project-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem 1rem;
    padding-top: .75rem;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .8rem;
    line-height: 1.4;
}
.project-stats[hidden] { display: none; }
.project-stats > span[hidden] { display: none; }
.project-stats > span {
    display: flex;
    align-items: baseline;
    gap: .3rem;
    min-width: 0;
}
.project-stats strong { color: var(--white); font-weight: 600; }
.project-stats[data-live-stats] > span:nth-child(1) { justify-content: flex-start; }
.project-stats[data-live-stats] > span:nth-child(2) { justify-content: center; }
.project-stats[data-live-stats] > span:nth-child(3) { justify-content: flex-end; }

@media (max-width: 480px) {
    .project-stats { grid-template-columns: 1fr; }
    .project-stats[data-live-stats] > span { justify-content: flex-start; }
}

@container (max-width: 430px) {
    .project-stats { grid-template-columns: 1fr; }
    .project-stats[data-live-stats] > span { justify-content: flex-start; }
}

.project-links { margin-top: auto; padding-top: .85rem; display: flex; align-items: center; flex-wrap: wrap; gap: .4rem .9rem; }
.project-links a {
    color: var(--body);
    font-size: .8rem;
    text-decoration: none;
    border-bottom: 1px solid var(--line-strong);
    transition: color .2s var(--ease), border-color .2s var(--ease);
}
.project-links a:hover { color: var(--white); border-color: var(--white); }
.project-links .project-link-studio { margin-left: 1.6rem; }
.project-links .project-link-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.05rem;
    min-height: 50px;
    padding: 0 1.4rem;
    border: 0;
    border-radius: 999px;
    background: #e8e8e6;
    color: #111111;
    font-family: var(--display);
    font-size: .9rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
    transition: background .2s var(--ease), transform .2s var(--ease);
}
.project-links .project-link-primary::after { content: "\2192"; font-size: 1.08rem; line-height: 1; }
.project-links .project-link-primary:hover {
    border: 0;
    background: #ffffff;
    color: #080808;
    transform: translateY(-1px);
}

/* Aponic: Richtwerte und Live-Mitglieder als zusammenhängender Abschluss.
   Die Kennzahlen bleiben nah an den Aktionen statt irgendwo in der Kartenmitte. */
.aponic-card .aponic-stats { margin-top: auto; padding-top: 1rem; }
.aponic-stats > span:nth-child(1) { justify-content: flex-start; }
.aponic-stats > span:nth-child(2) { justify-content: center; }
.aponic-stats > span:nth-child(3) { justify-content: flex-end; }
@media (max-width: 480px) {
    .aponic-stats > span { justify-content: flex-start; }
}
@container (max-width: 430px) {
    .aponic-stats > span { justify-content: flex-start; }
}
.aponic-card .aponic-actions { margin-top: 0; padding-top: .15rem; }

.aponic-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
    align-items: stretch;
    gap: .55rem;
    padding-top: .9rem;
}
.aponic-actions[hidden] { display: none; }
.aponic-actions > a[hidden],
.aponic-actions > button[hidden] { display: none !important; }
.aponic-actions > a,
.aponic-actions > button { width: 100%; }
.aponic-actions > a:not(.project-link-primary),
.aponic-actions > button:not(.project-link-primary) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 1rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: var(--body);
    font-family: var(--display);
    font-size: .78rem;
    font-weight: 600;
    text-align: center;
    transition: color .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.aponic-actions > a:not(.project-link-primary):hover,
.aponic-actions > button:not(.project-link-primary):hover {
    border-color: rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .075);
    color: var(--white);
    transform: translateY(-1px);
}

.aponic-system-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    padding-top: 1.15rem;
}
.aponic-actions.aponic-system-actions > .project-link-primary,
.aponic-actions.aponic-system-actions > a:not(.project-link-primary) {
    min-height: 58px;
    padding-inline: 1.4rem;
    font-size: .9rem;
    font-weight: 700;
}

.aponic-main-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}
.aponic-actions.aponic-main-actions > .project-link-primary,
.aponic-actions.aponic-main-actions > a:not(.project-link-primary),
.aponic-actions.aponic-main-actions > button:not(.project-link-primary) {
    min-height: 58px;
    padding-inline: 1.4rem;
    font-size: .9rem;
    font-weight: 700;
}

.aponic-work-trigger::after {
    content: "\2197";
    margin-left: .7rem;
    color: var(--white);
    font-size: 1rem;
    line-height: 1;
}

.aponic-coming-soon {
    margin-top: auto;
    padding-top: 1.15rem;
    display: flex;
    justify-content: flex-end;
}
.aponic-coming-soon button {
    width: min(100%, 230px);
    min-height: 58px;
    padding: 0 1.4rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: var(--muted);
    font-family: var(--display);
    font-size: .9rem;
    font-weight: 700;
    cursor: not-allowed;
    opacity: .72;
}

/* ---------------------------------------------------------------------
   Aponic 2D-Arbeiten — modales Fenster im Portfolio
   --------------------------------------------------------------------- */
body.has-work-dialog { overflow: hidden; }

.work-dialog {
    width: min(calc(100% - 3rem), 840px);
    height: min(720px, calc(100dvh - 4rem));
    max-width: none;
    max-height: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: transparent;
    color: var(--body);
    opacity: 0;
    transform: translateY(24px) scale(.965);
    transition: opacity .38s var(--ease), transform .48s cubic-bezier(.16, 1, .3, 1);
}
.work-dialog::backdrop {
    background: rgba(4, 4, 4, 0);
    backdrop-filter: blur(0);
    transition: background .38s ease, backdrop-filter .38s ease;
}
.work-dialog.is-open {
    opacity: 1;
    transform: none;
}
.work-dialog.is-open::backdrop {
    background: rgba(4, 4, 4, .82);
    backdrop-filter: blur(12px);
}

.work-window {
    height: 100%;
    max-height: none;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: inherit;
    background: #0d0d0d;
    box-shadow: 0 44px 120px rgba(0, 0, 0, .7), inset 0 1px rgba(255, 255, 255, .025);
}

.work-window-bar {
    min-height: 54px;
    padding: 0 .75rem 0 1rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .018);
}
.work-window-dots { display: flex; gap: .38rem; }
.work-window-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .17);
}
.work-window-dots i:first-child { background: rgba(255, 255, 255, .56); }
.work-window-file {
    color: var(--muted);
    font: 600 .62rem/1 var(--display);
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}
.work-dialog-close {
    justify-self: end;
    min-height: 34px;
    padding: 0 .55rem 0 .8rem;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    color: var(--body);
    font: 600 .67rem/1 var(--display);
    transition: color .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}
.work-dialog-close i {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--white);
}
.work-dialog-close i::before,
.work-dialog-close i::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 1.5px;
    border-radius: 2px;
    background: #0a0a0a;
}
.work-dialog-close i::before { transform: rotate(45deg); }
.work-dialog-close i::after { transform: rotate(-45deg); }
.work-dialog-close:hover { color: var(--white); border-color: rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .045); }

.work-dialog-content {
    min-height: 0;
    padding: clamp(1.2rem, 3vw, 2.25rem);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
}
.work-dialog-heading {
    margin-bottom: clamp(1.1rem, 2.5vw, 1.8rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 2rem;
}
.work-dialog-kicker {
    display: block;
    margin-bottom: .7rem;
    color: var(--muted);
    font: 700 .61rem/1 var(--display);
    letter-spacing: .16em;
    text-transform: uppercase;
}
.work-dialog-heading h2 {
    color: var(--white);
    font: 650 clamp(1.65rem, 4vw, 3rem)/1.04 var(--display);
    letter-spacing: -.05em;
}
.work-dialog-heading p {
    max-width: 650px;
    margin-top: .75rem;
    color: var(--body);
    font-size: clamp(.83rem, 1.4vw, .95rem);
    line-height: 1.65;
}
.work-dialog-meta {
    min-width: 90px;
    display: grid;
    grid-template-columns: auto;
    gap: 1.5rem;
}
.work-dialog-meta div { display: grid; gap: .32rem; }
.work-dialog-meta dt {
    color: var(--muted);
    font: 700 .54rem/1 var(--display);
    letter-spacing: .14em;
    text-transform: uppercase;
}
.work-dialog-meta dd {
    margin: 0;
    display: flex;
    align-items: center;
    gap: .4rem;
    color: var(--white);
    font: 600 .72rem/1.2 var(--display);
    white-space: nowrap;
}
.work-dialog-meta dd i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d7d7d7;
    box-shadow: 0 0 10px rgba(255, 255, 255, .32);
}

.work-showcase {
    min-height: 0;
    margin: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}
.work-showcase-image {
    position: relative;
    min-height: 0;
    padding: clamp(.45rem, 1vw, .75rem);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 17px;
    background: #080808;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
}
.work-showcase-image::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .045), transparent 28%);
}
.work-showcase img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex: 0 1 auto;
    object-fit: contain;
    border-radius: 11px;
    background: #050505;
}
.work-showcase figcaption {
    margin-top: .7rem;
    padding-inline: .15rem;
    color: var(--muted);
    font: 600 .59rem/1.4 var(--display);
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width: 700px) {
    .work-dialog { width: calc(100% - 1rem); height: min(720px, calc(100dvh - 1rem)); border-radius: 18px; }
    .work-window-bar { grid-template-columns: auto 1fr auto; gap: .7rem; }
    .work-window-file { text-align: center; overflow: hidden; text-overflow: ellipsis; }
    .work-dialog-heading { grid-template-columns: 1fr; align-items: start; gap: 1.1rem; }
    .work-dialog-meta { min-width: 0; justify-content: start; }
}

@media (max-width: 430px) {
    .work-dialog-close span { display: none; }
    .work-dialog-close { padding: .35rem; }
    .work-window-dots i:nth-child(n + 2) { display: none; }
}

/* ---------------------------------------------------------------------
   Kontakt und Fuss
   --------------------------------------------------------------------- */
.contact-section { padding-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.contact-heading > div p { max-width: 46ch; }

.contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 24px;
    background: rgba(19, 19, 19, .9);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.contact-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.5rem, 5vw, 3rem);
}
.contact-kicker {
    color: var(--muted);
    font: 700 .6rem/1 var(--display);
    letter-spacing: .16em;
    text-transform: uppercase;
}
.contact-intro h3 {
    max-width: 17ch;
    margin-top: 1rem;
    color: var(--white);
    font: 700 clamp(1.45rem, 3.4vw, 2rem)/1.18 var(--display);
    letter-spacing: -.04em;
    text-wrap: balance;
}
.contact-intro > p {
    max-width: 51ch;
    margin-top: 1rem;
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
    font-size: .9rem;
    line-height: 1.7;
}
.contact-email { border-left: 1px solid var(--line); }

.contact-primary {
    width: min(100%, 360px);
    min-height: 72px;
    margin-top: auto;
    padding: .75rem .85rem;
    display: flex;
    align-items: center;
    gap: .85rem;
    border-radius: 16px;
    background: var(--white);
    color: var(--bg);
    text-decoration: none;
    transition: background .2s var(--ease), transform .2s var(--ease);
}
.contact-primary:hover { background: #ffffff; transform: translateY(-2px); }
.contact-primary-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
}
.contact-primary-icon { background: rgba(0, 0, 0, .08); }
.contact-primary-icon img { width: 21px; height: 21px; }
.contact-primary-icon-mail { color: var(--bg); font: 700 1rem/1 var(--display); }
.contact-primary-copy { display: grid; min-width: 0; line-height: 1.25; }
.contact-primary-copy small {
    color: rgba(10, 10, 10, .56);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.contact-primary-copy strong { overflow-wrap: anywhere; color: var(--bg); font: 700 .95rem/1.35 var(--display); }
.contact-primary > b { margin-left: auto; padding-right: .35rem; font-size: 1.1rem; }

.site-footer {
    padding: clamp(1.75rem, 3vw, 2.5rem) var(--pad);
    overflow: hidden;
    border-top: 1px solid var(--line);
}
.footer-inner {
    width: min(100%, var(--shell));
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 1.25rem 2.25rem;
}
.footer-identity {
    justify-self: start;
}
.footer-identity > p { color: var(--body); font-size: .72rem; line-height: 1.35; }

.footer-nav { justify-self: center; display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.15rem; }
.footer-nav a {
    color: var(--body);
    font-size: .76rem;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s var(--ease);
}
.footer-nav a span {
    margin-right: .25rem;
    color: var(--muted);
    font: 700 .53rem/1 var(--display);
    letter-spacing: .08em;
}
.footer-nav a:hover { color: var(--white); }
.footer-nav a:hover span { color: var(--body); }

.footer-copyright { justify-self: end; color: var(--muted); font-size: .68rem; line-height: 1.35; white-space: nowrap; }
.footer-to-top {
    width: max-content;
    min-height: 44px;
    margin: clamp(1.75rem, 4vw, 2.5rem) auto 0;
    padding: 0 .7rem 0 1rem;
    display: flex;
    align-items: center;
    gap: .85rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    color: var(--body);
    font: 600 .76rem/1 var(--display);
    text-decoration: none;
    transition: color .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}
.contact-section .footer-to-top { margin-top: clamp(1.5rem, 3vw, 2rem); }
.footer-to-top.is-reveal-managed {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: color .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease), opacity .8s var(--ease), transform .8s var(--ease), visibility 0s linear .8s;
}
.footer-to-top.is-reveal-managed.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s, 0s, 0s, .5s, .5s, 0s;
}
.footer-to-top b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--white);
    color: var(--bg);
    font-size: .95rem;
    transition: transform .2s var(--ease);
}
.footer-to-top:hover { border-color: rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .045); color: var(--white); }
.footer-to-top:hover b { transform: translateY(-2px); }

/* ---------------------------------------------------------------------
   Einblenden beim Scrollen
   --------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ---------------------------------------------------------------------
   Breakpoints — nur was sich fluid nicht loesen laesst
   --------------------------------------------------------------------- */
@media (max-width: 760px) {
    .activity-grid { grid-template-columns: 1fr; }
    .profile-clock {
        position: static;
        align-self: flex-end;
        margin-bottom: -.35rem;
    }
    .profile-intro {
        gap: .85rem;
        padding-right: 0;
    }
    .profile-role-tags {
        width: 100%;
        margin: .65rem 0 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .4rem;
    }
    .profile-role-tags li {
        width: 100%;
        justify-content: center;
        padding-inline: .45rem;
        text-align: center;
        white-space: nowrap;
    }
    .profile-socials {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .4rem;
    }
    .profile-socials a {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }
    .contact-panel { grid-template-columns: 1fr; }
    .contact-email { border-top: 1px solid var(--line); border-left: 0; }
    .footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 1rem; text-align: center; }
    .footer-identity { grid-column: 1; grid-row: 1; justify-self: center; }
    .footer-nav { grid-column: 1; grid-row: 2; justify-self: center; justify-content: center; }
    .footer-copyright { grid-column: 1; grid-row: 3; justify-self: center; }
}

@media (max-width: 420px) {
    .profile-stage { padding: 1rem; border-radius: 22px; gap: 1rem; }
    .profile-clock { padding: .5rem .6rem .47rem; border-radius: 10px; }
    .profile-clock time { font-size: .96rem; }
    .profile-intro { align-items: flex-start; }
    .hero-avatar { width: 76px; }
    .profile-title-line h1 { font-size: 1.55rem; }
    .profile-wave { display: inline-block; }
    .profile-wave .wordmark-lead {
        background-image: inherit;
        background-repeat: inherit;
        background-size: inherit;
        background-position: inherit;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }
    .activity-card { padding: .75rem; border-radius: 14px; }
    .activity-avatar, .activity-art { width: 54px; height: 54px; border-radius: 11px; }
    .activity-copy strong { font-size: .86rem; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-identity { grid-column: 1; grid-row: 1; }
    .footer-nav { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
    .footer-nav a { text-align: center; }
    .footer-copyright { grid-column: 1; grid-row: 3; justify-self: center; }
    .footer-to-top > span { display: none; }
    .footer-to-top { padding: .45rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .scroll-cue { opacity: 1; animation: none; transition: none; }
    .scroll-cue.is-dismissed { opacity: 0; }
    .scroll-cue i { animation: none; }
    .hero-reveal { animation: none; }
    .hero-reveal .profile-intro,
    .hero-reveal .activity-grid,
    .hero-reveal .profile-socials,
    .hero-reveal .profile-clock { animation: none; }
    .footer-to-top.is-reveal-managed { transition: none; }
    .profile-wave { animation: none; }
    .profile-stage { transform: none; transition: none; will-change: auto; }
    .work-dialog, .work-dialog::backdrop { transition: none; }
    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
