.home-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 2em;
  gap: 0.5em;
}

.home-hero h1 {
  font-weight: var(--font-weight-bold);
  text-align: center;
  font-size: clamp(2.5rem, 8vw, 5rem);
  margin: 0;
}

.hero-sublogo {
  text-align: center;
  display: block;
  margin-top: 1.5em;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  max-width: 90%;
  font-weight: var(--font-weight-middle);
}

.hero-buttons {
  display: flex;
  gap: 1em;
}
