/* ==========================================================================
   SHABEER FAYAS ❤ HIBA — LUXURY EDITORIAL WEDDING INVITATION
   Responsive Mobile-First Luxury Styling
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --bg-primary: #FAF7F2;
  --bg-secondary: #F4EDE4;
  --bg-tertiary: #EBE0D2;
  --bg-card: rgba(255, 255, 255, 0.85);
  --bg-card-hover: rgba(255, 255, 255, 0.98);
  --bg-glass: rgba(250, 247, 242, 0.92);
  --bg-dark: #141210;

  --text-primary: #1C1A17;
  --text-secondary: #4A443D;
  --text-muted: #7D746A;
  --text-light: #FAF7F2;

  --gold-primary: #C5A059;
  --gold-light: #E6D0A3;
  --gold-dark: #9A7730;
  --gold-deep: #7D5D1D;
  --gold-gradient: linear-gradient(135deg, #E6D0A3 0%, #C5A059 50%, #9A7730 100%);
  --gold-gradient-soft: linear-gradient(135deg, rgba(230, 208, 163, 0.35) 0%, rgba(197, 160, 89, 0.2) 100%);

  --sage-accent: #5A6B5C;
  --sage-light: #EBF1EC;

  --border-gold: rgba(197, 160, 89, 0.35);
  --border-gold-strong: rgba(197, 160, 89, 0.7);
  --border-subtle: rgba(28, 26, 23, 0.08);

  --shadow-sm: 0 4px 14px rgba(28, 26, 23, 0.04);
  --shadow-md: 0 14px 34px -4px rgba(28, 26, 23, 0.08);
  --shadow-lg: 0 24px 50px -8px rgba(197, 160, 89, 0.18);
  --shadow-gold: 0 10px 30px rgba(197, 160, 89, 0.25);

  --font-heading: 'Playfair Display', Georgia, serif;
  --font-serif: 'Cormorant Garamond', Garamond, serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-script: 'Alex Brush', cursive;

  --container-max: 1180px;
  --container-narrow: 860px;
  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background-color: var(--bg-primary);
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

body.gate-active {
  overflow: hidden;
  height: 100vh;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, textarea, select {
  font-family: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-smooth);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-primary);
}
::-webkit-scrollbar-thumb {
  background: var(--gold-light);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold-primary);
}

/* Particle Canvas */
#particle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 30;
}

/* Scroll Progress Bar */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--gold-gradient);
  z-index: 1001;
  width: 0%;
  transition: width 0.1s linear;
}

/* Typography Utilities */
.font-display { font-family: var(--font-heading); }
.font-serif { font-family: var(--font-serif); }
.font-script { font-family: var(--font-script); }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.75rem;
}

.section-label::before,
.section-label::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold-primary);
  opacity: 0.6;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  color: var(--text-secondary);
  font-weight: 400;
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto;
}

.text-center { text-align: center; }

.section-container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-container-narrow {
  width: 100%;
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-padding {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  position: relative;
}

.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-gold);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition-smooth);
}

.glass-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-gold-strong);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--gold-gradient);
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.95rem 2rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-gold);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: 0.6s ease;
}

.btn-primary:hover,
.btn-primary:active {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(197, 160, 89, 0.38);
}

.btn-primary:hover::after {
  left: 100%;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: transparent;
  color: var(--text-primary);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.85rem 1.8rem;
  border-radius: 9999px;
  border: 1px solid var(--border-gold-strong);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-secondary:hover,
.btn-secondary:active {
  background: var(--gold-gradient-soft);
  color: var(--gold-dark);
  border-color: var(--gold-primary);
  transform: translateY(-2px);
}

/* ==========================================================================
   1. CINEMATIC OPENING EXPERIENCE (ARCHITECTURAL DOORS)
   ========================================================================== */
.invitation-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
  overflow: hidden;
  background-color: var(--bg-dark);
  transition: opacity 0.8s ease 0.6s, visibility 0.8s ease 0.6s;
}

