/*
Theme Name: Silver Jubilee Anniversary
Description: Premium 25th Silver Jubilee Anniversary Invitation
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,400&family=Poppins:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --silver: #C8C8C8;
  --silver-light: #EFEFEF;
  --silver-mid: #A8A8A8;
  --silver-dark: #707070;
  --chrome-gradient: linear-gradient(135deg, #d0d0d0, #ffffff, #a0a0a0, #e0e0e0, #b0b0b0);
  --navy: #06080f;
  --navy2: #090c18;
  --navy3: #0c1020;
  --pearl: #F2F2EE;
  --gold: #C9A84C;
  --gold-light: #E8D5A3;
  --glow-silver: 0 0 30px rgba(200,200,200,0.45), 0 0 60px rgba(200,200,200,0.15);
  --glow-gold: 0 0 20px rgba(201,168,76,0.4);
  --font-display: 'Cormorant Garamond', serif;
  --font-heading: 'Nunito', sans-serif;
  --font-body: 'Poppins', sans-serif;
}

html { scroll-behavior: smooth; }
body {
  background: var(--navy);
  color: #E0E0E0;
  font-family: var(--font-body);
  overflow-x: hidden;
}

/* ── PARTICLES ── */
#particles-canvas {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none; z-index: 0; opacity: 0.55;
}

