/*
|--------------------------------------------------------------------------
| M.U.S.I.C. World HQ
| File: assets/css/style.css
| Version: 1.31
| Last Updated: 2026-05-03
| Notes: Added MIDI visual consistency polish for midi-zip-library.php
|        while preserving Suno section polish, homepage gold motto,
|        nav hover color system, Academy ladder polish, footer refinements,
|        and membership polish.
|--------------------------------------------------------------------------
*/

:root {
  --bg: #050505;
  --bg-soft: #0d1117;
  --panel: rgba(255,255,255,0.04);
  --panel-strong: rgba(255,255,255,0.06);
  --border: rgba(255,255,255,0.10);
  --border-strong: rgba(255,255,255,0.18);
  --text: #f5f7fb;
  --muted: rgba(245,247,251,0.72);

  --blue: #0066ff;
  --blue-soft: rgba(0,102,255,0.16);

  --gold: #c9a44c;
  --gold-highlight: #f3e1ab;
  --gold-mid: #deb75b;
  --gold-shadow: #7d5b18;
  --gold-soft: rgba(201,164,76,0.18);

  --radius: 20px;
  --shadow: 0 18px 40px rgba(0,0,0,0.28);
  --max: 1560px;
  --transition: 0.24s ease;

  --section-accent: #2F6BFF;
  --section-accent-soft: rgba(47,107,255,0.24);
  --section-accent-border: rgba(47,107,255,0.72);
  --section-accent-ring: rgba(47,107,255,0.48);
  --section-accent-shadow: rgba(47,107,255,0.28);

  --nav-music: #2F6BFF;
  --nav-academy: #7C4DFF;
  --nav-library: #14B8A6;
  --nav-wellness: #22C55E;
  --nav-tv: #E11D48;
  --nav-events: #F59E0B;
  --nav-store: #06B6D4;
  --nav-membership: #A855F7;
  --nav-partners: #B87333;
  --nav-contact: #2F6BFF;

  --suno-accent: #8B5CF6;
  --suno-accent-soft: rgba(139,92,246,0.18);
  --suno-accent-border: rgba(139,92,246,0.34);
  --suno-accent-shadow: rgba(139,92,246,0.18);
  --suno-accent-blue: #3B82F6;
  --suno-accent-blue-soft: rgba(59,130,246,0.14);

  --midi-accent: #2F6BFF;
  --midi-accent-soft: rgba(47,107,255,0.18);
  --midi-accent-border: rgba(47,107,255,0.30);
  --midi-accent-shadow: rgba(47,107,255,0.18);
  --midi-accent-teal: #14B8A6;
  --midi-accent-teal-soft: rgba(20,184,166,0.12);
}

body:has(.site-nav a[href="music.php"].is-active) {
  --section-accent: #2F6BFF;
  --section-accent-soft: rgba(47,107,255,0.24);
  --section-accent-border: rgba(47,107,255,0.72);
  --section-accent-ring: rgba(47,107,255,0.48);
  --section-accent-shadow: rgba(47,107,255,0.28);
}

body:has(.site-nav a[href="academy.php"].is-active) {
  --section-accent: #7C4DFF;
  --section-accent-soft: rgba(124,77,255,0.24);
  --section-accent-border: rgba(124,77,255,0.72);
  --section-accent-ring: rgba(124,77,255,0.48);
  --section-accent-shadow: rgba(124,77,255,0.28);
}

body:has(.site-nav a[href="library.php"].is-active) {
  --section-accent: #14B8A6;
  --section-accent-soft: rgba(20,184,166,0.24);
  --section-accent-border: rgba(20,184,166,0.72);
  --section-accent-ring: rgba(20,184,166,0.48);
  --section-accent-shadow: rgba(20,184,166,0.28);
}

body:has(.site-nav a[href="wellness.php"].is-active) {
  --section-accent: #22C55E;
  --section-accent-soft: rgba(34,197,94,0.24);
  --section-accent-border: rgba(34,197,94,0.72);
  --section-accent-ring: rgba(34,197,94,0.48);
  --section-accent-shadow: rgba(34,197,94,0.28);
}

body:has(.site-nav a[href="tv.php"].is-active) {
  --section-accent: #E11D48;
  --section-accent-soft: rgba(225,29,72,0.24);
  --section-accent-border: rgba(225,29,72,0.72);
  --section-accent-ring: rgba(225,29,72,0.48);
  --section-accent-shadow: rgba(225,29,72,0.28);
}

