:root {
  --navy: #00152e;
  --navy-deep: #000b1d;
  --gold: #d9ad56;
  --gold-light: #f2d797;
  --ivory: #f6efe2;
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--navy-deep);
}

body {
  color: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
}

.coming-soon {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(1.5rem, 3.5vw, 3.25rem) clamp(1.35rem, 5vw, 5.5rem);
  background:
    radial-gradient(circle at 50% 42%, rgba(14, 53, 87, 0.74) 0%, rgba(3, 29, 56, 0.42) 29%, transparent 58%),
    linear-gradient(145deg, #000a1a 0%, var(--navy) 47%, #001024 100%);
}

.coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.coming-soon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.28));
}

.ambient-glow {
  position: absolute;
  top: 19%;
  left: 50%;
  z-index: -1;
  width: min(58vw, 48rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(34, 89, 130, 0.16);
  filter: blur(85px);
  transform: translateX(-50%);
  animation: breathe 7s ease-in-out infinite;
}

.topbar,
.footer {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: rgba(246, 239, 226, 0.63);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.topbar { animation: fade-down 1s 0.1s both; }
.topbar p, .footer p { margin: 0; }
.topbar p > span:not(.opening-label span) { margin: 0 0.45rem; color: var(--gold); }

.opening-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.opening-label > span {
  width: 1.75rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.hero {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: min(100%, 67rem);
  margin: 0 auto;
  padding: clamp(1rem, 2.5vh, 2.2rem) 0;
  text-align: center;
}

.logo-wrap {
  position: relative;
  width: clamp(9rem, 17vh, 13.5rem);
  aspect-ratio: 1;
  margin-bottom: clamp(0.2rem, 0.9vh, 0.75rem);
  animation: logo-reveal 1.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.logo-halo {
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: rgba(221, 174, 81, 0.11);
  box-shadow: 0 0 4rem rgba(221, 174, 81, 0.12);
  filter: blur(15px);
}

.brand-logo {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1.1rem 2rem rgba(0, 0, 0, 0.28));
  -webkit-mask-image: radial-gradient(circle, #000 42%, rgba(0, 0, 0, 0.94) 57%, transparent 73%);
  mask-image: radial-gradient(circle, #000 42%, rgba(0, 0, 0, 0.94) 57%, transparent 73%);
}

.eyebrow {
  margin: 0 0 clamp(0.8rem, 1.9vh, 1.35rem);
  color: var(--gold-light);
  font-size: clamp(0.55rem, 0.9vw, 0.7rem);
  font-weight: 600;
  letter-spacing: clamp(0.19em, 0.5vw, 0.36em);
  text-transform: uppercase;
  animation: rise 1s 0.35s both;
}

h1 {
  margin: 0;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 5.15rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
  animation: rise 1s 0.5s both;
}

h1 em {
  display: block;
  margin-top: 0.14em;
  color: var(--gold-light);
  font-weight: 400;
}

.gold-thread {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(17rem, 66vw);
  margin: clamp(1.25rem, 2.7vh, 2rem) auto clamp(1rem, 2vh, 1.5rem);
  animation: thread-reveal 1.25s 0.85s both;
}

.thread-line {
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.thread-line:last-child { background: linear-gradient(90deg, var(--gold), transparent); }

.thread-diamond {
  flex: 0 0 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 0.65rem;
  border: 1px solid var(--gold-light);
  transform: rotate(45deg);
  box-shadow: 0 0 1rem rgba(217, 173, 86, 0.35);
}

.description {
  margin: 0;
  color: rgba(246, 239, 226, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.98rem, 1.55vw, 1.22rem);
  line-height: 1.65;
  letter-spacing: 0.045em;
  animation: rise 1s 0.8s both;
}

.mobile-break { display: none; }

.soon {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: clamp(1.05rem, 2vh, 1.45rem) 0 0;
  color: var(--ivory);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  animation: rise 1s 0.95s both;
}

.soon span {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 0 rgba(242, 215, 151, 0.6);
  animation: pulse 2.4s infinite;
}

.footer { animation: fade-up 1s 1.05s both; }
.footer p:last-child { color: rgba(217, 173, 86, 0.72); }

.measure {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 45vh;
  opacity: 0.19;
  background: repeating-linear-gradient(to bottom, transparent 0 12px, var(--gold) 12px 13px, transparent 13px 25px);
  transform: translateY(-50%);
}

.measure-left { left: clamp(0.5rem, 2vw, 2rem); }
.measure-right { right: clamp(0.5rem, 2vw, 2rem); }

@keyframes logo-reveal {
  from { opacity: 0; transform: scale(0.88); filter: blur(8px); }
  to { opacity: 1; transform: scale(1); filter: blur(0); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(1rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-down {
  from { opacity: 0; transform: translateY(-0.65rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(0.65rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes thread-reveal {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes breathe {
  0%, 100% { opacity: 0.65; transform: translateX(-50%) scale(0.92); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.08); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(242, 215, 151, 0.55); }
  70%, 100% { box-shadow: 0 0 0 0.55rem rgba(242, 215, 151, 0); }
}

@media (max-width: 640px) {
  .coming-soon { padding: 1.35rem 1.25rem 1.2rem; }
  .topbar { justify-content: center; }
  .topbar > p:first-child, .footer > p:last-child { display: none; }
  .hero { padding: 0.7rem 0; }
  .logo-wrap { width: clamp(8.3rem, 21vh, 11rem); }
  h1 { max-width: 22rem; font-size: clamp(2.15rem, 11.4vw, 3.25rem); line-height: 1.02; }
  .description { line-height: 1.5; }
  .mobile-break { display: block; }
  .footer { justify-content: center; }
  .measure { opacity: 0.12; }
}

@media (max-height: 700px) and (min-width: 641px) {
  .logo-wrap { width: 8rem; }
  .hero { padding: 0.5rem 0; }
  h1 { font-size: clamp(2.5rem, 7vh, 4.2rem); }
  .gold-thread { margin-top: 0.9rem; margin-bottom: 0.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
