.artist-panel.orland::before {
  background-image: url('assets/orland-g-night-portrait.png');
  background-position: center 38%;
}

.page-hero.orland-photo {
  min-height: 78svh;
}

.page-hero.orland-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, .72) 40%, rgba(5, 5, 5, .08)),
    linear-gradient(0deg, rgba(5, 5, 5, .82), transparent 42%),
    url('assets/orland-g-night-portrait.png') center 38% / cover;
}

.split-content .artist-lead {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.35;
}

@media (max-width: 800px) {
  .page-hero.orland-photo::before {
    background:
      linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, .2) 72%),
      url('assets/orland-g-night-portrait.png') center 34% / cover;
  }
}