.invitation-gate.opened {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gate-panel {
  position: absolute;
  top: 0;
  width: 50.5%;
  height: 100%;
  background: radial-gradient(circle at center, #24201b 0%, #151311 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform-style: preserve-3d;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.85), 0 0 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(197, 160, 89, 0.25);
}

.gate-panel-left {
  left: 0;
  transform-origin: left center;
  border-right: 2px solid rgba(197, 160, 89, 0.6);
}

.gate-panel-right {
  right: 0;
  transform-origin: right center;
  border-left: 2px solid rgba(197, 160, 89, 0.6);
}

.invitation-gate.opened .gate-panel-left {
  transform: rotateY(-110deg) translateX(-20%);
}

.invitation-gate.opened .gate-panel-right {
  transform: rotateY(110deg) translateX(20%);
}

.door-texture {
  position: absolute;
  inset: 2rem;
  border: 2px solid rgba(197, 160, 89, 0.35);
  border-radius: 1.25rem;
  background: radial-gradient(circle at center, rgba(197, 160, 89, 0.05) 0%, transparent 70%);
  pointer-events: none;
  overflow: hidden;
}

.door-texture::before {
  content: '';
  position: absolute;
  inset: 1.5rem;
  border: 1px dashed rgba(197, 160, 89, 0.3);
  border-radius: 0.75rem;
}

.door-arch-frame {
  position: absolute;
  top: 10%;
  width: 70%;
  height: 75%;
  border: 2px solid rgba(197, 160, 89, 0.35);
  border-bottom: none;
  border-radius: 50% 50% 0 0 / 25% 25% 0 0;
  opacity: 0.7;
}

.door-handle {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 90px;
  background: var(--gold-gradient);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6), inset 0 1px 2px rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.gate-panel-left .door-handle {
  right: 25px;
  transform: translateY(-50%);
}

.gate-panel-right .door-handle {
  left: 25px;
  transform: translateY(-50%);
}

.gate-center-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #FAF7F2;
  padding: 3rem 2.5rem;
  max-width: 580px;
  width: 90%;
  background: rgba(22, 20, 18, 0.92);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid var(--border-gold);
  border-radius: 1.75rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.85), 0 0 50px rgba(197, 160, 89, 0.25);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}

.invitation-gate.opened .gate-center-wrapper {
  transform: scale(1.1) translateY(-20px);
  opacity: 0;
}

.gate-ornament {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  color: var(--gold-primary);
  filter: drop-shadow(0 4px 12px rgba(197, 160, 89, 0.5));
  animation: floatSlow 4s ease-in-out infinite;
}

.gate-eyebrow {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
}

.gate-names {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.gate-heart {
  color: #E25858;
  display: inline-block;
  margin: 0 0.35rem;
  animation: heartPulse 2s ease-in-out infinite;
}

.gate-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  color: var(--gold-light);
  margin-bottom: 1.25rem;
}

.gate-date {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #D1C9BE;
  margin-bottom: 2.25rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(197, 160, 89, 0.25);
  display: inline-block;
}

.btn-open-invitation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: var(--gold-gradient);
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1.1rem 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(197, 160, 89, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.5);
  transition: var(--transition-smooth);
}

.btn-open-invitation:hover,
.btn-open-invitation:active {
  transform: scale(1.04);
  box-shadow: 0 15px 40px rgba(197, 160, 89, 0.65);
}

