.home-hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 9rem 0 5rem;
  border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
  background-color: var(--accent-dark);
  background-image: url("../media/home/bg-header.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--block-text);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 64, .96) 0%, rgba(0, 0, 80, .84) 42%, rgba(0, 0, 48, .48) 72%, rgba(0, 0, 32, .34) 100%),
    linear-gradient(180deg, rgba(0, 0, 32, .2) 0%, rgba(0, 0, 48, .1) 55%, rgba(0, 0, 64, .62) 100%);
}

.hero-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 5rem;
}

.hero-copy {
  max-width: 780px;
  display: flex;
  flex-direction: column;
}

.hero-kicker,
.section-kicker {
  display: inline-block;
  color: var(--accent-light);
  font: 700 0.78rem/1.2 "Muli", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-kicker.hero-kicker-lg {
  font-size: 2rem;
}

.hero-copy h1 {
  max-width: 800px;
  margin: 1.1rem 0 1rem;
  font-size: clamp(3.6rem, 9vw, 8.5rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.hero-text {
  max-width: 590px;
  color: rgba(230, 230, 230, .78);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}

.hero-logo {
  max-width: 100%;
  width: 25rem;
  margin: 1.5rem 0 1rem;
}

.hero-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.5rem;
  margin-top: 1.8rem;
}

.hero-event-meta>span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: 1rem;
}

.hero-event-meta .material-symbols-rounded {
  color: var(--accent-light);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.btn-hero-secondary {
  border: 1px solid rgba(230, 230, 230, .55);
  color: var(--block-text);
}

.btn-hero-secondary:hover {
  border-color: var(--accent-light);
  color: var(--accent-light);
}

.hero-date-card {
  position: relative;
  display: grid;
  width: min(100%, 31rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .4rem;
  margin-top: 2rem;
  padding: .55rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--border-radius-md);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .008) 52%, rgba(6, 235, 81, .012)),
    rgba(255, 255, 255, .008);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .13),
    0 10px 26px rgba(0, 0, 32, .055);
  backdrop-filter: blur(18px) saturate(115%) brightness(1.03);
  -webkit-backdrop-filter: blur(18px) saturate(115%) brightness(1.03);
  isolation: isolate;
}

.hero-date-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .08), transparent 40%),
    linear-gradient(100deg, transparent 15%, rgba(255, 255, 255, .025) 48%, transparent 72%);
  pointer-events: none;
}

.hero-countdown-unit {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  justify-items: center;
  padding: .65rem .25rem;
  border: 1px solid rgba(255, 255, 255, .035);
  border-radius: calc(var(--border-radius-md) - .8rem);
  background: rgba(255, 255, 255, .012);
  box-shadow: none;
}

.hero-countdown-unit strong {
  color: var(--accent-light);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-shadow: 0 1px 12px rgba(0, 0, 32, .28);
}

.hero-countdown-unit span {
  margin-top: .3rem;
  color: rgba(230, 230, 230, .7);
  font-size: .6rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hero-countdown-started {
  position: relative;
  z-index: 1;
  display: flex;
  grid-column: 1 / -1;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  color: var(--accent-light);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(6, 235, 81, .18);
  border-radius: 50%;
}

.hero-orbit-one {
  width: 40rem;
  height: 40rem;
  right: -10rem;
  top: 8rem;
}

.hero-orbit-two {
  width: 18rem;
  height: 18rem;
  right: 11rem;
  top: 19rem;
}

.event-section {
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  scroll-margin-top: 6rem;
}

.section-heading h2 {
  max-width: 720px;
  margin-top: .65rem;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.section-heading-centered {
  max-width: 720px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.section-heading-centered p {
  margin-top: 1rem;
  color: var(--text-secondary);
  font-size: 1.08rem;
}

.event-introduction-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 3rem 6rem;
}

.event-description {
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.75;
}

.event-description p+p {
  margin-top: 1rem;
}

.event-description font,
.event-description span {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
}

@media screen and (min-width: 768px) {
  .event-description p:first-child {
    margin-top: 2rem;
  }
}

.event-facts {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: var(--border-radius-md);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .1) 48%, rgba(0, 3, 255, .035)),
    rgba(255, 255, 255, .08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .58),
    0 18px 42px rgba(0, 0, 128, .07);
  backdrop-filter: blur(22px) saturate(120%);
  -webkit-backdrop-filter: blur(22px) saturate(120%);
  isolation: isolate;
}

