.fm-artist-page {
  --fm-black: #030603;
  --fm-panel: #080c08;
  --fm-cream: #f1eee5;
  --fm-muted: #aaa99f;
  --fm-green: #3b982d;
  --fm-gold: #e8ae08;
  --fm-red: #c42421;
  --fm-line: rgba(232, 174, 8, 0.22);
  --fm-max: 1440px;

  box-sizing: border-box;
  color: var(--fm-cream);
  background:
    radial-gradient(circle at 5% 15%, rgba(59, 152, 45, 0.08), transparent 28rem),
    var(--fm-black);
}

.fm-artist-page *,
.fm-artist-page *::before,
.fm-artist-page *::after {
  box-sizing: inherit;
}

.fm-artist-page img {
  display: block;
  width: 100%;
}

.fm-artist-page h1,
.fm-artist-page h2,
.fm-artist-page h3,
.fm-artist-page p,
.fm-artist-page blockquote,
.fm-artist-page figure {
  margin-top: 0;
}

.fm-artist-page h1,
.fm-artist-page h2,
.fm-artist-page h3 {
  color: #fff;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.fm-artist-page a {
  color: inherit;
}

.fm-kicker,
.fm-section-label {
  color: var(--fm-green);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fm-kicker {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.4rem;
}

.fm-kicker span:nth-of-type(2) {
  color: var(--fm-gold);
}

.fm-kicker span:nth-of-type(3) {
  color: var(--fm-red);
}

.fm-kicker i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.fm-section-index {
  margin-bottom: 0.5rem;
  color: var(--fm-red);
  font-size: 0.9rem;
  font-weight: 900;
}

.fm-section-label {
  margin-bottom: 0.9rem;
}

/* Hero */

.fm-artist-hero {
  padding: clamp(1rem, 2vw, 2rem);
}

.fm-artist-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.8fr);
  width: min(100%, var(--fm-max));
  min-height: 720px;
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 8rem);
  border: 5px solid transparent;
  border-image: linear-gradient(
    90deg,
    var(--fm-green),
    var(--fm-gold),
    var(--fm-red)
  ) 1;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 6, 3, 0.96), rgba(3, 6, 3, 0.62)),
    radial-gradient(circle at 76% 50%, rgba(232, 174, 8, 0.12), transparent 28rem),
    #050805;
}

.fm-artist-hero__inner::before {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  content: "";
  pointer-events: none;
}

.fm-artist-hero__copy {
  position: relative;
  z-index: 2;
}

.fm-artist-hero__title {
  max-width: 6ch;
  margin-bottom: 1.5rem;
  font-size: clamp(5rem, 10vw, 10rem);
}

.fm-artist-hero__intro {
  max-width: 42rem;
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.65;
}

.fm-artist-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin: 0;
  padding: 0;
  color: var(--fm-muted);
  list-style: none;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fm-artist-meta li::before {
  margin-right: 0.55rem;
  color: var(--fm-gold);
  content: "●";
}

.fm-artist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.fm-artist-hero__portrait {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  margin-inline: auto;
}

.fm-artist-hero__portrait-ring {
  position: relative;
  aspect-ratio: 1;
  padding: 11px;
  border-radius: 50%;
  background: conic-gradient(
    var(--fm-green),
    var(--fm-gold),
    var(--fm-red),
    var(--fm-green)
  );
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.58);
}

.fm-artist-hero__portrait-ring::before {
  position: absolute;
  inset: -3rem;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(
    rgba(59, 152, 45, 0.4),
    rgba(232, 174, 8, 0.25),
    rgba(196, 36, 33, 0.4),
    transparent 70%
  );
  filter: blur(16px);
  content: "";
}

.fm-artist-hero__portrait-ring > div,
.fm-artist-hero__portrait-ring .field,
.fm-artist-hero__portrait-ring .field__item {
  width: 100%;
  height: 100%;
}

.fm-artist-hero__portrait-ring .field__label {
  display: none;
}

.fm-artist-hero__portrait-ring img {
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
}

/* Shared sections */

.fm-artist-section,
.fm-artist-quote {
  width: min(calc(100% - 2rem), var(--fm-max));
  margin-inline: auto;
  padding: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid var(--fm-line);
}

.fm-section-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.fm-section-header h2,
.fm-booking h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
}

.fm-section-header--action {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.fm-section-header__title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
}

/* Biography */

.fm-biography-grid {
  display: grid;
  grid-template-columns: minmax(13rem, 0.62fr) minmax(18rem, 0.85fr) minmax(20rem, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.fm-biography-statement h3 {
  font-size: clamp(2.5rem, 4vw, 4.6rem);
}

.fm-biography-statement blockquote {
  max-width: 15rem;
  margin: 3rem 0 0;
  padding-left: 1.25rem;
  border-left: 4px solid var(--fm-gold);
  color: var(--fm-gold);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.55;
}

.fm-biography-copy {
  color: var(--fm-muted);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.85;
}

.fm-biography-copy .field__label {
  display: none;
}

.fm-biography-copy img,
.fm-biography-copy figure,
.fm-biography-copy h2,
.fm-biography-copy h3,
.fm-biography-copy blockquote {
  display: none;
}

.fm-biography-image {
  position: relative;
}

.fm-biography-image::before {
  position: absolute;
  inset: -8px;
  z-index: -1;
  background: linear-gradient(
    135deg,
    var(--fm-green),
    transparent 32%,
    transparent 68%,
    var(--fm-red)
  );
  content: "";
}

.fm-biography-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

/* Discography */

.fm-release-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
}

.fm-release-card a {
  display: block;
  text-decoration: none;
}

.fm-release-card img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 200ms ease;
}