/* ==========================================================================
   3. STICKY NAVIGATION & MUSIC CONTROLLER
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.25rem 0;
  transition: var(--transition-smooth);
}

.site-header.scrolled {
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border-gold);
  box-shadow: var(--shadow-sm);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.nav-brand .brand-heart {
  color: #E25858;
  font-size: 0.95em;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2rem;
}

.nav-link {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-secondary);
  position: relative;
  padding: 0.35rem 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-gradient);
  transition: width 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-dark);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.music-toggle-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-gold);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.music-toggle-btn:hover {
  transform: scale(1.08);
  border-color: var(--gold-primary);
  background: #FFFFFF;
}

.music-waves {
  display: flex;
  align-items: flex-end;
  gap: 2.5px;
  height: 16px;
}

.music-bar {
  width: 2.5px;
  background: var(--gold-primary);
  border-radius: 2px;
  height: 4px;
  transition: height 0.2s ease;
}

.music-toggle-btn.playing .music-bar:nth-child(1) { animation: musicWave 1.2s ease-in-out infinite 0.1s; }
.music-toggle-btn.playing .music-bar:nth-child(2) { animation: musicWave 1.2s ease-in-out infinite 0.3s; }
.music-toggle-btn.playing .music-bar:nth-child(3) { animation: musicWave 1.2s ease-in-out infinite 0.2s; }
.music-toggle-btn.playing .music-bar:nth-child(4) { animation: musicWave 1.2s ease-in-out infinite 0.4s; }

.mobile-menu-btn {
  display: none;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  padding: 0;
  color: var(--text-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.mobile-menu-btn:hover {
  border-color: var(--gold-primary);
  background: #FFFFFF;
}

.hamburger-line {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  margin: 2.5px 0;
  border-radius: 1px;
  transition: var(--transition-smooth);
}

/* Mobile Drawer Overlay - High Z-Index */
.mobile-nav-drawer {
  position: fixed;
  inset: 0;
  background: rgba(250, 247, 242, 0.98);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 2500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

.mobile-nav-drawer.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav-list {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mobile-nav-link {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--text-primary);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0.35rem 1rem;
  transition: var(--transition-smooth);
}

.mobile-nav-link:hover,
.mobile-nav-link:active,
.mobile-nav-link.active {
  color: var(--gold-dark);
  transform: scale(1.05);
}

.mobile-nav-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  z-index: 2600;
  transition: var(--transition-smooth);
}

.mobile-nav-close:hover,
.mobile-nav-close:active {
  background: var(--gold-gradient);
  color: #FFFFFF;
  border-color: transparent;
  transform: scale(1.08);
}

/* ==========================================================================
   4. HERO SECTION
   ========================================================================== */
.hero-section {
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(7rem, 12vw, 9.5rem) 0 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at center top, rgba(230, 208, 163, 0.28) 0%, rgba(250, 247, 242, 0.95) 70%, #FAF7F2 100%);
}

.hero-bg-accent {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.14) 0%, transparent 70%);
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  filter: blur(40px);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.45rem 1.4rem;
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid var(--border-gold);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1.5rem;
}

.hero-names {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 500;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.hero-names .hero-heart {
  color: #E25858;
  display: inline-block;
  margin: 0 0.35rem;
  animation: heartPulse 2.5s ease-in-out infinite;
}

.hero-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--gold-dark);
  margin-bottom: 2.25rem;
  font-weight: 400;
}

.hero-portrait-wrapper {
  position: relative;
  max-width: 440px;
  margin: 0 auto 2.5rem;
  perspective: 1000px;
}

.hero-portrait-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 200px 200px 1.5rem 1.5rem;
  overflow: hidden;
  border: 4px solid #FFFFFF;
  box-shadow: 0 25px 60px -10px rgba(197, 160, 89, 0.35), 0 0 0 1px var(--border-gold);
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-portrait-frame:hover {
  transform: scale(1.02);
}

.hero-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-portrait-frame:hover img {
  transform: scale(1.06);
}

.hero-frame-border-outer {
  position: absolute;
  inset: -12px;
  border-radius: 212px 212px 2rem 2rem;
  border: 1px dashed var(--border-gold);
  pointer-events: none;
}

.hero-leaf-accent {
  position: absolute;
  width: 70px;
  height: 70px;
  color: var(--sage-accent);
  opacity: 0.75;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.08));
}

.hero-leaf-accent.left {
  top: 15%;
  left: -35px;
  transform: rotate(-25deg);
  animation: floatGentle 5s ease-in-out infinite;
}

.hero-leaf-accent.right {
  bottom: 10%;
  right: -35px;
  transform: rotate(45deg);
  animation: floatGentle 6s ease-in-out infinite 1s;
}

.hero-date-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2.5rem;
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-gold);
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
}

.hero-date-card .date-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.25rem;
}

.hero-date-card .date-value {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.02em;
}