.event-facts::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, .55), transparent 28%),
    linear-gradient(100deg, transparent 18%, rgba(255, 255, 255, .16) 48%, transparent 76%);
  pointer-events: none;
}

.event-facts::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 94px;
  height: 94px;
  right: -42px;
  top: -48px;
  border: 13px solid rgba(var(--accent-rgb), .12);
  border-radius: 50%;
  pointer-events: none;
}

.event-fact {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem;
  transition: background-color .25s ease, transform .25s ease;
}

.event-fact:hover {
  background: rgba(255, 255, 255, .2);
  transform: translateY(-3px);
}

.event-fact+.event-fact {
  border-left: 1px solid rgba(0, 0, 128, .1);
}

.event-fact>.material-symbols-rounded {
  color: var(--accent);
  font-size: 2rem;
}

.event-fact div {
  display: grid;
  gap: .25rem;
}

.event-fact small {
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.event-fact strong {
  font-size: 1.05rem;
}

.event-timeline-section {
  overflow: hidden;
  background: var(--bg-light);
}

.event-timeline-section .section-heading h2,
.event-timeline-section .section-heading p {
  color: var(--text);
}

.event-attractions-heading {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.event-attractions-heading .section-heading {
  max-width: 720px;
}

.event-attractions-heading .section-heading p {
  margin-top: 1rem;
  color: var(--text-secondary);
  font-size: 1.08rem;
}

.event-attractions-controls {
  display: flex;
  flex: 0 0 auto;
  gap: .65rem;
}

.event-attractions-static .event-attractions-controls {
  visibility: hidden;
}

.event-attractions-arrow {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(var(--accent-rgb), .3);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  color: #006e3f;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.event-attractions-arrow:not(:disabled):hover {
  border-color: #007342;
  background: #007342;
  color: #fff;
  transform: translateY(-2px);
}

.event-attractions-arrow:disabled {
  cursor: default;
  opacity: .35;
}

.event-attractions {
  width: calc(100vw - max(1.5rem, (100vw - 1320px) / 2) + 3rem);
  max-width: none;
  margin-left: -3rem;
}

.event-attractions-track {
  display: flex;
  gap: 1.15rem;
  padding: 1.25rem max(1.5rem, calc((100vw - 1320px) / 2)) 3.5rem 3rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 3rem 1.5rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.event-attractions-track::-webkit-scrollbar {
  display: none;
}

.event-attraction-card {
  position: relative;
  display: flex;
  min-width: clamp(270px, 31vw, 410px);
  min-height: 430px;
  flex: 0 0 clamp(270px, 31vw, 410px);
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--border-radius-md);
  background: var(--accent-dark);
  box-shadow: 0 20px 45px rgba(0, 0, 80, .13);
  color: #fff;
  scroll-snap-align: start;
  isolation: isolate;
}

.event-attraction-image,
.event-attraction-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.event-attraction-image {
  z-index: -2;
  object-fit: cover;
  object-position: var(--attraction-position) center;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.event-attraction-overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 48, .08) 20%, rgba(0, 0, 48, .92) 100%),
    linear-gradient(90deg, rgba(0, 0, 80, .28), transparent 65%);
}

.event-attraction-card:hover .event-attraction-image {
  transform: scale(1.045);
}

.event-attraction-card-locked .event-attraction-image {
  filter: blur(4px) saturate(.65) brightness(.7);
  transform: scale(1.07);
}

.event-attraction-card-locked:hover .event-attraction-image {
  transform: scale(1.1);
}

.event-attraction-card-locked .event-attraction-overlay {
  background:
    radial-gradient(circle at 50% 46%, rgba(6, 235, 81, .12), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 32, .34), rgba(0, 0, 32, .96));
}

