/*
 * MMLP2 final readability and responsive pass.
 * This layer intentionally preserves the v3 art direction and structure.
 */

:root {
  --finish-light-text: #f3f1eb;
  --finish-light-muted: #c9c5bd;
  --finish-dark-text: #171716;
  --finish-dark-muted: #4f4d49;
  --finish-red-on-light: #9d0e11;
  --finish-red-on-dark: #ff6468;
}

/*
 * Do not hide page-wide overflow at the root. Decorative overflow is
 * contained by the component that owns it, while content width stays honest.
 */
body {
  overflow-x: visible;
}

.hero.hero-redesign,
.overview-section,
.time-archive,
.timeline-section,
.story-section,
.headlights-section,
.rapgod-section,
.contributors-section,
.japan-section,
.connection-section,
.faq-section {
  overflow-x: clip;
}

.hero-media {
  contain: paint;
}

.hero-media img {
  transform: none;
}

.hero .film-grain {
  max-width: none;
}

@keyframes hero-image-slip {
  0% {
    transform: translateX(0);
    filter: grayscale(1) contrast(1.8) brightness(.48);
  }
  18% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(-7px);
    filter: grayscale(1) contrast(1.05) brightness(.88);
  }
  44% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
    filter: grayscale(1) contrast(1.18) brightness(.73);
  }
}

/*
 * Headings: keep the aggressive weight, but avoid crushed lines and
 * character-by-character wrapping.
 */
.section-heading h2,
.section-copy h2,
.story-copy h2,
.making-copy h2,
.connection-copy h2,
.writing-copy h2,
.summary-box h2,
.faq-section h2,
.resource-layout h2,
.archive-card h3,
.time-copy h3,
.track-card h3,
.person-card h3,
.result-card h3,
.shop-card h3 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.section-heading h2,
.section-copy h2,
.story-copy h2,
.making-copy h2,
.connection-copy h2,
.writing-copy h2,
.summary-box h2,
.faq-section h2,
.resource-layout h2 {
  font-size: clamp(2.4rem, 4.8vw, 5.35rem);
  line-height: 1.02;
}

.archive-card h3,
.time-copy h3,
.track-card h3,
.person-card h3,
.shop-card h3 {
  line-height: 1.04;
}

.hero h1 {
  line-height: .82;
}

.hero h1 .title-line {
  overflow-wrap: normal;
  word-break: normal;
}

.timeline-intro h2 {
  line-height: .92;
}

.timeline-title-complete {
  right: auto;
  bottom: 1.2rem;
  left: clamp(24px, 4vw, 70px);
}

.rapgod-copy h2 {
  line-height: 1;
}