/* ─────────── INTRO SCREEN ─────────── */
#intro-screen {
  position: fixed; inset: 0;
  background: radial-gradient(ellipse at 50% 20%, #12143a 0%, #07091a 45%, #020307 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  z-index: 1000; text-align: center;
  padding: 20px;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#intro-screen.hide { opacity: 0; pointer-events: none; transform: scale(1.04); }

.intro-ganesh-wrap {
  position: relative;
  width: clamp(180px, 40vw, 240px);
  height: clamp(180px, 40vw, 240px);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.intro-ganesh-wrap::before {
  content: '';
  position: absolute; inset: -20px;
  background: radial-gradient(circle, rgba(201,168,76,0.3) 0%, rgba(200,200,200,0.1) 50%, transparent 70%);
  border-radius: 50%;
  animation: divinePulse 3.5s ease-in-out infinite;
}
.intro-ganesh-wrap::after {
  content: '';
  position: absolute; inset: -45px;
  background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%);
  border-radius: 50%;
  animation: divinePulse 3.5s ease-in-out infinite reverse;
}
.intro-ganesh-img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
  background: transparent;
  filter: drop-shadow(0 0 25px rgba(201,168,76,0.55)) drop-shadow(0 0 50px rgba(200,200,200,0.25));
  animation: floatGanesh 4s ease-in-out infinite;
}
@keyframes divinePulse {
  0%,100% { transform: scale(1); opacity: 0.6; }
  50%      { transform: scale(1.1); opacity: 1; }
}
@keyframes floatGanesh {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-12px); }
}
.intro-hindi {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  color: #E8D5A3;
  letter-spacing: 0.06em;
  text-shadow: 0 0 20px rgba(201,168,76,0.8);
  margin-bottom: 6px;
}
.intro-blessing {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  color: #808098;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.open-btn {
  position: relative;
  padding: 16px 52px;
  background: linear-gradient(135deg, rgba(200,200,200,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(200,200,200,0.45);
  border-radius: 50px;
  color: #E8E8E8;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  box-shadow: 0 0 28px rgba(200,200,200,0.18), inset 0 1px 0 rgba(255,255,255,0.08);
  animation: btnPulse 2.5s ease-in-out infinite;
}
.open-btn::before {
  content: '';
  position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent);
  transition: left 0.5s ease;
}
.open-btn:hover::before { left: 100%; }
.open-btn:hover {
  border-color: rgba(255,255,255,0.75);
  box-shadow: 0 0 50px rgba(200,200,200,0.38), inset 0 1px 0 rgba(255,255,255,0.18);
  transform: translateY(-2px);
}
@keyframes btnPulse {
  0%,100% { box-shadow: 0 0 28px rgba(200,200,200,0.18); }
  50%     { box-shadow: 0 0 50px rgba(200,200,200,0.38), 0 0 80px rgba(200,200,200,0.08); }
}

/* ─────────── SB SCREEN ─────────── */
#sb-screen {
  position: fixed; inset: 0;
  background: radial-gradient(ellipse at center, #14163c 0%, #06080f 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  z-index: 999; opacity: 0; pointer-events: none;
  transition: opacity 0.5s ease;
  text-align: center;
}
#sb-screen.show  { opacity: 1; pointer-events: all; }
#sb-screen.hide  { opacity: 0; pointer-events: none; }

.sb-monogram {
  font-family: var(--font-display);
  font-size: clamp(80px, 16vw, 160px);
  font-weight: 300;
  background: linear-gradient(135deg, #888, #fff, #c0c0c0, #eee, #aaa);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 40px rgba(200,200,200,0.5));
  letter-spacing: 0.08em;
  animation: monogramReveal 0.8s ease forwards;
  opacity: 0; transform: scale(0.7);
}
@keyframes monogramReveal { to { opacity: 1; transform: scale(1); } }
.sb-names {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 3vw, 1.4rem);
  font-weight: 600;
  color: #C0C0C0;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-top: 14px;
  animation: fadeUp 0.8s 0.3s ease forwards;
  opacity: 0;
}
.sb-subtitle {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: #505070;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  margin-top: 8px;
  animation: fadeUp 0.8s 0.5s ease forwards;
  opacity: 0;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─────────── MAIN SITE ─────────── */
#main-site { opacity: 0; transition: opacity 1s ease; }
#main-site.show { opacity: 1; }

/* ─────────── HERO ─────────── */
.hero {
  min-height: 100vh;
  background: radial-gradient(ellipse at 50% 0%, #181c3a 0%, #080c1a 55%, #020307 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 80px 20px 60px;
  position: relative; overflow: hidden;
  text-align: center;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 40%, rgba(200,200,200,0.04) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 60%, rgba(200,200,200,0.03) 0%, transparent 55%);
}

/* LOGO */
.logo-wrap {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 44px;
}
.anniversary-logo {
  width: clamp(210px, 38vw, 340px);
  height: auto;
  mix-blend-mode: screen;
  filter:
    drop-shadow(0 0 28px rgba(200,200,200,0.65))
    drop-shadow(0 0 55px rgba(200,200,200,0.28))
    brightness(1.08);
  animation: logoFloat 5s ease-in-out infinite;
}
@keyframes logoFloat {
  0%,100% { transform: translateY(0) scale(1); }
  50%     { transform: translateY(-8px) scale(1.015); }
}
.logo-glow-ring {
  position: absolute; inset: -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,200,200,0.07) 0%, transparent 70%);
  animation: ringPulse 3.5s ease-in-out infinite;
}
@keyframes ringPulse {
  0%,100% { opacity: 0.4; transform: scale(1); }
  50%     { opacity: 1; transform: scale(1.06); }
}

/* COUPLE FRAME */
.couple-frame {
  position: relative;
  width: clamp(260px, 62vw, 390px);
  margin: 0 auto 36px;
}
.couple-frame::before {
  content: '';
  position: absolute; inset: -3px;
  background: linear-gradient(135deg, #c0c0c0, #606060, #e8e8e8, #888, #c0c0c0);
  border-radius: 180px 180px 120px 120px;
  z-index: 0;
}
.couple-frame::after {
  content: '';
  position: absolute; inset: -1px;
  background: #07091a;
  border-radius: 178px 178px 118px 118px;
  z-index: 0;
}
.couple-img-inner {
  position: relative; z-index: 1;
  width: 100%;
  border-radius: 175px 175px 115px 115px;
  overflow: hidden;
  box-shadow: 0 0 55px rgba(200,200,200,0.18), 0 28px 75px rgba(0,0,0,0.75);
}
.couple-img {
  width: 100%; display: block;
  filter: saturate(0.82) contrast(1.06) brightness(0.96);
}
.couple-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(6,8,15,0.58) 100%);
  z-index: 2;
  border-radius: 175px 175px 115px 115px;
}
.couple-glow {
  position: absolute; bottom: -18px; left: 50%;
  transform: translateX(-50%);
  width: 80%; height: 55px;
  background: radial-gradient(ellipse, rgba(200,200,200,0.18) 0%, transparent 70%);
  filter: blur(18px); z-index: 0;
}

