/* ═══════════════════════════════════════════════════════════════════════
   WEDDING SITE — ELEGANT DARK THEME STYLESHEET
   Couple: Zobair & Zafrin
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  --primary-gold: #D4A574;
  --primary-gold-hover: #E2B888;
  --gold-glow: rgba(212, 165, 116, 0.25);
  --gold-subtle: rgba(212, 165, 116, 0.12);
  --bg-dark: #0c0d14;
  --bg-dark-alt: #12141e;
  --bg-card: rgba(20, 22, 34, 0.72);
  --bg-card-hover: rgba(26, 29, 44, 0.85);
  --bg-card-border: rgba(212, 165, 116, 0.2);
  --bg-card-border-hover: rgba(212, 165, 116, 0.45);
  --text-primary: #F7F7F9;
  --text-secondary: #C4C8D8;
  --text-muted: #959AAE;
  --urgency-banner-height: 40px;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-script: 'Alex Brush', cursive;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 9999px;
  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-gold: 0 10px 30px -10px rgba(212, 165, 116, 0.3);
  --shadow-card: 0 16px 40px -12px rgba(0, 0, 0, 0.5);
}

/* ─── Global Reset & Base ─── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(212, 165, 116, 0.1) 0%, transparent 60%),
    radial-gradient(circle at 100% 50%, rgba(138, 92, 196, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 0% 80%, rgba(212, 165, 116, 0.06) 0%, transparent 50%);
  background-attachment: fixed;
}

/* ─── Ambient Background Glows ─── */
.bg-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
  animation: floatOrb 20s ease-in-out infinite alternate;
}

.ambient-orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.18), transparent 70%);
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}

.ambient-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(168, 123, 81, 0.15), transparent 70%);
  bottom: 20%;
  right: -100px;
  animation-duration: 25s;
}

@keyframes floatOrb {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(40px) scale(1.08); }
  100% { transform: translateY(-30px) scale(0.95); }
}

/* ─── Typography Utility ─── */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.25;
}

.script-text {
  font-family: var(--font-script);
  font-size: 2.2rem;
  color: var(--primary-gold);
  line-height: 1;
  display: block;
}

.gold-gradient-text {
  background: linear-gradient(135deg, #FFF1D6 0%, #D4A574 50%, #B8834E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.section-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

.section-padding {
  padding: 3.75rem 0;
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.2rem auto;
}

.section-header-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 0.95rem auto;
  border-radius: 50%;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  box-shadow: 0 0 22px rgba(212, 165, 116, 0.16);
  transition: var(--transition-smooth);
}

.section-header:hover .section-header-icon {
  transform: scale(1.08);
  border-color: var(--primary-gold);
  box-shadow: 0 0 30px rgba(212, 165, 116, 0.32);
}

.section-header .section-eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary-gold);
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.section-header p {
  color: var(--text-secondary);
  font-size: 1.05rem;
}

/* ─── Decorative Divider ─── */
.gold-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.25rem auto 1.5rem auto;
}

.gold-divider::before,
.gold-divider::after {
  content: "";
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
}

.gold-divider-icon {
  color: var(--primary-gold);
  font-size: 0.9rem;
}

/* ─── Buttons & Interactive ─── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.8rem;
  border-radius: var(--radius-full);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  border: 1px solid transparent;
  font-family: var(--font-body);
}

.btn-primary {
  background: linear-gradient(135deg, #D4A574 0%, #B8834E 100%);
  color: #0c0d14;
  box-shadow: var(--shadow-gold);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #E2B888 0%, #C9945B 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px -8px rgba(212, 165, 116, 0.45);
}

.btn-secondary {
  background: rgba(212, 165, 116, 0.08);
  color: var(--primary-gold);
  border-color: rgba(212, 165, 116, 0.3);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(212, 165, 116, 0.16);
  border-color: var(--primary-gold);
  color: #FFF;
  transform: translateY(-2px);
}

.btn-icon {
  font-size: 1.1rem;
  line-height: 1;
}

/* ─── STICKY RSVP URGENCY BANNER ─── */
.rsvp-urgency-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  background: linear-gradient(90deg, #181108 0%, #2f1e0d 50%, #181108 100%);
  border-bottom: 1px solid rgba(212, 165, 116, 0.45);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.rsvp-urgency-banner.dismissing {
  transform: translateY(-100%);
  opacity: 0;
}

.urgency-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.45rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.urgency-banner-main {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.86rem;
  color: #F8EDE0;
}

.urgency-pulse-indicator {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E5A96E;
  box-shadow: 0 0 10px #E5A96E;
  animation: urgencyPulse 1.8s infinite;
  flex-shrink: 0;
}

@keyframes urgencyPulse {
  0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(229, 169, 110, 0.7); }
  70% { transform: scale(1.15); box-shadow: 0 0 0 8px rgba(229, 169, 110, 0); }
  100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(229, 169, 110, 0); }
}

.urgency-highlight {
  color: #FFE6C7;
  font-weight: 700;
}

.urgency-days-tag {
  color: #FFB370;
  font-weight: 700;
  margin-left: 0.2rem;
}

.urgency-banner-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.urgency-rsvp-btn {
  background: linear-gradient(135deg, #D4A574 0%, #B8834E 100%);
  color: #0c0d14 !important;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.3rem 0.9rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  box-shadow: 0 2px 8px rgba(212, 165, 116, 0.35);
  transition: var(--transition-smooth);
  white-space: nowrap;
}

.urgency-rsvp-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #FFE0B2 0%, #D4A574 100%);
  box-shadow: 0 4px 12px rgba(212, 165, 116, 0.55);
}

.urgency-close-btn {
  background: none;
  border: none;
  color: #C4C8D8;
  padding: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition-smooth);
}

.urgency-close-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.12);
}