.btn,
.global-nav a,
.album-link,
.service-link {
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.btn {
  justify-content: center;
  padding-inline: 1rem;
  line-height: 1.35;
  text-align: center;
}

.featured-section .section-heading h2,
.faq-section h2 {
  transform: none;
}

/*
 * Light paper and card surfaces. Base styles from the dark sections used to
 * win the cascade for several child elements, producing pale-on-pale text.
 */
.archive-card,
.person-card,
.track-card,
.result-card,
.fact-file,
.time-copy,
.interpretation,
.shop-card,
.references,
.related-links a {
  color: var(--finish-dark-text);
}

.archive-card h3,
.archive-card p,
.person-card h3,
.person-card p:last-child,
.track-card h3,
.track-card > p:last-child,
.result-card p,
.shop-card h3,
.shop-card p,
.fact-file dt,
.fact-file dd,
.references h2,
.references li,
.references > p:last-child,
.related-links strong,
.related-links span {
  color: var(--finish-dark-text);
}

.archive-card > span,
.person-role,
.time-kicker,
.era-words li,
.track-no,
.track-card::before,
.result-card > strong,
.shop-kicker,
.paper-section .section-code,
.references .section-code {
  color: var(--finish-red-on-light);
}

.track-role,
.result-card > span,
.fact-file dt,
.shop-kicker,
.affiliate-notice,
.references li,
.references > p:last-child,
.related-links span {
  color: var(--finish-dark-muted);
}

.track-card::before {
  border-color: var(--finish-red-on-light);
}

.era-words li {
  border-color: var(--finish-red-on-light);
}

/*
 * Dark surfaces receive explicit foregrounds so inherited paper colors cannot
 * make later sections, controls, or visited links disappear.
 */
.dark-section,
.summary-section,
.album-navigation,
.share-section,
.home-actions,
.site-footer {
  color: var(--finish-light-text);
}

.dark-section h2,
.dark-section h3,
.dark-section p,
.dark-section dt,
.dark-section dd,
.summary-section h2,
.summary-section p,
.share-section h2,
.share-section p,
.home-actions,
.site-footer,
.site-footer a,
.album-navigation a,
.album-navigation .current {
  color: var(--finish-light-text);
}

.dark-section .section-code.light,
.summary-section .section-code.light,
.album-link small,
.year-reel > span,
.archive-stamp span {
  color: var(--finish-red-on-dark);
}

.dark-section .section-heading > p:last-child,
.dark-section .making-copy p:not(.section-code),
.dark-section .story-copy p,
.dark-section .connection-list dd,
.dark-section .faq-list details p,
.site-footer p,
.site-footer nav a {
  color: var(--finish-light-muted);
}

.section-code.light {
  border-color: currentColor;
}

.share-section,
.home-actions {
  background: #090909;
}

.share-section h2 {
  font-family: var(--sans);
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.share-actions .btn {
  border-color: rgba(255, 255, 255, .72);
  background: #151515;
  color: #fff;
}

.share-actions .btn:hover,
.share-actions .btn:focus-visible {
  border-color: #fff;
  background: #252525;
  color: #fff;
}

.copy-status {
  color: #ffc3b6;
}

.home-actions .btn.primary {
  border-color: #c9181c;
  background: #c9181c;
  color: #fff;
}

.home-actions .btn.primary:hover,
.home-actions .btn.primary:focus-visible {
  border-color: #ec3c40;
  background: #ec3c40;
  color: #fff;
}

.album-link > span {
  color: #bbb6ad;
}

.album-link strong {
  color: #fff;
}

.album-link small {
  color: #ff8a6f;
}

.album-link.current {
  background: #302e2a;
}

.ad-label {
  color: #cbc6be;
}

.service-link small {
  color: #f0a187;
}

.site-footer {
  color: #bdb8af;
}

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

.dark-section a:visited,
.summary-section a:visited,
.share-section a:visited,
.home-actions a:visited,
.site-footer a:visited,
.album-navigation a:visited {
  color: inherit;
}

/* Light evidence cards nested inside dark sections need a local reset. */
.dark-section .archive-card,
.dark-section .archive-card h3,
.dark-section .archive-card p,
.dark-section .person-card,
.dark-section .person-card h3,
.dark-section .person-card p:last-child,
.dark-section .story-copy h3 {
  color: var(--finish-dark-text);
}

.dark-section .archive-card > span,
.dark-section .person-role {
  color: var(--finish-red-on-light);
}

/*
 * Small red metadata needs different values on paper and black surfaces.
 */
.hero .archive-stamp span,
.hero .year-reel > span,
.time-progress button span {
  color: var(--finish-red-on-dark);
}

.time-progress button.is-current,
.time-progress button.is-current span {
  color: #fff;
}

.timeline-section .time-kicker,
.timeline-section .era-words li {
  color: var(--finish-red-on-light);
}

/*
 * Keep long content inside its own column. URLs are allowed to break, album
 * names and headings are not split character by character.
 */
.references a,
.track-meta,
.affiliate-notice,
.copy-status {
  overflow-wrap: anywhere;
}

/*
 * Added content: release chronology, limited bonus track, and the Japan file.
 * These components use the existing evidence-paper language and keep their
 * overflow contained locally.
 */
.release-log {
  display: grid;
  gap: .7rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.release-log li {
  display: grid;
  grid-template-columns: minmax(7.4rem, auto) 1fr;
  gap: 1rem;
  align-items: start;
  padding: .75rem .9rem;
  border-left: 4px solid var(--finish-red-on-dark);
  background: rgba(255, 255, 255, .07);
}

.release-log time {
  color: var(--finish-red-on-dark);
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.release-log span {
  color: var(--finish-light-text);
  font-size: .93rem;
  line-height: 1.65;
}

.bonus-track-note {
  margin-top: 1rem;
  border-color: #691013;
  background: #f1ddd8;
  color: var(--finish-dark-text);
}

.bonus-track-note strong {
  color: #771013;
}

.japan-section {
  position: relative;
  padding: clamp(7rem, 10vw, 11rem) 0;
  isolation: isolate;
}

.japan-section::before {
  content: "JP / RELEASED";
  position: absolute;
  top: 3.5rem;
  right: -1rem;
  z-index: -1;
  transform: rotate(5deg);
  border: 7px solid rgba(208, 24, 27, .18);
  color: rgba(208, 24, 27, .18);
  font-family: var(--sans);
  font-size: clamp(4.8rem, 12vw, 12rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.japan-heading {
  max-width: 1020px;
}

.japan-heading h2 {
  max-width: 100%;
  margin-block: .22em .38em;
  color: var(--finish-light-text);
  font-family: var(--sans);
  font-size: clamp(2.4rem, 4.8vw, 5.35rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.japan-heading .section-lead {
  color: var(--finish-light-muted);
}

.japan-results {
  display: grid;
  grid-template-columns: 1.15fr .82fr 1.03fr;
  gap: clamp(1.2rem, 2.8vw, 2.6rem);
  align-items: start;
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.japan-result {
  min-width: 0;
  min-height: 240px;
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
  border: 3px solid #111;
  background: #deded8;
  color: var(--finish-dark-text);
  box-shadow: 11px 13px 0 rgba(208, 24, 27, .28);
}

.japan-result:nth-child(2) {
  transform: translateY(1.8rem) rotate(-1deg);
}

.japan-result:nth-child(3) {
  transform: rotate(.7deg);
}

.japan-result > span {
  display: block;
  margin-bottom: .85rem;
  color: #5b080a;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.japan-result > strong {
  display: block;
  color: #9d0e11;
  font-family: var(--sans);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: .92;
  letter-spacing: -.035em;
  overflow-wrap: normal;
  word-break: normal;
}

.japan-result p {
  margin: 1.25rem 0 0;
  color: #292826;
  line-height: 1.72;
}

.japan-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 3rem);
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

.japan-copy article {
  min-width: 0;
  padding-top: 1.3rem;
  border-top: 5px solid var(--finish-red-on-dark);
}

.japan-copy h3 {
  margin: 0 0 1rem;
  color: var(--finish-light-text);
  font-family: var(--sans);
  font-size: clamp(1.65rem, 2.8vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.japan-copy p {
  margin: 0;
  color: var(--finish-light-muted);
  line-height: 1.85;
}

.japan-source-note {
  max-width: 860px;
  margin: 3.5rem 0 0 auto;
  padding: 1rem 1.2rem;
  transform: rotate(-.4deg);
  border: 1px dashed rgba(255, 255, 255, .35);
  color: var(--finish-light-muted);
  font-family: var(--mono);
  font-size: .78rem;
  line-height: 1.7;
}

.track-title strong,
.album-link strong {
  overflow-wrap: normal;
  word-break: normal;
}

.time-copy,
.track-card,
.person-card,
.result-card,
.shop-card,
.references,
.related-links a,
.fact-file {
  min-width: 0;
}

/* Tablet */
@media (max-width: 900px) {
  .why-section .section-heading,
  .featured-section .section-heading,
  .tracklist-section .section-heading {
    width: 100%;
    margin-inline: 0;
  }

  .why-section .section-heading h2,
  .featured-section .section-heading h2,
  .faq-section h2 {
    transform: none;
  }

  .tracklist-section .section-heading {
    margin-left: 0;
  }

  .time-stage {
    height: auto;
    min-height: 0;
    padding-block: 2rem 4rem;
  }

  .time-panels {
    display: grid;
    height: auto;
    min-height: 0;
    gap: 4.5rem;
  }

  .time-panel {
    position: relative;
    inset: auto;
    min-height: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .time-panel + .time-panel {
    padding-top: 1.5rem;
    border-top: 1px dashed rgba(255, 255, 255, .28);
  }

  .timeline-title-complete {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    justify-content: flex-end;
    margin-top: 1.7rem;
  }

  .time-copy {
    width: min(68%, 600px);
    margin-right: 12px;
  }

  .connection-photo {
    transform: rotate(2deg);
  }

  .margin-note {
    transform: rotate(-1deg);
  }

  .summary-box {
    width: calc(100% - 34px);
    margin-inline: auto;
    transform: rotate(-.35deg);
  }

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

  .japan-result:nth-child(2) {
    transform: rotate(-1deg);
  }

  .japan-result:nth-child(3) {
    grid-column: 1 / -1;
  }

  .japan-copy {
    grid-template-columns: 1fr;
  }
}

/* Phone */
@media (max-width: 760px) {
  .section-heading h2,
  .section-copy h2,
  .story-copy h2,
  .making-copy h2,
  .connection-copy h2,
  .writing-copy h2,
  .summary-box h2,
  .faq-section h2,
  .resource-layout h2 {
    font-size: clamp(2.15rem, 10.5vw, 4rem);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

  .hero h1 {
    line-height: .88;
  }

  .hero h1 .title-line {
    width: max-content;
    max-width: 100%;
    white-space: normal;
  }

  .title-tape {
    line-height: 1.35;
  }

  .timeline-intro h2 {
    gap: .08em;
    line-height: .92;
  }

  .timeline-intro h2 i {
    line-height: .7;
  }

  .time-copy {
    width: calc(100% - 12px);
    margin-left: 12px;
  }

  .track-card:nth-child(even),
  .person-card:nth-child(even),
  .result-card:nth-child(even),
  .archive-card:nth-child(even) {
    transform: rotate(.55deg);
  }

  .making-assets,
  .summary-box,
  .references,
  .shop-card,
  .related-links a {
    max-width: 100%;
  }

  .summary-box {
    margin-inline: auto;
    transform: rotate(-.35deg);
  }

  .share-section,
  .home-actions {
    padding-inline: 14px;
  }

  .album-link {
    min-height: 150px;
  }

  .release-log li {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .japan-heading h2 {
    font-size: clamp(2.15rem, 10.5vw, 4rem);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

  .japan-results {
    grid-template-columns: 1fr;
  }

  .japan-result:nth-child(n) {
    grid-column: auto;
    min-height: 0;
    transform: none;
  }
}

@media (max-width: 520px) {
  .section-heading h2,
  .section-copy h2,
  .story-copy h2,
  .making-copy h2,
  .connection-copy h2,
  .writing-copy h2,
  .summary-box h2,
  .faq-section h2,
  .resource-layout h2 {
    font-size: clamp(2.05rem, 9.5vw, 3rem);
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12.2vw, 3.75rem);
  }

  .hero h1 .title-two {
    right: 0;
  }

  .title-tape {
    left: 20%;
    max-width: 62%;
  }

  .timeline-intro h2 {
    font-size: clamp(3.4rem, 18vw, 5.5rem);
  }

  .time-copy h3 {
    font-size: clamp(1.9rem, 9.8vw, 3rem);
    line-height: 1.04;
  }

  .rapgod-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .track-card h3,
  .person-card h3 {
    font-size: clamp(1.85rem, 10vw, 3rem);
  }

  .faq-list summary {
    padding-right: 2.4rem;
    line-height: 1.65;
  }

  .share-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .share-actions .btn {
    width: 100%;
    min-width: 0;
  }

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

@media (max-width: 380px) {
  .section-inner,
  .site-header,
  .hero-inner {
    width: calc(100% - 24px);
  }

  .hero h1 {
    font-size: clamp(2.38rem, 12.4vw, 3.35rem);
  }

  .hero-jp,
  .lead {
    max-width: 100%;
  }

  .year-reel {
    min-width: 154px;
  }

  .track-title {
    grid-template-columns: 1.85rem minmax(0, 1fr);
  }

  .track-meta {
    padding-left: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img {
    transform: none !important;
  }
}

/*
 * v6 focused fixes: integrated hero title, clearer archive progress,
 * signature-track hierarchy, and four-part album navigation.
 */

.hero h1 .title-line-b {
  display: flex;
  align-items: baseline;
  gap: .1em;
}

.hero h1 .title-two {
  position: static;
  display: inline-block;
  flex: 0 0 auto;
  transform: rotate(6deg) translateY(.03em);
  font-size: .78em;
  line-height: .8;
}

.time-stage {
  transition: background-color .45s ease, border-color .45s ease, box-shadow .45s ease;
}

.time-stage::after {
  content: "";
  position: absolute;
  z-index: 40;
  inset: 0;
  transform: translateY(-110%);
  background: linear-gradient(
    to bottom,
    transparent 0 42%,
    rgba(208, 24, 27, .06) 46%,
    rgba(255, 74, 67, .72) 50%,
    rgba(208, 24, 27, .08) 54%,
    transparent 58% 100%
  );
  opacity: 0;
  pointer-events: none;
}

.time-scroll.is-era-changing .time-stage::after {
  animation: archive-scan .46s ease-out both;
}

@keyframes archive-scan {
  0% {
    transform: translateY(-110%);
    opacity: 0;
  }
  24% {
    opacity: .9;
  }
  100% {
    transform: translateY(110%);
    opacity: 0;
  }
}

.time-stage-topline {
  align-items: center;
  gap: 1rem;
  color: #dedbd4;
}

.time-stage-topline strong {
  padding: .42rem .65rem;
  border: 1px solid currentColor;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .09em;
  white-space: nowrap;
}

.js.has-time-scroll .time-scroll {
  height: 250vh;
}

.time-scroll[data-active-era="2000"] .time-stage {
  border-color: rgba(190, 132, 72, .6);
  background:
    radial-gradient(circle at 72% 30%, rgba(176, 119, 58, .2), transparent 38%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(217, 188, 136, .025) 5px 6px),
    #17100b;
  box-shadow: inset 0 0 130px rgba(34, 15, 4, .72);
}

.time-scroll[data-active-era="2000"] .time-visual {
  border-color: #bca77e;
}

.time-scroll[data-active-era="2000"] .time-visual img {
  filter: sepia(.7) grayscale(.15) contrast(1.14) brightness(.72);
}

.time-scroll[data-active-era="2000"] .time-copy {
  border-left: 7px solid #74431f;
  background:
    repeating-linear-gradient(0deg, transparent 0 25px, rgba(82, 51, 25, .12) 25px 26px),
    #dacaa8;
}

.time-scroll[data-active-era="2000"] .time-kicker,
.time-scroll[data-active-era="2000"] .era-words li {
  border-color: #73391d;
  color: #73391d;
}

.time-scroll[data-active-era="2013"] .time-stage {
  border-color: rgba(220, 52, 55, .62);
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .07), transparent 31%),
    repeating-linear-gradient(0deg, transparent 0 4px, rgba(160, 195, 207, .025) 4px 5px),
    #11161a;
  box-shadow: inset 0 0 125px rgba(0, 0, 0, .66);
}

.time-scroll[data-active-era="2013"] .time-visual {
  border-color: #e1e3e2;
}

.time-scroll[data-active-era="2013"] .time-visual img {
  filter: grayscale(.42) contrast(1.15) brightness(.82);
}

.time-scroll[data-active-era="2013"] .time-copy {
  border-left: 7px solid #c9181c;
  background:
    repeating-linear-gradient(0deg, transparent 0 25px, rgba(24, 44, 55, .09) 25px 26px),
    #e4e7e6;
}

.track-card.track-card--signature {
  grid-column: 1 / -1;
  min-height: 360px;
  padding: clamp(1.8rem, 4vw, 4rem);
  border: 7px solid #b91317;
  background:
    linear-gradient(120deg, rgba(185, 19, 23, .19), transparent 44%),
    repeating-linear-gradient(0deg, transparent 0 26px, rgba(255, 255, 255, .035) 26px 27px),
    #101010;
  box-shadow: 16px 18px 0 rgba(185, 19, 23, .3);
  color: #fff;
  transform: rotate(-.3deg);
}

.track-card.track-card--signature::before {
  content: "ALBUM DEFINING TRACK";
  bottom: -1.25rem;
  border-color: #b91317;
  background: #b91317;
  color: #fff;
  opacity: 1;
}

.track-card.track-card--signature::after {
  border-color: #e92a2f;
}

.track-card.track-card--signature .signature-label {
  margin: 0 0 .8rem;
  color: #ff7f82;
  font: 900 .75rem/1.2 var(--mono);
  letter-spacing: .1em;
}

.track-card.track-card--signature .track-no {
  color: #ff5c60;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.track-card.track-card--signature h3 {
  margin: .08em 0;
  color: #fff;
  font-size: clamp(4.5rem, 10vw, 10rem);
  line-height: .78;
  letter-spacing: -.06em;
}

.track-card.track-card--signature .track-role {
  color: #ff8e91;
  font-weight: 900;
}

.track-card.track-card--signature .signature-jp {
  margin-block: .8rem .4rem;
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.25;
}

.track-card.track-card--signature > p:last-of-type {
  max-width: 850px;
  color: #d7d4ce;
}

.signature-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: 1.1rem;
  padding: .7rem 1rem;
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  font: 900 .78rem/1.2 var(--mono);
  letter-spacing: .06em;
  text-decoration: none;
}

.signature-link:hover,
.signature-link:focus-visible {
  border-color: #ff5c60;
  background: #b91317;
  color: #fff;
}

@media (min-width: 1101px) {
  .track-cards .track-card:nth-child(2),
  .track-cards .track-card:nth-child(5),
  .track-cards .track-card:nth-child(6) {
    grid-column: span 5;
  }

  .track-cards .track-card:nth-child(3),
  .track-cards .track-card:nth-child(4),
  .track-cards .track-card:nth-child(7) {
    grid-column: span 7;
  }

  .track-cards .track-card:nth-child(8) {
    grid-column: 1 / -1;
  }
}

.rapgod-section {
  border-block: 8px solid #b91317;
  background:
    linear-gradient(105deg, rgba(185, 19, 23, .18), transparent 38%),
    linear-gradient(110deg, #050505 0 57%, #181818 57.1% 100%);
}

.rapgod-copy {
  padding-left: clamp(1rem, 2.6vw, 2.4rem);
  border-left: clamp(5px, .7vw, 10px) solid #b91317;
}

.rap-tech-points {
  display: flex;
  gap: .55rem;
  margin: 1.6rem 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.rap-tech-points li {
  padding: .42rem .68rem;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(185, 19, 23, .16);
  color: #fff;
  font: 800 .76rem/1.35 var(--mono);
}

.rapgod-actions {
  display: flex;
  gap: .8rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}

.rapgod-actions .btn {
  min-width: 180px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.rapgod-actions .btn.primary {
  border-color: #c9181c;
  background: #c9181c;
}

.rapgod-actions .btn.secondary {
  background: #151515;
}

.rapgod-actions .btn:hover,
.rapgod-actions .btn:focus-visible {
  border-color: #ff7074;
  background: #a41014;
  color: #fff;
}

.album-navigation {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.album-link {
  min-height: 210px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.album-link em {
  display: inline-block;
  width: fit-content;
  margin-top: .85rem;
  padding: .3rem .45rem;
  border: 1px solid rgba(255, 255, 255, .38);
  color: #c9c4ba;
  font: 800 .62rem/1.3 var(--mono);
  font-style: normal;
  letter-spacing: .06em;
}

.album-link.is-unavailable {
  background:
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(255, 255, 255, .025) 12px 13px),
    #111;
}

@media (max-width: 1100px) {
  .track-card.track-card--signature {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .time-panel[data-era-panel] {
    min-width: 0;
    padding: clamp(1rem, 3vw, 1.5rem);
    border-left: 6px solid transparent;
  }

  .time-panel[data-era-panel="2000"] {
    border-left-color: #74431f;
    background:
      radial-gradient(circle at 72% 24%, rgba(176, 119, 58, .2), transparent 40%),
      #17100b;
  }

  .time-panel[data-era-panel="2000"] .time-visual img {
    filter: sepia(.7) grayscale(.15) contrast(1.14) brightness(.72);
  }

  .time-panel[data-era-panel="2000"] .time-copy {
    border-left-color: #74431f;
    background:
      repeating-linear-gradient(0deg, transparent 0 25px, rgba(82, 51, 25, .12) 25px 26px),
      #dacaa8;
  }

  .time-panel[data-era-panel="2013"] {
    border-left-color: #c9181c;
    background:
      linear-gradient(118deg, rgba(255, 255, 255, .07), transparent 35%),
      #11161a;
  }

  .time-panel[data-era-panel="2013"] .time-visual img {
    filter: grayscale(.42) contrast(1.15) brightness(.82);
  }

  .time-panel[data-era-panel="2013"] .time-copy {
    border-left-color: #c9181c;
    background:
      repeating-linear-gradient(0deg, transparent 0 25px, rgba(24, 44, 55, .09) 25px 26px),
      #e4e7e6;
  }
}

@media (max-width: 1024px) {
  .album-navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .album-link {
    min-height: 180px;
  }
}

@media (max-width: 760px) {
  .hero h1 .title-line-b {
    font-size: .88em;
    letter-spacing: -.075em;
  }

  .hero h1 .title-two {
    right: auto;
    font-size: .74em;
  }

  .time-stage-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .time-stage-topline strong {
    white-space: normal;
  }

  .track-card.track-card--signature {
    min-height: 0;
    transform: none;
  }

  .track-card.track-card--signature h3 {
    font-size: clamp(4rem, 22vw, 7rem);
  }

  .rapgod-copy {
    padding-left: 1rem;
  }
}

@media (max-width: 520px) {
  .hero h1 .title-line-b {
    font-size: .84em;
  }

  .album-navigation {
    grid-template-columns: 1fr;
  }

  .album-link {
    min-height: 150px;
  }

  .rapgod-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rapgod-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .time-stage,
  .time-scroll .time-visual img {
    transition: none;
  }

  .time-scroll.is-era-changing .time-stage::after {
    animation: none;
  }
}

/*
 * v7 focused fixes: two-record archive comparison, supplied album covers,
 * and full-row official YouTube links in the track list.
 */

.timeline-desktop-bridge {
  color: #e36f5a;
  font-family: var(--mono);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-align: center;
}

.timeline-mobile-bridge {
  display: none;
}

.js.has-time-scroll .time-scroll {
  height: 180vh;
}

.timeline-section .time-visual.album-evidence {
  width: min(100%, 570px);
  padding: clamp(.45rem, 1vw, .75rem);
  border-color: #d8d4c8;
  background: #e3dfd3;
}

.timeline-section .time-visual.album-evidence img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.timeline-section .time-visual.album-evidence figcaption {
  padding: .72rem .35rem .18rem;
  color: #3e352e;
  font: 900 .64rem/1.25 var(--mono);
  letter-spacing: .09em;
}

.time-scroll[data-active-era="2000"] .album-evidence img {
  filter: sepia(.34) grayscale(.08) contrast(1.04);
}

.time-scroll[data-active-era="2013"] .album-evidence img {
  filter: grayscale(.12) contrast(1.04);
}

.timeline-album-year {
  margin: -.4rem 0 .8rem;
  color: #8b1114;
  font: 900 clamp(2.5rem, 5vw, 5rem)/.9 var(--mono);
  letter-spacing: -.06em;
}

.time-scroll[data-active-era="2000"] .timeline-album-year {
  color: #6e351b;
}

.time-scroll[data-active-era="2013"] .timeline-album-year {
  color: #a90f13;
}

.tracklist-layout {
  display: grid;
  grid-template-columns: minmax(250px, .52fr) minmax(0, 1.48fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}

.tracklist-cover {
  position: sticky;
  top: clamp(84px, 9vh, 120px);
  margin: 0;
  padding: clamp(.55rem, 1vw, .85rem);
  transform: rotate(-1.15deg);
  border: 3px solid #171412;
  background: #d9d4c8;
  box-shadow: 15px 18px 0 rgba(0, 0, 0, .2);
}

.tracklist-cover::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -17px;
  left: 34%;
  width: 34%;
  height: 31px;
  transform: rotate(2deg);
  background: rgba(194, 181, 139, .82);
}

.tracklist-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.tracklist-cover figcaption {
  padding: .8rem .3rem .25rem;
  color: #4a3e34;
  font: 900 .62rem/1.35 var(--mono);
  letter-spacing: .09em;
}

.tracklist-records {
  min-width: 0;
}

.tracklist li {
  display: block;
  padding: 0;
}

.track-link {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 68px;
  padding: 1rem;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
  gap: 1.5rem;
  align-items: start;
  color: inherit;
  text-decoration: none;
  transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.track-link::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: #a90f13;
  transition: transform .18s ease;
}

.track-link:hover,
.track-link:focus-visible {
  transform: translateX(2px);
  background: rgba(169, 15, 19, .09);
  color: #17120f;
  box-shadow: inset 5px 0 0 #a90f13;
}

.track-link:hover::after,
.track-link:focus-visible::after {
  transform: scaleX(1);
}

.track-link:focus-visible {
  outline: 3px solid #8f0d10;
  outline-offset: -3px;
}

.track-link:visited {
  color: inherit;
}

.track-link-label {
  display: inline-flex;
  width: fit-content;
  margin-top: .65rem;
  padding: .28rem .45rem;
  border: 1px solid #9b1114;
  color: #7e0c0f;
  font: 900 .58rem/1.2 var(--mono);
  letter-spacing: .07em;
}

.track-link:hover .track-link-label,
.track-link:focus-visible .track-link-label {
  background: #9b1114;
  color: #fff;
}

@media (max-width: 900px) {
  .timeline-desktop-bridge {
    display: none;
  }

  .timeline-mobile-bridge {
    display: grid;
    min-height: 132px;
    place-items: center;
    align-content: center;
    gap: .35rem;
    color: #e9e2d8;
    font-family: var(--mono);
    letter-spacing: .09em;
    text-align: center;
  }

  .timeline-mobile-bridge span {
    color: #d31b20;
    font-size: 2.2rem;
    line-height: 1;
  }

  .timeline-mobile-bridge strong {
    font-size: 1rem;
  }

  .timeline-mobile-bridge small {
    color: #aaa39a;
    font-size: .64rem;
  }

  .timeline-section .time-visual.album-evidence {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .time-panel[data-era-panel="2000"] .album-evidence img {
    filter: sepia(.34) grayscale(.08) contrast(1.04);
  }

  .time-panel[data-era-panel="2013"] .album-evidence img {
    filter: grayscale(.12) contrast(1.04);
  }

  .tracklist-layout {
    grid-template-columns: 1fr;
  }

  .tracklist-cover {
    position: relative;
    top: auto;
    width: min(74vw, 430px);
    margin: 0 auto clamp(2.5rem, 7vw, 4.5rem);
  }
}

@media (max-width: 760px) {
  .track-link {
    min-height: 76px;
    padding: 1.1rem .75rem;
    grid-template-columns: 1fr;
    gap: .6rem;
  }

  .track-link .track-meta {
    padding-left: 2.55rem;
  }
}

@media (max-width: 520px) {
  .timeline-section .time-visual.album-evidence {
    padding: .4rem;
  }

  .tracklist-cover {
    width: min(84vw, 340px);
  }

  .track-link {
    padding-inline: .6rem;
  }

  .track-link .track-meta {
    padding-left: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .timeline-desktop-bridge {
    display: none;
  }

  .timeline-mobile-bridge {
    display: grid;
    min-height: 110px;
    place-items: center;
    align-content: center;
    gap: .35rem;
  }

  .track-link,
  .track-link::after {
    transition: none;
  }
}

/*
 * Appearance file: a compact bridge placed directly after the Recovery-era
 * production background. It is intentionally smaller than the main H2 files.
 */
.hair-return-archive {
  position: relative;
  z-index: 3;
  margin-top: clamp(-6rem, -4vw, -3rem);
  padding: 0 0 clamp(5.5rem, 9vw, 9rem);
  color: var(--finish-light-text);
}

.hair-return-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  column-gap: clamp(1.7rem, 3.5vw, 3.8rem);
  align-items: start;
  padding: clamp(1.25rem, 3vw, 2.6rem);
  overflow: hidden;
  border: 1px solid rgba(231, 222, 207, .35);
  background:
    linear-gradient(135deg, rgba(144, 20, 22, .13), transparent 34%),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(255, 255, 255, .025) 31px 32px),
    #151411;
  box-shadow:
    0 28px 65px rgba(0, 0, 0, .38),
    inset 0 0 0 7px rgba(255, 255, 255, .018);
}

.hair-return-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(1.25rem, 4vw, 4rem);
  width: min(24vw, 190px);
  height: 5px;
  transform: rotate(-1deg);
  background: #9d1719;
}

.hair-return-header {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .65rem 1.5rem;
  align-items: end;
  margin-bottom: clamp(1.7rem, 3vw, 2.7rem);
}

.hair-return-file,
.hair-return-stamp {
  margin: 0;
  font: 800 .64rem/1.35 var(--mono);
  letter-spacing: .14em;
}

.hair-return-file {
  grid-column: 1 / -1;
  color: var(--finish-red-on-dark);
}

.hair-return-header h3 {
  max-width: 28em;
  margin: 0;
  color: #f1eee7;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 2.25rem);
  line-height: 1.25;
  letter-spacing: .01em;
}

.hair-return-stamp {
  padding: .45rem .65rem;
  transform: rotate(-1deg);
  border: 1px solid rgba(255, 100, 104, .64);
  color: var(--finish-red-on-dark);
  text-align: center;
}

.hair-return-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(66px, auto) minmax(0, 1fr);
  gap: clamp(.8rem, 2.2vw, 2rem);
  align-items: center;
}

.hair-return-photo {
  min-width: 0;
  margin: 0;
  padding: clamp(.45rem, 1vw, .7rem);
  background: #d8d2c7;
  box-shadow: 10px 13px 0 rgba(0, 0, 0, .35);
  color: #181715;
}

.hair-return-photo--recovery {
  transform: rotate(-.55deg);
}

.hair-return-photo--mmlp2 {
  transform: rotate(.55deg);
}

.hair-return-image {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  place-items: center;
  background: #ebe8e1;
}

.hair-return-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  filter: saturate(.94) contrast(1.025);
  transition: filter .24s ease;
}

.hair-return-photo figcaption {
  display: grid;
  gap: .23rem;
  padding: .75rem .45rem .35rem;
}

.hair-return-photo figcaption span,
.hair-return-photo figcaption strong {
  font-family: var(--mono);
  line-height: 1.25;
}

.hair-return-photo figcaption span {
  color: #8c1013;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.hair-return-photo figcaption strong {
  font-size: clamp(.78rem, 1.3vw, 1rem);
  letter-spacing: .07em;
}

.hair-return-photo figcaption small {
  color: #504a42;
  font-size: .74rem;
  line-height: 1.55;
}

.hair-return-transition {
  display: grid;
  place-items: center;
  gap: .4rem;
  color: #b7afa4;
  font: 800 .64rem/1 var(--mono);
  letter-spacing: .09em;
}

.hair-return-transition b {
  color: var(--finish-red-on-dark);
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 500;
}

.hair-return-copy {
  min-width: 0;
  margin: 0;
}

.hair-return-copy p {
  margin: 0;
  color: #d4cec4;
  font-size: clamp(.91rem, 1.2vw, 1rem);
  line-height: 1.95;
}

.hair-return-copy p + p {
  margin-top: 1rem;
}

.hair-return-copy .hair-return-interpretation {
  margin-top: 1.35rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid #b7191d;
  background: rgba(255, 255, 255, .045);
  color: #e4ded4;
}

.hair-return-interpretation strong {
  color: var(--finish-red-on-dark);
}

.hair-return-sources {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .75rem 1rem;
  margin-top: 1.7rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(232, 222, 207, .28);
  color: #a9a298;
  font: 700 .62rem/1.65 var(--mono);
  letter-spacing: .04em;
}

.hair-return-sources > span {
  color: var(--finish-red-on-dark);
  letter-spacing: .12em;
}

.hair-return-sources ul {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 0;
  gap: .25rem;
  list-style: none;
}

.hair-return-sources li,
.hair-return-sources a {
  overflow-wrap: anywhere;
}

.hair-return-sources a {
  color: #c8c1b7;
  text-underline-offset: .2em;
}

.hair-return-sources a:hover,
.hair-return-sources a:focus-visible {
  color: #fff;
}

@media (hover: hover) {
  .hair-return-photo:hover .hair-return-image img {
    filter: saturate(1) contrast(1.015) brightness(1.045);
  }
}

@media (max-width: 900px) {
  .hair-return-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .hair-return-copy {
    max-width: 940px;
    margin: clamp(1.9rem, 4vw, 3.2rem) auto 0;
  }
}

@media (max-width: 760px) {
  .hair-return-archive {
    margin-top: -2.5rem;
    padding-bottom: 5rem;
  }

  .hair-return-header {
    grid-template-columns: 1fr;
  }

  .hair-return-stamp {
    width: fit-content;
  }

  .hair-return-comparison {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.15rem;
  }

  .hair-return-photo {
    width: min(100%, 540px);
    margin-inline: auto;
    transform: none;
  }

  .hair-return-transition {
    min-height: 74px;
    grid-template-columns: auto auto auto;
    align-content: center;
  }

  .hair-return-transition b {
    font-size: 1.65rem;
  }

  .hair-return-sources {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hair-return-card {
    margin-inline: -.1rem;
    padding: 1.05rem;
  }

  .hair-return-header h3 {
    font-size: 1.28rem;
    line-height: 1.35;
  }

  .hair-return-file,
  .hair-return-stamp {
    font-size: .57rem;
  }

  .hair-return-photo figcaption {
    padding-inline: .25rem;
  }

  .hair-return-copy p {
    font-size: .9rem;
    line-height: 1.85;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hair-return-image img {
    transition: none;
  }
}

/*
 * Official booklet image pass.
 * The supplied 1000x752 artwork replaces recreated house, cassette, and note
 * imagery while the completed v8 hero remains unchanged.
 */

.photo-polaroid img,
.detroit-photo img,
.memory-photo img,
.connection-photo img,
.lyrics-paper img,
.tracklist-notice img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter: saturate(.96) contrast(1.015);
}

.detroit-photo {
  position: absolute;
  right: auto;
  bottom: 0;
  left: -8%;
  width: 72%;
  margin: 0;
  padding: 8px 8px 42px;
  transform: rotate(-4deg);
  border: 10px solid #d8d8d1;
  background: #d8d8d1;
  box-shadow: 18px 22px 0 rgba(0, 0, 0, .45);
}

.detroit-photo figcaption {
  position: absolute;
  right: 12px;
  bottom: 13px;
  left: 12px;
  color: #4e4238;
  font: 700 .57rem/1.25 var(--mono);
  letter-spacing: .08em;
}

.rapgod-log {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: clamp(1.2rem, 2.7vw, 2.15rem);
  transform: rotate(1deg);
  border: 2px solid #d7d1c7;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(0, 0, 0, .06) 10.2%, transparent 10.4%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, .025) 0 1px, transparent 1px 5px),
    #d7d1c7;
  box-shadow: 20px 24px 0 rgba(255, 255, 255, .065);
  color: #151514;
}

.rapgod-log::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 31%;
  width: 38%;
  height: 28px;
  transform: rotate(-2deg);
  background: rgba(188, 174, 132, .82);
}

.rapgod-log-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid #171716;
  font: 900 .63rem/1.4 var(--mono);
  letter-spacing: .1em;
}

.rapgod-log-head strong,
.rapgod-log-stamp {
  color: #991014;
}

.rapgod-log-title {
  margin: 1.2rem 0 .8rem;
  color: #111 !important;
  font-family: var(--sans);
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.055em;
}

.rapgod-waveform {
  position: relative;
  height: clamp(54px, 7vw, 82px);
  margin: 1rem 0 1.25rem;
  overflow: hidden;
  border-block: 1px solid rgba(0, 0, 0, .34);
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(153, 16, 20, .7) 49.8% 50.2%, transparent 50.3%),
    repeating-linear-gradient(90deg, #252523 0 2px, transparent 2px 8px);
  mask-image: linear-gradient(0deg, transparent 5%, #000 22% 78%, transparent 95%);
}

.rapgod-waveform span {
  position: absolute;
  inset: 43% 0 auto;
  height: 4px;
  background: #991014;
}

.rapgod-log .rap-data {
  margin: 0;
  border: 2px solid #171716;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rapgod-log .rap-data div {
  min-width: 0;
  padding: .85rem .45rem;
  background: rgba(255, 255, 255, .2);
}

.rapgod-log .rap-data div + div {
  border-left: 1px solid rgba(0, 0, 0, .28);
}

.rapgod-log .rap-data strong {
  color: #991014;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
}

.rapgod-log .rap-data span {
  color: #504a43;
}

.rapgod-log-list {
  display: grid;
  gap: .5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.rapgod-log-list li {
  padding: .42rem .55rem;
  border-left: 4px solid #991014;
  background: rgba(0, 0, 0, .055);
  font: 900 .67rem/1.4 var(--mono);
  letter-spacing: .07em;
}

.rapgod-log-stamp {
  width: fit-content;
  margin: 1.35rem 0 0;
  padding: .35rem .5rem;
  transform: rotate(-1deg);
  border: 2px solid currentColor;
  font: 900 .59rem/1.2 var(--mono);
  letter-spacing: .09em;
}

.rapgod-translation-note {
  position: relative;
  margin: 2rem 0 0;
  padding: 1.2rem 1.25rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, .23);
  border-left: 4px solid #c9181c;
  background:
    linear-gradient(90deg, rgba(201, 24, 28, .12), transparent 46%),
    rgba(255, 255, 255, .035);
}

.rapgod-translation-label {
  margin: 0 0 .55rem;
  color: #ff7478;
  font: 900 .62rem/1.35 var(--mono);
  letter-spacing: .13em;
}

.rapgod-translation-note h3 {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.4;
}

.rapgod-translation-note h3 + p {
  margin: .7rem 0 1rem;
  color: #d5cdc0;
  font-size: .94rem;
  line-height: 1.8;
}

.rapgod-translation-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: .65rem .85rem;
  border: 1px solid rgba(255, 255, 255, .62);
  color: #fff;
  font: 900 .73rem/1.35 var(--mono);
  letter-spacing: .04em;
  text-decoration: none;
}

.rapgod-translation-link::after {
  content: "→";
  margin-left: .65rem;
  color: #ff7478;
}

.rapgod-translation-link:hover,
.rapgod-translation-link:focus-visible {
  border-color: #ff7478;
  background: #a41014;
}

.tracklist-visuals {
  position: sticky;
  top: clamp(84px, 9vh, 120px);
  display: grid;
  gap: clamp(1.35rem, 2.8vw, 2.2rem);
  align-self: start;
}

.tracklist-visuals .tracklist-cover {
  position: relative;
  top: auto;
}

.tracklist-notice {
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: .5rem .5rem 2.5rem;
  transform: rotate(1deg);
  border: 2px solid #171412;
  background: #cbc4b7;
  box-shadow: 10px 12px 0 rgba(0, 0, 0, .18);
}

.tracklist-notice figcaption {
  position: absolute;
  right: .65rem;
  bottom: .7rem;
  left: .65rem;
  color: #4a3e34;
  font: 900 .55rem/1.25 var(--mono);
  letter-spacing: .07em;
}

@media (min-width: 901px) {
  .hair-return-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .hair-return-comparison {
    width: min(100%, 1120px);
    margin-inline: auto;
  }

  .hair-return-copy {
    width: min(100%, 1040px);
    margin: clamp(2rem, 3.4vw, 3.2rem) auto 0;
  }
}

@media (max-width: 900px) {
  .rapgod-log {
    width: min(100%, 680px);
    margin-inline: auto;
    transform: rotate(.35deg);
  }

  .tracklist-visuals {
    position: static;
    grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
    align-items: start;
    margin-bottom: 1rem;
  }

  .tracklist-notice {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .making-assets {
    min-height: 590px;
  }

  .detroit-photo {
    left: 2%;
    width: 82%;
  }

  .tracklist-visuals {
    grid-template-columns: 1fr;
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .tracklist-notice {
    width: min(92%, 520px);
  }
}

@media (max-width: 520px) {
  .making-assets {
    min-height: 500px;
  }

  .rapgod-log {
    padding: 1rem;
  }

  .rapgod-log-title {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  .rapgod-log .rap-data {
    grid-template-columns: 1fr;
  }

  .rapgod-log .rap-data div + div {
    border-top: 1px solid rgba(0, 0, 0, .28);
    border-left: 0;
  }

  .tracklist-notice {
    width: 96%;
  }
}

/*
 * v11 focused pass: provenance, appearance transition, Rap God color stage,
 * The Monster feature, and responsive image delivery.
 */

.article-provenance {
  display: flex;
  width: min(calc(100% - 2rem), 1320px);
  margin: .7rem auto 0;
  padding: .65rem .85rem;
  gap: .45rem 1.15rem;
  flex-wrap: wrap;
  border: 1px solid rgba(108, 82, 55, .32);
  background:
    repeating-linear-gradient(0deg, transparent 0 21px, rgba(82, 51, 25, .06) 21px 22px),
    #e5dece;
  color: #4c4035;
  font: 800 .66rem/1.45 var(--mono);
  letter-spacing: .035em;
}

.article-provenance time {
  color: #7d1013;
  font-weight: 900;
}

.hair-return-comparison {
  grid-template-columns: minmax(0, 1fr) clamp(130px, 12vw, 190px) minmax(0, 1fr);
  gap: clamp(.75rem, 1.2vw, 1.2rem);
}

.hair-return-transition {
  min-height: 330px;
  gap: .6rem;
  align-content: center;
  color: #e6dfd5;
  font-size: max(1rem, 16px);
  font-weight: 900;
}

.hair-return-transition span {
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  letter-spacing: .12em;
}

.hair-return-transition b {
  transform: rotate(90deg);
  color: #f2494d;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 800;
  line-height: .75;
}

.hair-return-transition i {
  display: block;
  width: 1px;
  height: clamp(16px, 2vw, 28px);
  background: linear-gradient(#918a81, #e94a4d);
}

.hair-return-transition small {
  max-width: 12em;
  color: #c5bdb2;
  font: 900 .65rem/1.25 var(--mono);
  letter-spacing: .13em;
  text-align: center;
}

.track-card.track-card--secondary-signature {
  border: 4px solid #99131a;
  background:
    linear-gradient(112deg, rgba(172, 10, 24, .17), transparent 44%),
    linear-gradient(292deg, rgba(0, 168, 210, .13), transparent 48%),
    #e0dacd;
  box-shadow: 10px 13px 0 rgba(0, 93, 119, .24);
}

.track-card.track-card--secondary-signature::after {
  border-color: #008fb5;
}

.secondary-signature-label {
  margin: 0 0 .65rem;
  color: #8c0d14;
  font: 900 .68rem/1.25 var(--mono);
  letter-spacing: .11em;
}

.track-card.track-card--secondary-signature h3 {
  color: #191617;
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  line-height: .82;
}

.track-card.track-card--secondary-signature .track-role {
  color: #006b88;
  font-weight: 900;
}

.secondary-signature-jp {
  color: #5f0e15;
  font-family: var(--sans);
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  font-weight: 900;
  line-height: 1.45;
}

.secondary-signature-link {
  border-color: #171516;
  color: #171516;
}

.secondary-signature-link:hover,
.secondary-signature-link:focus-visible {
  border-color: #008fb5;
  background: #07191f;
  color: #fff;
}

.rapgod-section {
  --rap-red: #d20a16;
  --rap-yellow: #f0c800;
  --rap-blue: #00a7d6;
  --rap-black: #050505;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-block: 9px solid var(--rap-black);
  background: var(--rap-black);
}

.rapgod-section.is-visible-kinetic .rap-kinetic::before,
.rapgod-section.is-visible-kinetic .rap-kinetic::after {
  animation: kinetic-slice .68s steps(2, end) 1;
}

.rapgod-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2.2rem, 4.5vw, 4.5rem);
}

.rapgod-copy {
  width: min(100%, 1080px);
  padding: clamp(1.25rem, 3vw, 2.6rem);
  border: 1px solid rgba(255, 255, 255, .2);
  border-left: clamp(6px, .8vw, 11px) solid var(--rap-red);
  background: rgba(5, 5, 5, .92);
  box-shadow: 15px 18px 0 rgba(5, 5, 5, .42);
}

.rap-tech-points li {
  border-color: rgba(240, 200, 0, .75);
  background: #101010;
  color: #fff;
}

.rapgod-actions .btn.primary {
  border-color: var(--rap-yellow);
  background: var(--rap-red);
  color: #fff;
}

.rapgod-actions .btn.secondary {
  border-color: var(--rap-blue);
  background: #07191f;
}

.rapgod-log {
  width: 100%;
  padding: clamp(1rem, 2.2vw, 2rem);
  transform: none;
  border: 5px solid var(--rap-black);
  background:
    linear-gradient(120deg, rgba(210, 10, 22, .23), transparent 33%),
    linear-gradient(300deg, rgba(0, 167, 214, .22), transparent 37%),
    #090909;
  box-shadow:
    14px 16px 0 var(--rap-yellow),
    -10px -10px 0 rgba(0, 167, 214, .72);
  color: #fff;
}

.rapgod-log::before {
  display: none;
}

.rapgod-log-head {
  border-bottom-color: rgba(255, 255, 255, .58);
  color: #fff;
}

.rapgod-log-head strong,
.rapgod-log-stamp {
  color: var(--rap-yellow);
}

.rapgod-log-title {
  color: #fff !important;
  font-size: clamp(4rem, 10vw, 9rem);
  text-shadow:
    -5px 0 0 var(--rap-red),
    5px 0 0 var(--rap-blue);
}

.rapgod-waveform {
  border-color: rgba(255, 255, 255, .4);
  background:
    linear-gradient(90deg, transparent 49.7%, var(--rap-yellow) 49.8% 50.2%, transparent 50.3%),
    repeating-linear-gradient(90deg, var(--rap-blue) 0 2px, transparent 2px 8px);
}

.rapgod-waveform span {
  background: var(--rap-red);
}

.rapgod-log .rap-data {
  border-color: rgba(255, 255, 255, .62);
}

.rapgod-log .rap-data div {
  background: rgba(5, 5, 5, .82);
}

.rapgod-log .rap-data div + div {
  border-left-color: rgba(255, 255, 255, .25);
}

.rapgod-log .rap-data strong {
  color: var(--rap-yellow);
}

.rapgod-log .rap-data span {
  color: #e3e3e3;
}

.rapgod-log-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rapgod-log-list li {
  border-left-color: var(--rap-blue);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.monster-section {
  position: relative;
  isolation: isolate;
  padding: clamp(6.5rem, 10vw, 10.5rem) 0;
  overflow: hidden;
  border-bottom: 8px solid #050505;
  background:
    linear-gradient(90deg, rgba(163, 8, 25, .9) 0 42%, rgba(5, 5, 5, .95) 42.1% 58%, rgba(0, 118, 151, .86) 58.1% 100%),
    #050505;
}

.monster-split-bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .3;
  background:
    repeating-linear-gradient(0deg, transparent 0 33px, rgba(255, 255, 255, .055) 33px 34px),
    linear-gradient(115deg, transparent 0 47%, rgba(0, 0, 0, .9) 47.1% 53%, transparent 53.1%);
}

.monster-layout {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
  gap: clamp(2.2rem, 5vw, 6rem);
  align-items: start;
}

.monster-main-visual {
  position: relative;
  margin: 0;
  padding: clamp(.55rem, 1vw, .8rem);
  border: 1px solid rgba(255, 255, 255, .48);
  background: #0b0b0c;
  box-shadow:
    -14px 16px 0 rgba(153, 9, 25, .8),
    14px -14px 0 rgba(0, 133, 170, .7);
}

.monster-main-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1279 / 1920;
  object-fit: contain;
  object-position: center;
}

.monster-main-visual figcaption,
.monster-split-card figcaption {
  color: #cbd8da;
  font: 900 .6rem/1.35 var(--mono);
  letter-spacing: .1em;
}

.monster-main-visual figcaption {
  padding: .8rem .35rem .2rem;
}

.monster-copy {
  min-width: 0;
  padding: clamp(1.4rem, 3vw, 2.8rem);
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(5, 5, 6, .92);
  box-shadow: 18px 22px 0 rgba(0, 0, 0, .25);
}

.monster-file-label {
  width: fit-content;
  margin: 1rem 0 .8rem;
  padding: .35rem .55rem;
  border: 1px solid #00b0df;
  color: #7fdff6;
  font: 900 .67rem/1.35 var(--mono);
  letter-spacing: .12em;
}

.monster-copy h2 {
  display: flex;
  margin: 0 0 1.25rem;
  flex-direction: column;
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .9;
  letter-spacing: -.055em;
}

.monster-copy h2 span {
  margin-top: .65rem;
  color: #caeaf0;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1.35;
  letter-spacing: 0;
}

.monster-copy > p:not(.section-code, .monster-file-label) {
  color: #ddd9d2;
  line-height: 1.9;
}

.monster-copy .section-lead {
  color: #fff;
}

.monster-evidence {
  display: grid;
  margin-top: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
  gap: 1.2rem;
  align-items: start;
}

.monster-records {
  display: grid;
  gap: .85rem;
}

.monster-records article {
  display: grid;
  min-height: 128px;
  padding: 1rem;
  align-content: center;
  border-left: 5px solid #d20a16;
  background: rgba(255, 255, 255, .07);
}

.monster-records article:nth-child(2) {
  border-left-color: #00a7d6;
}

.monster-records span,
.monster-records small {
  color: #b9c8cb;
  font: 800 .62rem/1.35 var(--mono);
  letter-spacing: .08em;
}

.monster-records strong {
  margin: .3rem 0;
  color: #fff;
  font: 900 clamp(1.7rem, 3.4vw, 3rem)/1 var(--mono);
}

.monster-split-card {
  margin: 0;
  padding: .42rem;
  border: 1px solid rgba(255, 255, 255, .35);
  background: #050505;
}

.monster-split-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 626 / 607;
  object-fit: contain;
}

.monster-split-card figcaption {
  padding: .65rem .25rem .25rem;
}

.monster-actions {
  display: flex;
  margin-top: 1.6rem;
  gap: .8rem;
  flex-wrap: wrap;
}

.monster-actions .btn {
  min-height: 48px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.monster-actions .monster-primary {
  border-color: #e3192d;
  background: #aa0b1b;
}

.monster-actions .monster-secondary {
  border-color: #00a7d6;
  background: #063845;
}

.monster-actions .btn:hover,
.monster-actions .btn:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #070707;
}

.tracklist-cover picture {
  display: block;
}

@media (min-width: 901px) {
  .hair-return-comparison {
    width: min(100%, 1280px);
  }
}

@media (max-width: 900px) {
  .hair-return-transition {
    min-height: 280px;
  }

  .rapgod-log {
    width: 100%;
    margin-inline: 0;
    transform: none;
  }

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

  .monster-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .monster-main-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .monster-copy {
    width: min(100%, 760px);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .article-provenance {
    width: min(calc(100% - 1.2rem), 1320px);
    flex-direction: column;
  }

  .hair-return-comparison {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .hair-return-photo {
    width: min(100%, 540px);
    margin-inline: auto;
  }

  .hair-return-transition {
    width: min(100%, 360px);
    min-height: 104px;
    margin-inline: auto;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: .8rem;
    row-gap: .45rem;
  }

  .hair-return-transition span {
    font-size: max(1rem, 16px);
  }

  .hair-return-transition span:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .hair-return-transition span:last-child {
    grid-column: 3;
    grid-row: 1;
  }

  .hair-return-transition b {
    grid-column: 2;
    grid-row: 1;
    transform: none;
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .hair-return-transition i {
    display: none;
  }

  .hair-return-transition small {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .rapgod-section {
    padding-block: 5.5rem;
  }

  .rapgod-copy {
    padding: 1.1rem;
    box-shadow: 9px 11px 0 rgba(5, 5, 5, .42);
  }

  .rapgod-log {
    padding: .8rem;
    box-shadow:
      7px 9px 0 var(--rap-yellow),
      -5px -5px 0 rgba(0, 167, 214, .72);
  }

  .rapgod-log-title {
    font-size: clamp(3.4rem, 20vw, 6.4rem);
  }

  .monster-section {
    padding-block: 5rem;
  }

  .monster-copy {
    padding: 1.15rem;
  }

  .monster-evidence {
    grid-template-columns: minmax(0, 1fr);
  }

  .monster-split-card {
    width: min(100%, 320px);
  }
}

@media (max-width: 520px) {
  .track-card.track-card--secondary-signature h3 {
    font-size: clamp(2.85rem, 16vw, 4.8rem);
  }

  .rapgod-log .rap-data {
    grid-template-columns: minmax(0, 1fr);
  }

  .rapgod-log .rap-data div + div {
    border-top: 1px solid rgba(255, 255, 255, .25);
    border-left: 0;
  }

  .rapgod-log-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .monster-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .monster-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rapgod-section.is-rapgod-active .rap-kinetic::before,
  .rapgod-section.is-rapgod-active .rap-kinetic::after,
  .rapgod-section.is-visible-kinetic .rap-kinetic::before,
  .rapgod-section.is-visible-kinetic .rap-kinetic::after {
    animation: none;
  }
}

/* v14: Rap God MV backdrop fixed only while its section is passing the viewport */
.rapgod-section {
  background: #050505;
  overflow: clip;
}

.rapgod-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: clip;
  pointer-events: none;
  background: #050505;
}

.rapgod-backdrop-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: clip;
}

.rapgod-backdrop-sticky img {
  position: absolute;
  top: 50%;
  right: clamp(-34rem, -36vw, -18rem);
  width: auto;
  max-width: none;
  height: 108vh;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.08) contrast(1.06) brightness(.88);
  transform: translateY(-50%);
}

.rapgod-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, .46), rgba(5, 5, 5, .08) 28%, rgba(5, 5, 5, .14) 72%, rgba(5, 5, 5, .62)),
    linear-gradient(90deg, rgba(5, 5, 5, .96) 0 47%, rgba(5, 5, 5, .68) 58%, rgba(5, 5, 5, .22) 78%, rgba(5, 5, 5, .1) 100%);
}

.rapgod-backdrop > span {
  position: absolute;
  z-index: 1;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(1.5rem, 4vw, 3.5rem);
  padding: .55rem .7rem;
  border: 1px solid rgba(255, 255, 255, .46);
  background: rgba(5, 5, 5, .66);
  color: #fff;
  font: 800 clamp(.58rem, .8vw, .72rem)/1.2 var(--mono);
  letter-spacing: .16em;
}

.rapgod-layout {
  grid-template-columns: minmax(0, 720px) minmax(290px, 1fr);
  gap: clamp(2.1rem, 4vw, 4.5rem);
  align-items: start;
}

.rapgod-copy,
.rapgod-log {
  grid-column: 1;
  width: 100%;
}

.rapgod-copy {
  background: rgba(5, 5, 5, .8);
  box-shadow: 12px 15px 0 rgba(5, 5, 5, .28);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.rapgod-log {
  background:
    linear-gradient(120deg, rgba(210, 10, 22, .18), transparent 34%),
    linear-gradient(300deg, rgba(0, 167, 214, .17), transparent 38%),
    rgba(5, 5, 5, .82);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 900px) {
  .rapgod-layout {
    grid-template-columns: minmax(0, 1fr);
    row-gap: clamp(7rem, 20vw, 10rem);
  }

  .rapgod-backdrop-sticky img {
    right: auto;
    left: 50%;
    width: auto;
    height: 108vh;
    object-position: center;
    filter: saturate(1.04) contrast(1.04) brightness(.72);
    transform: translate(-50%, -50%);
  }

  .rapgod-backdrop::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, .66), rgba(5, 5, 5, .38) 28%, rgba(5, 5, 5, .48) 72%, rgba(5, 5, 5, .78)),
      rgba(5, 5, 5, .38);
  }

  .rapgod-copy,
  .rapgod-log {
    background-color: rgba(5, 5, 5, .86);
  }
}

@media (max-width: 760px) {
  .rapgod-backdrop-sticky img {
    left: 52%;
  }

  .rapgod-backdrop > span {
    display: none;
  }
}
