body { overflow-x: hidden; }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.hero-arch {
    border-top-left-radius: 50% 20%;
    border-top-right-radius: 50% 20%;
    overflow: hidden;
    box-shadow: 0 -20px 40px rgba(0,0,0,0.1);
}

.footer-watermark {
    font-family: 'Playfair Display', serif;
    font-size: 28vw;
    line-height: 0.75;
    color: #222222;
    font-weight: 900;
    white-space: nowrap;
    user-select: none;
    text-align: justify;
}

.lang-active {
    font-weight: 900;
    color: #1A1A1A;
    border-bottom: 2px solid #1A1A1A;
}
.lang-inactive {
    font-weight: 500;
    color: #9CA3AF;
}

/* Typographic Art Styles */
.blend-diff {
    mix-blend-mode: difference;
    color: #ffffff !important;
}
