:root {
  --ink: #3e1b2c;
  --ink-soft: #633b4c;
  --rose: #d96791;
  --rose-deep: #af3e70;
  --gold: #bd7a38;
  --gold-light: #f5d7a1;
  --white: #fffdfd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #e6a4bb;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  background: #e6a4bb;
}

.coming-soon {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 50% 43%, rgba(255, 255, 255, 0.9) 0 10%, rgba(255, 255, 255, 0) 44%),
    radial-gradient(circle at 4% 0%, rgba(255, 255, 255, 0.52), transparent 26%),
    linear-gradient(135deg, #f8e9ee 0%, #f4cad8 39%, #dc7c9e 71%, #b74472 100%);
}

.coming-soon::before,
.coming-soon::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.coming-soon::before {
  inset: 5%;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  box-shadow:
    0 0 0 1rem rgba(255, 255, 255, 0.05),
    0 0 0 2rem rgba(189, 122, 56, 0.05),
    inset 0 0 5rem rgba(255, 255, 255, 0.18);
  transform: rotate(-4deg) scale(1.12, 0.64);
}

.coming-soon::after {
  inset: -35%;
  background: conic-gradient(
    from 210deg at 50% 50%,
    transparent 0deg,
    rgba(255, 255, 255, 0.14) 35deg,
    transparent 75deg,
    transparent 145deg,
    rgba(255, 255, 255, 0.11) 185deg,
    transparent 225deg
  );
  animation: slow-turn 24s linear infinite;
}

.ambient-light {
  position: absolute;
  z-index: -1;
  width: clamp(16rem, 36vw, 34rem);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.55;
  filter: blur(2px);
  pointer-events: none;
}

.ambient-light--top {
  top: -18%;
  left: 11%;
  background: radial-gradient(circle, rgba(255, 250, 244, 0.8), rgba(255, 250, 244, 0) 68%);
}

.ambient-light--bottom {
  right: 4%;
  bottom: -21%;
  background: radial-gradient(circle, rgba(255, 198, 222, 0.72), rgba(255, 198, 222, 0) 68%);
}

.content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 1180px);
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 3.2vw, 2.8rem);
}

.logo-frame {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: clamp(0.25rem, 0.75vw, 0.7rem);
  overflow: hidden;
  border: 1px solid rgba(189, 122, 56, 0.62);
  border-radius: clamp(0.35rem, 1vw, 0.85rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 247, 0.86));
  box-shadow:
    0 1.5rem 4rem rgba(105, 26, 63, 0.2),
    0 0 0 0.35rem rgba(255, 255, 255, 0.18),
    0 0 3rem rgba(255, 244, 235, 0.66);
}

.logo-frame::before,
.logo-frame::after {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  border-color: rgba(189, 122, 56, 0.72);
  content: "";
  pointer-events: none;
}

/* .logo-frame::before {
  top: 0.65rem;
  left: 0.65rem;
  border-top: 1px solid;
  border-left: 1px solid;
}

.logo-frame::after {
  right: 0.65rem;
  bottom: 0.65rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
} */

.logo-frame__shine {
  position: absolute;
  z-index: 1;
  top: -35%;
  left: -24%;
  width: 31%;
  height: 170%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: rotate(24deg);
  animation: logo-shine 7s ease-in-out infinite;
  pointer-events: none;
}

.logo {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
}

.message {
  display: flex;
  align-items: center;
  color: var(--ink);
  flex-direction: column;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.message__ornament {
  display: flex;
  width: min(17rem, 65vw);
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-bottom: clamp(0.8rem, 1.6vw, 1.2rem);
  color: var(--gold);
}

.message__ornament span {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(189, 122, 56, 0.8));
}

.message__ornament span:last-child {
  background: linear-gradient(90deg, rgba(189, 122, 56, 0.8), transparent);
}

.message__ornament i {
  font-size: 0.7rem;
  font-style: normal;
  transform: rotate(45deg);
}

.message__kicker,
.message__coming {
  margin: 0;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.64rem, 1.05vw, 0.84rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.message__kicker {
  margin-left: 0.32em;
}

.message h1 {
  margin: 0.46em 0 0.24em;
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.45;
}

.message__coming {
  margin-left: 0.32em;
  color: var(--gold);
  font-size: clamp(0.58rem, 0.85vw, 0.72rem);
  letter-spacing: 0.48em;
}

.ornament {
  position: absolute;
  z-index: 0;
  width: clamp(10rem, 22vw, 20rem);
  aspect-ratio: 1;
  color: rgba(255, 255, 255, 0.74);
  pointer-events: none;
}

.ornament--left {
  top: 4%;
  left: -4%;
}

.ornament--right {
  right: -4%;
  bottom: 4%;
  transform: rotate(180deg);
}

.ornament__orbit {
  position: absolute;
  inset: 12%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  box-shadow: 0 0 0 0.8rem rgba(255, 255, 255, 0.05);
  transform: rotate(28deg) scale(1, 0.55);
}

.ornament__sparkle {
  position: absolute;
  color: rgba(255, 249, 241, 0.84);
  font-family: Georgia, serif;
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.72);
}

.ornament__sparkle--one {
  top: 10%;
  right: 26%;
  font-size: clamp(1rem, 2vw, 1.8rem);
  animation: twinkle 3.6s ease-in-out infinite;
}

.ornament__sparkle--two {
  bottom: 16%;
  left: 24%;
  font-size: clamp(0.75rem, 1.4vw, 1.2rem);
  animation: twinkle 4.5s 1s ease-in-out infinite;
}

@keyframes slow-turn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes logo-shine {
  0%,
  30% {
    left: -24%;
  }
  70%,
  100% {
    left: 118%;
  }
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.34;
    transform: scale(0.84) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.08) rotate(18deg);
  }
}

@media (max-width: 640px) {
  .coming-soon {
    padding: 1.15rem 0.85rem 1.6rem;
    background:
      radial-gradient(circle at 50% 37%, rgba(255, 255, 255, 0.92) 0 9%, rgba(255, 255, 255, 0) 50%),
      linear-gradient(145deg, #faedf1 0%, #f2c1d2 48%, #c85b86 100%);
  }

  .coming-soon::before {
    inset: 6% -24%;
    transform: rotate(-4deg) scale(1.12, 0.7);
  }

  .content {
    width: 100%;
    gap: 1.35rem;
  }

  .logo-frame {
    width: 100%;
    padding: 0.22rem;
    border-radius: 0.45rem;
    box-shadow:
      0 1rem 2.3rem rgba(105, 26, 63, 0.2),
      0 0 0 0.22rem rgba(255, 255, 255, 0.2),
      0 0 2rem rgba(255, 244, 235, 0.66);
  }

  .logo-frame::before,
  .logo-frame::after {
    width: 1rem;
    height: 1rem;
  }

  .logo-frame::before {
    top: 0.36rem;
    left: 0.36rem;
  }

  .logo-frame::after {
    right: 0.36rem;
    bottom: 0.36rem;
  }

  .message__ornament {
    width: min(13rem, 68vw);
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }

  .message__kicker {
    font-size: 0.58rem;
    letter-spacing: 0.2em;
  }

  .message h1 {
    margin-top: 0.5em;
    font-size: clamp(1.12rem, 5.2vw, 1.6rem);
    letter-spacing: 0.1em;
  }

  .message__coming {
    font-size: 0.54rem;
    letter-spacing: 0.36em;
  }

  .ornament {
    width: 9rem;
    opacity: 0.74;
  }

  .ornament--left {
    top: 2%;
    left: -18%;
  }

  .ornament--right {
    right: -18%;
    bottom: 3%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