/* ─── SITE HEADER / NAVIGATION BAR WITH SUB-HEADERS ─── */
.site-header {
  position: fixed;
  top: var(--urgency-banner-height, 0);
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.65rem 1.5rem;
  background: rgba(12, 13, 20, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(212, 165, 116, 0.18);
  transition: top 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease, padding 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.site-header.scrolled {
  background: rgba(12, 13, 20, 0.95);
  border-bottom-color: rgba(212, 165, 116, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  padding: 0.5rem 1.5rem;
}

.nav-container {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-brand {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  background: linear-gradient(135deg, #FFF1D6 0%, #D4A574 50%, #B8834E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-brand-short {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

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

.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
  transition: var(--transition-smooth);
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid transparent;
}

.nav-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.nav-link:hover svg {
  transform: scale(1.15);
}

.nav-link:hover {
  color: var(--primary-gold);
  background: rgba(212, 165, 116, 0.08);
  border-color: rgba(212, 165, 116, 0.2);
}

.nav-link.active {
  color: #FFF1D6;
  background: rgba(212, 165, 116, 0.16);
  border-color: rgba(212, 165, 116, 0.45);
  font-weight: 600;
  box-shadow: 0 0 12px rgba(212, 165, 116, 0.18);
}

.nav-rsvp-btn {
  background: linear-gradient(135deg, #D4A574 0%, #B8834E 100%) !important;
  color: #0c0d14 !important;
  font-weight: 700 !important;
  padding: 0.35rem 0.95rem !important;
  border-radius: var(--radius-full) !important;
  box-shadow: 0 3px 12px rgba(212, 165, 116, 0.35) !important;
  border: 1px solid rgba(255, 241, 214, 0.3) !important;
}

.nav-rsvp-btn:hover {
  background: linear-gradient(135deg, #E2B888 0%, #C9945B 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(212, 165, 116, 0.5) !important;
}

.nav-rsvp-btn.active {
  background: linear-gradient(135deg, #FFE8C2 0%, #D4A574 100%) !important;
  box-shadow: 0 0 16px rgba(212, 165, 116, 0.6) !important;
}

/* ─── HERO SECTION ─── */
.hero-section {
  min-height: 94vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7.5rem 1.5rem 3.5rem 1.5rem;
  position: relative;
}

.hero-content {
  max-width: 860px;
  margin: 0 auto;
  animation: heroFadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-emblem {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.35);
  box-shadow: 0 0 25px rgba(212, 165, 116, 0.2);
  color: var(--primary-gold);
}

.hero-badge {
  display: inline-block;
  padding: 0.45rem 1.2rem;
  border-radius: var(--radius-full);
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.25);
  color: var(--primary-gold);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.hero-tagline {
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  color: var(--text-secondary);
  max-width: 620px;
  margin: 0 auto 2.5rem auto;
  font-weight: 300;
}

.hero-date-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 1.05rem;
  color: var(--text-primary);
  margin-bottom: 2.5rem;
}

.hero-detail-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-primary);
}

.hero-detail-item svg {
  color: var(--primary-gold);
}

.hero-separator {
  color: var(--primary-gold);
  opacity: 0.5;
}

/* Hero Couple Portrait Frame */
.hero-photo-wrapper {
  margin: 1.8rem auto 2.4rem auto;
  max-width: 480px;
  position: relative;
}

.hero-photo-frame {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 6px;
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.45) 0%, rgba(212, 165, 116, 0.1) 50%, rgba(212, 165, 116, 0.4) 100%);
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.7), 0 0 30px rgba(212, 165, 116, 0.2);
  overflow: hidden;
  transition: var(--transition-smooth);
}

.hero-photo-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 55px -10px rgba(0, 0, 0, 0.8), 0 0 40px rgba(212, 165, 116, 0.35);
}

.hero-photo-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 25%;
  border-radius: calc(var(--radius-lg) - 4px);
  display: block;
}

.hero-photo-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 20px rgba(12, 13, 20, 0.4);
  border-radius: calc(var(--radius-lg) - 4px);
}

/* ─── COUNTDOWN SECTION ─── */
.countdown-container {
  margin: 2.5rem auto 1rem auto;
  max-width: 660px;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.countdown-card {
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  padding: 1.4rem 0.5rem;
  text-align: center;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.countdown-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
  opacity: 0.7;
}

.countdown-card:hover {
  border-color: var(--bg-card-border-hover);
  transform: translateY(-3px);
}

.countdown-num {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--primary-gold);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.countdown-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  font-weight: 600;
}

.countdown-complete {
  background: var(--bg-card);
  border: 1px solid var(--primary-gold);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--primary-gold);
  text-align: center;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.hero-rsvp-btn {
  font-size: 1.05rem;
  padding: 0.95rem 2.2rem;
  box-shadow: 0 8px 30px rgba(212, 165, 116, 0.4);
  position: relative;
}

.hero-rsvp-btn:hover {
  box-shadow: 0 12px 35px rgba(212, 165, 116, 0.6);
}

.scroll-indicator {
  margin-top: 1.5rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: var(--transition-smooth);
  animation: bounce 2s infinite ease-in-out;
}

.scroll-indicator:hover {
  color: var(--primary-gold);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(6px); }
  60% { transform: translateY(3px); }
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── OUR STORY SECTION ─── */
.story-narrative-card {
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow-card);
  margin-bottom: 3rem;
  position: relative;
}

.story-card-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2.5rem;
  align-items: center;
}

.story-photo-frame {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--bg-card-border);
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.6);
  background: rgba(12, 13, 20, 0.5);
}

.story-photo-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.story-photo-frame:hover .story-photo-img {
  transform: scale(1.04);
}

.story-photo-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(12, 13, 20, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(212, 165, 116, 0.4);
  color: var(--primary-gold);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.05em;
}

.story-text-content {
  position: relative;
  text-align: left;
}

.story-quote-mark {
  font-family: var(--font-heading);
  font-size: 4rem;
  line-height: 1;
  color: var(--primary-gold);
  opacity: 0.25;
  display: block;
  margin-bottom: -1rem;
  user-select: none;
}

.story-narrative-card p {
  font-size: 1.18rem;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-style: italic;
  line-height: 1.8;
  margin: 0;
}

