:root {
  --navy: #06182e;
  --midnight: #020913;
  --ink: #091427;
  --gold: #f7c76a;
  --gold-deep: #b9822d;
  --white: #fff8ea;
  --muted: #c9d3e6;
  --blue-glow: #18a8ff;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--midnight);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

button {
  font: inherit;
}

.coming-soon {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 30%, rgba(20, 85, 152, 0.28), transparent 38rem),
    linear-gradient(180deg, #06172c 0%, #071426 48%, #010711 100%);
  overflow: hidden;
}

.coming-soon::before,
.coming-soon::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.coming-soon::before {
  z-index: -3;
  background-image:
    radial-gradient(circle, rgba(255, 198, 99, 0.9) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(118, 188, 255, 0.55) 0 1px, transparent 1.5px);
  background-position: 0 0, 35px 55px;
  background-size: 90px 90px, 130px 130px;
  opacity: 0.42;
  animation: starDrift 18s linear infinite;
}

.coming-soon::after {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 6, 14, 0.85), transparent 25%, transparent 75%, rgba(1, 6, 14, 0.8)),
    linear-gradient(180deg, transparent 0%, rgba(1, 6, 14, 0.42) 74%, rgba(1, 6, 14, 0.95) 100%);
}

.stars {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.hero {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 100vh;
  padding: clamp(2rem, 5vw, 4.5rem) 1.25rem 0;
  text-align: center;
}

.brand-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.15rem;
  width: min(100%, 48rem);
  text-transform: uppercase;
}

.diamond-mark {
  width: clamp(4.1rem, 7vw, 5.9rem);
  height: auto;
  margin-bottom: 0.25rem;
  fill: none;
  stroke: var(--white);
  stroke-width: 4;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 0.45rem rgba(255, 255, 255, 0.35));
}

.brand {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.65);
}

.brand-subtitle {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.85rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
}

.tagline {
  margin: 0.35rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.55rem);
  font-style: italic;
  text-transform: none;
  color: #f4f1ee;
}

.divider {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  width: min(44rem, 85vw);
  height: 2rem;
  margin: clamp(0.9rem, 2vw, 1.5rem) 0;
}

.divider span {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.divider span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.85rem;
  height: 0.85rem;
  content: "";
  background: var(--gold);
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 1rem rgba(247, 199, 106, 0.8);
}

.announcement {
  position: relative;
  z-index: 1;
  width: min(100%, 58rem);
}

.eyebrow,
.support {
  margin: 0;
  color: var(--white);
  font-size: clamp(0.8rem, 1.7vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1 {
  position: relative;
  margin: 0.1rem 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5.1rem, 16vw, 11.5rem);
  font-weight: 600;
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(100deg, #8f5a1b 0%, #ffd777 19%, #fff1a9 31%, #b67624 52%, #ffcd65 74%, #895314 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0.25rem 0.3rem rgba(0, 0, 0, 0.8));
}

h1::after {
  position: absolute;
  top: 12%;
  right: 12%;
  width: 0.7rem;
  height: 0.7rem;
  content: "";
  border-radius: 50%;
  background: #fff7d2;
  box-shadow: 0 0 1.5rem 0.55rem rgba(255, 209, 105, 0.75);
  animation: glint 3.8s ease-in-out infinite;
}

.support span {
  color: var(--gold);
}

.launch-note {
  width: min(100%, 42rem);
  margin: 0.85rem auto 0;
  color: var(--muted);
  font-size: clamp(0.86rem, 1.7vw, 1.05rem);
  font-weight: 500;
}

.countdown {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(4.4rem, 1fr));
  gap: 0.75rem;
  width: min(100%, 36rem);
  margin: clamp(1.25rem, 3vw, 2rem) 0 1rem;
}

.countdown div {
  padding: 0.8rem 0.5rem;
  border: 1px solid rgba(247, 199, 106, 0.32);
  background: rgba(4, 15, 30, 0.62);
  box-shadow: 0 0.85rem 2rem rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.countdown strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 1;
  color: var(--gold);
}

.countdown span {
  display: block;
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.social-block {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  width: min(100%, 35rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.social-block p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.78rem, 1.5vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 3.3rem;
  height: 3.3rem;
  border: 1px solid rgba(247, 199, 106, 0.5);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(4, 15, 30, 0.78);
  box-shadow: 0 0 2rem rgba(24, 168, 255, 0.12);
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: rgba(255, 240, 168, 0.92);
  color: var(--white);
  box-shadow: 0 0 1.8rem rgba(247, 199, 106, 0.28);
  transform: translateY(-1px);
  outline: none;
}

.social-links svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-links a:nth-child(2) svg,
.social-links a:nth-child(3) svg,
.social-links a:nth-child(4) svg {
  fill: currentColor;
  stroke: none;
}

.social-links a:nth-child(3) svg path:last-child {
  fill: var(--midnight);
}

.storefront {
  position: relative;
  width: min(100%, 54rem);
  margin: auto 0 0;
  aspect-ratio: 1122 / 690;
  overflow: hidden;
  mask-image: linear-gradient(180deg, transparent 0%, black 8%, black 100%);
}

.storefront img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  transform: scale(1.02);
  filter: saturate(1.06) contrast(1.03);
}

.storefront::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(4, 13, 27, 0.72), transparent 22%, transparent 100%);
}

