@font-face {
  font-family: "Ragita";
  src: url("Ragita.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(32, 1, 66, 0.18), rgba(32, 1, 66, 0.42)),
    radial-gradient(circle at top, rgba(193, 219, 232, 0.18), transparent 42%);
  z-index: 0;
}

.hero-text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 0 24px;
}

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
}
.hero-text h1 {
  font-family: "Ragita", serif;
  font-size: clamp(64px, 12vw, 140px);
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: none;
  letter-spacing: 0;
}

.amp {
  font-family: 'Ragita', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2em;
  margin: 0 0.08em;
  display: inline-block;
  transform: translateY(-0.08em);
  color: #fff1b5;
}
.hero-text p {
  font-size: 20px;
  margin: 5px;
}

.announcement {
  position: relative;
  margin-top: -40px;
  z-index: 3;
  padding: 0 20px 80px;
}

.announcement-inner {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 241, 181, 0.92);
  color: #200142;
  border-radius: 28px;
  padding: 48px 32px;
  text-align: center;
  box-shadow: 0 18px 60px rgba(32, 1, 66, 0.16);
  backdrop-filter: blur(8px);
}

.announcement-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.announcement-inner h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  margin: 0 0 16px;
}

.announcement-copy {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}

.weekend-preview {
  padding: 40px 20px 100px;
  background:
    linear-gradient(to bottom, rgba(193, 219, 232, 0.18), transparent 30%),
    #ffffff;
}

.weekend-preview-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  margin: 0 0 14px;
  color: #8c2e3e;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.weekend-preview h3 {
  max-width: 720px;
  margin: 0 0 36px;
  font-family: 'Fraunces', serif;
  color: #200142;
  font-size: clamp(30px, 4.8vw, 54px);
  line-height: 1.05;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.event-card {
  background: #fffdf6;
  border: 1px solid rgba(32, 1, 66, 0.08);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(32, 1, 66, 0.06);
}

.event-day {
  display: inline-block;
  margin-bottom: 12px;
  color: #867b18;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.event-card h4 {
  margin: 0 0 12px;
  font-family: 'Fraunces', serif;
  color: #200142;
  font-size: 28px;
  line-height: 1.05;
}

.event-card p {
  margin: 0;
  color: #3e3550;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .event-grid {
    grid-template-columns: 1fr;
  }

  .announcement-inner {
    padding: 40px 24px;
  }
}
html {
  scroll-behavior: smooth;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 16px 16px;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}

.site-nav.scrolled {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 24px rgba(32, 1, 66, 0.08);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.3s ease, opacity 0.3s ease;
  flex: 0 0 auto;
}

.nav-links a:hover {
  opacity: 0.75;
}

.site-nav.scrolled .nav-links a {
  color: #200142;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.nav-links a:hover {
  opacity: 0.75;
}

.site-nav.scrolled .nav-links a {
  color: #200142;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .nav-inner {
    justify-content: center;
  }
}

.travel-section {
  padding: 100px 20px;
  background: #f9f8f4;
}

.travel-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.travel-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(34px, 5vw, 56px);
  color: #200142;
  margin: 0 0 20px;
}

.travel-intro {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 50px;
  color: #3f3a48;
}

.travel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.travel-card {
  background: white;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(32,1,66,0.08);
  box-shadow: 0 8px 26px rgba(32,1,66,0.06);
}

.travel-card h4 {
  font-family: 'Fraunces', serif;
  color: #200142;
  font-size: 26px;
  margin-bottom: 12px;
}

.travel-card p {
  line-height: 1.6;
  color: #4b4658;
}

@media (max-width: 900px) {
  .travel-grid {
    grid-template-columns: 1fr;
  }
}

.travel-notice {
  max-width: 720px;
  margin-bottom: 50px;
  padding: 24px 26px;
  background: #fff9d6;
  border-radius: 16px;
  border: 1px solid rgba(32,1,66,0.08);
}

.travel-notice p {
  margin: 0 0 12px;
  line-height: 1.6;
  color: #3f3a48;
}

.travel-notice p:last-child {
  margin-bottom: 0;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(
    to bottom,
    rgba(32, 1, 66, 0) 0%,
    rgba(32, 1, 66, 0.18) 35%,
    rgba(249, 248, 244, 0.92) 78%,
    #f9f8f4 100%
  );
  z-index: 1;
  pointer-events: none;
}

.mist {
  position: absolute;
  inset: -10%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.42;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at 45% 75%, rgba(193, 219, 232, 0.18) 0%, rgba(193, 219, 232, 0) 26%),
    radial-gradient(circle at 85% 70%, rgba(255, 241, 181, 0.10) 0%, rgba(255, 241, 181, 0) 24%);
  filter: blur(24px);
  animation: driftMist 18s ease-in-out infinite alternate;
}

@keyframes driftMist {
  0% {
    transform: translate3d(-2%, 0%, 0) scale(1);
  }
  50% {
    transform: translate3d(2%, -1%, 0) scale(1.04);
  }
  100% {
    transform: translate3d(-1%, 2%, 0) scale(1.02);
  }
}
.things-section {
  padding: 100px 20px;
  background: #ffffff;
}

.things-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.things-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(34px, 5vw, 56px);
  color: #200142;
  margin: 0 0 20px;
}

.things-intro {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 50px;
  color: #3f3a48;
}

.things-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.things-card {
  background: #fdfbf5;
  border: 1px solid rgba(32, 1, 66, 0.08);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 8px 26px rgba(32, 1, 66, 0.05);
}

