main#main {
  background: var(--fc-fog);
}

.pg__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 36px 120px;
}

.chant-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  color: var(--fc-grey-600, #5f5e5a);
  font-family: var(--fc-font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.chant-crumbs a {
  color: inherit;
  text-decoration: none;
}

.chant-crumbs a:hover {
  color: var(--fc-black);
}

.chant-crumbs .sep {
  opacity: .5;
}

.chant-crumbs .here {
  color: var(--fc-electric);
}

.chant-hero {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 24px;
  border: 1px solid #ececea;
  border-radius: 8px;
  background: var(--fc-white);
}

.chant-hero__art {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #ececea;
  border-radius: 6px;
  background: var(--fc-fog);
}

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

.chant-hero__hq {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 8px;
  padding: 2px 6px;
  border-radius: 2px;
  background: var(--fc-black);
  color: var(--fc-white);
  font-family: var(--fc-font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.play-orb {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--fc-bubblegum);
  /* FAN-581 (A11Y-M07): white icon on bubblegum was 2.57:1, fails even the
     3:1 icon floor — ink reaches 8.16:1. :hover already sets its own
     white-on-black. */
  color: var(--fc-black);
  cursor: pointer;
  transition: transform var(--fc-t-fast), background var(--fc-t-fast);
}

.play-orb:hover {
  background: var(--fc-black);
  color: var(--fc-white);
  transform: scale(1.05);
}

.play-orb--compact {
  width: 44px;
  height: 44px;
}

.chant-hero__body {
  min-width: 0;
}

.chant-hero__badge {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 8px;
  border-radius: 2px;
  background: var(--fc-volt);
  color: var(--fc-black);
  font-family: var(--fc-font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-decoration: none;
}

a.chant-hero__badge:hover {
  outline: 2px solid var(--fc-electric);
  outline-offset: 1px;
}

.chant-hero__eyebrow {
  margin: 0 0 6px;
  color: var(--fc-orange);
  font-family: var(--fc-font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.chant-hero__title {
  margin: 0;
  font-family: var(--fc-font-display);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: .95;
}

.chant-hero__dek {
  max-width: 54ch;
  margin: 6px 0 12px;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.chant-hero__bytags {
  margin: 0 0 16px;
  color: var(--fc-black);
  font-size: 14px;
}

.chant-hero__bytags a {
  color: var(--fc-electric);
  text-decoration: underline;
}

.chant-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 16px;
  padding-top: 14px;
  border-top: 1px dashed #d8d6d0;
}

.chant-hero__stats .stat b {
  display: block;
  font-family: var(--fc-font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.chant-hero__stats .stat span {
  display: block;
  margin-top: 4px;
  color: var(--fc-grey-600, #5f5e5a);
  font-family: var(--fc-font-mono);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* The shared partial supplies behavior; the chant prototype supplies its chrome. */
.chant-hero .share-row {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--fc-orange);
}

.chant-hero .share-row__label {
  display: none;
}

.chant-hero .share-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chant-hero .share-row__button {
  display: inline-flex;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 6px 10px;
  border: 1px solid var(--fc-orange);
  border-radius: 2px;
  background: transparent;
  color: var(--fc-orange);
  font-family: var(--fc-font-mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .03em;
}

.chant-hero .share-row__button svg {
  display: none;
}

.chant-hero .share-row__button[hidden] {
  display: none;
}

.chant-hero .share-row__button--whatsapp {
  background: var(--fc-orange);
  color: var(--fc-white);
}

.chant-hero .share-row__button:hover,
.chant-hero .share-row__button:focus-visible {
  background: var(--fc-black);
  color: var(--fc-white);
}

.chant-lead {
  margin: 24px 0 0;
}

.chant-lead p {
  max-width: 72ch;
  margin: 0;
  color: rgba(0, 0, 0, .82);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.song-body-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  margin-top: 28px;
}

.song-stack {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  padding: 20px;
  border: 1px solid #ececea;
  border-radius: 8px;
  background: var(--fc-white);
}

.info-card__hd {
  margin: 0 0 12px;
}

.info-card__hd .kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--fc-orange);
  font-family: var(--fc-font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lyrics-card {
  position: relative;
}

.lyrics-card__hd h2 {
  margin: 0 0 12px;
  font-family: var(--fc-font-display);
  font-size: 22px;
  font-weight: 700;
}

.lyrics-block {
  margin: 0;
  padding: 18px 20px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--fc-fog) 92%, var(--fc-bubblegum));
  color: var(--fc-black);
  font-size: 18px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.lyrics-lang {
  margin-top: 12px;
}

.lyrics-lang summary {
  display: inline-block;
  min-height: 40px;
  color: var(--fc-electric);
  font-family: var(--fc-font-mono);
  font-size: 12px;
  line-height: 40px;
  list-style: none;
  cursor: pointer;
}

.lyrics-lang summary::-webkit-details-marker {
  display: none;
}

.lyrics-lang summary::before {
  content: "\25B8  ";
}

.lyrics-lang[open] summary::before {
  content: "\25BE  ";
}

.lyrics-lang .lyrics-block {
  margin-top: 6px;
  font-size: 16px;
}

.lyrics-card__ft {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed #ececea;
}

.chip {
  padding: 4px 8px;
  border: 1px solid #ececea;
  border-radius: 2px;
  color: var(--fc-grey-600, #5f5e5a);
  font-family: var(--fc-font-mono);
  font-size: 11px;
  letter-spacing: .03em;
}

.chip b {
  color: var(--fc-black);
  font-weight: 700;
}

.chip.explicit {
  border-color: var(--fc-orange);
  color: var(--fc-orange);
}

.story .qa {
  padding: 14px 0;
}

.story .qa + .qa {
  border-top: 1px dashed #ececea;
}

.story .qa h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.story .qa p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.story .qa.callout p {
  padding: 14px 16px;
  border-left: 2px solid var(--fc-orange);
  border-radius: 2px;
  background: var(--fc-fog);
}

.legacy-story__body {
  font-size: 16px;
  line-height: 1.5;
}

.facts-list,
.album-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.facts-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  font-size: 14px;
}

.facts-list li + li {
  border-top: 1px dashed #ececea;
}

.facts-list b {
  color: var(--fc-grey-600, #5f5e5a);
  font-weight: 600;
}

.facts-list a {
  color: var(--fc-electric);
  text-align: right;
  text-decoration: underline;
}

.album-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.album-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.album-row__art {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  overflow: hidden;
  border: 1px solid #ececea;
  border-radius: 4px;
  background: var(--fc-fog);
}

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

.album-meta {
  min-width: 0;
}

.album-meta b {
  display: block;
  font-size: 14px;
}

.album-meta a {
  margin-right: 8px;
  color: var(--fc-electric);
  font-family: var(--fc-font-mono);
  font-size: 11px;
  text-decoration: underline;
}

.album-meta .muted {
  color: var(--fc-grey-600, #5f5e5a);
  font-family: var(--fc-font-mono);
  font-size: 11px;
}

.genre-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.genre-links a {
  padding: 5px 9px;
  border: 1px solid #ececea;
  border-radius: 2px;
  background: var(--fc-fog);
  color: var(--fc-black);
  font-family: var(--fc-font-mono);
  font-size: 11px;
  text-decoration: none;
}

.genre-links a:hover {
  border-color: var(--fc-electric);
  color: var(--fc-electric);
}

.sec-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 36px 0 16px;
}

.sec-hd h2 {
  margin: 0;
  font-family: var(--fc-font-display);
  font-size: 26px;
  font-weight: 700;
}

.sec-hd .more {
  color: var(--fc-orange);
  font-family: var(--fc-font-mono);
  font-size: 12px;
  text-decoration: none;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.rel-card {
  position: relative;
  padding: 12px;
  border: 1px solid #ececea;
  border-radius: 8px;
  background: var(--fc-white);
  color: var(--fc-black);
}

.rel-card[aria-current="true"] {
  border-color: var(--fc-electric);
  outline: 1px solid var(--fc-electric);
}

.rel-card__cover {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ececea;
  border-radius: 6px;
  background: var(--fc-fog);
}

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

.rel-card__cover .play-orb {
  right: 8px;
  bottom: 8px;
}

.rel-card__title {
  display: block;
  color: var(--fc-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.rel-card__sub {
  display: block;
  color: var(--fc-grey-600, #5f5e5a);
  font-family: var(--fc-font-mono);
  font-size: 10px;
}

@media (max-width: 1100px) {
  .chant-hero {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 22px;
  }

  .chant-hero__title {
    font-size: 48px;
  }
}

@media (max-width: 820px) {
  .pg__inner {
    padding: 20px 18px 120px;
  }

  .chant-hero,
  .song-body-grid {
    grid-template-columns: 1fr;
  }

  .chant-hero__art {
    max-width: 200px;
  }

  .chant-hero__title {
    font-size: 40px;
  }

  .chant-hero__stats,
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .chant-lead p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .chant-hero__title {
    font-size: 34px;
  }
}