body:has(.site-nav a[href="events.php"].is-active) {
  --section-accent: #F59E0B;
  --section-accent-soft: rgba(245,158,11,0.24);
  --section-accent-border: rgba(245,158,11,0.72);
  --section-accent-ring: rgba(245,158,11,0.48);
  --section-accent-shadow: rgba(245,158,11,0.28);
}

body:has(.site-nav a[href="store.php"].is-active) {
  --section-accent: #06B6D4;
  --section-accent-soft: rgba(6,182,212,0.24);
  --section-accent-border: rgba(6,182,212,0.72);
  --section-accent-ring: rgba(6,182,212,0.48);
  --section-accent-shadow: rgba(6,182,212,0.28);
}

body:has(.site-nav a[href="membership.php"].is-active) {
  --section-accent: #A855F7;
  --section-accent-soft: rgba(168,85,247,0.24);
  --section-accent-border: rgba(168,85,247,0.72);
  --section-accent-ring: rgba(168,85,247,0.48);
  --section-accent-shadow: rgba(168,85,247,0.28);
}

body:has(.site-nav a[href="partners.php"].is-active) {
  --section-accent: #B87333;
  --section-accent-soft: rgba(184,115,51,0.24);
  --section-accent-border: rgba(184,115,51,0.72);
  --section-accent-ring: rgba(184,115,51,0.48);
  --section-accent-shadow: rgba(184,115,51,0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  display: block;
}

.container {
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
}

.section {
  padding: 4.25rem 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.muted {
  color: var(--muted);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.9rem;
  line-height: 1.14;
}

h1 {
  font-size: clamp(2.25rem, 4vw, 4.4rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.9rem);
  font-weight: 800;
}

h3 {
  font-size: 1.15rem;
  font-weight: 700;
}

p {
  margin: 0 0 1rem;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
}

li + li {
  margin-top: 0.55rem;
}

.utility {
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
}

.utility-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.utility-links a {
  color: var(--text);
  opacity: 0.88;
  transition: opacity var(--transition);
}

.utility-links a:hover {
  opacity: 1;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5,5,5,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.nav {
  width: min(100% - 1.5rem, var(--max));
  max-width: var(--max);
  margin-inline: auto;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.4rem;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.08rem;
  min-width: 128px;
  justify-self: start;
}

.brand strong {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand span {
  font-size: 0.72rem;
  color: var(--muted);
}

.site-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: max-content;
  max-width: 100%;
}

.site-nav li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

.site-nav a,
.site-nav .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.42rem 0.56rem;
  border-radius: 999px;
  color: rgba(245,247,251,0.96);
  font-weight: 700;
  font-size: 0.86rem;
  white-space: nowrap;
  transition:
    background var(--transition),
    color var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.site-nav .nav-link:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
  transform: translateY(-1px);
}

.site-nav .nav-music:hover,
.site-nav .nav-music.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(47,107,255,0.78),
    0 0 0 2px rgba(47,107,255,0.52),
    0 10px 24px rgba(47,107,255,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(47,107,255,0.24), rgba(255,255,255,0.02));
}

.site-nav .nav-academy:hover,
.site-nav .nav-academy.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(124,77,255,0.78),
    0 0 0 2px rgba(124,77,255,0.52),
    0 10px 24px rgba(124,77,255,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(124,77,255,0.24), rgba(255,255,255,0.02));
}

.site-nav .nav-library:hover,
.site-nav .nav-library.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(20,184,166,0.78),
    0 0 0 2px rgba(20,184,166,0.52),
    0 10px 24px rgba(20,184,166,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(20,184,166,0.24), rgba(255,255,255,0.02));
}

.site-nav .nav-wellness:hover,
.site-nav .nav-wellness.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(34,197,94,0.78),
    0 0 0 2px rgba(34,197,94,0.52),
    0 10px 24px rgba(34,197,94,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(34,197,94,0.24), rgba(255,255,255,0.02));
}

.site-nav .nav-tv:hover,
.site-nav .nav-tv.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(225,29,72,0.78),
    0 0 0 2px rgba(225,29,72,0.52),
    0 10px 24px rgba(225,29,72,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(225,29,72,0.24), rgba(255,255,255,0.02));
}

.site-nav .nav-events:hover,
.site-nav .nav-events.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(245,158,11,0.78),
    0 0 0 2px rgba(245,158,11,0.52),
    0 10px 24px rgba(245,158,11,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(245,158,11,0.24), rgba(255,255,255,0.02));
}

