:root {
  --bg: #050505;
  --bg-soft: #0b0c0c;
  --panel: rgba(10, 10, 10, 0.84);
  --panel-solid: #111315;
  --panel-alt: #151312;
  --text: #e8e2d4;
  --text-soft: #cfc7b8;
  --muted: #9f9788;
  --accent: #c78a2a;
  --accent-strong: #d69a2d;
  --accent-dim: #b9791f;
  --teal: #4f6a67;
  --rust: #7c3630;
  --line: rgba(214, 154, 45, 0.35);
  --line-soft: rgba(232, 226, 212, 0.12);
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px),
    linear-gradient(180deg, #050505 0%, #0b0c0c 42%, #050505 100%);
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(199, 138, 42, 0.035) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 7px);
  opacity: 0.55;
  mix-blend-mode: screen;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--text);
  text-decoration-color: rgba(214, 154, 45, 0.52);
  text-underline-offset: 0.18em;
}

a:hover {
  color: #fff7df;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--accent-strong);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  transform: translateY(-160%);
  padding: 10px 14px;
  border: 1px solid var(--accent);
  background: #050505;
  color: var(--text);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(10px);
}

.site-header__inner,
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, var(--max));
  min-height: 64px;
  margin-inline: auto;
  gap: 18px;
}

.brand-mark {
  display: inline-grid;
  min-width: 118px;
  color: var(--text);
  text-decoration: none;
}

.brand-mark__title {
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.brand-mark__tag {
  color: var(--accent-strong);
  font-size: 0.68rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.global-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.global-nav a,
.site-footer nav a {
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid transparent;
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
}

.global-nav a:hover,
.global-nav a[aria-current="page"],
.global-nav a.active,
.site-footer nav a:hover {
  border-color: var(--line);
  color: var(--text);
  background: rgba(199, 138, 42, 0.08);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #0b0c0c;
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 1px;
  background: currentColor;
}

.soundtrack-hero {
  position: relative;
  isolation: isolate;
  min-height: 810px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #050505;
}

.hero-stage {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(1180px, calc(100vw - 84px));
  aspect-ratio: 3 / 2;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: #050505;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62);
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  pointer-events: none;
  user-select: none;
}

.hero-bg {
  z-index: 0;
}

.lyrics-layer {
  z-index: 4;
  opacity: 0;
  filter: none;
  mix-blend-mode: normal;
}

.lyrics-01 { animation: lyrics01 12s ease-in-out infinite; }
.lyrics-02 { animation: lyrics02 12s ease-in-out infinite; }
.lyrics-03 { animation: lyrics03 12s ease-in-out infinite; }
.lyrics-04 { animation: lyrics04 12s ease-in-out infinite; }
.lyrics-05 { animation: lyrics05 12s ease-in-out infinite; }
.lyrics-06 { animation: lyrics06 12s ease-in-out infinite; }

.hero-vignette,
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-vignette {
  z-index: 8;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.52) 26%, rgba(0, 0, 0, 0.08) 62%, rgba(0, 0, 0, 0.28) 100%),
    radial-gradient(ellipse at 50% 54%, transparent 56%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, transparent 76%, rgba(0, 0, 0, 0.36));
}

.hero-grain {
  z-index: 9;
  opacity: 0.2;
  background:
    linear-gradient(135deg, transparent 0 26%, rgba(199, 138, 42, 0.08) 26% 26.4%, transparent 26.4% 100%),
    repeating-linear-gradient(115deg, transparent 0 14px, rgba(255, 255, 255, 0.024) 14px 15px, transparent 15px 26px);
  mix-blend-mode: screen;
}

.hero-film-noise,
.hero-film-scratch,
.hero-film-dust {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.hero-film-noise {
  opacity: 0.16;
  background:
    repeating-radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.34) 0 1px, transparent 1px 3px),
    repeating-radial-gradient(circle at 72% 64%, rgba(0, 0, 0, 0.34) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 9px);
  background-size: 96px 96px, 132px 132px, 100% 100%;
  mix-blend-mode: overlay;
  animation: filmNoiseDrift 6.5s steps(5, end) infinite;
}

.hero-film-noise::before {
  position: absolute;
  inset: -12%;
  pointer-events: none;
  content: "";
  opacity: 0.42;
  background:
    repeating-radial-gradient(circle at 32% 48%, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px 2px),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.03) 3px 4px, transparent 4px 8px);
  background-size: 72px 72px, 100% 100%;
  mix-blend-mode: screen;
  animation: filmNoiseDrift 4.8s steps(4, end) infinite reverse;
}

.hero-film-scratch {
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255, 255, 255, 0.58) 12.06% 12.22%, transparent 12.36%),
    linear-gradient(90deg, transparent 0 36%, rgba(255, 255, 255, 0.34) 36.04% 36.16%, transparent 36.28%),
    linear-gradient(90deg, transparent 0 63%, rgba(255, 255, 255, 0.42) 63.03% 63.18%, transparent 63.33%),
    linear-gradient(90deg, transparent 0 87%, rgba(0, 0, 0, 0.56) 87.06% 87.28%, transparent 87.42%);
  mix-blend-mode: screen;
  animation: filmScratchFlicker 7.2s ease-in-out infinite;
}

.hero-film-scratch::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.5;
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(255, 255, 255, 0.38) 22.08% 22.2%, transparent 22.34%),
    linear-gradient(90deg, transparent 0 72%, rgba(255, 255, 255, 0.28) 72.08% 72.18%, transparent 72.3%),
    repeating-linear-gradient(180deg, transparent 0 18px, rgba(0, 0, 0, 0.22) 18px 19px, transparent 19px 42px);
  mix-blend-mode: screen;
}

.hero-film-dust {
  z-index: 7;
  opacity: 0.34;
  background:
    radial-gradient(ellipse at left center, rgba(255, 255, 255, 0.16), transparent 16%),
    radial-gradient(ellipse at right center, rgba(0, 0, 0, 0.72), transparent 24%),
    radial-gradient(ellipse at 50% 0%, rgba(214, 154, 45, 0.12), transparent 26%),
    linear-gradient(90deg, transparent 0 4%, rgba(255, 255, 255, 0.12) 4.08% 4.22%, transparent 4.42%),
    linear-gradient(90deg, transparent 0 94%, rgba(255, 255, 255, 0.1) 94.06% 94.22%, transparent 94.42%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.64), transparent 12%, transparent 88%, rgba(0, 0, 0, 0.58)),
    repeating-linear-gradient(0deg, transparent 0 17px, rgba(255, 255, 255, 0.04) 17px 18px, transparent 18px 34px);
  mix-blend-mode: soft-light;
}

.hero-glitch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  --glitch-y: -50%;
  width: min(1180px, calc(100vw - 84px));
  aspect-ratio: 3 / 2;
  transform: translate(-50%, var(--glitch-y));
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  animation: heroGlitchBurst 8s linear infinite;
  animation-delay: -5.45s;
}

.hero-glitch::before,
.hero-glitch::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: url("../images/hero-bg-no-lyrics.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero-glitch::before {
  opacity: 0.48;
  filter: contrast(1.35) saturate(2.2) hue-rotate(-28deg);
  transform: translateX(-10px) skewX(-2deg) scaleX(1.01);
  clip-path: polygon(0 8%, 100% 5%, 100% 21%, 0 24%, 0 39%, 100% 36%, 100% 48%, 0 51%, 0 68%, 100% 65%, 100% 76%, 0 79%);
  animation: heroGlitchRedShift 8s linear infinite;
  animation-delay: -5.45s;
}

