.home-lite-page {
  width: 100%;
  min-height: calc(100vh - 72px);
  padding-top: 0;
  padding-bottom: 54px;
}

.home-clean-hero {
  width: calc(100% - 64px);
  max-width: calc(var(--hg-container, 1400px) - 64px);
  margin: 0 auto;
  padding-top: 0;
  padding-inline: 0;
}

.home-clean-hero-panel {
  position: relative;
  height: 252px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #050608;
  box-shadow: none;
}

.home-clean-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 6, 8, 0.98) 0%, rgba(5, 6, 8, 0.92) 31%, rgba(5, 6, 8, 0.58) 50%, rgba(5, 6, 8, 0.08) 100%);
  pointer-events: none;
}

.home-clean-hero-media,
.home-clean-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-clean-hero-media {
  position: absolute;
  inset: 0;
}

.home-clean-hero-media img {
  object-fit: cover;
  object-position: center right;
}

.home-clean-hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 52%);
  padding: 12px 0 0 24px;
}

.home-clean-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 5vw, 4.35rem);
  line-height: 0;
  letter-spacing: 0;
  font-weight: 950;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.8);
}

.home-clean-hero-logo {
  display: block;
  width: clamp(330px, 28vw, 400px);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.78));
}

.home-clean-hero-copy h1 span {
  color: #F6CD9B;
  font-style: italic;
}

.home-clean-hero-tagline {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 1.9rem);
  line-height: 1.22;
  font-weight: 500;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.75);
}

.home-clean-hero-tagline strong,
.home-clean-hero-proof b {
  color: #F6CD9B;
  font-weight: inherit;
}

.home-clean-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.home-clean-hero-actions .primary-button,
.home-clean-hero-actions .ghost-button {
  min-width: 138px;
  min-height: 46px;
  border-radius: 8px;
  font-size: 0.96rem;
  font-weight: 500 !important;
}

.home-hero-member-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  min-height: 46px;
  padding: 6px 14px 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  background: #171A21;
  color: #F6CD9B;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.home-hero-member-cta:hover {
  border-color: rgba(246, 205, 155, 0.2);
  background: #1D212B;
  color: #FFD9A8;
}

.home-hero-member-cta:focus-visible {
  outline: 2px solid #F6CD9B;
  outline-offset: 3px;
}

.home-hero-member-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #F6CD9B;
}

.home-hero-member-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-hero-member-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: left;
  line-height: 1.05;
}

.home-hero-member-eyebrow {
  color: #B8B8B8;
  font-size: 0.72rem;
  font-weight: 500;
  white-space: nowrap;
}

.home-hero-member-copy strong {
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.home-hero-member-arrow {
  display: inline-block;
  margin-left: 3px;
}

.home-clean-hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 14px;
  margin: 12px 0 0;
  color: #C8C1B8;
  font-size: 0.92rem;
  font-weight: 500;
}

.home-clean-hero-proof span {
  color: rgba(255, 255, 255, 0.7);
}

.home-pc-hero-side {
  display: none;
}

