.coming-soon-wrap {
  margin-top: clamp(22px, 6vw, 60px);
  margin-bottom: clamp(22px, 6vw, 60px);
}

.coming-soon-cici img {
  max-width: min(260px, 55vw);
  width: auto;
}

.coming-soon-box {
  text-align: center;
}

.coming-soon-copy {
  margin: 14px auto 10px;
  max-width: 52ch;
  color: #f8f5ff;
}

.coming-soon-accent {
  color: #e6c9ff;
  text-shadow: 0 0 10px rgba(190, 200, 255, 0.35);
}

.coming-soon-link {
  margin: 8px 0 14px;
}

.coming-soon-footer {
  margin-top: 2em;
  padding-top: 10px;
}

.celestial-divider {
  display: block;
  width: min(420px, 70%);
  height: 60px;
  margin: 2em auto;
  background: url("images/divider.png") center / contain no-repeat;
  filter: drop-shadow(0 0 14px rgba(255, 215, 140, 0.30));
}