.hero-glitch::after {
  opacity: 0.44;
  filter: contrast(1.25) saturate(2.4) hue-rotate(158deg);
  transform: translateX(10px) skewX(2deg) scaleX(1.015);
  clip-path: polygon(0 16%, 100% 13%, 100% 29%, 0 32%, 0 46%, 100% 44%, 100% 57%, 0 60%, 0 72%, 100% 70%, 100% 86%, 0 88%);
  animation: heroGlitchBlueShift 8s linear infinite;
  animation-delay: -5.45s;
}

.hero-tape-distortion {
  position: absolute;
  inset: 0;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0 34%, rgba(255, 255, 255, 0.24) 35%, rgba(0, 0, 0, 0.22) 36%, transparent 39%),
    linear-gradient(180deg, transparent 0 58%, rgba(214, 154, 45, 0.16) 59%, rgba(0, 0, 0, 0.34) 61%, transparent 65%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 4px, rgba(0, 0, 0, 0.18) 4px 5px, transparent 5px 9px),
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, 0.08) 16px 17px, transparent 17px 28px);
  mix-blend-mode: screen;
  animation: heroTapeBurst 8s linear infinite;
  animation-delay: -5.45s;
}

.hero-content {
  position: relative;
  z-index: 10;
  width: min(100% - 36px, var(--max));
  margin-inline: auto;
  padding-top: 176px;
  color: var(--text);
}

.hero__logo {
  margin: 0 0 4px;
  color: var(--text);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 5.8rem;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(214, 154, 45, 0.2), 0 2px 0 #000;
}

.hero__kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.soundtrack-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff4dc;
  font-size: 3.6rem;
  line-height: 1.14;
  text-wrap: balance;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.85);
}

.hero__copy {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.55;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.82);
}

.hero__subcopy {
  max-width: 690px;
  margin: 16px 0 0;
  color: var(--text-soft);
  font-size: 1rem;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.82);
}

.section-shell {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.86rem;
}

.breadcrumb a {
  color: var(--text-soft);
  text-decoration: none;
}

.quick-links {
  display: flex;
  width: min(100% - 32px, var(--max));
  margin: 24px auto 0;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 0 12px;
  scrollbar-color: var(--accent-dim) #111;
}

.quick-links a {
  flex: 0 0 auto;
  min-height: 42px;
  min-width: 112px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(17, 19, 21, 0.86);
  color: var(--text);
  font-size: 0.92rem;
  text-align: center;
  text-decoration: none;
}

.quick-links a:hover {
  background: rgba(199, 138, 42, 0.14);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 36px;
  margin-top: 54px;
  align-items: start;
}

.article-body {
  min-width: 0;
}

.article-section {
  padding: 42px 0;
  border-top: 1px solid var(--line-soft);
}

.article-section--first {
  padding-top: 0;
  border-top: 0;
}

.article-section h2 {
  margin: 0 0 18px;
  color: #fff0cf;
  font-size: 1.8rem;
  line-height: 1.35;
  text-wrap: balance;
}

.article-section h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.45;
}

.article-section p {
  margin: 0 0 16px;
  color: var(--text-soft);
}

.article-section p:last-child {
  margin-bottom: 0;
}

.toc-desktop {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 116px);
  overflow: auto;
  padding: 16px 0 16px 16px;
  border-left: 1px solid var(--line);
}

.toc-desktop p {
  margin: 0 0 10px;
  color: var(--accent-strong);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.toc-desktop nav,
.toc-mobile nav {
  display: grid;
  gap: 4px;
}

.toc-desktop a,
.toc-mobile a {
  display: block;
  padding: 7px 10px;
  border-left: 2px solid transparent;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.35;
  text-decoration: none;
}

.toc-desktop a.is-active,
.toc-desktop a:hover,
.toc-mobile a.is-active,
.toc-mobile a:hover {
  border-left-color: var(--accent);
  background: rgba(199, 138, 42, 0.1);
  color: var(--text);
}

.toc-mobile {
  display: none;
  margin: 0 0 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 19, 21, 0.8);
}

.toc-mobile summary {
  min-height: 48px;
  padding: 11px 14px;
  color: var(--text);
  cursor: pointer;
}

.toc-mobile nav {
  padding: 0 10px 12px;
}

.summary-box {
  margin-top: 30px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(17, 19, 21, 0.92), rgba(8, 8, 8, 0.9)),
    repeating-linear-gradient(115deg, transparent 0 16px, rgba(199, 138, 42, 0.05) 16px 17px);
}

.summary-box h2 {
  margin: 0 0 14px;
  color: #fff0cf;
  font-size: 1.46rem;
  line-height: 1.35;
}

.summary-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.summary-list li {
  position: relative;
  min-height: 42px;
  padding-left: 24px;
  color: var(--text-soft);
  line-height: 1.65;
}

.summary-list li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border: 1px solid var(--accent);
  background: rgba(214, 154, 45, 0.24);
  content: "";
}

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

.info-card,
.song-card,
.artist-box,
.stat-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.92), rgba(10, 10, 10, 0.84)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(214, 154, 45, 0.04) 12px 13px);
}

.info-card {
  min-height: 116px;
  display: grid;
  align-content: space-between;
  padding: 16px;
}

.info-card span,
.stat-card span,
.song-card span {
  color: var(--accent-strong);
  font-size: 0.78rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.info-card strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.45;
}

.info-card--accent {
  border-color: var(--line);
  background:
    linear-gradient(180deg, rgba(35, 28, 16, 0.9), rgba(10, 10, 10, 0.88)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(214, 154, 45, 0.07) 12px 13px);
}

.feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(17, 19, 21, 0.94), rgba(8, 8, 8, 0.92)),
    repeating-linear-gradient(115deg, transparent 0 16px, rgba(79, 106, 103, 0.08) 16px 17px);
  box-shadow: var(--shadow);
}

.feature-points {
  display: grid;
  gap: 10px;
  margin: 0;
}

.feature-points div {
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(79, 106, 103, 0.45);
  border-radius: var(--radius);
  background: rgba(79, 106, 103, 0.1);
}

.feature-points dt {
  color: var(--accent-strong);
  font-weight: 700;
}

.feature-points dd {
  margin: 4px 0 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.song-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.song-card {
  min-height: 252px;
  padding: 18px;
}

.song-card span {
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 1.8rem;
}

.song-card h3 {
  margin-top: 8px;
}

.song-card p {
  font-size: 0.96rem;
}

.artist-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.artist-box {
  padding: 18px;
}

.artist-box ul,
.inline-list {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.artist-box li,
.inline-list li {
  position: relative;
  padding-left: 24px;
  color: var(--text-soft);
}

.artist-box li::before,
.inline-list li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border: 1px solid var(--accent);
  background: rgba(214, 154, 45, 0.24);
  content: "";
}

.track-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
  counter-reset: tracks;
}

.track-list li {
  display: grid;
  grid-template-columns: 42px minmax(150px, 0.95fr) minmax(150px, 0.8fr) minmax(220px, 1.25fr);
  min-height: 62px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.38);
  counter-increment: tracks;
}

.track-list li::before {
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line-soft);
  color: var(--accent-strong);
  content: counter(tracks, decimal-leading-zero);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 1.05rem;
}

.track-title,
.track-artist,
.track-note {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 12px 14px;
  border-right: 1px solid var(--line-soft);
  line-height: 1.55;
}

.track-title {
  color: var(--text);
  font-weight: 700;
}

.track-artist {
  color: var(--accent-strong);
}

.track-note {
  border-right: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.track-deep-dive {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line-soft);
}

.track-deep-dive h3 {
  margin: 0 0 12px;
  color: #fff0cf;
  font-size: 1.45rem;
  line-height: 1.35;
}