.fm-release-card a:hover img {
  transform: translateY(-5px);
}

.fm-release-card h3 {
  margin: 1.2rem 0 0.4rem;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.05;
}

.fm-release-card p {
  margin: 0;
  color: var(--fm-muted);
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* Watch */

.fm-watch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.fm-watch-feature {
  position: relative;
  display: block;
  overflow: hidden;
}

.fm-watch-feature > img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.fm-watch-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 60%);
  content: "";
}

.fm-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 5rem;
  height: 5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  place-items: center;
  transform: translate(-50%, -50%);
}

.fm-watch-feature__caption {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  z-index: 2;
}

.fm-watch-feature__caption strong,
.fm-watch-feature__caption span {
  display: block;
}

.fm-watch-feature__caption strong {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.fm-watch-feature__caption span {
  color: var(--fm-muted);
}

.fm-watch-list {
  display: grid;
  gap: 1.5rem;
  align-content: center;
}

.fm-watch-item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.2rem;
  align-items: center;
  text-decoration: none;
}

.fm-watch-item img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.fm-watch-item strong,
.fm-watch-item small {
  display: block;
}

.fm-watch-item strong {
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.fm-watch-item small {
  color: var(--fm-muted);
}

/* Quote */

.fm-artist-quote {
  position: relative;
  overflow: hidden;
}

.fm-artist-quote blockquote {
  max-width: 1100px;
  margin: 1.25rem 0;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.fm-artist-quote cite {
  color: var(--fm-gold);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

/* Booking */

.fm-booking {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.8fr) 14rem;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.fm-booking-copy > p:last-child {
  max-width: 38rem;
  color: var(--fm-muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.fm-booking-contact {
  display: grid;
  gap: 1rem;
  color: var(--fm-muted);
}

.fm-booking-contact > a:first-child {
  color: var(--fm-cream);
  text-decoration: none;
}

.fm-booking-mark {
  display: grid;
  aspect-ratio: 1;
  border: 8px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(var(--fm-panel), var(--fm-panel)) padding-box,
    conic-gradient(
      var(--fm-green),
      var(--fm-gold),
      var(--fm-red),
      var(--fm-green)
    ) border-box;
  place-items: center;
}

.fm-booking-mark span {
  color: var(--fm-gold);
  font-size: 6rem;
  font-weight: 900;
}

/* Buttons */

.fm-btn {
  display: inline-flex;
  min-height: 3.4rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid currentColor;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.fm-btn--green {
  color: var(--fm-green) !important;
}

.fm-btn--gold {
  color: var(--fm-gold) !important;
}

.fm-btn:hover,
.fm-btn:focus-visible {
  background: currentColor;
  box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.06);
}

/* Responsive */

@media (max-width: 1050px) {
  .fm-artist-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .fm-artist-hero__copy {
    order: 2;
  }

  .fm-artist-hero__portrait {
    width: min(70vw, 480px);
    order: 1;
  }

  .fm-biography-grid {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .fm-biography-image {
    grid-column: 1 / -1;
    width: min(100%, 48rem);
    margin-inline: auto;
  }

  .fm-release-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fm-booking {
    grid-template-columns: 1fr 1fr;
  }

  .fm-booking-mark {
    display: none;
  }
}

@media (max-width: 720px) {
  .fm-artist-hero__inner,
  .fm-artist-section,
  .fm-artist-quote {
    padding: 2.5rem 1.25rem;
  }

  .fm-artist-hero__title {
    font-size: clamp(4rem, 20vw, 6rem);
  }

  .fm-artist-actions,
  .fm-section-header--action {
    align-items: stretch;
    flex-direction: column;
  }

  .fm-btn {
    width: 100%;
  }

  .fm-section-header,
  .fm-section-header__title {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .fm-biography-grid,
  .fm-watch-grid,
  .fm-booking {
    grid-template-columns: 1fr;
  }

  .fm-biography-statement blockquote {
    max-width: none;
  }

  .fm-release-grid {
    grid-template-columns: 1fr;
  }

  .fm-watch-item {
    grid-template-columns: 7rem 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-release-card img {
    transition: none;
  }
}

/* =========================================================
   Final Artist-page polish
   ========================================================= */

/* Give the whole design more presence on wide screens. */

.fm-artist-page {
  --fm-max: 1500px;
}

/* Hero portrait: larger, cleaner and better balanced. */

.fm-artist-hero__inner {
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(27rem, 0.95fr);
}

.fm-artist-hero__portrait {
  width: min(100%, 620px);
}

.fm-artist-hero__portrait-ring img {
  object-position: center 18%;
}

/* Biography: remove the skinny prose column. */

.fm-biography-grid {
  grid-template-columns:
    minmax(12rem, 0.52fr)
    minmax(26rem, 1.12fr)
    minmax(25rem, 1fr);
  gap: clamp(2rem, 4vw, 4.5rem);
}

.fm-biography-copy {
  max-width: 47rem;
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  line-height: 1.82;
}

.fm-biography-copy p {
  max-width: 44rem;
}

.fm-biography-statement h3 {
  font-size: clamp(2.5rem, 4vw, 4.8rem);
}

/* Biography portrait must read as editorial photography. */

.fm-biography-image {
  width: 100%;
}

.fm-biography-image img {
  min-height: 36rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 15%;
}

/* Consistent discography presentation. */

.fm-release-grid {
  align-items: start;
}

.fm-release-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.fm-release-card h3 {
  min-height: 2.2em;
}

/* Give Watch & Listen the correct visual priority. */

.fm-watch-grid {
  grid-template-columns:
    minmax(0, 1.85fr)
    minmax(17rem, 0.65fr);
}

.fm-watch-feature > img {
  min-height: 31rem;
  object-position: center;
}

.fm-watch-list {
  gap: 2rem;
}

.fm-watch-item {
  grid-template-columns: minmax(9rem, 12rem) 1fr;
}

/* Booking: stronger composition and less cramped copy. */

.fm-booking {
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(20rem, 0.8fr)
    minmax(10rem, 0.35fr);
}

.fm-booking-copy > p:last-child {
  max-width: 45rem;
}

/* Improve card and video interaction without overdoing it. */

.fm-release-card img,
.fm-watch-feature,
.fm-watch-item img {
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.fm-release-card a:hover img,
.fm-release-card a:focus-visible img,
.fm-watch-feature:hover,
.fm-watch-feature:focus-visible,
.fm-watch-item:hover img,
.fm-watch-item:focus-visible img {
  filter: brightness(1.08);
  transform: translateY(-4px);
}

/* Tablet */

@media (max-width: 1100px) {
  .fm-biography-grid {
    grid-template-columns:
      minmax(12rem, 0.6fr)
      minmax(0, 1.4fr);
  }

  .fm-biography-image {
    grid-column: 1 / -1;
    width: min(100%, 52rem);
    margin-inline: auto;
  }

  .fm-biography-image img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .fm-watch-feature > img {
    min-height: 0;
  }
}

/* Mobile */

@media (max-width: 720px) {
  .fm-biography-grid {
    grid-template-columns: 1fr;
  }

  .fm-biography-copy,
  .fm-biography-copy p {
    max-width: none;
  }

  .fm-biography-image {
    grid-column: auto;
  }

  .fm-biography-image img {
    aspect-ratio: 4 / 5;
  }

  .fm-watch-grid {
    grid-template-columns: 1fr;
  }

  .fm-watch-item {
    grid-template-columns: 7rem 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-release-card img,
  .fm-watch-feature,
  .fm-watch-item img {
    transition: none;
  }
}


/* Biography overlap fix */

.fm-artist-biography .fm-section-header {
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.fm-artist-biography .fm-section-header > div {
  min-width: 0;
}

.fm-artist-biography .fm-section-header h2 {
  max-width: 100%;
  overflow-wrap: normal;
}

.fm-biography-grid {
  grid-template-columns:
    minmax(11rem, 0.46fr)
    minmax(0, 1.2fr)
    minmax(22rem, 0.9fr);
  gap: clamp(2rem, 3.5vw, 4rem);
}

.fm-biography-statement,
.fm-biography-copy,
.fm-biography-image {
  min-width: 0;
}

.fm-biography-statement h3 {
  font-size: clamp(2.25rem, 3.6vw, 4.2rem);
  overflow-wrap: normal;
}

.fm-biography-copy {
  width: 100%;
  max-width: none;
}

.fm-biography-copy p {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .fm-biography-grid {
    grid-template-columns:
      minmax(11rem, 0.5fr)
      minmax(0, 1.5fr);
  }

  .fm-biography-image {
    grid-column: 1 / -1;
    width: min(100%, 54rem);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .fm-artist-biography .fm-section-header,
  .fm-biography-grid {
    grid-template-columns: 1fr;
  }

  .fm-artist-biography .fm-section-index {
    margin-bottom: 0;
  }
}


/* =========================================================
   FINAL BIOGRAPHY RESET
   Replaces all earlier biography grid experiments
   ========================================================= */

.fm-artist-page .fm-artist-biography {
  padding-inline: clamp(1.5rem, 6vw, 6rem);
}

.fm-artist-page .fm-artist-biography .fm-section-header {
  display: block;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.fm-artist-page .fm-artist-biography .fm-section-index {
  display: inline-block;
  margin: 0 1rem 0.6rem 0;
}

.fm-artist-page .fm-artist-biography .fm-section-label {
  display: inline-block;
  margin: 0 0 0.6rem;
}

.fm-artist-page .fm-artist-biography .fm-section-header h2 {
  width: 100%;
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 0.9;
}

/* Two-column structure only. */

.fm-artist-page .fm-biography-grid {
  display: grid;
  grid-template-columns:
    minmax(15rem, 0.55fr)
    minmax(0, 1.45fr);
  grid-template-areas:
    "statement image"
    "statement copy";
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.fm-artist-page .fm-biography-statement {
  grid-area: statement;
  position: sticky;
  top: 2rem;
  min-width: 0;
}

.fm-artist-page .fm-biography-statement h3 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(2.8rem, 4.5vw, 5.2rem);
  line-height: 0.88;
  overflow-wrap: normal;
}

.fm-artist-page .fm-biography-statement blockquote {
  max-width: 18rem;
  margin-top: 2.5rem;
}

/* Large editorial photograph. */

.fm-artist-page .fm-biography-image {
  grid-area: image;
  width: 100%;
  max-width: none;
  margin: 0;
}

.fm-artist-page .fm-biography-image img {
  width: 100%;
  height: clamp(24rem, 43vw, 42rem);
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 18%;
}

/* Full readable biography beneath the photograph. */

.fm-artist-page .fm-biography-copy {
  grid-area: copy;
  width: 100%;
  max-width: 72ch;
  min-width: 0;
  color: var(--fm-muted);
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.8;
}

.fm-artist-page .fm-biography-copy .field__label {
  display: none !important;
}

.fm-artist-page .fm-biography-copy p,
.fm-artist-page .fm-biography-copy ul,
.fm-artist-page .fm-biography-copy ol {
  width: 100%;
  max-width: 72ch;
}

.fm-artist-page .fm-biography-copy p:first-child {
  margin-top: 0;
}

.fm-artist-page .fm-biography-copy h2,
.fm-artist-page .fm-biography-copy h3 {
  display: block;
  margin: 3rem 0 1rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.fm-artist-page .fm-biography-copy img,
.fm-artist-page .fm-biography-copy figure {
  display: none;
}

/* Tablet and mobile. */

@media (max-width: 900px) {
  .fm-artist-page .fm-biography-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "statement"
      "image"
      "copy";
    gap: 2.5rem;
  }

  .fm-artist-page .fm-biography-statement {
    position: static;
  }

  .fm-artist-page .fm-biography-statement h3 {
    max-width: 12ch;
  }

  .fm-artist-page .fm-biography-image img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .fm-artist-page .fm-biography-copy,
  .fm-artist-page .fm-biography-copy p,
  .fm-artist-page .fm-biography-copy ul,
  .fm-artist-page .fm-biography-copy ol {
    max-width: none;
  }
}

/* =========================================================
   Biography — stable three-column editorial section
   ========================================================= */

.fm-artist-page .fm-artist-biography {
  width: min(calc(100% - 2rem), var(--fm-max));
  margin-inline: auto;
  padding:
    clamp(4rem, 7vw, 7rem)
    clamp(1.5rem, 5vw, 5rem);
  overflow: hidden;
  border-top: 1px solid var(--fm-line);
}

.fm-artist-page .fm-bio-header {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.25rem;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.fm-artist-page .fm-bio-header__index {
  margin: 0.35rem 0 0;
  color: var(--fm-red);
  font-size: 0.85rem;
  font-weight: 900;
}

.fm-artist-page .fm-bio-header__label {
  margin: 0 0 0.65rem;
  color: var(--fm-green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fm-artist-page .fm-bio-header h2 {
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 0.9;
}

/*
 * Three independent columns.
 * minmax(0, ...) prevents any column from spilling over another.
 */

.fm-artist-page .fm-bio-layout {
  display: grid;
  grid-template-columns:
    minmax(13rem, 0.65fr)
    minmax(22rem, 1.15fr)
    minmax(22rem, 1fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: start;
}

.fm-artist-page .fm-bio-statement,
.fm-artist-page .fm-bio-copy,
.fm-artist-page .fm-bio-portrait {
  min-width: 0;
}

/* Left statement */

.fm-artist-page .fm-bio-statement h3 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(2.7rem, 4.5vw, 5rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.fm-artist-page .fm-bio-statement h3 span {
  color: var(--fm-gold);
}

.fm-artist-page .fm-bio-statement blockquote {
  position: relative;
  max-width: 15rem;
  margin: 3rem 0 0;
  padding: 1.25rem 0 0 1.3rem;
  border-left: 4px solid var(--fm-gold);
  color: var(--fm-gold);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.55;
}

.fm-artist-page .fm-bio-statement blockquote > span {
  position: absolute;
  top: -1.35rem;
  left: 1rem;
  color: var(--fm-gold);
  font-size: 4rem;
  line-height: 1;
}

/* Middle biography text */

.fm-artist-page .fm-bio-copy {
  width: 100%;
  max-width: 68ch;
  color: var(--fm-muted);
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.82;
}

.fm-artist-page .fm-bio-copy .field__label {
  display: none !important;
}

.fm-artist-page .fm-bio-copy p,
.fm-artist-page .fm-bio-copy ul,
.fm-artist-page .fm-bio-copy ol {
  width: 100%;
  max-width: 68ch;
}

.fm-artist-page .fm-bio-copy > .field > .field__item > :first-child {
  margin-top: 0;
}

/* Hide embedded rich-text images so they don't wreck the grid. */

.fm-artist-page .fm-bio-copy figure,
.fm-artist-page .fm-bio-copy img {
  display: none;
}

/* Keep useful subheadings from the Drupal field. */

.fm-artist-page .fm-bio-copy h2,
.fm-artist-page .fm-bio-copy h3 {
  display: block;
  margin: 2.75rem 0 1rem;
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  line-height: 1;
}

/* Right circular Drupal portrait */

.fm-artist-page .fm-bio-portrait {
  position: relative;
  width: min(100%, 31rem);
  margin: 0 auto;
  aspect-ratio: 1;
  isolation: isolate;
}

.fm-artist-page .fm-bio-portrait__halo {
  position: absolute;
  inset: -2.3rem;
  z-index: -2;
  border-radius: 50%;
  opacity: 0.8;
  background:
    radial-gradient(
      circle at 20% 45%,
      rgba(59, 152, 45, 0.65),
      transparent 33%
    ),
    radial-gradient(
      circle at 55% 10%,
      rgba(232, 174, 8, 0.65),
      transparent 30%
    ),
    radial-gradient(
      circle at 85% 58%,
      rgba(196, 36, 33, 0.7),
      transparent 36%
    );
  filter: blur(22px);
}

.fm-artist-page .fm-bio-portrait__mask {
  width: 100%;
  height: 100%;
  padding: 8px;
  overflow: hidden;
  border-radius: 50%;
  background:
    conic-gradient(
      var(--fm-green) 0 33%,
      var(--fm-gold) 33% 66%,
      var(--fm-red) 66% 100%
    );
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.52);
}

.fm-artist-page .fm-bio-portrait__mask > div,
.fm-artist-page .fm-bio-portrait__mask .field,
.fm-artist-page .fm-bio-portrait__mask .field__item {
  width: 100%;
  height: 100%;
}

.fm-artist-page .fm-bio-portrait__mask .field__label {
  display: none !important;
}

.fm-artist-page .fm-bio-portrait__mask img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
}

/* Prevent contextual-edit controls from influencing dimensions. */

.fm-artist-page .fm-bio-portrait .contextual,
.fm-artist-page .fm-bio-copy .contextual {
  position: absolute;
}

/* Collapse before the columns become cramped. */

@media (max-width: 1180px) {
  .fm-artist-page .fm-bio-layout {
    grid-template-columns:
      minmax(14rem, 0.65fr)
      minmax(0, 1.35fr);
    grid-template-areas:
      "statement copy"
      "portrait portrait";
  }

  .fm-artist-page .fm-bio-statement {
    grid-area: statement;
  }

  .fm-artist-page .fm-bio-copy {
    grid-area: copy;
    max-width: none;
  }

  .fm-artist-page .fm-bio-portrait {
    grid-area: portrait;
    width: min(65vw, 31rem);
    margin-top: 2rem;
  }
}

@media (max-width: 720px) {
  .fm-artist-page .fm-bio-header {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .fm-artist-page .fm-bio-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "statement"
      "portrait"
      "copy";
    gap: 2.5rem;
  }

  .fm-artist-page .fm-bio-statement h3 {
    max-width: 10ch;
  }

  .fm-artist-page .fm-bio-statement blockquote {
    max-width: 20rem;
  }

  .fm-artist-page .fm-bio-portrait {
    width: min(82vw, 25rem);
    margin-top: 0;
  }

  .fm-artist-page .fm-bio-copy,
  .fm-artist-page .fm-bio-copy p,
  .fm-artist-page .fm-bio-copy ul,
  .fm-artist-page .fm-bio-copy ol {
    max-width: none;
  }
}

/* =========================================================
   Biography V2 — clean two-column layout
   Unique classes avoid conflicts with earlier experiments
   ========================================================= */

.fm-artist-page .fm-bio2 {
  width: min(calc(100% - 2rem), var(--fm-max));
  margin-inline: auto;
  padding:
    clamp(4rem, 7vw, 7rem)
    clamp(1.5rem, 5vw, 5rem);
  overflow: hidden;
  border-top: 1px solid var(--fm-line);
}

.fm-artist-page .fm-bio2__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.fm-artist-page .fm-bio2__marker {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.35rem;
  align-items: center;
  color: var(--fm-red);
  font-size: 0.8rem;
  font-weight: 900;
}

.fm-artist-page .fm-bio2__marker i {
  display: block;
  width: 2rem;
  height: 2px;
  background: var(--fm-red);
}

.fm-artist-page .fm-bio2__label {
  margin: 0 0 0.7rem;
  color: var(--fm-green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fm-artist-page .fm-bio2__header h2 {
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 0.9;
}

/* Main section: content on left, circular portrait on right. */

.fm-artist-page .fm-bio2__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(20rem, 0.65fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.fm-artist-page .fm-bio2__main,
.fm-artist-page .fm-bio2__portrait {
  min-width: 0;
}

/* Statement and prose have independent rows, not competing columns. */

.fm-artist-page .fm-bio2__main {
  display: grid;
  gap: clamp(3rem, 6vw, 5rem);
}

.fm-artist-page .fm-bio2__statement {
  display: grid;
  grid-template-columns:
    minmax(12rem, 0.75fr)
    minmax(14rem, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

.fm-artist-page .fm-bio2__statement h3 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(2.7rem, 4.4vw, 5rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  overflow-wrap: normal;
}

.fm-artist-page .fm-bio2__statement h3 span {
  color: var(--fm-gold);
}

.fm-artist-page .fm-bio2__statement blockquote {
  max-width: 20rem;
  margin: 0;
  padding: 1.25rem 0 1.25rem 1.4rem;
  border-left: 4px solid var(--fm-gold);
  color: var(--fm-gold);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 800;
  line-height: 1.55;
}

/* Biography text gets a proper readable width. */

.fm-artist-page .fm-bio2__copy {
  width: 100%;
  max-width: 76ch;
  color: var(--fm-muted);
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.82;
}

.fm-artist-page .fm-bio2__copy .field__label {
  display: none !important;
}

.fm-artist-page .fm-bio2__copy p,
.fm-artist-page .fm-bio2__copy ul,
.fm-artist-page .fm-bio2__copy ol {
  max-width: 76ch;
}

.fm-artist-page .fm-bio2__copy figure,
.fm-artist-page .fm-bio2__copy img {
  display: none;
}

.fm-artist-page .fm-bio2__copy h2,
.fm-artist-page .fm-bio2__copy h3 {
  display: block;
  margin: 3rem 0 1rem;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  line-height: 1;
}

/* Circular portrait — same language as the hero. */

.fm-artist-page .fm-bio2__portrait {
  position: sticky;
  top: 2rem;
  width: min(100%, 31rem);
  margin: 0 auto;
  aspect-ratio: 1;
  isolation: isolate;
}

.fm-bio2__halo{
    position:absolute;
    inset:-28px;
    border-radius:50%;
    background:
        radial-gradient(circle at 18% 50%,rgba(31,141,59,.45),transparent 38%),
        radial-gradient(circle at 50% 8%,rgba(226,180,37,.45),transparent 34%),
        radial-gradient(circle at 84% 56%,rgba(181,31,36,.45),transparent 38%);
    filter:blur(24px);
    z-index:-1;
}

.fm-bio2__mask{
    position:relative;
    width:100%;
    height:100%;
    padding:8px;
    border-radius:50%;
    background:
        conic-gradient(
            #1f8d3b 0 33%,
            #e2b425 33% 66%,
            #b51f24 66% 100%
        );
    box-shadow:
        0 0 0 2px rgba(255,255,255,.04),
        0 25px 60px rgba(0,0,0,.55);
}

.fm-bio2__mask img{
    width:100%;
    height:100%;
    display:block;
    border-radius:50%;
    object-fit:cover;
    object-position:center;
}

/* Tablet */

@media (max-width: 1050px) {
  .fm-artist-page .fm-bio2__grid {
    grid-template-columns: 1fr;
  }

  .fm-artist-page .fm-bio2__portrait {
    position: relative;
    top: auto;
    width: min(70vw, 30rem);
    grid-row: 1;
  }
}

/* Mobile */

@media (max-width: 720px) {
  .fm-artist-page .fm-bio2__header {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .fm-artist-page .fm-bio2__statement {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .fm-artist-page .fm-bio2__statement h3 {
    max-width: 10ch;
  }

  .fm-artist-page .fm-bio2__statement blockquote {
    max-width: 22rem;
  }

  .fm-artist-page .fm-bio2__portrait {
    width: min(82vw, 25rem);
  }

  .fm-artist-page .fm-bio2__copy,
  .fm-artist-page .fm-bio2__copy p,
  .fm-artist-page .fm-bio2__copy ul,
  .fm-artist-page .fm-bio2__copy ol {
    max-width: none;
  }
}

/* =========================================================
   Biography V2 final polish
   ========================================================= */

.fm-artist-page .fm-bio2__grid {
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(24rem, 0.85fr);
  gap: clamp(3rem, 6vw, 6rem);
}

.fm-artist-page .fm-bio2__main {
  gap: 2.5rem;
}

.fm-artist-page .fm-bio2__statement {
  grid-template-columns:
    minmax(13rem, 0.72fr)
    minmax(13rem, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.fm-artist-page .fm-bio2__statement h3 {
  max-width: 8ch;
  font-size: clamp(2.6rem, 4vw, 4.5rem);
}

.fm-artist-page .fm-bio2__statement blockquote {
  align-self: center;
  margin-top: 0;
}

.fm-artist-page .fm-bio2__portrait {
  position: relative;
  top: auto;
  width: min(100%, 34rem);
  margin-top: 1rem;
}

.fm-artist-page .fm-bio2__mask {
  padding: 10px;
}

.fm-artist-page .fm-bio2__mask img {
  object-position: 34% 18%;
  transform: scale(1.08);
}

.fm-artist-page .fm-bio2__copy {
  max-width: 74ch;
  font-size: clamp(1.03rem, 1.15vw, 1.14rem);
  line-height: 1.78;
}

.fm-artist-page .fm-bio2__copy h2,
.fm-artist-page .fm-bio2__copy h3 {
  margin-top: 2.4rem;
}

@media (max-width: 1050px) {
  .fm-artist-page .fm-bio2__portrait {
    width: min(72vw, 32rem);
  }
}

@media (max-width: 720px) {
  .fm-artist-page .fm-bio2__statement {
    grid-template-columns: 1fr;
  }

  .fm-artist-page .fm-bio2__portrait {
    width: min(84vw, 26rem);
  }
}

/* =========================================================
   CTA contrast and hover accessibility fix
   ========================================================= */

.fm-artist-page .fm-btn,
.fm-artist-page .fm-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent;
  text-shadow: none;
}

.fm-artist-page .fm-btn,
.fm-artist-page .fm-btn *,
.fm-artist-page .fm-button,
.fm-artist-page .fm-button * {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

/* Green CTA */

.fm-artist-page .fm-btn--green,
.fm-artist-page .fm-button--green {
  border-color: var(--fm-green);
  color: var(--fm-green) !important;
}

.fm-artist-page .fm-btn--green:hover,
.fm-artist-page .fm-btn--green:focus-visible,
.fm-artist-page .fm-button--green:hover,
.fm-artist-page .fm-button--green:focus-visible {
  border-color: var(--fm-green);
  background: var(--fm-green);
  color: #050705 !important;
}

/* Gold CTA */

.fm-artist-page .fm-btn--gold,
.fm-artist-page .fm-button--gold {
  border-color: var(--fm-gold);
  color: var(--fm-gold) !important;
}

.fm-artist-page .fm-btn--gold:hover,
.fm-artist-page .fm-btn--gold:focus-visible,
.fm-artist-page .fm-button--gold:hover,
.fm-artist-page .fm-button--gold:focus-visible {
  border-color: var(--fm-gold);
  background: var(--fm-gold);
  color: #050705 !important;
}

/* Red CTA */

.fm-artist-page .fm-btn--red,
.fm-artist-page .fm-button--red {
  border-color: var(--fm-red);
  color: #fff !important;
}

.fm-artist-page .fm-btn--red:hover,
.fm-artist-page .fm-btn--red:focus-visible,
.fm-artist-page .fm-button--red:hover,
.fm-artist-page .fm-button--red:focus-visible {
  border-color: var(--fm-red);
  background: var(--fm-red);
  color: #fff !important;
}

/* Force nested icons and spans to follow the CTA text colour. */

.fm-artist-page .fm-btn:hover *,
.fm-artist-page .fm-btn:focus-visible *,
.fm-artist-page .fm-button:hover *,
.fm-artist-page .fm-button:focus-visible * {
  color: inherit !important;
  fill: currentColor;
  stroke: currentColor;
}

/* Keyboard focus must remain visible. */

.fm-artist-page .fm-btn:focus-visible,
.fm-artist-page .fm-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

/* Disabled or unavailable CTA. */

.fm-artist-page .fm-btn[aria-disabled="true"],
.fm-artist-page .fm-button[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}

/* Stop older hover rules from creating colour-on-colour text. */

.fm-artist-page .fm-btn:hover,
.fm-artist-page .fm-btn:focus-visible,
.fm-artist-page .fm-button:hover,
.fm-artist-page .fm-button:focus-visible {
  box-shadow: none;
  text-shadow: none;
}

/* ===== BEGIN MIGRATED MOBILE OWNERSHIP ===== */

/* Exact responsive rules migrated from the former global mobile compatibility layer. */

@media (max-width: 640px) {
  .artist-hero
  {
        min-height: 0;
        height: auto;

  }

  .artist-section
  {
        padding-block: var(--fm-mobile-section-space);

  }

  /* Artist biography image: remove oversized circular presentation. */

    .artist-biography img
  {
        display: block;
        width: 100%;
        max-width: 28rem;
        height: auto;
        margin-inline: auto;
        aspect-ratio: 4 / 5;
        border-radius: 0;
        object-fit: cover;
        object-position: center top;

  }

  .artist-profile img
  {
        display: block;
        width: 100%;
        max-width: 28rem;
        height: auto;
        margin-inline: auto;
        aspect-ratio: 4 / 5;
        border-radius: 0;
        object-fit: cover;
        object-position: center top;

  }

  .artist-node__portrait img
  {
        display: block;
        width: 100%;
        max-width: 28rem;
        height: auto;
        margin-inline: auto;
        aspect-ratio: 4 / 5;
        border-radius: 0;
        object-fit: cover;
        object-position: center top;

  }

  .artist-page
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;

  }

  .artist-page > section
  {
        box-sizing: border-box;
        width: calc(100% - 2rem);
        max-width: none;
        margin-right: auto;
        margin-left: auto;

  }

  .artist-hero
  {
        width: 100%;
        margin-right: 0;
        margin-left: 0;

  }

}

/* ===== END MIGRATED MOBILE OWNERSHIP ===== */

/* ===== BEGIN ARTISTE WIDE HERO AND BIO RESTORE ===== */

/*
 * Public Artiste page:
 * - full-width CMS-backed hero;
 * - readable title tracking;
 * - preserved Biography portrait grid.
 */

.fm-artist-hero--wide {
  position: relative;
  display: grid;
  min-height: clamp(38rem, 72vh, 49rem);
  isolation: isolate;
  overflow: hidden;
  background:
    var(--fm-artist-hero-image)
    center 35% / cover no-repeat;
  color: #fff;
}

.fm-artist-hero--wide .fm-artist-hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 6, 4, 0.94) 0%,
      rgba(3, 6, 4, 0.82) 34%,
      rgba(3, 6, 4, 0.48) 58%,
      rgba(3, 6, 4, 0.14) 100%
    ),
    linear-gradient(
      to top,
      rgba(3, 6, 4, 0.64),
      transparent 48%
    );
}

.fm-artist-hero--wide .fm-artist-hero__content {
  display: flex;
  width: min(
    var(--fm-shell-wide, 90rem),
    calc(100% - clamp(2rem, 12vw, 11rem))
  );
  min-height: inherit;
  margin-inline: auto;
  padding-block:
    clamp(9rem, 16vh, 13rem)
    clamp(5rem, 10vh, 8rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.fm-artist-hero--wide .fm-artist-hero__eyebrow {
  margin: 0 0 1.15rem;
  color: var(--fm-gold, #f4bd00);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fm-artist-hero--wide .fm-artist-hero__title {
  max-width: 9ch;
  margin: 0;
  color: #fff;
  font-size: clamp(4.8rem, 10vw, 9.5rem);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0.025em;
  overflow-wrap: normal;
  text-transform: uppercase;
}

.fm-artist-hero--wide .fm-artist-hero__intro {
  max-width: 39rem;
  margin: clamp(1.6rem, 3vw, 2.3rem) 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.06rem, 1.6vw, 1.3rem);
  line-height: 1.58;
}

.fm-artist-hero--wide .fm-artist-hero__facts {
  display: flex;
  gap: 0.75rem 1.8rem;
  margin: 1.4rem 0 0;
  padding: 0;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
}

.fm-artist-hero--wide .fm-artist-hero__facts li {
  position: relative;
}

.fm-artist-hero--wide
.fm-artist-hero__facts
li:not(:last-child)::after {
  position: absolute;
  right: -1.05rem;
  color: var(--fm-gold, #f4bd00);
  content: "•";
}

.fm-artist-hero--wide .fm-artist-hero__actions {
  display: flex;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  flex-wrap: wrap;
}

.fm-artist-hero--wide + .fm-artist-section,
.fm-artist-hero--wide + section {
  margin-top: 0;
}

.fm-bio2 {
  padding-top: clamp(5rem, 9vw, 8rem);
}

.fm-bio2__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.5fr)
    minmax(18rem, 0.72fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.fm-bio2__main,
.fm-bio2__copy {
  min-width: 0;
}

.fm-bio2__portrait {
  position: relative;
  width: min(100%, 30rem);
  margin: 0 auto;
}

.fm-bio2__mask {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}

.fm-bio2__mask img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.fm-bio2__header h2,
.fm-discography h2,
.fm-watch h2,
.fm-booking h2 {
  letter-spacing: 0.02em;
  line-height: 0.94;
}

@media (max-width: 900px) {
  .fm-artist-hero--wide {
    min-height: 42rem;
    background-position: 62% center;
  }

  .fm-artist-hero--wide .fm-artist-hero__content {
    width: calc(100% - 2rem);
    padding-block: 9rem 4.5rem;
  }

  .fm-bio2__grid {
    grid-template-columns: 1fr;
  }

  .fm-bio2__portrait {
    width: min(100%, 25rem);
  }
}

@media (max-width: 640px) {
  .fm-artist-hero--wide {
    min-height: 39rem;
    background-position: 66% center;
  }

  .fm-artist-hero--wide .fm-artist-hero__content {
    width: calc(100% - 1.5rem);
    padding-block: 8rem 4rem;
  }

  .fm-artist-hero--wide .fm-artist-hero__title {
    max-width: 100%;
    font-size: clamp(3.55rem, 18vw, 5.1rem);
    line-height: 0.89;
    letter-spacing: 0.016em;
  }

  .fm-artist-hero--wide .fm-artist-hero__facts {
    gap: 0.65rem 1.4rem;
  }

  .fm-artist-hero--wide
  .fm-artist-hero__facts
  li:not(:last-child)::after {
    right: -0.85rem;
  }

  .fm-artist-hero--wide .fm-artist-hero__actions {
    width: 100%;
    flex-direction: column;
  }

  .fm-artist-hero--wide .fm-artist-hero__actions a {
    width: 100%;
    justify-content: center;
  }

  .fm-bio2 {
    padding-top: 4rem;
  }

  .fm-bio2__grid {
    gap: 3rem;
  }
}

/* ===== END ARTISTE WIDE HERO AND BIO RESTORE ===== */

/* ===== BEGIN FINAL ARTISTE ALIGNMENT ===== */

/*
 * Final optical alignment:
 * equal left/right breathing room across the Artiste content sections.
 * Hero sizing and imagery remain untouched.
 */

.node--type-artist :is(
  .fm-bio2,
  .fm-discography,
  .fm-watch,
  .fm-artist-quote,
  .fm-booking
) {
  box-sizing: border-box;
  width: 100%;
  padding-inline:
    max(
      clamp(1.5rem, 4.5vw, 5rem),
      env(safe-area-inset-left)
    );
}

.node--type-artist :is(
  .fm-bio2__grid,
  .fm-discography__inner,
  .fm-watch__inner,
  .fm-artist-quote__inner,
  .fm-booking__inner
) {
  width: min(100%, 90rem);
  margin-inline: auto;
}

/* Prevent right-column content from visually touching the shell edge. */
.node--type-artist :is(
  .fm-bio2__portrait,
  .fm-watch__rail,
  .fm-watch__aside,
  .fm-booking__details,
  .fm-booking__mark
) {
  min-width: 0;
  margin-right: clamp(0rem, 1vw, 1rem);
}

/* Keep the final card comfortably inside the Discography boundary. */
.node--type-artist .fm-discography {
  overflow: hidden;
}

.node--type-artist .fm-discography :is(
  .view-content,
  .fm-release-grid,
  .fm-discography__grid
) {
  box-sizing: border-box;
  max-width: 100%;
}

/* Booking row benefits from slightly more balanced column spacing. */
.node--type-artist .fm-booking__inner {
  column-gap: clamp(2rem, 5vw, 6rem);
}

@media (max-width: 900px) {
  .node--type-artist :is(
    .fm-bio2,
    .fm-discography,
    .fm-watch,
    .fm-artist-quote,
    .fm-booking
  ) {
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  }

  .node--type-artist :is(
    .fm-bio2__portrait,
    .fm-watch__rail,
    .fm-watch__aside,
    .fm-booking__details,
    .fm-booking__mark
  ) {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .node--type-artist :is(
    .fm-bio2,
    .fm-discography,
    .fm-watch,
    .fm-artist-quote,
    .fm-booking
  ) {
    padding-inline:
      max(
        1rem,
        env(safe-area-inset-left)
      );
  }
}

/* ===== END FINAL ARTISTE ALIGNMENT ===== */

/* Curated Fyah Mawi discography. */
.fm-discography-intro {
  max-width: 48rem;
  margin: 0 0 2.25rem;
  color: rgba(255,255,255,.72);
}

.fm-release-grid--curated {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fm-release-card--curated {
  display: flex;
  flex-direction: column;
}

.fm-release-card__art {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
}

.fm-release-card__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fm-release-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 1rem;
}

.fm-release-card__content h3 {
  margin: 0 0 1rem;
}

.fm-release-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  align-items: center;
  margin-top: auto;
}

.fm-release-card__details {
  color: #d6b64b;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .fm-release-grid--curated {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .fm-release-grid--curated {
    grid-template-columns: 1fr;
  }
}

/* Curated Artist-page album previews. */
.fm-album-preview__button {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  min-height: 2.75rem;
  padding: .65rem 1rem;
  border: 1px solid #d6b64b;
  background: #d6b64b;
  color: #090909;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.fm-album-preview__button:hover,
.fm-album-preview__button:focus-visible {
  background: transparent;
  color: #d6b64b;
}

.fm-album-preview__pending {
  color: rgba(255,255,255,.55);
  font-size: .82rem;
  font-style: italic;
}

.fm-album-preview__audio {
  display: none;
}

/* ===== BEGIN ROME INLINE PLAYER ===== */
.fm-rome-preview {
  width: 100%;
}

.fm-rome-preview__player {
  width: min(32rem, 100%);
  margin-top: .85rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(214, 182, 75, .45);
  background: #000;
}

.fm-rome-preview__player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
/* ===== END ROME INLINE PLAYER ===== */
