@media (max-width:980px){
  .track-grid{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr;gap:42px}
  .split-reverse .section-copy,.split-reverse .artist-photo{order:initial}
  .label-content{grid-template-columns:160px 1fr}
}
@media (max-width:760px){
  .hero::before{
    background-image:url('../images/backgrounds/mediterranean-hero-mobile.png');
    background-position:center center;
  }
  .hero{
    padding:120px 0 76px;
  }
  .hero-content{
    max-width:100%;
  }
  .hero h1{
    font-size:clamp(2.8rem,14vw,4.6rem);
  }
  .scroll-indicator{
    bottom:18px;
  }
  .section{padding:80px 0}
  .nav-toggle{display:block;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:.55rem .85rem}
  .primary-nav{position:absolute;top:82px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;padding:20px;background:var(--navy);border-radius:18px}
  .primary-nav.open{display:flex}
  .track-grid{grid-template-columns:1fr}
  .label-content{grid-template-columns:1fr;text-align:center}
  .label-content img{max-width:220px;margin:auto}
  .footer-grid{grid-template-columns:1fr}
}


@media (max-width: 980px) {
    .album-showcase,
    .campaign-art-grid {
        grid-template-columns: 1fr;
    }

    .album-copy {
        max-width: 720px;
    }

    .campaign-poster-wrap {
        max-width: 760px;
        margin: 0;
    }
}

@media (max-width: 760px) {
    .album-showcase {
        gap: 64px;
    }

    .official-cover-card {
        right: 12px;
        bottom: -42px;
        width: 38%;
        min-width: 130px;
    }

    .campaign-art-grid {
        gap: 38px;
    }
}


@media (max-width: 980px) {
    .brand {
        width: 235px;
    }
}

@media (max-width: 760px) {
    .brand {
        width: 190px;
        max-width: 65vw;
    }

    .brand img {
        max-height: 56px;
    }

    .footer-brand-logo {
        object-position: center;
        margin-inline: auto;
    }
}

@media (max-width: 980px) {
    .association-layout {
        grid-template-columns: 1fr;
    }

    .association-art {
        width: min(100%, 680px);
        margin: 0;
    }
}

@media (max-width: 760px) {
    .association-layout {
        gap: 38px;
    }

    .association-art {
        border-radius: 18px;
    }

    .association-art img {
        border-radius: 12px;
    }
}

@media (max-width: 1120px) {
    .primary-nav {
        gap: 20px;
    }

    .social-links-header {
        display: none;
    }
}

@media (max-width: 760px) {
    .social-links-header {
        display: flex;
        margin-left: 0;
        padding: 16px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.16);
        flex-wrap: wrap;
    }
}


@media (max-width: 1120px) {
    .language-switcher {
        margin-left: auto;
    }
}

@media (max-width: 760px) {
    .language-switcher {
        order: 5;
        justify-content: center;
        margin-left: 0;
        padding: 13px 0 0;
        border-top: 1px solid rgba(255,255,255,.16);
    }
}


/* v2.0.6 — responsive brand lockups */
@media (max-width: 1240px) {
    .brand {
        width: 255px;
        margin-right: .75rem;
    }

    .brand-descriptor {
        display: none;
    }
}

@media (max-width: 980px) {
    .brand {
        width: 225px;
    }
}

@media (max-width: 760px) {
    .brand {
        width: 195px;
        max-width: 65vw;
        margin-right: 0;
    }

    .brand img {
        max-height: 58px;
    }

    .footer-brand-lockup {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .footer-brand-logo {
        width: min(300px, 100%);
        max-height: 82px;
        object-position: center;
        margin-inline: auto;
    }
}

/* v2.0.7 — keep the navigation balanced at narrower widths */
@media (max-width: 1320px) {
    .brand img {
        width: 176px;
    }

    .brand-descriptor {
        display: none;
    }

    .primary-nav {
        gap: 22px;
    }
}

@media (max-width: 980px) {
    .brand {
        width: auto;
        max-width: 68vw;
    }

    .brand img {
        width: 205px;
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .brand {
        width: auto;
        max-width: 67vw;
    }

    .brand img {
        width: 185px;
        max-height: 60px;
    }
}


/* Version 2.1 journey section */
@media (max-width: 980px) {
  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-card-genres {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .journey-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .journey-card,
  .journey-card-genres {
    grid-column: auto;
    padding: 24px 22px;
  }

  .journey-statement {
    margin-top: 32px;
    padding: 24px 20px;
    text-align: left;
  }
}

/* v2.1.3 — responsive square seal */
@media (max-width: 1320px) {
    .brand img {
        width: 72px;
        height: 72px;
        max-width: 72px;
        max-height: 72px;
        flex-basis: 72px;
    }
}

@media (max-width: 980px) {
    .brand img {
        width: 68px;
        height: 68px;
        max-width: 68px;
        max-height: 68px;
        flex-basis: 68px;
    }
}

@media (max-width: 760px) {
    .brand img {
        width: 58px;
        height: 58px;
        max-width: 58px;
        max-height: 58px;
        flex-basis: 58px;
    }

    .footer-brand-logo {
        width: 132px;
        height: 132px;
        max-height: 132px;
    }
}

/* v2.2.0 — official album launch hero */
@media (max-width: 980px) {
  .hero-launch-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    text-align: center;
  }

  .hero-launch-copy,
  .hero-album-tagline {
    margin-inline: auto;
  }

  .hero-launch-copy .hero-actions {
    justify-content: center;
  }

  .hero-launch-copy .release-badge {
    margin-inline: auto;
  }

  .hero-cover {
    width: min(72vw, 480px);
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 112px 0 82px;
  }

  .hero::before {
    background-image: url('../images/backgrounds/mediterranean-hero-mobile.png');
  }

  .hero-launch-layout {
    gap: 30px;
  }

  .hero-launch-copy h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .hero-album-tagline {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }

  .hero-cover {
    width: min(88vw, 430px);
    border-radius: 18px;
  }

  .hero-cover img {
    border-radius: 12px;
  }
}

/* v2.2.1 — switch the launch hero before the desktop layout becomes cramped */
@media (max-width: 1160px) {
  .hero-launch-layout {
    grid-template-columns: 1fr;
    gap: 38px;
    text-align: center;
  }

  .hero-launch-copy {
    max-width: 820px;
    margin-inline: auto;
  }

  .hero-launch-copy h1 {
    font-size: clamp(3.2rem, 8vw, 5.8rem);
  }

  .hero-launch-copy .hero-actions {
    justify-content: center;
  }

  .hero-launch-copy .release-badge,
  .hero-album-tagline {
    margin-inline: auto;
  }

  .hero-cover {
    width: min(62vw, 430px);
  }
}

@media (max-width: 760px) {
  .hero-launch-copy h1 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
    letter-spacing: 0.015em;
  }

  .hero-subtitle {
    font-size: clamp(1.3rem, 6vw, 1.75rem);
  }

  .hero-cover {
    width: min(86vw, 400px);
  }
}
