@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

@keyframes corePulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes drift {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-55%, -45%) scale(1.1);
    }
}

html {
    height: auto;
    overflow-y: auto;
}

body {
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    background-color: #121212;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    position: relative;
}

.label-nuronal {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    color: #96e8ff;
    white-space: nowrap;
}

.label-tonewanderer {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    color: #F2D4B7;
    white-space: nowrap;
}

.label-reblsx {
    font-family: 'Audiowide', sans-serif;
    font-size: 2.3rem;
    letter-spacing: 0.08em;
    color: #FF4A2F;
    font-weight: 400;
    Display: inline-block;
    white-space: nowrap;
}

.label-reblsx .x {
    font-size: 3.2rem;
    position: relative;
    top: 0.08em;
    display: inline-block;
    background: linear-gradient(180deg, #FF8A4A 0%, #FF5A1A 40%, #FF2600 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 0 4px rgba(255, 90, 20, 0.45), 0 0 10px rgba(255, 60, 10, 0.35);
}

.signature-wrapper {
    position: relative;
    width: 260px;
    margin-top: 0;
    margin: 0% auto 0;
    transform-origin: center top;
    z-index: 10;
}

.signature-img {
    width: 110%;
    display: block;
    margin: 0 auto;
    animation: corePulse 3.5s ease-in-out infinite;
}

.axis-sub-core {
    top: 65%;
    left: 55%;
    transform: translate(-50%, 20px);
    white-space: nowrap;
}

.axis-sub {
    position: absolute;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

.axis-left {
    position: absolute;
    left: -90%;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center top;
}

.axis-sub-left {
    top: 50%;
    left: -10%;
    transform: translate(-120%, 40px);
    white-space: nowrap;
}

.axis-left:hover {
    transform: translateY(-50%) scale(1.06);
    transition: transform 0.25s ease-out;
}

.axis-right {
    position: absolute;
    right: -85% ;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center top;
}


.axis-sub-right {
    top: 50%;
    right: -2%;
    transform: translate(120%, 40px);
    white-space: nowrap;
}

.axis-right:hover {
    transform: translateY(-50%) scale(1.06);
    transition: transform 0.25s ease-out;
}

.axis-bottom {
    position: absolute;
    bottom: -25%;
    left: 18%;
    transform: translateX(-50%) transform-origin: center top;
}

.axis-sub-bottom {
    top: 118%;
    bottom: -40%;
    left: 51%;
    transform: translate(-50%, 20px);
    white-space: nowrap;
}

.axis-bottom:hover {
    transform: scale(1.1);
    transition: transform 0.25s ease-out;
}

.sub-head {
    left: 5%;
    color: #0096FF;
    opacity: 0.75;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
}

.sub-link {
    color: #0096FF;
    text-decoration: none;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.06em;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sub-link:hover {
    opacity: 1;
    transform: translateX(1%; )
}

.sub-head-tw {
    color: #F2D4B7;
    opacity: 0.75;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
}

.sub-link-tw {
    color: #F2D4B7;
    text-decoration: none;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.06em;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sub-link-tw:hover {
    opacity: 1;
    transform: translateX(1%; )
}

.sub-head-nr {
    color: #96e8ff;
    opacity: 0.75;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
}

.sub-link-nr {
    color: #96e8ff;
    text-decoration: none;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.06em;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sub-link-nr:hover {
    opacity: 1;
    transform: translateX(1%; )
}

.sub-head-rx {
    color: #FF4A2F;
    opacity: 0.75;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
}

.sub-link-rx {
    color: #FF4A2F;
    text-decoration: none;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.06em;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sub-link-rx:hover {
    opacity: 1;
    transform: translateX(1%; )
}

.subline {
    width: 100%;
    margin-top: 5%;
    padding: 0 2%;
    display: flex;
    justify-content: space-around;
}

.sub-left,
.sub-right {
    color: #FFFFFF;
    /* Min: 12px, Ideal: 1vw, Max: 18px (Werte nach Gusto anpassen) */
    font-size: clamp(12px, 1vw, 18px);
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.bandcamp-link {
    width: 100%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 0.5%;
}

.bandcamp-link a {
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #c0dfdf;
    text-shadow:
        0 0 5px #abc4c4,
        0 0 6px rgba(0, 0, 0, 0.95),
        0 0 10px #343939,
        0 0 11px rgba(0, 0, 0, 0.85),
}

.bandcamp-link a:hover {
    opacity: 0.85;
}

.intro-section {
    max-width: 100%;
    margin: 5vh auto 2vh;
    text-align: center;
    color: #ffffff;
    opacity: 0.85;
    line-height: 1.6;
}

.intro-section h2 {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    margin-bottom: 1px;
    opacity: 0.9;
}

.intro-section p {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
}

.legal {
    text-align: center;
    margin-top: 40px;
    opacity: 0.6;
    font-size: 0.8rem;
}

.legal a {
    color: #ffffff;
    text-decoration: none;
}

.legal a:hover {
    opacity: 0.8;
}

.divider {
    margin: 15px auto;
    width: 60px;
    height: 2px;
    background: #3a3d3d;
    opacity: 0.7;
}

.divider2 {
    margin: 5px auto;
    width: 60px;
    height: 2px;
    background: #3a3d3d;
    opacity: 0.7;
}

/* ============================================
   TONEWANDERER – PAGE STYLES
   ============================================ */
.tonewanderer {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #F5F8FF;
    overflow-x: hidden;
}

.tonewanderer .bg {
    position: fixed;
    inset: 0;
    background-image: url("img/ToneWanderer.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: none;
    transform: scale(1.02);
    z-index: -2;
}

.tonewanderer .bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1F4D3A, #2F5E52, #7A8FA6);
    mix-blend-mode: overlay;
    z-index: -1;
}

.tonewanderer .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.transparenttextures.com/patterns/noise.png");
    opacity: 0.08;
    mix-blend-mode: overlay;
}

.tonewanderer .container {
    max-width: 900px;
    margin: auto;
    padding: 120px 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.tonewanderer .divider {
    margin: 40px auto;
    width: 60px;
    height: 2px;
    background: #D9A441;
    opacity: 0.6;
}

.tonewanderer p,
.tonewanderer h1 {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #E8D9C4;
    text-shadow:
        0 0 5px rgba(72, 252, 12, 0.95),
        0 0 6px rgba(0, 0, 0, 0.95),
        0 0 10px rgba(72, 252, 12, 0.85),
        0 0 11px rgba(0, 0, 0, 0.85),
}

.tonewanderer h1 {
    font-size: 2.5rem;
}

.tonewanderer .tw-audio-samples {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.tonewanderer .tw-audio-samples button {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
    color: #81f170;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-shadow:
        0 0 1px currentColor,
        0 0 3px rgba(61, 241, 73, 0.95),
        0 0 6px rgba(0, 0, 0, 0.95),
        0 0 12px rgba(0, 0, 0, 0.95);
    cursor: pointer;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}

.tonewanderer .tw-audio-samples button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.tonewanderer .tw-audio-samples button:last-child {
    background: rgba(255, 80, 80, 0.15);
    border-color: rgba(255, 80, 80, 0.4);
}

.tonewanderer .tw-audio-samples button:last-child:hover {
    background: rgba(255, 80, 80, 0.25);
}

/* ============================================
   NURONAL – PAGE STYLES
   ============================================ */

.nuronal {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #E8FBFF;
    overflow-x: hidden;
}

.nuronal .bg {
    position: fixed;
    inset: 0;
    background-image: url("img/NuRonal.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: none
        /*(0.3px) saturate(1.25);*/
        transform: scale(1.02);
    z-index: -2;
}

.nuronal .bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 60% 40%, rgba(0, 180, 255, 0), transparent 70%);
    mix-blend-mode: screen;
    z-index: -1;
}

/* Noise */
.nuronal .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.transparenttextures.com/patterns/noise.png");
    opacity: 0.08;
    mix-blend-mode: overlay;
}

.nuronal .container {
    max-width: 900px;
    margin: auto;
    padding: 120px 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.nuronal p,
.nuronal h1 {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.18em;
    font-weight: 500;
    color: #dbfbff;
    text-shadow:
        0 0 3px rgba(0, 0, 0, 0.2),
        0 0 6px rgba(0, 0, 0, 0.4),
        0 0 12px rgba(0, 0, 0, 0.4);
}

.nuronal h1 {
    font-size: 2.5rem;
    color: #51fafa;
}

.nr-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    color: #96e8ff;
}

.nuronal .divider {
    margin: 40px auto;
    width: 60px;
    height: 2px;
    background: #00C8FF;
    opacity: 0.7;
}

.nuronal .nr-audio-samples {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nuronal .nr-audio-samples button {
    background: rgba(0, 200, 255, 0.12);
    border: 1px solid rgba(0, 200, 255, 0.35);
    padding: 5px 10px;
    color: #D0F4FF;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-shadow:
        0 0 1px currentColor,
        0 0 3px rgba(0, 0, 0, 0.95),
        0 0 6px rgba(0, 0, 0, 0.95),
        0 0 12px rgba(0, 0, 0, 0.85);
    cursor: pointer;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}

.nuronal .nr-audio-samples button:hover {
    background: rgba(0, 200, 255, 0.22);
    transform: scale(1.05);
}

.nuronal .nr-audio-samples button:last-child {
    background: rgba(255, 80, 80, 0.15);
    border-color: rgba(255, 80, 80, 0.4);
}

.nuronal .nr-audio-samples button:last-child:hover {
    background: rgba(255, 80, 80, 0.25);
}

/* ============================================
   REBLSX – PAGE STYLES
   ============================================ */

.reblsx {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #FFEDE6;
    overflow-x: hidden;
}

.reblsx .bg {
    position: fixed;
    inset: 0;
    background-image: url("img/ReblsX3.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: none;
    /* volle Schärfe */
    transform: scale(1.02);
    z-index: -2;
}

.reblsx .bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 40%, rgba(255, 80, 40, 0), transparent 70%);
    mix-blend-mode: screen;
    z-index: -1;
}

/* Noise */
.reblsx .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.transparenttextures.com/patterns/noise.png");
    opacity: 0.08;
    mix-blend-mode: overlay;
}

.reblsx .container {
    max-width: 900px;
    margin: auto;
    padding: 120px 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.reblsx p,
.reblsx h1,
.reblsx .rx-title {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #ff8c65;
    text-shadow:
        0 0 1px currentColor,
        0 0 3px rgba(0, 0, 0, 0.95),
        0 0 6px rgba(0, 0, 0, 0.95),
        0 0 12px rgba(0, 0, 0, 0.85);
}

.reblsx h1 {
    font-size: 2.5rem;
}

.reblsx .rx-title {
    color: #FF4A2F;
}

.reblsx .divider {
    margin: 40px auto;
    width: 60px;
    height: 2px;
    background: #FF4A2F;
    opacity: 0.7;
}

.reblsx .rx-audio-samples {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.reblsx .rx-audio-samples button {
    background: rgba(255, 80, 40, 0.15);
    border: 1px solid rgba(255, 80, 40, 0.4);
    padding: 5px 10px;
    color: #ff4010;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-shadow:
        0 0 1px currentColor,
        0 0 3px rgba(0, 0, 0, 0.95),
        0 0 6px rgba(0, 0, 0, 0.95),
        0 0 9px rgba(0, 0, 0, 0.85),
        0 0 12px rgba(0, 0, 0, 0.85);
    cursor: pointer;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}

.reblsx .rx-audio-samples button:hover {
    background: rgba(255, 80, 40, 0.25);
    transform: scale(1.05);
}

.reblsx .rx-audio-samples button:last-child {
    background: rgba(255, 40, 40, 0.2);
    border-color: rgba(255, 40, 40, 0.5);
}

.reblsx .rx-audio-samples button:last-child:hover {
    background: rgba(255, 40, 40, 0.3);
}

.reblsx .rx-header {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.reblsx .rx-title {
    font-family: 'Audiowide', sans-serif;
    font-size: 3rem;
    letter-spacing: 0.08em;
    color: #FF4A2F;
    font-weight: 400;
    Display: inline-block;
    white-space: nowrap;
}

.reblsx .rx-title .x {
    font-size: 4rem;
    position: relative;
    top: 0.08em;
    display: inline-block;
    background: linear-gradient(180deg, #FF8A4A 0%, #FF5A1A 40%, #FF2600 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 0 4px rgba(255, 90, 20, 0.45), 0 0 10px rgba(255, 60, 10, 0.35);
}

.reblsx .rx-sub {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    color: #FFB8A8;
}

function playRxSample(file) {
    if (currentRxAudio) {
        currentRxAudio.pause();
        currentRxAudio=null;
    }

    const audio=new Audio(file); // ← bleibt GENAU hier
    audio.preload="none"; // ← kommt DIREKT danach
    audio.volume=0;
    audio.play();

    let v=0;

    const fade=setInterval(()=> {
            if (v < 1) {
                v +=0.02;
                audio.volume=v;
            }

            else {
                clearInterval(fade);
            }
        }

        , 50);

    currentRxAudio=audio;
}

/* ============================================
   EYESWIDESONIC – CORE PAGE
   ============================================ */

.eyeswidesonic {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #E6F0FF;
    overflow-x: hidden;
}

.eyeswidesonic .bg {
    position: fixed;
    inset: 0;
    background-image: url("img/EyeswideSonic.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: none;
    transform: scale(1.02);
    z-index: -2;
}

.eyeswidesonic .bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 40%, rgba(120, 160, 255, 0), transparent 70%);
    mix-blend-mode: screen;
    z-index: -1;
}

.eyeswidesonic .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.transparenttextures.com/patterns/noise.png");
    opacity: 0.08;
    mix-blend-mode: overlay;
}

.eyeswidesonic .container {
    max-width: 900px;
    margin: auto;
    padding: 120px 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.eyeswidesonic .ews-header {
    margin-bottom: 30px;
}

.eyeswidesonic .ews-title {
    font-size: 2rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #DDE8FF;
    text-shadow:
        0 0 3px rgba(0, 0, 0, 0.9),
        0 0 8px rgba(0, 0, 0, 0.75),
        0 0 14px rgba(0, 0, 0, 0.6);
}

.eyeswidesonic .ews-sub {
    margin-top: 10px;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    color: #AFCBFF;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 0.9),
        0 0 6px rgba(0, 0, 0, 0.75);
}

.eyeswidesonic p,
.eyeswidesonic h1 {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #E6F0FF;
    text-shadow:
        0 0 3px rgba(0, 0, 0, 0.9),
        0 0 8px rgba(0, 0, 0, 0.75),
        0 0 14px rgba(0, 0, 0, 0.6);
}

.eyeswidesonic h1 {
    font-size: 2.5rem;
}

.eyeswidesonic .divider {
    margin: 20px auto;
    width: 60px;
    height: 2px;
    background: #AFCBFF;
    opacity: 0.7;
}

.eyeswidesonic .ews-audio-samples {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.eyeswidesonic .ews-audio-samples button {
    background: rgba(120, 160, 255, 0.15);
    border: 1px solid rgba(120, 160, 255, 0.4);
    padding: 5px 10px;
    color: #E6F0FF;
    font-size: 1rem;
    letter-spacing: 0.06em;
    cursor: pointer;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}

.eyeswidesonic .ews-audio-samples button:hover {
    background: rgba(120, 160, 255, 0.25);
    transform: scale(1.05);
}

.eyeswidesonic .ews-audio-samples button:last-child {
    background: rgba(255, 40, 40, 0.2);
    border-color: rgba(255, 40, 40, 0.5);
}

.eyeswidesonic .ews-audio-samples button:last-child:hover {
    background: rgba(255, 40, 40, 0.3);
}

#silent-echo {
    position: fixed;
    pointer-events: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: radial-gradient(rgba(255, 80, 40, 0.4),
            rgba(255, 80, 40, 0));
    background: red !important;
    opacity: 0;
    transform: scale(0.2);
    transition: opacity 0.6s ease-out, transforsm 01.6s ease-out;

    z-index: 9999;
}

/* ============================================
            M A N I F E S T 
   ============================================ */

#manifest-trigger {
    position: absolute;
    top: 15%;
    right: 0px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

#manifest-trigger img {
    max-width: 800px;
    width: 98%;
    height: auto;
    transform: rotate(15deg);
    transition: transform 0.3s ease-in-out, filter 0.3s ease;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}

#manifest-trigger img:hover {
    transform: rotate(0deg) scale(1.1);
}

/* ===========================
   PHILOSOPHICAL GLITCH IMAGE
   =========================== */

#glitch-trigger {
    cursor: pointer;
}

#glitch-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    display: none;
    z-index: 20000;
    padding: 5px;
    overflow-y: auto;
    text-align: center;
}

#glitch-overlay img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    box-shadow: 0 0 25px rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.15);
}

#glitch-close {
    cursor: pointer;
    display: block;
    text-align: right;
    margin-bottom: 20px;
    opacity: 0.7;
    font-family: monospace;
    font-weight: bold;
    letter-spacing: 1px;
}

#glitch-close:hover {
    opacity: 1;
}
/* ===========================
   GESELLSCHAFCTSIRRSINNN IMAGE
   =========================== */

#irr-trigger {
    cursor: pointer;
}