.story-quote-signature {
  font-family: var(--font-script);
  font-size: 1.8rem;
  color: var(--primary-gold);
  margin-top: 1.25rem;
  text-align: right;
}

.couple-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.couple-about-card {
  background: var(--bg-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  padding: 2.2rem;
  box-shadow: var(--shadow-card);
  position: relative;
  transition: var(--transition-smooth);
}

.couple-about-card:hover {
  border-color: var(--bg-card-border-hover);
  transform: translateY(-4px);
}

.about-partner-header {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(212, 165, 116, 0.15);
}

.about-partner-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid var(--primary-gold);
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(212, 165, 116, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(212, 165, 116, 0.25);
}

.about-partner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar-letter-fallback {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--primary-gold);
}

.about-partner-header h3 {
  font-size: 1.3rem;
  color: var(--text-primary);
}

.about-partner-header span {
  display: block;
  font-size: 0.8rem;
  color: var(--primary-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-body);
}

.about-partner-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 1.2rem;
}

.about-items-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.about-items-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.98rem;
  color: var(--text-primary);
  line-height: 1.5;
}

.about-items-list li svg {
  color: var(--primary-gold);
  flex-shrink: 0;
  margin-top: 0.25rem;
}

/* ─── PASSWORD GATE SECTION ─── */
.gate-wrapper {
  margin: 3.5rem auto;
  max-width: 640px;
  position: relative;
}

.gate-card {
  background: rgba(23, 26, 40, 0.88);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(212, 165, 116, 0.4);
  border-radius: var(--radius-lg);
  padding: 3.2rem 2.4rem;
  text-align: center;
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.75), 0 0 40px rgba(212, 165, 116, 0.15);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.gate-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
}

.gate-deadline-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background: rgba(212, 165, 116, 0.14);
  border: 1px solid var(--primary-gold);
  border-radius: var(--radius-full);
  color: var(--primary-gold);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 20px rgba(212, 165, 116, 0.2);
}

.gate-icon-halo {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem auto;
  border-radius: 50%;
  background: rgba(212, 165, 116, 0.12);
  border: 1px solid rgba(212, 165, 116, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  font-size: 1.8rem;
  box-shadow: 0 0 35px rgba(212, 165, 116, 0.3);
  transition: var(--transition-smooth);
}

.gate-card h3 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.gate-card p {
  color: var(--text-secondary);
  font-size: 0.98rem;
  margin-bottom: 1.5rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.gate-perks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0 auto 2rem auto;
  max-width: 480px;
  text-align: left;
}

.gate-perk-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(12, 13, 20, 0.65);
  border: 1px solid rgba(212, 165, 116, 0.2);
  border-radius: var(--radius-md);
  padding: 0.7rem 0.95rem;
  font-size: 0.86rem;
  color: var(--text-primary);
  font-weight: 500;
  transition: var(--transition-smooth);
}

.gate-perk-item:hover {
  border-color: rgba(212, 165, 116, 0.45);
  background: rgba(212, 165, 116, 0.08);
}

.gate-perk-icon {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-sm);
  background: rgba(212, 165, 116, 0.12);
  border: 1px solid rgba(212, 165, 116, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  flex-shrink: 0;
}

.gate-perk-icon svg {
  width: 15px;
  height: 15px;
}

.gate-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 440px;
  margin: 0 auto;
}

.gate-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.gate-input {
  width: 100%;
  padding: 1.05rem 3.2rem 1.05rem 3.2rem;
  background: rgba(12, 13, 20, 0.85);
  border: 1px solid rgba(212, 165, 116, 0.35);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  font-size: 1.02rem;
  outline: none;
  font-family: var(--font-body);
  transition: var(--transition-smooth);
  text-align: left;
}

.gate-input:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 20px rgba(212, 165, 116, 0.35);
}

.gate-input-icon {
  position: absolute;
  left: 1.25rem;
  color: var(--primary-gold);
  pointer-events: none;
  display: flex;
  align-items: center;
}

.gate-pw-toggle {
  position: absolute;
  right: 1.2rem;
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
}

.gate-pw-toggle:hover {
  color: var(--primary-gold);
}

.gate-error-message {
  color: #FF7B7B;
  font-size: 0.88rem;
  min-height: 1.2rem;
  margin-top: 0.2rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.gate-error-message.show {
  opacity: 1;
}

.gate-footer-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.8rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.45;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.gate-footer-hint svg {
  color: var(--primary-gold);
  flex-shrink: 0;
}

/* Pulse Highlight for when user taps RSVP elsewhere while site is locked */
.pulse-highlight {
  animation: gateCardPulse 1.8s ease-in-out;
}

@keyframes gateCardPulse {
  0% {
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.75), 0 0 35px rgba(212, 165, 116, 0.12);
    border-color: rgba(212, 165, 116, 0.4);
    transform: scale(1);
  }
  30% {
    box-shadow: 0 25px 65px -10px rgba(212, 165, 116, 0.6), 0 0 65px rgba(212, 165, 116, 0.45);
    border-color: rgba(212, 165, 116, 1);
    transform: scale(1.025);
  }
  70% {
    box-shadow: 0 22px 60px -10px rgba(212, 165, 116, 0.45), 0 0 50px rgba(212, 165, 116, 0.3);
    border-color: rgba(212, 165, 116, 0.8);
    transform: scale(1.012);
  }
  100% {
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.75), 0 0 35px rgba(212, 165, 116, 0.12);
    border-color: rgba(212, 165, 116, 0.4);
    transform: scale(1);
  }
}

