.hero {
  overflow: hidden;
  height: var(--hero-height);
  background:
    linear-gradient(var(--hero-overlay-start), var(--hero-overlay-end)),
    var(--snoutscoop-hero-image) var(--hero-image-position) / cover fixed;
}



.wave-after-hero {
  height: var(--wave-after-hero-height);
}

.intro {
  padding-block: var(--space-2xl) var(--space-3xl);
  text-align: center;
}

.intro h1 {
  font-size: var(--text-intro-title);
}

.intro p {
  max-width: var(--intro-copy-max-width);
  margin-inline: auto;
  margin-bottom: var(--space-md);
  font-size: var(--text-intro-copy);
  line-height: var(--line-height-relaxed);
}

.snoutscoop-intro-icon {
  display: inline-flex;
  margin-bottom: var(--space-sm);
  color: var(--orange);
  font-size: clamp(2.1rem, 1.7rem + 1vw, 3rem);
  line-height: 1;
}

