html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #fdf8f4;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.wedding-invite,
.wedding-romantic,
.wedding-romantic .hero-content,
.wedding-romantic .hero-label,
.wedding-romantic .hero-names,
.wedding-romantic .hero-date-wrap,
.wedding-romantic .hero-scroll,
.wedding-romantic .reveal {
  opacity: 1 !important;
  visibility: visible !important;
}

.wedding-romantic .hero-label,
.wedding-romantic .hero-names,
.wedding-romantic .hero-date-wrap,
.wedding-romantic .hero-scroll {
  animation: none !important;
}

.wedding-romantic .reveal {
  transform: none !important;
}

.wedding-romantic .rsvp-message {
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.6;
}

.wedding-romantic .rsvp-message.error {
  color: #9b4a45;
}

.wedding-romantic .submit-btn[disabled] {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.wedding-romantic .submit-btn[disabled]:before {
  display: none;
}

.wedding-romantic .rsvp-success {
  display: none;
  padding: 54px 0 28px;
  text-align: center;
}

.wedding-romantic .rsvp-success.is-visible {
  display: block;
}

@media (max-width: 600px) {
  .wedding-romantic .radio-group {
    flex-direction: column;
  }

  .wedding-romantic .submit-btn {
    letter-spacing: 4px;
  }
}
