.site-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: block;
  padding: 0 4rem;
  background: #000;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
}

.site-gate[hidden] {
  display: none;
}

.site-gate__content {
  width: min(100%, 112rem);
  margin: 0 auto;
  padding-top: clamp(7rem, 14vh, 14rem);
  text-align: left;
}

.site-gate__brand {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: #fff;
  text-decoration: none;
}

.site-gate__brand strong {
  font-size: 2.8rem;
  letter-spacing: 0;
}

.site-gate__logo {
  width: 4.6rem;
  height: 4.6rem;
  object-fit: contain;
}

.site-gate h1 {
  margin: 2.8rem 0 .8rem;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.site-gate p {
  max-width: 98rem;
  margin: 0 0 2.8rem;
  color: #d3d3d3;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.site-gate__challenge {
  width: min(100%, 32rem);
  min-height: 7rem;
}

.site-gate__status {
  min-height: 2rem;
  margin-top: 1.4rem !important;
  color: #ff6b6b !important;
}

.site-gate small {
  display: block;
  margin-top: 3rem;
  color: #777;
  font-size: 1.1rem;
  letter-spacing: 0;
}

@media screen and (max-width: 749px) {
  .site-gate {
    padding: 0 2.2rem;
  }

  .site-gate__content {
    padding-top: 6rem;
  }

  .site-gate__brand strong {
    font-size: 2.2rem;
  }

  .site-gate h1 {
    font-size: 2.2rem;
  }
}
