/* Keep the matte still life on the same quiet surface as the page. */
.hero.hero-unified {
  background: var(--bg);
}

.hero.hero-unified .hero-copy {
  width: 54%;
}

.hero.hero-unified .hero-visual {
  width: 46%;
  filter: brightness(1.11);
  mix-blend-mode: multiply;
  mask-image: linear-gradient(to right, transparent, #000 5%);
}

@media (max-width: 920px) {
  .hero.hero-unified .hero-copy,
  .hero.hero-unified .hero-visual {
    width: 100%;
  }
}
