/* Keep the opening statement close to the navigation without excess empty space. */
.intro {
  min-height: 70svh;
  padding-top: clamp(3rem, 6vw, 6rem);
}

.intro-grid {
  margin-top: 0;
}

html[lang="en"] .intro h1 {
  line-height: .99;
}

@media (max-width: 760px) {
  .intro {
    min-height: 66svh;
  }
}
