:root {
  --pink: #e91e8c;
  --pink-deep: #c41172;
  --pink-hot: #ff2d9b;
  --pink-glow: #ff4db0;
  --brown: #3a2118;
  --cream: #fff5f9;
  --gold: #d4a017;
  --gold-bright: #f0c14b;
  --gold-deep: #b8860b;
  --white: #fffafc;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
}

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

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--white);
  background: var(--pink-deep);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--brown);
  color: var(--white);
  padding: 0.75rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  left: 0.75rem;
  top: 0.75rem;
}

.coming-soon {
  position: relative;
  flex: 1;
  display: grid;
  align-items: center;
  overflow: clip;
  padding: clamp(2.5rem, 8vw, 4.5rem) clamp(1.25rem, 4vw, 3rem)
    clamp(1.5rem, 4vw, 2.5rem);
}

.atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 70% at 72% 38%, var(--pink-glow) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 12% 78%, var(--pink-deep) 0%, transparent 50%),
    linear-gradient(155deg, var(--pink-hot) 0%, var(--pink) 45%, var(--pink-deep) 100%);
}

.atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.kiss {
  position: absolute;
  z-index: 1;
  width: clamp(3.5rem, 8vw, 5.5rem);
  height: clamp(2.2rem, 5vw, 3.4rem);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold), var(--gold-deep));
  opacity: 0.5;
  pointer-events: none;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 40'%3E%3Cpath fill='black' d='M8 14c0-5 4-9 9-9 4 0 7 2 9 5 2-3 5-5 9-5 5 0 9 4 9 9 0 8-10 16-18 21C18 30 8 22 8 14z'/%3E%3Cpath fill='black' d='M20 28c2 1 6 3 12 3s10-2 12-3c-3 4-8 7-12 7s-9-3-12-7z' opacity='.85'/%3E%3C/svg%3E")
    center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 40'%3E%3Cpath fill='black' d='M8 14c0-5 4-9 9-9 4 0 7 2 9 5 2-3 5-5 9-5 5 0 9 4 9 9 0 8-10 16-18 21C18 30 8 22 8 14z'/%3E%3Cpath fill='black' d='M20 28c2 1 6 3 12 3s10-2 12-3c-3 4-8 7-12 7s-9-3-12-7z' opacity='.85'/%3E%3C/svg%3E")
    center / contain no-repeat;
  animation: kiss-drift 9s ease-in-out infinite;
}

.kiss--a {
  top: 16%;
  left: 7%;
  transform: rotate(-18deg);
}

.kiss--b {
  top: 58%;
  left: 44%;
  width: clamp(2.4rem, 5vw, 3.4rem);
  opacity: 0.32;
  transform: rotate(22deg);
  animation-delay: -3s;
}

.kiss--c {
  bottom: 18%;
  right: 8%;
  transform: rotate(12deg);
  animation-delay: -5.5s;
}

@keyframes kiss-drift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

.stage {
  position: relative;
  z-index: 2;
  width: min(100%, 68rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.brand {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.2rem, 8.5vw, 6rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  animation: rise-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.headline {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.15;
  color: #fff0f7;
  animation: rise-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.support {
  margin: 0 0 1.75rem;
  max-width: 28rem;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 300;
  color: rgba(255, 250, 252, 0.92);
  animation: rise-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.waitlist {
  max-width: 28rem;
  animation: rise-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

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

.waitlist__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
  align-items: stretch;
}

.waitlist__input {
  width: 100%;
  min-width: 0;
  padding: 0.95rem 1rem;
  border: 2px solid rgba(255, 250, 252, 0.35);
  border-radius: 0.35rem;
  background: rgba(255, 250, 252, 0.12);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.waitlist__input::placeholder {
  color: rgba(255, 250, 252, 0.62);
}

.waitlist__input:hover {
  border-color: rgba(255, 250, 252, 0.55);
}

.waitlist__input:focus {
  border-color: var(--gold-bright);
  background: rgba(255, 250, 252, 0.18);
}

.waitlist__input.is-invalid {
  border-color: #ffe0ea;
}

.waitlist__hint {
  margin: 0.7rem 0 0;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 250, 252, 0.78);
}

.waitlist__status {
  margin: 0.65rem 0 0;
  min-height: 1.35em;
  font-size: 0.95rem;
  font-weight: 500;
}

.waitlist__status.is-success {
  color: var(--gold-bright);
}

.waitlist__status.is-error {
  color: #ffe0ea;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.25rem;
  border: 2px solid var(--gold-deep);
  border-radius: 0.35rem;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--brown);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ffe08a, var(--gold-bright));
}

.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.mark {
  margin: 0;
  justify-self: end;
  width: min(100%, 26rem);
  filter: drop-shadow(0 18px 40px rgba(58, 33, 24, 0.28));
  animation: mark-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}

.mark img {
  width: 100%;
  border-radius: 50%;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(1.1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mark-in {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.footer {
  position: relative;
  z-index: 2;
  padding: 1rem clamp(1.25rem, 4vw, 3rem) 1.5rem;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 400;
  background: transparent;
}

.footer a {
  color: var(--gold-bright);
  text-decoration: none;
}

.footer a:hover,
.footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

@media (max-width: 860px) {
  .stage {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .support,
  .waitlist {
    margin-inline: auto;
  }

  .mark {
    order: -1;
    justify-self: center;
    width: min(68vw, 18rem);
  }

  .waitlist__row {
    grid-template-columns: 1fr;
  }

  .kiss--b {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand,
  .headline,
  .support,
  .waitlist,
  .mark,
  .kiss {
    animation: none;
  }

  .btn:hover,
  .btn:focus-visible {
    transform: none;
  }
}
