:root {
  --bg-main: #fdfaf8; 
  --bg-envelope: #fff5f2; 
  --text-primary: #7a1f3d; 
  --text-secondary: #9a3556;
  --text-muted: #5a2e3d; :root {
  --bg-main: #fdfaf8; 
  --bg-envelope: #fff5f2; 
  --text-primary: #7a1f3d; 
  --text-secondary: #9a3556;
  --text-muted: #5a2e3d; 
  --gold: #c69f4b;
  --gold-light: #e0c279;
  
  --glass: rgba(255, 255, 255, 0.75);
  --glass-border: rgba(122, 31, 61, 0.15);
  
  --font-marathi: "Noto Serif Devanagari", serif;
  --font-heading: "Cormorant Garamond", serif;
  --font-body: "Montserrat", sans-serif;
}

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

body {
  background-color: var(--bg-main);
  background-image: linear-gradient(180deg, #fdfaf8 0%, #fae6ea 50%, #fdfaf8 100%);
  color: var(--text-muted);
  font-family: var(--font-body);
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
}

body:not(.locked) {
  scroll-snap-type: y proximity;
  overflow-y: scroll;
  height: 100vh;
}

body.locked { overflow: hidden; }

/* Parallax Elements */
.parallax-container {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.parallax-item {
  position: absolute;
  will-change: transform;
}

.p-bell { width: 40px; }
.p-bell-1 { top: 0; left: 10%; }
.p-bell-2 { top: 0; left: 50%; margin-left: -20px; }
.p-bell-3 { top: 0; right: 15%; width: 50px; }

.p-lotus { width: 120px; opacity: 0.7; }
.p-lotus-1 { bottom: 10%; left: -20px; transform: rotate(15deg); }
.p-lotus-2 { top: 40%; right: -30px; transform: rotate(-20deg); width: 150px; }

.p-leaf { width: 200px; opacity: 0.6; }
.p-leaf-1 { top: 15%; left: -50px; transform: rotate(10deg); }
.p-leaf-2 { top: 60%; right: -60px; transform: rotate(-20deg); }


/* Typography */
h1, h2, h3, .monogram, .couple-names { 
  font-family: var(--font-marathi); 
  font-weight: 600; 
  color: var(--text-primary); 
}

p { font-family: var(--font-marathi); line-height: 1.6; }

.eyebrow { 
  font-family: var(--font-body); 
  font-size: 0.85rem; 
  text-transform: uppercase; 
  letter-spacing: 4px; 
  color: var(--gold); 
  margin-bottom: 1.5rem; 
  display: inline-block;
  padding: 6px 20px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  font-weight: 500;
}

/* Lagn Patrika Intro Cover */
.patrika-cover {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--maroon);
  display: flex; align-items: center; justify-content: center;
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s;
  padding: 1rem;
}

/* Font Loading Animation */
.patrika-cover.font-loading .patrika-content > * {
  opacity: 0;
  transform: translateY(20px);
  animation: fontFadeIn 0.8s ease-out forwards;
}

.patrika-cover.font-loading .ganesha-icon-large {
  animation-delay: 0.2s;
}

.patrika-cover.font-loading .shree {
  animation-delay: 0.4s;
}

.patrika-cover.font-loading .patrika-title {
  animation-delay: 0.6s;
}

.patrika-cover.font-loading .invite-text {
  animation-delay: 0.8s;
}

.patrika-cover.font-loading .open-btn {
  animation-delay: 1s;
}

@keyframes fontFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.patrika-cover.open { transform: translateY(-100vh); opacity: 0; pointer-events: none; }
.patrika-border {
  border: 4px double var(--gold);
  border-radius: 12px;
  width: 100%; max-width: 500px;
  max-height: 85vh;
  padding: 12px;
  box-shadow: inset 0 0 0 2px var(--maroon), inset 0 0 0 4px var(--gold);
  position: relative;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(198,159,75,0.05) 10px, rgba(198,159,75,0.05) 20px);
}
.patrika-content {
  background: var(--maroon);
  width: 100%; height: 100%;
  border-radius: 8px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 2.5rem 1rem; text-align: center;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  overflow-y: auto;
}
.ganesha-icon-large { width: 80px; height: 80px; color: var(--gold); margin-bottom: 1.5rem; }
.shree { color: var(--gold); font-size: 1.2rem; font-family: "Tiro Devanagari Marathi", serif; margin-bottom: 0.5rem; letter-spacing: 2px; }
.patrika-title { font-family: "Rozha One", serif; font-size: clamp(3.5rem, 12vw, 5.5rem); color: var(--gold); margin-bottom: 4rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.patrika-cover .invite-text { color: var(--gold-light); font-size: 1.4rem; margin-bottom: 2.5rem; font-style: italic; letter-spacing: 2px; }
.open-btn.patrika-btn {
  background: var(--gold); color: var(--maroon); font-weight: bold; border: none; padding: 1rem 3rem;
  font-family: "Tiro Devanagari Marathi", serif; font-size: 1.3rem; border-radius: 30px; cursor: pointer; transition: 0.3s;
}
.open-btn.patrika-btn:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

/* Main Content */
main { opacity: 0; transition: opacity 1s; padding-bottom: 4rem; }
body:not(.locked) main { opacity: 1; }

section { 
  min-height: 90vh; padding: 5rem 2rem; 
  display: flex; flex-direction: column; align-items: center; justify-content: center; 
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* Hero Section */
.hero-sec { position: relative; }
.hero-img-wrap {
  width: 320px;
  height: 450px;
  border-radius: 160px 160px 0 0;
  overflow: hidden;
  border: 2px solid var(--gold);
  padding: 8px;
  margin-bottom: 2.5rem;
  background: white;
  box-shadow: 0 15px 35px rgba(122, 31, 61, 0.15);
}
.hero-img { 
  width: 100%; height: 100%; object-fit: cover; 
  border-radius: 152px 152px 0 0;
}
.hero-text { text-align: center; max-width: 700px; }
.couple-names { 
  font-family: "Rozha One", "Tiro Devanagari Marathi", serif;
  font-size: clamp(3.5rem, 8vw, 5.5rem); 
  line-height: 1.1; 
  margin-bottom: 1.5rem; 
  color: var(--text-primary);
  text-shadow: 1px 1px 0px rgba(198, 159, 75, 0.4), 2px 4px 15px rgba(122, 31, 61, 0.15);
}
.couple-names .amp { 
  font-family: var(--font-heading); 
  font-size: clamp(2.5rem, 6vw, 3.5rem); 
  color: var(--gold); 
  font-style: italic;
  padding: 0 10px;
}
.subtitle { 
  font-family: "Tiro Devanagari Marathi", serif;
  font-size: 1.15rem; 
  margin: 0 auto; 
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.8;
}


/* Shared Glass Cards */
.glass-card {
  background: var(--glass); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border); border-radius: 24px; padding: 3rem 2rem;
  max-width: 800px; width: 100%; text-align: center; box-shadow: 0 20px 40px rgba(122, 31, 61, 0.05);
}
.section-title { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 1.5rem; }

/* Couple Section */
.couple-sec { gap: 4rem; padding-top: 2rem; }
.person-glass-card {
  background: var(--glass); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); 
  border: 1px solid var(--glass-border);
  border-radius: 24px; max-width: 1000px; width: 100%; display: flex; align-items: center; gap: 3rem; padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(122, 31, 61, 0.05);
}
.person-glass-card.bride { flex-direction: row-reverse; }
.person-img-box { 
  width: 250px; height: 350px; 
  position: relative; flex-shrink: 0; 
  border-radius: 125px 125px 0 0; 
  overflow: hidden; 
  border: 2px solid var(--gold);
  padding: 8px; background: white;
}
.person-img-box img { width: 100%; height: 100%; object-fit: cover; border-radius: 117px 117px 0 0; }
.person-info { flex: 1; text-align: left; }
.person-glass-card.bride .person-info { text-align: right; }
.title-prefix { color: var(--text-secondary); font-size: 1.2rem; margin-bottom: 0.5rem; }
.name { font-size: 3.5rem; margin-bottom: 0.2rem; }
.divider { width: 60px; height: 1px; background: var(--gold); margin: 0.8rem 0; }
.person-glass-card.bride .divider { margin-left: auto; }
.family { color: var(--text-muted); font-size: 1.1rem; }

