:root{--bg-color: #2b0000;--bg-gradient: radial-gradient(circle at center, #660000 10%, #300000 80%, #1a0000 100%);--primary-color: #ffd700;--accent-color: #ff8c00;--text-color: #ffffff;--text-secondary: #fff5e6;--border-color: rgba(255, 215, 0, .4);--card-bg: rgba(60, 10, 10, .5);--card-border: rgba(255, 215, 0, .3);--font-main: "Marcellus", serif;--font-decorative: "Yatra One", cursive}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);line-height:1.8;overflow-x:hidden;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.app-container{min-height:100vh;position:relative;background:transparent}.app-bg-fixed{position:fixed;inset:0;z-index:-1;background:var(--bg-gradient);pointer-events:none}html{scroll-behavior:smooth}.app-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:.07;z-index:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.mandala-bg{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:120vh;height:120vh;opacity:.1;z-index:0;pointer-events:none;mix-blend-mode:overlay;animation:rotate 180s linear infinite;filter:invert(1)}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}h1,h2,h3,h4{font-family:var(--font-decorative);text-align:center;color:var(--primary-color);text-shadow:0 2px 4px rgba(0,0,0,.3)}p{text-align:center;margin-bottom:1rem;color:var(--text-secondary)}.language-switcher-wrapper{position:fixed;top:1rem;right:1rem;z-index:2000;width:auto}.language-switcher{display:flex;gap:.5rem;padding:.5rem;background:#28000099;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:30px;border:1px solid var(--border-color);box-shadow:0 5px 20px #0003}.lang-btn{background:transparent;border:none;padding:.5rem .8rem;border-radius:20px;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--text-secondary);transition:all .3s ease}.lang-btn.active{background:var(--primary-color);color:#2b0000;box-shadow:0 2px 10px #0000001a}.content-wrapper{max-width:750px;margin:0 auto;padding:5rem 1rem 1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;z-index:10}.parallax-section{position:relative;display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;background:var(--card-bg);border-radius:25px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);box-shadow:0 10px 25px #0003;will-change:transform,opacity;overflow:hidden}.parallax-section>*{position:relative;z-index:2}.parallax-section:before{content:"";position:absolute;width:300px;height:300px;bottom:-40px;left:-60px;background-image:url(/assets/peacock_feather-LarmhJrz.png);background-size:contain;background-repeat:no-repeat;opacity:.2;transform:rotate(25deg);z-index:0;pointer-events:none}.parallax-section:after{content:"";position:absolute;width:300px;height:300px;bottom:-40px;right:-60px;background-image:url(/assets/peacock_feather-LarmhJrz.png);background-size:contain;background-repeat:no-repeat;opacity:.2;transform:scaleX(-1) rotate(25deg);z-index:0;pointer-events:none}.content-wrapper>.parallax-section:nth-child(2):before{background-image:url(/assets/peacock_feather-LarmhJrz.png);width:250px;height:250px;bottom:-30px;left:-50px;transform:rotate(-10deg);opacity:.25}.content-wrapper>.parallax-section:nth-child(2):after{background-image:url(/assets/peacock_feather-LarmhJrz.png);width:250px;height:250px;bottom:-30px;right:-50px;transform:scaleX(-1) rotate(-10deg);opacity:.25}.content-wrapper>.parallax-section:nth-child(3):before{background-image:url(/assets/peacock_feather-LarmhJrz.png);width:280px;height:280px;bottom:-50px;left:-40px;transform:rotate(45deg);opacity:.25}.content-wrapper>.parallax-section:nth-child(3):after{background-image:url(/assets/peacock_feather-LarmhJrz.png);width:280px;height:280px;bottom:-50px;right:-40px;transform:scaleX(-1) rotate(45deg);opacity:.25}@media(min-width:1024px){.hero-section{padding:2.5rem 3rem;gap:1rem}.hero-section .god-img-wrapper{width:170px;height:170px}.hero-section h1{font-size:3.2rem;margin:.5rem 0}.hero-section .marigold-container{width:100px;height:100px}.hero-section .divider{margin:.8rem auto}.hero-section .peacock-feather{width:100px;margin:-10px auto 5px}.hero-section .hero-gods-layout{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;align-self:stretch;padding:0;margin-bottom:.5rem;gap:0}.hero-section .hero-gods-layout .god-column{display:flex;flex-direction:column;align-items:center;gap:.8rem}.hero-section .hero-gods-layout .dot-separator{display:none}}.marigold-container{width:100px;height:100px;filter:drop-shadow(0 8px 20px rgba(255,215,0,.2))}.marigold-img{width:100%;height:100%;object-fit:contain}.idol-side{position:fixed;top:50%;transform:translateY(-50%);width:120px;z-index:5;opacity:.15;pointer-events:none;filter:sepia(.5) contrast(1.1);transition:opacity .5s ease}.idol-left{left:5%}.idol-right{right:5%;transform:translateY(-50%) scaleX(-1)}.divider{width:100%;max-width:400px;height:1px;background:linear-gradient(90deg,transparent,var(--border-color),transparent);margin:.6rem auto;position:relative}.divider:after{content:"✻";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-color);background:transparent;padding:0 20px;color:var(--primary-color);font-size:1.5rem;text-shadow:0 0 10px rgba(255,215,0,.5)}.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin-top:1rem}.program-item{background:#ffffff0d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);text-align:center;box-shadow:0 4px 15px #0000001a;transition:all .4s ease;display:flex;flex-direction:column;justify-content:center;align-items:center}.program-icon{width:70px;height:70px;object-fit:contain;margin-bottom:.8rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transition:transform .3s ease}.program-item:hover .program-icon{transform:scale(1.1) rotate(5deg)}.program-item:hover{transform:translateY(-5px);background:#ffffff1a;border-color:var(--primary-color);box-shadow:0 10px 30px #ffd70026}.program-item h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--text-color);font-family:var(--font-decorative);letter-spacing:.5px}.program-time{display:block;font-weight:500;color:var(--primary-color);font-size:1.1rem;margin-top:.5rem;text-shadow:0 0 10px rgba(255,215,0,.3)}.footer-section{margin-top:4rem;text-align:center;padding:4rem 2rem;background:#ffffff40;border-radius:50px;border:1px solid var(--border-color)}.temple-img{width:100%;max-width:550px;border-radius:15px;margin-top:1.5rem;box-shadow:0 20px 50px #0006;border:2px solid var(--border-color)}.hero-gods-layout{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-content:space-between;width:100%;align-self:stretch;margin-bottom:1.5rem;gap:1rem 1.5rem}.god-column{display:flex;flex-direction:column;align-items:center}@media(max-width:1023px){.hero-gods-layout{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;gap:4rem}.god-column{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:10px}.god-column:nth-of-type(1){align-items:center}.god-column:nth-of-type(2){align-items:center}.invocation{font-size:1rem;white-space:normal;text-align:center}.god-column:nth-of-type(1) .invocation{text-align:center;margin-left:0}.god-column:nth-of-type(2) .invocation{text-align:center;margin-right:0}.dot-separator{display:none}}.god-img-wrapper{width:140px;height:140px;border-radius:50%;padding:4px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));box-shadow:0 0 20px #ffd70033;position:relative;overflow:hidden;border:1px solid var(--primary-color)}.god-img{width:100%;height:100%;object-fit:cover;border-radius:50%;filter:contrast(1.1) brightness(1.1);transition:transform .8s cubic-bezier(.16,1,.3,1)}.god-img-wrapper:hover .god-img{transform:scale(1.1)}.god-img-wrapper:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 20px #0000004d;pointer-events:none}.invocation{font-family:var(--font-decorative);font-size:1.2rem;color:var(--primary-color);margin-bottom:0;white-space:nowrap;text-shadow:0 0 10px rgba(255,215,0,.4)}.dot-separator{color:var(--primary-color);font-size:1.5rem;margin:0 .5rem}.peacock-feather{width:100px;height:auto;margin:-10px auto 10px;filter:drop-shadow(0 5px 15px rgba(0,0,0,.4));mix-blend-mode:normal}h1{font-size:2.5rem;margin:.3rem 0;background:linear-gradient(to bottom,gold,#ffecb3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 10px rgba(255,215,0,.2))}.inviter-names-container{display:flex;flex-direction:column;gap:0;width:100%}.inviter-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.inviter-single-line{display:flex;justify-content:center;gap:1rem}.inviter-name{font-size:1.2rem;font-weight:500;text-align:center;color:var(--text-color)}.family-name{font-family:var(--font-decorative);font-size:1.6rem;color:var(--primary-color);text-align:center;margin-top:.5rem;filter:drop-shadow(0 0 10px rgba(255,215,0,.3))}@media(max-width:1200px){.corner-decoration{width:12vw;height:12vw}.idol-side{width:100px;opacity:.1}}.map-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;width:100%;margin-top:1rem}.map-card{background:#0003;padding:1rem;border-radius:20px;border:1px solid var(--border-color);text-align:center;transition:all .3s ease}.map-card h3{font-size:clamp(.9rem,2.5vw,1.2rem);white-space:nowrap;margin-bottom:1rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center;gap:.8rem}.map-marigold-icon{width:30px;height:30px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.map-container{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0003;border:2px solid var(--border-color)}.map-container.relative{position:relative}.map-floating-marker{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);width:60px;height:60px;object-fit:contain;pointer-events:none;z-index:5;filter:drop-shadow(0 10px 15px rgba(0,0,0,.3))}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:30px;right:30px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:0 10px 25px #0000004d;z-index:1000;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;border:2px solid white}.whatsapp-float.left-float{right:auto;left:30px;background-color:#25d366}.whatsapp-float:hover{background-color:#128c7e;box-shadow:0 15px 35px #25d36666;transform:translateY(-5px) scale(1.1)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px;border:2px solid var(--bg-color)}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.peacock-side{position:fixed;top:50%;transform:translateY(-50%);height:80vh;width:auto;opacity:.4;z-index:2;pointer-events:none;filter:brightness(.8) contrast(1.2);mix-blend-mode:screen}.peacock-side-left{left:-20px;transform:translateY(-50%) rotate(10deg)}.peacock-side-right{right:-20px;transform:translateY(-50%) scaleX(-1) rotate(10deg)}.address{font-size:1.2rem;margin-bottom:1rem;text-align:center;color:var(--text-color);max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}@media(max-width:1023px){.content-wrapper{padding:8.5rem 1.5rem 1rem;gap:1.5rem}.parallax-section{padding:1.5rem;gap:.6rem}h1{font-size:3.5rem}.program-grid{gap:1.5rem}.program-item{padding:2rem}.inviter-row{gap:1.5rem}.address{font-size:1.3rem}.hero-gods-layout{gap:.8rem 1.5rem}.invocation{font-size:1.2rem}.lang-en .invocation{font-size:1.05rem}.dot-separator{font-size:1.2rem}.lang-en .dot-separator{font-size:1.05rem}.family-name{font-size:1.8rem}}@media(max-width:768px){.content-wrapper{padding:4.5rem .8rem .5rem;gap:.6rem}.parallax-section{padding:.8rem .6rem;gap:.3rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}h1{font-size:2.8rem;margin:1.2rem 0}.section-title{font-size:1.5rem;margin-bottom:.2rem}.program-grid{grid-template-columns:1fr;gap:.6rem;margin-top:.3rem}.hero-gods-layout{margin-bottom:1rem}.god-img-wrapper{width:130px;height:130px;padding:5px}.marigold-container{width:100px;height:100px}.program-item{padding:1.5rem}.inviter-names-container{gap:1rem}.inviter-row{gap:.8rem;flex-wrap:wrap}.divider{margin:.5rem auto}.section-title{margin-bottom:.2rem}.mandala-bg{width:120vw;height:120vw;opacity:.2}.map-grid{grid-template-columns:1fr;gap:2.5rem}.whatsapp-float{width:50px;height:50px;bottom:25px;right:20px;font-size:24px}.whatsapp-float.left-float{left:20px;right:auto}.peacock-side{height:50vh;opacity:.15}.address{font-size:1.2rem;padding:0 1rem}.hero-gods-layout{gap:.6rem 1rem}.invocation{font-size:1rem}.lang-en .invocation{font-size:.85rem}.dot-separator{font-size:1rem}.lang-en .dot-separator{font-size:.85rem}.family-name{font-size:1.5rem;margin-top:1.5rem}}@media(max-width:480px){.content-wrapper{padding:4rem 1.2rem 1rem;gap:1rem}.parallax-section{padding:1rem .8rem;gap:.3rem}h1{font-size:2.2rem;line-height:1.2}.section-title{font-size:1.5rem}.hero-gods-layout{gap:.5rem 2rem}.god-img-wrapper{width:90px;height:90px;padding:4px}.marigold-container{width:80px;height:80px}.divider{margin:.8rem auto}.section-title{margin-bottom:.3rem}.invocation{font-size:.75rem}.lang-en .invocation{font-size:.65rem}.dot-separator{font-size:.75rem;margin:0 .1rem}.lang-en .dot-separator{font-size:.65rem}.program-grid{gap:1.5rem}.program-item{padding:1.5rem;border-radius:20px}.program-item h3{font-size:1.2rem}.program-time{font-size:1rem}.inviter-names-container{gap:1rem}.inviter-row{flex-direction:column;gap:.8rem;width:100%}.inviter-names-container,.inviter-row{gap:1rem}.map-grid{gap:2rem;margin-top:1.5rem}.map-card{padding:1.2rem;border-radius:20px}.map-card h3{font-size:1.1rem}.address{font-size:1.1rem;margin-bottom:2rem}.idol-side{width:60px;top:12%;opacity:.06}.idol-left{left:-10px}.idol-right{right:-10px}.peacock-side{height:40vh;opacity:.05}}.toran-header{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:650px;pointer-events:none;z-index:15;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));opacity:.9}@media(max-width:1023px){.language-switcher-wrapper{top:auto;bottom:30px;left:0;width:100%;display:flex;justify-content:center;pointer-events:none}.language-switcher{pointer-events:auto;background:#280000d9;border-color:var(--primary-color)}}@media(max-width:480px){.toran-header{width:100%;max-width:100%}.language-switcher-wrapper{bottom:25px}.language-switcher{padding:.3rem!important;border-radius:20px!important;gap:.2rem!important}.lang-btn{padding:.4rem .6rem!important;font-size:.8rem!important}}.program-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.program-icon.right-icon{display:none}@media(max-width:1023px){.program-item{display:grid!important;grid-template-areas:"time time time" "img-left title img-right" "location location location";grid-template-columns:auto 1fr auto;gap:.2rem;padding:.4rem!important;align-items:center;justify-items:center;text-align:center}.program-content{display:contents!important}.program-icon{margin-bottom:0!important;width:clamp(35px,10vw,55px)!important;height:clamp(35px,10vw,55px)!important;object-fit:contain}.program-icon.left-icon{grid-area:img-left;display:block!important}.program-icon.right-icon{grid-area:img-right;display:block!important}.program-content h3{grid-area:title;margin:0!important;font-size:clamp(.9rem,4vw,1.4rem)!important;line-height:1.2;padding:0 .2rem;display:flex;align-items:center;justify-content:center;word-break:break-word}.program-content .program-time{grid-area:time;margin:0 0 .2rem!important;font-size:clamp(.85rem,3.5vw,1rem)!important;font-weight:700;width:100%;border-bottom:1px solid rgba(255,215,0,.2);padding-bottom:.2rem;color:var(--primary-color)}.program-content .program-location{grid-area:location;margin:.2rem 0 0!important;font-size:clamp(.8rem,3vw,1rem)!important;width:100%;opacity:.9;color:var(--text-secondary)}}.main-description strong{font-weight:700;color:var(--primary-color);text-shadow:0 0 1px rgba(255,215,0,.3)}.text-highlight-gold{display:inline-block;padding:0 5px;font-family:var(--font-decorative);font-size:1.6rem!important;font-weight:500;letter-spacing:1px;background:linear-gradient(to right,gold,#fffacd,#ffc125,gold,#d4af37);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 2px rgba(0,0,0,.7));transition:all .3s ease}.text-highlight-gold:hover{transform:scale(1.05);filter:drop-shadow(0 0 8px rgba(255,215,0,.8))}@media(max-width:768px){.text-highlight-gold{font-size:1.35rem!important}}.inviter-header{font-family:var(--font-decorative);font-size:1.4rem;color:var(--primary-color);text-align:center;margin-top:.1rem;margin-bottom:0;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.inviter-header-small{font-family:var(--font-decorative);font-size:1.3rem;color:var(--primary-color);text-align:center;margin-top:-.2rem;margin-bottom:-.2rem;opacity:.9;line-height:1.1}.inviter-couple{font-family:var(--font-main);font-size:1.15rem;color:var(--text-color);text-align:center;margin-bottom:0;font-weight:500;line-height:1.2}.inviter-couple-highlight{font-family:var(--font-main);font-size:1.25rem;color:#fff;text-align:center;margin-bottom:0;font-weight:700;line-height:1.3;text-shadow:0 2px 10px rgba(255,255,255,.2);letter-spacing:.5px;margin-top:.2rem}.inviter-kids{font-family:var(--font-main);font-size:1.15rem;color:var(--text-secondary);text-align:center;margin-top:-.1rem;letter-spacing:1px;line-height:1.1}.inviter-spacing{height:.3rem}.map-card-centered{grid-column:1 / -1;justify-self:center;width:calc(50% - 1.25rem)}@media(max-width:768px){.map-card-centered{width:100%}}.dwarkadhish-img{object-position:top center!important}
