/* Soft growth imagery; dark left edge protects the existing copy. */
.hero.home-hero {
  background: linear-gradient(90deg, rgba(7,27,45,.88) 0%, rgba(7,27,45,.76) 38%, rgba(13,59,64,.60) 72%, rgba(13,59,64,.50) 100%), url("/home-growth-window-hero.png") center / cover no-repeat;
  min-height: 610px;
}
.home-hero h1 { max-width: 790px; }
.home-hero p { max-width: 680px; }
@media (max-width:850px) {
  .hero.home-hero { min-height: 0; background-position: 62% center; }
}
