#comming-soon-page {
  position: relative;
  z-index: 2;
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 120px 20px 160px;
}

#comming-soon-page .hgroup {
  margin-bottom: 40px;
  text-align: center;
}

#comming-soon-page .hgroup h1 {
  margin: 0;
}

#comming-soon-page .hgroup p {
  margin: 12px 0 0;
}

.comming-soon-card {
  padding: 48px 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 4px solid #000;
  border-radius: 32px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
}

.comming-soon-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  margin: 0 0 20px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  background: var(--highlight-color);
  border: 3px solid #000;
  border-radius: 999px;
}

.comming-soon-card__title {
  margin: 0;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1;
}

.comming-soon-card__text {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.comming-soon-card .normal-button {
  display: inline-flex;
  justify-content: center;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  #comming-soon-page {
    padding: 72px 16px 100px;
  }

  .comming-soon-card {
    padding: 36px 20px;
    border-width: 3px;
    border-radius: 24px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  }

  .comming-soon-card__label {
    min-width: 132px;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .comming-soon-card__title {
    font-size: clamp(32px, 11vw, 52px);
  }

  .comming-soon-card__text {
    margin-top: 20px;
    line-height: 1.8;
  }

  .comming-soon-card .normal-button {
    width: 100%;
    margin-top: 28px;
  }
}