.site-nav .nav-store:hover,
.site-nav .nav-store.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(6,182,212,0.78),
    0 0 0 2px rgba(6,182,212,0.52),
    0 10px 24px rgba(6,182,212,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(6,182,212,0.24), rgba(255,255,255,0.02));
}

.site-nav .nav-membership:hover,
.site-nav .nav-membership.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(168,85,247,0.78),
    0 0 0 2px rgba(168,85,247,0.52),
    0 10px 24px rgba(168,85,247,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(168,85,247,0.24), rgba(255,255,255,0.02));
}

.site-nav .nav-partners:hover,
.site-nav .nav-partners.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(184,115,51,0.78),
    0 0 0 2px rgba(184,115,51,0.52),
    0 10px 24px rgba(184,115,51,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(184,115,51,0.24), rgba(255,255,255,0.02));
}

.site-nav .nav-contact:hover,
.site-nav .nav-contact.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(47,107,255,0.78),
    0 0 0 2px rgba(47,107,255,0.52),
    0 10px 24px rgba(47,107,255,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(47,107,255,0.24), rgba(255,255,255,0.02));
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-self: end;
}

.header-actions .btn {
  min-height: 40px;
  padding: 0.58rem 0.72rem;
  font-size: 0.82rem;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    color var(--transition),
    box-shadow var(--transition);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue), #2a7cff);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,102,255,0.26);
}

.btn-primary:hover {
  box-shadow: 0 16px 30px rgba(0,102,255,0.34);
}

.btn-secondary {
  background: rgba(255,255,255,0.04);
  color: var(--text);
  border-color: var(--border);
}

.btn-secondary:hover {
  border-color: var(--section-accent-border);
  background: rgba(255,255,255,0.07);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.14);
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.22);
}

.card,
.tile,
.cta-band,
.split-feature-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card,
.tile,
.split-feature-card {
  padding: 1.5rem;
}

.cta-band {
  padding: 2rem;
}

.tile h3,
.card h3 {
  margin-bottom: 0.6rem;
}

.grid {
  display: grid;
  gap: 1.4rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.section-head h2 {
  background:
    linear-gradient(
      180deg,
      var(--gold-highlight) 0%,
      #fff6cf 16%,
      var(--gold-mid) 34%,
      var(--gold) 56%,
      #c79a35 72%,
      var(--gold-shadow) 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold);
  text-shadow: 0 0 22px rgba(201,164,76,0.10);
}

.hero,
.internal-hero {
  padding: 3rem 0 2.5rem;
}

.hero-shell,
.internal-hero-shell {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1.5rem;
  align-items: stretch;
}

.hero-copy,
.internal-hero-copy,
.hero-panel,
.internal-hero-panel {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 28px;
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(255,255,255,0.02);
  overflow: hidden;
}

.internal-hero-copy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--section-accent), transparent 84%);
  box-shadow: 0 0 24px var(--section-accent-shadow);
  opacity: 1;
  z-index: 1;
}

.internal-hero-copy::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  background: linear-gradient(90deg, var(--section-accent-soft), transparent 88%);
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
}

.internal-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, var(--section-accent-soft), transparent 40%);
  pointer-events: none;
}

.hero-copy,
.internal-hero-copy {
  padding: 2rem;
}

.hero-copy > *,
.internal-hero-copy > * {
  position: relative;
  z-index: 2;
}

.internal-hero-copy .eyebrow {
  color: rgba(241,221,160,0.95);
}

.internal-hero-copy h1 {
  background:
    linear-gradient(
      180deg,
      var(--gold-highlight) 0%,
      #fff7d3 18%,
      var(--gold-mid) 36%,
      var(--gold) 56%,
      #c9942f 74%,
      var(--gold-shadow) 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold);
  text-shadow:
    0 0 26px rgba(201,164,76,0.10),
    0 1px 0 rgba(255,255,255,0.05);
}

.hero-copy p,
.internal-hero-copy p {
  max-width: 56rem;
  color: var(--muted);
}

.hero-panel,
.internal-hero-panel {
  overflow: hidden;
}

