html {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
	    background-color: #111; 
	    display: flex; 
	    flex-direction: column;
	    align-items: center;
	    overflow-x: hidden;
    min-height: 100vh;
    transition: background-color 0.5s ease;
}

body, .container {
background-color: #111; 
	    display: flex; 
	    flex-direction: column;
	    align-items: center;
	    overflow-x: hidden;
	    min-height: 100vh;
}
img { margin-top: auto; margin-bottom: auto; width: 50vh; height: auto; }

/* Ambient Background Glow */
.glow-orb {
    position: fixed;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--primary-color) 0%, rgba(0, 0, 0, 0) 70%);
    /* Uses var */
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
    transition: background 0.5s ease;
}

.orb-1 {
    top: -200px;
    left: -200px;
}

.orb-2 {
    bottom: -200px;
    right: -200px;
    opacity: 0.1;
}

/* --- MENU BAR STYLES --- */
.menu {
    z-index: 100;
    position: absolute;
    width: 90%;
    max-width: 812px;
    aspect-ratio: 812 / 80;
    left: 50%;
    top: 3rem;
    transform: translateX(-50%);
}

/* Interactive Menu Item Styles */
.menu>div {
    opacity: 0;
    transform: translateY(-50px);
    transition:
        transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
        opacity 0.6s ease-out;
    cursor: pointer;
}

/* Loaded state (applied via JS) */
.menu>div.loaded {
    transform: translateY(0);
    opacity: 0.3;
    /* Default dimmed state */
}

/* Hover and Active States */
.menu>div.loaded:hover,
.menu>div.loaded.active {
    opacity: 1;
    transform: scale(1.05);
    /* Subtle scale on active/hover */
}

/* Menu Item Positioning & Staggering */
div#pzg {
    position: absolute;
    left: 0%;
    top: 0%;
    bottom: 0%;
    width: 9.85%;
    height: 100%;
    transition-delay: 0.1s;
}

div#txrch {
    position: absolute;
    left: 15.02%;
    top: 0%;
    bottom: 0%;
    width: 9.85%;
    height: 100%;
    transition-delay: 0.2s;
}

div#artex {
    position: absolute;
    left: 30.05%;
    top: 0%;
    bottom: 0%;
    width: 9.85%;
    height: 100%;
    transition-delay: 0.3s;
}

div#tusa {
    position: absolute;
    left: 45.07%;
    top: 0%;
    bottom: 0%;
    width: 9.85%;
    height: 100%;
    transition-delay: 0.4s;
}

div#osta {
    position: absolute;
    left: 60.1%;
    top: 0%;
    bottom: 0%;
    width: 9.85%;
    height: 100%;
    transition-delay: 0.5s;
}

div#nz {
    position: absolute;
    left: 75.12%;
    top: 0%;
    bottom: 0%;
    width: 9.85%;
    height: 100%;
    transition-delay: 0.6s;
}

div#musen {
    position: absolute;
    left: 90.15%;
    top: 0%;
    bottom: 0%;
    width: 9.85%;
    height: 100%;
    transition-delay: 0.7s;
}

.menu>div.loaded:hover {
    transition-delay: 0s !important;
}

/* Common Ellipse Styles */
.ellipse1 {
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4.37%, #FFFFFF 100%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    opacity: 0.25;
}

.ellipse2 {
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    width: 75%;
    height: 75%;
    left: 12.5%;
    top: 12.5%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
}

.ellipse3 {
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    width: 55%;
    height: 41.25%;
    left: 22.5%;
    top: 17.5%;
    background: radial-gradient(100% 100% at 50% 100%, #000000 0%, #494949 33.33%, #757575 54.55%, #ACACAC 75%, #D2D2D2 88%, #FFFFFF 100%);
    mix-blend-mode: screen;
    opacity: 0.65;
}

/* Specific Colors */
#pzg .ellipse2 {
    background: radial-gradient(40.83% 40.83% at 50% 70.83%, #FF0000 0%, #990000 100%);
    box-shadow: 0px -2px 4.9px rgba(255, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.35);
}

#txrch .ellipse2 {
    background: radial-gradient(40.83% 40.83% at 50% 70.83%, #FFA800 0%, #C55E00 100%);
    box-shadow: 0px -2px 4.9px rgba(255, 153, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.35);
}

#artex .ellipse2 {
    background: radial-gradient(40.83% 40.83% at 50% 70.83%, #FFE500 0%, #CF9500 100%);
    box-shadow: 0px -2px 4.9px rgba(255, 214, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.35);
}

#tusa .ellipse2 {
    background: radial-gradient(40.83% 40.83% at 50% 70.83%, #B0EE00 0%, #298000 100%);
    box-shadow: 0px -2px 4.9px rgba(36, 255, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.35);
}

#osta .ellipse2 {
    background: radial-gradient(40.83% 40.83% at 50% 70.83%, #2CCCFF 0%, #0078AB 100%);
    box-shadow: 0px -2px 4.9px rgba(0, 163, 255, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.35);
}

#nz .ellipse2 {
    background: radial-gradient(40.83% 40.83% at 50% 70.83%, #C86FFF 0%, #5C1AAF 100%);
    box-shadow: 0px -2px 4.9px rgba(158, 0, 255, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.35);
}

#musen .ellipse2 {
    background: radial-gradient(40.83% 40.83% at 50% 70.83%, #FFFFFF 0%, #93A2B9 100%);
    box-shadow: 0px -2px 4.9px rgba(255, 255, 255, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.35);
}