/* Shake Animation for incorrect password */
.shake-animation {
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake {
  10%, 90% { transform: translate3d(-2px, 0, 0); }
  20%, 80% { transform: translate3d(4px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-6px, 0, 0); }
  40%, 60% { transform: translate3d(6px, 0, 0); }
}

/* ─── GATED CONTENT AREA ─── */
.gated-content {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.gated-content.unlocked {
  display: block;
  opacity: 1;
  animation: contentUnfold 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes contentUnfold {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Unlocked Banner / Status */
.unlock-badge-bar {
  background: rgba(212, 165, 116, 0.16);
  border: 1px solid rgba(212, 165, 116, 0.45);
  border-radius: var(--radius-full);
  padding: 0.55rem 1.6rem;
  max-width: 480px;
  margin: 0 auto 3rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 600;
  color: #FFF2E0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.unlock-badge-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #FFF2E0;
}

.unlock-badge-bar svg {
  color: var(--primary-gold);
}

.relock-btn {
  background: none;
  border: none;
  color: #D6DAEA;
  font-size: 0.82rem;
  cursor: pointer;
  text-decoration: underline;
  transition: var(--transition-smooth);
}

.relock-btn:hover {
  color: #FFE5C4;
}

/* ─── SCHEDULE SECTION ─── */
.schedule-card {
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  box-shadow: var(--shadow-card);
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.schedule-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(212, 165, 116, 0.15);
}

.schedule-title-area h3 {
  font-size: 2rem;
  margin-bottom: 0.4rem;
}

.schedule-datetime {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: var(--primary-gold);
  font-size: 0.95rem;
  font-weight: 600;
}

.schedule-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.schedule-meta-item svg {
  color: var(--primary-gold);
  flex-shrink: 0;
}

.schedule-badges {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.pill-badge {
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(212, 165, 116, 0.12);
  border: 1px solid rgba(212, 165, 116, 0.3);
  color: var(--primary-gold);
}

.schedule-body-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.schedule-desc {
  font-size: 1.05rem;
  color: var(--text-primary);
  line-height: 1.7;
}

.schedule-note-box {
  background: rgba(212, 165, 116, 0.06);
  border-left: 3px solid var(--primary-gold);
  padding: 1.25rem 1.5rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-top: 1.5rem;
}

.schedule-note-box strong {
  color: var(--primary-gold);
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.schedule-note-box p {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.schedule-activities-box {
  background: rgba(212, 165, 116, 0.05);
  border: 1px dashed rgba(212, 165, 116, 0.3);
  border-radius: var(--radius-sm);
  padding: 1.2rem 1.4rem;
  margin-top: 1.25rem;
}

.schedule-activities-box strong {
  color: var(--primary-gold);
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.75rem;
}

.schedule-activities-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.schedule-activities-list li {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.act-bullet-icon {
  color: var(--primary-gold);
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.venue-details-box {
  background: rgba(12, 13, 20, 0.6);
  border: 1px solid rgba(212, 165, 116, 0.15);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.venue-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.venue-info-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  flex-shrink: 0;
}

.venue-info-icon svg {
  width: 17px;
  height: 17px;
}

.venue-info-content strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text-primary);
  margin-bottom: 0.2rem;
}

.venue-info-content p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.venue-street-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.3);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-sm);
  margin-top: 0.4rem;
  max-width: 100%;
}

.venue-street-val {
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  color: #FFF2DF;
  user-select: all;
  -webkit-user-select: all;
  letter-spacing: 0.01em;
}

.btn-copy-street {
  background: rgba(212, 165, 116, 0.2);
  border: 1px solid rgba(212, 165, 116, 0.45);
  color: #FFE6C7;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.22rem 0.6rem;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: var(--transition-smooth);
  white-space: nowrap;
}

.btn-copy-street:hover {
  background: var(--primary-gold);
  color: #0c0d14;
}

.btn-copy-street.copied {
  background: #2F855A;
  border-color: #48BB78;
  color: #FFFFFF;
}

.schedule-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ─── RSVP SECTION ─── */
.rsvp-container {
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.5rem;
  box-shadow: var(--shadow-card);
  position: relative;
  text-align: center;
}

.rsvp-deadline-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  background: rgba(212, 165, 116, 0.12);
  border: 1px solid var(--primary-gold);
  border-radius: var(--radius-full);
  color: var(--primary-gold);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.rsvp-frame-wrapper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  min-height: 550px;
  background: #FFFFFF;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

.rsvp-frame-wrapper iframe {
  width: 100%;
  height: 600px;
  border: none;
  display: block;
}

.rsvp-fallback-card {
  padding: 3rem 2rem;
  background: rgba(12, 13, 20, 0.7);
  border: 1px solid rgba(212, 165, 116, 0.2);
  border-radius: var(--radius-md);
  max-width: 620px;
  margin: 0 auto;
}

.rsvp-fallback-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem auto;
  border-radius: 50%;
  background: rgba(212, 165, 116, 0.12);
  border: 1px solid rgba(212, 165, 116, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  box-shadow: 0 0 25px rgba(212, 165, 116, 0.2);
}

.rsvp-events-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1.5rem auto 1.8rem;
  max-width: 580px;
  text-align: left;
}

.rsvp-event-pill {
  background: rgba(212, 165, 116, 0.07);
  border: 1px solid rgba(212, 165, 116, 0.25);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.25rem;
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rsvp-event-pill:hover {
  background: rgba(212, 165, 116, 0.12);
  border-color: rgba(212, 165, 116, 0.45);
  transform: translateY(-2px);
}

.rsvp-event-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.45rem;
  line-height: 1.35;
}

.rsvp-event-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.86rem;
}

.rsvp-event-date {
  color: var(--primary-gold);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.rsvp-event-tag {
  display: inline-block;
  color: #FFE6C7;
  background: rgba(212, 165, 116, 0.18);
  border: 1px solid rgba(212, 165, 116, 0.35);
  border-radius: 4px;
  padding: 0.2rem 0.55rem;
  font-size: 0.76rem;
  font-weight: 600;
  width: fit-content;
  letter-spacing: 0.02em;
}

/* ─── FAQ / Q&A SECTION ─── */
.faq-accordion-container {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--bg-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition-smooth);
}

.faq-item:hover {
  border-color: var(--bg-card-border-hover);
}

.faq-header {
  padding: 1.4rem 1.8rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-question {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-primary);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(212, 165, 116, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: var(--primary-gold);
  color: #0c0d14;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  padding: 0 1.8rem;
}

.faq-item.active .faq-content {
  max-height: 300px;
  padding: 0 1.8rem 1.5rem 1.8rem;
}

.faq-content p {
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.6;
}

.faq-content a,
.gold-link {
  color: var(--gold-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition-fast);
}

.faq-content a:hover,
.gold-link:hover {
  color: var(--gold-primary-hover);
}

/* ─── MOMENTS / PHOTOS SECTION ─── */
.gallery-section-wrapper {
  margin-bottom: 3rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--bg-card-border);
  background: var(--bg-card);
  box-shadow: var(--shadow-card);
  transition: var(--transition-smooth);
}

.gallery-item:hover,
.gallery-item:focus-visible {
  border-color: var(--primary-gold);
  transform: translateY(-4px);
  box-shadow: 0 16px 35px -8px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 165, 116, 0.2);
  outline: none;
}

.gallery-img-wrap {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item:hover .gallery-img,
.gallery-item:focus-visible .gallery-img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 13, 20, 0.9) 0%, rgba(12, 13, 20, 0.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay,
.gallery-item:focus-visible .gallery-overlay {
  opacity: 1;
}

.gallery-overlay-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(12, 13, 20, 0.75);
  border: 1px solid var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay-icon,
.gallery-item:focus-visible .gallery-overlay-icon {
  opacity: 1;
  transform: scale(1);
}

.gallery-item-caption {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.35;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lightbox-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 9, 14, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.lightbox-container {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: lightboxZoomIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes lightboxZoomIn {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.lightbox-img-wrapper {
  max-width: 85vw;
  max-height: 75vh;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(212, 165, 116, 0.35);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 35px rgba(212, 165, 116, 0.2);
  background: #000;
}

.lightbox-img {
  max-width: 100%;
  max-height: 75vh;
  display: block;
  object-fit: contain;
}

.lightbox-caption {
  margin-top: 1rem;
  color: var(--primary-gold);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  text-align: center;
  max-width: 80vw;
}

.lightbox-close {
  position: absolute;
  top: -48px;
  right: 0;
  background: rgba(23, 26, 40, 0.85);
  border: 1px solid var(--primary-gold);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  color: var(--primary-gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
}

.lightbox-close:hover {
  background: var(--primary-gold);
  color: #0c0d14;
  transform: scale(1.1);
}

.moments-card {
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 3.5rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-card);
  max-width: 740px;
  margin: 0 auto;
}

.moments-hashtag-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid var(--primary-gold);
  border-radius: var(--radius-full);
  padding: 0.6rem 1.4rem;
  color: var(--primary-gold);
  font-family: var(--font-heading);
  font-size: 1.3rem;
  margin: 1.5rem auto 1.25rem auto;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.moments-hashtag-badge:hover {
  background: rgba(212, 165, 116, 0.2);
  transform: scale(1.03);
}

.copy-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-family: var(--font-body);
}

.moments-instagram-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 auto 2rem auto;
  padding: 0.65rem 1.25rem;
  background: rgba(12, 13, 20, 0.55);
  border: 1px solid rgba(212, 165, 116, 0.22);
  border-radius: var(--radius-full);
}

.instagram-prompt {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 500;
}

.instagram-prompt svg {
  color: var(--primary-gold);
}

.instagram-handles {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.instagram-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  background: rgba(212, 165, 116, 0.12);
  border: 1px solid rgba(212, 165, 116, 0.35);
  border-radius: var(--radius-full);
  color: var(--primary-gold);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.instagram-chip svg {
  color: var(--primary-gold);
  transition: transform 0.2s ease;
}

.instagram-chip:hover {
  background: var(--primary-gold);
  color: #0c0d14;
  border-color: var(--primary-gold);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(212, 165, 116, 0.35);
}

.instagram-chip:hover svg {
  color: #0c0d14;
  transform: scale(1.1);
}

.moments-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 0.5rem;
}

/* ─── HELPFUL LINKS SECTION ─── */
.links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.link-card {
  background: var(--bg-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-card);
}

.link-card:hover {
  border-color: var(--primary-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

.link-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  font-size: 1.4rem;
  transition: var(--transition-smooth);
}

.link-card:hover .link-card-icon {
  background: var(--primary-gold);
  color: #0c0d14;
}

.link-card h4 {
  font-size: 1.2rem;
  color: var(--text-primary);
}

.link-card p {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

/* ─── FOOTER ─── */
.site-footer {
  background: #08090E;
  border-top: 1px solid rgba(212, 165, 116, 0.15);
  padding: 4.5rem 1.5rem 3rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-script {
  font-family: var(--font-script);
  font-size: 3rem;
  color: var(--primary-gold);
  margin-bottom: 0.5rem;
}

.footer-names {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.footer-date-loc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.footer-credits {
  font-size: 0.8rem;
  color: var(--text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.5rem;
  max-width: 400px;
  margin: 0 auto;
}

/* ─── TOAST NOTIFICATION ─── */
.toast-notice {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #191B28;
  border: 1px solid var(--primary-gold);
  color: #FFF;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-full);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), var(--shadow-gold);
  z-index: 9999;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition-smooth);
  pointer-events: none;
}

.toast-notice.show {
  opacity: 1;
  transform: translateY(0);
}

/* ─── SCROLL REVEAL UTILITY ─── */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── RESPONSIVE MEDIA QUERIES ─── */
@media (max-width: 860px) {
  .schedule-body-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .couple-about-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .story-card-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .story-photo-img {
    height: 300px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .links-grid {
    grid-template-columns: 1fr;
  }

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

  .schedule-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 540px) {
  .countdown-grid {
    gap: 0.5rem;
  }

  .countdown-card {
    padding: 1rem 0.25rem;
  }

  .hero-photo-img {
    height: 240px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gate-card {
    padding: 2.2rem 1.25rem;
  }

  .story-narrative-card {
    padding: 1.8rem 1.25rem;
  }

  .hero-date-location {
    flex-direction: column;
    gap: 0.5rem;
  }

  .hero-separator {
    display: none;
  }

  .moments-actions {
    flex-direction: column;
    width: 100%;
  }

  .moments-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   NEW FEATURES STYLES: TIMELINE, WEATHER, QUIZ, SONGS, MUSIC, CONFETTI
   ═══════════════════════════════════════════════════════════════════════ */

/* ─── 1. Milestone Story Timeline ─── */
.timeline-section-container {
  margin-top: 4.5rem;
  position: relative;
}

.timeline-header {
  text-align: center;
  margin-bottom: 3rem;
}

.timeline-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary-gold);
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.timeline-track {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding: 1rem 0;
}

.timeline-track::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent 0%, var(--primary-gold) 15%, var(--primary-gold) 85%, transparent 100%);
  transform: translateX(-50%);
  opacity: 0.35;
}

.timeline-step {
  position: relative;
  margin-bottom: 3rem;
  width: 50%;
  display: flex;
}

.timeline-step.timeline-left {
  left: 0;
  padding-right: 2.5rem;
  justify-content: flex-end;
}

.timeline-step.timeline-right {
  left: 50%;
  padding-left: 2.5rem;
  justify-content: flex-start;
}

.timeline-dot-halo {
  position: absolute;
  top: 1.25rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #191b28;
  border: 2px solid var(--primary-gold);
  box-shadow: 0 0 16px var(--gold-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 1.15rem;
}

.timeline-left .timeline-dot-halo {
  right: -21px;
}

.timeline-right .timeline-dot-halo {
  left: -21px;
}

.timeline-card {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-card);
  transition: var(--transition-smooth);
  max-width: 360px;
  width: 100%;
}

.timeline-card:hover {
  border-color: var(--primary-gold);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px -8px rgba(212, 165, 116, 0.2);
}

.timeline-card-header {
  margin-bottom: 0.75rem;
}

.timeline-date-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary-gold);
  background: var(--gold-subtle);
  border: 1px solid rgba(212, 165, 116, 0.25);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.4rem;
}

.timeline-title {
  font-size: 1.15rem;
  color: var(--text-primary);
  margin: 0;
}

.timeline-img-wrap {
  position: relative;
  margin: 0.75rem 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: zoom-in;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.timeline-img-wrap:hover,
.timeline-img-wrap:focus-visible {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  outline: none;
}

.timeline-img-wrap:focus-visible {
  outline: 2px solid var(--primary-gold, #d4af37);
  outline-offset: 2px;
}

.timeline-thumb {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.timeline-img-wrap:hover .timeline-thumb,
.timeline-img-wrap:focus-visible .timeline-thumb {
  transform: scale(1.06);
}

.timeline-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 13, 20, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.timeline-img-wrap:hover .timeline-img-overlay,
.timeline-img-wrap:focus-visible .timeline-img-overlay {
  opacity: 1;
}

.timeline-img-overlay-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(12, 13, 20, 0.78);
  border: 1px solid var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  transform: scale(0.85);
  transition: transform 0.3s ease;
}

.timeline-img-wrap:hover .timeline-img-overlay-icon,
.timeline-img-wrap:focus-visible .timeline-img-overlay-icon {
  transform: scale(1);
}

.timeline-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin: 0;
}

/* ─── 2. Event Day Weather Widget ─── */
.weather-widget-wrapper {
  margin-top: 2rem;
}

.weather-card {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  padding: 1.75rem 2rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-card);
}

.weather-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}

.weather-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary-gold);
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 600;
}

.weather-header h4 {
  font-size: 1.2rem;
  margin: 0;
}

.weather-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  flex-shrink: 0;
}

.weather-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.weather-metric-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  text-align: center;
}