.track-detail {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.92), rgba(10, 10, 10, 0.84)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(214, 154, 45, 0.04) 12px 13px);
}

.track-detail-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--accent-strong);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  line-height: 1;
}

.track-accordion {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.track-detail {
  overflow: hidden;
}

.track-detail summary {
  display: grid;
  grid-template-columns: 42px minmax(150px, 0.9fr) minmax(130px, 0.65fr) minmax(160px, 0.8fr) 24px;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 11px 14px;
  cursor: pointer;
  list-style: none;
}

.track-detail summary::-webkit-details-marker {
  display: none;
}

.track-detail summary::after {
  justify-self: end;
  color: var(--accent-strong);
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
}

.track-detail[open] summary::after {
  content: "-";
}

.track-detail-title {
  color: var(--text);
  font-weight: 700;
  line-height: 1.4;
}

.track-detail-kana {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}

.track-detail-artist {
  color: var(--accent-strong);
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: right;
}

.track-detail p {
  margin: 0;
  padding: 0 18px 18px 68px;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0 16px;
}

.stat-card {
  min-height: 178px;
  padding: 18px;
}

.stat-card strong {
  display: block;
  margin: 8px 0 10px;
  color: #fff4dc;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 2.15rem;
  line-height: 1;
}

.stat-card p,
.source-note {
  font-size: 0.92rem;
}

.source-note {
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  background: rgba(199, 138, 42, 0.08);
}

.context-note {
  max-width: 900px;
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  background: rgba(17, 19, 21, 0.72);
}

.context-note + .feature-panel,
.context-note + .artist-columns {
  margin-top: 20px;
}

.context-note h3 {
  margin: 0 0 8px;
  color: #fff0cf;
}

.context-note p {
  margin: 0;
  color: var(--text-soft);
}

.translation-link-card {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  background: rgba(17, 19, 21, 0.72);
}

.translation-link-card p {
  margin: 0 0 12px;
  color: var(--text-soft);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.faq-item {
  padding: 16px 18px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(17, 19, 21, 0.72);
}

.faq-item h3 {
  margin: 0 0 8px;
  color: #fff0cf;
}

.faq-item p {
  margin: 0;
  color: var(--text-soft);
}

.album-cover-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 22px;
}

.album-cover-compare__item {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.92), rgba(10, 10, 10, 0.84)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(214, 154, 45, 0.04) 12px 13px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.album-cover-compare__art {
  position: relative;
  display: grid;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  place-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.92), rgba(22, 23, 22, 0.86)),
    radial-gradient(circle at 50% 42%, rgba(199, 138, 42, 0.16), transparent 58%);
}

.album-cover-compare__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-cover-compare__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 16px;
  color: #fff0cf;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.album-cover-compare__placeholder[hidden] {
  display: none;
}

.album-cover-compare__placeholder span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  overflow-wrap: anywhere;
}

.album-cover-compare__item figcaption {
  margin-top: 12px;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.7;
}

.album-cover-compare__item figcaption strong {
  display: block;
  margin-bottom: 6px;
  color: #fff0cf;
}

.album-cover-compare__item figcaption span {
  display: block;
}

.comparison-scroll {
  margin: 20px 0 18px;
  overflow-x: auto;
  border: 1px solid rgba(79, 106, 103, 0.42);
  border-radius: var(--radius);
  scrollbar-color: var(--accent-dim) #111;
}

.comparison-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: rgba(5, 5, 5, 0.42);
}

.comparison-table th,
.comparison-table td {
  padding: 14px 13px;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  color: var(--text-soft);
  font-size: 0.91rem;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: #fff0cf;
  font-weight: 700;
}

.comparison-table thead th {
  color: var(--accent-strong);
  background: rgba(199, 138, 42, 0.09);
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.unreleased-list,
.reference-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 18px;
  padding: 0;
  list-style: none;
}

.unreleased-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.unreleased-list li {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(17, 19, 21, 0.72);
}

.unreleased-list strong {
  color: var(--text);
  line-height: 1.35;
}

.unreleased-list span {
  color: var(--accent-strong);
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: right;
}

.reference-list {
  gap: 12px;
}

.reference-list li {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
}

.reference-list li:first-child {
  border-top: 1px solid var(--line-soft);
}

.reference-list a {
  color: #fff0cf;
  font-weight: 700;
}

.reference-list span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.callout-section {
  padding: 24px;
  border: 1px solid rgba(79, 106, 103, 0.55);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(16, 23, 22, 0.9), rgba(8, 9, 9, 0.92)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(79, 106, 103, 0.08) 12px 13px);
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(199, 138, 42, 0.14);
  color: var(--text);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.button-link:hover {
  background: rgba(199, 138, 42, 0.24);
}

.button-link--primary {
  border-color: rgba(214, 154, 45, 0.72);
  background: rgba(199, 138, 42, 0.24);
}

.buy-section {
  padding-bottom: 18px;
}

.purchase-cover {
  display: grid;
  width: min(100%, 360px);
  margin: 24px 0 0;
  padding: 16px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.92), rgba(10, 10, 10, 0.84)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(214, 154, 45, 0.04) 12px 13px);
}

.purchase-cover__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  background: rgba(5, 5, 5, 0.65);
}

.purchase-cover__caption {
  margin-top: 10px;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

.share-section {
  margin: 8px 0 34px;
  padding: 24px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.9), rgba(10, 10, 10, 0.82)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(214, 154, 45, 0.035) 12px 13px);
}

.share-section h2 {
  margin: 0 0 10px;
  color: #fff0cf;
  font-size: 1.24rem;
}

.share-section p {
  margin: 0;
  color: var(--text-soft);
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.share-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.48);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.share-button:hover,
.share-button:focus-visible {
  border-color: rgba(214, 154, 45, 0.78);
  background: rgba(199, 138, 42, 0.18);
}

.share-button.is-copied {
  border-color: rgba(214, 154, 45, 0.92);
  background: rgba(199, 138, 42, 0.24);
  color: #fff0cf;
}

.share-copy-status {
  min-height: 1.5em;
  margin-top: 10px;
  color: var(--accent-strong);
  font-size: 0.9rem;
}

.buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.86);
  color: var(--text);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  cursor: pointer;
  transition: opacity 160ms ease, transform 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-footer {
  margin-top: 50px;
  border-top: 1px solid var(--line);
  background: #050505;
}

.site-footer__inner {
  min-height: 104px;
}

