.fm-music-main {
    background:
      radial-gradient(circle at 10% 10%, rgba(22, 94, 28, .20), transparent 34rem),
      radial-gradient(circle at 92% 18%, rgba(139, 20, 12, .16), transparent 36rem),
      #070807;
  }

  .fm-music-hero {
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(2rem, 4vw, 3.5rem);
    border-bottom: 1px solid rgba(232, 189, 53, .28);
  }

  .fm-music-hero__eyebrow,
  .fm-music-section__eyebrow {
    margin: 0 0 .85rem;
    color: #e8bd35;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
  }

  .fm-music-hero__title {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.6rem, 9vw, 8rem);
    line-height: .84;
    text-transform: uppercase;
  }

  .fm-music-hero__intro {
    max-width: 760px;
    margin: 1.75rem 0 0;
    color: rgba(255,255,255,.76);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.75;
  }

  .fm-music-section {
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 5rem) 0;
  }

  .fm-music-section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .fm-music-section__heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1;
    text-transform: uppercase;
  }

  .fm-music-section__heading p {
    max-width: 540px;
    margin: 0;
    color: rgba(255,255,255,.6);
    line-height: 1.65;
  }

  .fm-music-catalogue {
    padding-top: 0;
  }

  .fm-music-catalogue .drupal-content {
    padding: 0;
  }

  .fm-music-catalogue .theme-block,
  .fm-music-catalogue .theme-block-content,
  .fm-music-catalogue .views-element-container,
  .fm-music-catalogue .fm-music-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .fm-music-catalogue .fm-music-page {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 2.5vw, 2.5rem);
  }

  .fm-music-catalogue .views-row {
    min-width: 0;
    margin: 0;
  }

  .fm-music-catalogue .fm-release-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(13,14,13,.94);
    transition: transform .25s ease, border-color .25s ease;
  }

  .fm-music-catalogue .fm-release-card:hover {
    transform: translateY(-6px);
    border-color: rgba(232,189,53,.65);
  }

  .fm-music-catalogue .fm-release-card__art {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #111;
  }

  .fm-music-catalogue .fm-release-card__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
  }

  .fm-music-catalogue .fm-release-card:hover .fm-release-card__art img {
    transform: scale(1.04);
  }

  .fm-music-catalogue .fm-release-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.4rem;
  }

  .fm-music-catalogue .fm-release-card__kicker {
    color: #e8bd35;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .fm-music-catalogue .fm-release-card__title {
    margin: .55rem 0;
    font-size: clamp(1.4rem, 2vw, 2rem);
  }

  .fm-music-catalogue .fm-release-card__links {
    margin-top: auto;
    padding-top: 1.25rem;
  }

  .fm-music-platforms {
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .fm-platform-links {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .75rem;
  }

  .fm-platform-links a {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }

  .fm-platform-links a:hover {
    border-color: #e8bd35;
    background: #e8bd35;
    color: #080808;
  }

  @media (max-width: 900px) {
    .fm-music-catalogue .fm-music-page {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fm-platform-links {
      grid-template-columns: repeat(2, 1fr);
    }

    .fm-music-section__heading {
      align-items: start;
      flex-direction: column;
    }
  }

  @media (max-width: 560px) {
    .fm-music-hero,
    .fm-music-section {
      width: min(100% - 28px, 1440px);
    }

    .fm-music-catalogue .fm-music-page,
    .fm-platform-links {
      grid-template-columns: 1fr;
    }
  }

/* ===== BEGIN MIGRATED MOBILE OWNERSHIP ===== */

/* Exact responsive rules migrated from the former global mobile compatibility layer. */

@media (max-width: 640px) {
  .music-card img
  {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;

  }

  .release-card img
  {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;

  }

  .release-card img
  {
        aspect-ratio: 1 / 1;
        object-fit: cover;

  }

  /* Release page. */

    .fm-release__hero
  {
        grid-template-columns: 1fr;
        gap: 2rem;

  }

  .fm-release__cover img
  {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;

  }

  .fm-release__content h1
  {
        font-size: clamp(2.3rem, 12vw, 4rem);
        line-height: 0.95;

  }

  .fm-release-links
  {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;

  }

  .fm-release-links a
  {
        width: 100%;
        min-height: 3rem;
        justify-content: center;

  }

  .music-page
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;

  }

  .music-page > section
  {
        box-sizing: border-box;
        width: calc(100% - 2rem);
        max-width: none;
        margin-right: auto;
        margin-left: auto;

  }

  .music-hero
  {
        width: 100%;
        margin-right: 0;
        margin-left: 0;

  }

  .music-card
  {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 0;

  }

  .release-card
  {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 0;

  }

  /*
     * Release catalogue media:
     * every cover fills the same square frame.
     */
    .music-release-card__media
  {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: #090909;

  }

  .release-card__media
  {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: #090909;

  }

  .music-card__media
  {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: #090909;

  }

  .music-release-card__media img
  {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;

  }

  .release-card__media img
  {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;

  }

  .music-card__media img
  {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;

  }

  /*
     * Use the same 16px side gutter on both listing pages.
     */
    .fm-music-hero
  {
        box-sizing: border-box;
        width: calc(100% - 2rem);
        max-width: none;
        margin-right: auto;
        margin-left: auto;

  }

  .fm-music-section
  {
        box-sizing: border-box;
        width: calc(100% - 2rem);
        max-width: none;
        margin-right: auto;
        margin-left: auto;

  }

  /*
     * Views and blocks should fill their correctly padded parent,
     * rather than adding another offset or overflowing right.
     */
    .fm-music-catalogue
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;

  }

  .fm-music-catalogue .drupal-content
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;

  }

  .fm-music-catalogue .theme-block
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;

  }

  .fm-music-catalogue .theme-block-content
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;

  }

  .fm-music-catalogue .views-element-container
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;

  }

  .fm-music-catalogue .fm-music-page
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;

  }

  /*
     * Matching page-heading proportions.
     */
    .fm-music-hero
  {
        padding-top: 2.75rem;
        padding-bottom: 2.25rem;

  }

  .fm-music-hero__title
  {
        font-size: clamp(3rem, 15vw, 4.75rem);
        line-height: 0.88;

  }

  .fm-music-hero__intro
  {
        margin-top: 1.2rem;
        font-size: 1rem;
        line-height: 1.6;

  }

  .fm-storefront-main .release-grid
  {
        box-sizing: border-box;
        width: calc(100% - 2rem);
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

  }

  .fm-storefront-main .release-grid > header
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-right: 0;
        margin-left: 0;

  }

  .fm-storefront-main .release-grid > .view-content
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-right: 0;
        margin-left: 0;

  }

  .fm-storefront-main .release-grid > .views-row
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-right: 0;
        margin-left: 0;

  }

  .fm-storefront-main .release-grid .views-row
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-right: 0;
        margin-left: 0;

  }

  .fm-storefront-main .release-grid > .view-content
  {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.25rem;

  }

  .fm-storefront-main .release-grid .views-row
  {
        padding: 0;

  }

  .fm-storefront-main .release-card
  {
        width: 100%;
        max-width: 100%;
        margin: 0;

  }

  .fm-storefront-main .release-card__media
  {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: #090909;

  }

  .fm-storefront-main .release-card__media .field
  {
        width: 100%;
        height: 100%;

  }

  .fm-storefront-main .release-card__media .field__item
  {
        width: 100%;
        height: 100%;

  }

  .fm-storefront-main .release-card__media > div
  {
        width: 100%;
        height: 100%;

  }

  .fm-storefront-main .release-card__media img
  {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;

  }

  .fm-storefront-main .release-card__content
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;

  }

  /* Give product cards clearer separation. */
    .fm-storefront-main .release-grid > .view-content
  {
        gap: 1.5rem;

  }

  .fm-storefront-main .release-card
  {
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: #0a0b0a;

  }

  .fm-storefront-main .release-card__content
  {
        padding: 1rem;

  }

  .fm-storefront-main .release-card__category
  {
        margin-bottom: 0.45rem;

  }

  .fm-storefront-main .release-card__title
  {
        margin-top: 0;
        margin-bottom: 0.75rem;
        line-height: 1.1;

  }

  /*
     * Remove the generic Commerce field label and emphasise
     * the actual formatted price.
     */
    .fm-storefront-main .release-card__price
  {
        margin: 0 0 0.9rem;

  }

  .fm-storefront-main .release-card__price
    [class*="product--variation-field--variation_price"]
  {
        display: block;

  }

  .fm-storefront-main .release-card__price
    [class*="product--variation-field--variation_price"] > div:first-child
  {
        display: none;

  }

  .fm-storefront-main .release-card__price
    [class*="product--variation-field--variation_price"] > div:last-child
  {
        color: #fff;
        font-size: 1.15rem;
        font-weight: 800;
        line-height: 1;

  }

  /* Larger, consistent touch target. */
    .fm-storefront-main .release-card__button
  {
        box-sizing: border-box;
        display: inline-flex;
        width: 100%;
        min-height: 2.9rem;
        align-items: center;
        justify-content: center;
        padding: 0.7rem 1rem;
        text-align: center;

  }

  .fm-storefront-main .release-grid
  {
        width: calc(100% - 2rem);
        max-width: none;
        margin-right: auto;
        margin-left: auto;

  }

}

/* ===== END MIGRATED MOBILE OWNERSHIP ===== */
