/* Hero */
.hero {
  color: var(--white);
  row-gap: 32px;
  padding-top: 224px;
  padding-bottom: 128px;
  justify-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg {
  z-index: -10;
  top: 0;
  left: 0;
  width: 100dvw;
  max-height: 800px;
  overflow: hidden;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 800px;
}

.hook-up {
  max-width: 900px;
  text-align: center;
}

.society {
  font-size: calc(30px + (36 - 30) * ((100vw - 320px) / (1440 - 320)));
  font-weight: 500;
  line-height: normal;
}
