:root {
  --artists-bg: #050505;
  --artists-surface: #0a0a0a;
  --artists-surface-soft: #11110f;
  --artists-ink: #f5f5f2;
  --artists-muted: rgba(245, 245, 242, 0.62);
  --artists-faint: rgba(245, 245, 242, 0.48);
  --artists-line: rgba(245, 245, 242, 0.12);
  --artists-accent: #e50914;
  --artists-accent-text: #ed101b;
  --artists-gold: #b9a474;
  --artists-cover-radius: clamp(14px, 1.3vw, 18px);
  --artists-cover-radius-small: 10px;
  --artists-section-title-size: clamp(1.62rem, 2.75vw, 3.42rem);
  --artists-feature-title-size: clamp(2.55rem, 4vw, 3.8rem);
  --artists-row-title-size: clamp(1.35rem, 1.9vw, 2rem);
  --artists-card-title-size: clamp(1rem, 1.4vw, 1.28rem);
  --artists-page: min(1380px, calc(100vw - clamp(44px, 8vw, 120px)));
  --artists-display: var(
    --mp-font-display,
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    "Helvetica Neue Condensed Black",
    sans-serif
  );
  --artists-body: var(--mp-font-body, "Helvetica Neue", Helvetica, Arial, sans-serif);
}

html {
  background: var(--artists-bg);
  scroll-padding-top: 72px;
}

body {
  overflow-x: clip;
  background: var(--artists-bg);
  color: var(--artists-ink);
  font-family: var(--artists-body);
}

.site-shell--artists {
  --page-header-bg: rgba(5, 5, 5, 0.96);
  min-height: 100vh;
  background: var(--artists-bg);
  color: var(--artists-ink);
}

.site-shell--artists .home-header {
  border-bottom: 0 !important;
  background: #000 !important;
  box-shadow: none !important;
  color: var(--artists-ink);
}

.site-shell.site-shell--artists
  .home-header:not(.is-scrolled):not(.is-open)::before {
  opacity: 1 !important;
  background: #000 !important;
  box-shadow: none !important;
}

.site-shell--artists .home-header.is-scrolled::before,
.site-shell--artists .home-header.is-open::before {
  opacity: 1;
  background: #000;
  box-shadow: none;
}

.site-shell--artists .home-header__brand,
.site-shell--artists .home-header__nav > a,
.site-shell--artists .home-header__nav > a:visited,
.site-shell--artists .home-header__nav > a:active {
  color: rgba(245, 245, 242, 0.7);
}

.site-shell--artists .home-header__brand {
  color: var(--artists-ink);
}

.site-shell--artists .home-header__nav > a:hover,
.site-shell--artists .home-header__nav > a[aria-current="page"] {
  color: #fff;
}

.artists-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: #fff;
  color: #050505;
  font-size: 0.82rem;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.artists-sr-only,
.artists-player__progress-label .artists-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.artists-eyebrow {
  margin: 0;
  color: var(--artists-accent-text);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: var(--mp-label-tracking-wide, 0.16em);
  line-height: 1.2;
  text-transform: uppercase;
}

.artists-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(620px, 66vw, 760px);
  overflow: hidden;
  isolation: isolate;
  background: #030303;
}

.artists-hero__picture {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -3;
  width: min(64vw, 980px);
  height: 100%;
  overflow: hidden;
}

.artists-hero__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(0.82) contrast(1.05) brightness(0.9);
}

.artists-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, #030303 0%, #030303 30%, rgba(3, 3, 3, 0.88) 45%, rgba(3, 3, 3, 0.14) 78%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.32) 0%, transparent 32%, rgba(3, 3, 3, 0.08) 62%, #050505 100%);
}

.artists-hero__veil::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 79% 44%, transparent 0%, transparent 24%, rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0.55) 100%);
}

.artists-hero__inner {
  width: var(--artists-page);
  margin: 0 auto;
  padding: 100px 0 60px;
  transform: translateY(-12px);
}

.artists-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.artists-hero__eyebrow::before {
  display: none;
}

.artists-hero h1,
.artists-listening h2,
.artists-process h2,
.artists-services h2,
.artists-proof h2,
.artists-final h2,
.artists-player h3 {
  font-family: var(--artists-display);
  font-weight: 900;
  text-transform: uppercase;
}

.artists-hero h1 {
  max-width: 5.7em;
  margin: 19px 0 0;
  font-size: clamp(4.8rem, 7.6vw, 8rem);
  letter-spacing: var(--mp-title-tracking, -0.022em);
  line-height: 0.81;
}

.artists-hero__intro {
  max-width: 35rem;
  margin: 30px 0 0;
  color: rgba(245, 245, 242, 0.72);
  font-size: clamp(1.06rem, 1.65vw, 1.34rem);
  font-weight: 500;
  letter-spacing: var(--mp-body-tight-tracking, -0.014em);
  line-height: 1.38;
}

.artists-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 26px;
  margin-top: 36px;
}

.artists-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid var(--artists-line);
  border-radius: 2px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: var(--mp-button-tracking, 0.11em);
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.artists-button img {
  width: 16px;
  height: 16px;
  margin-left: 9px;
  filter: invert(1);
}

.artists-button:hover,
.artists-button:focus-visible {
  transform: translateY(-2px);
}

.artists-button--solid {
  border-color: var(--artists-accent);
  background: var(--artists-accent);
  color: #fff;
}

.artists-button--solid:hover,
.artists-button--solid:focus-visible {
  border-color: #ff1722;
  background: #ff1722;
}

.artists-button--text {
  padding-right: 23px;
  padding-left: 23px;
  border-color: rgba(245, 245, 242, 0.72);
  color: var(--artists-ink);
}

.artists-hero__scroll {
  position: absolute;
  right: clamp(28px, 4vw, 58px);
  bottom: 30px;
  display: none;
  justify-items: center;
  gap: 11px;
  color: rgba(245, 245, 242, 0.48);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.artists-hero__scroll span:last-child {
  width: 1px;
  height: 35px;
  background: linear-gradient(180deg, rgba(245, 245, 242, 0.6), transparent);
}

.artists-listening {
  padding: clamp(34px, 4vw, 58px) 0 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(185, 164, 116, 0.045), transparent 34%),
    #050505;
}

.artists-section-header,
.artists-player,
.artists-track-list,
.artists-process,
.artists-services,
.artists-proof,
.artists-final {
  width: var(--artists-page);
  margin-right: auto;
  margin-left: auto;
}

.artists-section-header {
  display: grid;
  grid-template-columns: max-content minmax(80px, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-bottom: 20px;
  border-bottom: 0;
}

.artists-process h2,
.artists-services h2,
.artists-proof h2,
.artists-final h2 {
  margin: 13px 0 0;
  color: var(--artists-ink);
  font-size: var(--artists-section-title-size);
  letter-spacing: var(--mp-title-tracking, -0.022em);
  line-height: 0.94;
}

.artists-section-header > div {
  display: grid;
  gap: 6px;
}

.artists-section-header .artists-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--artists-ink);
  font-family: var(--artists-display);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.artists-section-header .artists-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--artists-accent);
}

.artists-section-header h2 {
  margin: 0 0 0 32px;
  color: var(--artists-muted);
  font-family: var(--artists-body);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.artists-section-header__note {
  position: relative;
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 1;
}

.artists-section-header__note::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(245, 245, 242, 0.34);
}

