:root {
  --bg: #070511;
  --bg-soft: #120d20;
  --text: #fff9ff;
  --muted: #c9bfdd;
  --line: rgba(255, 255, 255, .15);
  --line-strong: rgba(255, 255, 255, .26);
  --violet: #a78bfa;
  --magenta: #f457c5;
  --rose: #fb7185;
  --amber: #ffc354;
  --grad: linear-gradient(92deg, #b889ff 0%, #f457c5 50%, #ffc354 100%);
  --display: "Unbounded", sans-serif;
  --body: "Outfit", sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body {
  min-height: 100%;
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.soon {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.7rem);
}

.soon__backdrop {
  position: fixed;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  background: #06040e;
}

.soon__backdrop picture,
.soon__backdrop img {
  width: 100%;
  height: 100%;
}

.soon__backdrop picture {
  display: block;
}

.soon__backdrop img {
  object-fit: cover;
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.06) brightness(.78);
}

.soon__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(42rem 24rem at 50% 43%, rgba(5, 4, 13, .08), rgba(5, 4, 13, .78) 74%),
    linear-gradient(180deg, rgba(7, 5, 17, .15) 0%, rgba(7, 5, 17, .36) 58%, rgba(7, 5, 17, .82) 100%),
    linear-gradient(90deg, rgba(7, 5, 17, .18) 0%, transparent 26%, transparent 72%, rgba(7, 5, 17, .18) 100%);
}

.soon__grain {
  position: absolute;
  inset: -50%;
  opacity: .05;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  animation: grain 1.4s steps(4) infinite;
}

@keyframes grain {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-2%, 2%); }
  50% { transform: translate(2%, -1%); }
  75% { transform: translate(-1%, -2%); }
  100% { transform: translate(1%, 1%); }
}

.soon-nav {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: .86rem 1.55rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(20, 15, 34, .54), rgba(9, 7, 18, .34));
  box-shadow: 0 28px 70px -34px rgba(0, 0, 0, .9), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.soon-logo {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1rem, 2vw, 1.55rem);
  letter-spacing: .06em;
}

.soon-logo i {
  width: .62em;
  height: .62em;
  display: inline-block;
  background: var(--grad);
  clip-path: polygon(50% 0, 62% 34%, 100% 50%, 62% 66%, 50% 100%, 38% 66%, 0 50%, 38% 34%);
  filter: drop-shadow(0 0 16px rgba(244, 87, 197, .7));
}

.soon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 3rem;
  padding: .76rem 1.18rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: #fff;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .03em;
  background: rgba(255, 255, 255, .045);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.soon-link svg,
.soon-button svg,
.soon-social svg {
  width: 1.14rem;
  height: 1.14rem;
  fill: currentColor;
  flex: none;
}

.soon-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 195, 84, .68);
  background: rgba(255, 255, 255, .08);
}

.soon-hero {
  width: min(100%, 1220px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(1.7rem, 5.7vh, 4.4rem) 0 clamp(1rem, 2.4vh, 1.8rem);
}

.soon-kicker {
  margin: 0 0 clamp(.95rem, 2vw, 1.35rem);
  color: rgba(238, 231, 255, .7);
  font-size: clamp(.68rem, 1.3vw, .9rem);
  font-weight: 600;
  letter-spacing: clamp(.2em, 1.2vw, .62em);
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .8);
}

.soon-title {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  line-height: .88;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 0 14px 62px rgba(0, 0, 0, .62);
}

.soon-title span {
  display: block;
  font-size: clamp(3.85rem, 11.2vw, 9.7rem);
  color: #fff;
}

.soon-title strong {
  display: block;
  margin-top: .03em;
  font-size: clamp(2.45rem, 7.25vw, 6.25rem);
  font-style: normal;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 24px rgba(244, 87, 197, .3));
}

.soon-title em {
  display: block;
  margin-top: .22em;
  font-size: clamp(1.5rem, 4.7vw, 4.05rem);
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: clamp(1px, .13vw, 2px) rgba(255, 188, 244, .95);
  text-shadow: 0 0 18px rgba(244, 87, 197, .68), 0 0 46px rgba(251, 113, 133, .28);
}