.event-attraction-content {
  width: 100%;
  padding: 1.65rem;
}

.event-attraction-lock {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 1rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 18px;
  background: rgba(6, 235, 81, .13);
  color: var(--accent-light);
  backdrop-filter: blur(12px);
  transform: rotate(-5deg);
}

.event-attraction-secret {
  display: block;
  margin-bottom: .55rem;
  color: var(--accent-light);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.event-attraction-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}

.event-attraction-number {
  color: var(--accent-light);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.event-attraction-time {
  padding: .4rem .75rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(0, 0, 48, .35);
  font-size: .78rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.event-attraction-content h3 {
  color: inherit;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.05;
}

.event-attraction-content p {
  display: -webkit-box;
  margin-top: .65rem;
  overflow: hidden;
  color: rgba(255, 255, 255, .76);
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.rsvp-section {
  position: relative;
  z-index: 2;
  overflow: visible;
  background: var(--accent-dark);
  color: var(--block-text);
}

.rsvp-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  gap: 4rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(230, 230, 230, .18);
  border-radius: var(--border-radius-md);
  background: rgba(255, 255, 255, .045);
  overflow: visible;
  isolation: isolate;
}

.rsvp-panel::before,
.rsvp-panel::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.rsvp-panel > * {
  position: relative;
  z-index: 1;
}

.rsvp-panel::before {
  width: 108px;
  height: 108px;
  right: 0;
  top: 0;
  border: 24px solid rgba(6, 235, 81, .13);
  border-radius: 0 var(--border-radius-md) 0 100%;
}

.rsvp-panel::after {
  width: 10px;
  height: 34px;
  left: 42%;
  bottom: 18px;
  border-radius: 999px;
  background: var(--accent-light);
  opacity: .45;
  transform: rotate(34deg);
}

.rsvp-copy h2 {
  margin: .65rem 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.rsvp-copy p {
  color: rgba(230, 230, 230, .72);
  line-height: 1.65;
}

.rsvp-search label {
  display: block;
  margin-bottom: .65rem;
  font-weight: 700;
}

.rsvp-search-control {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  padding: .35rem;
  border-radius: var(--border-radius-md);
  background: #fff;
}

.rsvp-search-control>.material-symbols-rounded {
  margin-left: 1rem;
  color: var(--accent-dark);
}

.rsvp-search-control .form-control {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.rsvp-search-control .btn {
  white-space: nowrap;
}

.rsvp-search small {
  display: block;
  margin-top: .7rem;
  color: rgba(230, 230, 230, .6);
}

/* RSVP confirmation modal */
.rsvp-modal-dialog {
  max-width: 620px;
}

.rsvp-modal {
  --rsvp-accent: var(--accent);
  --rsvp-accent-dark: var(--accent-dark);
  --rsvp-accent-light: var(--accent-light);
  --rsvp-accent-soft: var(--accent-soft);
  overflow: hidden;
  border: 0;
  background: var(--bg-light);
  box-shadow: 0 32px 90px rgba(0, 0, 128, .28);
}

.rsvp-modal-header {
  position: relative;
  min-height: 150px;
  padding: 2rem 2.25rem;
  overflow: hidden;
  border: 0;
  background: var(--rsvp-accent-dark);
  color: var(--block-text);
}

.rsvp-modal-header::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -70px;
  bottom: -135px;
  border: 28px solid rgba(6, 235, 81, .18);
  border-radius: 50%;
}

.rsvp-modal-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rsvp-modal-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 18px;
  background: var(--rsvp-accent-light);
  color: var(--rsvp-accent-dark);
  font-size: 2rem;
  transform: rotate(-6deg);
}

.rsvp-modal-kicker {
  color: var(--rsvp-accent-light);
  font: 700 .72rem/1.2 "Muli", sans-serif;
  letter-spacing: .2em;
}

.rsvp-modal-heading h5 {
  margin-top: .25rem;
  color: inherit;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.rsvp-confetti {
  position: absolute;
  z-index: 0;
  display: block;
  background: var(--rsvp-accent-light);
}

.rsvp-confetti-one {
  width: 10px;
  height: 32px;
  top: 18px;
  right: 110px;
  border-radius: 8px;
  transform: rotate(28deg);
}

.rsvp-confetti-two {
  width: 18px;
  height: 18px;
  right: 55px;
  bottom: 22px;
  border-radius: 50%;
  background: var(--rsvp-accent);
}

.rsvp-modal .rsvp-modal-body {
  gap: 1.25rem;
  padding: 2rem 2.25rem 2.25rem;
}

.rsvp-modal-intro {
  color: var(--text-secondary);
  line-height: 1.6;
}

.rsvp-invitee-card {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(0, 0, 255, .12);
  border-radius: var(--border-radius-sm);
  background: var(--rsvp-accent-soft);
}

.rsvp-invitee-card>.material-symbols-rounded {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--rsvp-accent);
  color: #fff;
}

.rsvp-invitee-card div {
  display: grid;
  min-width: 0;
}

.rsvp-invitee-card small {
  color: var(--text-secondary);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rsvp-invitee-card strong {
  overflow: hidden;
  font-size: 1.08rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rsvp-field {
  display: grid;
  gap: .45rem;
}

.rsvp-field .form-label {
  margin: 0;
}

.rsvp-field .form-control {
  min-height: 52px;
  border-color: rgba(0, 0, 128, .2);
  border-radius: 14px;
  background: #fff;
}

.rsvp-field .form-control:focus {
  border-color: var(--rsvp-accent);
  box-shadow: 0 0 0 .22rem rgba(0, 3, 255, .1);
}

.rsvp-field .form-control.is-invalid,
.rsvp-field .form-control.is-invalid:focus {
  border-color: var(--bs-danger);
  background-color: rgba(var(--bs-danger-rgb), .035);
  box-shadow: 0 0 0 .22rem rgba(var(--bs-danger-rgb), .13);
}

.rsvp-field .invalid-feedback {
  margin-top: 0;
  color: var(--bs-danger);
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.35;
}

.rsvp-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.rsvp-option {
  min-height: 72px;
  padding: 0;
}

.rsvp-option .form-check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.rsvp-option .form-check-label {
  display: flex;
  height: 100%;
  align-items: center;
  gap: .7rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(0, 0, 128, .18);
  border-radius: 16px;
  background: #fff;
  color: var(--rsvp-accent-dark);
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.rsvp-option .form-check-label:hover {
  border-color: var(--rsvp-accent);
  transform: translateY(-2px);
}

.rsvp-option .form-check-input:focus-visible+.form-check-label {
  outline: 3px solid rgba(0, 3, 255, .2);
  outline-offset: 2px;
}

.rsvp-option .form-check-input:checked+.form-check-label {
  border-color: var(--rsvp-accent);
  background: var(--rsvp-accent-soft);
}

.rsvp-option .form-check-input:checked+.form-check-label .material-symbols-rounded {
  color: var(--rsvp-accent);
  font-variation-settings: "FILL" 1;
}

.rsvp-extra-field {
  padding: 1rem;
  border-radius: 16px;
  background: rgba(213, 226, 255, .5);
}

.rsvp-modal-actions {
  display: flex;
  gap: .75rem;
  justify-content: flex-end;
  padding-top: .25rem;
}

.rsvp-modal-actions .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding-inline: 1.5rem;
  border-radius: 999px;
}

.rsvp-modal-actions .btn-primary {
  --bs-btn-bg: var(--rsvp-accent);
  --bs-btn-border-color: var(--rsvp-accent);
  --bs-btn-hover-bg: var(--rsvp-accent-dark);
  --bs-btn-hover-border-color: var(--rsvp-accent-dark);
  --bs-btn-active-bg: var(--rsvp-accent-dark);
  --bs-btn-active-border-color: var(--rsvp-accent-dark);
  --bs-btn-focus-shadow-rgb: var(--accent-rgb);
  border-color: var(--rsvp-accent);
  background: var(--rsvp-accent);
}

.rsvp-modal-actions .btn-primary:hover,
.rsvp-modal-actions .btn-primary:focus,
.rsvp-modal-actions .btn-primary:active {
  border-color: var(--rsvp-accent-dark) !important;
  background: var(--rsvp-accent-dark) !important;
  color: #fff !important;
}

.btn-rsvp-close {
  border: 1px solid rgba(0, 0, 128, .28);
  color: var(--rsvp-accent-dark);
  background: transparent;
}

.btn-rsvp-close:hover,
.btn-rsvp-close:focus {
  border-color: var(--rsvp-accent-dark);
  color: var(--rsvp-accent-dark);
  background: var(--rsvp-accent-soft);
}

/* RSVP confirmation */
.rsvp-success {
  position: relative;
  display: flex;
  min-height: 510px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(2rem, 7vw, 4rem);
  background: var(--rsvp-accent-dark);
  color: var(--block-text);
  text-align: center;
}

.rsvp-success::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(6, 235, 81, .12);
  border-radius: 50%;
}

.rsvp-success-animation {
  position: relative;
  display: grid;
  width: 150px;
  height: 150px;
  margin-bottom: 1.75rem;
  place-items: center;
}

.rsvp-success-check {
  position: relative;
  z-index: 2;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border-radius: 50%;
  background: var(--rsvp-accent-light);
  box-shadow: 0 0 0 12px rgba(6, 235, 81, .1);
  color: var(--rsvp-accent-dark);
  font-size: 3.5rem;
  font-variation-settings: "wght" 700;
  animation: rsvp-check-in .65s cubic-bezier(.2, 1.5, .55, 1) both;
}

.rsvp-success-orbit {
  position: absolute;
  border: 1px solid var(--rsvp-accent-light);
  border-radius: 50%;
  opacity: 0;
  animation: rsvp-orbit-out 1s .25s ease-out both;
}

.rsvp-success-orbit-one {
  width: 118px;
  height: 118px;
}

.rsvp-success-orbit-two {
  width: 145px;
  height: 145px;
  animation-delay: .4s;
}

.rsvp-success-spark {
  position: absolute;
  width: 8px;
  height: 22px;
  border-radius: 8px;
  background: var(--rsvp-accent-light);
  opacity: 0;
  animation: rsvp-spark-in .5s .45s ease-out both;
}

.rsvp-success-spark-one {
  top: -7px;
}

.rsvp-success-spark-two {
  right: 3px;
  bottom: 19px;
  transform: rotate(62deg);
  animation-delay: .55s;
}

.rsvp-success-spark-three {
  bottom: -7px;
  transform: rotate(180deg);
  animation-delay: .65s;
}

.rsvp-success-spark-four {
  left: 3px;
  bottom: 19px;
  transform: rotate(-62deg);
  animation-delay: .75s;
}

.rsvp-success-kicker {
  position: relative;
  color: var(--rsvp-accent-light);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .2em;
}

.rsvp-success h5 {
  position: relative;
  max-width: 440px;
  margin-top: .55rem;
  color: inherit;
  font-size: clamp(2rem, 6vw, 3rem);
  letter-spacing: -.04em;
}

.rsvp-success p {
  position: relative;
  max-width: 430px;
  margin-top: .85rem;
  color: rgba(230, 230, 230, .76);
  font-size: 1.05rem;
  line-height: 1.6;
}

.rsvp-success-close {
  position: relative;
  min-width: 150px;
  margin-top: 1.75rem;
  border-color: var(--rsvp-accent-light);
  border-radius: 999px;
  background: var(--rsvp-accent-light);
  color: var(--rsvp-accent-dark);
}

.rsvp-success-close:hover,
.rsvp-success-close:focus,
.rsvp-success-close:active {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--rsvp-accent-dark) !important;
}

@keyframes rsvp-check-in {
  0% {
    opacity: 0;
    transform: scale(.35) rotate(-18deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes rsvp-orbit-out {
  0% {
    opacity: .75;
    transform: scale(.65);
  }

  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes rsvp-spark-in {
  0% {
    opacity: 0;
    scale: .3;
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    scale: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rsvp-success-check,
  .rsvp-success-orbit,
  .rsvp-success-spark {
    animation: none;
  }
}

/* RSVP incorrect confirmation */
.rsvp-error {
  position: relative;
  display: flex;
  min-height: 510px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(2rem, 7vw, 4rem);
  background: var(--bg-light);
  color: var(--rsvp-accent-dark);
  text-align: center;
}

.rsvp-error::before,
.rsvp-error::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(0, 3, 255, .08);
  border-radius: 50%;
}

.rsvp-error::before {
  width: 390px;
  height: 390px;
}

.rsvp-error::after {
  width: 285px;
  height: 285px;
}

.rsvp-error-animation {
  position: relative;
  z-index: 1;
  display: grid;
  width: 140px;
  height: 140px;
  margin-bottom: 1.6rem;
  place-items: center;
}

.rsvp-error-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border-radius: 28px;
  background: #ffe3e3;
  box-shadow: 0 14px 34px rgba(184, 50, 50, .15);
  color: #b83232;
  font-size: 3.25rem;
  font-variation-settings: "wght" 700;
  animation: rsvp-error-in .6s cubic-bezier(.2, 1.3, .5, 1) both;
}

.rsvp-error-ring {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(184, 50, 50, .22);
  border-radius: 36px;
  animation: rsvp-error-ring .75s .18s ease-out both;
}

.rsvp-error-kicker,
.rsvp-error h5,
.rsvp-error p,
.rsvp-error-actions {
  position: relative;
  z-index: 1;
}

.rsvp-error-kicker {
  color: #b83232;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .2em;
}

.rsvp-error h5 {
  max-width: 440px;
  margin-top: .55rem;
  color: inherit;
  font-size: clamp(2rem, 6vw, 3rem);
  letter-spacing: -.04em;
}

.rsvp-error p {
  max-width: 430px;
  margin-top: .85rem;
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.6;
}

.rsvp-error-actions {
  display: flex;
  gap: .75rem;
  margin-top: 1.75rem;
}

.rsvp-error-actions .btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding-inline: 1.35rem;
  border-radius: 999px;
}

.btn-rsvp-error-close {
  border: 1px solid rgba(0, 0, 128, .25);
  color: var(--rsvp-accent-dark);
  background: transparent;
}

.btn-rsvp-error-close:hover,
.btn-rsvp-error-close:focus {
  border-color: var(--rsvp-accent-dark);
  color: var(--rsvp-accent-dark);
  background: var(--rsvp-accent-soft);
}

@keyframes rsvp-error-in {
  0% {
    opacity: 0;
    transform: scale(.45) rotate(-12deg);
  }

  65% {
    transform: scale(1.06) rotate(3deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes rsvp-error-ring {
  0% {
    opacity: .8;
    transform: scale(.6);
  }

  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rsvp-error-icon,
  .rsvp-error-ring {
    animation: none;
  }
}

.rsvp-modal-actions .material-symbols-rounded {
  font-size: 1.2rem;
  transition: transform .2s ease;
}

.rsvp-modal-actions .btn:hover .material-symbols-rounded {
  transform: translateX(4px);
}

/* Results dropdown */
.results {
  z-index: 999;
  top: calc(100% + .5rem);
  left: 0;
  width: 100%;
  max-height: min(50vh, 22rem);
  overflow-y: auto;
  border-radius: 1rem;
  background: var(--bg);
  color: var(--gray-50);
}

.results.list-group {
    box-shadow: var(--box-shadow);
}

.results .list-group-item {
    color: var(--accent-dark);
    background: var(--accent-soft);
    border-color: var(--accent-soft);
}

.results .list-group-item:hover {
    background: var(--bg);
    border-color: var(--bg);
}

.results .list-group-item small.text-muted {
    color: var(--gray-500) !important;
}

.location-section {
  background: var(--bg);
}

.location-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  min-height: 480px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--border-radius-md);
  background: var(--bg-light);
  color: var(--text);
  isolation: isolate;
}

.location-grid::before,
.location-grid::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.location-grid::before {
  width: 132px;
  height: 132px;
  left: -68px;
  bottom: -68px;
  border: 18px solid rgba(var(--accent-rgb), .1);
  border-radius: 50%;
}

.location-grid::after {
  width: 9px;
  height: 30px;
  left: 39%;
  top: 28px;
  border-radius: 999px;
  background: var(--accent-light);
  opacity: .65;
  transform: rotate(-32deg);
}

.location-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.location-copy h2 {
  margin: .6rem 0 1.5rem;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
}

.location-copy h3 {
  font-size: 1.25rem;
}

.location-copy p {
  margin: .65rem 0 1.5rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.location-copy .btn-outline-primary {
  border-color: var(--accent);
  color: var(--accent);
}

.location-copy .btn-outline-primary:hover,
.location-copy .btn-outline-primary:focus {
  border-color: var(--accent-dark) !important;
  background: var(--accent-dark) !important;
  color: var(--block-text) !important;
}

.location-map {
  position: relative;
  z-index: 1;
  padding: 1rem;
}

@media (prefers-reduced-motion: no-preference) {
  .event-facts::after,
  .rsvp-panel::before,
  .location-grid::before {
    animation: party-orbit-float 7s ease-in-out infinite alternate;
  }

  .rsvp-panel::after,
  .location-grid::after {
    animation: party-confetti-float 4.5s ease-in-out infinite alternate;
  }

  .location-grid::after {
    animation-delay: -2s;
  }
}

@keyframes party-orbit-float {
  to { transform: translate3d(-8px, 8px, 0) rotate(8deg); }
}

@keyframes party-confetti-float {
  to { translate: 0 -7px; }
}

.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 448px;
  border-radius: calc(var(--border-radius-md) - .65rem);
}

@media (max-width: 991.98px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .event-introduction-grid,
  .rsvp-panel,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-map {
    padding: 0 1rem 1rem;
  }

  .location-map iframe {
    min-height: 360px;
  }
}

@media (max-width: 767.98px) {
  .home-hero {
    min-height: 100svh;
    padding: 7.5rem 0 4rem;
    background-position: 58% center;
  }

  .home-hero::before {
    background: linear-gradient(90deg, rgba(0, 0, 64, .94), rgba(0, 0, 64, .72));
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .event-section {
    padding: 4rem 0;
  }

  .event-facts {
    grid-template-columns: 1fr;
  }

  .event-fact+.event-fact {
    border-top: 1px solid rgba(0, 0, 128, .1);
    border-left: 0;
  }

  .rsvp-panel {
    min-width: 0;
    gap: 2rem;
    padding: 1.5rem;
  }

  .rsvp-search-control {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .rsvp-search-control .btn {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: .35rem;
  }

  .event-attractions-heading {
    align-items: flex-start;
  }

  .event-attractions-controls {
    display: none;
  }

  .event-attractions {
    width: calc(100vw + 1.5rem);
  }

  .event-attractions-track {
    gap: .85rem;
    padding: 1rem 1.5rem 3rem 3rem;
  }

  .event-attraction-card {
    min-width: min(82vw, 330px);
    min-height: 390px;
    flex-basis: min(82vw, 330px);
  }

  .event-attraction-content {
    padding: 1.35rem;
  }

  .rsvp-modal-dialog {
    margin: .75rem;
  }

  .rsvp-modal-header {
    min-height: 130px;
    padding: 1.5rem;
  }

  .rsvp-modal .rsvp-modal-body {
    padding: 1.5rem;
  }

  .rsvp-options {
    grid-template-columns: 1fr;
  }

  .rsvp-option {
    min-height: 62px;
  }

  .rsvp-modal-actions .btn {
    flex: 1 1 0;
  }

  .rsvp-error-actions {
    width: 100%;
  }

  .rsvp-error-actions .btn {
    flex: 1 1 0;
  }
}