.things-tag {
  display: inline-block;
  margin-bottom: 12px;
  color: #8c2e3e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.things-card h4 {
  margin: 0 0 12px;
  font-family: 'Fraunces', serif;
  color: #200142;
  font-size: 28px;
  line-height: 1.05;
}

.things-card p {
  margin: 0;
  color: #4b4658;
  line-height: 1.6;
}

.things-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: #8c2e3e;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.things-link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .things-grid {
    grid-template-columns: 1fr;
  }
}
.registry-section {
  padding: 120px 20px;
  background: #fffdf6;
  text-align: center;
}

.registry-inner {
  max-width: 720px;
  margin: 0 auto;
}

.registry-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 5vw, 60px);
  color: #200142;
  margin-bottom: 20px;
}

.registry-text {
  font-size: 18px;
  line-height: 1.7;
  color: #4b4658;
  margin-bottom: 40px;
}

.registry-button-wrap {
  display: flex;
  justify-content: center;
}

.registry-button {
  display: inline-block;
  padding: 16px 34px;
  background: #8c2e3e;
  color: white;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.registry-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.rsvp-section {
  padding: 120px 20px;
  background:
    linear-gradient(to bottom, rgba(193, 219, 232, 0.22), rgba(255, 255, 255, 0.96)),
    #ffffff;
  text-align: center;
}

.rsvp-inner {
  max-width: 760px;
  margin: 0 auto;
}

.rsvp-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 5vw, 60px);
  color: #200142;
  margin-bottom: 20px;
}

.rsvp-text {
  font-size: 18px;
  line-height: 1.7;
  color: #4b4658;
  margin-bottom: 36px;
}

.rsvp-button-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.rsvp-button {
  display: inline-block;
  padding: 16px 34px;
  background: #200142;
  color: white;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rsvp-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(32, 1, 66, 0.16);
}

.rsvp-note {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8c2e3e;
}
.faq-section {
  padding: 120px 20px;
  background: #fffdf8;
}

.faq-inner {
  max-width: 900px;
  margin: 0 auto;
}

.faq-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 5vw, 60px);
  color: #200142;
  margin: 0 0 36px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: white;
  border: 1px solid rgba(32, 1, 66, 0.08);
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 8px 24px rgba(32, 1, 66, 0.05);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 26px;
  font-family: 'Fraunces', serif;
  font-size: 26px;
  color: #200142;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  color: #8c2e3e;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-answer {
  padding: 0 26px 24px;
}

.faq-answer p {
  margin: 0 0 14px;
  line-height: 1.7;
  color: #4b4658;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}
.reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-card {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* subtle stagger timing */
.reveal-card:nth-child(1) {
  transition-delay: 0.05s;
}

.reveal-card:nth-child(2) {
  transition-delay: 0.12s;
}

.reveal-card:nth-child(3) {
  transition-delay: 0.19s;
}

.reveal-card:nth-child(4) {
  transition-delay: 0.26s;
}

.reveal-card:nth-child(5) {
  transition-delay: 0.33s;
}

.reveal-card:nth-child(6) {
  transition-delay: 0.4s;
}
.site-footer {
  padding: 80px 20px;
  background: #200142;
  text-align: center;
}

.footer-inner {
  max-width: 600px;
  margin: 0 auto;
}

.footer-title {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  color: #fff1b5;
  margin-bottom: 10px;
}

.footer-date {
  font-size: 16px;
  color: #c1dbe8;
  margin-bottom: 6px;
}

.footer-location {
  font-size: 16px;
  color: #c1dbe8;
  margin-bottom: 18px;
}

.footer-note {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff1b5;
}
.gate-page {
  margin: 0;
  background: #200142;
}

.gate-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gate-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.gate-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(32, 1, 66, 0.35), rgba(32, 1, 66, 0.58)),
    radial-gradient(circle at top, rgba(193, 219, 232, 0.14), transparent 45%);
  z-index: 0;
}

.gate-mist {
  position: absolute;
  inset: -10%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.38;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at 45% 75%, rgba(193, 219, 232, 0.16) 0%, rgba(193, 219, 232, 0) 26%);
  filter: blur(24px);
  animation: driftMist 18s ease-in-out infinite alternate;
}

.gate-content {
  position: relative;
  z-index: 2;
  width: min(92%, 560px);
  text-align: center;
  color: white;
  padding: 32px 24px;
}

.gate-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff1b5;
}

.gate-content h1 {
  font-family: "Ragita", serif;
  font-size: clamp(54px, 10vw, 110px);
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 20px;
  text-transform: none;
  letter-spacing: 0;
}

.gate-content .amp {
  font-family: 'Ragita', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.15em;
  margin: 0;
  display: inline-block;
  transform: translateY(-0.06em);
  color: #fff1b5;
}


.gate-subtitle {
  max-width: 460px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.gate-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.gate-input {
  width: min(100%, 320px);
  padding: 10px 4px;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.6);
  background: transparent;
  color: white;
  font-size: 18px;
  text-align: center;
  outline: none;
  letter-spacing: 0.08em;
}

.gate-input::placeholder {
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.12em;
}

.gate-input:focus {
  border-bottom: 2px solid #fff1b5;
}

.gate-button {
  padding: 15px 32px;
  border: none;
  border-radius: 999px;
  background: #8c2e3e;
  color: white;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gate-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.gate-error {
  min-height: 20px;
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #fff1b5;
}

@media (max-width: 640px) {
  .gate-content h1 {
    font-size: clamp(34px, 11vw, 64px);
    letter-spacing: 0.04em;
  }

  .gate-subtitle {
    font-size: 16px;
  }
}
