@font-face {
    font-family: "Lethargy Gregam";
    src:
        url("./_static/2026/clmgregam-regular-webfont.woff2") format("woff2"),
        url("./_static/2026/clmgregam-regular-webfont.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Lethargy Brau Mono";
    src:
        url("./_static/2026/tcobraumono-medium-webfont.woff2") format("woff2"),
        url("./_static/2026/tcobraumono-medium-webfont.woff") format("woff");
    font-display: swap;
}

:root {
    --leth-2026-black: #050505;
    --leth-2026-white: #f5f5f5;
    --leth-2026-cyan: #00ffff;
    --leth-2026-green: #00ff00;
    --leth-2026-blue: #0000ff;
    --leth-2026-magenta: #ff13ff;
    --leth-2026-orange: #ffa000;
}

body {
    background: var(--leth-2026-black);
}

a {
    color: var(--leth-2026-cyan);
}

a:hover {
    color: var(--leth-2026-orange);
}

#wrapper-navbar,
#nav-main,
#main-menu,
#nav-lang-container {
    background: transparent !important;
}

#wrapper-navbar .container-fluid,
#nav-main,
#main-menu {
    background:
        linear-gradient(180deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.78) 100%);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#main-menu {
    inset: 0 0 auto 0;
    min-height: 100vh;
    padding-top: 1.25rem;
}

.menu-brand {
    display: block;
    background: url("./_static/2026/260407_Lethargy_2026_WS_Logo_1700x750.png") no-repeat center center;
    background-size: contain;
}

#nav-main .menu-brand,
#wrapper-navbar .menu-brand {
    width: clamp(9rem, 16vw, 13rem);
    min-height: 3.4rem;
}

#main-menu .menu-brand {
    align-self: center;
    margin: 3.75rem auto 1rem;
    width: min(calc(100% - 3rem), clamp(16rem, 42vw, 24rem));
    aspect-ratio: 1700 / 750;
    height: auto;
    min-height: 0;
    overflow: visible;
    flex: 0 0 auto;
    background-position: center center;
}

#nav-main a,
#main-menu a,
.dropdown-menu a,
#footer .nav,
#footer li,
#footer p {
    font-family: "Lethargy Brau Mono", monospace;
    letter-spacing: 0.08em;
}

#nav-main a,
#main-menu a {
    color: var(--leth-2026-white) !important;
    text-decoration: none;
    text-shadow: -0.04em 0 0 rgba(0, 255, 255, 0.45), 0.04em 0 0 rgba(255, 19, 255, 0.45);
}

#nav-main a:hover,
#nav-main a.active,
#main-menu a:hover,
#main-menu a.active {
    color: var(--leth-2026-cyan) !important;
}

#nav-main li:last-child a,
#main-menu li:first-child a[href*="ticket"],
#main-menu li:last-child a {
    color: var(--leth-2026-orange) !important;
}

.dropdown-menu {
    background: rgba(5, 5, 5, 0.86) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu .dropdown-item {
    color: var(--leth-2026-white) !important;
}

.dropdown-menu .dropdown-item:hover {
    color: var(--leth-2026-cyan) !important;
}

#wrapper-navbar .container-fluid {
    justify-content: flex-end !important;
}

#wrapper-navbar .navbar-toggler.custom {
    position: relative;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(245, 245, 245, 0.18);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.66);
    box-shadow: 0 0 0 1px rgba(0, 255, 255, 0.1), 0 0.55rem 1.25rem rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
}

#wrapper-navbar .navbar-toggler.custom .icon-bar {
    display: block;
    position: absolute;
    left: 50%;
    width: 1.25rem;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: var(--leth-2026-white) !important;
    box-shadow: -1px 0 0 rgba(0, 255, 255, 0.55), 1px 0 0 rgba(255, 19, 255, 0.48);
    transform-origin: center center;
    transition: transform 0.22s ease, opacity 0.18s ease, background-color 0.18s ease;
}

#wrapper-navbar .navbar-toggler.custom .icon-bar::after {
    content: none !important;
}

#wrapper-navbar .navbar-toggler.custom .top-bar {
    transform: translate(-50%, -0.38rem);
}

#wrapper-navbar .navbar-toggler.custom .middle-bar {
    transform: translate(-50%, 0);
}

#wrapper-navbar .navbar-toggler.custom .bottom-bar {
    transform: translate(-50%, 0.38rem);
}