/* Events Section */
.events-sec { padding-top: 2rem; }
.sec-header { text-align: center; margin-bottom: 3rem; }
.events-container { display: flex; gap: 2rem; width: 100%; max-width: 1000px; flex-wrap: wrap; justify-content: center; }
.event-glass {
  position: relative;
  background: rgba(255, 255, 255, 0.85); 
  border: 2px solid var(--gold); 
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: 160px 160px 16px 16px; 
  padding: 4rem 2rem 3rem; flex: 1; min-width: 300px; text-align: center;
  transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 20px 40px rgba(122, 31, 61, 0.05);
}
.event-glass::before {
  content: ''; position: absolute; inset: 10px;
  border: 1px solid var(--gold-light);
  border-radius: 150px 150px 6px 6px; pointer-events: none;
}
.event-glass:hover { transform: translateY(-5px); box-shadow: 0 30px 50px rgba(122, 31, 61, 0.12); }
.event-icon-box { width: 60px; height: 60px; margin: 0 auto 1.5rem; }
.event-glass h3 { 
  font-family: "Rozha One", "Tiro Devanagari Marathi", serif;
  font-size: 2.8rem; 
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}
.event-details { display: flex; flex-direction: column; gap: 0.8rem; align-items: center; text-align: center; }
.detail-item { font-family: "Tiro Devanagari Marathi", serif; color: var(--text-muted); }
.detail-item.date { font-size: 1.6rem; color: var(--text-primary); font-weight: 600; letter-spacing: 1px; }
.detail-item.time { font-size: 1.15rem; font-style: italic; color: var(--text-secondary); letter-spacing: 1px; }
.detail-item.venue { font-size: 1.1rem; line-height: 1.6; max-width: 250px; margin: 0 auto; }
.event-glass .divider { width: 60px; height: 1px; background: var(--gold); margin: 0.5rem auto; }

