/* Keep the original pixels; frame the photographic left side of the panorama. */
.hero-visual.hero-visual-hq > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 18% center !important;
  transform: none !important;
  outline: 0 !important;
}

/* A single vector lockup replaces the blurry card baked into the old photo. */
.hero-visual.hero-visual-hq::after {
  content: '' !important;
  position: absolute !important;
  inset: auto 5% 6% auto !important;
  width: clamp(170px, 36%, 274px) !important;
  aspect-ratio: 1.82 !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #fff url('../images/logo-header-solid.svg') center / 76% auto no-repeat !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08) !important;
  transform: none !important;
  pointer-events: none;
}
