/* Stealth / launching soon — loaded after styles.css */

/*
 * Gradients from styles.css (body ambient glow) are off here.
 * Re-enable by deleting the rule below.
 */
html.stealth-page body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* radial-gradient / linear-gradient stack from styles.css */
  background-image: none;
}

html.stealth-page main {
  flex: 1 1 auto;
}

html.stealth-page .site-header {
  flex-shrink: 0;
}

html.stealth-page .site-footer {
  flex-shrink: 0;
  margin-top: 0;
  padding-block: 1.5rem;
}

html.stealth-page {
  --header-anchor-offset: calc(1.125rem * 2 + 2.5rem + 6px);
}

html.stealth-page .site-header .inner {
  padding-block: 1.125rem;
}

/* Left-aligned hero + compact single-row waitlist */
html.stealth-page .hero {
  text-align: left;
}

html.stealth-page .hero .hero-eyebrow {
  margin-left: 0;
  margin-right: 0;
}

html.stealth-page .hero h1 {
  margin-left: 0;
  margin-right: 0;
}

html.stealth-page .hero .lede {
  margin-left: 0;
  margin-right: 0;
  max-width: 42rem;
  margin-bottom: 1.1rem;
}

html.stealth-page .hero .lede:last-of-type {
  margin-bottom: 1.75rem;
}

html.stealth-page .signup-form.signup-form--inline {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  max-width: none;
  width: fit-content;
  margin-inline: 0;
}

html.stealth-page .signup-form.signup-form--inline > input[type="email"] {
  width: clamp(10rem, 38vw, 15.5rem);
  max-width: 100%;
  flex: 0 1 auto;
  min-width: 0;
}

html.stealth-page .signup-form.signup-form--inline .form-actions {
  margin-top: 0;
  flex: 0 0 auto;
}

html.stealth-page .signup-form.signup-form--inline .form-actions .btn-primary {
  white-space: nowrap;
}
