.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero.has-display-rotation {
  min-height: 0;
  padding: clamp(1rem, 4vw, 3rem);
  overflow: hidden;
}

.hero.has-display-rotation .display-rotation-frame {
  width: min(100%, 82rem);
  aspect-ratio: var(--rotation-frame-aspect, 3 / 2);
  display: grid;
  place-items: center;
  overflow: visible;
}

.hero.has-display-rotation .display-rotation-frame img {
  width: var(--rotation-source-width, 66.6667%);
  max-width: none;
  max-height: none;
  height: auto;
  transform: rotate(var(--display-rotation));
  transform-origin: center;
}

.image-led-shell {
  max-width: none;
  padding: 0;
  overflow: hidden;
}

.image-led-shell .image-led-heading {
  max-width: 104rem;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
  position: relative;
  z-index: 2;
}

.image-led-shell .image-led-heading h2 {
  max-width: 8ch;
  font-size: clamp(4rem, 13vw, 13rem);
  line-height: .76;
  letter-spacing: -.07em;
}

.image-led-shell .image-led-heading .proof-note {
  max-width: 30ch;
}

.image-led-shell .metadata {
  align-self: end;
  max-width: 36rem;
}

.image-led-shell .image-led-hero {
  min-height: min(92vh, 68rem);
  border-left: 0;
  border-right: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 48%, rgba(121, 160, 188, .18), transparent 18rem),
    radial-gradient(circle at 48% 50%, rgba(210, 170, 98, .08), transparent 31rem),
    #03050a;
}

.image-led-shell .image-led-hero::before,
.image-led-shell .image-led-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(142, 182, 198, .22);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  pointer-events: none;
  z-index: -1;
}

.image-led-shell .image-led-hero::before {
  width: min(76vw, 70rem);
  aspect-ratio: 1 / .42;
}

.image-led-shell .image-led-hero::after {
  width: min(54vw, 49rem);
  aspect-ratio: 1 / .42;
  border-color: rgba(210, 170, 98, .18);
  transform: translate(-50%, -50%) rotate(18deg);
}

.image-led-shell .image-led-hero img {
  max-height: calc(90vh - 5rem);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2.5rem 4rem rgba(0, 0, 0, .58));
}

.image-led-shell .image-led-hero figcaption {
  position: relative;
  z-index: 2;
  max-width: 72rem;
  margin: 0 auto;
}

.image-led-shell .editorial-card,
.image-led-shell .work-switcher {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.image-led-shell .editorial-card {
  margin-top: clamp(3rem, 7vw, 7rem);
}

.image-led-shell .work-switcher {
  margin-top: clamp(2rem, 5vw, 5rem);
  margin-bottom: clamp(2rem, 5vw, 5rem);
}

@media (max-width: 780px) {
  .hero.has-display-rotation {
    padding: .85rem;
  }

  .hero.has-display-rotation .display-rotation-frame {
    width: 100%;
  }

  .image-led-shell .image-led-heading {
    padding-top: 3rem;
  }

  .image-led-shell .image-led-heading h2 {
    font-size: clamp(3.7rem, 20vw, 7rem);
  }

  .image-led-shell .image-led-hero {
    min-height: 70vh;
  }

  .image-led-shell .image-led-hero::before {
    width: 120vw;
  }

  .image-led-shell .image-led-hero::after {
    width: 86vw;
  }

  .image-led-shell .editorial-card,
  .image-led-shell .work-switcher {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* Blue Period presentation whitespace correction */
.mortis-gallery .work-shell[data-presentation-enhanced="blue-period"] .hero.has-display-rotation {
  padding: 0;
}

.mortis-gallery .work-shell[data-presentation-enhanced="blue-period"] .hero.has-display-rotation .display-rotation-frame {
  width: 100%;
  max-width: none;
}