.copyright {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

@keyframes lyrics01 {
  0%, 7% { opacity: 0; }
  14%, 90% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes lyrics02 {
  0%, 20% { opacity: 0; }
  28%, 90% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes lyrics03 {
  0%, 33% { opacity: 0; }
  41%, 90% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes lyrics04 {
  0%, 46% { opacity: 0; }
  54%, 90% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes lyrics05 {
  0%, 59% { opacity: 0; }
  67%, 90% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes lyrics06 {
  0%, 72% { opacity: 0; }
  80%, 90% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes filmNoiseDrift {
  0% { transform: translate3d(0, 0, 0); }
  20% { transform: translate3d(-1.5%, 1%, 0); }
  40% { transform: translate3d(1%, -1.2%, 0); }
  60% { transform: translate3d(-0.8%, -0.4%, 0); }
  80% { transform: translate3d(1.4%, 0.8%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes filmScratchFlicker {
  0%,
  14%,
  30%,
  58%,
  82%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  17% {
    opacity: 0.16;
    transform: translate3d(-0.5%, 0, 0);
  }

  20% {
    opacity: 0.08;
  }

  23% {
    opacity: 0.18;
    transform: translate3d(0.4%, 0, 0);
  }

  62% {
    opacity: 0.14;
    transform: translate3d(0.7%, 0, 0);
  }

  66% {
    opacity: 0;
  }
}

@keyframes heroGlitchBurst {
  0%,
  70%,
  75%,
  100% {
    opacity: 0;
    transform: translate(-50%, var(--glitch-y)) translateX(0) skewX(0deg) scaleX(1);
    filter: none;
  }

  71% {
    opacity: 0.82;
    transform: translate(-50%, var(--glitch-y)) translateX(-12px) skewX(-3deg) scaleX(1.025);
    filter: contrast(1.35) saturate(1.6);
  }

  72% {
    opacity: 0.58;
    transform: translate(-50%, var(--glitch-y)) translateX(14px) skewX(2deg) scaleX(0.99);
    filter: contrast(1.5) saturate(1.8) hue-rotate(8deg);
  }

  73.5% {
    opacity: 0.9;
    transform: translate(-50%, var(--glitch-y)) translateX(-6px) skewX(4deg) scaleX(1.018);
    filter: contrast(1.4) saturate(1.7);
  }
}

@keyframes heroGlitchRedShift {
  0%,
  70%,
  75%,
  100% {
    transform: translateX(0) skewX(0deg) scaleX(1);
  }

  71% {
    transform: translateX(-16px) skewX(-3deg) scaleX(1.02);
  }

  72% {
    transform: translateX(7px) skewX(2deg) scaleX(1.01);
  }

  73.5% {
    transform: translateX(-11px) skewX(-4deg) scaleX(1.03);
  }
}

@keyframes heroGlitchBlueShift {
  0%,
  70%,
  75%,
  100% {
    transform: translateX(0) skewX(0deg) scaleX(1);
  }

  71% {
    transform: translateX(15px) skewX(3deg) scaleX(1.02);
  }

  72% {
    transform: translateX(-8px) skewX(-2deg) scaleX(1.01);
  }

  73.5% {
    transform: translateX(12px) skewX(4deg) scaleX(1.03);
  }
}

@keyframes heroTapeBurst {
  0%,
  69%,
  75%,
  100% {
    opacity: 0;
    transform: translateY(0);
  }

  70.5% {
    opacity: 0.38;
    transform: translateY(-5px);
  }

  71.5% {
    opacity: 0.58;
    transform: translateY(7px);
  }

  73% {
    opacity: 0.48;
    transform: translateY(-2px);
  }
}

@media (max-width: 1040px) {
  .content-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .toc-desktop {
    display: none;
  }

  .toc-mobile {
    display: block;
  }

  .info-grid,
  .artist-columns,
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-panel {
    grid-template-columns: 1fr;
  }

  .track-list li {
    grid-template-columns: 42px minmax(130px, 0.9fr) minmax(140px, 0.85fr) minmax(190px, 1fr);
  }
}

@media (max-width: 820px) {
  .site-header__inner,
  .site-footer__inner {
    width: min(100% - 24px, var(--max));
  }

  .nav-toggle {
    display: flex;
  }

  .global-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 12px;
    left: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    background: rgba(5, 5, 5, 0.96);
    box-shadow: var(--shadow);
  }

  .global-nav.is-open {
    display: flex;
  }

  .global-nav a {
    min-height: 44px;
  }

  .soundtrack-hero {
    min-height: auto;
    padding: 18px 0 36px;
  }

  .hero-stage {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100vw - 18px);
    margin: 0 auto;
    transform: none;
  }

  .hero-glitch {
    top: 18px;
    --glitch-y: 0;
    width: calc(100vw - 18px);
    transform: translate(-50%, var(--glitch-y));
  }

  .hero-content {
    width: min(100% - 24px, var(--max));
    padding-top: 20px;
  }

  .hero__logo {
    font-size: 4.2rem;
  }

  .soundtrack-hero h1 {
    font-size: 2.55rem;
  }

  .hero__copy {
    font-size: 1.08rem;
  }

  .hero__subcopy {
    font-size: 0.96rem;
  }

  .album-cover-compare {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .song-grid {
    grid-template-columns: 1fr;
  }

  .track-detail summary {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
  }

  .track-detail-number {
    grid-row: 1 / span 3;
  }

  .track-detail-title {
    grid-column: 2 / 3;
  }

  .track-detail-kana {
    grid-column: 2 / 3;
    grid-row: 2;
  }

  .track-detail-artist {
    grid-column: 2 / 3;
    grid-row: 3;
    text-align: left;
  }

  .track-detail summary::after {
    grid-column: 3 / 4;
    grid-row: 1 / span 3;
  }

  .track-detail p {
    padding-left: 68px;
  }

  .track-list {
    gap: 12px;
    border: 0;
    background: transparent;
  }

  .track-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    overflow: hidden;
  }

  .track-list li::before {
    grid-row: 1 / span 3;
  }

  .track-title,
  .track-artist,
  .track-note {
    min-height: 42px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .track-note {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15.5px;
  }

  .section-shell {
    width: min(100% - 24px, var(--max));
  }

  .hero__logo {
    font-size: 3.4rem;
  }

  .soundtrack-hero h1 {
    font-size: 2.05rem;
    overflow-wrap: anywhere;
  }

  .info-grid,
  .artist-columns,
  .stat-grid,
  .summary-list,
  .unreleased-list {
    grid-template-columns: 1fr;
  }

  .content-layout {
    margin-top: 38px;
  }

  .article-section {
    padding: 34px 0;
  }

  .article-section h2 {
    font-size: 1.5rem;
    overflow-wrap: anywhere;
  }

  .feature-panel,
  .callout-section,
  .summary-box {
    padding: 18px;
  }

  .track-deep-dive {
    margin-top: 28px;
    padding-top: 24px;
  }

  .comparison-table {
    min-width: 760px;
  }

  .unreleased-list li {
    align-items: flex-start;
    flex-direction: column;
  }

  .unreleased-list span {
    text-align: left;
  }

  .song-card {
    min-height: auto;
  }

  .site-footer__inner {
    display: grid;
    justify-items: start;
    padding: 22px 0;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .button-link {
    width: 100%;
  }

  .share-section {
    padding: 18px;
  }

  .share-actions {
    display: grid;
  }

  .share-button {
    width: 100%;
  }

  .purchase-cover {
    width: min(100%, 320px);
    margin-right: auto;
    margin-left: auto;
  }

  .track-detail summary {
    padding: 10px 12px;
  }

  .track-detail p {
    padding: 0 14px 16px;
  }

  .buy-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .lyrics-layer {
    opacity: 1;
  }

  .hero-film-noise,
  .hero-film-scratch,
  .hero-glitch,
  .hero-glitch::before,
  .hero-glitch::after,
  .hero-tape-distortion {
    animation: none;
  }

  .hero-film-scratch {
    opacity: 0.08;
  }

  .hero-glitch,
  .hero-tape-distortion {
    opacity: 0;
  }
}
.beef-visual {
  margin: 28px 0;
  padding: 14px;
  border: 1px solid rgba(245, 178, 75, 0.22);
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.045),
    rgba(245, 178, 75, 0.06)
  );
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.beef-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.92) brightness(0.92);
}

.beef-visual figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .beef-visual {
    margin: 22px 0;
    padding: 10px;
    border-radius: 14px;
  }

  .beef-visual img {
    border-radius: 10px;
  }

  .beef-visual figcaption {
    font-size: 0.82rem;
  }
}
.lose-yourself-photo {
  margin: 32px 0;
  padding: 14px;
  border: 1px solid rgba(245, 178, 75, 0.22);
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.045),
    rgba(245, 178, 75, 0.055)
  );
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.lose-yourself-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.92) brightness(0.94);
}

.lose-yourself-photo figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .lose-yourself-photo {
    margin: 24px 0;
    padding: 10px;
    border-radius: 14px;
  }

  .lose-yourself-photo img {
    border-radius: 10px;
  }

  .lose-yourself-photo figcaption {
    font-size: 0.82rem;
  }
}

.more-music-hero {
  display: grid;
  min-height: 680px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 76px 0 70px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 28% 50%, rgba(30, 56, 72, 0.3), transparent 42%),
    radial-gradient(ellipse at 68% 28%, rgba(199, 138, 42, 0.1), transparent 34%),
    linear-gradient(110deg, #030404 0%, #071015 54%, #050505 100%);
}

.more-music-hero .hero-stage {
  position: absolute;
  inset: 0 auto 58px 0;
  z-index: 0;
  width: min(56vw, 1120px);
  height: auto;
  aspect-ratio: auto;
  transform: none;
  overflow: hidden;
  border-right: 1px solid rgba(214, 154, 45, 0.16);
  background:
    radial-gradient(circle at 22% 48%, rgba(28, 54, 70, 0.38), transparent 36%),
    radial-gradient(circle at 74% 40%, rgba(199, 138, 42, 0.1), transparent 30%),
    linear-gradient(135deg, #030404 0%, #0d171e 54%, #030404 100%);
  box-shadow: none;
}

.more-music-hero .hero-bg {
  object-fit: cover;
  object-position: 48% center;
  opacity: 0.92;
  filter: grayscale(0.12) contrast(1.08) brightness(0.84) saturate(0.88);
  animation:
    heroBgFade 1.4s ease-out 0.05s both,
    heroSlowZoom 32s ease-in-out 1.4s infinite alternate;
}

.more-music-hero .hero-vignette {
  z-index: 9;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.88) 100%),
    radial-gradient(ellipse at 42% 48%, rgba(0, 0, 0, 0) 0 28%, rgba(0, 0, 0, 0.38) 82%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, transparent 32%, rgba(0, 0, 0, 0.8) 100%);
}

.more-music-hero .hero-grain {
  z-index: 10;
  opacity: 0.05;
}

.more-music-hero .hero-content {
  z-index: 20;
  width: min(560px, calc(48% - 28px));
  margin: 0 0 0 auto;
  padding: 0 min(6vw, 88px) 0 0;
  text-align: left;
  animation: heroTextReveal 1.2s ease-out 0.35s both;
}

.hero-kicker {
  margin: 0 0 18px;
  color: rgba(245, 184, 74, 0.92);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.88);
}

