* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: #0d1015;
  color: #f7f3e8;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.landing {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  isolation: isolate;
  padding: clamp(20px, 3.5vw, 56px);
  overflow: hidden;
}

.background,
.shade {
  position: absolute;
  inset: 0;
}

.background {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.02);
}

.shade {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 42%, rgba(13, 16, 21, 0.12) 0%, rgba(13, 16, 21, 0.42) 42%, rgba(13, 16, 21, 0.9) 100%),
    linear-gradient(180deg, rgba(13, 16, 21, 0.34) 0%, rgba(13, 16, 21, 0.2) 44%, rgba(13, 16, 21, 0.82) 100%),
    linear-gradient(90deg, rgba(13, 16, 21, 0.78) 0%, rgba(13, 16, 21, 0.14) 48%, rgba(13, 16, 21, 0.78) 100%);
}

.landing::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(247, 243, 232, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 243, 232, 0.05) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  opacity: 0.42;
}

.topbar {
  position: absolute;
  top: clamp(18px, 3vw, 40px);
  left: clamp(20px, 4vw, 64px);
  right: clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  width: clamp(180px, 18vw, 260px);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.34));
}

.contact {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(13, 16, 21, 0.42);
  box-shadow: inset 0 0 0 1px rgba(247, 243, 232, 0.14);
  color: rgba(247, 243, 232, 0.78);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(18px);
}

.hero {
  width: min(1120px, 100%);
  margin: auto;
  text-align: center;
  transform: translateY(1vh);
}

.launch-date {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: clamp(12px, 1.4vw, 20px);
  isolation: isolate;
  margin: 0 auto 30px;
  color: #f8df78;
  filter: drop-shadow(0 24px 54px rgba(0, 0, 0, 0.5));
  animation: launchFloat 5.8s ease-in-out infinite;
}

.launch-date::before {
  position: absolute;
  inset: -28px -42px;
  z-index: -1;
  background:
    radial-gradient(circle at 42% 46%, rgba(217, 189, 85, 0.34), transparent 52%),
    linear-gradient(90deg, transparent, rgba(217, 189, 85, 0.36), transparent);
  content: "";
  filter: blur(18px);
  opacity: 0.92;
}

.launch-date::after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: min(260px, 72vw);
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #f8df78, transparent);
  content: "";
  box-shadow: 0 0 32px rgba(248, 223, 120, 0.85);
  animation: launchPulse 3.8s ease-in-out infinite;
}

.launch-day {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 8vw, 132px);
  font-style: italic;
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.1em;
  background: linear-gradient(180deg, #fff5b6 0%, #d9bd55 54%, #8b6d20 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 54px rgba(217, 189, 85, 0.35);
}

.launch-meta {
  display: grid;
  justify-items: start;
  gap: 3px;
  color: rgba(247, 243, 232, 0.88);
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 950;
  letter-spacing: 0.32em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.55);
}

.launch-meta span:first-child {
  color: #f8df78;
}

@keyframes launchFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes launchPulse {
  0%,
  100% {
    opacity: 0.54;
    width: min(210px, 64vw);
  }

  50% {
    opacity: 1;
    width: min(300px, 78vw);
  }
}

h1 {
  max-width: 1080px;
  margin: 0 auto;
  font-size: clamp(58px, 10vw, 150px);
  line-height: 0.86;
  letter-spacing: -0.07em;
  text-wrap: balance;
  text-shadow: 0 30px 90px rgba(0, 0, 0, 0.76);
}

.subtitle {
  max-width: 760px;
  margin: 34px auto 0;
  color: rgba(247, 243, 232, 0.78);
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 650;
  line-height: 1.55;
  text-wrap: balance;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.72);
}

.cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  border-radius: 999px;
  padding: 0 28px;
  background: #d9bd55;
  color: #17130a;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 24px 80px rgba(217, 189, 85, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 96px rgba(217, 189, 85, 0.36);
}

.bottom-note {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 3vw, 42px);
  display: flex;
  max-width: calc(100% - 40px);
  transform: translateX(-50%);
  gap: clamp(12px, 2vw, 28px);
  color: rgba(247, 243, 232, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bottom-note span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bottom-note span::before {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #d9bd55;
  content: "";
  box-shadow: 0 0 24px rgba(217, 189, 85, 0.8);
}

@media (max-width: 720px) {
  body {
    overflow: auto;
  }

  .landing {
    min-height: 100svh;
    padding-top: 104px;
    padding-bottom: 96px;
  }

  .topbar {
    align-items: flex-start;
  }

  .logo {
    width: 178px;
  }

  .contact {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .launch-date {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .launch-meta {
    justify-items: center;
    letter-spacing: 0.26em;
  }

  h1 {
    font-size: clamp(54px, 17vw, 86px);
  }

  .subtitle {
    margin-top: 24px;
  }

  .cta {
    width: min(100%, 320px);
  }

  .bottom-note {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-date,
  .launch-date::after {
    animation: none;
  }
}
