*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body.kb-page-coming-soon {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000;
  color: #fff;
  font-family: "Roboto", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.kb-page-coming-soon {
  overflow: hidden;
}

body.kb-page-coming-soon #wpadminbar {
  display: none;
}

.cs {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  background: #000;
}

.cs__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.cs__video--mobile {
  display: none;
}

.cs__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100svh;
  min-height: 100dvh;
  padding:
    max(48px, env(safe-area-inset-top))
    20px
    max(40px, env(safe-area-inset-bottom));
}

.cs__logo {
  display: block;
  width: 199px;
  height: auto;
  margin-top: 73px;
  flex-shrink: 0;
}

.cs__copy {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 0;
}

.cs__title {
  margin: 0;
  font-family: "Roboto", system-ui, sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.222;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
}

.cs__lead {
  margin: 14px 0 0;
  max-width: 640px;
  font-family: "Roboto", system-ui, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}

.cs__footer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  padding-bottom: 12px;
}

.cs__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.cs__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.cs__social:hover,
.cs__social:focus-visible {
  opacity: 0.75;
}

.cs__social img {
  display: block;
  width: auto;
  height: 22px;
}

.cs__social--instagram img {
  width: 23px;
  height: 22px;
}

.cs__social--facebook img {
  width: 11px;
  height: 22px;
}

.cs__email {
  font-family: "Inter", "Roboto", system-ui, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease;
}

.cs__email:hover,
.cs__email:focus-visible {
  opacity: 0.75;
}

@media (max-width: 767.98px) {
  .cs__video--desktop {
    display: none;
  }

  .cs__video--mobile {
    display: block;
  }

  .cs__overlay {
    padding:
      max(32px, env(safe-area-inset-top))
      20px
      max(32px, env(safe-area-inset-bottom));
  }

  .cs__logo {
    width: 160px;
    margin-top: 40px;
  }

  .cs__title {
    font-size: 28px;
    line-height: 1.25;
    padding: 0 8px;
  }

  .cs__lead {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 320px;
    padding: 0 4px;
  }

  .cs__footer {
    gap: 24px;
    padding-bottom: 8px;
  }

  .cs__socials {
    gap: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .cs__logo {
    margin-top: 56px;
    width: 180px;
  }

  .cs__title {
    font-size: 36px;
  }
}