.more-music-hero .hero-title {
  max-width: 560px;
  margin: 0;
  color: #fff4dc;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 4.9rem;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow:
    0 5px 30px rgba(0, 0, 0, 0.96),
    0 0 34px rgba(214, 154, 45, 0.16);
}

.hero-title span {
  display: block;
}

.hero-title em {
  color: #f5b84a;
  font-style: normal;
}

.hero-title__suffix {
  margin-top: 8px;
  color: #fff4dc;
  font-family: var(--font);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
}

.hero-lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 244, 220, 0.92);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.85;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.92);
}

.hero-lead__line {
  display: block;
}

.hero-support {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.8;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.9);
}

.more-music-hero .hero-glitch,
.more-music-hero .hero-tape-distortion {
  display: none;
}

.more-music-hero .hero-film-scratch {
  opacity: 0.03;
  animation: none;
}

.more-music-hero .hero-film-noise {
  opacity: 0.02;
}

.more-music-hero .hero-film-dust {
  opacity: 0.08;
}

.more-music-hero .hero-cover-card {
  display: none;
}

.hero-smoke {
  position: absolute;
  inset: -28%;
  z-index: 6;
  --smoke-opacity: 0.66;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(52px);
  will-change: opacity, transform;
  background:
    radial-gradient(ellipse at 16% 52%, rgba(210, 225, 232, 0.22), transparent 34%),
    radial-gradient(ellipse at 42% 62%, rgba(125, 158, 178, 0.24), transparent 38%),
    radial-gradient(ellipse at 74% 42%, rgba(235, 232, 214, 0.16), transparent 32%),
    radial-gradient(ellipse at 58% 30%, rgba(78, 105, 126, 0.16), transparent 42%),
    radial-gradient(ellipse at 50% 52%, rgba(230, 238, 238, 0.12), transparent 46%);
  animation:
    smokeIntro 1.8s ease-out 0.2s forwards,
    smokeMove 22s ease-in-out 1.8s infinite alternate;
}

.hero-smoke--front {
  z-index: 11;
  --smoke-opacity: 0.44;
  filter: blur(68px);
  background:
    radial-gradient(ellipse at 24% 68%, rgba(220, 232, 234, 0.2), transparent 31%),
    radial-gradient(ellipse at 55% 56%, rgba(180, 200, 208, 0.18), transparent 34%),
    radial-gradient(ellipse at 77% 58%, rgba(158, 178, 190, 0.17), transparent 34%),
    radial-gradient(ellipse at 50% 78%, rgba(235, 220, 190, 0.1), transparent 42%);
  animation:
    smokeIntroFront 2.2s ease-out 0.45s forwards,
    smokeMoveFront 28s ease-in-out 2.2s infinite alternate;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero-cta--primary {
  border-color: rgba(214, 154, 45, 0.72);
  background: rgba(199, 138, 42, 0.24);
  color: var(--text);
  box-shadow: none;
}

.hero-cta--secondary {
  background: rgba(199, 138, 42, 0.14);
  color: var(--text);
}

.hero-cta:hover,
.hero-cta:focus-visible {
  transform: translateY(-2px);
  background: rgba(199, 138, 42, 0.28);
}

.hero-track-marquee {
  position: absolute;
  right: min(4vw, 56px);
  bottom: 16px;
  left: min(4vw, 56px);
  z-index: 22;
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  padding: 0 18px;
  border: 1px solid rgba(214, 154, 45, 0.22);
  border-radius: 4px;
  background: rgba(3, 4, 4, 0.76);
  color: inherit;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.hero-track-marquee__label {
  flex: 0 0 auto;
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-track-marquee__viewport {
  min-width: 0;
  overflow: hidden;
}

.hero-track-marquee__inner {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 20px;
  padding: 0;
  color: rgba(255, 244, 220, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  animation: marqueeMove 42s linear infinite;
  will-change: transform;
}

.hero-track-marquee__inner span {
  flex: 0 0 auto;
}

.hero-track-marquee__inner span::after {
  margin-left: 20px;
  color: rgba(214, 154, 45, 0.76);
  content: "・";
}

@keyframes heroBgFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.92;
  }
}

@keyframes heroSlowZoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.04);
  }
}

@keyframes smokeIntro {
  from {
    opacity: 0;
    transform: translate3d(-5%, 4%, 0) scale(1);
  }

  to {
    opacity: var(--smoke-opacity, 0.58);
    transform: translate3d(0, 0, 0) scale(1.04);
  }
}

@keyframes smokeIntroFront {
  from {
    opacity: 0;
    transform: translate3d(4%, 6%, 0) scale(1);
  }

  to {
    opacity: var(--smoke-opacity, 0.34);
    transform: translate3d(0, 0, 0) scale(1.06);
  }
}

@keyframes smokeMove {
  0% {
    transform: translate3d(-4%, 2%, 0) scale(1.02);
  }

  50% {
    transform: translate3d(3%, -2%, 0) scale(1.09);
  }

  100% {
    transform: translate3d(6%, 1%, 0) scale(1.14);
  }
}