/* NAMES */
.couple-names { margin-bottom: 20px; }
.name-main {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 600;
  background: linear-gradient(135deg, #c0c0c0, #ffffff, #a0a0a0);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  line-height: 1.1; letter-spacing: 0.04em;
}
.name-amp {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  color: #C9A84C; font-style: italic;
  display: block; margin: 4px 0;
  text-shadow: var(--glow-gold);
}
.silver-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin: 20px auto 16px;
  width: min(300px, 80vw);
}
.divider-line {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,200,200,0.55), transparent);
}
.divider-diamond {
  width: 8px; height: 8px;
  background: #C9A84C; transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(201,168,76,0.6);
}
.hero-tagline {
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  font-weight: 400;
  color: #888098; font-style: italic;
  margin-bottom: 40px; letter-spacing: 0.04em;
}

/* COUNTDOWN */
.countdown-section { padding: 0 20px 20px; }
.countdown-label {
  font-family: var(--font-heading);
  font-size: 0.62rem; letter-spacing: 0.34em;
  color: #505068; text-transform: uppercase; margin-bottom: 16px;
}
.countdown-grid {
  display: flex; gap: 12px;
  justify-content: center; flex-wrap: wrap;
}
.countdown-item {
  background: linear-gradient(135deg, rgba(200,200,200,0.07), rgba(255,255,255,0.025));
  border: 1px solid rgba(200,200,200,0.18);
  border-radius: 14px; padding: 18px 22px;
  min-width: 75px; text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.countdown-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(200,200,200,0.14), inset 0 1px 0 rgba(255,255,255,0.1);
}
.countdown-num {
  font-family: var(--font-display);
  font-size: 2.2rem; font-weight: 600;
  background: linear-gradient(180deg, #fff, #c0c0c0);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  line-height: 1; display: block;
}
.countdown-unit {
  font-size: 0.58rem; letter-spacing: 0.2em;
  color: #505068; text-transform: uppercase;
  margin-top: 4px; display: block;
}
.scroll-hint {
  margin-top: 40px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-hint span { font-size: 0.62rem; letter-spacing: 0.3em; color: #383858; text-transform: uppercase; }
.scroll-arrow {
  width: 1px; height: 40px;
  background: linear-gradient(180deg, rgba(200,200,200,0.55), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 0.3; }
  50%     { opacity: 1; }
}

/* ─────────── SECTION SHARED ─────────── */
section { position: relative; overflow: hidden; }
.section-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #c0c0c0, #ffffff, #a8a8a8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.section-sub {
  text-align: center;
  font-size: 0.68rem; letter-spacing: 0.34em;
  color: #484868; text-transform: uppercase;
  margin-bottom: 50px;
}

/* ─────────── LOCATION ─────────── */
.location-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #020307 0%, #07091a 50%, #020307 100%);
}
.location-card {
  max-width: 600px; margin: 0 auto;
  background: linear-gradient(135deg, rgba(200,200,200,0.065), rgba(255,255,255,0.018));
  border: 1px solid rgba(200,200,200,0.18);
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 20px 80px rgba(0,0,0,0.55), 0 0 40px rgba(200,200,200,0.04);
  backdrop-filter: blur(10px);
}
.location-header {
  padding: 36px 32px 24px;
  text-align: center;
  border-bottom: 1px solid rgba(200,200,200,0.1);
}
.venue-icon {
  width: 50px; height: 50px;
  background: linear-gradient(135deg, rgba(201,168,76,0.18), rgba(200,200,200,0.08));
  border: 1px solid rgba(201,168,76,0.38);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 20px;
}
.venue-name {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  background: linear-gradient(135deg, #e8d5a3, #c9a84c);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.venue-address { font-size: 0.8rem; color: #787888; line-height: 1.6; }
.date-badge {
  display: inline-block; margin-top: 16px;
  padding: 8px 24px;
  background: linear-gradient(135deg, rgba(201,168,76,0.13), rgba(200,200,200,0.08));
  border: 1px solid rgba(201,168,76,0.38);
  border-radius: 30px; font-size: 0.73rem;
  letter-spacing: 0.18em; color: #E8D5A3; text-transform: uppercase;
  font-family: var(--font-heading); font-weight: 600;
}
.venue-image-wrap {
  width: 100%; height: 220px; overflow: hidden; position: relative;
}
.venue-image-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.88) contrast(1.05) brightness(0.92);
  transition: transform 0.6s ease;
}
.venue-image-wrap:hover img { transform: scale(1.04); }
.venue-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(6,8,15,0.65) 100%);
}
.map-frame { width: 100%; height: 280px; border: none; display: block; }
.location-footer {
  padding: 20px 24px;
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.glass-btn {
  padding: 12px 22px;
  background: linear-gradient(135deg, rgba(200,200,200,0.09), rgba(255,255,255,0.03));
  border: 1px solid rgba(200,200,200,0.28);
  border-radius: 30px; color: #E0E0E0;
  font-family: var(--font-heading); font-size: 0.73rem;
  font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px;
  transition: all 0.3s ease; backdrop-filter: blur(8px);
}
.glass-btn:hover {
  background: linear-gradient(135deg, rgba(200,200,200,0.18), rgba(255,255,255,0.07));
  border-color: rgba(255,255,255,0.55);
  box-shadow: 0 0 20px rgba(200,200,200,0.18);
  transform: translateY(-2px);
}

/* ─────────── FUNCTIONS ─────────── */
.functions-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #020307 0%, #060810 50%, #020307 100%);
}
.functions-heading { text-align: center; margin-bottom: 60px; }
.functions-heading h2 {
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 2vw, 1rem);
  color: #484860; letter-spacing: 0.38em;
  font-weight: 600; text-transform: uppercase; margin-bottom: 10px;
}
.functions-heading h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 700;
  background: linear-gradient(135deg, #c0c0c0, #ffffff, #a8a8a8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.event-card {
  max-width: 900px; margin: 0 auto 50px;
  display: grid; grid-template-columns: 1fr 1fr;
  background: linear-gradient(135deg, rgba(200,200,200,0.055), rgba(255,255,255,0.015));
  border: 1px solid rgba(200,200,200,0.13);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.48);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.58), 0 0 40px rgba(200,200,200,0.07);
}
.event-card.reverse { direction: rtl; }
.event-card.reverse > * { direction: ltr; }