.hero-scroll-indicator {
  margin-top: 2.5rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold-dark);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.8;
  transition: var(--transition-smooth);
}

.hero-scroll-indicator:hover {
  opacity: 1;
  transform: translateY(3px);
}

.scroll-mouse-icon {
  width: 22px;
  height: 34px;
  border: 2px solid var(--gold-primary);
  border-radius: 12px;
  position: relative;
}

.scroll-mouse-wheel {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 6px;
  background: var(--gold-primary);
  border-radius: 2px;
  animation: scrollWheel 2s ease-in-out infinite;
}

/* ==========================================================================
   5. COUNTDOWN SECTION
   ========================================================================== */
.countdown-section {
  background: linear-gradient(180deg, #FAF7F2 0%, var(--bg-secondary) 100%);
  position: relative;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  max-width: 820px;
  margin: 3rem auto 0;
}

.countdown-item {
  background: var(--bg-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-gold);
  border-radius: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2.25rem) 1rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.countdown-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gold-gradient);
}

.countdown-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-gold);
  border-color: var(--gold-primary);
}

.countdown-number {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 600;
  line-height: 1;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
  display: block;
}

.countdown-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.countdown-finished-msg {
  display: none;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.8rem;
  color: var(--gold-dark);
  text-align: center;
  margin-top: 2rem;
}

/* ==========================================================================
   6. BLESSINGS / QUOTE SECTION
   ========================================================================== */
.blessings-section {
  background-color: var(--bg-secondary);
  text-align: center;
  position: relative;
}

.quote-box {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  padding: 2rem 1.5rem;
}

.quote-ornament {
  width: 120px;
  height: 24px;
  margin: 0 auto 1.5rem;
  color: var(--gold-primary);
  opacity: 0.8;
}

.blessings-quote {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 3.2vw, 2.35rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.blessings-quote-mark {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  color: var(--gold-primary);
  line-height: 0;
  vertical-align: -0.3em;
  opacity: 0.5;
}

/* ==========================================================================
   7. OUR STORY SECTION
   ========================================================================== */
.story-section {
  background-color: var(--bg-primary);
  position: relative;
}

.story-timeline {
  display: flex;
  flex-direction: column;
  gap: clamp(3.5rem, 6vw, 6rem);
  margin-top: 4rem;
  position: relative;
}

.story-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--border-gold-strong) 10%, var(--border-gold-strong) 90%, transparent);
  transform: translateX(-50%);
}

.story-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  position: relative;
}

.story-item.reverse {
  direction: rtl;
}

.story-item.reverse .story-content {
  direction: ltr;
}

.story-media {
  position: relative;
}

.story-image-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3.2;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-md);
  background-color: var(--bg-secondary);
}

.story-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.story-item:hover .story-image-frame img {
  transform: scale(1.05);
}

.story-content {
  padding: 1.5rem;
  position: relative;
}

.story-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-gold);
}

.story-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.story-text {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ==========================================================================
   8. WEDDING EVENTS SECTION
   ========================================================================== */
.events-section {
  background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3.5vw, 3rem);
  margin-top: 3.5rem;
}

.event-card {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-gold);
  border-radius: 1.75rem;
  padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--shadow-md);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.event-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-lg);
}

.event-date-badge {
  align-self: flex-start;
  padding: 0.45rem 1.25rem;
  background: var(--gold-gradient-soft);
  border: 1px solid var(--border-gold);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1.5rem;
}

.event-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.event-full-date {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--gold-dark);
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-subtle);
}

.event-details-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.25rem;
}

.event-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.event-detail-icon {
  width: 20px;
  height: 20px;
  color: var(--gold-primary);
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.event-detail-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  display: block;
  margin-bottom: 0.15rem;
}

.event-detail-value {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text-primary);
}

.calendar-action-row {
  margin-top: auto;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.calendar-action-row .btn-secondary {
  flex: 1;
}

/* ==========================================================================
   9. GALLERY & LIGHTBOX
   ========================================================================== */
.gallery-section {
  background-color: var(--bg-primary);
  position: relative;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}

.gallery-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  background: var(--bg-secondary);
}

