*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
    scroll-behavior: smooth;
  }
  
body {
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #f5f5f5;
  background-color: #050608;
  min-height: 100vh;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 32px clamp(20px, 5vw, 72px);
  position: relative;
  overflow: hidden;
padding-top: 80px;
}

.page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("assets/comingsoonbackground-blurred.png") center/cover
    no-repeat;

  z-index: -2;
  pointer-events: none;
}

.page::after {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0, 0, 0, 0.1), #050608 80%);

  z-index: -1;
  pointer-events: none;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(249, 249, 249, 0.8);

    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 10;
}

.nav-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-links a {
  color: inherit;
  text-decoration: none;
}

.nav-links a:hover,
.footer a:hover {
  opacity: 0.85;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content--logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -200px;
  }

  @media (max-width: 640px) {
    .hero-content--logo {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
  }

.brand-logo {
  width: min(520px, 78vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.75));
  user-select: none;
  -webkit-user-drag: none;
}



.coming-soon-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.78);
  margin-top: -80px;
  margin-bottom: 40px;
}



.about-full {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0; /* remove horizontal padding */
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: 0.5;
  }
  
  .about-full__inner {
    width: 100%; /* stretch full width */
    padding: 0 clamp(20px, 5vw, 72px); /* match your .page padding */
  }

.about-full__title {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.82);
  margin-bottom: 16px;
}

.about-full__copy {
    font-size: clamp(18px, 3vw, 60px);
    line-height: 1.8;
    color: rgba(235, 235, 235, 0.9);
  }

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, 0.7);
  margin-bottom: 20px;
}

.headline {
  font-size: clamp(40px, 6vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.headline span {
  display: inline-block;
  background: linear-gradient(90deg, #3fe0b5, #b46bff, #ff5f7b, #ffd66b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subcopy {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(237, 237, 237, 0.82);
  margin-bottom: 28px;
}

.notify-form {
  display: flex;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 14px;
}

.notify-form input {
  flex: 1;
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(4, 4, 8, 0.75);
  color: #fff;
  font-size: 14px;
  outline: none;
}

.notify-form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.notify-form input:focus {
  border-color: #ffffff;
}

.notify-form button {
  padding: 0 20px;
  border-radius: 999px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  background: #f5f5f5;
  color: #000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.notify-form button:hover {
  transform: translateY(-1px);
}

.checkbox-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(230, 230, 230, 0.9);
}

.checkbox-row input {
  accent-color: #ffffff;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

.footer-social {
  display: flex;
  gap: 8px;
  align-items: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .top-nav {
    font-size: 11px;
    justify-content: center;
  }

  .nav-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-content--logo {
    padding-inline: 20px;
  }

  .brand-logo {
    width: min(420px, 92vw);
  }

  .coming-soon-mono {
    margin-top: -2px;
    margin-bottom: 10px;
  }

  .glass-signup__row {
    grid-template-columns: 1fr auto;
  }

  .footer {
    flex-direction: column;
    gap: 8px;
  }
}