/* Map Section */
.map-wrapper { width: 100%; height: 400px; border-radius: 16px; overflow: hidden; margin-bottom: 2rem; border: 1px solid var(--glass-border); }
.map-wrapper iframe { width: 100%; height: 100%; border: 0; filter: grayscale(20%); }
.action-btn {
  display: inline-block; padding: 1rem 2.5rem; background: var(--text-primary); color: white;
  text-decoration: none; border-radius: 30px; font-weight: 600; transition: 0.3s; font-family: var(--font-body);
}
.action-btn:hover { background: var(--text-secondary); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(122, 31, 61, 0.2); }

/* Footer */
.footer-sec { min-height: auto; padding: 3rem 2rem 2rem; text-align: center; }
.countdown-glass { display: flex; gap: 1.5rem; justify-content: center; margin: 3rem 0; flex-wrap: wrap; }
.time-box {
  background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(122, 31, 61, 0.2); border-radius: 16px;
  width: 100px; height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 10px 20px rgba(122, 31, 61, 0.05);
}
.time-box .num { font-size: 2.5rem; font-weight: 600; color: var(--text-primary); font-family: var(--font-heading); }
.time-box .label { font-size: 0.8rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 1px; }

.footer-credits { margin: 4rem auto 0; padding-top: 2rem; border-top: 1px solid var(--glass-border); width: 100%; max-width: 600px; }
.footer-credits p { font-size: 0.8rem; color: var(--text-muted); font-family: var(--font-body); }
.brand { font-family: var(--font-heading); font-size: 1.5rem; color: var(--gold); letter-spacing: 2px; margin-top: 0.5rem; margin-bottom: 1rem; }
.footer-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-btn {
  display: inline-block; padding: 0.4rem 1.2rem; background: transparent; color: var(--gold);
  border: 1px solid var(--gold); border-radius: 20px; text-decoration: none; font-family: var(--font-body);
  font-size: 0.85rem; letter-spacing: 1px; transition: all 0.3s ease; text-transform: uppercase;
}
.contact-btn:hover { background: var(--gold); color: white; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(198,159,75,0.2); }

