html, body {
  margin: 0;
  font-family: "Lustria", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: clip;
}

h1 {
  font-family: "IM Fell English", serif;
  text-align: center;
}

.scrollContainer {
  height: 100vh;
}

.animationContainer {
  position: sticky;
  top: 0;
}

.separator {
  height: 1px;
  background-color: transparent;
}

.textContainer {
  margin: 0 20px;
}

#chevron-container {
  display: flex;
  justify-content: center;
}

/* Layout helpers */
.section {
  padding: 28px 0 42px;
}

.headline {
  margin: 24px 0 14px;
  color: #1c3f7b;
}

.bodyText {
  font-size: 14px;
  line-height: 1.55;
  color: #0f1b2d;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.label {
  font-weight: 600;
}

.muted {
  opacity: 0.75;
}

.small {
  font-size: 12px;
}

a {
  color: #1c3f7b;
  text-decoration: none;
}

.actionsRow {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.button {
  border: 1px solid #1c3f7b;
  background: transparent;
  color: #1c3f7b;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.buttonPrimary {
  background: #1c3f7b;
  color: #ffffff;
}

.buttonSecondary {
  background: transparent;
}

.buttonDanger {
  border-color: #7b1c3a;
  color: #7b1c3a;
}

.buttonDanger:hover {
  background: rgba(123, 28, 58, 0.08);
}

.select {
  border: 1px solid rgba(28, 63, 123, 0.5);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  background: #ffffff;
}

.guestCountRow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 12px 0 4px;
  flex-wrap: wrap;
}

.labelInline {
  font-weight: 600;
  color: #0f1b2d;
}

.statusPill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(28, 63, 123, 0.35);
  color: #0f1b2d;
  background: rgba(28, 63, 123, 0.06);
  width: fit-content;
}

#greetings-section {
  height: 25vh;
}

.muted {
  text-align: center;
}

svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
}

/* Small screens */
@media (max-width: 420px) {
  .bodyText {
    text-align: left;
  }
}