.event-art {
  min-height: 280px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.event-art img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.event-card:hover .event-art img { transform: scale(1.05); }
.event-art-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,8,15,0.2) 0%, rgba(6,8,15,0.5) 100%);
}

.event-content {
  padding: 36px 28px;
  display: flex; flex-direction: column; justify-content: center;
}
.event-number {
  font-size: 0.58rem; letter-spacing: 0.4em;
  color: #383858; text-transform: uppercase; margin-bottom: 12px;
  font-family: var(--font-heading); font-weight: 600;
}
.event-title {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-weight: 700;
  background: linear-gradient(135deg, #e8d5a3, #c9a84c);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 14px; line-height: 1.25;
}
.event-datetime {
  display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 16px;
}
.event-date, .event-time {
  display: flex; align-items: center; gap: 5px;
  font-size: 0.73rem; color: #787888;
  font-family: var(--font-heading); font-weight: 500;
}
.event-tagline {
  font-family: var(--font-display);
  font-size: 1rem; color: #888098;
  font-style: italic; line-height: 1.55;
  margin-bottom: 12px;
}
.event-desc {
  font-size: 0.76rem; color: #585868; line-height: 1.75;
}

/* ─────────── RSVP ─────────── */
.rsvp-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #020307, #07091a, #020307);
  text-align: center;
}
.rsvp-tagline {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: #585878; font-style: italic; margin-bottom: 40px;
}
.rsvp-form {
  max-width: 480px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 16px;
}
.form-field {
  background: linear-gradient(135deg, rgba(200,200,200,0.055), rgba(255,255,255,0.015));
  border: 1px solid rgba(200,200,200,0.18);
  border-radius: 12px; padding: 15px 20px;
  color: #E0E0E0;
  font-family: var(--font-body); font-size: 0.83rem;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(8px); width: 100%;
}
.form-field::placeholder { color: #383858; }
.form-field:focus {
  border-color: rgba(200,200,200,0.45);
  box-shadow: 0 0 18px rgba(200,200,200,0.09);
}
select.form-field { cursor: pointer; }
select.form-field option { background: #07091a; color: #E0E0E0; }
textarea.form-field { resize: vertical; min-height: 100px; }
.submit-btn {
  padding: 18px 40px;
  background: linear-gradient(135deg, rgba(200,200,200,0.13), rgba(255,255,255,0.04));
  border: 1px solid rgba(200,200,200,0.45);
  border-radius: 50px; color: #E0E0E0;
  font-family: var(--font-heading); font-size: 0.83rem;
  font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; cursor: pointer;
  transition: all 0.4s ease; position: relative; overflow: hidden;
}
.submit-btn::before {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent);
  transition: left 0.5s;
}
.submit-btn:hover::before { left: 100%; }
.submit-btn:hover {
  box-shadow: 0 0 40px rgba(200,200,200,0.28);
  border-color: rgba(255,255,255,0.75); transform: translateY(-2px);
}

/* ─────────── FOOTER ─────────── */
.footer {
  padding: 80px 20px 40px;
  background: radial-gradient(ellipse at 50% 100%, #16183a 0%, #060810 40%, #020307 100%);
  text-align: center; position: relative;
}
.footer-tagline {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 700;
  background: linear-gradient(135deg, #c0c0c0, #ffffff, #a8a8a8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 16px; line-height: 1.35;
}
.footer-names {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 600; color: #E8D5A3; margin-bottom: 4px;
}
.footer-awaits {
  font-size: 0.7rem; letter-spacing: 0.3em; color: #383858;
  text-transform: uppercase; margin-bottom: 30px;
  font-family: var(--font-heading);
}
.footer-love {
  font-family: var(--font-display);
  font-size: 1rem; color: #585878; font-style: italic; margin-bottom: 12px;
}
.footer-est {
  font-size: 0.62rem; letter-spacing: 0.4em; color: #282848; text-transform: uppercase;
  font-family: var(--font-heading);
}

/* ─────────── MUSIC BUTTON ─────────── */
#music-btn {
  position: fixed; bottom: 24px; right: 24px;
  width: 54px; height: 54px;
  background: linear-gradient(135deg, rgba(28,30,52,0.92), rgba(8,10,22,0.92));
  border: 1px solid rgba(200,200,200,0.28);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 9999;
  transition: all 0.3s ease;
  box-shadow: 0 0 18px rgba(200,200,200,0.13);
  backdrop-filter: blur(12px);
  animation: musicPulse 3s ease-in-out infinite;
  font-size: 20px; color: #C0C0C0;
}
#music-btn:hover {
  box-shadow: 0 0 38px rgba(200,200,200,0.28);
  border-color: rgba(255,255,255,0.45);
  transform: scale(1.1);
}
@keyframes musicPulse {
  0%,100% { box-shadow: 0 0 18px rgba(200,200,200,0.13); }
  50%     { box-shadow: 0 0 32px rgba(200,200,200,0.28), 0 0 55px rgba(200,200,200,0.08); }
}

/* ─────────── SHIMMER TEXT ─────────── */
.shimmer-text {
  background: linear-gradient(90deg, #808080, #ffffff, #c0c0c0, #ffffff, #808080);
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

/* ─────────── RESPONSIVE ─────────── */
@media (max-width: 640px) {
  .event-card { grid-template-columns: 1fr; }
  .event-card.reverse { direction: ltr; }
  .event-art { min-height: 200px; }
  .countdown-item { min-width: 65px; padding: 14px 16px; }
  .countdown-num { font-size: 1.8rem; }
}
