/** Shopify CDN: Minification failed

Line 8:14 Expected ")" to end URL token

**/
@font-face {
  font-family: 'Alte Haas Grotesk';
  src: url({{ 'AlteHaasGroteskRegular.ttf' | asset_url }}) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.coming-soon-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #F5E9D9;
}

.coming-soon-hero__image,
.coming-soon-hero__image--placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.coming-soon-hero__image--placeholder {
  background: linear-gradient(160deg, #b5573a, #7fa3b0);
}

.coming-soon-hero__overlay {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: var(--overlay-opacity, 0.15);
  z-index: 1;
}

.coming-soon-hero__topbar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem clamp(1.5rem, 4vw, 3.5rem) 0;
  font-size: clamp(0.85rem, 1vw, 1rem);
  letter-spacing: 0.03em;
}

.coming-soon-hero__logo-mark {
  height: clamp(24px, 3vw, 32px);
  width: auto;
}

.coming-soon-hero__center {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem clamp(1rem, 5vw, 4rem) 4rem;
  gap: clamp(1.2rem, 2.5vw, 2rem);
}

.coming-soon-hero__wordmark {
  font-size: clamp(3rem, 10vw, 8rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.coming-soon-hero__tagline-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.75rem);
  flex-wrap: wrap;
}

.coming-soon-hero__tagline {
  font-size: clamp(0.65rem, 0.9vw, 0.85rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  max-width: 9ch;
}

.coming-soon-hero__icon {
  height: auto;
  max-width: 95vw;
}

.coming-soon-hero__signup {
  margin-top: clamp(1rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.coming-soon-hero__launching {
  margin: 0;
  letter-spacing: 0.02em;
  font-family: 'Alte Haas Grotesk', sans-serif;
}

.coming-soon-hero__klaviyo-embed {
  width: min(94vw, 480px);
  margin: 0 auto;
}

.coming-soon-hero__form {
  width: 100%;
}

.coming-soon-hero__field-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(245, 233, 217, 0.12);
  border: 1px solid rgba(245, 233, 217, 0.5);
  border-radius: 999px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  width: min(94vw, 480px);
  margin: 0 auto;
}

.coming-soon-hero__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #F5E9D9;
  font-size: 1.05rem;
  min-width: 0;
  padding: 0.4rem 0;
}

.coming-soon-hero__input::placeholder {
  color: rgba(245, 233, 217, 0.65);
}

.coming-soon-hero__submit {
  background: #F5E9D9;
  color: #7A3B1F;
  border: none;
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  letter-spacing: 0.03em;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.coming-soon-hero__submit:hover {
  opacity: 0.9;
}

.coming-soon-hero__success,
.coming-soon-hero__error {
  font-size: 0.9rem;
  margin: 0;
}

@media screen and (max-width: 749px) {
  .coming-soon-hero__field-row {
    padding: 0.4rem 0.4rem 0.4rem 1.2rem;
  }

  .coming-soon-hero__tagline {
    max-width: 7ch;
  }
}