.artist-stage {
  position: relative;
  min-height: 100svh;
  padding: 0 38px 110px;
}

.artist-copy {
  position: static;
  width: auto;
  transform: none;
}

.artist-heading {
  margin: 0 0 64px;
  font: inherit;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.artist-name {
  margin: 0 0 15px;
  font: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.65;
}

.artist-meta,
.artist-release-label {
  color: var(--quiet);
}

.artist-meta {
  margin: 0;
  line-height: 1.7;
}

.artist-bio {
  max-width: 270px;
  margin: 24px 0 0;
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-transform: none;
}

.artist-release {
  margin-top: 34px;
  line-height: 1.8;
}

.artist-release-label {
  display: block;
  margin-bottom: 10px;
}

.artist-release a:hover,
.artist-release a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 760px) {
  .artist-stage {
    min-height: 100svh;
    padding: 0 22px 96px;
  }

  .artist-copy {
    width: auto;
    transform: none;
  }

  .artist-heading {
    margin-bottom: 34px;
  }

  .artist-release {
    margin-top: 24px;
  }
}
