/* Strategic Carbon: the home hero uses an even dark scrim over the photo,
   like the WordPress site, instead of the theme's left-to-right gradient. */
.block--hero .hero--background .hero__media::after {
  background: rgb(30 31 35 / 0.55);
}
.block--hero .hero--background { min-height: min(62vh, 34rem); }
.block--hero .hero--background .hero__content { max-width: 56rem; }
.block--hero .hero__title { letter-spacing: normal; line-height: 1.1; }
