/* Large breakpoint styles (<1200px) */
@media (max-width: 1200px) {
    .mobile-app-install-banner {
        min-height: 64px;
        padding: 10px 20px;
    }

    .mobile-app-install-icon {
        width: 44px;
        height: 44px;
    }

    .mobile-app-install-title {
        font-size: 16px;
    }

    .mobile-app-install-subtitle {
        font-size: 14px;
    }

    .mobile-app-install-store-badge {
        height: 40px;
    }

    .mobile-app-install-store-text {
        min-height: 40px;
        padding: 0 16px;
        font-size: 14px;
    }
}

/* Large breakpoint styles (<1200px) */
@media (max-width: 1200px) {
    /* AdminSongManagement container */
    #grid-container {
        width: 100%;
        height: calc(100vh - 9rem);
    }

    .song-text-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 15px;
    }

    .song-text-details .song-title {
        margin: 0;
    }

    .song-title {
        font-size: 70px;
        font-weight: 800;
        line-height: 1;
        margin: 0 15px 0 15px;
        padding: 0;
    }

    /* Stream Count on Card */
    /* Colour was a dark-theme grey in a breakpoint sheet (dead - the theme sheet loads last),
       and margin-bottom fought the margin:0 in app.css. Both gone; sizing only. */
    .card-stream-count {
        gap: 4px;
        font-size: 12px;
    }

    .stream-icon {
        width: 12px;
        height: 12px;
        fill: currentColor;
    }

    /* Featured Music Carousel - LG breakpoint: show ~4.2 cards */
    .featured-music-carousel {
        gap: 20px;
        padding-right: 20px;
    }

    .featured-music-carousel .music-card {
        /* 4.2 cards visible: 100vw / 4.2 ≈ 23.8vw per card */
        width: calc(100vw / 4.2 - 24px);
        min-width: 200px;
    }

    .home-container {
        padding: 2rem;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Hero Section - LG Breakpoint */
    .hero-section {
        flex-direction: row;
        flex-wrap: nowrap;
        text-align: left;
        gap: 2rem;
        padding: 2rem 0;
    }

    .hero-content {
        min-width: 0;
        max-width: 30rem;
    }

    .hero-title {
        font-size: 3.5rem;
        margin-bottom: 1.25rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
        max-width: 450px;
        margin-bottom: 1.75rem;
    }

    .hero-cta {
        justify-content: flex-start;
        gap: 1rem;
    }

    .hero-visual {
        margin-left: auto;
    }

    .cta-primary,
    .cta-secondary {
        padding: 12px 28px;
        font-size: 1rem;
    }

    .cta-large {
        padding: 14px 40px;
        font-size: 1rem;
    }

    .hero-animation {
        width: 260px;
        height: 260px;
    }

    /* Features Section - LG Breakpoint */
    .features-section {
        padding: 3rem 0;
    }

    .features-section .section-title {
        font-size: 2.25rem;
        margin-bottom: 2.5rem;
    }

    .features-grid {
        gap: 1.5rem;
    }

    .feature-card {
        padding: 1.75rem;
    }

    .feature-icon {
        width: 72px;
        height: 72px;
        margin-bottom: 1.25rem;
    }

    .feature-card h3 {
        font-size: 1.375rem;
        margin-bottom: 0.875rem;
    }

    .feature-card p {
        font-size: 0.95rem;
        margin: 0;
    }

    /* User Playlists Section - LG Breakpoint */
    .user-playlists-section {
        gap: 1.25rem;
        padding: 1.75rem 0;
    }

    .user-playlists-section .section-title {
        font-size: 1.875rem;
    }

    /* Featured Music Section - LG Breakpoint */
    .featured-music-section {
        padding: 1.75rem 0;
    }

    .featured-music-section .section-title {
        font-size: 1.875rem;
    }

    .featured-music-section .section-subtitle {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .cta-icon {
        width: 75px;
        height: 75px;
        margin: 0 auto 1.5rem;
    }
}


@media (max-width: 1200px) {
    /* SONG PLAYER - "Marquee" sizing: narrow desktop / large tablet landscape */
    .song-player-container .song-header { padding: 30px 44px 26px; }
    .song-player-container .song-hero-inner { gap: 26px; }
    .song-player-container .player-art-shell { width: 156px; height: 156px; }
    .song-player-container .song-title { font-size: 54px; }
    .song-player-container .song-stage { grid-template-columns: minmax(0, 1fr) 340px; gap: 26px; padding: 22px 44px 0; }
    .song-player-container .song-panel { height: 314px; }
    .song-player-container .song-panel-body { height: 224px; }
    .song-player-container .song-stage-art { max-height: 224px; }
    .song-player-container .lyrics-scroller--player { font-size: 19px; }
    .song-player-container .player-bar { margin: 20px 44px 20px; }
}


@media (max-width: 1200px) {
    /* PLAYLIST PLAYER - narrow desktop / large tablet landscape */
    .playlist-player-container .playlist-header { padding: 30px 44px 26px; }
    .playlist-player-container .playlist-hero-inner { gap: 26px; }
    .playlist-player-container .player-art-shell { width: 156px; height: 156px; }
    .playlist-player-container .song-title { font-size: 54px; }
    .playlist-player-container .playlist-stage { grid-template-columns: minmax(0, 1fr) 340px; gap: 26px; padding: 20px 44px 0; }
    .playlist-player-container .track-list th.track-streams { width: 80px; }
    .playlist-player-container .player-bar { margin: 20px 44px 20px; }
}