/* Animations */
.reveal { opacity: 0; transform: translateY(40px); transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal.delay-img { transition-delay: 0.3s; }
.reveal.delay-text { transition-delay: 0.9s; }
@keyframes fadeIn { to { opacity: 1; transform: translateY(0); } }

/* Mobile Responsive */
@media (max-width: 768px) {
  /* Hero adjustments for single screen fit */
  section.hero-sec { padding: 2rem 1rem; min-height: 100svh; justify-content: center; }
  .hero-img-wrap { width: 230px; height: 320px; border-radius: 115px 115px 0 0; margin-bottom: 1rem; border-width: 1px; padding: 6px; }
  .hero-img { border-radius: 109px 109px 0 0; }
  .hero-text { margin-bottom: 0; }
  .eyebrow { margin-bottom: 1rem; font-size: 0.75rem; padding: 4px 15px; }
  .couple-names { font-size: clamp(1.8rem, 9vw, 2.6rem); margin-bottom: 0.8rem; line-height: 1.2; }
  .couple-names .amp { font-size: clamp(1.4rem, 6vw, 1.8rem); padding: 0 4px; }
  .subtitle { font-size: 0.95rem; margin-bottom: 0; line-height: 1.6; }
  
  /* Rest of mobile styling */
  section:not(.hero-sec) { padding: 4rem 1rem; min-height: auto; }
  .person-glass-card, .person-glass-card.bride { flex-direction: column; text-align: center; gap: 2rem; padding: 1.5rem; }
  .person-img-box { width: 100%; max-width: 250px; height: 350px; }
  .person-info, .person-glass-card.bride .person-info { text-align: center; }
  .divider, .person-glass-card.bride .divider { margin: 0.8rem auto; }
  .detail-row { align-items: center; flex-direction: column; text-align: center; gap: 0.5rem; }
  .glass-card { padding: 2rem 1.5rem; }
  .countdown-glass { gap: 0.5rem; flex-wrap: nowrap; justify-content: center; }
  .time-box { width: clamp(60px, 20vw, 75px); height: clamp(60px, 20vw, 75px); border-radius: 12px; }
  .time-box .num { font-size: clamp(1.2rem, 5vw, 1.5rem); }
  .time-box .label { font-size: clamp(0.5rem, 2vw, 0.6rem); }
  .p-leaf { width: 120px; }
  .p-lotus { width: 80px; }
}

  --gold: #c69f4b;
  --gold-light: #e0c279;
  
  --glass: rgba(255, 255, 255, 0.75);
  --glass-border: rgba(122, 31, 61, 0.15);
  
  --font-marathi: "Noto Serif Devanagari", serif;
  --font-heading: "Cormorant Garamond", serif;
  --font-body: "Montserrat", sans-serif;
}

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

