:root{--gold: #c9a227;--gold-light: #e8d5a3;--maroon: #722f37;--maroon-dark: #5a1f26;--cream: #faf6f0;--cream-dark: #f5ede0;--emerald: #2d5a4a;--text-dark: #2c2420;--text-light: #5a4f47}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Cormorant Garamond,serif;background:var(--cream);color:var(--text-dark);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pattern-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(201,162,39,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(114,47,55,.03) 0%,transparent 50%);pointer-events:none;z-index:-1}nav{position:fixed;top:0;left:0;right:0;padding:1.5rem 3rem;display:flex;justify-content:center;align-items:center;gap:3rem;z-index:1000;background:linear-gradient(to bottom,rgba(250,246,240,.98),transparent);transition:all .4s ease}nav.scrolled{background:#faf6f0fa;box-shadow:0 2px 20px #0000000d}.nav-links{display:flex;gap:3rem;align-items:center}nav a{font-family:Libre Baskerville,serif;font-size:.85rem;text-decoration:none;color:var(--text-light);letter-spacing:.15em;text-transform:uppercase;transition:color .3s ease;position:relative;white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation}nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}nav a:hover{color:var(--gold)}nav a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-menu-toggle span{display:block;width:25px;height:2px;background:var(--text-light);transition:all .3s ease;transform-origin:center}.mobile-menu-toggle span.open:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-toggle span.open:nth-child(2){opacity:0}.mobile-menu-toggle span.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;position:relative;background:linear-gradient(135deg,var(--cream) 0%,var(--cream-dark) 100%)}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a227' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero-content{position:relative;z-index:1}.ornament{width:180px;height:auto;margin-bottom:2rem;opacity:0;animation:fadeInDown 1s ease forwards}.ornament svg{width:100%;height:auto}.hero-subtitle{font-family:Libre Baskerville,serif;font-size:.9rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;opacity:0;animation:fadeIn 1s ease .3s forwards}.couple-names{font-family:Playfair Display,serif;font-size:clamp(3rem,8vw,6rem);font-weight:400;color:var(--maroon);line-height:1.1;margin-bottom:1.5rem;opacity:0;animation:fadeIn 1s ease .5s forwards}.couple-names .ampersand{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:300;color:var(--gold);display:block;font-size:.5em;margin:.3em 0}.wedding-date{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--text-light);letter-spacing:.1em;margin-bottom:2rem;opacity:0;animation:fadeIn 1s ease .7s forwards}.wedding-date.delayed{animation-delay:.9s}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);opacity:0;animation:fadeIn 1s ease 1s forwards,bounce 2s ease infinite 1.5s}.scroll-indicator svg{width:30px;height:30px;stroke:var(--gold)}section{padding:6rem 2rem;position:relative}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:400;color:var(--maroon);text-align:center;margin-bottom:1rem}.section-subtitle{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--text-light);text-align:center;margin-bottom:3rem;font-style:italic}.divider{width:80px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 auto 3rem}.photo-hero{height:120vh;background:linear-gradient(#0003,#0000004d),url(/IMG_0465.jpg) center/cover;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}.photo-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,var(--cream),transparent)}.photo-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--cream),transparent)}.story-section{background:var(--cream)}.story-content{max-width:700px;margin:0 auto;text-align:center}.story-content p{font-size:1.2rem;line-height:1.9;color:var(--text-light);margin-bottom:1.5rem}.quote{font-family:Playfair Display,serif;font-style:italic;font-size:1.5rem;color:var(--maroon);padding:2rem 0;border-top:1px solid var(--gold-light);border-bottom:1px solid var(--gold-light);margin:3rem 0}.events-section{background:linear-gradient(180deg,var(--cream) 0%,var(--cream-dark) 100%)}.events-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.event-card{background:#fff;padding:3rem 2rem;text-align:center;border:1px solid var(--gold-light);position:relative;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #722f371a}.event-card:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--gold)}.event-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center}.event-icon svg{width:28px;height:28px;stroke:var(--gold)}.event-name{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--maroon);margin-bottom:1rem}.event-date{font-family:Libre Baskerville,serif;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.event-time{font-size:1.1rem;color:var(--text-light);margin-bottom:1.5rem}.event-venue{font-size:1rem;color:var(--text-dark);line-height:1.7}.event-venue strong{display:block;font-family:Libre Baskerville,serif;color:var(--maroon);margin-bottom:.5rem}.map-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.8rem 1.5rem;background:var(--cream);border:1px solid var(--gold);color:var(--gold);text-decoration:none;font-family:Libre Baskerville,serif;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:44px}.map-link:hover{background:var(--gold);color:#fff}.map-link svg{width:16px;height:16px}.gallery-section{background:var(--cream);padding:6rem 0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,300px);gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem}.gallery-item{position:relative;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.gallery-item:nth-child(1){grid-column:span 2;grid-row:span 2}.gallery-item:nth-child(2){grid-column:3;grid-row:1}.gallery-item:nth-child(3){grid-column:3;grid-row:2}.gallery-item:nth-child(4){grid-column:4;grid-row:1}.gallery-item:nth-child(5){grid-column:4;grid-row:2}.gallery-item img{width:100%;height:100%;max-width:100%;object-fit:cover;transition:transform .6s ease;display:block}.gallery-item:hover img{transform:scale(1.05)}.gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(114,47,55,.3),transparent);opacity:0;transition:opacity .3s ease}.gallery-item:hover:after{opacity:1}.countdown-section{background:var(--maroon);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.countdown-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.countdown-title{font-family:Playfair Display,serif;font-size:2rem;color:var(--gold-light);margin-bottom:2rem;position:relative}.countdown-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;position:relative}.countdown-item{text-align:center}.countdown-number{font-family:Playfair Display,serif;font-size:4rem;font-weight:500;color:#fff;line-height:1}.countdown-label{font-family:Libre Baskerville,serif;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-top:.5rem}.rsvp-section{background:var(--cream);text-align:center}.rsvp-content{max-width:600px;margin:0 auto}.rsvp-message{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:var(--text-light);line-height:1.8;margin-bottom:2rem;font-style:italic}.rsvp-contact{display:inline-flex;flex-direction:column;gap:1rem}.contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1rem 2.5rem;background:var(--maroon);color:#fff;text-decoration:none;font-family:Libre Baskerville,serif;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease;border:2px solid var(--maroon);-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:44px}.contact-btn:hover{background:transparent;color:var(--maroon)}.contact-btn svg{width:18px;height:18px}.contact-note{font-size:1rem;color:var(--text-light);margin-top:1.5rem}footer{background:var(--maroon-dark);padding:4rem 2rem;text-align:center}.footer-names{font-family:Playfair Display,serif;font-size:2rem;color:var(--gold-light);margin-bottom:1rem}.footer-date{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:#fff9;letter-spacing:.1em}.footer-families{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-families p{font-size:.95rem;color:#ffffff80;margin-bottom:.5rem}.footer-note{margin-top:3rem;font-style:italic;color:var(--gold-light);font-size:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}.lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:2000;justify-content:center;align-items:center;padding:2rem}.lightbox.active{display:flex}.lightbox img{max-width:90%;max-height:90%;object-fit:contain}.lightbox-close{position:absolute;top:2rem;right:2rem;width:40px;height:40px;background:none;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.lightbox-close:hover{background:#fff;color:#000}.marathi{font-family:Noto Sans Devanagari,sans-serif}@media (max-width: 768px){nav{padding:1rem 1.5rem;justify-content:space-between}.mobile-menu-toggle{display:flex}.nav-links{position:fixed;top:0;left:0;right:0;bottom:0;background:#faf6f0fa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translate(-100%);transition:transform .3s ease;padding:2rem;z-index:1000}.nav-links.mobile-open{transform:translate(0)}nav a{font-size:1.1rem;padding:.5rem 0}.hero{padding:1.5rem;min-height:100vh}.ornament{width:120px;margin-bottom:1.5rem}.couple-names{font-size:clamp(2rem,10vw,4rem);margin-bottom:1rem}.wedding-date{font-size:1.1rem;margin-bottom:1.5rem}section{padding:4rem 1.5rem}.section-title{font-size:clamp(1.75rem,6vw,2.5rem);margin-bottom:.75rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.story-content{padding:0 1rem}.story-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.25rem}.quote{font-size:1.2rem;padding:1.5rem 0;margin:2rem 0}.events-container{grid-template-columns:1fr;gap:2rem}.event-card{padding:2rem 1.5rem}.event-name{font-size:1.3rem}.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,250px);gap:.75rem;padding:0 1rem}.gallery-item:nth-child(1),.gallery-item:nth-child(2),.gallery-item:nth-child(3),.gallery-item:nth-child(4),.gallery-item:nth-child(5){grid-column:span 1;grid-row:span 1}.photo-hero{height:70vh}.countdown-section{padding:4rem 1.5rem}.countdown-title{font-size:1.5rem;margin-bottom:1.5rem}.countdown-number{font-size:2.5rem}.countdown-container{gap:1.5rem}.rsvp-message{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.contact-btn{padding:.9rem 2rem;font-size:.8rem}.contact-note{font-size:.9rem;line-height:1.6}footer{padding:3rem 1.5rem}.footer-names{font-size:1.5rem}.footer-date{font-size:1rem}.lightbox{padding:1rem}.lightbox-close{top:1rem;right:1rem;width:35px;height:35px;font-size:1.2rem}}@media (max-width: 480px){nav{padding:.75rem 1rem}.nav-links{gap:1.5rem}nav a{font-size:1rem}.hero{padding:1rem}.ornament{width:100px}.couple-names{font-size:clamp(1.75rem,12vw,3rem)}.wedding-date{font-size:1rem}section{padding:3rem 1rem}.section-title{font-size:clamp(1.5rem,8vw,2rem)}.story-content{padding:0}.story-content p{font-size:1rem}.quote{font-size:1.1rem;padding:1.25rem 0}.event-card{padding:1.5rem 1rem}.event-name{font-size:1.2rem}.gallery-grid{grid-template-rows:repeat(5,200px);gap:.5rem;padding:0 .5rem}.photo-hero{height:60vh}.countdown-number{font-size:2rem}.countdown-container{gap:1rem}.rsvp-message{font-size:1rem}.contact-btn{padding:.8rem 1.5rem;font-size:.75rem}.contact-note{font-size:.85rem}.footer-names{font-size:1.3rem}}@media (max-width: 320px){html{font-size:14px}section{padding:2.5rem .75rem}.gallery-grid{padding:0 .25rem}}img{max-width:100%;height:auto}