.metric-label {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.metric-value {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
}

.weather-tip-box {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  background: var(--gold-subtle);
  border: 1px solid rgba(212, 165, 116, 0.2);
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.1rem;
}

.weather-tip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.weather-tip-box p {
  font-size: 0.88rem;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.5;
}

/* ─── 3. Interactive Trivia Mini-Quiz ─── */
.quiz-container {
  max-width: 680px;
  margin: 0 auto;
}

.quiz-card {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.quiz-progress-bar {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-full);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.quiz-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #D4A574, #FFF1D6);
  border-radius: var(--radius-full);
  transition: width 0.4s ease;
}

.quiz-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 1.2rem;
}

.quiz-current-score {
  color: var(--primary-gold);
  font-weight: 600;
}

.quiz-question-text {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.quiz-options-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.quiz-opt-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 0.9rem 1.25rem;
  color: var(--text-primary);
  font-size: 0.98rem;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  transition: var(--transition-smooth);
  width: 100%;
}

.quiz-opt-btn:hover:not(:disabled) {
  background: rgba(212, 165, 116, 0.12);
  border-color: var(--primary-gold);
  transform: translateX(4px);
}

.quiz-opt-btn:disabled {
  cursor: default;
}

.opt-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--primary-gold);
  flex-shrink: 0;
}