#wrapper-navbar .navbar-toggler.custom:not(.collapsed) .top-bar {
    transform: translate(-50%, 0) rotate(45deg);
}

#wrapper-navbar .navbar-toggler.custom:not(.collapsed) .middle-bar {
    opacity: 0;
}

#wrapper-navbar .navbar-toggler.custom:not(.collapsed) .bottom-bar {
    transform: translate(-50%, 0) rotate(-45deg);
}

#wrapper-navbar .navbar-toggler.custom:focus {
    box-shadow: 0 0 0 0.18rem rgba(0, 255, 255, 0.22);
}

#main-menu .list-group {
    align-items: center !important;
    gap: 0.4rem;
    padding-inline: 1rem !important;
}

#main-menu li.nav {
    width: 100%;
    text-align: center !important;
}

#main-menu li.nav h4 {
    margin: 0;
}

.lethargy-2026-hero {
    display: flex;
    flex-direction: column;
    padding:
        clamp(5.75rem, 10vw, 8.25rem)
        clamp(1.15rem, 3vw, 2.75rem)
        clamp(1.4rem, 3vw, 2.5rem);
    min-height: 100vh;
    background: var(--leth-2026-black);
    color: var(--leth-2026-white);
    isolation: isolate;
}

.lethargy-2026-hero__bg,
.lethargy-2026-hero__scanlines,
.lethargy-2026-hero__aurora,
.lethargy-2026-hero::before {
    position: absolute;
    inset: 0;
}

.lethargy-2026-hero__bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
    filter: saturate(1.08) contrast(1.04);
}

.lethargy-2026-hero::before {
    content: "";
    background:
        radial-gradient(circle at top left, rgba(0, 255, 255, 0.18), transparent 32%),
        radial-gradient(circle at bottom right, rgba(255, 19, 255, 0.2), transparent 32%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.28) 0%, rgba(5, 5, 5, 0.78) 100%);
    z-index: 0;
}

.lethargy-2026-hero__scanlines {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 6vw 100%, 100% 4px;
    mix-blend-mode: screen;
    opacity: 0.3;
    pointer-events: none;
}

.lethargy-2026-hero__aurora {
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.lethargy-2026-hero__aurora span {
    position: absolute;
    border-radius: 999px;
    filter: blur(30px);
    opacity: 0.65;
    mix-blend-mode: screen;
    animation: lethargy2026Drift 14s ease-in-out infinite alternate;
}

.lethargy-2026-hero__aurora .is-cyan {
    inset: 15% auto auto -10%;
    width: 42vw;
    height: 1.2rem;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 255, 0.9) 35%, transparent 100%);
}

.lethargy-2026-hero__aurora .is-magenta {
    inset: 48% -8% auto auto;
    width: 32vw;
    height: 1rem;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 19, 255, 0.85) 35%, transparent 100%);
    animation-duration: 11s;
}

.lethargy-2026-hero__aurora .is-orange {
    inset: auto auto 18% 10%;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 160, 0, 0.4) 0%, rgba(255, 160, 0, 0) 72%);
    animation-duration: 18s;
}

.lethargy-2026-hero__content,
.lethargy-2026-hero__footer {
    position: relative;
    z-index: 2;
}