@media (min-width: 1280px) {
  body.is-home-desktop-hero .home-clean-hero {
    width: calc(100% - 64px);
    max-width: calc(var(--hg-container, 1400px) - 64px);
    padding-top: 12px;
  }

  body.is-home-desktop-hero .home-clean-hero-panel {
    height: 234px;
  }

  body.is-home-desktop-hero .home-clean-hero-panel::before {
    background:
      linear-gradient(90deg, rgba(5, 6, 8, 0.98) 0%, rgba(5, 6, 8, 0.9) 37%, rgba(5, 6, 8, 0.43) 58%, rgba(5, 6, 8, 0.25) 100%),
      linear-gradient(180deg, rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.32));
  }

  body.is-home-desktop-hero .home-clean-hero-media img {
    opacity: 0.4;
  }

  body.is-home-desktop-hero .home-clean-hero-copy {
    width: 47.5%;
    padding: 12px 0 0 38px;
  }

  body.is-home-desktop-hero .home-clean-hero-logo {
    width: clamp(350px, 31vw, 438px);
  }

  body.is-home-desktop-hero .home-clean-hero-tagline {
    margin-top: 5px;
    font-size: clamp(1.45rem, 2.05vw, 1.82rem);
    line-height: 1.2;
  }

  body.is-home-desktop-hero .home-clean-hero-copy > .home-clean-hero-actions {
    display: none;
  }

  body.is-home-desktop-hero .home-clean-hero-proof {
    gap: 0 13px;
    margin-top: 17px;
    font-size: clamp(0.83rem, 1.1vw, 0.96rem);
    white-space: nowrap;
  }

  body.is-home-desktop-hero .home-pc-hero-side {
    position: absolute;
    z-index: 3;
    top: 48px;
    right: clamp(72px, 7vw, 112px);
    display: grid;
    width: 40%;
    max-width: 560px;
    gap: 10px;
  }

  .home-pc-hero-stats,
  .home-pc-hero-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .home-pc-hero-stat {
    box-sizing: border-box;
    display: flex;
    min-width: 0;
    height: 78px;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    color: #fff;
    background: rgba(15, 17, 21, 0.9);
    border: 1px solid rgba(246, 205, 155, 0.2);
    border-radius: 7px;
    overflow: hidden;
  }

  .home-pc-hero-stat-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #F6CD9B;
    border: 1px solid rgba(246, 205, 155, 0.42);
    border-radius: 50%;
    background: rgba(246, 205, 155, 0.045);
  }

  .home-pc-hero-stat-icon svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .home-pc-hero-stat-copy {
    display: grid;
    min-width: 0;
    gap: 3px;
    line-height: 1;
    overflow: hidden;
  }

  .home-pc-hero-stat-label {
    overflow: hidden;
    color: #d7d3ce;
    font-size: clamp(0.7rem, 0.76vw, 0.8rem);
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-pc-hero-stat-copy strong {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 3px;
    color: #F6CD9B;
    font-size: clamp(1.35rem, 1.6vw, 1.65rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .home-pc-hero-stat-copy small {
    color: #D9A96A;
    font-size: 0.62rem;
    font-weight: 700;
  }

  .home-pc-hero-actions {
    grid-template-columns: 0.9fr 0.9fr 1.12fr;
    height: 50px;
    padding-left: 16px;
  }

  .home-pc-hero-actions .primary-button,
  .home-pc-hero-actions .ghost-button,
  .home-pc-hero-actions .home-hero-member-cta {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    border-radius: 7px;
  }

  .home-pc-hero-actions .primary-button,
  .home-pc-hero-actions .ghost-button {
    padding: 8px 10px;
    font-size: clamp(1.093rem, calc(0.86vw + 5.333px), 1.213rem);
    font-weight: 400 !important;
    white-space: nowrap;
  }

  .home-pc-hero-actions .ghost-button {
    color: #F6CD9B;
    background: #07090c;
    border-color: #D9A96A;
  }

  .home-pc-hero-actions .ghost-button:hover {
    color: #FFD9A8;
    background: #0F1115;
    border-color: #FFD9A8;
  }

  .home-pc-hero-actions .home-hero-member-cta {
    justify-content: center;
    gap: 7px;
    padding: 6px 8px;
    background: rgba(23, 26, 33, 0.94);
    font-weight: 400;
  }

  .home-pc-hero-actions .home-hero-member-icon {
    width: 25px;
    height: 25px;
  }

  .home-pc-hero-actions .home-hero-member-eyebrow {
    font-size: 0.6rem;
    font-weight: 400;
  }

  .home-pc-hero-actions .home-hero-member-copy strong {
    font-size: clamp(1.093rem, calc(0.86vw + 5.333px), 1.213rem);
    font-weight: 400;
  }
}

.home-clean-next-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 0 24px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.15rem);
  font-weight: 950;
}

.home-clean-next-title::before,
.home-clean-next-title::after {
  content: "";
  width: 68px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #F6CD9B);
}

.home-clean-next-title::before {
  display: none;
}

.home-clean-next-title::after {
  background: linear-gradient(90deg, #F6CD9B, transparent);
}

.home-lite-hero {
  position: relative;
  display: grid;
  gap: 24px;
  padding-top: 22px;
}

.home-lite-copy {
  display: grid;
  gap: 14px;
  max-width: 760px;
  padding: 8px 0 6px;
}

.home-lite-kicker {
  margin: 0;
  color: #F6CD9B;
  font-size: 0.92rem;
  font-weight: 900;
}

.home-lite-copy h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 7vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-lite-copy p:not(.home-lite-kicker) {
  max-width: 54ch;
  margin: 0;
  color: #B8B8B8;
  font-size: 1.08rem;
  line-height: 1.75;
}

.home-lite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 8px;
  font-weight: 900;
}