.silk {
  position: absolute;
  z-index: 0;
  width: clamp(12rem, 28vw, 28rem);
  height: clamp(8rem, 20vw, 18rem);
  opacity: 0.45;
  background: radial-gradient(ellipse at center, rgba(42, 127, 236, 0.75), rgba(7, 36, 92, 0.4) 40%, transparent 72%);
  filter: blur(1px);
  transform: rotate(-21deg);
  animation: floatSilk 8s ease-in-out infinite;
}

.silk-left {
  top: 7vh;
  left: -10rem;
}

.silk-right {
  right: -11rem;
  bottom: 32vh;
  animation-delay: -3s;
}

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

.diamond-field span {
  position: absolute;
  display: block;
  width: clamp(1.5rem, 3vw, 3rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 248, 234, 0.5);
  box-shadow:
    inset 0 0 0.9rem rgba(24, 168, 255, 0.15),
    0 0 1.2rem rgba(247, 199, 106, 0.18);
  opacity: 0.48;
  transform: rotate(45deg);
  animation: diamondFloat 11s ease-in-out infinite;
}

.diamond-field span::before,
.diamond-field span::after {
  position: absolute;
  content: "";
  background: rgba(255, 248, 234, 0.45);
}

.diamond-field span::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}

.diamond-field span::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}

.diamond-field span:nth-child(1) {
  top: 20%;
  left: 9%;
}

.diamond-field span:nth-child(2) {
  top: 12%;
  right: 16%;
  width: clamp(1rem, 2vw, 2rem);
  animation-delay: -4s;
}

.diamond-field span:nth-child(3) {
  top: 45%;
  left: 17%;
  width: clamp(1rem, 2.5vw, 2.4rem);
  animation-delay: -7s;
}

.diamond-field span:nth-child(4) {
  top: 38%;
  right: 10%;
  animation-delay: -2s;
}

.diamond-field span:nth-child(5) {
  bottom: 28%;
  left: 7%;
  width: clamp(1rem, 2vw, 1.85rem);
  animation-delay: -6s;
}

.diamond-field span:nth-child(6) {
  right: 8%;
  bottom: 20%;
  width: clamp(1.2rem, 2.3vw, 2.2rem);
  animation-delay: -9s;
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  animation: riseIn 850ms ease forwards;
}

.brand-lockup {
  animation-delay: 80ms;
}

.divider {
  animation-delay: 180ms;
}

.announcement {
  animation-delay: 280ms;
}

.countdown {
  animation-delay: 390ms;
}

.social-block {
  animation-delay: 500ms;
}

.storefront {
  animation-delay: 600ms;
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes starDrift {
  to {
    background-position: 90px 90px, 165px 185px;
  }
}

@keyframes glint {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes floatSilk {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-21deg);
  }
  50% {
    transform: translate3d(1.2rem, -0.8rem, 0) rotate(-17deg);
  }
}

@keyframes diamondFloat {
  0%,
  100% {
    opacity: 0.3;
    transform: translate3d(0, 0, 0) rotate(45deg) scale(0.92);
  }
  45% {
    opacity: 0.68;
    transform: translate3d(0.65rem, -1rem, 0) rotate(45deg) scale(1.08);
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 2rem;
  }

  .brand-subtitle {
    letter-spacing: 0.14em;
  }

  .eyebrow,
  .support {
    letter-spacing: 0.18em;
  }

  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-links a {
    width: 3rem;
    height: 3rem;
  }

  .storefront {
    width: calc(100% + 6rem);
    aspect-ratio: 1122 / 760;
  }
}

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