.quiz-opt-btn.correct {
  background: rgba(46, 213, 115, 0.16) !important;
  border-color: #2ed573 !important;
  color: #a4f5c6 !important;
}

.quiz-opt-btn.correct .opt-letter {
  background: #2ed573;
  color: #0c0d14;
}

.quiz-opt-btn.incorrect {
  background: rgba(255, 71, 87, 0.16) !important;
  border-color: #ff4757 !important;
  color: #ffb8be !important;
}

.quiz-opt-btn.incorrect .opt-letter {
  background: #ff4757;
  color: #ffffff;
}

.quiz-feedback-box {
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-top: 1rem;
  animation: fadeIn 0.3s ease;
}

.quiz-feedback-box.fb-correct {
  background: rgba(46, 213, 115, 0.1);
  border: 1px solid rgba(46, 213, 115, 0.3);
}

.quiz-feedback-box.fb-incorrect {
  background: rgba(255, 71, 87, 0.1);
  border: 1px solid rgba(255, 71, 87, 0.3);
}

.fb-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.fb-correct .fb-title {
  color: #2ed573;
}

.fb-incorrect .fb-title {
  color: #ff6b81;
}

.quiz-feedback-box p {
  font-size: 0.92rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.quiz-next-btn {
  width: 100%;
  justify-content: center;
  padding: 0.8rem;
  font-size: 0.95rem;
}

.quiz-results-card {
  text-align: center;
  padding: 3rem 2rem;
}

.results-badge-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.results-score-pill {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary-gold);
  background: var(--gold-subtle);
  border: 1px solid rgba(212, 165, 116, 0.3);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
}

