.news-carousel-container {
    display: flex;
    margin-top: -5em;
    align-items: center;
    gap: 2rem;
}

.news-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    position: relative;
    width: 3em;
    height: 3em;
    z-index: 0;

    border-radius: 9999px;
    border: 1px solid var(--glass-border);

    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    cursor: pointer;

    transition: transform .2s ease, border-color .2s ease, background .2s ease;

    color: var(--text);
    /* svg inherits */

    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;

    overflow: hidden;
}

.news-nav:hover {
    border: 1px solid var(--primary);
}

.news-carousel-pane {
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: min(100%, 980px);
    background-color: var(--white);
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 5em;
    margin-bottom: 2em;
}

.news-carousel-pane:hover {
    border: 1px solid var(--primary);
}

.news-carousel-pane-info {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.news-carousel-pane-info-img {
    width: min(100%, 350px);
    flex: 0 0 min(100%, 350px);
}

.news-carousel-pane-info-description {
    width: 100%;
    max-width: 450px;
    padding: 2.5em 1.5em;
}

.news-carousel-pane.hidden {
    display: none;
}

.news-carousel-pane .title {
    font-family: 'Archivo Black', sans-serif;
    font-size: 36px;
    margin-bottom: 0.5em;
}

.news-carousel-pane .artist {
    font-family: 'Archivo Black', sans-serif;
    font-size: 24px;
    color: var(--text-muted);
    margin-bottom: 0.5em;
}

.news-carousel-pane .brief {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    background: linear-gradient(135deg, var(--text) 0%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-left: auto;
    margin-right: auto;
}

.news-carousel-pane .release-date {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(16px, 3vw, 24px);
    margin: 1em auto;
    color: rgba(0, 0, 0, 0.6);
}

.news-carousel-pane img {
    width: 100%;
    border-radius: 24px;
    margin: 2em auto;
    display: block;
}

.news-carousel-pane .audio-player-container {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 2em;
}

.news-carousel-pane .audio-player {
    min-width: 0;
    width: 100%;
    background: var(--primary-extra-light);
}

.news-carousel-pane .audio-player-transport-container {
    min-width: 0;
}

@media (max-width: 1024px) {
    .news-carousel-container {
        gap: 1rem;
        margin-top: -2em;
    }

    .news-carousel-pane {
        padding: 1.5em;
        margin-top: 2em;
    }

    .news-carousel-pane-info {
        gap: 1rem;
    }

    .news-carousel-pane-info-img {
        flex-basis: min(42vw, 300px);
    }

    .news-carousel-pane-info-description {
        padding: 1.5em 0.5em 1.5em 0;
    }

    .news-carousel-pane .title {
        font-size: clamp(28px, 4vw, 36px);
    }

    .news-carousel-pane .artist {
        font-size: clamp(20px, 3vw, 24px);
    }

    .news-carousel-pane .audio-player-container {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .news-carousel-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
        margin-top: 0;
    }

    .news-carousel-pane {
        order: 1;
        width: 100%;
        padding: 1.25em;
        margin-top: 0;
        margin-bottom: 0.5em;
        border-radius: 20px;
    }

    .news-nav {
        order: 2;
        width: 2.75em;
        height: 2.75em;
    }

    .news-carousel-pane-info {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .news-carousel-pane-info-img {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }

    .news-carousel-pane-info-description {
        width: 100%;
        max-width: none;
    }

    .news-carousel-pane-info-description {
        padding: 0.75em 0 0;
    }

    .news-carousel-pane img {
        margin: 0;
        border-radius: 18px;
    }

    .news-carousel-pane .title {
        font-size: clamp(24px, 8vw, 32px);
        margin-bottom: 0.35em;
    }

    .news-carousel-pane .artist {
        font-size: clamp(18px, 5vw, 22px);
        margin-bottom: 0.35em;
    }

    .news-carousel-pane .release-date {
        font-size: clamp(14px, 4vw, 18px);
        margin: 0.75em 0 0;
    }

    .news-carousel-pane .audio-player-container {
        gap: 0.75rem;
        margin-top: 1.25em;
        margin-bottom: 0;
    }

    .news-carousel-pane .audio-player {
        gap: 1rem;
        padding: 1.25em;
        border-radius: 20px;
    }

    .news-carousel-pane .audio-player-description-artist {
        font-size: 18px;
    }

    .news-carousel-pane .audio-player-description-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .news-carousel-pane {
        padding: 1rem;
    }

    .news-carousel-pane .title {
        font-size: clamp(20px, 8vw, 26px);
    }

    .news-carousel-pane-info-img .artwork {
        max-height: 300px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-carousel-pane .audio-player-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        align-items: stretch;
        gap: 0.5rem;
        width: 100%;
        min-width: 90% !important;
    }

    .news-carousel-pane .audio-player {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        grid-column: 1 / -1;
        min-width: 90% !important;
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-self: center;
        gap: 0.75rem;
        padding: 1rem;
    }

    .news-carousel-pane .audio-nav-prev {
        grid-column: 1;
        grid-row: 2;
        justify-self: end;
    }

    .news-carousel-pane .audio-nav-next {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
    }

    .news-carousel-pane .audio-player-circle {
        width: 3em;
        height: 3em;
        flex: 0 0 3em;
        align-self: start;
        grid-column: 1;
        grid-row: 1;
    }

    .news-carousel-pane .audio-player-circle svg {
        width: 2.25em;
        height: 2.25em;
    }

    .news-carousel-pane .audio-player-transport-container {
        display: contents;
    }

    .news-carousel-pane .audio-player-description {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }

    .news-carousel-pane .audio-player-transport {
        grid-column: 1 / -1;
        grid-row: 2;
        min-width: 0;
        width: 100%;
    }

    .news-carousel-pane .audio-player-description-title {
        font-size: 20px;
    }

    .news-carousel-pane .audio-player-description-artist {
        font-size: 16px;
    }

    .news-carousel-pane .audio-player-transport {
        gap: 0.4rem;
        align-items: center;
    }

    .news-carousel-pane .audio-player-times {
        font-size: 0.75rem;
    }

    .news-nav,
    .news-carousel-pane .audio-nav {
        width: 2.5em;
        height: 2.5em;
    }
}

/* ============================================
   STREAM NOW BUTTON
   ============================================ */

.stream-now-btn {
    margin-top: 1.5em;
    padding: 12px 28px;
    font-size: 15px;
}

/* ============================================
   STREAMING MODAL
   ============================================ */

.streaming-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.streaming-modal.show {
    display: flex;
}

.streaming-modal-content {
    background: var(--white);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 2.5rem;
    max-width: 420px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: streamingModalIn .22s ease;
}

@keyframes streamingModalIn {
    from {
        opacity: 0;
        transform: translateY(-14px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.streaming-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    transition: background .2s ease, color .2s ease;
}

.streaming-modal-close:hover {
    background: var(--primary-extra-light);
    color: var(--text);
}

.streaming-modal-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(24px, 4vw, 32px);
    background: linear-gradient(135deg, var(--text) 0%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    padding-right: 2rem;
}

.streaming-modal-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.streaming-link-btn {
    display: block;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: white;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.streaming-link-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.streaming-link-btn--spotify {
    background: #1DB954;
    box-shadow: 0 6px 20px rgba(29, 185, 84, 0.35);
}

.streaming-link-btn--apple-music {
    background: #FC3C44;
    box-shadow: 0 6px 20px rgba(252, 60, 68, 0.35);
}

.streaming-link-btn--youtube-music {
    background: #FF0033;
    box-shadow: 0 6px 20px rgba(255, 0, 51, 0.35);
}

.streaming-link-btn--amazon-music {
    background: #00A8E1;
    box-shadow: 0 6px 20px rgba(0, 168, 225, 0.35);
}

.streaming-link-btn--deezer {
    background: #A238FF;
    box-shadow: 0 6px 20px rgba(162, 56, 255, 0.35);
}

.streaming-link-btn--tidal {
    background: #000000;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

@media (max-width: 480px) {
    .streaming-modal-content {
        padding: 1.75rem 1.25rem;
        border-radius: 20px;
    }

    .stream-now-btn {
        width: 100%;
        text-align: center;
    }
}