/* Transparent WebP assets remove the last rectangular raster boundary. */

.scene img {
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-copy h1,
.direction-copy h2,
.projects-heading h2,
.cta-card h2,
.contact-heading h2 {
  text-wrap: wrap;
}

@media (min-width: 1800px) {
  .hero-copy,
  .hero-copy h1 {
    max-width: 1040px;
  }
}