.quiz-results-card h3 {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

.results-desc {
  color: var(--text-secondary);
  max-width: 480px;
  margin: 0 auto 2rem auto;
  font-size: 1rem;
}

/* ─── 4. DJ Song Requests & Playlist ─── */
/* ─── 4. DJ Song Requests & Interactive Queue ─── */
.song-requests-wrapper {
  max-width: 760px;
  margin: 0 auto;
}

.song-requests-card {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-card);
  margin-bottom: 2rem;
}

.song-requests-card:last-child {
  margin-bottom: 0;
}

.song-input-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.song-icon-badge {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--gold-subtle);
  border: 1px solid rgba(212, 165, 116, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.song-input-header h4 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.song-input-header p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin: 0;
}

/* Song Search Bar */
.song-search-box-container {
  position: relative;
  margin-bottom: 1.5rem;
}

.song-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.song-search-icon {
  position: absolute;
  left: 1.1rem;
  color: var(--primary-gold);
  pointer-events: none;
}

.song-search-input {
  width: 100%;
  background: rgba(12, 13, 20, 0.75);
  border: 1px solid rgba(212, 165, 116, 0.3);
  border-radius: var(--radius-full);
  padding: 0.9rem 3rem 0.9rem 3rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text-primary);
  outline: none;
  transition: var(--transition-smooth);
}

.song-search-input:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 15px rgba(212, 165, 116, 0.25);
  background: rgba(12, 13, 20, 0.95);
}

.song-search-input::placeholder,
.gate-input::placeholder,
.song-guest-input::placeholder,
input::placeholder,
textarea::placeholder {
  color: #C2C7DA !important;
  opacity: 1 !important;
  font-weight: 400;
}

.song-search-clear-btn {
  position: absolute;
  right: 1.1rem;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 1rem;
  cursor: pointer;
  padding: 0.2rem 0.4rem;
  border-radius: 50%;
  transition: var(--transition-fast);
}

.song-search-clear-btn:hover {
  color: var(--text-primary);
}

.song-search-spinner {
  position: absolute;
  right: 1.1rem;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(212, 165, 116, 0.2);
  border-top-color: var(--primary-gold);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Dropdown Search Results */
.song-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: rgba(16, 18, 28, 0.98);
  border: 1px solid rgba(212, 165, 116, 0.35);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  max-height: 380px;
  overflow-y: auto;
  z-index: 100;
  padding: 0.5rem;
}

.song-search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  transition: var(--transition-fast);
  cursor: pointer;
}

.song-search-item:hover {
  background: rgba(212, 165, 116, 0.12);
}

.song-item-info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  flex: 1;
}

.song-item-art {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.song-item-text {
  min-width: 0;
  overflow: hidden;
}

.song-item-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.song-item-artist {
  font-size: 0.8rem;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.15rem 0 0 0;
}

.song-item-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.song-preview-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 165, 116, 0.25);
  color: var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-fast);
}

.song-preview-btn:hover {
  background: var(--primary-gold);
  color: #0c0d14;
  border-color: var(--primary-gold);
}

.song-preview-btn.playing {
  background: var(--primary-gold);
  color: #0c0d14;
  box-shadow: 0 0 10px var(--gold-glow);
}

.song-select-btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  border-radius: var(--radius-full);
  background: rgba(212, 165, 116, 0.15);
  border: 1px solid var(--primary-gold);
  color: var(--primary-gold);
  cursor: pointer;
  transition: var(--transition-fast);
}

.song-select-btn:hover {
  background: var(--primary-gold);
  color: #0c0d14;
}

/* Selected Song Confirmation Card */
.song-selected-card {
  background: rgba(212, 165, 116, 0.08);
  border: 1px solid rgba(212, 165, 116, 0.4);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  animation: fadeIn 0.3s ease-out;
}

.song-selected-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.song-selected-art {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(212, 165, 116, 0.3);
}

.song-selected-badge {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary-gold);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.2rem;
}

.song-selected-details h5 {
  font-size: 1.05rem;
  margin: 0 0 0.15rem 0;
  color: var(--text-primary);
}

.song-selected-details p {
  font-size: 0.86rem;
  color: var(--text-secondary);
  margin: 0;
}

.song-selected-inputs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.form-group-inline {
  flex: 1;
  min-width: 180px;
}

.song-guest-input {
  width: 100%;
  background: rgba(12, 13, 20, 0.85);
  border: 1px solid rgba(212, 165, 116, 0.3);
  border-radius: var(--radius-full);
  padding: 0.6rem 1rem;
  font-family: inherit;
  font-size: 0.88rem;
  color: var(--text-primary);
  outline: none;
}

.song-guest-input:focus {
  border-color: var(--primary-gold);
}

.song-selected-actions {
  display: flex;
  gap: 0.5rem;
}

/* Live Queue Box */
.requested-songs-box {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.25rem;
}

.requested-songs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.requested-songs-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.requested-songs-count {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.song-queue-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.song-queue-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 165, 116, 0.18);
  border-radius: var(--radius-md);
  padding: 0.6rem 0.85rem;
  gap: 0.75rem;
  transition: var(--transition-smooth);
}

.song-queue-item:hover {
  background: rgba(212, 165, 116, 0.06);
  border-color: rgba(212, 165, 116, 0.35);
}

.song-queue-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1;
}

.song-queue-art {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.song-queue-text {
  min-width: 0;
  overflow: hidden;
}

.song-queue-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.song-queue-meta {
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin: 0.15rem 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.song-queue-meta strong {
  color: var(--primary-gold);
  font-weight: 500;
}

.song-queue-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.song-vote-btn {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-full);
  padding: 0.3rem 0.65rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition-fast);
}

