/* Mobile-only homepage hero readability override */
@media (max-width: 760px) {
  .hero-photo {
    background: #fbf7fb;
  }

  /* Keep the photo visible, while still softer than desktop. */
  .hero-photo-bg {
    opacity: .58;
  }

  /* Slightly lighter veil than before so more of the artwork/photo comes through. */
  .hero-photo-overlay {
    background: linear-gradient(
      180deg,
      rgba(251, 247, 251, .14) 0%,
      rgba(251, 247, 251, .24) 34%,
      rgba(251, 245, 250, .56) 61%,
      rgba(253, 248, 252, .88) 100%
    );
  }
}
