:root {
  color-scheme: dark;
  --navy-950: #061725;
  --navy-900: #0a2438;
  --navy-800: #123d59;
  --ice-soft: #f1fbff;
  --white: #ffffff;
  --gold: #f2b94b;
  --gold-soft: #ffe3a0;
  --muted: rgba(232, 246, 255, 0.74);
  --line: rgba(221, 244, 255, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--navy-950);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.landing {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  padding:
    max(2rem, env(safe-area-inset-top))
    1.25rem
    max(2rem, env(safe-area-inset-bottom));
  background:
    radial-gradient(circle at 50% 12%, rgba(87, 173, 224, 0.20), transparent 32%),
    radial-gradient(circle at 8% 85%, rgba(242, 185, 75, 0.10), transparent 28%),
    linear-gradient(155deg, var(--navy-950), var(--navy-900) 55%, #0b2f46);
}

.landing::before,
.landing::after {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.landing::before {
  top: -15rem;
  right: -15rem;
  width: 34rem;
  height: 34rem;
  box-shadow:
    0 0 0 4rem rgba(255, 255, 255, 0.015),
    0 0 0 8rem rgba(255, 255, 255, 0.010);
}

.landing::after {
  bottom: -20rem;
  left: -18rem;
  width: 38rem;
  height: 38rem;
  box-shadow:
    0 0 0 5rem rgba(255, 255, 255, 0.012),
    0 0 0 10rem rgba(255, 255, 255, 0.008);
}

.aurora {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(5px);
  opacity: 0.5;
}

.aurora--one {
  top: 8%;
  right: 4%;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(112, 205, 255, 0.20), transparent 68%);
}

.aurora--two {
  bottom: 5%;
  left: 2%;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(242, 185, 75, 0.12), transparent 70%);
}

.hero {
  width: min(100%, 860px);
  padding: clamp(2.2rem, 8vw, 4.5rem) clamp(1.25rem, 6vw, 4rem);
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  text-align: center;
  backdrop-filter: blur(16px);
}

.brand-mark {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto 1.6rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-soft);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--ice-soft);
  font-size: clamp(2.7rem, 13vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

h1 span {
  display: block;
  margin-top: 0.3rem;
  color: var(--gold-soft);
  font-size: 0.55em;
  letter-spacing: 0.06em;
}

.coming-soon {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(242, 185, 75, 0.38);
  border-radius: 999px;
  background: rgba(242, 185, 75, 0.10);
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coming-soon__dot {
  width: 0.62rem;
  height: 0.62rem;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: var(--gold);
  box-shadow:
    0 0 0 4px rgba(242, 185, 75, 0.15),
    0 0 18px rgba(242, 185, 75, 0.55);
}

.message {
  max-width: 560px;
  margin: 1.4rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 3.5vw, 1.16rem);
}

.ornament {
  display: grid;
  grid-template-columns: minmax(30px, 120px) auto minmax(30px, 120px);
  gap: 0.9rem;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
}

.ornament span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 244, 255, 0.35));
}

.ornament span:last-child {
  background: linear-gradient(90deg, rgba(223, 244, 255, 0.35), transparent);
}

.ornament i {
  width: 0.55rem;
  height: 0.55rem;
  transform: rotate(45deg);
  border: 1px solid rgba(242, 185, 75, 0.75);
  background: rgba(242, 185, 75, 0.10);
}

.footer-note {
  margin: 1.25rem 0 0;
  color: rgba(232, 246, 255, 0.50);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.snowfield {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.snowfield span {
  position: absolute;
  top: -2rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.45);
  animation: snowfall 12s linear infinite;
}

.snowfield span:nth-child(1)  { left: 3%;  animation-delay: -2s;  animation-duration: 12s; }
.snowfield span:nth-child(2)  { left: 9%;  animation-delay: -7s;  animation-duration: 15s; }
.snowfield span:nth-child(3)  { left: 15%; animation-delay: -5s;  animation-duration: 13s; }
.snowfield span:nth-child(4)  { left: 22%; animation-delay: -10s; animation-duration: 17s; }
.snowfield span:nth-child(5)  { left: 29%; animation-delay: -3s;  animation-duration: 14s; }
.snowfield span:nth-child(6)  { left: 35%; animation-delay: -11s; animation-duration: 18s; }
.snowfield span:nth-child(7)  { left: 41%; animation-delay: -6s;  animation-duration: 12s; }
.snowfield span:nth-child(8)  { left: 47%; animation-delay: -1s;  animation-duration: 16s; }
.snowfield span:nth-child(9)  { left: 53%; animation-delay: -9s;  animation-duration: 14s; }
.snowfield span:nth-child(10) { left: 59%; animation-delay: -4s;  animation-duration: 17s; }
.snowfield span:nth-child(11) { left: 65%; animation-delay: -8s;  animation-duration: 13s; }
.snowfield span:nth-child(12) { left: 71%; animation-delay: -12s; animation-duration: 18s; }
.snowfield span:nth-child(13) { left: 77%; animation-delay: -5s;  animation-duration: 15s; }
.snowfield span:nth-child(14) { left: 83%; animation-delay: -2s;  animation-duration: 13s; }
.snowfield span:nth-child(15) { left: 89%; animation-delay: -10s; animation-duration: 16s; }
.snowfield span:nth-child(16) { left: 95%; animation-delay: -6s;  animation-duration: 14s; }
.snowfield span:nth-child(17) { left: 18%; animation-delay: -13s; animation-duration: 20s; }
.snowfield span:nth-child(18) { left: 38%; animation-delay: -15s; animation-duration: 21s; }
.snowfield span:nth-child(19) { left: 68%; animation-delay: -14s; animation-duration: 19s; }
.snowfield span:nth-child(20) { left: 86%; animation-delay: -16s; animation-duration: 22s; }

@keyframes snowfall {
  from {
    transform: translate3d(0, -4vh, 0);
    opacity: 0;
  }

  10% {
    opacity: 0.8;
  }

  to {
    transform: translate3d(2.5rem, 110vh, 0);
    opacity: 0;
  }
}


.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.footer-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border: 1px solid rgba(242, 185, 75, 0.45);
  border-radius: 0.9rem;
  background: rgba(242, 185, 75, 0.12);
  color: var(--gold-soft);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.footer-button:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: rgba(242, 185, 75, 0.20);
}

.footer-button:focus-visible {
  outline: 3px solid rgba(242, 185, 75, 0.45);
  outline-offset: 4px;
}

@media (min-width: 720px) {
  .landing {
    padding-inline: 2rem;
  }

  .hero {
    border-radius: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .snowfield span {
    animation: none;
    opacity: 0.28;
  }
}