.gallery-card.col-6 { grid-column: span 6; aspect-ratio: 4 / 3; }
.gallery-card.col-4 { grid-column: span 4; aspect-ratio: 1 / 1.2; }
.gallery-card.col-8 { grid-column: span 8; aspect-ratio: 16 / 9; }
.gallery-card.col-12 { grid-column: span 12; aspect-ratio: 21 / 9; }

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-card:hover img {
  transform: scale(1.07);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(20, 18, 16, 0.75) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 500;
  transform: translateY(10px);
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-card-title {
  transform: translateY(0);
}

.gallery-expand-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  opacity: 0;
  transform: scale(0.8);
  transition: var(--transition-smooth);
}

.gallery-card:hover .gallery-expand-icon {
  opacity: 1;
  transform: scale(1);
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(14, 12, 10, 0.96);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.lightbox-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lightbox-content {
  position: relative;
  max-width: 92vw;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img-wrapper {
  max-height: 78vh;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 0 1px var(--border-gold);
}

.lightbox-img-wrapper img {
  max-height: 78vh;
  max-width: 88vw;
  object-fit: contain;
  display: block;
}

.lightbox-caption {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: #FAF7F2;
  margin-top: 1rem;
  text-align: center;
}

.lightbox-btn {
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(197, 160, 89, 0.4);
  color: #FFFFFF;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3100;
  transition: var(--transition-smooth);
}

.lightbox-btn:hover,
.lightbox-btn:active {
  background: var(--gold-gradient);
  transform: scale(1.1);
}

.lightbox-close {
  top: 1.5rem;
  right: 1.5rem;
}

.lightbox-prev {
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
   10. VENUE & LOCATION SECTION
   ========================================================================== */
.venue-section {
  background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  position: relative;
}

.venue-card-wrapper {
  max-width: 920px;
  margin: 3.5rem auto 0;
}

.venue-map-container {
  width: 100%;
  height: 420px;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-md);
  margin-bottom: 2rem;
  position: relative;
}

.venue-map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.venue-details-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-sm);
}

.venue-info h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.venue-info p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

/* ==========================================================================
   12. FINAL THANK YOU & FOOTER
   ========================================================================== */
.site-footer {
  background-color: var(--bg-secondary);
  border-top: 1px solid var(--border-gold);
  padding: clamp(5rem, 8vw, 7rem) 0 4rem;
  text-align: center;
  position: relative;
}

.footer-content {
  max-width: 680px;
  margin: 0 auto;
}

.footer-thankyou-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.footer-thankyou-text {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: var(--gold-dark);
  font-style: italic;
  margin-bottom: 2rem;
}

.footer-names {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2rem;
}

.footer-names .footer-heart {
  color: #E25858;
  display: inline-block;
  margin: 0 0.35rem;
}

.footer-family-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}

/* ==========================================================================
   13. WHATSAPP SHARE FLOATING & BUTTONS
   ========================================================================== */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #25D366;
  color: #FFFFFF;
  padding: 0.85rem 1.4rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transition: var(--transition-smooth);
}

.floating-whatsapp-btn:hover,
.floating-whatsapp-btn:active {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.5);
  color: #FFFFFF;
}

.scroll-top-btn {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 900;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-gold);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-smooth);
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.scroll-top-btn:hover,
.scroll-top-btn:active {
  background: var(--gold-gradient);
  color: #FFFFFF;
  transform: translateY(-3px);
}

/* ==========================================================================
   14. BUSINESS CTA SECTION (DOMAIN ADS)
   ========================================================================== */
.business-promo-card {
  max-width: 820px;
  margin: 3.5rem auto 0;
  padding: 2.5rem 2rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border-gold);
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.promo-badge {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.6rem;
}

.promo-tagline {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 1.75rem;
}

.btn-promo-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #128C7E;
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.9rem 2rem;
  border-radius: 9999px;
  box-shadow: 0 8px 20px rgba(18, 140, 126, 0.3);
  transition: var(--transition-smooth);
}

.btn-promo-whatsapp:hover,
.btn-promo-whatsapp:active {
  background: #075E54;
  transform: translateY(-2px);
  color: #FFFFFF;
}