@keyframes smokeMoveFront {
  0% {
    transform: translate3d(4%, 2%, 0) scale(1.04);
  }

  50% {
    transform: translate3d(-2%, -3%, 0) scale(1.12);
  }

  100% {
    transform: translate3d(-6%, 1%, 0) scale(1.16);
  }
}

@keyframes heroTextReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.scene-guide-section > p {
  max-width: 900px;
}

.scene-card-grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.scene-card {
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.92), rgba(10, 10, 10, 0.84)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(214, 154, 45, 0.04) 12px 13px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.scene-card__head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(90deg, rgba(199, 138, 42, 0.14), rgba(79, 106, 103, 0.08)),
    rgba(5, 5, 5, 0.36);
}

.scene-card__head span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--accent-strong);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 1.22rem;
  line-height: 1;
}

.scene-card__head h3 {
  margin: 0;
  color: #fff0cf;
  font-size: 1.22rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.scene-card__head p {
  margin: 4px 0 0;
  color: var(--accent-strong);
  font-size: 0.9rem;
  line-height: 1.45;
}

.scene-card dl {
  display: grid;
  grid-template-columns: minmax(140px, 0.28fr) minmax(0, 1fr);
  margin: 0;
}

.scene-card dt,
.scene-card dd {
  min-width: 0;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-soft);
}

.scene-card dt {
  color: var(--accent-strong);
  font-weight: 700;
  line-height: 1.5;
}

.scene-card dd {
  margin: 0;
  border-left: 1px solid var(--line-soft);
  color: var(--text-soft);
  line-height: 1.78;
}

.scene-card dt:last-of-type,
.scene-card dd:last-of-type {
  border-bottom: 0;
}

.track-table {
  min-width: 980px;
}

.track-table td:nth-child(2),
.track-table td:nth-child(3) {
  color: #fff0cf;
  font-weight: 700;
}

.track-table td:nth-child(4),
.track-table td:nth-child(5),
.track-table td:nth-child(6) {
  font-size: 0.88rem;
}

.buy-actions .button-link {
  max-width: 100%;
}

@media (max-width: 820px) {
  .more-music-hero {
    display: block;
    min-height: 0;
    padding: 0 0 82px;
  }

  .more-music-hero .hero-stage {
    position: relative;
    inset: auto;
    width: 100%;
    height: 320px;
    transform: none;
    border-right: 0;
    border-bottom: 1px solid rgba(214, 154, 45, 0.16);
  }

  .more-music-hero .hero-content {
    width: min(680px, calc(100% - 32px));
    margin: 0 auto;
    padding: 30px 16px 24px;
    text-align: left;
  }

  .more-music-hero .hero-title {
    max-width: none;
    font-size: 3.7rem;
  }

  .hero-title__suffix {
    font-size: 1.2rem;
  }

  .hero-lead {
    max-width: 560px;
    font-size: 1.04rem;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .more-music-hero .hero-vignette {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.62) 100%),
      radial-gradient(ellipse at 48% 38%, transparent 18%, rgba(0, 0, 0, 0.54) 78%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 34%, rgba(0, 0, 0, 0.84) 100%);
  }

  .hero-smoke {
    --smoke-opacity: 0.36;
    filter: blur(42px);
  }

  .hero-smoke--front {
    --smoke-opacity: 0.22;
    filter: blur(48px);
  }
}

@media (max-width: 620px) {
  .more-music-hero {
    padding-bottom: 66px;
  }

  .more-music-hero .hero-stage {
    height: 210px;
  }

  .more-music-hero .hero-bg {
    object-position: 48% center;
  }

  .more-music-hero .hero-content {
    padding: 20px 12px 10px;
  }

  .hero-kicker {
    margin-bottom: 14px;
    font-size: 0.78rem;
  }

  .more-music-hero .hero-title {
    font-size: 2.35rem;
    line-height: 1;
  }

  .hero-title__suffix {
    margin-top: 6px;
    font-size: 0.95rem;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .hero-support {
    margin-top: 12px;
    font-size: 0.82rem;
    line-height: 1.65;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-cta {
    width: 100%;
    min-height: 40px;
  }

  .hero-smoke {
    --smoke-opacity: 0.3;
    filter: blur(38px);
  }

  .hero-smoke--front {
    --smoke-opacity: 0.18;
    filter: blur(42px);
  }

  .hero-track-marquee {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 52px;
    gap: 10px;
    padding: 0 12px;
  }

  .hero-track-marquee__label {
    font-size: 0.66rem;
  }

  .hero-track-marquee__inner {
    gap: 18px;
    font-size: 0.68rem;
    animation: none;
    transform: none;
  }

  .hero-track-marquee__inner span::after {
    margin-left: 18px;
  }

  .scene-card__head {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .scene-card__head span {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }

  .scene-card__head h3 {
    font-size: 1.05rem;
  }

  .scene-card dl {
    grid-template-columns: 1fr;
  }

  .scene-card dt {
    padding: 12px 14px 4px;
    border-bottom: 0;
  }

  .scene-card dd {
    padding: 0 14px 14px;
    border-left: 0;
  }

  .track-table {
    min-width: 860px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-smoke,
  .hero-smoke--front,
  .more-music-hero .hero-bg,
  .more-music-hero .hero-content,
  .hero-track-marquee__inner {
    animation: none !important;
  }

  .hero-smoke {
    opacity: 0.34;
    transform: none;
  }

  .hero-smoke--front {
    opacity: 0.2;
    transform: none;
  }

  .more-music-hero .hero-bg {
    opacity: 0.92;
    transform: none;
  }

  .more-music-hero .hero-content {
    opacity: 1;
    transform: none;
  }

  .hero-track-marquee__inner {
    transform: none;
  }
}

/* More Music 5-image hero slider */
.mm-hero.more-music-hero {
  --mm-hero-cycle: 30s;
  --mm-hero-gold: #f5b84a;
  --mm-hero-cream: #fff4dc;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  justify-items: end;
  min-height: clamp(720px, 84vh, 860px);
  overflow: hidden;
  padding: 104px clamp(24px, 7vw, 92px) 104px;
  border-bottom: 1px solid var(--line);
  background: #050505;
  color: var(--text);
}

.mm-hero__slides,
.mm-hero__slide,
.mm-hero__shade,
.mm-hero__smoke,
.mm-hero__grain,
.mm-hero__flash,
.mm-hero__glitch {
  position: absolute;
  inset: 0;
}

.mm-hero__slides {
  z-index: -6;
  overflow: hidden;
  background: #050505;
}

.mm-hero__slide {
  margin: 0;
  opacity: 0;
  transform: scale(1.02);
  animation-duration: var(--mm-hero-cycle);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  will-change: opacity, transform, filter;
}

.mm-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78) contrast(1.08) saturate(0.9);
  transform: translateZ(0);
}

.mm-hero__slide--one {
  animation-name: mmHeroSlideOne;
}

.mm-hero__slide--one img {
  object-position: 34% center;
}

.mm-hero__slide--two {
  animation-name: mmHeroSlideTwo;
}

.mm-hero__slide--two img {
  object-position: 36% center;
}

.mm-hero__slide--three {
  animation-name: mmHeroSlideThree;
}

.mm-hero__slide--three img {
  object-position: 40% center;
}

.mm-hero__slide--four {
  animation-name: mmHeroSlideFour;
}

.mm-hero__slide--four img {
  object-position: 35% center;
}

.mm-hero__slide--five {
  animation-name: mmHeroSlideFive;
}

.mm-hero__slide--five img {
  object-position: 42% center;
}

.mm-hero__shade {
  z-index: -5;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0.62) 60%, rgba(0, 0, 0, 0.94) 100%),
    radial-gradient(ellipse at 34% 46%, rgba(255, 255, 255, 0.04), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, transparent 34%, rgba(0, 0, 0, 0.88) 100%);
}