.primary-button {
  color: #0F1115;
  background: #F6CD9B;
}

.primary-button:hover {
  background: #FFD9A8;
}

.ghost-button {
  color: #F6CD9B;
  background: transparent;
  border: 1px solid rgba(246, 205, 155, 0.45);
}

.home-lite-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.home-lite-tools a {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  background: #171A21;
  border: 1px solid rgba(246, 205, 155, 0.2);
  border-radius: 8px;
}

.home-lite-tools span {
  color: #F6CD9B;
  font-size: 0.82rem;
  font-weight: 900;
}

.home-lite-tools strong {
  color: #fff;
  font-size: 1.14rem;
}

body.is-mobile-menu-open .top-nav,
body.is-mobile-menu-open .social-links {
  position: static;
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  display: grid;
  padding: 14px;
  background: rgba(15, 17, 21, 0.98);
  border: 1px solid rgba(246, 205, 155, 0.24);
  border-radius: 8px;
}

body.is-mobile-menu-open .top-nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

body.is-mobile-menu-open .top-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px;
  color: #F6CD9B;
  background: rgba(246, 205, 155, 0.08);
  border: 1px solid rgba(246, 205, 155, 0.18);
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
}

body.is-mobile-menu-open .top-nav a:first-child {
  grid-column: 1 / -1;
}

body.is-mobile-menu-open .social-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

body.is-mobile-menu-open .social-link {
  display: none;
}

body.is-mobile-menu-open .member-header-link,
body.is-mobile-menu-open .language-switcher,
body.is-mobile-menu-open .language-select {
  width: 100%;
  max-width: none;
}

body.is-mobile-menu-open .member-header-link,
body.is-mobile-menu-open .language-select {
  min-height: 48px;
  color: #F6CD9B;
  background: rgba(15, 17, 21, 0.78);
  border: 1px solid rgba(246, 205, 155, 0.28);
  border-radius: 8px;
  font-weight: 900;
}

body.is-mobile-menu-open .member-header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 1.2;
  text-align: center;
}

.home-news-section {
  box-sizing: border-box;
  width: calc(100% - 64px);
  max-width: calc(var(--hg-container, 1400px) - 64px);
  margin-inline: auto;
  padding: 20px 0 12px;
}

.home-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.home-news-head h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 1.15;
  font-weight: 950;
}

.home-news-head h2::after {
  content: "";
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, #F6CD9B, transparent);
}

.home-news-more {
  flex-shrink: 0;
  color: #F6CD9B;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-news-card {
  position: relative;
  box-sizing: border-box;
  display: grid;
  gap: 8px;
  min-height: 108px;
  padding: 13px 42px 13px 13px;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(18, 22, 28, 0.82), rgba(8, 12, 16, 0.92));
  border: 1px solid rgba(246, 205, 155, 0.34);
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

.home-news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #B8B8B8;
  font-size: 0.76rem;
  line-height: 1;
}

.home-news-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 7px;
  color: #0F1115;
  background: #F6CD9B;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 900;
}

.home-news-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.45;
}

.home-news-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #B8B8B8;
  font-size: 0.78rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-news-card b {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #F6CD9B;
  font-size: 1.45rem;
  line-height: 1;
  transform: translateY(-50%);
}