.promo-credits {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-subtle);
  font-size: 0.82rem;
  color: var(--text-muted);
}

.promo-credits a {
  color: var(--gold-dark);
  font-weight: 600;
}

.promo-credits a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   15. ANIMATION UTILITIES & REVEALS
   ========================================================================== */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

@keyframes heartPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.22); }
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(4deg); }
}

@keyframes floatGentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes scrollWheel {
  0% { transform: translate(-50%, 0); opacity: 1; }
  100% { transform: translate(-50%, 12px); opacity: 0; }
}

@keyframes musicWave {
  0%, 100% { height: 4px; }
  50% { height: 16px; }
}

@keyframes fadeInScale {
  0% { opacity: 0; transform: scale(0.92); }
  100% { opacity: 1; transform: scale(1); }
}

/* ==========================================================================
   16. COMPREHENSIVE RESPONSIVE BREAKPOINTS (MOBILE-FIRST TUNING)
   ========================================================================== */
@media (max-width: 992px) {
  .story-timeline::before {
    left: 24px;
  }

  .story-item,
  .story-item.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 2rem;
    padding-left: 3.5rem;
  }

  .story-step-badge {
    position: absolute;
    left: 2px;
    top: 0;
  }

  .events-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card.col-6,
  .gallery-card.col-4,
  .gallery-card.col-8 {
    grid-column: span 6;
  }
}

