/* Fixed Ayo eyes background — exact approved PNG, independent from scrolling. */
.ayo-eyes-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url("assets/background/Ayo_oczy.png?v=20260823-1");
    background-repeat: no-repeat;
    background-position: center 46%;
    background-size: min(1320px, 94vw) auto;
    opacity: 0.12;
    filter: saturate(0.95) brightness(0.92) drop-shadow(0 0 18px rgba(4, 227, 138, 0.14));
    mix-blend-mode: screen;
}

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

/* The language menu visually overlaps main content, so the complete header
   must live in a higher stacking context. Firefox otherwise hit-tests the
   visible flags as <main>. These values match the verified browser test. */
.site-header {
    z-index: 9999 !important;
}

.language-panel {
    z-index: 10000 !important;
}

@media (max-width: 700px) {
    .ayo-eyes-bg {
        background-position: center 42%;
        background-size: 150vw auto;
        opacity: 0.09;
    }
}

@media (prefers-contrast: more) {
    .ayo-eyes-bg {
        opacity: 0.07;
    }
}