.artists-section-header > .artists-section-header__nav {
  display: flex;
  align-items: center;
  gap: 15px;
}

.artists-section-header__nav button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 160ms ease, transform 160ms ease;
}

.artists-section-header__nav button:hover,
.artists-section-header__nav button:focus-visible {
  opacity: 0.7;
  transform: translateY(-1px);
}

.artists-section-header__nav img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

.artists-section-header--services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--artists-line);
  text-align: center;
}

.artists-section-header--services > div {
  gap: 0;
}

.artists-section-header--services .artists-eyebrow {
  display: block;
  color: var(--artists-accent-text);
  font-family: var(--artists-body);
  font-size: 0.68rem;
  letter-spacing: var(--mp-label-tracking-wide, 0.16em);
}

.artists-section-header--services .artists-eyebrow::before {
  display: none;
}

.artists-section-header--services h2 {
  max-width: 8.6ch;
  margin: 13px auto 0;
  color: var(--artists-ink);
  font-family: var(--artists-display);
  font-size: var(--artists-section-title-size);
  font-weight: 900;
  letter-spacing: var(--mp-title-tracking, -0.022em);
  line-height: 0.94;
  text-transform: uppercase;
}

.artists-section-header--services .artists-section-header__note {
  display: block;
  max-width: 43rem;
  margin: 0;
  overflow: visible;
  color: var(--artists-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: center;
}

.artists-section-header--services .artists-section-header__note::before {
  display: none;
}

.artists-player {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(380px, 1.14fr);
  gap: clamp(42px, 6vw, 74px);
  align-items: start;
  padding: 0 0 20px;
}

.artists-player__art {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--artists-cover-radius);
  background: #111;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.46);
}

.artists-player__art > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.artists-player__art:hover > img {
  transform: scale(1.018);
}

.artists-player__art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.artists-player__art-play {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.artists-player__art-play:hover,
.artists-player__art-play:focus-visible {
  background: rgba(5, 5, 5, 0.94);
  transform: scale(1.045);
}

.artists-player__art-play img {
  width: 23px;
  height: 23px;
  filter: invert(1);
}

.artists-player__details {
  display: grid;
  align-content: center;
  min-height: 100%;
}

.artists-player__count {
  display: flex;
  gap: 7px;
  color: var(--artists-faint);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.artists-player__title-block {
  margin-top: auto;
  padding-top: 14px;
}

.artists-player__artist {
  margin: 0 0 7px;
  color: var(--artists-accent-text);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artists-player h3 {
  margin: 0;
  font-size: var(--artists-feature-title-size);
  letter-spacing: var(--mp-title-tracking, -0.022em);
  line-height: 0.86;
}

.artists-player__role {
  margin: 12px 0 0;
  color: rgba(245, 245, 242, 0.8);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artists-player__credits {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 42px;
  margin: 18px 0 0;
}

.artists-player__credits div {
  display: grid;
  gap: 7px;
}

.artists-player__credits dt {
  color: var(--artists-faint);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.artists-player__credits dd {
  margin: 0;
  color: var(--artists-muted);
  font-size: 0.82rem;
}

.artists-player__transport {
  margin-top: auto;
  padding-top: 18px;
}

.artists-player__transport-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.artists-icon-button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--artists-line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.artists-icon-button:hover,
.artists-icon-button:focus-visible {
  border-color: rgba(245, 245, 242, 0.42);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.artists-icon-button img {
  width: 19px;
  height: 19px;
  filter: invert(1);
  opacity: 0.84;
}

.artists-icon-button--primary {
  width: 54px;
  height: 54px;
  border-color: var(--artists-ink);
  background: var(--artists-ink);
}

.artists-icon-button--primary:hover,
.artists-icon-button--primary:focus-visible {
  background: #fff;
}

.artists-icon-button--primary img {
  filter: none;
  opacity: 1;
}

.artists-player__volume-control {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  min-width: 0;
}

.artists-icon-button--volume {
  flex: 0 0 auto;
}

.artists-player__volume-label {
  --artists-volume: 80%;
  --artists-volume-fill: var(--artists-ink);
  position: relative;
  display: grid;
  align-items: center;
  width: clamp(64px, 10vw, 104px);
  height: 24px;
}

.artists-player__volume-label:hover,
.artists-player__volume-label:has(.artists-player__volume-range:active) {
  --artists-volume-fill: var(--artists-accent);
}

.artists-player__volume-label:has(.artists-player__volume-range:focus-visible) {
  --artists-volume-fill: var(--artists-accent);
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
  border-radius: 4px;
}

.artists-player__volume-range {
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  accent-color: var(--artists-volume-fill);
  appearance: none;
  -webkit-appearance: none;
}

.artists-player__volume-range:focus-visible {
  outline: none;
}

.artists-player__volume-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      var(--artists-volume-fill) 0%,
      var(--artists-volume-fill) var(--artists-volume),
      rgba(245, 245, 242, 0.2) var(--artists-volume),
      rgba(245, 245, 242, 0.2) 100%
    );
}

.artists-player__volume-range::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  appearance: none;
  -webkit-appearance: none;
}

.artists-player__volume-range::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(245, 245, 242, 0.2);
}

.artists-player__volume-range::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: var(--artists-volume-fill);
}

.artists-player__volume-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.artists-player__progress-label {
  --artists-progress: 0%;
  --artists-tooltip-position: 0%;
  --artists-progress-fill: var(--artists-ink);
  position: relative;
  display: block;
  margin-top: 12px;
}

.artists-player__progress-label:has(.artists-player__progress:focus-visible),
.artists-player__progress-label.is-scrubbing {
  --artists-progress-fill: var(--artists-accent);
}

@media (hover: hover) and (pointer: fine) {
  .artists-player__progress-label:hover {
    --artists-progress-fill: var(--artists-accent);
  }
}

.artists-player__progress:active {
  --artists-progress-fill: var(--artists-accent);
}

.artists-player__progress {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  accent-color: var(--artists-progress-fill);
}

.artists-player__progress:focus-visible {
  outline: none;
}

.artists-player__progress::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      var(--artists-progress-fill) 0%,
      var(--artists-progress-fill) var(--artists-progress),
      rgba(245, 245, 242, 0.2) var(--artists-progress, 0%),
      rgba(245, 245, 242, 0.2) 100%
    );
}

.artists-player__progress::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
}

.artists-player__progress::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(245, 245, 242, 0.2);
}

.artists-player__progress::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: var(--artists-progress-fill);
}

.artists-player__progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  opacity: 0;
}

.artists-player__progress-playhead {
  position: absolute;
  top: 50%;
  left: clamp(6px, var(--artists-progress), calc(100% - 6px));
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.72);
  transition:
    opacity 120ms ease,
    transform 120ms ease;
  will-change: left;
}