@media (max-width: 760px) {
  body.is-mobile-menu-open .top-nav,
  body.is-mobile-menu-open .social-links {
    padding: 12px;
  }

  .home-lite-tools {
    grid-template-columns: 1fr;
  }

  .home-lite-copy h1 {
    max-width: 10ch;
    font-size: 2.65rem;
  }

  .home-clean-hero {
    width: calc(100% - 32px) !important;
    max-width: none;
    margin: 0 auto !important;
    padding-top: 0;
    padding-inline: 0 !important;
  }

  .home-clean-hero-panel {
    height: 246px;
    border-radius: 0;
  }

  .home-clean-hero-panel::before {
    background: linear-gradient(180deg, rgba(5, 6, 8, 0.2) 0%, rgba(5, 6, 8, 0.46) 38%, rgba(5, 6, 8, 0.94) 100%);
  }

  .home-clean-hero-media img {
    object-position: center top;
  }

  .home-clean-hero-copy {
    position: absolute;
    top: 6px;
    right: 22px;
    left: 22px;
    width: auto;
    padding: 0;
  }

  .home-clean-hero-copy h1 {
    font-size: clamp(2.35rem, 11.5vw, 2.95rem);
  }

  .home-clean-hero-logo {
    width: min(100%, 286px);
  }

  .home-clean-hero-tagline {
    margin-top: 7px;
    font-size: 1.12rem;
    line-height: 1.35;
  }

  .home-clean-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 322px);
    max-width: 100%;
    gap: 10px;
    margin-top: 10px;
  }

  .home-clean-hero-actions .primary-button,
  .home-clean-hero-actions .ghost-button {
    box-sizing: border-box;
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    min-height: 42px;
    padding: 9px 6px;
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .home-hero-member-cta {
    grid-column: 1 / -1;
    justify-self: start;
    min-height: 38px;
    padding: 5px 11px 5px 9px;
  }

  .home-hero-member-icon {
    width: 24px;
    height: 24px;
  }

  .home-hero-member-copy {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .home-hero-member-eyebrow {
    font-size: 0.7rem;
  }

  .home-hero-member-copy strong {
    font-size: 0.9rem;
  }

  .home-clean-hero-proof {
    gap: 2px 9px;
    margin-top: 7px;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .home-clean-next-title {
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    padding: 0;
    font-size: 1.75rem;
  }

  .home-clean-next-title::before,
  .home-clean-next-title::after {
    width: 48px;
  }

  .home-news-section {
    width: calc(100% - 32px);
    max-width: none;
    margin-inline: auto;
    padding: 18px 0 10px;
  }

  .home-news-head {
    align-items: flex-end;
  }

  .home-news-head h2 {
    gap: 10px;
    font-size: clamp(1.55rem, 7vw, 2rem);
    line-height: 1.15;
  }

  .home-news-head h2::after {
    width: 44px;
  }

  .home-news-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-07-15 progressive homepage: one stable formal layout, data slots update in place. */
.home-page.music-dark-page.page-shell,
.home-page.music-dark-page.home-lite-page {
  width: 100%;
  max-width: none;
  padding: 0 0 72px;
}

.home-songs-slot {
  display: contents;
}

.home-song-section {
  width: 100%;
  max-width: 1400px;
  margin: 28px auto 0;
  padding-inline: 32px;
}

.home-news-section + .home-song-section,
.home-news-section + .home-songs-slot .home-song-section:first-child {
  margin-top: 12px;
}

.home-song-section .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px;
}

.home-song-section .section-head h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 1.15;
  font-weight: 950;
}

.home-song-section .section-head h2::after {
  content: "";
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, #F6CD9B, transparent);
}

.home-page.music-dark-page .song-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-page.music-dark-page .song-card {
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, rgba(18, 22, 27, 0.76), rgba(8, 12, 14, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.34);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-page.music-dark-page .song-card:not(.home-song-skeleton-card):hover {
    border-color: rgba(246, 205, 155, 0.38);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), 0 0 20px rgba(246, 205, 155, 0.25);
    transform: translateY(-4px);
  }
}

.home-page.music-dark-page .song-card-body {
  padding: 12px 14px 14px;
  background: rgba(8, 13, 14, 0.94);
}

.home-page.music-dark-page .song-card h3 {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.35;
}

.home-page.music-dark-page .song-card .artist {
  color: #B8B8B8;
  font-size: 0.82rem;
}

.thumb-meta-row {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  left: auto;
  display: flex;
  max-width: calc(100% - 20px);
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  pointer-events: none;
}

.thumb-meta-row .play-chip,
.thumb-meta-row .bpm-chip {
  position: static;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  color: #fff;
  background: rgba(0, 0, 0, 0.78);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.song-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.song-card-title-row h3 {
  flex: 1 1 auto;
  min-width: 0;
}

.song-card-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: -5px;
}

.song-card .category-pill,
.song-card .asset-pill,
.song-card .difficulty-pill {
  box-sizing: border-box;
  min-height: 26px;
  height: 26px;
  padding: 4px 10px;
  color: #F6CD9B;
  background: transparent;
  border: 1px solid rgba(246, 205, 155, 0.55);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
}

.song-card .difficulty-pill {
  display: inline-flex;
  align-items: center;
  padding-inline: 8px;
  background: rgba(246, 205, 155, 0.08);
  white-space: nowrap;
}

