.hero {
  min-height: 720px;
  height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 130px 22px 70px;
}

.hero-overlay {
  background: rgba(0, 0, 0, .42);
}

.hero-copy {
  width: min(900px, 92vw);
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-logo {
  width: min(760px, 86vw);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 8px 28px rgba(0, 0, 0, .75));
}

.hero-actions {
  justify-content: center;
  margin-top: 26px;
}

@media (max-width: 760px) {
  .hero-logo { width: min(620px, 90vw); }
  .hero-actions { flex-direction: column; width: min(340px, 90vw); }
  .hero-actions > * { width: 100%; }
}