body {
  background-color: var(--bg-main);
  background-image: linear-gradient(180deg, #fdfaf8 0%, #fae6ea 50%, #fdfaf8 100%);
  color: var(--text-muted);
  font-family: var(--font-body);
  overflow-x: hidden;
  position: relative;
}

body.locked { overflow: hidden; }

/* Parallax Elements */
.parallax-container {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.parallax-item {
  position: absolute;
  will-change: transform;
}

.p-bell { width: 40px; }
.p-bell-1 { top: 0; left: 10%; }
.p-bell-2 { top: 0; left: 50%; margin-left: -20px; }
.p-bell-3 { top: 0; right: 15%; width: 50px; }

.p-lotus { width: 120px; opacity: 0.7; }
.p-lotus-1 { bottom: 10%; left: -20px; transform: rotate(15deg); }
.p-lotus-2 { top: 40%; right: -30px; transform: rotate(-20deg); width: 150px; }

.p-leaf { width: 200px; opacity: 0.6; }
.p-leaf-1 { top: 15%; left: -50px; transform: rotate(10deg); }
.p-leaf-2 { top: 60%; right: -60px; transform: rotate(-20deg); }


/* Typography */
h1, h2, h3, .monogram, .couple-names { 
  font-family: var(--font-marathi); 
  font-weight: 600; 
  color: var(--text-primary); 
}

p { font-family: var(--font-marathi); line-height: 1.6; }

.eyebrow { 
  font-family: var(--font-body); 
  font-size: 0.85rem; 
  text-transform: uppercase; 
  letter-spacing: 4px; 
  color: var(--gold); 
  margin-bottom: 1.5rem; 
  display: inline-block;
  padding: 6px 20px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  font-weight: 500;
}

/* Lagn Patrika Intro Cover */
.patrika-cover {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--maroon);
  display: flex; align-items: center; justify-content: center;
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s;
  padding: 1rem;
}
.patrika-cover.open { transform: translateY(-100vh); opacity: 0; pointer-events: none; }
.patrika-border {
  border: 4px double var(--gold);
  border-radius: 12px;
  width: 100%; max-width: 500px;
  max-height: 85vh;
  padding: 12px;
  box-shadow: inset 0 0 0 2px var(--maroon), inset 0 0 0 4px var(--gold);
  position: relative;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(198,159,75,0.05) 10px, rgba(198,159,75,0.05) 20px);
}
.patrika-content {
  background: var(--maroon);
  width: 100%; height: 100%;
  border-radius: 8px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 2.5rem 1rem; text-align: center;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  overflow-y: auto;
}
.ganesha-icon-large { width: 80px; height: 80px; color: var(--gold); margin-bottom: 1.5rem; }
.shree { color: var(--gold); font-size: 1.2rem; font-family: "Tiro Devanagari Marathi", serif; margin-bottom: 0.5rem; letter-spacing: 2px; }
.patrika-title { font-family: "Rozha One", serif; font-size: clamp(3.5rem, 12vw, 5.5rem); color: var(--gold); margin-bottom: 4rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.patrika-cover .invite-text { color: var(--gold-light); font-size: 1.4rem; margin-bottom: 2.5rem; font-style: italic; letter-spacing: 2px; }
.open-btn.patrika-btn {
  background: var(--gold); color: var(--maroon); font-weight: bold; border: none; padding: 1rem 3rem;
  font-family: "Tiro Devanagari Marathi", serif; font-size: 1.3rem; border-radius: 30px; cursor: pointer; transition: 0.3s;
}
.open-btn.patrika-btn:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

/* Main Content */
main { opacity: 0; transition: opacity 1s; padding-bottom: 4rem; }
body:not(.locked) main { opacity: 1; }

section { 
  min-height: 90vh; padding: 5rem 2rem; 
  display: flex; flex-direction: column; align-items: center; justify-content: center; 
}

/* Hero Section */
.hero-sec { position: relative; }
.hero-img-wrap {
  width: 320px;
  height: 450px;
  border-radius: 160px 160px 0 0;
  overflow: hidden;
  border: 2px solid var(--gold);
  padding: 8px;
  margin-bottom: 2.5rem;
  background: white;
  box-shadow: 0 15px 35px rgba(122, 31, 61, 0.15);
}
.hero-img { 
  width: 100%; height: 100%; object-fit: cover; 
  border-radius: 152px 152px 0 0;
}
.hero-text { text-align: center; max-width: 700px; }
.couple-names { 
  font-family: "Rozha One", "Tiro Devanagari Marathi", serif;
  font-size: clamp(3.5rem, 8vw, 5.5rem); 
  line-height: 1.1; 
  margin-bottom: 1.5rem; 
  color: var(--text-primary);
  text-shadow: 1px 1px 0px rgba(198, 159, 75, 0.4), 2px 4px 15px rgba(122, 31, 61, 0.15);
}
.couple-names .amp { 
  font-family: var(--font-heading); 
  font-size: clamp(2.5rem, 6vw, 3.5rem); 
  color: var(--gold); 
  font-style: italic;
  padding: 0 10px;
}
.subtitle { 
  font-family: "Tiro Devanagari Marathi", serif;
  font-size: 1.15rem; 
  margin: 0 auto; 
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.8;
}


/* Shared Glass Cards */
.glass-card {
  background: var(--glass); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border); border-radius: 24px; padding: 3rem 2rem;
  max-width: 800px; width: 100%; text-align: center; box-shadow: 0 20px 40px rgba(122, 31, 61, 0.05);
}
.section-title { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 1.5rem; }

