/* Hero — full-width hero image section */

.hero {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
