.div-block {
  background-color: #00f;
}

.gp-coming-soon {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#061d35 0%, #020b14 100%);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 48px 20px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
}

.gp-shell {
  flex-direction: column;
  align-items: center;
  width: min(100%, 760px);
  display: flex;
}

.gp-logo {
  border-radius: 50%;
  width: clamp(190px, 34vw, 340px);
  height: auto;
  margin: 0 auto 28px;
  display: block;
  box-shadow: 0 24px 70px #00000075, 0 0 0 1px #ff8f0d2e;
}

.gp-kicker {
  color: #ff930f;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.gp-heading {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(42px, 8vw, 84px);
  font-weight: 900;
  line-height: .95;
}

.gp-copy {
  color: #ffffffd1;
  max-width: 560px;
  margin: 22px auto 0;
  font-size: clamp(17px, 2.4vw, 22px);
  font-weight: 500;
  line-height: 1.55;
}

.gp-location {
  color: #ff930f;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

@media screen and (max-width: 479px) {
  .gp-coming-soon {
    padding: 34px 18px;
  }

  .gp-logo {
    width: min(70vw, 250px);
    margin-bottom: 22px;
  }

  .gp-kicker {
    letter-spacing: .14em;
    font-size: 12px;
  }

  .gp-heading {
    font-size: 43px;
  }

  .gp-copy {
    font-size: 16px;
  }

  .gp-location {
    letter-spacing: .14em;
  }
}