#irr-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    display: none;
    z-index: 20000;
    padding: 5px;              /* wie bei dir optimiert */
    overflow-y: auto;
    text-align: center;
}

#irr-overlay img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    box-shadow: 0 0 25px rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.15);
}

#irr-close {
    cursor: pointer;
    display: block;
    text-align: right;
    margin-bottom: 20px;
    opacity: 0.7;
    font-family: monospace;
    font-weight: bold;
    letter-spacing: 1px;
}

#irr-close:hover {
    opacity: 1;
}

/* ===========================
   die Sites: glitch.html 
   und irr.html
   =========================== */
.irr-gli-page {
    min-height: 100vh;
    margin: 0;
    background-color: #121212;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 2rem;

}
.page-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 1rem;
}
.full-image { /* Bild: Größe abhängig von Viewport, Seitenverhältnis beibehalten */
    width: min(60vw, 80%);
    height: auto;
    max-height: 80vh;
    display: block;
}
.description {/* Beschreibung unter dem Bild */
    margin: 0;
    text-align: left;
    color: #ccc;
    max-width: 90%;
}
@media (max-width: 700px) { /* Kleine Bildschirme */
    .full-image {
        width: min(90vw, 95%);
        max-height: 70vh;
    }
    .page-wrapper {
        padding: 0.5rem;
        gap: 0.5rem;
    }
    body {
        overflow: auto;
        padding: 20px 0;
    }
    .signature-wrapper {
        position: relative;
        width: 70vw;
        max-width: 260px;
        margin: 0 auto 40px;
        transform: none !important;
    }
    .signature-img {
        width: 70vw;
    }
    .axis-left,
    .axis-right,
    .axis-bottom,
    .axis-sub,
    .axis-sub-left,
    .axis-sub-right,
    .axis-sub-bottom,
    .axis-sub-core {
        font-size: 0.9rem;
        position: static !important;
        transform: none !important;
        margin: 20px 0;
        text-align: center;
    }
    .axis-right {
        right: -65%;
    }
    .axis-sub-right {
        right:0%;
        transform: translate(100%, 35px);
    }
    .label-tonewanderer,
    .label-nuronal,
    .label-reblsx {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        display: block;
        margin-bottom: 5px;
    }
    .axis-bottom .label-reblsx {
        display: inline-block;
        white-space: nowrap;
        font-size: 2rem;
        letter-spacing: 0.12em;
        color: #FF4A2F;
        text-shadow: 0 0 6px rgba(255, 70, 40, 0.7), 0 0 12px rgba(255, 40, 20, 0.4);
    }
    .label-reblsx .x {
        font-size: 1.4em;
        position: relative;
        top: 0.1em;
        background: linear-gradient(180deg, #ff6a3a, #ff2a00);
        -webkit-background-clip: text;
        color: transparent;
        text-shadow: 0 0 6px rgba(255, 80, 40, 0.8), 0 0 12px rgba(255, 40, 20, 0.6);
    }
    .axis-sub-bottom .sub-head {
        font-size: 0.9rem;
        color: #FFB8A8;
        margin-bottom: 6px;
        letter-spacing: 0.08em;
    }
    .axis-sub-bottom .sub-link {
        color: #FF4A2F;
        text-decoration: none;
        font-size: 1rem;
        letter-spacing: 0.05em;
        transition: 0.2s ease;
    }
    .axis-sub-bottom .sub-link:hover {
        color: #FF7A5A;
        letter-spacing: 0.07em;
    }
    .sub-head {
        font-size: 0.9rem;
        opacity: 0.8;
    }
    .sub-link {
        font-size: 1rem;
        display: inline-block;
        margin-top: 4px;
    }
    .subline {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 30px;
        gap: 8px;
    }
    .sub-left,
    .sub-right {
        font-size: 0.9rem;
        letter-spacing: 0.1em;
        white-space: normal;
        display: block;
        width: 100%;
        text-align: center;
    }
    .bandcamp-link a {
        font-size: 1.1rem;
    }
    .intro-section {
        margin-top: 40px;
        padding: 0 20px;
    }
    .intro-section h2 {
        font-size: 1.3rem;
    }
    .intro-section p {
        font-size: 0.95rem;
    }
    .legal {
        margin-top: 40px;
        font-size: 0.75rem;
    }
    .tonewanderer .container {
        padding: 80px 20px;
    }
    .tonewanderer h1 {
        font-size: 2rem;
    }
    .tonewanderer p {
        font-size: 1.4rem;
    }
    .tonewanderer .divider {
        margin: 30px auto;
    }
    .eyeswidesonic .container {
        padding: 80px 20px;
    }
    .eyeswidesonic h1 {
        font-size: 2rem;
    }
    .eyeswidesonic p {
        font-size: 1.4rem;
    }
    .eyeswidesonic .divider {
        margin: 30px auto;
    }
    .nuronal .container {
        padding: 80px 20px;
    }
    .nuronal h1 {
        font-size: 2rem;
    }
    .nuronal p {
        font-size: 1.4rem;
    }
    .nuronal .divider {
        margin: 30px auto;
    }
    .reblsx .container {
        padding: 80px 20px;
    }
    .reblsx h1 {
        font-size: 2rem;
    }
    .reblsx p {
        font-size: 1.4rem;
    }
    .reblsx .divider {
        margin: 30px auto;
    }
    #manifest-trigger {
        top: 15%;
        right: 10px;
    }
}