.lethargy-2026-hero__content {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(14rem, 20rem) minmax(0, 1fr) minmax(13rem, 18rem);
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.lethargy-2026-hero__meta,
.lethargy-2026-hero__aside {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.lethargy-2026-hero__meta {
    max-width: 18rem;
}

.lethargy-2026-meta-line,
.lethargy-2026-countdown-copy,
.lethargy-2026-quicklinks a {
    margin: 0;
    font-family: "Lethargy Brau Mono", monospace;
    font-size: clamp(0.78rem, 1vw, 0.95rem);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lethargy-2026-meta-line,
.lethargy-2026-countdown-copy {
    color: var(--leth-2026-cyan);
    text-shadow: -0.05em 0 0 rgba(0, 255, 255, 0.85), 0.05em 0 0 rgba(255, 19, 255, 0.72);
}

.lethargy-2026-rgb-glitch {
    --glitch-cyan-x: 0px;
    --glitch-cyan-y: 0px;
    --glitch-magenta-x: 0px;
    --glitch-magenta-y: 0px;
    --glitch-base-x: 0px;
    --glitch-base-y: 0px;
    --glitch-opacity: 0;
    --glitch-image-opacity: 0;
    --glitch-noise-opacity: 0;
    --glitch-noise-y: 0px;
    --glitch-slice-a-top: 0%;
    --glitch-slice-a-bottom: 100%;
    --glitch-slice-b-top: 0%;
    --glitch-slice-b-bottom: 100%;
}

.lethargy-2026-glitch {
    position: relative;
    margin: 0;
    display: inline-block;
    font-family: "Lethargy Brau Mono", monospace;
    font-size: clamp(1.8rem, 4vw, 3.75rem);
    line-height: 0.9;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--leth-2026-white);
    text-shadow: -0.045em 0 0 rgba(0, 255, 255, 0.36), 0.045em 0 0 rgba(255, 19, 255, 0.32);
}

.lethargy-2026-glitch::before,
.lethargy-2026-glitch::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: var(--glitch-opacity);
    will-change: transform, opacity, clip-path;
    transition: transform 80ms linear, opacity 90ms linear, clip-path 80ms linear;
}

.lethargy-2026-glitch::before {
    color: var(--leth-2026-cyan);
    transform: translate(var(--glitch-cyan-x), var(--glitch-cyan-y));
    clip-path: inset(var(--glitch-slice-a-top) 0 calc(100% - var(--glitch-slice-a-bottom)) 0);
}

.lethargy-2026-glitch::after {
    color: var(--leth-2026-magenta);
    transform: translate(var(--glitch-magenta-x), var(--glitch-magenta-y));
    clip-path: inset(var(--glitch-slice-b-top) 0 calc(100% - var(--glitch-slice-b-bottom)) 0);
}

.lethargy-2026-meta-copy {
    margin: 0;
    max-width: 16rem;
    color: rgba(245, 245, 245, 0.82);
    font-size: 0.98rem;
    line-height: 1.45;
}

.lethargy-2026-hero__brand {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    min-width: 0;
    padding: clamp(0.5rem, 1.6vw, 1.25rem) 0;
}

.lethargy-2026-hero__brand::after {
    content: "";
    position: absolute;
    inset: 15% 9% 10%;
    background:
        radial-gradient(circle at 30% 20%, rgba(0, 255, 255, 0.22), transparent 36%),
        radial-gradient(circle at 65% 60%, rgba(255, 19, 255, 0.18), transparent 40%);
    filter: blur(36px);
    z-index: -1;
}

.lethargy-2026-hero__brand-visual {
    position: relative;
    isolation: isolate;
    --hero-logo-tilt: -7deg;
    --hero-logo-max-height: min(66vh, 40rem);
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 78rem);
    aspect-ratio: 1700 / 750;
    max-height: min(68vh, 42rem);
    padding: clamp(0.35rem, 1.2vw, 0.9rem) clamp(0.8rem, 2.4vw, 1.8rem);
    overflow: visible;
}

.lethargy-2026-hero__brand-visual::before,
.lethargy-2026-hero__brand-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.lethargy-2026-hero__brand-visual::before {
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 62%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.84) 0%, rgba(5, 5, 5, 0.22) 11%, rgba(5, 5, 5, 0.08) 24%, rgba(5, 5, 5, 0.08) 76%, rgba(5, 5, 5, 0.22) 89%, rgba(5, 5, 5, 0.84) 100%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.14) 14%, rgba(5, 5, 5, 0.08) 26%, rgba(5, 5, 5, 0.08) 74%, rgba(5, 5, 5, 0.14) 86%, rgba(5, 5, 5, 0.72) 100%);
    z-index: -1;
}

.lethargy-2026-hero__brand-visual::after {
    background:
        radial-gradient(circle at center, rgba(0, 0, 0, 0) 60%, rgba(5, 5, 5, 0.12) 100%);
    z-index: -1;
}

.lethargy-2026-rgb-glitch__image-layer,
.lethargy-2026-rgb-glitch__noise {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.lethargy-2026-rgb-glitch__image-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: var(--glitch-image-opacity);
    mix-blend-mode: screen;
    will-change: transform, opacity, filter;
    transition: transform 80ms linear, opacity 90ms linear, filter 90ms linear;
}

.lethargy-2026-rgb-glitch__image-layer img,
.lethargy-2026-rgb-glitch__base {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: var(--hero-logo-max-height);
    object-fit: contain;
    object-position: center center;
}

