header {
  margin-top: var(--section-spacing);
  padding-inline: calc(calc(100vw - var(--website-width)) / 2);
}

.hero {
  font-size: 5vh;
  line-height: 1.2;
  font-weight: 900;
  color: var(--color-neutral-900);
}

.subhero {
  margin-top: calc(var(--section-spacing) / 4);
  opacity: 0.5;
  font-size: 1.25rem;
  font-weight: 300;
}