.panel-top,
.internal-panel-top {
  min-height: 130px;
  background:
    radial-gradient(circle at top right, var(--section-accent-soft), transparent 36%),
    radial-gradient(circle at bottom left, rgba(201,164,76,0.16), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.hero-mini,
.internal-panel-copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.35rem 1.4rem 1.5rem;
  color: var(--muted);
}

.hero-mini strong,
.internal-panel-copy strong {
  color: var(--text);
  font-size: 1rem;
}

.mini-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hero-note {
  margin-top: 1rem;
  color: var(--muted);
  font-weight: 700;
}

body.page-index .hero-copy h1 {
  background:
    linear-gradient(
      180deg,
      #fff7d7 0%,
      var(--gold-highlight) 16%,
      #f2cf76 34%,
      var(--gold-mid) 48%,
      var(--gold) 62%,
      #b98529 78%,
      var(--gold-shadow) 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold);
  text-shadow:
    0 0 30px rgba(201,164,76,0.16),
    0 1px 0 rgba(255,255,255,0.05);
}

.hero-actions,
.cta-actions,
.section-footer-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.2rem;
  position: relative;
  z-index: 2;
}

.hero-actions a,
.cta-actions a,
.section-footer-link a,
.card a.btn,
.tile a.btn,
.cta-band a.btn {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.cta-band {
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, var(--section-accent-soft), transparent 34%);
  pointer-events: none;
}

.cta-band h2 {
  max-width: 18ch;
}

.cta-band p {
  max-width: 62ch;
  color: var(--muted);
}

footer {
  border-top: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
}

.text-block-card,
.partner-card,
.project-card,
.event-card,
.video-card,
.topic-list,
.founder-copy,
.plan,
.division-card,
.offer-card,
.testimonial {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.tv-wrap,
.founder {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.4rem;
  align-items: stretch;
}

.tv-side {
  display: grid;
  gap: 1.4rem;
}

.video-stage {
  min-height: 220px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  margin-top: 1rem;
}

.video-caption {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: var(--muted);
}

.portrait {
  min-height: 100%;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}

.kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--gold-mid);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}

.audio-card,
.track-card,
.album-access-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1rem;
}

/* Academy ladder polish */
body.page-academy #featured-courses .division-card,
body.page-academy .section .division-card {
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body.page-academy #featured-courses .division-card:hover,
body.page-academy .section .division-card:hover {
  transform: translateY(-3px);
}

body.page-academy #featured-courses .division-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
}

body.page-academy #featured-courses .division-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  opacity: 1;
}

body.page-academy #featured-courses .division-card:nth-child(1)::before {
  background: linear-gradient(180deg, rgba(47,107,255,0.95), transparent 88%);
  box-shadow: 0 0 18px rgba(47,107,255,0.18);
}

body.page-academy #featured-courses .division-card:nth-child(2)::before {
  background: linear-gradient(180deg, rgba(124,77,255,0.95), transparent 88%);
  box-shadow: 0 0 18px rgba(124,77,255,0.18);
}

body.page-academy #featured-courses .division-card:nth-child(3)::before {
  background: linear-gradient(180deg, rgba(201,164,76,0.95), transparent 88%);
  box-shadow: 0 0 18px rgba(201,164,76,0.18);
}

body.page-academy #featured-courses .division-card:nth-child(1) {
  border-color: rgba(47,107,255,0.22);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(47,107,255,0.08);
}

body.page-academy #featured-courses .division-card:nth-child(2) {
  border-color: rgba(124,77,255,0.22);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(124,77,255,0.08);
}

body.page-academy #featured-courses .division-card:nth-child(3) {
  border-color: rgba(201,164,76,0.22);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(201,164,76,0.08);
}

body.page-academy #featured-courses .division-card:nth-child(1):hover {
  border-color: rgba(47,107,255,0.34);
  box-shadow:
    0 20px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(47,107,255,0.16),
    0 0 24px rgba(47,107,255,0.10);
}

body.page-academy #featured-courses .division-card:nth-child(2):hover {
  border-color: rgba(124,77,255,0.34);
  box-shadow:
    0 20px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(124,77,255,0.16),
    0 0 24px rgba(124,77,255,0.10);
}

body.page-academy #featured-courses .division-card:nth-child(3):hover {
  border-color: rgba(201,164,76,0.34);
  box-shadow:
    0 20px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(201,164,76,0.16),
    0 0 24px rgba(201,164,76,0.10);
}

body.page-academy #featured-courses .division-card .eyebrow,
body.page-academy .section .division-card .eyebrow {
  margin-bottom: 0.65rem;
}

body.page-academy #featured-courses .division-card:nth-child(1) .eyebrow,
body.page-academy .section .division-card .eyebrow {
  text-shadow: 0 0 10px rgba(201,164,76,0.08);
}

body.page-academy #featured-courses .division-card h3,
body.page-academy .section .division-card h3 {
  letter-spacing: -0.01em;
}