.mm-hero__smoke {
  z-index: -4;
  pointer-events: none;
  mix-blend-mode: screen;
}

.mm-hero__smoke--back {
  opacity: 0.18;
  filter: blur(54px);
  background:
    radial-gradient(ellipse at 18% 62%, rgba(214, 154, 45, 0.32), transparent 42%),
    radial-gradient(ellipse at 60% 38%, rgba(79, 106, 103, 0.28), transparent 36%);
  animation: mmHeroSmokeBack 24s ease-in-out infinite alternate;
}

.mm-hero__smoke--front {
  opacity: 0.12;
  filter: blur(64px);
  background:
    radial-gradient(ellipse at 44% 76%, rgba(255, 244, 220, 0.22), transparent 36%),
    radial-gradient(ellipse at 78% 34%, rgba(214, 154, 45, 0.18), transparent 32%);
  animation: mmHeroSmokeFront 30s ease-in-out infinite alternate;
}

.mm-hero__grain {
  z-index: -2;
  opacity: 0.13;
  pointer-events: none;
  background:
    repeating-radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 3px),
    repeating-radial-gradient(circle at 70% 60%, rgba(0, 0, 0, 0.38) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 9px);
  background-size: 110px 110px, 150px 150px, 100% 100%;
  mix-blend-mode: overlay;
  animation: mmHeroGrain 7s steps(5, end) infinite;
}

.mm-hero__flash {
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 244, 220, 0.36) 8.2% 8.5%, transparent 8.8%),
    radial-gradient(ellipse at 38% 46%, rgba(255, 244, 220, 0.34), transparent 34%);
  opacity: 0;
  mix-blend-mode: screen;
  animation: mmHeroFlash var(--mm-hero-cycle) linear infinite;
}

.mm-hero__glitch {
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(180deg, transparent 0 38%, rgba(245, 184, 74, 0.14) 39%, rgba(0, 0, 0, 0.2) 40%, transparent 43%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, rgba(255, 0, 82, 0.13), transparent 16%, transparent 84%, rgba(0, 196, 255, 0.12));
  mix-blend-mode: screen;
  animation: mmHeroGlitch var(--mm-hero-cycle) linear infinite;
}

.mm-hero__content {
  position: relative;
  z-index: 4;
  width: min(100%, 620px);
  max-width: 620px;
  margin-left: auto;
  color: var(--text);
  text-align: left;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.94);
}

.mm-hero__kicker {
  margin: 0 0 18px;
  color: rgba(245, 184, 74, 0.95);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
}

.mm-hero__title {
  max-width: 620px;
  margin: 0;
  color: var(--mm-hero-cream);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: clamp(3.65rem, 7.4vw, 8.2rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 5px 0 rgba(0, 0, 0, 0.86),
    0 16px 42px rgba(0, 0, 0, 0.92),
    0 0 30px rgba(245, 184, 74, 0.14);
}

.mm-hero__title span {
  display: block;
}

.mm-hero__title em {
  color: var(--mm-hero-gold);
  font-style: normal;
}

.mm-hero__lead {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 244, 220, 0.94);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.85;
}

.mm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mm-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid rgba(245, 184, 74, 0.48);
  border-radius: 6px;
  color: var(--mm-hero-cream);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.mm-hero__cta:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(245, 184, 74, 0.78);
}

.mm-hero__cta--primary {
  gap: 8px;
  background: rgba(199, 138, 42, 0.24);
}

.mm-hero__cta--secondary {
  background: rgba(5, 5, 5, 0.52);
}

.mm-hero__progress {
  position: absolute;
  right: clamp(24px, 7vw, 92px);
  bottom: 72px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.mm-hero__dot {
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 244, 220, 0.28);
  overflow: hidden;
}

.mm-hero__dot::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--mm-hero-gold);
  animation: mmHeroDot var(--mm-hero-cycle) linear infinite;
}

.mm-hero__dot--two::before { animation-delay: 6s; }
.mm-hero__dot--three::before { animation-delay: 12s; }
.mm-hero__dot--four::before { animation-delay: 18s; }
.mm-hero__dot--five::before { animation-delay: 24s; }

.mm-hero__marquee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 48px;
  overflow: hidden;
  border-top: 1px solid rgba(214, 154, 45, 0.2);
  background: rgba(5, 5, 5, 0.72);
  color: rgba(255, 244, 220, 0.72);
}

.mm-hero__marquee-inner {
  display: flex;
  width: max-content;
  min-width: 200%;
  height: 100%;
  align-items: center;
  gap: 28px;
  padding-inline: 28px;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  animation: mmHeroMarquee 28s linear infinite;
}

.mm-hero__marquee-inner span {
  flex: 0 0 auto;
}

.mm-hero__marquee-inner span::after {
  margin-left: 28px;
  color: rgba(245, 184, 74, 0.58);
  content: "/";
}

.scene-card__image {
  margin: 18px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(214, 154, 45, 0.22);
  border-radius: 16px;
  background: #050505;
}

.scene-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.05) saturate(0.88);
}

#tracklist .comparison-scroll {
  overflow-x: visible;
}

#tracklist .track-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

#tracklist .track-table th,
#tracklist .track-table td {
  word-break: normal;
  overflow-wrap: anywhere;
}

#tracklist .track-table th:nth-child(1),
#tracklist .track-table td:nth-child(1) {
  width: 56px;
}

#tracklist .track-table th:nth-child(2),
#tracklist .track-table td:nth-child(2) {
  width: 30%;
}

#tracklist .track-table th:nth-child(3),
#tracklist .track-table td:nth-child(3) {
  width: 28%;
}

#tracklist .track-table th:nth-child(4),
#tracklist .track-table td:nth-child(4) {
  width: auto;
}

@keyframes mmHeroSlideOne {
  0%, 16% {
    opacity: 1;
    filter: brightness(1);
    transform: scale(1.02);
  }

  20%, 96% {
    opacity: 0;
    filter: brightness(0.38);
    transform: scale(1.055);
  }

  100% {
    opacity: 1;
    filter: brightness(1);
    transform: scale(1.02);
  }
}

@keyframes mmHeroSlideTwo {
  0%, 17% {
    opacity: 0;
    filter: brightness(0.34);
    transform: scale(1.035);
  }

  21%, 36% {
    opacity: 1;
    filter: brightness(0.94);
    transform: scale(1.012);
  }

  40%, 100% {
    opacity: 0;
    filter: brightness(0.42);
    transform: scale(1.055);
  }
}

@keyframes mmHeroSlideThree {
  0%, 37% {
    opacity: 0;
    filter: brightness(0.62) blur(2px);
    transform: scale(1.04);
  }

  42%, 56% {
    opacity: 1;
    filter: brightness(1.02) blur(0);
    transform: scale(1.018);
  }

  60%, 100% {
    opacity: 0;
    filter: brightness(0.46) blur(1px);
    transform: scale(1.055);
  }
}

@keyframes mmHeroSlideFour {
  0%, 57% {
    opacity: 0;
    filter: contrast(1.18) saturate(0.78);
    transform: scale(1.04) translateX(-0.4%);
  }

  62%, 76% {
    opacity: 1;
    filter: contrast(1.08) saturate(0.88);
    transform: scale(1.018) translateX(0);
  }

  80%, 100% {
    opacity: 0;
    filter: contrast(1.22) saturate(0.72);
    transform: scale(1.052) translateX(0.35%);
  }
}