/* Couple Section */
.couple-sec { gap: 4rem; padding-top: 2rem; }
.person-glass-card {
  background: var(--glass); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); 
  border: 1px solid var(--glass-border);
  border-radius: 24px; max-width: 1000px; width: 100%; display: flex; align-items: center; gap: 3rem; padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(122, 31, 61, 0.05);
}
.person-glass-card.bride { flex-direction: row-reverse; }
.person-img-box { 
  width: 250px; height: 350px; 
  position: relative; flex-shrink: 0; 
  border-radius: 125px 125px 0 0; 
  overflow: hidden; 
  border: 2px solid var(--gold);
  padding: 8px; background: white;
}
.person-img-box img { width: 100%; height: 100%; object-fit: cover; border-radius: 117px 117px 0 0; }
.person-info { flex: 1; text-align: left; }
.person-glass-card.bride .person-info { text-align: right; }
.title-prefix { color: var(--text-secondary); font-size: 1.2rem; margin-bottom: 0.5rem; }
.name { font-size: 3.5rem; margin-bottom: 0.2rem; }
.divider { width: 60px; height: 1px; background: var(--gold); margin: 0.8rem 0; }
.person-glass-card.bride .divider { margin-left: auto; }
.family { color: var(--text-muted); font-size: 1.1rem; }

/* Events Section */
.events-sec { padding-top: 2rem; }
.sec-header { text-align: center; margin-bottom: 3rem; }
.events-container { display: flex; gap: 2rem; width: 100%; max-width: 1000px; flex-wrap: wrap; justify-content: center; }
.event-glass {
  position: relative;
  background: rgba(255, 255, 255, 0.85); 
  border: 2px solid var(--gold); 
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: 160px 160px 16px 16px; 
  padding: 4rem 2rem 3rem; flex: 1; min-width: 300px; text-align: center;
  transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 20px 40px rgba(122, 31, 61, 0.05);
}
.event-glass::before {
  content: ''; position: absolute; inset: 10px;
  border: 1px solid var(--gold-light);
  border-radius: 150px 150px 6px 6px; pointer-events: none;
}
.event-glass:hover { transform: translateY(-5px); box-shadow: 0 30px 50px rgba(122, 31, 61, 0.12); }
.event-icon-box { width: 60px; height: 60px; margin: 0 auto 1.5rem; }
.event-glass h3 { 
  font-family: "Rozha One", "Tiro Devanagari Marathi", serif;
  font-size: 2.8rem; 
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}
.event-details { display: flex; flex-direction: column; gap: 0.8rem; align-items: center; text-align: center; }
.detail-item { font-family: "Tiro Devanagari Marathi", serif; color: var(--text-muted); }
.detail-item.date { font-size: 1.6rem; color: var(--text-primary); font-weight: 600; letter-spacing: 1px; }
.detail-item.time { font-size: 1.15rem; font-style: italic; color: var(--text-secondary); letter-spacing: 1px; }
.detail-item.venue { font-size: 1.1rem; line-height: 1.6; max-width: 250px; margin: 0 auto; }
.event-glass .divider { width: 60px; height: 1px; background: var(--gold); margin: 0.5rem auto; }

/* Map Section */
.map-wrapper { width: 100%; height: 400px; border-radius: 16px; overflow: hidden; margin-bottom: 2rem; border: 1px solid var(--glass-border); }
.map-wrapper iframe { width: 100%; height: 100%; border: 0; filter: grayscale(20%); }
.action-btn {
  display: inline-block; padding: 1rem 2.5rem; background: var(--text-primary); color: white;
  text-decoration: none; border-radius: 30px; font-weight: 600; transition: 0.3s; font-family: var(--font-body);
}
.action-btn:hover { background: var(--text-secondary); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(122, 31, 61, 0.2); }

