:root{--lotus-pink:#e8a0bf;--lotus-pink-light:#f5d0e5;--lotus-pink-dark:#d4729d;--royal-gold:#d4af37;--royal-gold-light:#edd980;--royal-gold-dark:#b8941e;--mustard-gold:#c89b3c;--ivory-white:#fffdf8;--soft-cream:#f8f4ee;--light-beige:#f2ece4;--deep-brown:#3d2b1f;--warm-brown:#6b4a34;--midnight:#1a0e0a;--charcoal:#2c1a12;--gradient-hero:linear-gradient(135deg, #1a0e0a 0%, #2c1810 30%, #3d1f0d 60%, #1a0e0a 100%);--gradient-gold:linear-gradient(135deg, #d4af37 0%, #f0d060 40%, #c89b3c 100%);--gradient-pink-gold:linear-gradient(135deg, #e8a0bf 0%, #d4af37 100%);--gradient-light:linear-gradient(135deg, #fffdf8 0%, #f8f4ee 50%, #f2ece4 100%);--gradient-divine:linear-gradient(180deg, #fffdf8 0%, #fff5e8 50%, #f8eed8 100%);--gradient-card:linear-gradient(135deg, #fffdf8e6 0%, #f8f4eef2 100%);--font-serif:"Cormorant Garamond", Georgia, serif;--font-cinzel:"Cinzel", serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-cursive:"Great Vibes", cursive;--font-jost:"Jost", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:5rem;--space-3xl:8rem;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2rem;--radius-full:9999px;--shadow-sm:0 2px 12px #3d2b1f14;--shadow-md:0 8px 32px #3d2b1f1f;--shadow-lg:0 20px 60px #3d2b1f2e;--shadow-gold:0 0 30px #d4af374d;--shadow-pink:0 0 30px #e8a0bf4d;--shadow-glow:0 0 60px #d4af3733;--glass-bg:#fffdf814;--glass-bg-light:#fffdf8d9;--glass-border:#d4af3733;--glass-border-light:#d4af3726;--transition-fast:.2s ease;--transition-base:.35s cubic-bezier(.4, 0, .2, 1);--transition-slow:.6s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--z-base:1;--z-card:10;--z-dropdown:100;--z-navbar:500;--z-modal:1000;--z-overlay:2000}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;font-size:16px;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--ivory-white);color:var(--deep-brown);max-width:100%;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}ul,ol{list-style:none}.heading-display{letter-spacing:-.01em;font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:500;line-height:1.05}.heading-serif{font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:500;line-height:1.1}.heading-sans{font-family:var(--font-sans);font-weight:700;line-height:1.2}h1,h2,h3,h4,h5,h6{color:var(--deep-brown);font-family:Cormorant Garamond,Georgia,serif}.container{max-width:1280px;padding:0 var(--space-lg);margin:0 auto}.container-narrow{max-width:860px;padding:0 var(--space-lg);margin:0 auto}.text-gradient-gold{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-pink-gold{background:var(--gradient-pink-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gold-line{background:var(--gradient-gold);border-radius:var(--radius-full);width:80px;height:2px;margin:var(--space-sm) auto}.gold-line-left{margin-left:0}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(40px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .7s,transform .7s;transform:translate(-40px)}.reveal-left.revealed{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .7s,transform .7s;transform:translate(40px)}.reveal-right.revealed{opacity:1;transform:translate(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.reveal-delay-6{transition-delay:.6s}.section{padding:var(--space-3xl) 0;position:relative}.section-light{background:var(--gradient-light)}.section-cream{background:var(--soft-cream)}.section-dark{background:var(--gradient-hero);color:var(--ivory-white)}.section-header{text-align:center;margin-bottom:var(--space-2xl)}.section-label{font-family:var(--font-cinzel);letter-spacing:.3em;text-transform:uppercase;color:var(--royal-gold);margin-bottom:var(--space-sm);font-size:.75rem;font-weight:600;display:block}.section-title{color:var(--deep-brown);letter-spacing:-.01em;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.4rem,5vw,4rem);font-style:italic;font-weight:500;line-height:1.1}.section-title-light{color:var(--ivory-white)}.section-subtitle{color:var(--warm-brown);max-width:600px;margin:var(--space-sm) auto 0;font-size:1.125rem;line-height:1.7}.section-subtitle-light{color:#fffdf8bf}.btn{border-radius:var(--radius-full);font-family:var(--font-sans);letter-spacing:.05em;transition:var(--transition-base);cursor:pointer;text-align:center;white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--gradient-gold);color:var(--midnight);box-shadow:0 4px 20px #d4af3766}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d4af3799}.btn-outline{color:var(--ivory-white);background:0 0;border:1.5px solid #d4af3799}.btn-outline:hover{border-color:var(--royal-gold);background:#d4af371a;transform:translateY(-2px)}.btn-outline-dark{color:var(--deep-brown);background:0 0;border:1.5px solid #d4af3780}.btn-outline-dark:hover{border-color:var(--royal-gold);background:#d4af3714;transform:translateY(-2px)}.btn-pink{color:#fff;background:linear-gradient(135deg,#e8a0bf,#d4729d);box-shadow:0 4px 20px #e8a0bf66}.btn-pink:hover{transform:translateY(-2px);box-shadow:0 8px 30px #e8a0bf99}.btn-sm{padding:.625rem 1.25rem;font-size:.8rem}.card{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:var(--transition-base);background:#fff;border:1px solid #d4af371a;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg), var(--shadow-gold);border-color:#d4af374d;transform:translateY(-6px)}.card-glass{background:var(--glass-bg-light);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-xl)}.grid-2{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.badge{border-radius:var(--radius-full);letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:.25rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-gold{color:var(--royal-gold-dark);background:#d4af3726;border:1px solid #d4af374d}.badge-pink{color:var(--lotus-pink-dark);background:#e8a0bf26;border:1px solid #e8a0bf4d}.badge-upcoming{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e4d}.badge-past{color:var(--warm-brown);background:#6b4a341a;border:1px solid #6b4a3433}.lotus-divider{align-items:center;gap:var(--space-sm);margin:var(--space-xl) 0;display:flex}.lotus-divider:before,.lotus-divider:after{content:"";background:linear-gradient(90deg,#0000,#d4af3766,#0000);flex:1;height:1px}.divider-icon{color:var(--royal-gold);font-size:1.25rem}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--warm-brown);letter-spacing:.02em;font-size:.875rem;font-weight:500}.form-input,.form-textarea,.form-select{border-radius:var(--radius-md);width:100%;font-family:var(--font-sans);color:var(--deep-brown);transition:var(--transition-fast);background:#fffdf8cc;border:1.5px solid #d4af3733;outline:none;padding:.875rem 1.25rem;font-size:.95rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--royal-gold);background:var(--ivory-white);box-shadow:0 0 0 3px #d4af371a}.form-input::placeholder,.form-textarea::placeholder{color:#6b4a3466}.form-textarea{resize:vertical;min-height:130px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--soft-cream)}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom, var(--lotus-pink), var(--royal-gold));border-radius:var(--radius-full)}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-15px)rotate(5deg)}66%{transform:translateY(-8px)rotate(-3deg)}}@keyframes float-slow{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}@keyframes pulse-glow{0%,to{opacity:.6;box-shadow:0 0 20px #d4af374d}50%{opacity:1;box-shadow:0 0 40px #d4af3799}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes particle-float{0%{opacity:0;transform:translateY(100vh)scale(0)}10%{opacity:1}90%{opacity:.8}to{opacity:0;transform:translateY(-100px)scale(1)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slide-right{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes rotate-mandala{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.container,.container-narrow{padding:0 var(--space-md)}.section-title{font-size:clamp(1.6rem,3.5vw,2.5rem)}.section-subtitle{font-size:.95rem}}@media (max-width:768px){:root{font-size:15px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:var(--space-2xl) 0}.container{padding:0 var(--space-sm)}.container-narrow{padding:0 var(--space-sm);max-width:100%}.section-header{padding:0 .5rem}.section-title{font-size:clamp(1.4rem,5vw,2rem)}.section-subtitle{font-size:.9rem}.gold-line{margin:.875rem auto}.btn{padding:.75rem 1.5rem;font-size:.85rem}.btn-primary,.btn-outline,.btn-outline-dark{padding:.7rem 1.25rem;font-size:.82rem}}@media (max-width:480px){:root{font-size:14px}.container,.container-narrow{padding:0 1rem}.btn{padding:.7rem 1.25rem;font-size:.8rem}.section-title{font-size:1.4rem}}
.Navbar-module__cJzEcG__navbar{z-index:var(--z-navbar);background:linear-gradient(#1a0e0a99,#0000);padding:1.25rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(24px);background:#1a0e0ae0;border-bottom:1px solid #d4af3726;padding:.875rem 0;box-shadow:0 4px 30px #0000004d}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__hidden{transform:translateY(-100%)}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoIcon{flex-shrink:0;width:52px;height:52px}.Navbar-module__cJzEcG__logoImg{object-fit:contain;filter:drop-shadow(0 0 8px #d4af3780);border-radius:0;width:100%;height:100%}.Navbar-module__cJzEcG__logoText{flex-direction:column;gap:1px;display:flex}.Navbar-module__cJzEcG__logoTitle{font-family:var(--font-cinzel);color:var(--royal-gold);letter-spacing:.08em;font-size:1.1rem;font-weight:600;line-height:1}.Navbar-module__cJzEcG__logoTagline{font-family:var(--font-sans);color:#fffdf88c;letter-spacing:.15em;text-transform:uppercase;font-size:.65rem}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:.25rem;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-sans);color:#fffdf8cc;letter-spacing:.04em;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--royal-gold)}.Navbar-module__cJzEcG__navUnderline{background:var(--gradient-gold);transform-origin:50%;border-radius:9999px;height:1.5px;transition:transform .3s;position:absolute;bottom:0;left:1rem;right:1rem;transform:scaleX(0)}.Navbar-module__cJzEcG__navLink:hover .Navbar-module__cJzEcG__navUnderline,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__navUnderline{transform:scaleX(1)}.Navbar-module__cJzEcG__navActions{align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__adminBtn{font-family:var(--font-sans);letter-spacing:.05em;color:var(--midnight);background:var(--gradient-gold);border-radius:9999px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .25s;box-shadow:0 2px 12px #d4af3759}.Navbar-module__cJzEcG__adminBtn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #d4af3780}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.Navbar-module__cJzEcG__hamburger span{transform-origin:50%;background:#fffdf8d9;border-radius:9999px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__bar1{transform:rotate(0)translateY(0)}.Navbar-module__cJzEcG__bar2{opacity:1}.Navbar-module__cJzEcG__bar3{transform:rotate(0)translateY(0)}.Navbar-module__cJzEcG__bar1Open{transform:rotate(45deg)translateY(7px)}.Navbar-module__cJzEcG__bar2Open{opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__bar3Open{transform:rotate(-45deg)translateY(-7px)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#1a0e0af5;border-top:1px solid #0000;flex-direction:column;gap:.25rem;max-height:0;padding:0 2rem;transition:max-height .4s,padding .4s,border-color .4s;display:none;overflow:hidden}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__mobileMenuOpen{border-top:1px solid #d4af371a;max-height:400px;padding:1rem 2rem 1.5rem}.Navbar-module__cJzEcG__mobileLink{font-family:var(--font-sans);color:#fffdf8cc;border-bottom:1px solid #d4af3714;padding:.875rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__cJzEcG__mobileLink:hover,.Navbar-module__cJzEcG__mobileActive{color:var(--royal-gold)}.Navbar-module__cJzEcG__mobileAdminLink{text-align:center;background:var(--gradient-gold);color:var(--midnight);border-radius:9999px;margin-top:1rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none}@media (max-width:768px){.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__hamburger,.Navbar-module__cJzEcG__mobileMenu{display:flex}.Navbar-module__cJzEcG__inner{padding:0 1.25rem}}
.Footer-module__S6Hkya__footer{background:var(--midnight);position:relative}.Footer-module__S6Hkya__topDivider{background:0 0;padding-bottom:0;position:relative}.Footer-module__S6Hkya__wave{width:100%;height:60px;display:block}.Footer-module__S6Hkya__lotusTop{z-index:2;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__lotusTopSvg{filter:drop-shadow(0 0 12px #d4af3766);width:60px;height:60px}.Footer-module__S6Hkya__main{background:linear-gradient(#1a0e0a 0%,#120a06 100%);padding:5rem 0 3rem}.Footer-module__S6Hkya__inner{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:grid}@media (max-width:1024px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:768px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr;gap:2.5rem;padding:0 1.5rem}}.Footer-module__S6Hkya__brandLogo{object-fit:contain;max-width:100%;height:auto;max-height:80px;margin-bottom:.25rem}.Footer-module__S6Hkya__brandTagline{font-family:var(--font-serif);color:var(--lotus-pink-light);margin-bottom:1.25rem;font-size:1rem;font-style:italic}.Footer-module__S6Hkya__brandDesc{color:#fffdf880;max-width:320px;margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.Footer-module__S6Hkya__slogan{font-family:var(--font-cinzel);letter-spacing:.15em;color:#d4af378c;text-transform:uppercase;margin-bottom:1.5rem;font-size:.65rem}.Footer-module__S6Hkya__socials{gap:.625rem;display:flex}.Footer-module__S6Hkya__socialBtn{background:#ffffff0f;border:1px solid #d4af3726;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;text-decoration:none;transition:all .25s;display:flex}.Footer-module__S6Hkya__socialBtn:hover{background:#d4af371a;border-color:#d4af3766;transform:translateY(-2px)}.Footer-module__S6Hkya__colTitle{font-family:var(--font-cinzel);letter-spacing:.2em;text-transform:uppercase;color:var(--royal-gold);border-bottom:1px solid #d4af3726;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:.75rem;font-weight:600}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.625rem;display:flex}.Footer-module__S6Hkya__footerLink{color:#fffdf88c;align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.Footer-module__S6Hkya__footerLink:hover{color:var(--royal-gold)}.Footer-module__S6Hkya__expertiseItem{color:#fffdf88c;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Footer-module__S6Hkya__linkArrow{color:var(--royal-gold);opacity:.6;font-size:.75rem}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:.875rem;margin-bottom:1.5rem;display:flex}.Footer-module__S6Hkya__contactItem{color:#fffdf88c;align-items:flex-start;gap:.75rem;font-size:.875rem;display:flex}.Footer-module__S6Hkya__contactItem a{color:#fffdf88c;word-break:break-all;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__contactItem a:hover{color:var(--royal-gold);text-decoration:underline}.Footer-module__S6Hkya__footerQuote{font-family:var(--font-serif);color:#d4af3799;border-left:2px solid #d4af374d;padding-left:.875rem;font-size:.875rem;font-style:italic;line-height:1.6}.Footer-module__S6Hkya__bottomBar{background:#0006;border-top:1px solid #d4af3714;padding:1.25rem 0}.Footer-module__S6Hkya__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.Footer-module__S6Hkya__copyright{color:#fffdf859;font-size:.8rem}.Footer-module__S6Hkya__bottomRight{color:#d4af3780;font-size:.8rem}@media (max-width:1024px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column}}