@keyframes mmHeroSlideFive {
  0%, 77% {
    opacity: 0;
    filter: brightness(0.58) blur(2px);
    transform: scale(1.04);
  }

  82%, 96% {
    opacity: 1;
    filter: brightness(0.95) blur(0);
    transform: scale(1.018);
  }

  100% {
    opacity: 0;
    filter: brightness(0.48) blur(1px);
    transform: scale(1.04);
  }
}

@keyframes mmHeroSmokeBack {
  from {
    transform: translate3d(-3%, 2%, 0) scale(1.02);
  }

  to {
    transform: translate3d(4%, -2%, 0) scale(1.1);
  }
}

@keyframes mmHeroSmokeFront {
  from {
    transform: translate3d(4%, 2%, 0) scale(1.02);
  }

  to {
    transform: translate3d(-4%, -3%, 0) scale(1.12);
  }
}

@keyframes mmHeroGrain {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  25% {
    transform: translate3d(-1%, 1%, 0);
  }

  50% {
    transform: translate3d(1%, -1%, 0);
  }

  75% {
    transform: translate3d(1%, 1%, 0);
  }
}

@keyframes mmHeroFlash {
  0%, 19.2%, 21.4%, 39%, 40.4%, 58.8%, 61%, 78.8%, 80.6%, 100% {
    opacity: 0;
  }

  20%, 40%, 60%, 80% {
    opacity: 0.34;
  }
}

@keyframes mmHeroGlitch {
  0%, 18.8%, 20.2%, 58.6%, 60.5%, 79%, 80.4%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  19.5%, 59.3%, 79.7% {
    opacity: 0.24;
    transform: translate3d(-0.35%, 0, 0);
  }

  19.8%, 59.7%, 80% {
    opacity: 0.16;
    transform: translate3d(0.35%, 0, 0);
  }
}

@keyframes mmHeroDot {
  0% {
    transform: scaleX(0);
  }

  16% {
    transform: scaleX(1);
  }

  20%, 100% {
    transform: scaleX(0);
  }
}

@keyframes mmHeroMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 820px) {
  .mm-hero.more-music-hero {
    min-height: 760px;
    padding: 82px 18px 86px;
    justify-items: center;
  }

  .mm-hero__shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.24) 30%, rgba(0, 0, 0, 0.82) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.44));
  }

  .mm-hero__content {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  .mm-hero__lead {
    margin-right: auto;
    margin-left: auto;
  }

  .mm-hero__actions {
    justify-content: center;
  }

  .mm-hero__progress {
    right: 50%;
    bottom: 66px;
    transform: translateX(50%);
  }
}

@media (max-width: 620px) {
  .mm-hero.more-music-hero {
    min-height: 690px;
    padding: 70px 16px 82px;
  }

  .mm-hero__slide img {
    object-position: 38% center;
  }

  .mm-hero__title {
    font-size: clamp(2.8rem, 15vw, 4.45rem);
    line-height: 0.92;
  }

  .mm-hero__lead {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .mm-hero__lead br {
    display: none;
  }

  .mm-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mm-hero__cta {
    width: 100%;
  }

  .mm-hero__progress {
    bottom: 62px;
  }

  .mm-hero__dot {
    width: 24px;
  }

  .mm-hero__marquee {
    height: 44px;
  }

  .mm-hero__marquee-inner {
    gap: 20px;
    padding-inline: 20px;
    font-size: 0.68rem;
  }

  .mm-hero__marquee-inner span::after {
    margin-left: 20px;
  }

  .scene-card__image {
    margin: 14px 14px 16px;
    border-radius: 12px;
  }

  #tracklist .comparison-table th,
  #tracklist .comparison-table td {
    padding: 10px 8px;
    font-size: 0.78rem;
    line-height: 1.55;
  }

  #tracklist .track-table th:nth-child(1),
  #tracklist .track-table td:nth-child(1) {
    width: 38px;
  }

  #tracklist .track-table th:nth-child(2),
  #tracklist .track-table td:nth-child(2) {
    width: 29%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-hero__slide,
  .mm-hero__smoke,
  .mm-hero__grain,
  .mm-hero__flash,
  .mm-hero__glitch,
  .mm-hero__dot::before,
  .mm-hero__marquee-inner {
    animation: none !important;
  }

  .mm-hero__slide {
    opacity: 0;
    transform: none;
    filter: none;
  }

  .mm-hero__slide--one {
    opacity: 1;
  }

  .mm-hero__smoke {
    transform: none;
  }

  .mm-hero__flash,
  .mm-hero__glitch {
    opacity: 0;
  }

  .mm-hero__dot--one::before {
    transform: scaleX(1);
  }

  .mm-hero__marquee-inner {
    transform: none;
  }
}

.scene-card__youtube {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 18px 0 20px;
  padding: 14px 16px;
  border: 1px solid rgba(214, 154, 45, .24);
  border-radius: 14px;
  background: rgba(0, 0, 0, .32);
}

.scene-card__youtube-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 12px;
}

.scene-card__youtube-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(214, 154, 45, .16);
  color: #d69a2d;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scene-card__youtube-note {
  color: rgba(255, 244, 220, .72);
  font-size: .82rem;
  font-weight: 700;
}

.scene-card__youtube-link {
  color: #fff4dc;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(214, 154, 45, .55);
  transition: color .2s ease, border-color .2s ease, opacity .2s ease;
}

.scene-card__youtube-link:hover,
.scene-card__youtube-link:focus-visible {
  color: #f5b84a;
  border-color: currentColor;
}

.scene-card__youtube--embed {
  display: block;
}

.scene-card__youtube-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, .08);
}

.scene-card__youtube-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 620px) {
  .scene-card__youtube {
    align-items: flex-start;
    flex-direction: column;
  }

  .scene-card__youtube--embed {
    display: block;
  }
}

.scene-card__image {
  margin: 18px 0 20px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(214, 154, 45, .22);
  background: #050505;
}

.scene-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(.92) contrast(1.05) saturate(.9);
}

@media (max-width: 620px) {
  .scene-card__image {
    margin: 16px 0 18px;
    border-radius: 12px;
  }
}

.album-compare-covers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
  margin: 28px 0 30px;
}

.album-compare-cover {
  margin: 0;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(214, 154, 45, .24);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
    rgba(0, 0, 0, .32);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.album-compare-cover img {
  display: block;
  width: min(100%, 360px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #050505;
}

.album-compare-cover figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, .86);
  text-align: center;
  line-height: 1.55;
}

.album-compare-cover__label {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(214, 154, 45, .16);
  color: #d69a2d;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.album-compare-cover strong {
  display: block;
  font-size: clamp(.95rem, 1.4vw, 1.08rem);
}

@media (max-width: 720px) {
  .album-compare-covers {
    grid-template-columns: 1fr;
  }

  .album-compare-cover img {
    width: min(100%, 300px);
  }
}

.summary-shop-links {
  margin-top: 28px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(214, 154, 45, .24);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
    rgba(0, 0, 0, .34);
}

.summary-shop-links__lead {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.8;
  font-weight: 700;
}

.summary-shop-links__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.summary-shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease,
    color .22s ease,
    border-color .22s ease;
}

.summary-shop-link--amazon {
  background: linear-gradient(135deg, #f5b84a, #d69a2d);
  color: #080808;
}

.summary-shop-link--rakuten {
  border: 1px solid rgba(214, 154, 45, .72);
  background: rgba(5, 5, 5, .56);
  color: #fff4dc;
}

.summary-shop-link:hover,
.summary-shop-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0 26px rgba(214, 154, 45, .28);
}

.summary-shop-links__note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: .82rem;
  line-height: 1.7;
}

@media (max-width: 620px) {
  .summary-shop-links__buttons {
    flex-direction: column;
  }

  .summary-shop-link {
    width: 100%;
  }
}