.soon-copy {
  width: min(100%, 760px);
  margin: clamp(.8rem, 1.6vw, 1.1rem) auto 0;
  color: rgba(255, 249, 255, .88);
  font-size: clamp(1rem, 2vw, 1.32rem);
  font-weight: 500;
  line-height: 1.55;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .82);
}

.soon-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(.72rem, 1.7vw, 1rem);
  margin-top: clamp(1rem, 2vw, 1.55rem);
}

.soon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .72rem;
  min-height: 3.62rem;
  padding: .94rem 1.65rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: clamp(.95rem, 1.3vw, 1.05rem);
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.soon-button--primary {
  color: #1a0d22;
  background: var(--grad);
  box-shadow: 0 18px 48px -18px rgba(244, 87, 197, .9), inset 0 1px 0 rgba(255, 255, 255, .42);
}

.soon-button--ghost {
  color: #fff;
  border-color: rgba(255, 195, 84, .45);
  background: rgba(10, 7, 18, .42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.soon-button:hover {
  transform: translateY(-3px);
}

.soon-button--primary:hover {
  box-shadow: 0 24px 62px -16px rgba(244, 87, 197, 1), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.soon-button--ghost:hover {
  border-color: rgba(255, 195, 84, .78);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(7rem, 1fr));
  width: min(100%, 790px);
  margin-top: clamp(1rem, 2.1vw, 1.55rem);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(18, 13, 32, .68), rgba(10, 7, 18, .48));
  box-shadow: 0 28px 70px -34px rgba(0, 0, 0, .95), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}

.countdown__item {
  position: relative;
  padding: clamp(.82rem, 1.7vw, 1.05rem) .7rem;
}

.countdown__item + .countdown__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: rgba(255, 255, 255, .16);
}

.countdown strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.05rem, 4.1vw, 3.45rem);
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(244, 87, 197, .4));
}

.countdown span {
  display: block;
  margin-top: .46rem;
  color: rgba(238, 231, 255, .74);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.soon-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .7rem clamp(.65rem, 1.7vw, 1rem);
  margin-top: clamp(.8rem, 1.7vw, 1.2rem);
  color: rgba(255, 249, 255, .82);
}

.soon-social > span {
  margin-right: .4rem;
  color: var(--magenta);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .46em;
  text-transform: uppercase;
}

.soon-social a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 2.75rem;
  padding: .68rem .95rem;
  border-left: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .86);
  font-size: .96rem;
  font-weight: 800;
  transition: color .22s ease, transform .22s ease;
}

.soon-social a:hover {
  color: var(--amber);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .soon__backdrop img {
    width: 150%;
    max-width: none;
    transform: translateX(-17%) scale(1.02);
  }

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

  .countdown__item:nth-child(3)::before {
    display: none;
  }

  .countdown__item:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .12);
  }
}

@media (max-width: 620px) {
  .soon {
    padding: .72rem;
  }

  .soon-nav {
    padding: .7rem 1rem;
    border-radius: 999px;
  }

  .soon-link {
    min-height: 2.72rem;
    padding: .62rem .82rem;
    font-size: .78rem;
  }

  .soon-link span {
    max-width: 5.2rem;
    white-space: normal;
    line-height: 1.05;
  }

  .soon-hero {
    padding-top: clamp(2.4rem, 8vh, 4rem);
  }

  .soon-kicker {
    width: min(100%, 20rem);
    line-height: 1.55;
  }

  .soon-title span {
    font-size: clamp(3rem, 20vw, 5.8rem);
  }

  .soon-title strong {
    font-size: clamp(1.78rem, 10.8vw, 3.35rem);
  }

  .soon-title em {
    font-size: clamp(1.25rem, 8.8vw, 2.35rem);
  }

  .soon-copy {
    width: min(100%, 22rem);
  }

  .soon-actions {
    width: min(100%, 22rem);
  }

  .soon-button {
    width: 100%;
  }

  .countdown span {
    letter-spacing: .22em;
  }

  .soon-social {
    width: min(100%, 22rem);
  }

  .soon-social > span {
    width: 100%;
    margin: 0 0 .15rem;
  }

  .soon-social a {
    border-left: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
  }
}

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