body.page-academy #featured-courses .division-card p,
body.page-academy .section .division-card p {
  color: rgba(245,247,251,0.80);
}

body.page-academy #featured-courses .division-card .btn,
body.page-academy .section .division-card .btn {
  box-shadow: 0 10px 22px rgba(0,0,0,0.16);
}

body.page-academy #featured-courses + .section .division-card,
body.page-academy .section + .section .division-card {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.025));
}

body.page-academy .section-head + .grid .division-card {
  min-height: 100%;
}

body.page-academy #featured-courses .section-head p,
body.page-academy .section-head p {
  max-width: 68ch;
}

body.page-academy .cta-band {
  border-color: rgba(124,77,255,0.18);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(124,77,255,0.08);
}

body.page-academy .cta-band::before {
  background:
    radial-gradient(circle at top right, rgba(124,77,255,0.16), transparent 34%);
}

body.page-academy .cta-band h2 {
  text-shadow: 0 0 16px rgba(124,77,255,0.08);
}

body.page-academy .project-card,
body.page-academy .event-card,
body.page-academy .split-feature-card {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.025));
}

/* Suno visual consistency polish */
body.page-suno-creator-library .internal-hero-copy,
body.page-suno-prompt-library .internal-hero-copy,
body.page-suno-creator-guide .internal-hero-copy,
body.page-suno-creator-library .internal-hero-panel,
body.page-suno-prompt-library .internal-hero-panel,
body.page-suno-creator-guide .internal-hero-panel {
  border-color: rgba(139,92,246,0.16);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(139,92,246,0.06);
}

body.page-suno-creator-library .internal-hero-copy::before,
body.page-suno-prompt-library .internal-hero-copy::before,
body.page-suno-creator-guide .internal-hero-copy::before {
  background: linear-gradient(180deg, var(--suno-accent), transparent 84%);
  box-shadow: 0 0 24px var(--suno-accent-shadow);
}

body.page-suno-creator-library .internal-hero-copy::after,
body.page-suno-prompt-library .internal-hero-copy::after,
body.page-suno-creator-guide .internal-hero-copy::after {
  background: linear-gradient(90deg, var(--suno-accent-soft), transparent 88%);
}

body.page-suno-creator-library .internal-hero-panel::before,
body.page-suno-prompt-library .internal-hero-panel::before,
body.page-suno-creator-guide .internal-hero-panel::before {
  background:
    radial-gradient(circle at top right, var(--suno-accent-soft), transparent 40%);
}

body.page-suno-creator-library .internal-panel-top,
body.page-suno-prompt-library .internal-panel-top,
body.page-suno-creator-guide .internal-panel-top {
  background:
    radial-gradient(circle at top right, rgba(139,92,246,0.20), transparent 34%),
    radial-gradient(circle at bottom left, rgba(59,130,246,0.14), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}

body.page-suno-creator-library .section-head h2,
body.page-suno-prompt-library .section-head h2,
body.page-suno-creator-guide .section-head h2 {
  text-shadow:
    0 0 20px rgba(201,164,76,0.08),
    0 0 14px rgba(139,92,246,0.05);
}

body.page-suno-creator-library .division-card,
body.page-suno-creator-library .project-card,
body.page-suno-creator-library .event-card,
body.page-suno-creator-library .split-feature-card,
body.page-suno-creator-library .plan,
body.page-suno-prompt-library .split-feature-card,
body.page-suno-creator-guide .division-card,
body.page-suno-creator-guide .project-card,
body.page-suno-creator-guide .event-card,
body.page-suno-creator-guide .split-feature-card {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.025));
}

