.og-music-page {
  --og-purple: #f2b66d;
}

.og-card.nashville {
  --card-accent: #f2b66d;
}

.og-music-brand img {
  width: min(245px, 58vw);
}

.og-music-cards {
  grid-template-columns: minmax(0, 1fr);
  max-width: 420px;
}

.og-music-page .og-hero-primary,
.og-music-page .og-hero-secondary:hover,
.og-music-page .og-home-score-copy > a span {
  color: #15110c;
}

.og-music-page .og-hero-primary {
  background: #f2b66d;
}

.og-music-page .og-home-benefits h2 span,
.og-music-page .og-home-score h2 span {
  color: #f2b66d;
}

@media (max-width: 760px) {
  .og-music-brand img {
    width: min(190px, 56vw);
  }

  .og-music-cards {
    max-width: none;
  }
}