.song-vote-btn:hover,
.song-vote-btn.voted {
  background: rgba(212, 165, 116, 0.15);
  border-color: var(--primary-gold);
  color: var(--primary-gold);
}

.song-iframe-wrapper {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: transparent;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  margin-bottom: 1.5rem;
}

.song-iframe-wrapper iframe {
  display: block;
  width: 100%;
  height: 352px;
  min-height: 352px;
  border: none;
}

.song-form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

/* ─── 5. Floating Ambient Music Player ─── */
.ambient-music-player {
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  z-index: 99;
}

.music-player-pill {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(18, 20, 32, 0.88);
  border: 1px solid rgba(212, 165, 116, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 15px var(--gold-glow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: var(--radius-full);
  padding: 0.45rem 1rem 0.45rem 0.45rem;
  transition: var(--transition-smooth);
}

.music-player-pill:hover {
  border-color: var(--primary-gold);
  transform: translateY(-2px);
}

.music-disc-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  flex-shrink: 0;
}

.music-disc {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at center, #D4A574 0%, #3a2b1b 30%, #151620 70%, #000 100%);
  border: 2px solid rgba(212, 165, 116, 0.5);
  position: relative;
  transition: transform 0.2s ease;
}

.music-disc.spinning {
  animation: spinVinyl 3.5s linear infinite;
}

@keyframes spinVinyl {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.disc-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bg-dark);
  border: 2px solid var(--primary-gold);
}

.music-play-state-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  pointer-events: none;
  opacity: 0.9;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.8));
}

.music-track-info {
  display: flex;
  flex-direction: column;
  min-width: 115px;
  max-width: 175px;
}

.music-track-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.music-track-artist {
  font-size: 0.72rem;
  color: var(--primary-gold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.music-equalizer {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 16px;
  padding: 0 4px;
}

.eq-bar {
  width: 3px;
  height: 4px;
  background: var(--primary-gold);
  border-radius: 2px;
  transition: height 0.2s ease;
}

.music-equalizer.playing .eq-bar-1 {
  animation: eqJump 0.8s ease-in-out infinite alternate;
}
.music-equalizer.playing .eq-bar-2 {
  animation: eqJump 0.6s ease-in-out 0.2s infinite alternate;
}
.music-equalizer.playing .eq-bar-3 {
  animation: eqJump 0.9s ease-in-out 0.1s infinite alternate;
}
.music-equalizer.playing .eq-bar-4 {
  animation: eqJump 0.7s ease-in-out 0.3s infinite alternate;
}

@keyframes eqJump {
  0% { height: 4px; }
  100% { height: 16px; }
}

.music-control-btn {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition-smooth);
}

.music-control-btn:hover {
  color: var(--primary-gold);
  transform: scale(1.15);
}

/* ─── 6. Confetti Canvas ─── */
.confetti-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

/* ─── Responsive Adjustments for New Features ─── */
@media (max-width: 768px) {
  .timeline-track::before {
    left: 24px;
    transform: none;
  }

  .timeline-step {
    width: 100%;
    left: 0 !important;
    padding-left: 60px !important;
    padding-right: 0 !important;
    justify-content: flex-start !important;
    margin-bottom: 2rem;
  }

  .timeline-dot-halo {
    left: 4px !important;
    right: auto !important;
    top: 1rem;
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .weather-metrics-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .weather-card {
    padding: 1.5rem 1.25rem;
  }

  .song-inputs-row {
    grid-template-columns: 1fr;
  }

  .quiz-card {
    padding: 1.75rem 1.25rem;
  }

  .song-requests-card {
    padding: 1.75rem 1.25rem;
  }

  .ambient-music-player {
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
  }

  .music-player-pill {
    justify-content: space-between;
    width: 100%;
  }

  .music-track-info {
    max-width: none;
    flex: 1;
  }

  /* Navigation & Gate Responsive */
  .site-header {
    padding: 0.5rem 0.75rem;
  }

  .nav-container {
    gap: 0.5rem;
  }

  .nav-brand-names {
    display: none;
  }

  .nav-brand-short {
    display: inline-block;
    font-size: 1.1rem;
  }

  .nav-links {
    gap: 0.35rem;
  }

  .nav-link {
    font-size: 0.76rem;
    padding: 0.28rem 0.55rem;
  }

  .nav-rsvp-btn {
    padding: 0.28rem 0.7rem !important;
    font-size: 0.76rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .gate-card {
    padding: 2.2rem 1.25rem;
  }

  .gate-card h3 {
    font-size: 1.6rem;
  }

  .gate-perks-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .gate-input {
    padding: 0.95rem 2.8rem;
    font-size: 0.95rem;
  }
}

/* ─── FLOATING BACK TO TOP BUTTON ─── */
.back-to-top-btn {
  position: fixed;
  bottom: 5.4rem;
  right: 1.5rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(18, 20, 32, 0.88);
  border: 1px solid rgba(212, 165, 116, 0.4);
  color: var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 990;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.back-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top-btn:hover {
  background: var(--primary-gold);
  color: #0c0d14;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(212, 165, 116, 0.45);
}

@media (max-width: 600px) {
  .back-to-top-btn {
    bottom: 5.6rem;
    right: 1rem;
    width: 38px;
    height: 38px;
  }
}

/* ─── SCROLL MARGINS & MOBILE VIEWPORT CLEARANCE ─── */
html {
  scroll-padding-top: calc(var(--urgency-banner-height, 40px) + 72px);
}

section[id],
.hero-section,
.gate-section {
  scroll-margin-top: calc(var(--urgency-banner-height, 40px) + 72px);
}

@media (max-width: 768px) {
  body {
    padding-bottom: 5.5rem;
  }

  .quiz-card {
    margin-bottom: 1.5rem;
  }

  .rsvp-container {
    margin-bottom: 1.5rem;
  }

  .site-footer {
    padding-bottom: 5rem;
  }
}



