/* --- Desktop / Large Screen Optimizations --- */
@media (min-width: 1024px) {
    .orbital-container {
        margin-top: 18vh; /* Push down to clear header on widescreen laptops */
    }
    .brand-name {
        font-size: 2.8rem;
        letter-spacing: 6px;
        margin-right: -6px; /* Offset correction */
    }
    .launcher-header .brand-tagline {
        font-size: 1.1rem;
        letter-spacing: 3px;
    }
    .center-hero {
        width: 320px;
        height: 320px;
    }
    .orbital-card {
        width: 180px;
        height: 60px;
        font-size: 0.85rem;
    }
    .splash-logo-container {
        width: 350px;
        height: 350px;
    }
    .splash-tagline {
        font-size: 1.2rem;
    }
}