.lethargy-2026-rgb-glitch__base {
    position: relative;
    z-index: 2;
    transform: translate3d(var(--glitch-base-x), var(--glitch-base-y), 0) rotate(var(--hero-logo-tilt));
    filter: drop-shadow(-10px 0 0 rgba(0, 255, 255, 0.26)) drop-shadow(10px 0 0 rgba(255, 19, 255, 0.22)) drop-shadow(0 1.35rem 3rem rgba(0, 0, 0, 0.55));
    transition: transform 90ms linear, filter 120ms ease;
}

.lethargy-2026-rgb-glitch__image-layer img {
    transform: rotate(var(--hero-logo-tilt));
}

.lethargy-2026-rgb-glitch__image-layer.is-cyan {
    transform: translate3d(var(--glitch-cyan-x), var(--glitch-cyan-y), 0);
    filter: brightness(0) saturate(100%) invert(85%) sepia(73%) saturate(4039%) hue-rotate(135deg) brightness(108%) contrast(107%) blur(0.45px);
}

.lethargy-2026-rgb-glitch__image-layer.is-magenta {
    transform: translate3d(var(--glitch-magenta-x), var(--glitch-magenta-y), 0);
    filter: brightness(0) saturate(100%) invert(30%) sepia(88%) saturate(3477%) hue-rotate(287deg) brightness(114%) contrast(122%) blur(0.45px);
}

.lethargy-2026-rgb-glitch__noise {
    z-index: 4;
    opacity: var(--glitch-noise-opacity);
    mix-blend-mode: screen;
    transform: translateY(var(--glitch-noise-y));
    transition: transform 70ms linear, opacity 90ms linear;
    background:
        repeating-linear-gradient(
            180deg,
            rgba(245, 245, 245, 0.22) 0,
            rgba(245, 245, 245, 0.22) 1px,
            transparent 1px,
            transparent 7px
        ),
        linear-gradient(90deg, rgba(0, 255, 255, 0.12) 0%, rgba(255, 19, 255, 0.16) 100%);
}

.lethargy-2026-rgb-glitch.is-glitching .lethargy-2026-rgb-glitch__base {
    filter: drop-shadow(-14px 0 0 rgba(0, 255, 255, 0.32)) drop-shadow(14px 0 0 rgba(255, 19, 255, 0.26)) drop-shadow(0 1.45rem 3rem rgba(0, 0, 0, 0.58));
}

.lethargy-2026-hero__aside {
    align-self: end;
    align-items: flex-end;
    text-align: right;
}

.lethargy-2026-ticket,
.lethargy-2026-site-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Lethargy Brau Mono", monospace;
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
}

.lethargy-2026-ticket {
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: var(--leth-2026-orange);
    color: var(--leth-2026-black);
    transform: rotate(-6deg);
    box-shadow: 0 0 0 1px rgba(255, 160, 0, 0.55), 0 1rem 2.2rem rgba(255, 160, 0, 0.25);
}

.lethargy-2026-ticket:hover {
    color: var(--leth-2026-black);
    transform: rotate(-4deg) translateY(-2px);
}

.lethargy-2026-site-link {
    color: var(--leth-2026-green);
    text-shadow: -0.05em 0 0 rgba(0, 255, 255, 0.4), 0.05em 0 0 rgba(255, 19, 255, 0.3);
}

.lethargy-2026-site-link:hover {
    color: var(--leth-2026-green);
}

.lethargy-2026-quicklinks {
    display: inline-flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.lethargy-2026-quicklinks a {
    padding-bottom: 0.15rem;
    color: rgba(245, 245, 245, 0.78);
    border-bottom: 1px solid rgba(245, 245, 245, 0.22);
    text-decoration: none;
}

.lethargy-2026-quicklinks a:hover {
    color: var(--leth-2026-cyan);
    border-bottom-color: var(--leth-2026-cyan);
}

.lethargy-2026-hero__footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.25rem;
    margin-top: auto;
    padding-top: clamp(1rem, 3vw, 2rem);
}

.lethargy-2026-countdown {
    width: min(100%, 33rem);
    margin-inline: auto;
    padding: 0.9rem 0.85rem 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 5, 5, 0.34);
    backdrop-filter: blur(10px);
}

.lethargy-2026-countdown canvas#display {
    --countdown-color: #00ffff;
    display: block;
    margin-inline: auto;
    margin-bottom: 0;
    filter: drop-shadow(0 0 12px rgba(0, 255, 255, 0.22));
}

#home-gallery,
#footer,
.bg-gradient-image {
    background:
        linear-gradient(180deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.72) 100%),
        url("./_static/2026/260407_Lethargy_2026_WS_BG.jpg") no-repeat center center / cover !important;
    color: var(--leth-2026-white);
}

