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

html, body {
  height: 100%;
  font-family: 'Georgia', 'Times New Roman', serif;
  background: #0c0610;
  color: #f0d8e4;
  overflow: hidden;
}

#vanta-bg { position: fixed; inset: 0; z-index: 0; }

main {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  height: 100vh; gap: 1.3rem; text-align: center; padding: 2rem;
}

.badge {
  font-family: 'Courier New', monospace;
  font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: #ff8aae; padding: 0.4rem 1.1rem; border-radius: 999px;
  background: rgba(255, 61, 127, 0.08);
  border: 1px solid rgba(255, 61, 127, 0.3);
}

.title {
  font-size: clamp(3rem, 13vw, 9.5rem); font-weight: 700;
  font-style: italic; letter-spacing: -0.03em; line-height: 1;
  color: #fdeef4;
  text-shadow: 0 6px 50px rgba(255, 61, 127, 0.5);
}
.title span { color: #ff5c8a; font-style: normal; }

.subtitle {
  font-size: clamp(0.9rem, 2.3vw, 1.15rem); letter-spacing: 0.02em;
  color: #c79bb0; font-style: italic;
}

@media (prefers-reduced-motion: reduce) {
  #vanta-bg { display: none; }
  body { background: radial-gradient(ellipse at center, #3a0f25 0%, #0c0610 70%); }
}