.member-favorite-button {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #F6CD9B;
  background: rgba(15, 17, 21, 0.72);
  border: 1px solid rgba(246, 205, 155, 0.42);
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.member-favorite-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linejoin: round;
}

.member-favorite-button:hover,
.member-favorite-button:focus-visible {
  background: rgba(246, 205, 155, 0.14);
  border-color: rgba(246, 205, 155, 0.74);
  box-shadow: 0 0 18px rgba(246, 205, 155, 0.18);
  outline: none;
}

.member-favorite-button.is-active {
  color: #F6CD9B;
  background: rgba(246, 205, 155, 0.18);
  border-color: rgba(246, 205, 155, 0.86);
  box-shadow: 0 0 22px rgba(246, 205, 155, 0.22);
}

.member-favorite-button.is-active svg {
  fill: currentColor;
}

.member-favorite-button[aria-busy="true"] {
  opacity: 0.58;
  cursor: wait;
}

.home-song-skeleton-card {
  pointer-events: none;
}

.home-song-skeleton-thumb,
.home-song-skeleton-card .song-card-body span {
  background: rgba(255, 255, 255, 0.075);
  animation: home-skeleton-pulse 1.35s ease-in-out infinite alternate;
}

.home-song-skeleton-thumb {
  aspect-ratio: 16 / 9;
}

.home-song-skeleton-card .song-card-body {
  gap: 10px;
  min-height: 108px;
}

.home-song-skeleton-card .song-card-body span {
  display: block;
  width: 78%;
  height: 13px;
  border-radius: 4px;
}

.home-song-skeleton-card .song-card-body span:nth-child(2) {
  width: 52%;
}

.home-song-skeleton-card .song-card-body span:nth-child(3) {
  width: 66%;
  height: 22px;
  margin-top: 4px;
  border-radius: 999px;
}

@keyframes home-skeleton-pulse {
  from { opacity: 0.52; }
  to { opacity: 1; }
}

.home-data-status {
  display: grid;
  gap: 7px;
  min-height: 132px;
  align-content: center;
  padding: 22px;
  color: #fff;
  background: #171A21;
  border: 1px solid rgba(246, 205, 155, 0.2);
  border-radius: 8px;
}

.home-data-status span {
  color: #B8B8B8;
}

.site-footer {
  padding: 28px 32px;
  color: #fff;
  background: #0b0f14;
  border-top: 1px solid rgba(246, 205, 155, 0.12);
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(360px, 1.8fr) auto;
  align-items: center;
  gap: 28px;
  width: min(100%, 1400px);
  margin: 0 auto;
}

.site-footer-brand {
  display: grid;
  gap: 6px;
}

.site-footer-brand strong {
  color: #fff;
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  font-weight: 900;
}

.site-footer-brand p {
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
  font-weight: 700;
  line-height: 1.6;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
}

.site-footer-nav a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.site-footer-nav a:hover,
.site-footer-nav a:focus-visible {
  color: #FFD9A8;
}

.site-footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer-social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 900;
}

.site-footer-social a:hover,
.site-footer-social a:focus-visible {
  color: #F6CD9B;
  background: rgba(246, 205, 155, 0.08);
}

@media (max-width: 980px) {
  .home-page.music-dark-page .song-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    text-align: center;
  }

  .site-footer-brand {
    justify-self: stretch;
    width: 100%;
    text-align: left;
  }

  .site-footer-social {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .home-song-section {
    width: calc(100% - 32px);
    max-width: none;
    padding-inline: 0;
  }

  .home-news-section + .home-song-section,
  .home-news-section + .home-songs-slot .home-song-section:first-child {
    margin-top: 10px;
  }

  .home-song-section .section-head {
    justify-content: center;
    margin-bottom: 18px;
    text-align: center;
  }

  .home-song-section .section-head > div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .home-song-section .section-head h2 {
    justify-content: center;
    font-size: clamp(1.55rem, 7vw, 2rem);
    text-align: center;
  }

  .home-song-section .section-head h2::after {
    width: 44px;
  }

  .home-page.music-dark-page .song-card-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-page.music-dark-page .song-card-tags::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 620px) {
  .home-page.music-dark-page .song-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 340px;
    gap: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-song-skeleton-thumb,
  .home-song-skeleton-card .song-card-body span {
    animation: none;
  }

  .home-page.music-dark-page .song-card,
  .member-favorite-button {
    transition: none;
  }
}