body.page-suno-creator-library .division-card,
body.page-suno-creator-guide .division-card {
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body.page-suno-creator-library .division-card:hover,
body.page-suno-creator-guide .division-card:hover {
  transform: translateY(-3px);
  border-color: rgba(139,92,246,0.22);
  box-shadow:
    0 20px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(139,92,246,0.12),
    0 0 22px rgba(139,92,246,0.08);
}

body.page-suno-creator-library .division-card .eyebrow,
body.page-suno-creator-guide .division-card .eyebrow {
  color: #d8b35a;
}

body.page-suno-creator-library .division-card p,
body.page-suno-creator-guide .division-card p,
body.page-suno-prompt-library .split-feature-card p {
  color: rgba(245,247,251,0.80);
}

body.page-suno-creator-library .cta-band,
body.page-suno-creator-guide .cta-band,
body.page-suno-prompt-library .cta-band {
  border-color: rgba(139,92,246,0.18);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(139,92,246,0.08);
}

body.page-suno-creator-library .cta-band::before,
body.page-suno-creator-guide .cta-band::before,
body.page-suno-prompt-library .cta-band::before {
  background:
    radial-gradient(circle at top right, rgba(139,92,246,0.16), transparent 34%);
}

body.page-suno-creator-library .cta-band h2,
body.page-suno-creator-guide .cta-band h2,
body.page-suno-prompt-library .cta-band h2 {
  text-shadow: 0 0 16px rgba(139,92,246,0.08);
}

body.page-suno-prompt-library .library-card {
  border-color: rgba(139,92,246,0.16);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(139,92,246,0.06);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body.page-suno-prompt-library .library-card:hover {
  transform: translateY(-3px);
  border-color: rgba(139,92,246,0.24);
  box-shadow:
    0 20px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(139,92,246,0.14),
    0 0 24px rgba(139,92,246,0.10);
}

body.page-suno-prompt-library .library-card::before {
  background: linear-gradient(180deg, var(--suno-accent), transparent 88%);
  box-shadow: 0 0 18px rgba(139,92,246,0.18);
}

body.page-suno-prompt-library .type-badge {
  background: rgba(139,92,246,0.12);
  border-color: rgba(139,92,246,0.20);
}

body.page-suno-prompt-library .field-group input,
body.page-suno-prompt-library .field-group select {
  border-color: rgba(139,92,246,0.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.01);
}

body.page-suno-prompt-library .field-group input:focus,
body.page-suno-prompt-library .field-group select:focus {
  outline: none;
  border-color: rgba(139,92,246,0.34);
  box-shadow:
    0 0 0 3px rgba(139,92,246,0.12);
}

body.page-suno-prompt-library .prompt-preview,
body.page-suno-prompt-library .library-attribute,
body.page-suno-prompt-library .starter-note,
body.page-suno-prompt-library .empty-state {
  border-color: rgba(139,92,246,0.12);
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.022));
}

body.page-suno-prompt-library .library-tag {
  background: rgba(139,92,246,0.08);
  border-color: rgba(139,92,246,0.16);
  color: rgba(245,247,251,0.90);
}

body.page-suno-creator-guide .project-card,
body.page-suno-creator-guide .event-card,
body.page-suno-creator-guide .split-feature-card {
  border-color: rgba(139,92,246,0.16);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(139,92,246,0.06);
}

body.page-suno-creator-guide .project-card h2,
body.page-suno-creator-guide .event-card h2,
body.page-suno-creator-guide .split-feature-card h2 {
  text-shadow: 0 0 14px rgba(139,92,246,0.06);
}

body.page-suno-creator-guide .library-tag {
  background: rgba(139,92,246,0.08);
  border-color: rgba(139,92,246,0.16);
  color: rgba(245,247,251,0.92);
}

body.page-suno-creator-library .plan:nth-child(2),
body.page-suno-creator-library .plan:nth-child(3) {
  border-color: rgba(139,92,246,0.16);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(139,92,246,0.06);
}

body.page-suno-creator-library .plan:nth-child(2):hover,
body.page-suno-creator-library .plan:nth-child(3):hover {
  border-color: rgba(139,92,246,0.24);
  box-shadow:
    0 20px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(139,92,246,0.12),
    0 0 24px rgba(139,92,246,0.08);
}

body.page-suno-creator-library .plan,
body.page-suno-creator-library .division-card,
body.page-suno-creator-guide .division-card {
  min-height: 100%;
}

body.page-suno-creator-library .section-head p,
body.page-suno-prompt-library .section-head p,
body.page-suno-creator-guide .section-head p {
  max-width: 68ch;
}

/* MIDI visual consistency polish */
body.page-midi-zip-library .internal-hero-copy,
body.page-midi-zip-library .internal-hero-panel {
  border-color: rgba(47,107,255,0.16);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(47,107,255,0.06);
}

body.page-midi-zip-library .internal-hero-copy::before {
  background: linear-gradient(180deg, var(--midi-accent), transparent 84%);
  box-shadow: 0 0 24px var(--midi-accent-shadow);
}

body.page-midi-zip-library .internal-hero-copy::after {
  background: linear-gradient(90deg, var(--midi-accent-soft), transparent 88%);
}

body.page-midi-zip-library .internal-hero-panel::before {
  background:
    radial-gradient(circle at top right, var(--midi-accent-soft), transparent 40%);
}

