/* Neutral overlay preserves the original tones of the featured photograph. */
.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, .30), rgba(8, 8, 8, .04) 70%),
    linear-gradient(0deg, rgba(8, 8, 8, .42), transparent 52%);
}