@media (max-width: 768px) {
  .nav-desktop {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  /* Gate Mobile */
  .gate-center-wrapper {
    padding: 2.25rem 1.25rem;
    width: 92%;
    max-width: 95vw;
    border-radius: 1.25rem;
  }

  .gate-ornament {
    width: 44px;
    height: 44px;
    margin-bottom: 0.85rem;
  }

  .gate-names {
    font-size: clamp(1.8rem, 6.5vw, 2.6rem);
  }

  .gate-tagline {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
  }

  .gate-date {
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
    padding-top: 0.6rem;
  }

  .btn-open-invitation {
    padding: 0.9rem 1.8rem;
    font-size: 0.82rem;
    letter-spacing: 0.15em;
  }

  .door-handle {
    width: 16px;
    height: 65px;
  }

  .gate-panel-left .door-handle { right: 12px; }
  .gate-panel-right .door-handle { left: 12px; }

  /* Hero Mobile */
  .hero-section {
    padding: 6.5rem 1rem 3.5rem;
    min-height: auto;
  }

  .hero-names {
    font-size: clamp(2.1rem, 8vw, 3.25rem);
  }

  .hero-tagline {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
  }

  .hero-portrait-wrapper {
    max-width: 290px;
    margin: 0 auto 2rem;
  }

  .hero-leaf-accent {
    width: 50px;
    height: 50px;
  }

  .hero-leaf-accent.left {
    left: -20px;
    top: 10%;
  }

  .hero-leaf-accent.right {
    right: -20px;
    bottom: 5%;
  }

  .hero-date-card {
    padding: 0.8rem 1.6rem;
  }

  .hero-date-card .date-value {
    font-size: 1.15rem;
  }

  /* Countdown Mobile */
  .countdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 2rem;
  }

  .countdown-item {
    padding: 1.1rem 0.5rem;
    border-radius: 1rem;
  }

  .countdown-number {
    font-size: clamp(2rem, 6.5vw, 2.75rem);
  }

  .countdown-label {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
  }

  /* Quote Mobile */
  .quote-box {
    padding: 1rem 0.5rem;
  }

  .blessings-quote {
    font-size: clamp(1.25rem, 4.5vw, 1.65rem);
    line-height: 1.6;
  }

  /* Story Mobile */
  .story-timeline {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }

  .story-timeline::before {
    left: 18px;
  }

  .story-item,
  .story-item.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 1.25rem;
    padding-left: 3rem;
  }

  .story-step-badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .story-image-frame {
    aspect-ratio: 16 / 10;
    border-radius: 1rem;
  }

  .story-content {
    padding: 0;
    text-align: left;
  }

  .story-title {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
  }

  .story-text {
    font-size: 1.05rem;
    line-height: 1.65;
  }

  /* Events Mobile */
  .events-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .event-card {
    padding: 1.75rem 1.25rem;
    border-radius: 1.25rem;
  }

  .event-title {
    font-size: 1.6rem;
  }

  .event-full-date {
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.85rem;
  }

  .event-details-list {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .event-detail-value {
    font-size: 0.95rem;
  }

  /* Gallery Mobile */
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }

  .gallery-card.col-6,
  .gallery-card.col-4,
  .gallery-card.col-8,
  .gallery-card.col-12 {
    grid-column: span 1;
    aspect-ratio: 16 / 11;
    border-radius: 1rem;
  }

  .gallery-overlay {
    opacity: 1;
    background: linear-gradient(180deg, transparent 40%, rgba(20, 18, 16, 0.65) 100%);
  }

  .gallery-card-title {
    transform: translateY(0);
    font-size: 1.1rem;
  }

  .gallery-expand-icon {
    opacity: 1;
    transform: scale(1);
    top: 0.75rem;
    right: 0.75rem;
    width: 32px;
    height: 32px;
  }

  /* Lightbox Mobile */
  .lightbox-modal {
    padding: 0.75rem;
  }

  .lightbox-content {
    max-width: 96vw;
    max-height: 85vh;
  }

  .lightbox-img-wrapper {
    max-height: 65vh;
    border-radius: 0.75rem;
  }

  .lightbox-img-wrapper img {
    max-height: 65vh;
    max-width: 95vw;
  }

  .lightbox-btn {
    width: 40px;
    height: 40px;
  }

  .lightbox-close {
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3100;
  }

  .lightbox-prev {
    left: 0.5rem;
  }

  .lightbox-next {
    right: 0.5rem;
  }

  .lightbox-caption {
    font-size: 0.95rem;
    margin-top: 0.75rem;
  }

  /* Venue Mobile */
  .venue-card-wrapper {
    margin-top: 2rem;
  }

  .venue-map-container {
    height: 280px;
    border-radius: 1rem;
    margin-bottom: 1.25rem;
  }

  .venue-details-footer {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1.25rem 1rem;
    border-radius: 1rem;
  }

  .venue-info {
    text-align: center !important;
  }

  .venue-info h3 {
    font-size: 1.2rem;
  }

  .venue-details-footer .btn-primary {
    width: 100%;
  }

  /* Footer & Floating Buttons Mobile */
  .site-footer {
    padding: 3.5rem 1rem 5.5rem;
  }

  .footer-thankyou-title {
    font-size: clamp(2.2rem, 6vw, 2.8rem);
  }

  .footer-thankyou-text {
    font-size: 1.15rem;
  }

  .footer-names {
    font-size: 1.35rem;
  }

  .business-promo-card {
    padding: 1.75rem 1rem;
    border-radius: 1.25rem;
    margin-top: 2.5rem;
  }

  .promo-badge {
    font-size: 0.78rem;
  }

  .promo-tagline {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }

  .btn-promo-whatsapp {
    width: 100%;
    font-size: 0.8rem;
    padding: 0.85rem 1rem;
  }

  .promo-credits {
    font-size: 0.75rem;
  }

  .floating-whatsapp-btn {
    bottom: 1rem;
    right: 1rem;
    padding: 0.65rem 0.95rem;
    font-size: 0.75rem;
    z-index: 800;
  }

  .scroll-top-btn {
    bottom: 1rem;
    left: 1rem;
    width: 38px;
    height: 38px;
    z-index: 800;
  }
}

@media (max-width: 400px) {
  .header-container {
    padding: 0 0.85rem;
  }
  .nav-brand {
    font-size: 1.2rem;
  }
  .header-actions {
    gap: 0.5rem;
  }
  .music-toggle-btn,
  .mobile-menu-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .gate-names {
    font-size: 1.7rem;
  }
  .hero-names {
    font-size: 1.95rem;
  }
}

/* Accessibility: prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  #particle-canvas {
    display: none;
  }
}