body.page-midi-zip-library .internal-panel-top {
  background:
    radial-gradient(circle at top right, rgba(47,107,255,0.20), transparent 34%),
    radial-gradient(circle at bottom left, rgba(20,184,166,0.12), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}

body.page-midi-zip-library .section-head h2 {
  text-shadow:
    0 0 18px rgba(201,164,76,0.08),
    0 0 12px rgba(47,107,255,0.05);
}

body.page-midi-zip-library .tile,
body.page-midi-zip-library .split-feature-card,
body.page-midi-zip-library .special-card,
body.page-midi-zip-library .midi-card {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.025));
}

body.page-midi-zip-library .midi-card,
body.page-midi-zip-library .special-card,
body.page-midi-zip-library .tile {
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body.page-midi-zip-library .midi-card:hover,
body.page-midi-zip-library .special-card:hover,
body.page-midi-zip-library .tile:hover {
  transform: translateY(-3px);
}

body.page-midi-zip-library .midi-card {
  border-color: rgba(47,107,255,0.16);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(47,107,255,0.06);
}

body.page-midi-zip-library .midi-card:hover {
  border-color: rgba(47,107,255,0.24);
  box-shadow:
    0 20px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(47,107,255,0.14),
    0 0 24px rgba(47,107,255,0.10);
}

body.page-midi-zip-library .midi-card::before {
  background: linear-gradient(180deg, var(--midi-accent), transparent 88%);
  box-shadow: 0 0 18px rgba(47,107,255,0.18);
}

body.page-midi-zip-library .special-card {
  border-color: rgba(47,107,255,0.18);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(47,107,255,0.07);
}

body.page-midi-zip-library .special-card:hover {
  border-color: rgba(47,107,255,0.26);
  box-shadow:
    0 20px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(47,107,255,0.14),
    0 0 22px rgba(47,107,255,0.08);
}

body.page-midi-zip-library .special-card::before {
  background: linear-gradient(180deg, rgba(47,107,255,0.95), transparent 88%);
  box-shadow: 0 0 18px rgba(47,107,255,0.16);
}

body.page-midi-zip-library .type-badge,
body.page-midi-zip-library .letter-badge,
body.page-midi-zip-library .featured-badge {
  background: rgba(47,107,255,0.10);
  border-color: rgba(47,107,255,0.16);
}

body.page-midi-zip-library .field-group input,
body.page-midi-zip-library .field-group select {
  border-color: rgba(47,107,255,0.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.01);
}

body.page-midi-zip-library .field-group input:focus,
body.page-midi-zip-library .field-group select:focus {
  outline: none;
  border-color: rgba(47,107,255,0.34);
  box-shadow:
    0 0 0 3px rgba(47,107,255,0.12);
}

body.page-midi-zip-library .file-preview,
body.page-midi-zip-library .midi-attribute,
body.page-midi-zip-library .starter-note,
body.page-midi-zip-library .empty-state {
  border-color: rgba(47,107,255,0.12);
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.022));
}

body.page-midi-zip-library .midi-tag {
  background: rgba(47,107,255,0.08);
  border-color: rgba(47,107,255,0.14);
  color: rgba(245,247,251,0.90);
}

body.page-midi-zip-library .cta-band {
  border-color: rgba(47,107,255,0.18);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(47,107,255,0.08);
}

body.page-midi-zip-library .cta-band::before {
  background:
    radial-gradient(circle at top right, rgba(47,107,255,0.16), transparent 34%);
}

body.page-midi-zip-library .cta-band h2 {
  text-shadow: 0 0 16px rgba(47,107,255,0.08);
}

body.page-midi-zip-library .split-feature-card {
  border-color: rgba(47,107,255,0.16);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(47,107,255,0.06);
}

body.page-midi-zip-library .split-feature-card h2 {
  text-shadow: 0 0 14px rgba(47,107,255,0.05);
}

body.page-midi-zip-library .section-head p {
  max-width: 68ch;
}

/* Membership-only polish */
body:has(.site-nav a[href="membership.php"].is-active) #plans .split-feature-card {
  backdrop-filter: blur(10px);
}

body:has(.site-nav a[href="membership.php"].is-active) #plans .split-feature-card h2 {
  letter-spacing: -0.02em;
}

body:has(.site-nav a[href="membership.php"].is-active) #plans .grid.grid-2 > .card,
body:has(.site-nav a[href="membership.php"].is-active) #plan-comparison .grid.grid-2 > .card {
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body:has(.site-nav a[href="membership.php"].is-active) #plans .grid.grid-2 > .card:hover,
body:has(.site-nav a[href="membership.php"].is-active) #plan-comparison .grid.grid-2 > .card:hover {
  transform: translateY(-3px);
}