.artists-player__progress-label:hover .artists-player__progress-playhead,
.artists-player__progress-label.is-scrubbing .artists-player__progress-playhead,
.artists-player__progress:focus-visible + .artists-player__progress-playhead,
.artists-player__progress:active + .artists-player__progress-playhead {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.artists-player__progress-label.is-scrubbing .artists-player__progress-playhead {
  transition: none;
}

.artists-player__progress-tooltip {
  position: absolute;
  bottom: 18px;
  left: clamp(22px, var(--artists-tooltip-position), calc(100% - 22px));
  z-index: 2;
  min-width: 38px;
  padding: 5px 7px;
  border-radius: 4px;
  background: #2b2b2b;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 3px);
  visibility: hidden;
  transition:
    opacity 100ms ease,
    transform 100ms ease,
    visibility 100ms ease;
}

.artists-player__progress-label:hover .artists-player__progress-tooltip,
.artists-player__progress-label.is-scrubbing .artists-player__progress-tooltip,
.artists-player__progress:focus-visible ~ .artists-player__progress-tooltip,
.artists-player__progress:active ~ .artists-player__progress-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.artists-player__time {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  color: var(--artists-faint);
  font-size: 0.62rem;
  font-variant-numeric: tabular-nums;
}

.artists-player__external {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  margin-top: 14px;
  color: var(--artists-muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.artists-player__external:hover,
.artists-player__external:focus-visible {
  color: #fff;
}

.artists-player__external img {
  width: 15px;
  height: 15px;
  filter: invert(1);
  opacity: 0.75;
}

.artists-track-list {
  --artists-rail-edge-fade: clamp(40px, 5vw, 76px);
  display: flex;
  gap: clamp(14px, 1.35vw, 20px);
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding: 24px max(20px, calc((100vw - var(--artists-page)) / 2)) 34px;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid var(--artists-line);
  scroll-padding-inline: max(20px, calc((100vw - var(--artists-page)) / 2));
  scroll-snap-type: none;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 var(--artists-rail-edge-fade),
    #000 calc(100% - var(--artists-rail-edge-fade)),
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 var(--artists-rail-edge-fade),
    #000 calc(100% - var(--artists-rail-edge-fade)),
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.artists-track-list::-webkit-scrollbar {
  display: none;
}

.artists-discography {
  display: flex;
  justify-content: flex-end;
  width: var(--artists-page);
  margin: 22px auto 34px;
}

.artists-discography-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--artists-muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.artists-discography-link:hover,
.artists-discography-link:focus-visible {
  color: #fff;
}

.artists-discography-link img {
  width: 15px;
  height: 15px;
  filter: invert(1);
  opacity: 0.72;
}

.artists-track-row {
  --artists-rail-card: clamp(230px, 21vw, 300px);
  position: relative;
  display: grid;
  flex: 0 0 var(--artists-rail-card);
  grid-template-areas:
    "art art"
    "identity action"
    "credit plays";
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px 12px;
  width: var(--artists-rail-card);
  min-width: 0;
  min-height: 0;
  padding: 0 0 6px;
  border: 0;
  background: transparent;
  color: var(--artists-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  isolation: isolate;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  appearance: none;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.artists-track-row::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border: 1px solid transparent;
  border-radius: calc(var(--artists-cover-radius) + 8px);
  background: rgba(255, 255, 255, 0);
  transition:
    border-color 220ms ease,
    background-color 220ms ease;
}

.artists-track-row:hover::before,
.artists-track-row:focus-visible::before {
  background: rgba(255, 255, 255, 0.035);
}

.artists-track-row:focus-visible {
  outline: 0;
}

.artists-track-row:focus-visible::before {
  border-color: rgba(245, 245, 242, 0.34);
}

.artists-track-row.is-active::before {
  border-color: rgba(229, 9, 20, 0.2);
  background: rgba(229, 9, 20, 0.035);
}

.artists-track-row__art {
  grid-area: art;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: var(--artists-cover-radius);
  object-fit: cover;
  filter: saturate(0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition:
    box-shadow 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

.artists-track-row:hover .artists-track-row__art,
.artists-track-row:focus-visible .artists-track-row__art {
  filter: saturate(1);
  transform: translateY(-3px);
}

.artists-track-row.is-active .artists-track-row__art {
  box-shadow:
    0 0 0 2px rgba(229, 9, 20, 0.72),
    0 18px 44px rgba(0, 0, 0, 0.32);
}

.artists-track-row__number,
.artists-track-row__plays,
.artists-track-row__credit,
.artists-track-row__identity span {
  color: var(--artists-faint);
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.artists-track-row__number {
  display: none;
}

.artists-track-row__identity {
  grid-area: identity;
  display: grid;
  gap: 6px;
  min-width: 0;
  padding-top: 4px;
}

.artists-track-row__identity strong {
  display: block;
  font-family: var(--artists-display);
  font-size: clamp(1.05rem, 1.45vw, 1.42rem);
  font-weight: 900;
  letter-spacing: var(--mp-card-title-tracking, -0.016em);
  line-height: 0.94;
  text-transform: uppercase;
}

.artists-track-row__credit {
  grid-area: credit;
  min-width: 0;
  color: var(--artists-muted);
}

.artists-track-row__plays {
  grid-area: plays;
  align-self: end;
  text-align: right;
  white-space: nowrap;
}

.artists-track-row__action {
  grid-area: action;
  display: grid;
  place-items: center;
  align-self: start;
  justify-self: end;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  border: 1px solid var(--artists-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.artists-track-row__action img {
  width: 17px;
  height: 17px;
  filter: invert(1);
  opacity: 0.72;
}

.artists-track-row.is-active .artists-track-row__action {
  border-color: rgba(229, 9, 20, 0.72);
  background: rgba(229, 9, 20, 0.14);
}

.artists-track-row:hover .artists-track-row__action,
.artists-track-row:focus-visible .artists-track-row__action {
  border-color: rgba(245, 245, 242, 0.36);
  transform: translateX(2px);
}

.artists-process {
  padding: clamp(42px, 4.5vw, 66px) 0 clamp(52px, 5vw, 72px);
  border-top: 1px solid var(--artists-line);
}

.artists-process__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.artists-process__intro .artists-eyebrow {
  grid-column: auto;
}

.artists-process h2 {
  display: block;
  max-width: 16ch;
  margin-right: auto;
  margin-left: auto;
  font-size: var(--artists-section-title-size);
}

.artists-process h2::before {
  display: none;
}

.artists-process__intro > p:last-child {
  max-width: 43rem;
  margin: 0;
  color: var(--artists-muted);
  font-size: clamp(1.05rem, 1.55vw, 1.24rem);
  line-height: 1.55;
}

.artists-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(36px, 4vw, 56px) 0 0;
  padding: 0;
  border-top: 1px solid var(--artists-line);
  list-style: none;
}

.artists-process__steps li {
  min-height: 205px;
  padding: 24px clamp(18px, 2.3vw, 34px) 30px 0;
  border-right: 1px solid var(--artists-line);
}

.artists-process__steps li + li {
  padding-left: clamp(18px, 2.3vw, 34px);
}

.artists-process__steps li:last-child {
  border-right: 0;
}

.artists-process__steps span,
.artists-services__grid article > span {
  color: var(--artists-faint);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.artists-process__steps h3,
.artists-services__grid h3 {
  margin: 44px 0 0;
  font-family: var(--artists-display);
  font-size: var(--artists-card-title-size);
  font-weight: 900;
  letter-spacing: var(--mp-card-title-tracking, -0.016em);
  line-height: 1;
  text-transform: uppercase;
}

.artists-process__steps h3,
.artists-services__grid article:not(.artists-services__featured) h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.artists-process__steps p,
.artists-services__grid p {
  margin: 17px 0 0;
  color: var(--artists-muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.artists-services {
  padding: clamp(52px, 5vw, 72px) 0;
}

.artists-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(30px, 3.2vw, 46px);
  border-top: 1px solid var(--artists-line);
  border-left: 1px solid var(--artists-line);
}

.artists-services__grid article {
  min-height: 225px;
  padding: clamp(24px, 2.6vw, 36px);
  border-right: 1px solid var(--artists-line);
  border-bottom: 1px solid var(--artists-line);
  background: rgba(255, 255, 255, 0.012);
}

.artists-services__grid h3 {
  margin-top: clamp(38px, 4vw, 56px);
}

.artists-services__grid p {
  max-width: 29rem;
}

.artists-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: clamp(48px, 6vw, 88px);
  padding: clamp(52px, 5vw, 72px) 0;
  border-top: 1px solid var(--artists-line);
}

.artists-proof h2 {
  max-width: 10.5em;
  font-size: var(--artists-section-title-size);
  line-height: 0.94;
}

.artists-proof__quotes {
  display: grid;
  align-content: start;
}

.artists-proof figure {
  margin: 0;
  padding: 31px 0 34px;
  border-bottom: 1px solid var(--artists-line);
}

.artists-proof figure:first-child {
  padding-top: 0;
}

.artists-proof blockquote {
  margin: 0;
  color: var(--artists-ink);
  font-size: clamp(1.7rem, 3vw, 3.1rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.artists-proof figcaption {
  margin-top: 16px;
  color: var(--artists-faint);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artists-proof__quotes > a {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  margin-top: 28px;
  color: var(--artists-muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artists-proof__quotes > a img {
  width: 15px;
  height: 15px;
  filter: invert(1);
  opacity: 0.7;
}

.artists-final {
  display: grid;
  justify-items: center;
  padding: clamp(72px, 8vw, 112px) 0;
  border-top: 1px solid var(--artists-line);
  text-align: center;
}

.artists-final h2 {
  max-width: 11ch;
  font-size: var(--artists-section-title-size);
  line-height: 0.94;
}

.artists-final > p:not(.artists-eyebrow) {
  max-width: 36rem;
  margin: 20px 0 0;
  color: var(--artists-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.55;
}

.artists-final .artists-button {
  margin-top: 26px;
  min-width: 174px;
}

.site-shell--artists .site-footer--global {
  --footer-bg: #050505;
  --footer-text: rgba(245, 245, 242, 0.62);
  --footer-heading: rgba(245, 245, 242, 0.48);
  --footer-link: rgba(245, 245, 242, 0.58);
  --footer-link-hover: #fff;
  --footer-line: rgba(245, 245, 242, 0.1);
  display: block !important;
  background: var(--footer-bg) !important;
}

@media (max-width: 1050px) {
  :root {
    --artists-page: min(100% - 90px, 920px);
  }

  .artists-hero {
    min-height: clamp(620px, 66vw, 720px);
  }

  .artists-hero__picture {
    width: 70vw;
  }

  .artists-hero__veil {
    background:
      linear-gradient(90deg, #030303 0%, #030303 24%, rgba(3, 3, 3, 0.82) 48%, rgba(3, 3, 3, 0.18) 100%),
      linear-gradient(180deg, rgba(3, 3, 3, 0.32) 0%, transparent 34%, rgba(5, 5, 5, 0.34) 100%);
  }

  .artists-player {
    gap: 52px;
  }

  .artists-player h3 {
    font-size: var(--artists-feature-title-size);
  }

  .artists-process__intro {
    grid-template-columns: 1fr;
  }

  .artists-process__intro .artists-eyebrow {
    grid-column: auto;
  }

  .artists-process__intro > p:last-child {
    max-width: 40rem;
  }

  .artists-process__steps h3 {
    margin-top: 40px;
  }

  .artists-proof {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 780px) {
  :root {
    --artists-page: calc(100vw - 40px);
    --artists-section-title-size: clamp(1.9rem, 8vw, 3rem);
    --artists-feature-title-size: clamp(2.55rem, 10.5vw, 3.8rem);
    --artists-row-title-size: clamp(1.25rem, 5.8vw, 1.85rem);
    --artists-card-title-size: clamp(1rem, 4.4vw, 1.28rem);
  }

  .artists-hero {
    align-items: end;
    min-height: max(720px, 100svh);
  }

  .artists-hero__picture {
    inset: 0;
    width: 100%;
    height: 68%;
  }

  .artists-hero__picture img {
    object-position: center 55%;
    filter: saturate(0.76) contrast(1.08) brightness(0.66);
  }

  .artists-hero__veil {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.24) 0%, rgba(3, 3, 3, 0.18) 22%, rgba(3, 3, 3, 0.66) 48%, #050505 68%, #050505 100%),
      linear-gradient(90deg, rgba(3, 3, 3, 0.56), transparent 76%);
  }

  .artists-hero__inner {
    padding: 160px 0 64px;
  }

  .artists-hero h1 {
    max-width: 8.6ch;
    font-size: clamp(4.25rem, 20vw, 7.2rem);
  }

  .artists-hero__intro {
    max-width: 30rem;
    margin-top: 22px;
    font-size: 1rem;
  }

  .artists-hero__actions {
    align-items: flex-start;
    margin-top: 27px;
  }

  .artists-button {
    min-height: 50px;
  }

  .artists-hero__scroll {
    display: none;
  }

  .artists-section-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding-bottom: 18px;
  }

  .artists-section-header__note {
    display: none;
  }

  .artists-section-header--services {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 29px;
  }

  .artists-section-header--services .artists-section-header__note {
    display: block;
  }

  .artists-process h2,
  .artists-services h2,
  .artists-proof h2,
  .artists-final h2 {
    font-size: var(--artists-section-title-size);
  }

  .artists-process h2 {
    font-size: var(--artists-section-title-size);
  }

  .artists-proof h2 {
    max-width: 100%;
    font-size: var(--artists-section-title-size);
  }

  .artists-final h2 {
    font-size: var(--artists-section-title-size);
  }

  .artists-player {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 0 54px;
  }

  .artists-player__art {
    width: min(100%, 520px);
  }

  .artists-player__title-block {
    padding-top: 30px;
  }

  .artists-player h3 {
    font-size: var(--artists-feature-title-size);
  }

  .artists-player__transport {
    padding-top: 38px;
  }

  .artists-track-list {
    gap: 14px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .artists-track-row {
    --artists-rail-card: min(74vw, 310px);
    grid-template-areas:
      "art art"
      "identity action"
      "credit plays";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    width: var(--artists-rail-card);
    min-height: 0;
    padding: 0 0 6px;
  }

  .artists-track-row__art {
    width: 100%;
    height: auto;
  }

  .artists-track-row__identity strong {
    font-size: clamp(1.02rem, 4.4vw, 1.28rem);
  }

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

  .artists-process__steps li {
    min-height: 250px;
    border-bottom: 1px solid var(--artists-line);
  }

  .artists-process__steps li:nth-child(2) {
    border-right: 0;
  }

  .artists-process__steps li:nth-child(3),
  .artists-process__steps li:nth-child(4) {
    border-bottom: 0;
  }

  .artists-process__steps li:nth-child(3) {
    padding-left: 0;
  }

  .artists-services__grid {
    grid-template-columns: 1fr;
  }

  .artists-services__grid article {
    min-height: 225px;
  }

  .artists-proof {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .artists-proof h2 {
    max-width: 100%;
  }

  .site-shell--artists .site-footer--global {
    display: block !important;
    padding: 54px 22px max(30px, calc(env(safe-area-inset-bottom, 0px) + 26px)) !important;
  }

  .site-shell--artists .site-footer--global .site-footer__inner {
    width: 100%;
    max-width: none;
    gap: 30px;
  }

  .site-shell--artists .site-footer--global .site-footer__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 28px;
  }
}

/* Optional rail-only listening-room treatment. Keep the full player as the default. */
html.artists-layout--rail-only .artists-listening {
  position: relative;
  z-index: 3;
  margin-top: clamp(-124px, -8vw, -84px);
  padding-top: 0;
  background:
    linear-gradient(
      180deg,
      rgba(5, 5, 5, 0) 0,
      rgba(5, 5, 5, 0.34) 92px,
      rgba(5, 5, 5, 0.9) 250px,
      #050505 420px
    );
}

html.artists-layout--rail-only .artists-listening > .artists-section-header {
  display: none;
}

html.artists-layout--rail-only .artists-player {
  display: none;
}

html.artists-layout--rail-only .artists-player.is-engaged {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px clamp(16px, 2vw, 28px) max(8px, env(safe-area-inset-bottom, 0px));
  border: 0;
  border-top: 1px solid rgba(245, 245, 242, 0.13);
  border-radius: 0;
  background: #000;
  box-shadow:
    0 -14px 46px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transform: none;
}

html.artists-layout--rail-only .site-shell--artists:has(.artists-player.is-engaged) {
  padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
}

html.artists-layout--rail-only .artists-player__art {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  box-shadow: none;
}

html.artists-layout--rail-only .artists-player__art-play,
html.artists-layout--rail-only .artists-player__count,
html.artists-layout--rail-only .artists-player__credits,
html.artists-layout--rail-only .artists-player__role,
html.artists-layout--rail-only .artists-player__external {
  display: none;
}

html.artists-layout--rail-only .artists-player__details {
  display: block;
  min-height: 0;
}

html.artists-layout--rail-only .artists-player__title-block {
  display: flex;
  flex-direction: column;
  width: min(23vw, 280px);
  min-width: 170px;
  margin: 0;
  padding: 0;
}

html.artists-layout--rail-only .artists-player__artist {
  order: 2;
  margin: 4px 0 0;
  color: var(--artists-muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

html.artists-layout--rail-only .artists-player h3 {
  order: 1;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.artists-layout--rail-only .artists-player__transport {
  position: absolute;
  top: 7px;
  right: clamp(16px, 2vw, 28px);
  left: clamp(16px, 2vw, 28px);
  display: grid;
  grid-template-columns: auto minmax(260px, 520px) auto;
  grid-template-rows: 38px 24px;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
}

html.artists-layout--rail-only .artists-player__transport-top {
  grid-row: 1;
  grid-column: 1 / -1;
  justify-content: center;
  gap: 5px;
}

html.artists-layout--rail-only .artists-icon-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-color: transparent;
}

html.artists-layout--rail-only .artists-icon-button:hover,
html.artists-layout--rail-only .artists-icon-button:focus-visible {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.045);
}

html.artists-layout--rail-only .artists-icon-button img {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
}

html.artists-layout--rail-only .artists-icon-button--primary {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
}

html.artists-layout--rail-only .artists-icon-button--primary::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: var(--artists-ink);
  transition: transform 180ms ease, background-color 180ms ease;
}

html.artists-layout--rail-only .artists-icon-button--primary:hover,
html.artists-layout--rail-only .artists-icon-button--primary:focus-visible {
  background: transparent;
}

html.artists-layout--rail-only .artists-icon-button--primary:hover::before,
html.artists-layout--rail-only .artists-icon-button--primary:focus-visible::before {
  background: #fff;
  transform: scale(1.04);
}

html.artists-layout--rail-only .artists-icon-button--primary img {
  width: 13px;
  height: 13px;
  filter: brightness(0) !important;
  opacity: 1;
}

html.artists-layout--rail-only [data-player-previous] img,
html.artists-layout--rail-only [data-player-next] img {
  width: 27px;
  height: 27px;
}

html.artists-layout--rail-only .artists-player__progress-label {
  grid-row: 2;
  grid-column: 2;
  align-self: center;
  width: 100%;
  margin-top: 0;
  --artists-progress-fill: var(--artists-ink);
}

html.artists-layout--rail-only .artists-player__time {
  display: contents;
  margin: 0;
  font-size: 0.66rem;
}

html.artists-layout--rail-only .artists-player__time span:first-child {
  grid-row: 2;
  grid-column: 1;
  justify-self: end;
}

html.artists-layout--rail-only .artists-player__time span:last-child {
  grid-row: 2;
  grid-column: 3;
  justify-self: start;
}

html.artists-layout--rail-only .artists-player__volume-control {
  position: absolute;
  top: 31px;
  right: clamp(28px, 3vw, 44px);
  gap: 5px;
  margin-left: 0;
  transform: translateY(-50%);
}

html.artists-layout--rail-only .artists-icon-button--volume {
  width: 44px;
  height: 44px;
}

html.artists-layout--rail-only .artists-icon-button--volume img {
  width: 19px;
  height: 19px;
}

html.artists-layout--rail-only .artists-player__volume-label {
  width: clamp(72px, 7vw, 96px);
  height: 20px;
}

html.artists-layout--rail-only .artists-player__volume-range {
  height: 20px;
}

html.artists-layout--rail-only .artists-player__volume-range::-webkit-slider-runnable-track,
html.artists-layout--rail-only .artists-player__progress::-webkit-slider-runnable-track {
  height: 4px;
}

html.artists-layout--rail-only .artists-player__volume-range::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  margin-top: -3.5px;
}

html.artists-layout--rail-only .artists-player__volume-range::-moz-range-track,
html.artists-layout--rail-only .artists-player__volume-range::-moz-range-progress,
html.artists-layout--rail-only .artists-player__progress::-moz-range-track,
html.artists-layout--rail-only .artists-player__progress::-moz-range-progress {
  height: 4px;
}

html.artists-layout--rail-only .artists-player__volume-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
}

html.artists-layout--rail-only .artists-player__progress {
  height: 18px;
}

html.artists-layout--rail-only .artists-player__progress-playhead {
  left: clamp(5px, var(--artists-progress), calc(100% - 5px));
  width: 10px;
  height: 10px;
}

html.artists-layout--rail-only .artists-track-list {
  padding-top: 152px;
  padding-bottom: 24px;
  border-top: 0;
  will-change: scroll-position;
  transform: translateZ(0);
}

html.artists-layout--rail-only .artists-track-row,
html.artists-layout--rail-only .artists-track-row__art {
  backface-visibility: hidden;
}

html.artists-layout--rail-only .artists-discography {
  margin-top: 12px;
}

@media (max-width: 780px) {
  :root {
    --artists-mobile-player-height: 96px;
  }

  html.artists-layout--rail-only .artists-listening {
    margin-top: -32px;
    padding-top: 0;
    background: #050505;
  }

  html.artists-layout--rail-only .artists-player.is-engaged {
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(var(--artists-mobile-player-height) + env(safe-area-inset-bottom, 0px));
    min-height: calc(var(--artists-mobile-player-height) + env(safe-area-inset-bottom, 0px));
    padding: 0 10px env(safe-area-inset-bottom, 0px);
    border-radius: 0;
    box-sizing: border-box;
  }

  html.artists-layout--rail-only .site-shell--artists:has(.artists-player.is-engaged) {
    padding-bottom: calc(var(--artists-mobile-player-height) + env(safe-area-inset-bottom, 0px));
  }

  html.artists-layout--rail-only .artists-player__art {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 44px;
    height: 44px;
    border-radius: 4px;
  }

  html.artists-layout--rail-only .artists-player__details {
    display: block;
  }

  html.artists-layout--rail-only .artists-player__title-block {
    display: none;
  }

  html.artists-layout--rail-only .artists-player__transport {
    position: absolute;
    top: 8px;
    right: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 48px 32px;
    width: auto;
    column-gap: 8px;
    row-gap: 0;
  }

  html.artists-layout--rail-only .artists-player__transport-top {
    display: flex;
    grid-row: 1;
    grid-column: 1 / -1;
    justify-content: center;
    gap: 1px;
  }

  html.artists-layout--rail-only .artists-player__transport-top [data-player-previous],
  html.artists-layout--rail-only .artists-player__transport-top [data-player-next] {
    display: grid;
  }

  html.artists-layout--rail-only .artists-player__volume-control {
    position: absolute;
    top: 0;
    right: 8px;
    display: flex;
    gap: 2px;
    height: 44px;
    transform: none;
  }

  html.artists-layout--rail-only .artists-player__volume-label {
    display: grid;
    width: 40px;
    height: 40px;
  }

  html.artists-layout--rail-only .artists-icon-button {
    width: 40px;
    height: 40px;
  }

  html.artists-layout--rail-only .artists-icon-button--primary {
    width: 42px;
    height: 42px;
  }

  html.artists-layout--rail-only .artists-icon-button--volume {
    width: 38px;
    height: 40px;
  }

  html.artists-layout--rail-only [data-player-previous] img,
  html.artists-layout--rail-only [data-player-next] img {
    width: 26px;
    height: 26px;
  }

  html.artists-layout--rail-only .artists-player__progress-label {
    position: relative;
    inset: auto;
    grid-row: 2;
    grid-column: 2;
    align-self: center;
    height: 32px;
    width: 100%;
    margin: 0;
    touch-action: none;
  }

  html.artists-layout--rail-only .artists-player__progress {
    height: 32px;
    touch-action: none;
  }

  html.artists-layout--rail-only .artists-player__progress::-webkit-slider-runnable-track {
    height: 3px;
  }

  html.artists-layout--rail-only .artists-player__progress::-moz-range-track,
  html.artists-layout--rail-only .artists-player__progress::-moz-range-progress {
    height: 3px;
  }

  html.artists-layout--rail-only .artists-player__progress-tooltip {
    bottom: 18px;
  }

  html.artists-layout--rail-only .artists-player__time {
    display: contents;
    font-size: 0.7rem;
  }

  html.artists-layout--rail-only .artists-player__time span:first-child {
    grid-row: 2;
    grid-column: 1;
  }

  html.artists-layout--rail-only .artists-player__time span:last-child {
    grid-row: 2;
    grid-column: 3;
  }

  html.artists-layout--rail-only .artists-player__volume-range {
    height: 40px;
    touch-action: none;
  }

  html.artists-layout--rail-only .artists-track-list {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  html.artists-layout--rail-only .artists-discography {
    margin-top: 8px;
    margin-bottom: 28px;
  }
}

@media (max-width: 520px) {
  :root {
    --artists-page: calc(100vw - 36px);
    --artists-feature-title-size: clamp(2.45rem, 11.5vw, 3.25rem);
  }

  .artists-hero {
    min-height: max(700px, 100svh);
  }

  .artists-hero__picture {
    height: 61%;
  }

  .artists-hero__veil {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.24) 0%, rgba(3, 3, 3, 0.2) 20%, rgba(3, 3, 3, 0.76) 44%, #050505 61%, #050505 100%),
      linear-gradient(90deg, rgba(3, 3, 3, 0.5), transparent 84%);
  }

  .artists-hero__inner {
    padding-bottom: 38px;
  }

  .artists-hero h1 {
    font-size: clamp(4.2rem, 19vw, 5.6rem);
    white-space: nowrap;
  }

  .artists-hero__actions {
    display: grid;
    gap: 9px;
  }

  .artists-button--solid {
    width: 100%;
  }

  .artists-button--text {
    justify-content: center;
    width: 100%;
    min-height: 42px;
  }

  .artists-listening {
    padding-top: 64px;
  }

  .artists-process h2,
  .artists-services h2,
  .artists-proof h2,
  .artists-final h2 {
    font-size: var(--artists-section-title-size);
  }

  .artists-process h2 {
    font-size: var(--artists-section-title-size);
  }

  .artists-player h3 {
    font-size: var(--artists-feature-title-size);
  }

  .artists-player__art-play {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .artists-player__credits {
    gap: 18px 30px;
  }

  .artists-process__steps {
    grid-template-columns: 1fr;
  }

  .artists-process__steps li,
  .artists-process__steps li + li,
  .artists-process__steps li:nth-child(3) {
    min-height: 0;
    padding: 24px 0 34px;
    border-right: 0;
    border-bottom: 1px solid var(--artists-line);
  }

  .artists-process__steps li:last-child {
    border-bottom: 0;
  }

  .artists-process__steps h3 {
    margin-top: 45px;
  }

  .artists-services__grid article {
    min-height: 0;
    padding: 24px;
  }

  .artists-services__grid h3 {
    margin-top: 32px;
  }

  .artists-services {
    padding: 64px 0;
  }

  .artists-services__grid {
    margin-top: 28px;
  }

  .artists-proof {
    gap: 34px;
    padding: 64px 0;
  }

  .artists-proof h2 {
    max-width: 100%;
    font-size: var(--artists-section-title-size);
  }

  .artists-proof h2 span {
    display: block;
  }

  .artists-proof blockquote {
    font-size: clamp(1.75rem, 8.5vw, 2.5rem);
  }

  .artists-final {
    padding: 72px 0;
  }

  .artists-final h2 {
    font-size: var(--artists-section-title-size);
  }

  .artists-discography-link {
    line-height: 1.35;
  }

  .artists-discography {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .site-shell--artists .site-footer--global .site-footer__groups {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .artists-player__transport-top {
    gap: 7px;
  }

  .artists-player__volume-control {
    gap: 6px;
  }

  .artists-player__volume-label {
    width: 62px;
  }

  .artists-track-list {
    --artists-rail-edge-fade: 40px;
    gap: 12px;
    padding-right: 18px;
    padding-left: 18px;
    scroll-padding-inline: var(--artists-rail-edge-fade);
  }

  .artists-track-row {
    --artists-rail-card: min(78vw, 300px);
  }

  .artists-track-row__identity strong {
    font-size: clamp(1rem, 5.2vw, 1.2rem);
  }

  .artists-track-row__credit,
  .artists-track-row__plays,
  .artists-track-row__identity span {
    font-size: 0.58rem;
    letter-spacing: 0.09em;
  }
}

@media (max-width: 380px) {
  .artists-player__transport-top {
    gap: 6px;
  }

  .artists-icon-button {
    width: 42px;
    height: 42px;
  }

  .artists-icon-button--primary {
    width: 48px;
    height: 48px;
  }

  .artists-player__volume-label {
    width: 50px;
  }

  .artists-track-row {
    --artists-rail-card: min(78vw, 274px);
  }

  .artists-track-row__action {
    width: 38px;
    height: 38px;
  }

}

/* Keep the Artists mobile navigation identical to the established Work menu. */
@media (max-width: 720px) {
  .site-shell--artists .home-header {
    min-height: 62px !important;
    padding: 8px 22px !important;
    align-items: center !important;
  }

  .site-shell--artists .home-header__brand {
    font-size: clamp(1.34rem, 5.35vw, 1.52rem) !important;
    line-height: 0.9 !important;
    letter-spacing: 0.01em !important;
  }

  .site-shell--artists .home-header__menu-button {
    justify-content: flex-end !important;
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    margin-left: auto !important;
    padding: 0 !important;
  }

  .site-shell--artists .home-header__menu-icon {
    width: 22px !important;
    height: 16px !important;
    transform: translateY(-1px) !important;
  }

  .site-shell--artists .home-header__menu-line {
    width: 22px !important;
    height: 1px !important;
  }

  .site-shell--artists .home-header__menu-line:nth-child(1) {
    top: 0 !important;
  }

  .site-shell--artists .home-header__menu-line:nth-child(2) {
    top: 9px !important;
  }

  .site-shell--artists .home-header__menu-line:nth-child(3) {
    top: 18px !important;
  }

  .site-shell--artists .home-header.is-open .home-header__menu-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg) scaleX(1) !important;
  }

  .site-shell--artists .home-header.is-open .home-header__menu-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) scaleX(1) !important;
  }

  .site-shell--artists .home-header.is-open .home-header__nav > a,
  .site-shell--artists .home-header.is-open .home-header__nav > a:visited,
  .site-shell--artists .home-header.is-open .home-header__nav > a:active,
  .site-shell--artists .home-header.is-open .home-header__nav > a[aria-current="page"],
  .site-shell--artists .home-header.is-open .home-header__nav > a[aria-current="page"]:visited,
  .site-shell--artists .home-header.is-open .home-header__nav > a[aria-current="page"]:active {
    font-size: clamp(2.26rem, 6.25vw, 3.34rem) !important;
    line-height: 0.94 !important;
    padding-top: 8px !important;
    padding-bottom: 12px !important;
  }

  .site-shell--artists .home-header__nav {
    display: flex !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: #010101 !important;
    transform: translate3d(0, -10px, 0) scale(0.992) !important;
    transition:
      transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s !important;
    will-change: opacity, transform;
  }

  .site-shell--artists .home-header.is-open .home-header__nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: #010101 !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition-delay: 0s, 0s !important;
  }

  .site-shell--artists .home-header__nav > a,
  .site-shell--artists .home-header__subnav,
  .site-shell--artists .home-header__socials,
  .site-shell--artists .home-header__legal {
    opacity: 0 !important;
    transform: translate3d(0, 10px, 0) !important;
    transition:
      opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .site-shell--artists .home-header.is-open .home-header__nav > a,
  .site-shell--artists .home-header.is-open .home-header__subnav,
  .site-shell--artists .home-header.is-open .home-header__socials,
  .site-shell--artists .home-header.is-open .home-header__legal {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .site-shell--artists .home-header.is-open .home-header__nav > a:nth-of-type(1) {
    transition-delay: 35ms !important;
  }

  .site-shell--artists .home-header.is-open .home-header__nav > a:nth-of-type(2) {
    transition-delay: 65ms !important;
  }

  .site-shell--artists .home-header.is-open .home-header__subnav {
    transition-delay: 85ms !important;
  }

  .site-shell--artists .home-header.is-open .home-header__nav > a:nth-of-type(3) {
    transition-delay: 95ms !important;
  }

  .site-shell--artists .home-header.is-open .home-header__nav > a:nth-of-type(4) {
    transition-delay: 125ms !important;
  }

  .site-shell--artists .home-header.is-open .home-header__socials,
  .site-shell--artists .home-header.is-open .home-header__legal {
    transition-delay: 150ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-shell--artists .home-header__nav,
  .site-shell--artists .home-header__nav > a,
  .site-shell--artists .home-header__subnav,
  .site-shell--artists .home-header__socials,
  .site-shell--artists .home-header__legal {
    transition: none !important;
    transform: none !important;
  }

  .artists-player__art > img,
  .artists-button,
  .artists-icon-button,
  .artists-track-row,
  .artists-track-row::before,
  .artists-track-row__art,
  .artists-track-row__action {
    transition: none;
  }
}

/* Artists collage, release rail and editorial section refinements. */
.artists-hero__collage {
  --artists-collage-gap: clamp(6px, 0.65vw, 10px);
  position: absolute;
  top: 72px;
  right: -2%;
  z-index: -3;
  width: min(66vw, 900px);
  height: clamp(400px, 36vw, 480px);
  overflow: hidden;
  transform: rotate(-2.25deg) scale(1.045);
  transform-origin: center;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
}

.artists-hero__collage-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--artists-collage-gap);
  width: 100%;
  padding: clamp(8px, 0.8vw, 13px);
  will-change: transform;
}

.artists-hero__collage-track img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(8px, 0.8vw, 13px);
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.3);
  filter: saturate(0.88) contrast(1.04) brightness(0.84);
}

.artists-hero__collage-track img:nth-child(6n + 2),
.artists-hero__collage-track img:nth-child(6n + 5) {
  transform: translateY(9px);
}

.artists-hero__veil {
  background:
    linear-gradient(90deg, #030303 0%, #030303 27%, rgba(3, 3, 3, 0.94) 40%, rgba(3, 3, 3, 0.34) 75%, rgba(3, 3, 3, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.32) 0%, transparent 30%, rgba(3, 3, 3, 0.18) 66%, #050505 100%);
}

.artists-section-header__nav button {
  width: 44px;
  height: 44px;
}

.artists-track-list {
  padding-right: max(var(--artists-rail-edge-fade), calc((100vw - var(--artists-page)) / 2));
  padding-left: max(var(--artists-rail-edge-fade), calc((100vw - var(--artists-page)) / 2));
  scroll-padding-inline: max(var(--artists-rail-edge-fade), calc((100vw - var(--artists-page)) / 2));
}

.artists-track-row {
  --artists-rail-card: clamp(230px, 21vw, 300px);
}

.artists-track-row__action {
  width: 40px;
  height: 40px;
}

.artists-section-header--services h2 {
  max-width: 7.4ch;
  font-size: clamp(3.4rem, 5.4vw, 6.5rem);
  line-height: 0.86;
}

.artists-services__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artists-services__grid article {
  min-height: 245px;
}

.artists-services__grid .artists-services__featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 48px minmax(220px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(22px, 3vw, 52px);
  align-items: end;
  min-height: 210px;
}

.artists-services__featured h3,
.artists-services__featured p {
  margin-top: 0;
}

.artists-services__featured h3 {
  font-size: clamp(2.25rem, 3.5vw, 4.2rem);
  line-height: 0.9;
}

.artists-services__featured p {
  max-width: 37rem;
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
}

.artists-proof {
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: end;
}

.artists-proof h2 {
  max-width: 10.5ch;
  font-size: clamp(3.5rem, 5.8vw, 6.8rem);
  line-height: 0.86;
}

.artists-proof h2 span {
  white-space: nowrap;
}

.artists-proof__quotes {
  grid-template-columns: 1fr;
  align-content: stretch;
  border-top: 1px solid var(--artists-line);
  border-bottom: 1px solid var(--artists-line);
}

.artists-proof figure,
.artists-proof figure:first-child {
  display: grid;
  align-content: space-between;
  min-height: 260px;
  padding: clamp(26px, 3vw, 42px);
  border-bottom: 0;
}

.artists-proof figure:first-child {
  padding-left: 0;
  padding-right: 0;
  border-right: 0;
}

.artists-proof figure:last-child {
  padding-right: 0;
}

.artists-proof blockquote {
  font-size: clamp(1.65rem, 2.65vw, 2.95rem);
  line-height: 1.02;
}

@media (max-width: 1050px) {
  .artists-hero__collage {
    top: 72px;
    right: -5%;
    width: 76vw;
  }

  .artists-hero__collage-track img:nth-child(6n + 2),
  .artists-hero__collage-track img:nth-child(6n + 5) {
    transform: translateY(8px);
  }

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

  .artists-services__grid .artists-services__featured {
    grid-template-columns: 42px minmax(200px, 0.8fr) minmax(280px, 1.2fr);
  }

  .artists-proof {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .artists-proof h2 {
    max-width: 10.5ch;
  }
}

@media (max-width: 780px) {
  .artists-hero__collage {
    top: 92px;
    right: -3vw;
    left: -3vw;
    width: 106vw;
    height: auto;
    overflow: visible;
    transform: rotate(-1.8deg) scale(1.025);
    -webkit-mask-image: none;
    mask-image: none;
  }

  .artists-hero__collage-track {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
    width: 100%;
    padding: 5px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  .artists-hero__collage-track [data-collage-generated] {
    display: none;
  }

  .artists-hero__collage-track > img:nth-child(n + 32) {
    display: none;
  }

  .artists-hero__collage-track img {
    border-radius: 7px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    filter: saturate(0.9) contrast(1.04) brightness(0.78);
  }

  .artists-hero__collage-track img:nth-child(6n + 2),
  .artists-hero__collage-track img:nth-child(6n + 5) {
    transform: translateY(5px);
  }

  .artists-hero__veil {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.2) 0%, rgba(3, 3, 3, 0.24) 22%, rgba(3, 3, 3, 0.72) 48%, #050505 67%, #050505 100%),
      linear-gradient(90deg, rgba(3, 3, 3, 0.48), transparent 82%);
  }

  .artists-section-header--services h2,
  .artists-proof h2 {
    max-width: 10.5ch;
    font-size: clamp(3.2rem, 12vw, 5rem);
    line-height: 0.86;
  }

  .artists-services__grid .artists-services__featured {
    grid-column: 1 / -1;
    display: block;
    min-height: 225px;
  }

  .artists-services__featured h3 {
    margin-top: clamp(38px, 4vw, 56px);
    font-size: var(--artists-card-title-size);
    line-height: 1;
  }

  .artists-services__featured p {
    margin-top: 17px;
    font-size: 0.88rem;
  }

  .artists-proof__quotes {
    grid-template-columns: 1fr;
  }

  .artists-track-row {
    --artists-rail-card: min(74vw, 310px);
  }

  .artists-track-row__action {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 520px) {
  .artists-hero__collage {
    top: 96px;
  }

  .artists-section-header--services h2,
  .artists-proof h2 {
    max-width: 10.5ch;
    font-size: clamp(3rem, 13vw, 4.25rem);
  }

  .artists-services__grid {
    grid-template-columns: 1fr;
  }

  .artists-services__grid .artists-services__featured {
    grid-column: auto;
  }

  .artists-proof__quotes {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .artists-proof figure,
  .artists-proof figure:first-child,
  .artists-proof figure:last-child {
    min-height: 0;
    padding: 27px 0 31px;
    border-right: 0;
    border-bottom: 1px solid var(--artists-line);
  }

  .artists-proof blockquote {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .artists-track-list {
    padding-right: var(--artists-rail-edge-fade);
    padding-left: var(--artists-rail-edge-fade);
    scroll-padding-inline: var(--artists-rail-edge-fade);
  }

  .artists-track-row {
    --artists-rail-card: min(78vw, 300px);
  }
}

/* Final Artists-page hierarchy refinements. */
:root {
  --artists-primary-section-title-size: clamp(3.1rem, 5vw, 5.8rem);
}

.artists-process__intro,
.artists-section-header--services {
  justify-items: center;
  text-align: center;
}

.artists-hero__collage-track img {
  filter: saturate(0.98) contrast(1.03) brightness(0.96);
}

.artists-process__intro > p:last-child,
.artists-section-header--services .artists-section-header__note {
  margin-right: auto;
  margin-left: auto;
}

.artists-process h2,
.artists-section-header--services h2,
.artists-proof h2 {
  font-size: var(--artists-primary-section-title-size);
  line-height: 0.88;
}

.artists-process h2 {
  max-width: 11.5ch;
}

.artists-process__steps h3 {
  font-size: clamp(1.7rem, 2.35vw, 2.45rem);
}

.artists-services__grid article:not(.artists-services__featured) h3 {
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
}

.artists-final h2 {
  max-width: 10ch;
  font-size: clamp(3.6rem, 5.4vw, 6.5rem);
  line-height: 0.86;
}

@media (min-width: 781px) {
  .artists-hero__inner {
    padding-top: 112px;
    transform: none;
  }

  .artists-hero__collage {
    top: 112px;
    height: clamp(455px, 42vw, 580px);
  }

  .artists-section-header--services h2 {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 780px) {
  :root {
    --artists-primary-section-title-size: clamp(3rem, 12vw, 4.75rem);
  }

  .artists-hero__collage {
    height: clamp(410px, 106vw, 480px);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
  }

  html.artists-layout--rail-only .artists-listening {
    margin-top: -8px;
  }

  .artists-hero__collage-track {
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  .artists-hero__collage-track [data-collage-generated],
  .artists-hero__collage-track > img:nth-child(n + 32) {
    display: block;
  }

  .artists-hero__collage-track img {
    filter: saturate(0.96) contrast(1.03) brightness(0.94);
  }

  .artists-process__steps h3,
  .artists-services__grid article:not(.artists-services__featured) h3,
  .artists-services__featured h3 {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    line-height: 0.95;
  }

  .artists-final h2 {
    max-width: 9.5ch;
    font-size: clamp(3.25rem, 13vw, 5rem);
    line-height: 0.86;
  }
}

html.artists-layout--rail-only
  .artists-player
  .artists-icon-button--primary
  [data-player-play-icon] {
  filter: brightness(0) saturate(100%) !important;
  opacity: 1 !important;
}

/* Mobile alignment only; preserve the original Artists typography scale. */
@media (max-width: 780px) {
  .artists-process__steps li,
  .artists-services__grid article,
  .artists-proof__lead,
  .artists-proof figure {
    text-align: center;
  }

  .artists-process__steps p,
  .artists-services__grid p {
    margin-right: auto;
    margin-left: auto;
  }

  .artists-proof h2 {
    margin-right: auto;
    margin-left: auto;
  }

  .artists-proof__quotes {
    justify-items: center;
  }
}
