.splash {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.ladies-content {
    text-align: center;
    padding: 2rem;
}

.ladies {
    width: 460px;
    max-width: 90vw;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.lang-links {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.lang-link {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
}

.lang-link:hover {
    text-decoration: underline;
}

[data-theme="light"] .corner-logo { filter: invert(1); }

/* @media (max-width: 600px) {
    .corner-logo {
        position: fixed; 
    }
} */