body:has(.site-nav a[href="membership.php"].is-active) #plans .grid.grid-2 > .card:hover {
  border-color: rgba(255,255,255,0.18);
  box-shadow:
    0 18px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(255,255,255,0.04);
}

body:has(.site-nav a[href="membership.php"].is-active) #plans .split-feature-card:last-child .grid.grid-2 > .card:hover,
body:has(.site-nav a[href="membership.php"].is-active) #plan-comparison .grid.grid-2 > .card:last-child:hover {
  border-color: rgba(168,85,247,0.34);
  box-shadow:
    0 18px 34px rgba(0,0,0,0.24),
    0 0 0 1px rgba(168,85,247,0.18),
    0 0 28px rgba(168,85,247,0.12);
}

body:has(.site-nav a[href="membership.php"].is-active) #plans ul li,
body:has(.site-nav a[href="membership.php"].is-active) #plan-comparison ul li {
  color: rgba(245,247,251,0.88);
}

body:has(.site-nav a[href="membership.php"].is-active) #plans ul li::marker,
body:has(.site-nav a[href="membership.php"].is-active) #plan-comparison ul li::marker {
  color: rgba(168,85,247,0.8);
}

body:has(.site-nav a[href="membership.php"].is-active) #plans .btn,
body:has(.site-nav a[href="membership.php"].is-active) #plan-comparison .btn,
body:has(.site-nav a[href="membership.php"].is-active) .cta-band .btn {
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

body:has(.site-nav a[href="membership.php"].is-active) #plans .split-feature-card:last-child {
  position: relative;
}

body:has(.site-nav a[href="membership.php"].is-active) #plans .split-feature-card:last-child::after {
  content: "";
  position: absolute;
  inset: auto 24px 0 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168,85,247,0.42), transparent);
  opacity: 0.9;
}

body:has(.site-nav a[href="membership.php"].is-active) #plans .split-feature-card:last-child h2,
body:has(.site-nav a[href="membership.php"].is-active) #plan-comparison .grid.grid-2 > .card:last-child h3,
body:has(.site-nav a[href="membership.php"].is-active) .split-feature-card[style*="168,85,247"] h2 {
  text-shadow: 0 0 18px rgba(168,85,247,0.08);
}

body:has(.site-nav a[href="membership.php"].is-active) #academy-value .card,
body:has(.site-nav a[href="membership.php"].is-active) #plan-comparison .card,
body:has(.site-nav a[href="membership.php"].is-active) .cta-band.card {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.025));
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  margin-left: auto;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.related-albums-hero-strip {
  margin-top: 1.5rem;
  max-width: 460px;
}

.related-albums-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
  color: var(--text);
}

.related-albums-grid {
  display: grid;
  grid-template-columns: repeat(5, 72px);
  gap: 0.65rem;
  justify-content: start;
  align-items: start;
}

.related-album-thumb {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  text-decoration: none;
  line-height: 0;
}

.related-album-thumb-box {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  background: rgba(255,255,255,0.03) !important;
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.related-album-thumb:hover .related-album-thumb-box {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.22) !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.20);
}

.related-album-thumb-box img {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

@media (max-width: 1100px) {
  .nav {
    display: flex;
  }

  .hero-shell,
  .internal-hero-shell,
  .tv-wrap,
  .founder,
  .grid-4,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .site-nav {
    flex: 1 1 auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .site-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}

@media (max-width: 860px) {
  .utility-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 0;
  }

  .nav {
    flex-wrap: wrap;
    padding: 0.8rem 0;
    gap: 0.75rem;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    width: 100%;
    order: 4;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-top: 0.75rem;
  }

  .site-nav a {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.9rem;
    padding: 0.5rem 0.6rem;
  }

  .header-actions {
    width: 100%;
    order: 5;
    justify-content: flex-start;
  }

  .hero-copy,
  .internal-hero-copy,
  .card,
  .tile,
  .split-feature-card,
  .cta-band {
    padding: 1.2rem;
  }
}

@media (max-width: 900px) {
  .related-albums-grid {
    grid-template-columns: repeat(3, 64px);
  }

  .related-album-thumb,
  .related-album-thumb-box,
  .related-album-thumb-box img {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
}

@media (max-width: 560px) {
  .hero-actions,
  .cta-actions,
  .section-footer-link {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .brand {
    min-width: 0;
  }
}