#home-gallery .fs-0,
#home-gallery .fs-huge,
#footer .fs-4 {
    font-family: "Lethargy Brau Mono", monospace;
    letter-spacing: 0.08em;
}

#home-gallery .fs-huge {
    color: var(--leth-2026-white);
    text-shadow: -0.05em 0 0 rgba(0, 255, 255, 0.45), 0.05em 0 0 rgba(255, 19, 255, 0.4);
}

#home-gallery a.full h2 {
    font-family: "Lethargy Brau Mono", monospace;
    color: var(--leth-2026-orange);
}

#footer a,
#footer .nav {
    color: rgba(245, 245, 245, 0.82) !important;
    text-decoration: none;
}

#footer a:hover,
#footer .nav:hover {
    color: var(--leth-2026-cyan) !important;
}

#footer a.social-link svg > path {
    fill: var(--leth-2026-white);
    transition: fill 0.2s ease;
}

#footer a.social-link:hover svg > path {
    fill: var(--leth-2026-orange);
}

#footer #prh-footer-element > img {
    opacity: 0.9;
}

@media (min-width: 992px) {
    #nav-main {
        justify-content: flex-end !important;
    }
}

@keyframes lethargy2026Drift {
    0% {
        transform: translate3d(-2%, 0, 0) scaleX(0.96);
    }

    100% {
        transform: translate3d(3%, -6%, 0) scaleX(1.04);
    }
}

@media (max-width: 991.98px) {
    .lethargy-2026-hero {
        min-height: calc(var(--vh, 1vh) * 100);
        padding: 5.15rem 1rem 1rem;
    }

    .lethargy-2026-hero__content {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
        gap: 1rem;
        align-items: stretch;
        align-content: stretch;
    }

    .lethargy-2026-hero__brand {
        order: 2;
        min-height: 0;
        padding: 0;
    }

    .lethargy-2026-hero__meta {
        order: 1;
        max-width: 100%;
        align-items: center;
        text-align: center;
        gap: 0.55rem;
    }

    .lethargy-2026-hero__aside {
        order: 3;
        align-items: center;
        text-align: center;
        gap: 0.7rem;
    }

    .lethargy-2026-hero__brand-visual {
        --hero-logo-tilt: -4deg;
        --hero-logo-max-height: 42vh;
        width: min(100%, 38rem);
        max-height: none;
        padding: 0.15rem 0.25rem;
        margin-inline: auto;
    }

    .lethargy-2026-meta-copy {
        max-width: 22rem;
    }

    .lethargy-2026-hero__footer {
        justify-content: center;
        align-items: center;
        padding-top: 0.75rem;
        width: 100%;
    }

    .lethargy-2026-countdown {
        width: min(100%, 24rem);
        padding-inline: 0.4rem;
    }
}

@media (max-width: 575.98px) {
    .lethargy-2026-hero {
        min-height: calc(var(--vh, 1vh) * 100);
        padding: 4.85rem 0.85rem 0.8rem;
    }

    .lethargy-2026-hero__aurora .is-cyan,
    .lethargy-2026-hero__aurora .is-magenta {
        width: 60vw;
    }

    .lethargy-2026-glitch {
        font-size: clamp(1.45rem, 9vw, 2.35rem);
    }

    .lethargy-2026-meta-line,
    .lethargy-2026-site-link {
        font-size: 0.8rem;
    }

    .lethargy-2026-meta-copy {
        font-size: 0.9rem;
        line-height: 1.35;
    }

    .lethargy-2026-ticket {
        padding: 0.72rem 1.1rem;
        font-size: 0.85rem;
    }

    .lethargy-2026-countdown {
        width: min(100%, 21.5rem);
        padding: 0.55rem 0.2rem 0.25rem;
    }

    #main-menu {
        padding-top: 0.6rem;
    }

    #main-menu .menu-brand {
        margin: 4rem auto 1.25rem;
        width: min(calc(100% - 1.5rem), clamp(18rem, 78vw, 26rem));
    }

    #wrapper-navbar .navbar-toggler.custom {
        width: 2.8rem;
        height: 2.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lethargy-2026-glitch::before,
    .lethargy-2026-glitch::after,
    .lethargy-2026-rgb-glitch__image-layer,
    .lethargy-2026-rgb-glitch__noise,
    .lethargy-2026-rgb-glitch__base {
        transition: none;
    }
}
