.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.1;
}

.hero-line {
  display: block;
  overflow: visible;
}

.hero-line span {
  display: inline-block;
  padding-bottom: 0.08em;
  animation: rise .6s var(--ease-out) forwards;
}