/* Footer */
.footer-sec { min-height: auto; padding: 3rem 2rem 2rem; text-align: center; }
.countdown-glass { display: flex; gap: 1.5rem; justify-content: center; margin: 3rem 0; flex-wrap: wrap; }
.time-box {
  background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(122, 31, 61, 0.2); border-radius: 16px;
  width: 100px; height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 10px 20px rgba(122, 31, 61, 0.05);
}
.time-box .num { font-size: 2.5rem; font-weight: 600; color: var(--text-primary); font-family: var(--font-heading); }
.time-box .label { font-size: 0.8rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 1px; }

.footer-credits { margin: 4rem auto 0; padding-top: 2rem; border-top: 1px solid var(--glass-border); width: 100%; max-width: 600px; }
.footer-credits p { font-size: 0.8rem; color: var(--text-muted); font-family: var(--font-body); }
.brand { font-family: var(--font-heading); font-size: 1.5rem; color: var(--gold); letter-spacing: 2px; margin-top: 0.5rem; margin-bottom: 1rem; }
.footer-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-btn {
  display: inline-block; padding: 0.4rem 1.2rem; background: transparent; color: var(--gold);
  border: 1px solid var(--gold); border-radius: 20px; text-decoration: none; font-family: var(--font-body);
  font-size: 0.85rem; letter-spacing: 1px; transition: all 0.3s ease; text-transform: uppercase;
}
.contact-btn:hover { background: var(--gold); color: white; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(198,159,75,0.2); }

/* Animations */
.reveal { opacity: 0; transform: translateY(40px); transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal.delay-img { transition-delay: 0.3s; }
.reveal.delay-text { transition-delay: 0.9s; }
@keyframes fadeIn { to { opacity: 1; transform: translateY(0); } }

/* Mobile Responsive */
@media (max-width: 768px) {
  /* Hero adjustments for single screen fit */
  section.hero-sec { padding: 2rem 1rem; min-height: 100svh; justify-content: center; }
  .hero-img-wrap { width: 230px; height: 320px; border-radius: 115px 115px 0 0; margin-bottom: 1rem; border-width: 1px; padding: 6px; }
  .hero-img { border-radius: 109px 109px 0 0; }
  .hero-text { margin-bottom: 0; }
  .eyebrow { margin-bottom: 1rem; font-size: 0.75rem; padding: 4px 15px; }
  .couple-names { font-size: clamp(1.8rem, 9vw, 2.6rem); margin-bottom: 0.8rem; line-height: 1.2; }
  .couple-names .amp { font-size: clamp(1.4rem, 6vw, 1.8rem); padding: 0 4px; }
  .subtitle { font-size: 0.95rem; margin-bottom: 0; line-height: 1.6; }
  
  /* Rest of mobile styling */
  section:not(.hero-sec) { padding: 4rem 1rem; min-height: auto; }
  .person-glass-card, .person-glass-card.bride { flex-direction: column; text-align: center; gap: 2rem; padding: 1.5rem; }
  .person-img-box { width: 100%; max-width: 250px; height: 350px; }
  .person-info, .person-glass-card.bride .person-info { text-align: center; }
  .divider, .person-glass-card.bride .divider { margin: 0.8rem auto; }
  .detail-row { align-items: center; flex-direction: column; text-align: center; gap: 0.5rem; }
  .glass-card { padding: 2rem 1.5rem; }
  .countdown-glass { gap: 0.5rem; flex-wrap: nowrap; justify-content: center; }
  .time-box { width: clamp(60px, 20vw, 75px); height: clamp(60px, 20vw, 75px); border-radius: 12px; }
  .time-box .num { font-size: clamp(1.2rem, 5vw, 1.5rem); }
  .time-box .label { font-size: clamp(0.5rem, 2vw, 0.6rem); }
  .p-leaf { width: 120px; }
  .p-lotus { width: 80px; }
}
