@import "https://fonts.googleapis.com/css2?family=Great+Vibes&family=Cinzel:wght@400;700&family=Poppins:wght@300;400;600&display=swap";
.BlogList-module__dEfZHW__blogListPage{background-color:#f8f9fa;min-height:100vh;padding-bottom:80px}.BlogList-module__dEfZHW__container{max-width:1200px;margin:0 auto;padding:0 20px}.BlogList-module__dEfZHW__heroSection{text-align:center;color:#fff;background-color:#0000;background-image:linear-gradient(#000000b3,#000000b3),url(/blog-hero-bg.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-bottom:50px;padding:80px 0}.BlogList-module__dEfZHW__pageTitle{letter-spacing:-1px;margin-bottom:15px;font-size:3rem;font-weight:800}.BlogList-module__dEfZHW__subTitle{opacity:.9;max-width:600px;margin:0 auto;font-size:1.2rem}.BlogList-module__dEfZHW__blogGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;display:grid}.BlogList-module__dEfZHW__blogCard{background:#fff;border:1px solid #eaeaea;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.BlogList-module__dEfZHW__blogCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.BlogList-module__dEfZHW__imageBox{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.BlogList-module__dEfZHW__img{object-fit:cover;transition:transform .5s}.BlogList-module__dEfZHW__blogCard:hover .BlogList-module__dEfZHW__img{transform:scale(1.1)}.BlogList-module__dEfZHW__cardContent{flex-direction:column;flex-grow:1;padding:25px;display:flex}.BlogList-module__dEfZHW__metaRow{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.BlogList-module__dEfZHW__category{color:#d32f2f;text-transform:uppercase;background:#fff0f0;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:700}.BlogList-module__dEfZHW__date{color:#777;font-size:.85rem}.BlogList-module__dEfZHW__blogTitle{color:#1a1a1a;cursor:pointer;margin-bottom:12px;font-size:1.4rem;font-weight:700;line-height:1.3;transition:color .2s}.BlogList-module__dEfZHW__blogTitle:hover{color:#d32f2f}.BlogList-module__dEfZHW__excerpt{color:#555;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogList-module__dEfZHW__readMore{color:#d32f2f;align-items:center;gap:8px;margin-top:auto;font-size:.95rem;font-weight:700;text-decoration:none;transition:gap .3s;display:flex}.BlogList-module__dEfZHW__readMore:hover{gap:12px}@media (max-width:1024px){.BlogList-module__dEfZHW__blogGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.BlogList-module__dEfZHW__pageTitle{font-size:2.2rem}.BlogList-module__dEfZHW__blogGrid{grid-template-columns:1fr}.BlogList-module__dEfZHW__heroSection{padding:60px 20px}}
.Footer-module__wurUaW__footer{background:var(--color-wine-dark);color:#ffffffdb;padding:52px 0 0}.Footer-module__wurUaW__container{max-width:var(--container-max,1200px);margin:0 auto;padding:0 20px}.Footer-module__wurUaW__topGrid{border-bottom:1px solid #ffffff24;grid-template-columns:1fr;gap:34px;padding-bottom:40px;display:grid}@media (min-width:700px){.Footer-module__wurUaW__topGrid{grid-template-columns:1.4fr 1fr 1fr 1fr}}@media (min-width:1024px){.Footer-module__wurUaW__topGrid{grid-template-columns:1.6fr 1fr 1fr 1fr 1fr}}.Footer-module__wurUaW__brandCol{flex-direction:column;gap:14px;display:flex}.Footer-module__wurUaW__logoLink{align-items:center;gap:10px;display:flex}.Footer-module__wurUaW__logoImg{object-fit:contain;width:32px;height:auto}.Footer-module__wurUaW__logoText{font-family:var(--font-display,"Playfair Display", serif);color:#fff;font-size:1.3rem;font-weight:700}.Footer-module__wurUaW__tagline{color:#ffffffad;max-width:320px;font-size:.86rem;line-height:1.65}.Footer-module__wurUaW__contactList{flex-direction:column;gap:10px;margin-top:6px;display:flex}.Footer-module__wurUaW__contactItem{color:#ffffffd1;align-items:center;gap:10px;font-size:.86rem;transition:color .2s;display:flex}a.Footer-module__wurUaW__contactItem:hover{color:#fff}.Footer-module__wurUaW__contactIcon{background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.Footer-module__wurUaW__linkCol ul{flex-direction:column;gap:10px;display:flex}.Footer-module__wurUaW__colHeading{text-transform:uppercase;letter-spacing:.5px;color:var(--color-gold-soft);margin-bottom:14px;font-size:.82rem;font-weight:700}.Footer-module__wurUaW__footerLink{color:#ffffffbf;font-size:.88rem;transition:color .2s,padding-left .2s}.Footer-module__wurUaW__footerLink:hover{color:#fff;padding-left:3px}.Footer-module__wurUaW__ctaCol{flex-direction:column;gap:6px;display:flex}.Footer-module__wurUaW__ctaText{color:#ffffffad;margin-bottom:8px;font-size:.86rem}.Footer-module__wurUaW__ctaBtn{color:var(--color-wine-dark);background:#fff;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:11px 20px;font-size:.86rem;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.Footer-module__wurUaW__ctaBtn:hover{background:var(--color-gold-soft);transform:translateY(-2px)}.Footer-module__wurUaW__socials{gap:10px;margin-top:18px;display:flex}.Footer-module__wurUaW__socials a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:inline-flex}.Footer-module__wurUaW__socials a:hover{background:var(--color-gold);transform:translateY(-2px)}.Footer-module__wurUaW__bottomBar{text-align:center;color:#fff9;flex-direction:column;align-items:center;gap:6px;padding:18px 0 22px;font-size:.8rem;display:flex}@media (min-width:640px){.Footer-module__wurUaW__bottomBar{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__wurUaW__bottomTagline{font-style:italic}
.Header-module__0C1W9G__headerWrapper{z-index:100;-webkit-backdrop-filter:blur(14px);background:#fbefefdb;border-bottom:1px solid #b8863e38;position:sticky;top:0}.Header-module__0C1W9G__navBar{max-width:var(--container-max,1200px);justify-content:space-between;align-items:center;gap:20px;margin:0 auto;padding:12px 24px;display:flex;position:relative}.Header-module__0C1W9G__logoContainer{flex-shrink:0;align-items:center;gap:10px;display:flex}.Header-module__0C1W9G__logoMark{justify-content:center;align-items:center;display:inline-flex}.Header-module__0C1W9G__logoImg{object-fit:contain;width:34px;height:auto}.Header-module__0C1W9G__logoTextWrap{flex-direction:column;line-height:1.1;display:flex}.Header-module__0C1W9G__logoText{font-family:var(--font-display,"Playfair Display", serif);color:var(--color-wine-dark);letter-spacing:.2px;font-size:1.35rem;font-weight:700}.Header-module__0C1W9G__logoTagline{color:var(--color-ink-soft);letter-spacing:.3px;white-space:nowrap;font-size:.68rem;font-weight:500}.Header-module__0C1W9G__desktopLinks{align-items:center;gap:4px;display:none}.Header-module__0C1W9G__dLink{color:var(--color-ink);white-space:nowrap;background:0 0;border:none;border-radius:999px;align-items:center;gap:4px;padding:10px 16px;font-size:.92rem;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.Header-module__0C1W9G__dLink:hover{background:var(--color-blush-soft);color:var(--color-wine-dark)}.Header-module__0C1W9G__dLinkActive{background:var(--color-wine);color:#fff}.Header-module__0C1W9G__dLinkActive:hover{background:var(--color-wine-dark);color:#fff}.Header-module__0C1W9G__dropBtn{cursor:pointer}.Header-module__0C1W9G__chevron{transition:transform .2s}.Header-module__0C1W9G__rotate{transform:rotate(180deg)}.Header-module__0C1W9G__dropdownWrapper{position:relative}.Header-module__0C1W9G__dropdownMenu{background:var(--color-surface);border-radius:var(--radius-lg);width:300px;box-shadow:var(--shadow-soft);border:1px solid #b8863e2e;flex-direction:column;gap:4px;padding:10px;animation:.18s Header-module__0C1W9G__dropIn;display:flex;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)}@keyframes Header-module__0C1W9G__dropIn{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Header-module__0C1W9G__dropCard{border-radius:var(--radius-sm);align-items:flex-start;gap:12px;padding:10px 12px;transition:background .15s;display:flex}.Header-module__0C1W9G__dropCard:hover{background:var(--color-bg-soft)}.Header-module__0C1W9G__dropIcon{background:var(--color-blush-soft);width:34px;height:34px;color:var(--color-wine);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Header-module__0C1W9G__dropLabel{color:var(--color-ink);font-size:.9rem;font-weight:600;display:block}.Header-module__0C1W9G__dropDesc{color:var(--color-ink-soft);margin-top:2px;font-size:.78rem;display:block}.Header-module__0C1W9G__rightSection{align-items:center;gap:10px;display:flex}.Header-module__0C1W9G__authLinksDesktop{align-items:center;gap:10px;display:none}.Header-module__0C1W9G__loginBtnDesktop{color:var(--color-ink);border-radius:999px;padding:10px 18px;font-size:.92rem;font-weight:600;transition:background .2s,color .2s}.Header-module__0C1W9G__loginBtnDesktop:hover{background:var(--color-blush-soft);color:var(--color-wine-dark)}.Header-module__0C1W9G__ctaBtn{padding:11px 22px;font-size:.9rem}.Header-module__0C1W9G__accountWrapper{display:none;position:relative}.Header-module__0C1W9G__accountBtn{background:var(--color-surface);box-shadow:var(--shadow-chip);border:1px solid #b8863e40;border-radius:999px;align-items:center;gap:8px;padding:6px 12px 6px 6px;display:flex}.Header-module__0C1W9G__avatarCircle{background:var(--color-wine);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.Header-module__0C1W9G__accountName{color:var(--color-ink);text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.88rem;font-weight:600;overflow:hidden}.Header-module__0C1W9G__accountMenu{background:var(--color-surface);border-radius:var(--radius-md);width:220px;box-shadow:var(--shadow-soft);border:1px solid #b8863e2e;padding:8px;animation:.18s Header-module__0C1W9G__dropIn;position:absolute;top:calc(100% + 10px);right:0}.Header-module__0C1W9G__accountMenuHead{border-bottom:1px solid var(--color-bg-soft);margin-bottom:6px;padding:8px 10px 10px}.Header-module__0C1W9G__accountMenuItem{border-radius:var(--radius-sm);width:100%;color:var(--color-ink);text-align:left;background:0 0;align-items:center;gap:10px;padding:9px 10px;font-size:.88rem;display:flex}.Header-module__0C1W9G__accountMenuItem:hover{background:var(--color-blush-soft);color:var(--color-wine-dark)}.Header-module__0C1W9G__hamburger{background:var(--color-surface);width:40px;height:40px;color:var(--color-wine-dark);box-shadow:var(--shadow-chip);border:1px solid #b8863e40;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.Header-module__0C1W9G__mobileMenu{background:var(--color-bg);z-index:200;width:min(86vw,360px);height:100dvh;transition:right .32s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-20px 0 60px -20px #4e152059}.Header-module__0C1W9G__menuVisible{right:0}.Header-module__0C1W9G__mobileMenuContent{flex-direction:column;gap:22px;min-height:100%;padding:90px 22px 32px;display:flex}.Header-module__0C1W9G__userInfoMobile{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-chip);align-items:center;gap:12px;padding:14px;display:flex}.Header-module__0C1W9G__userAvatar{background:var(--color-wine);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.Header-module__0C1W9G__userName{color:var(--color-ink);font-size:.95rem;font-weight:700}.Header-module__0C1W9G__userEmail{color:var(--color-ink-soft);margin-top:2px;font-size:.78rem}.Header-module__0C1W9G__mobileLinkGroup{flex-direction:column;gap:2px;display:flex}.Header-module__0C1W9G__mobileLabel{text-transform:uppercase;letter-spacing:.6px;color:var(--color-gold);margin-bottom:6px;padding-left:4px;font-size:.72rem;font-weight:700}.Header-module__0C1W9G__mLink{border-radius:var(--radius-sm);color:var(--color-ink);align-items:center;padding:12px 14px;font-size:.98rem;font-weight:500;display:flex}.Header-module__0C1W9G__mLink:hover{background:var(--color-blush-soft)}.Header-module__0C1W9G__mLinkActive{background:var(--color-wine);color:#fff}.Header-module__0C1W9G__mLinkActive:hover{background:var(--color-wine-dark);color:#fff}.Header-module__0C1W9G__mobileBottomAction{flex-direction:column;gap:10px;margin-top:auto;padding-top:10px;display:flex}.Header-module__0C1W9G__mobileCta{justify-content:center;width:100%}.Header-module__0C1W9G__mobileLoginBtn{text-align:center;border:1.5px solid var(--color-gold);color:var(--color-ink);border-radius:999px;padding:13px;font-weight:600;display:block}.Header-module__0C1W9G__mobileLogoutBtn{background:var(--color-wine);color:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-weight:600;display:flex}.Header-module__0C1W9G__backdrop{z-index:150;background:#2b232073;animation:.25s Header-module__0C1W9G__fadeIn;position:fixed;inset:0}@keyframes Header-module__0C1W9G__fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:900px){.Header-module__0C1W9G__desktopLinks{display:flex}.Header-module__0C1W9G__hamburger,.Header-module__0C1W9G__mobileMenu{display:none}.Header-module__0C1W9G__authLinksDesktop{display:flex}.Header-module__0C1W9G__accountWrapper{display:block}}@media (max-width:380px){.Header-module__0C1W9G__navBar{padding:10px 14px}.Header-module__0C1W9G__logoTagline{display:none}.Header-module__0C1W9G__logoText{font-size:1.15rem}}@media (prefers-reduced-motion:reduce){.Header-module__0C1W9G__mobileMenu,.Header-module__0C1W9G__dropdownMenu,.Header-module__0C1W9G__accountMenu,.Header-module__0C1W9G__backdrop{transition-duration:.001ms!important;animation-duration:.001ms!important}}
.Hero-module__yzQSva__hero{background:#e9d8bb;padding:26px 20px;position:relative;overflow:hidden}.Hero-module__yzQSva__heroBg{z-index:0;pointer-events:none;position:absolute;inset:0}.Hero-module__yzQSva__heroBg:before,.Hero-module__yzQSva__heroBg:after{content:"";filter:blur(70px);opacity:.55;border-radius:50%;position:absolute}.Hero-module__yzQSva__heroBg:before{background:#fee4c1;width:380px;height:380px;top:-160px;right:-120px}.Hero-module__yzQSva__heroBg:after{opacity:.35;background:#ffdfc4;width:380px;height:380px;bottom:-140px;left:-180px}.Hero-module__yzQSva__container{z-index:1;max-width:var(--container-max);grid-template-columns:1.05fr .95fr;align-items:center;gap:4px;margin-inline:auto;display:grid;position:relative}.Hero-module__yzQSva__content{min-width:0}.Hero-module__yzQSva__title{font-family:var(--font-display);color:var(--color-ink);letter-spacing:-.01em;margin-top:24px;font-size:clamp(2.3rem,4.4vw,3.6rem);font-weight:600;line-height:1}.Hero-module__yzQSva__title em{font-family:var(--font-script,"Mrs Saint Delafield", cursive);color:var(--color-wine);padding-inline:.05em;font-size:1.3em;font-style:normal;font-weight:400}.Hero-module__yzQSva__subtitle{max-width:520px;color:var(--color-ink-soft);margin-top:22px;font-size:1.05rem;line-height:1.7}.Hero-module__yzQSva__ctaRow{flex-wrap:wrap;gap:16px;margin-top:36px;display:flex}.Hero-module__yzQSva__features{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px 32px;margin:14px 10px;display:flex}.Hero-module__yzQSva__features li{color:var(--color-ink-soft);align-items:center;gap:10px;font-size:.9rem;font-weight:500;display:flex}.Hero-module__yzQSva__featureIcon{background:var(--color-blush-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Hero-module__yzQSva__featureIcon svg{width:18px;height:18px;stroke:var(--color-wine)}.Hero-module__yzQSva__trust{max-width:440px;color:var(--color-ink-soft);border-top:1px solid #2b23201a;margin-top:36px;padding-top:20px;font-size:.85rem}.Hero-module__yzQSva__visual{justify-content:center;padding:40px;display:flex;position:relative}.Hero-module__yzQSva__flipcard{perspective:2000px;aspect-ratio:3/4;width:100%;max-width:380px}.Hero-module__yzQSva__flipcardInner{width:100%;height:100%;transform-style:preserve-3d;animation:9s cubic-bezier(.65,0,.35,1) infinite Hero-module__yzQSva__cardFlip;position:relative}.Hero-module__yzQSva__flipcardFace{backface-visibility:hidden;position:absolute;inset:0;overflow:hidden}.Hero-module__yzQSva__flipcardBack{transform:rotateY(180deg)}.Hero-module__yzQSva__flipcardImg{box-shadow:var(--shadow-soft);object-fit:cover}@keyframes Hero-module__yzQSva__cardFlip{0%,38%{transform:rotateY(0)}50%,88%{transform:rotateY(180deg)}to{transform:rotateY(360deg)}}@keyframes Hero-module__yzQSva__bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes Hero-module__yzQSva__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Hero-module__yzQSva__eyebrow,.Hero-module__yzQSva__title,.Hero-module__yzQSva__subtitle,.Hero-module__yzQSva__ctaRow,.Hero-module__yzQSva__features,.Hero-module__yzQSva__trust,.Hero-module__yzQSva__visual{animation:.6s both Hero-module__yzQSva__fadeUp}.Hero-module__yzQSva__title{animation-delay:.1s}.Hero-module__yzQSva__subtitle{animation-delay:.2s}.Hero-module__yzQSva__ctaRow{animation-delay:.3s}.Hero-module__yzQSva__features{animation-delay:.4s}.Hero-module__yzQSva__trust{animation-delay:.5s}.Hero-module__yzQSva__visual{animation-delay:.25s}@media (prefers-reduced-motion:reduce){.Hero-module__yzQSva__flipcardInner,.Hero-module__yzQSva__chipTop,.Hero-module__yzQSva__chipBottom,.Hero-module__yzQSva__eyebrow,.Hero-module__yzQSva__title,.Hero-module__yzQSva__subtitle,.Hero-module__yzQSva__ctaRow,.Hero-module__yzQSva__features,.Hero-module__yzQSva__trust,.Hero-module__yzQSva__visual{animation:none!important}}@media (max-width:1023px){.Hero-module__yzQSva__container{grid-template-columns:1fr;gap:6px}.Hero-module__yzQSva__subtitle,.Hero-module__yzQSva__trust{max-width:100%}.Hero-module__yzQSva__visual{padding:20px}.Hero-module__yzQSva__flipcard{max-width:340px}}@media (max-width:640px){.Hero-module__yzQSva__hero{padding:26px 20px}.Hero-module__yzQSva__title{font-size:2rem}.Hero-module__yzQSva__ctaRow{flex-direction:column;align-items:stretch}.Hero-module__yzQSva__ctaRow a{justify-content:center}.Hero-module__yzQSva__features{gap:16px 24px}.Hero-module__yzQSva__flipcard{max-width:280px}}@media (max-width:380px){.Hero-module__yzQSva__title{font-size:1.7rem}.Hero-module__yzQSva__visual{flex-direction:column;align-items:center;gap:12px}}
.Templategrid-module__weuhvG__section{background:var(--color-bg-soft);border-top:1px solid #b8863e2e;border-bottom:1px solid #b8863e2e;padding:56px 0 64px}.Templategrid-module__weuhvG__container{max-width:var(--container-max,1200px);margin:0 auto;padding:0 20px}.Templategrid-module__weuhvG__heading{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:640px;margin:0 auto 34px;display:flex}.Templategrid-module__weuhvG__eyebrow{background:var(--color-blush-soft);color:var(--color-wine-dark);letter-spacing:.4px;text-transform:uppercase;border-radius:999px;align-items:center;padding:7px 16px;font-size:.78rem;font-weight:700;display:inline-flex}.Templategrid-module__weuhvG__title{font-family:var(--font-display,"Playfair Display", serif);color:var(--color-ink);font-size:clamp(1.6rem,3.4vw,2.4rem);font-weight:700;line-height:1.25}.Templategrid-module__weuhvG__description{color:var(--color-ink-soft);font-size:.98rem;line-height:1.7}.Templategrid-module__weuhvG__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (min-width:640px){.Templategrid-module__weuhvG__grid{grid-template-columns:repeat(3,1fr);gap:22px}}@media (min-width:1024px){.Templategrid-module__weuhvG__grid{grid-template-columns:repeat(4,1fr);gap:26px}}@media (max-width:420px){.Templategrid-module__weuhvG__grid{grid-template-columns:repeat(1,1fr)}}.Templategrid-module__weuhvG__actionRow{justify-content:center;margin-top:32px;display:flex}.Templategrid-module__weuhvG__loadMoreBtn{border:1.5px solid var(--color-gold);background:var(--color-surface);color:var(--color-ink);box-shadow:var(--shadow-chip);border-radius:999px;align-items:center;gap:8px;padding:13px 30px;font-size:.94rem;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.Templategrid-module__weuhvG__loadMoreBtn:hover{background:var(--color-wine);border-color:var(--color-wine);color:#fff;transform:translateY(-2px)}.Templategrid-module__weuhvG__viewAllLink{background:var(--color-wine);color:#fff;box-shadow:var(--shadow-chip);border-radius:999px;align-items:center;gap:8px;padding:13px 30px;font-size:.94rem;font-weight:700;transition:filter .2s,transform .2s;display:inline-flex}.Templategrid-module__weuhvG__viewAllLink:hover{filter:brightness(1.08);transform:translateY(-2px)}@media (max-width:640px){.Templategrid-module__weuhvG__section{padding:40px 0 48px}.Templategrid-module__weuhvG__heading{margin-bottom:24px}}
.TemplateCard-module__sPFcrG__card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-chip);flex-direction:column;height:100%;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.TemplateCard-module__sPFcrG__card:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}.TemplateCard-module__sPFcrG__imageWrap{aspect-ratio:3/3;background:var(--color-bg-soft);width:100%;position:relative;overflow:hidden}.TemplateCard-module__sPFcrG__image{object-fit:cover;transition:transform .4s}.TemplateCard-module__sPFcrG__card:hover .TemplateCard-module__sPFcrG__image{transform:scale(1.06)}.TemplateCard-module__sPFcrG__discountBadge{background:var(--color-wine);color:#fff;z-index:2;box-shadow:var(--shadow-chip);border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:700;position:absolute;top:12px;left:12px}.TemplateCard-module__sPFcrG__overlay{opacity:.96;background:linear-gradient(#0000 0%,#2b232059 45%,#2b2320d1 100%);flex-direction:column;gap:8px;padding:34px 12px 12px;transition:transform .25s,opacity .25s;display:flex;position:absolute;inset:auto 0 0;transform:translateY(6px)}.TemplateCard-module__sPFcrG__card:hover .TemplateCard-module__sPFcrG__overlay{opacity:1;transform:translateY(0)}.TemplateCard-module__sPFcrG__overlayBtn{color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:.86rem;font-weight:600;transition:filter .2s,transform .2s;display:flex;box-shadow:0 8px 18px -8px #00000080}.TemplateCard-module__sPFcrG__overlayBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.TemplateCard-module__sPFcrG__demoLink{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1.5px solid #ffffffbf;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:.86rem;font-weight:600;transition:background .2s;display:flex}.TemplateCard-module__sPFcrG__demoLink:hover{background:#ffffff24}.TemplateCard-module__sPFcrG__body{flex-direction:column;flex:1;gap:6px;padding:14px 16px 18px;display:flex}.TemplateCard-module__sPFcrG__ratingRow{color:var(--color-ink-soft);align-items:center;gap:5px;font-size:.78rem;font-weight:600;display:flex}.TemplateCard-module__sPFcrG__starIcon{color:var(--color-gold);fill:var(--color-gold)}.TemplateCard-module__sPFcrG__priceTag{color:var(--color-wine-dark);align-items:center;gap:6px;margin-left:auto;font-size:.9rem;font-weight:700;display:flex}.TemplateCard-module__sPFcrG__strikePrice{color:var(--color-ink-soft);font-size:.74rem;font-weight:500;text-decoration:line-through}.TemplateCard-module__sPFcrG__title{font-family:var(--font-display,"Playfair Display", serif);color:var(--color-ink);font-size:1.05rem;font-weight:700;line-height:1.3}.TemplateCard-module__sPFcrG__description{color:var(--color-ink-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.TemplateCard-module__sPFcrG__detailsBtn{border:1.5px solid var(--color-gold);width:100%;color:var(--color-ink);border-radius:999px;justify-content:center;align-items:center;gap:6px;margin-top:8px;padding:11px 14px;font-size:.88rem;font-weight:600;transition:background .2s,border-color .2s,color .2s,gap .2s;display:inline-flex}.TemplateCard-module__sPFcrG__detailsBtn:hover{background:var(--color-wine);border-color:var(--color-wine);color:#fff;gap:10px}@media (max-width:480px){.TemplateCard-module__sPFcrG__imageWrap{aspect-ratio:4/4}.TemplateCard-module__sPFcrG__overlay{gap:6px;padding:24px 8px 8px}.TemplateCard-module__sPFcrG__overlayBtn{gap:5px;padding:7px 10px;font-size:.74rem}.TemplateCard-module__sPFcrG__demoLink{gap:5px;padding:6px 10px;font-size:.74rem}.TemplateCard-module__sPFcrG__body{gap:4px;padding:10px 12px 14px}.TemplateCard-module__sPFcrG__title{font-size:.92rem}.TemplateCard-module__sPFcrG__description{min-height:2.3em;font-size:.78rem}.TemplateCard-module__sPFcrG__detailsBtn{margin-top:6px;padding:8px 10px;font-size:.78rem}.TemplateCard-module__sPFcrG__ratingRow{font-size:.72rem}}@media (max-width:360px){.TemplateCard-module__sPFcrG__overlayBtn,.TemplateCard-module__sPFcrG__demoLink,.TemplateCard-module__sPFcrG__detailsBtn{padding:6px 8px;font-size:.68rem}.TemplateCard-module__sPFcrG__overlayBtn svg,.TemplateCard-module__sPFcrG__demoLink svg,.TemplateCard-module__sPFcrG__detailsBtn svg{width:14px;height:14px}.TemplateCard-module__sPFcrG__title{font-size:.85rem}}
.AboutSEO-module__A7xB-q__seoSection{background:var(--color-bg);padding:40px 20px;font-family:Inter,sans-serif;line-height:1.7}.AboutSEO-module__A7xB-q__container{max-width:1100px;margin:0 auto}.AboutSEO-module__A7xB-q__storyHeader{text-align:center;margin-bottom:60px}.AboutSEO-module__A7xB-q__mainTitle{color:#632b0a;letter-spacing:-1px;margin-bottom:20px;font-size:2.8rem;font-weight:800}.AboutSEO-module__A7xB-q__introText{color:#5d4a3b;max-width:850px;margin:0 auto;font-size:1.2rem;font-style:italic}.AboutSEO-module__A7xB-q__contentGrid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:80px;display:grid}.AboutSEO-module__A7xB-q__subTitle{color:#1a1a1a;margin-bottom:20px;font-size:1.8rem}.AboutSEO-module__A7xB-q__textContent p{color:#444;margin-bottom:15px;font-size:1.05rem}.AboutSEO-module__A7xB-q__featuresSide{flex-direction:column;gap:30px;display:flex}.AboutSEO-module__A7xB-q__featureItem{background:#fff;border:1px solid #632b0a1a;border-radius:15px;gap:20px;padding:25px;display:flex;box-shadow:0 5px 15px #632b0a0d}.AboutSEO-module__A7xB-q__icon{color:#632b0a;flex-shrink:0}.AboutSEO-module__A7xB-q__featureItem h4{color:#632b0a;margin-bottom:5px;font-size:1.1rem}.AboutSEO-module__A7xB-q__featureItem p{color:#666;margin:0;font-size:.95rem}.AboutSEO-module__A7xB-q__detailsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-bottom:60px;display:grid}.AboutSEO-module__A7xB-q__detailBox{text-align:center;background:#ffffff80;border:1px solid #a68b6d33;border-radius:12px;padding:30px;transition:all .3s}.AboutSEO-module__A7xB-q__detailBox:hover{background:#fff;transform:translateY(-5px)}.AboutSEO-module__A7xB-q__detailIcon{color:#a68b6d;margin-bottom:15px}.AboutSEO-module__A7xB-q__detailBox h4{color:#1a1a1a;margin-bottom:10px}.AboutSEO-module__A7xB-q__detailBox p{color:#777;font-size:.9rem}.AboutSEO-module__A7xB-q__conclusion{color:#fff;text-align:center;background:#632b0a;border-radius:20px;padding:40px;font-size:1.1rem}@media (max-width:900px){.AboutSEO-module__A7xB-q__mainTitle{font-size:2rem}.AboutSEO-module__A7xB-q__contentGrid{grid-template-columns:1fr;gap:40px}.AboutSEO-module__A7xB-q__detailsGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.AboutSEO-module__A7xB-q__seoSection{padding:40px 15px}.AboutSEO-module__A7xB-q__detailsGrid{grid-template-columns:1fr}.AboutSEO-module__A7xB-q__mainTitle{font-size:1.8rem}.AboutSEO-module__A7xB-q__introText{font-size:1rem}}
.GoogleReviews-module__c8HJSW__section{background:#fbf6f2;padding:80px 20px}.GoogleReviews-module__c8HJSW__inner{max-width:1100px;margin:0 auto}.GoogleReviews-module__c8HJSW__header{text-align:center;margin-bottom:50px}.GoogleReviews-module__c8HJSW__googleBadge{background:#fff;border-radius:999px;align-items:center;gap:10px;margin-bottom:22px;padding:8px 18px;font-family:Helvetica Neue,Arial,sans-serif;display:inline-flex;box-shadow:0 8px 20px #0000000f}.GoogleReviews-module__c8HJSW__googleLogo{color:#fff;background:linear-gradient(135deg,#4285f4,#34a853 40%,#fbbc05 70%,#ea4335);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;font-weight:700;display:inline-flex}.GoogleReviews-module__c8HJSW__googleRating{color:#3a332f;font-size:.88rem;font-weight:600}.GoogleReviews-module__c8HJSW__stars{color:#d9a441;letter-spacing:1px;margin-right:4px}.GoogleReviews-module__c8HJSW__title{color:#2c2a28;margin-bottom:14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:600}.GoogleReviews-module__c8HJSW__title em{color:#6b1f2a;font-style:italic}.GoogleReviews-module__c8HJSW__subtitle{color:#6b6058;max-width:620px;margin:0 auto;font-family:Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.7}.GoogleReviews-module__c8HJSW__statsRow{grid-template-columns:repeat(4,1fr);gap:20px;max-width:820px;margin:0 auto 55px;display:grid}.GoogleReviews-module__c8HJSW__stat{text-align:center;background:#fff;border-radius:16px;padding:20px 10px;box-shadow:0 8px 24px #0000000d}.GoogleReviews-module__c8HJSW__statNum{color:#6b1f2a;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:700}.GoogleReviews-module__c8HJSW__statLabel{color:#8f847a;margin-top:4px;font-family:Helvetica Neue,Arial,sans-serif;font-size:.82rem}.GoogleReviews-module__c8HJSW__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px;display:grid}.GoogleReviews-module__c8HJSW__reviewCard{background:#fff;border-radius:18px;flex-direction:column;padding:26px 24px;display:flex;position:relative;box-shadow:0 10px 30px #0000000f}.GoogleReviews-module__c8HJSW__reviewHeader{align-items:center;gap:12px;margin-bottom:14px;display:flex}.GoogleReviews-module__c8HJSW__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:700;display:flex}.GoogleReviews-module__c8HJSW__reviewerInfo{flex:1;min-width:0}.GoogleReviews-module__c8HJSW__reviewerName{color:#2c2a28;font-size:.95rem;font-weight:700}.GoogleReviews-module__c8HJSW__reviewerLocation{color:#8f847a;font-family:Helvetica Neue,Arial,sans-serif;font-size:.78rem}.GoogleReviews-module__c8HJSW__googleG{color:#fff;background:linear-gradient(135deg,#4285f4,#34a853 40%,#fbbc05 70%,#ea4335);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.72rem;font-weight:700;display:inline-flex}.GoogleReviews-module__c8HJSW__reviewStars{color:#d9a441;letter-spacing:1px;margin-bottom:10px;font-size:.95rem}.GoogleReviews-module__c8HJSW__reviewText{color:#4a423c;flex:1;margin:0 0 16px;font-family:Helvetica Neue,Arial,sans-serif;font-size:.92rem;line-height:1.7}.GoogleReviews-module__c8HJSW__reviewDate{color:#a89e94;font-family:Helvetica Neue,Arial,sans-serif;font-size:.75rem}.GoogleReviews-module__c8HJSW__reviewTag{color:#8f584c;background:#f3ece5;border-radius:999px;align-self:flex-start;margin-top:10px;padding:4px 12px;font-family:Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:600;display:inline-block}.GoogleReviews-module__c8HJSW__reviewCta{text-align:center;margin-top:50px}.GoogleReviews-module__c8HJSW__writeReviewBtn{color:#fff;background:#6b1f2a;border-radius:999px;align-items:center;gap:8px;padding:14px 32px;font-family:Helvetica Neue,Arial,sans-serif;font-size:.92rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.GoogleReviews-module__c8HJSW__writeReviewBtn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #6b1f2a40}@media (max-width:900px){.GoogleReviews-module__c8HJSW__statsRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.GoogleReviews-module__c8HJSW__section{padding:55px 16px}.GoogleReviews-module__c8HJSW__grid{grid-template-columns:1fr}.GoogleReviews-module__c8HJSW__statsRow{gap:14px}.GoogleReviews-module__c8HJSW__writeReviewBtn{justify-content:center;width:100%}}
.SiteFaq-module__5VtXUa__section{background:var(--color-bg);padding:56px 0 64px}.SiteFaq-module__5VtXUa__container{max-width:860px;margin:0 auto;padding:0 20px}.SiteFaq-module__5VtXUa__heading{text-align:center;flex-direction:column;align-items:center;gap:10px;margin-bottom:28px;display:flex}.SiteFaq-module__5VtXUa__eyebrow{background:var(--color-blush-soft);color:var(--color-wine-dark);letter-spacing:.4px;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:7px 16px;font-size:.78rem;font-weight:700;display:inline-flex}.SiteFaq-module__5VtXUa__title{font-family:var(--font-display,"Playfair Display", serif);color:var(--color-ink);font-size:clamp(1.5rem,3.2vw,2.2rem);font-weight:700}.SiteFaq-module__5VtXUa__description{color:var(--color-ink-soft);max-width:560px;font-size:.95rem;line-height:1.7}.SiteFaq-module__5VtXUa__tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:26px;display:flex}.SiteFaq-module__5VtXUa__tab{border:1.5px solid var(--color-gold-soft);background:var(--color-surface);color:var(--color-ink-soft);border-radius:999px;align-items:center;gap:6px;padding:9px 16px;font-size:.84rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.SiteFaq-module__5VtXUa__tab:hover{border-color:var(--color-gold);color:var(--color-ink)}.SiteFaq-module__5VtXUa__tabActive{background:var(--color-wine);border-color:var(--color-wine);color:#fff}.SiteFaq-module__5VtXUa__tabActive:hover{color:#fff}.SiteFaq-module__5VtXUa__list{flex-direction:column;gap:10px;display:flex}.SiteFaq-module__5VtXUa__item{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-chip);overflow:hidden}.SiteFaq-module__5VtXUa__question{text-align:left;width:100%;color:var(--color-ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;font-size:.94rem;font-weight:600;display:flex}.SiteFaq-module__5VtXUa__question:hover{color:var(--color-wine-dark)}.SiteFaq-module__5VtXUa__answerWrap{transition:max-height .3s;overflow:hidden}.SiteFaq-module__5VtXUa__answer{color:var(--color-ink-soft);padding:0 18px 16px;font-size:.88rem;line-height:1.65}@media (max-width:640px){.SiteFaq-module__5VtXUa__tabs{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.SiteFaq-module__5VtXUa__tab{flex-shrink:0}.SiteFaq-module__5VtXUa__question{padding:14px 16px;font-size:.9rem}}
.WhatsAppButton-module__lSEeyW__button{z-index:500;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 28px -10px #25d36699}.WhatsAppButton-module__lSEeyW__button:hover{transform:translateY(-3px)scale(1.04);box-shadow:0 16px 34px -8px #25d366b3}.WhatsAppButton-module__lSEeyW__pulseRing{opacity:.55;z-index:-1;background:#25d366;border-radius:50%;animation:2.2s ease-out infinite WhatsAppButton-module__lSEeyW__pulse;position:absolute;inset:0}@keyframes WhatsAppButton-module__lSEeyW__pulse{0%{opacity:.55;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}.WhatsAppButton-module__lSEeyW__tooltip{background:var(--color-ink);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;border-radius:8px;padding:7px 12px;font-size:.8rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%)}.WhatsAppButton-module__lSEeyW__tooltip:after{content:"";border:5px solid #0000;border-left-color:var(--color-ink);position:absolute;top:50%;left:100%;transform:translateY(-50%)}.WhatsAppButton-module__lSEeyW__button:hover .WhatsAppButton-module__lSEeyW__tooltip{opacity:1}@media (max-width:640px){.WhatsAppButton-module__lSEeyW__button{width:52px;height:52px;bottom:16px;right:16px}.WhatsAppButton-module__lSEeyW__tooltip{display:none}}@media (prefers-reduced-motion:reduce){.WhatsAppButton-module__lSEeyW__pulseRing{animation:none;display:none}}
.LivePreview-module__BabUeq__previewContainer{flex-direction:column;width:100%;padding:0;display:flex}.LivePreview-module__BabUeq__screen{scrollbar-width:none;background:#fff;flex:1;width:100%;height:100%;position:relative;overflow-y:auto}.LivePreview-module__BabUeq__screen::-webkit-scrollbar{display:none}.LivePreview-module__BabUeq__homeBar{z-index:20;background:#ffffff4d;border-radius:10px;width:100px;height:4px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.LivePreview-module__BabUeq__hint{color:#666;margin-top:20px;font-size:.9rem}.LivePreview-module__BabUeq__langSelectorWrapper{z-index:1000;justify-content:center;margin-bottom:-40px;display:flex;position:fixed;top:10px;left:10px}.LivePreview-module__BabUeq__langSelect{cursor:pointer;background:#ffffffe6;border:1px solid #ccc;border-radius:20px;outline:none;padding:6px 12px;font-size:14px}
.ThemeRoyal-module__t4rDqq__container{--royal-red:#8b0000;--gold:#d4af37;--dark-gold:#aa841e;--cream:#fffdf5;background-color:var(--royal-red);min-height:100vh;color:var(--cream);font-family:Poppins,sans-serif;overflow-x:hidden}.ThemeRoyal-module__t4rDqq__langBar{z-index:2000;gap:5px;display:flex;position:fixed;top:15px;right:15px}.ThemeRoyal-module__t4rDqq__langBtn{border:1px solid var(--gold);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:4px;padding:4px 8px;font-size:10px}.ThemeRoyal-module__t4rDqq__langActive{background:var(--gold);color:var(--royal-red);font-weight:700}.ThemeRoyal-module__t4rDqq__envelopeOverlay{z-index:1500;background:radial-gradient(circle,#b11b1b 0%,#4a0000 100%);flex-direction:column;justify-content:center;align-items:center;transition:all 1.2s cubic-bezier(.7,0,.3,1);display:flex;position:fixed;inset:0}.ThemeRoyal-module__t4rDqq__openedEnvelope{opacity:0;pointer-events:none;transform:translateY(-100%)}.ThemeRoyal-module__t4rDqq__mandalaMain{opacity:.4;width:300px;animation:20s linear infinite ThemeRoyal-module__t4rDqq__rotate;position:absolute}@keyframes ThemeRoyal-module__t4rDqq__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ThemeRoyal-module__t4rDqq__openButton{background:var(--gold);color:var(--royal-red);cursor:pointer;z-index:10;border:none;border-radius:50px;padding:15px 40px;font-family:Cinzel,serif;font-size:1.2rem;font-weight:700;animation:2s infinite ThemeRoyal-module__t4rDqq__pulse;box-shadow:0 0 30px #d4af3799}@keyframes ThemeRoyal-module__t4rDqq__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.ThemeRoyal-module__t4rDqq__mainCard{background:var(--cream);color:#333;border-left:8px solid var(--gold);border-right:8px solid var(--gold);max-width:600px;min-height:100vh;margin:0 auto;padding:20px;position:relative;box-shadow:0 0 50px #00000080}.ThemeRoyal-module__t4rDqq__mandalaCorner{opacity:.1;width:150px;position:absolute;top:-50px;right:-50px}.ThemeRoyal-module__t4rDqq__header{text-align:center;margin-top:40px}.ThemeRoyal-module__t4rDqq__shloka{color:var(--royal-red);margin:20px 0;font-family:Cinzel,serif;font-size:1.1rem;font-weight:700}.ThemeRoyal-module__t4rDqq__coupleNames{color:var(--royal-red);margin:20px 0;font-family:Great Vibes,cursive;font-size:3.5rem}.ThemeRoyal-module__t4rDqq__photoSection{justify-content:center;gap:15px;margin:30px 0;display:flex}.ThemeRoyal-module__t4rDqq__roundImg{border:4px solid var(--gold);object-fit:cover;border-radius:50%;width:140px;height:140px;box-shadow:0 5px 15px #0003}.ThemeRoyal-module__t4rDqq__addressGrid{grid-template-columns:1fr;gap:20px;margin:40px 0;display:grid}.ThemeRoyal-module__t4rDqq__infoCard{text-align:center;background:#fdf2f2;border:1px solid #fcc;border-radius:15px;padding:20px;position:relative}.ThemeRoyal-module__t4rDqq__infoCard:before{content:"";background:var(--gold);width:50px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ThemeRoyal-module__t4rDqq__eventList{margin-top:50px}.ThemeRoyal-module__t4rDqq__eventItem{background:var(--royal-red);color:#fff;border-left:5px solid var(--gold);border-radius:20px 0;margin-bottom:20px;padding:20px}.ThemeRoyal-module__t4rDqq__familySection{background:#fff;border-radius:15px;margin-top:40px;padding:20px}.ThemeRoyal-module__t4rDqq__albumGrid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px;display:grid}.ThemeRoyal-module__t4rDqq__albumImg{object-fit:cover;border-radius:10px;width:100%;height:150px}.ThemeRoyal-module__t4rDqq__footer{text-align:center;background:var(--royal-red);color:var(--gold);margin:0 -20px -20px;padding:50px 0}.ThemeRoyal-module__t4rDqq__backgroundoverlay{opacity:.05;z-index:1;background-position:50%;background-repeat:repeat;background-size:130px 130px;width:100%;height:100%;position:absolute;top:0;left:0}
.WeddingEvents-module__Z5MsTq__sectionContainer{isolation:isolate;border-top:4px solid #c4a163;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.WeddingEvents-module__Z5MsTq__sectionContainer:before{content:"";background-image:var(--bg-image);filter:blur(8px)brightness()saturate(1.2);z-index:-1;background-position:50%;background-size:cover;position:absolute;inset:-10px}.WeddingEvents-module__Z5MsTq__corner{opacity:1;z-index:1;width:25vw;max-width:400px;position:absolute}.WeddingEvents-module__Z5MsTq__topL{top:-40px;left:-50px}.WeddingEvents-module__Z5MsTq__topR{top:-40px;right:-50px;transform:scaleX(-1)}.WeddingEvents-module__Z5MsTq__wrapper{z-index:10;background:#fff9eec5;border:2px solid #fff;max-width:1300px;margin:0 auto;padding:10px 20px;position:relative}.WeddingEvents-module__Z5MsTq__header{text-align:center;margin-bottom:20px}.WeddingEvents-module__Z5MsTq__mainTitle{color:#2c241c;margin-bottom:10px;font-family:Playfair Display,serif;font-size:clamp(36px,5vw,55px)}.WeddingEvents-module__Z5MsTq__subTitle{color:#8b7d6b;letter-spacing:3px;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:15px}.WeddingEvents-module__Z5MsTq__headerDivider{justify-content:center;align-items:center;margin:10px 0;display:flex}.WeddingEvents-module__Z5MsTq__headerDivider img{width:180px;margin-top:20px}.WeddingEvents-module__Z5MsTq__eventsGrid{grid-template-columns:repeat(3,1fr);gap:20px 30px;padding-bottom:60px;display:grid}.WeddingEvents-module__Z5MsTq__eventCard{aspect-ratio:1/1.4;justify-content:center;align-items:center;transition:transform .4s;display:flex;position:relative}.WeddingEvents-module__Z5MsTq__eventCard:hover{transform:translateY(-12px)}.WeddingEvents-module__Z5MsTq__frameBg{object-fit:contain;z-index:1;filter:saturate(1.5);width:100%;height:100%;position:absolute;inset:0}.WeddingEvents-module__Z5MsTq__cardContent{z-index:5;text-align:center;flex-direction:column;justify-content:center;width:75%;padding:20px;display:flex;position:relative}.WeddingEvents-module__Z5MsTq__eventTitle{color:#2c241c;margin-bottom:25px;font-family:Playfair Display,serif;font-size:clamp(24px,2.5vw,32px);font-weight:600}.WeddingEvents-module__Z5MsTq__detailsGroup p{color:#4a3e31;margin:6px 0;font-family:Montserrat,sans-serif}.WeddingEvents-module__Z5MsTq__dayText{letter-spacing:2px;text-transform:uppercase;font-size:14px;font-weight:700;color:#c4a163!important}.WeddingEvents-module__Z5MsTq__dateText{font-size:18px;font-weight:500}.WeddingEvents-module__Z5MsTq__timeText{font-size:16px;margin-bottom:20px!important}.WeddingEvents-module__Z5MsTq__addressBox{border-top:1px solid #c4a16333;margin-top:20px;padding-top:15px}.WeddingEvents-module__Z5MsTq__addressText{font-size:14px;font-weight:600}.WeddingEvents-module__Z5MsTq__cityState{font-size:13px;font-style:italic;color:#8b7d6b!important}.WeddingEvents-module__Z5MsTq__bottomDecor{z-index:10;align-items:center;display:flex;position:absolute;bottom:-10px;left:0;right:0}.WeddingEvents-module__Z5MsTq__markerLine{background:linear-gradient(90deg,#0000,#c4a16380,#0000);flex:1;height:1px}.WeddingEvents-module__Z5MsTq__heartCircle{color:#c4a163;background:#fff;border:1px solid #c4a163;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex;box-shadow:0 4px 10px #0000000d}@media (max-width:1024px){.WeddingEvents-module__Z5MsTq__eventsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.WeddingEvents-module__Z5MsTq__eventsGrid{grid-template-columns:1fr;gap:20px}.WeddingEvents-module__Z5MsTq__eventCard{aspect-ratio:1/1.3;max-width:450px}.WeddingEvents-module__Z5MsTq__cardContent{width:85%}}@media (max-width:480px){.WeddingEvents-module__Z5MsTq__mainTitle{font-size:32px}.WeddingEvents-module__Z5MsTq__eventTitle{font-size:22px}.WeddingEvents-module__Z5MsTq__dateText{font-size:16px}.WeddingEvents-module__Z5MsTq__corner{width:150px}}
.WeddingHero-module__9gKjka__heroContainer{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:5%;display:flex;position:relative;overflow:hidden}.WeddingHero-module__9gKjka__heroContainer:before{content:"";background:inherit;filter:blur(8px);z-index:0;position:absolute;inset:0;transform:scale(1.1)}.WeddingHero-module__9gKjka__mainWrapper{z-index:2;background:#fff9eec5;border:2px solid #fff;align-items:center;width:100%;max-width:1000px;display:flex;overflow:hidden}.WeddingHero-module__9gKjka__contentLeft{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:10px 20px;display:flex}.WeddingHero-module__9gKjka__familyText{letter-spacing:4px;color:#5c4b37;font-family:Montserrat,sans-serif;font-size:14px}.WeddingHero-module__9gKjka__groomName,.WeddingHero-module__9gKjka__brideName{color:#2c241c;margin:0;font-family:Playfair Display,serif;font-size:clamp(40px,6vw,75px);font-weight:400;line-height:1.1}.WeddingHero-module__9gKjka__ampersand{color:#c4a163;margin:-15px 0;font-family:Great Vibes,cursive;font-size:clamp(50px,8vw,60px);display:block}.WeddingHero-module__9gKjka__inviteDescription{letter-spacing:3px;color:#5c4b37;margin-bottom:30px;font-family:Montserrat,sans-serif;font-size:14px;line-height:1.8}.WeddingHero-module__9gKjka__dateRow{justify-content:center;align-items:center;gap:25px;display:flex;position:relative}.WeddingHero-module__9gKjka__dateRow:before,.WeddingHero-module__9gKjka__dateRow:after{content:"";background-color:#c4a16366;width:300px;height:1px;position:absolute}.WeddingHero-module__9gKjka__dateRow:before{top:-15px}.WeddingHero-module__9gKjka__dateRow:after{bottom:-15px}.WeddingHero-module__9gKjka__dateNum{color:#c4a163;font-family:Playfair Display,serif;font-size:28px}.WeddingHero-module__9gKjka__monthName{letter-spacing:3px;color:#5c4b37;border-left:1px solid #c4a163;border-right:1px solid #c4a163;padding:0 15px;font-family:Montserrat,sans-serif;font-size:18px}.WeddingHero-module__9gKjka__dividerWrapper{justify-content:center;align-items:center;margin-top:30px;display:flex}.WeddingHero-module__9gKjka__bottomBorderImg{opacity:1;width:180px;height:auto}.WeddingHero-module__9gKjka__contentRight{flex:1.2;justify-content:center;align-items:center;height:100%;display:flex}.WeddingHero-module__9gKjka__imageMask{width:100%;height:10%;max-height:650px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 45%);mask-image:linear-gradient(90deg,#0000,#000 45%)}.WeddingHero-module__9gKjka__heroImage{object-fit:cover;object-position:center;width:100%;height:70%}@media (max-width:991px){.WeddingHero-module__9gKjka__mainWrapper{flex-direction:column;height:auto}.WeddingHero-module__9gKjka__contentLeft{order:2;padding-top:20px}.WeddingHero-module__9gKjka__contentRight{order:1;width:100%;height:400px}.WeddingHero-module__9gKjka__imageMask{-webkit-mask-image:linear-gradient(#000 45%,#0000);mask-image:linear-gradient(#000 45%,#0000)}.WeddingHero-module__9gKjka__flower{width:150px}}@media (max-width:480px){.WeddingHero-module__9gKjka__groomName,.WeddingHero-module__9gKjka__brideName{font-size:45px}.WeddingHero-module__9gKjka__dateRow{gap:10px}.WeddingHero-module__9gKjka__monthName{padding:0 8px;font-size:14px}}
.CoupleProfile-module__8ZY1BG__cardContainer{background-color:#fcfaf7;border-top:4px solid #c4a163;justify-content:center;align-items:center;width:100%;min-height:80vh;padding:20px;display:flex;position:relative;overflow:hidden}.CoupleProfile-module__8ZY1BG__sideFlower{z-index:1;pointer-events:none;width:30vw;height:auto;position:absolute}.CoupleProfile-module__8ZY1BG__leftFlower{max-width:380px;bottom:0;left:0;transform:scale(1)}.CoupleProfile-module__8ZY1BG__rightFlower{max-width:380px;top:0;right:-80px;transform:rotate(-50deg)scale(1.6)}.CoupleProfile-module__8ZY1BG__a4Sheet{z-index:10;text-align:center;border-radius:4px;width:100%;max-width:1000px;min-height:60vh;padding:10px 20px;position:relative}.CoupleProfile-module__8ZY1BG__header{margin-bottom:10px}.CoupleProfile-module__8ZY1BG__specialMsg{color:#2c241c;margin-bottom:10px;font-family:Playfair Display,serif;font-size:32px;font-weight:500}.CoupleProfile-module__8ZY1BG__titleDivider{justify-content:center;align-items:center;margin:10px 0;display:flex}.CoupleProfile-module__8ZY1BG__titleDivider img{opacity:1;width:150px}.CoupleProfile-module__8ZY1BG__coupleWrapper{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:0;display:flex}.CoupleProfile-module__8ZY1BG__profileCard{background:#fff;border:1px solid #c4a16398;flex-direction:column;flex:1;align-items:center;min-width:250px;max-width:280px;padding:20px 30px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000d}.CoupleProfile-module__8ZY1BG__cardFlower{z-index:1;pointer-events:none;opacity:.5;z-index:1;filter:blur(2px)saturate(1.5);width:20vw;max-width:350px;height:auto;position:absolute}.CoupleProfile-module__8ZY1BG__cardleftFlower{bottom:0;left:0;transform:scale(1)}.CoupleProfile-module__8ZY1BG__photoFrame{z-index:2;width:220px;height:280px;position:relative;overflow:hidden;box-shadow:0 15px 30px #0000001a}.CoupleProfile-module__8ZY1BG__profileImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.CoupleProfile-module__8ZY1BG__photoFrame:hover .CoupleProfile-module__8ZY1BG__profileImg{transform:scale(1.05)}.CoupleProfile-module__8ZY1BG__goldBorder{pointer-events:none;border:1.5px solid #c4a163;position:absolute;inset:5px}.CoupleProfile-module__8ZY1BG__personName{color:#2c241c;z-index:2;margin:10px 0;font-family:Playfair Display,serif;font-size:28px}.CoupleProfile-module__8ZY1BG__parentDetails{color:#6d5d4b;z-index:2;font-family:Montserrat,sans-serif;font-size:14px;line-height:1.6}.CoupleProfile-module__8ZY1BG__address{color:#8b7d6b;margin-top:8px;font-size:13px;font-style:italic}.CoupleProfile-module__8ZY1BG__wedsIconWrapper{justify-content:center;align-items:center;display:flex}.CoupleProfile-module__8ZY1BG__wedsSvg{width:80px;height:80px}.CoupleProfile-module__8ZY1BG__wedsText{fill:#c4a163;font-family:Great Vibes,cursive;font-size:24px}.CoupleProfile-module__8ZY1BG__footerDecoration{justify-content:center;align-items:center;margin-top:10px;display:flex}.CoupleProfile-module__8ZY1BG__footerDecoration img{width:180px}@media (max-width:768px){.CoupleProfile-module__8ZY1BG__a4Sheet{padding:10px 20px}.CoupleProfile-module__8ZY1BG__coupleWrapper{flex-direction:column}.CoupleProfile-module__8ZY1BG__wedsIconWrapper{margin:10px 0}.CoupleProfile-module__8ZY1BG__photoFrame{width:180px;height:230px}.CoupleProfile-module__8ZY1BG__specialMsg{font-size:24px}.CoupleProfile-module__8ZY1BG__sideFlower{width:120px}.CoupleProfile-module__8ZY1BG__cardFlower{width:280px}}
.SaveTheDate-module__TpN_tG__container{isolation:isolate;border-top:4px solid #c4a163;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.SaveTheDate-module__TpN_tG__container:before{content:"";background-image:var(--bg-image);filter:blur(8px)brightness(.9)saturate(1.2);z-index:-1;background-position:50%;background-size:cover;position:absolute;inset:-10px}.SaveTheDate-module__TpN_tG__savethedate{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#ffffffd9;border:1px solid #c4a1634d;width:100%;max-width:1100px;padding:60px 40px;position:relative;box-shadow:0 25px 50px -12px #00000040}.SaveTheDate-module__TpN_tG__savethedate:after{content:"";pointer-events:none;border:1px solid #b89d6466;border-radius:2px;position:absolute;inset:15px}.SaveTheDate-module__TpN_tG__header{text-align:center;margin-bottom:60px;position:relative}.SaveTheDate-module__TpN_tG__title{color:#2c241c;letter-spacing:2px;margin-bottom:15px;font-family:Playfair Display,serif;font-size:clamp(32px,5vw,48px)}.SaveTheDate-module__TpN_tG__divider{justify-content:center;align-items:center;margin:20px 0;display:flex}.SaveTheDate-module__TpN_tG__divider img{width:180px}.SaveTheDate-module__TpN_tG__mainContent{justify-content:space-around;align-items:center;gap:20px;display:flex;position:relative}.SaveTheDate-module__TpN_tG__leftSection{flex-direction:column;flex:1.2;align-items:center;display:flex}.SaveTheDate-module__TpN_tG__heartWrapper{justify-content:center;align-items:center;width:320px;height:300px;transition:transform .4s;display:flex;position:relative}.SaveTheDate-module__TpN_tG__heartWrapper:hover{transform:translateY(-5px)}.SaveTheDate-module__TpN_tG__heartFlower{z-index:1;opacity:.9;width:120%;position:absolute;bottom:-20px}.SaveTheDate-module__TpN_tG__heartMask{z-index:5;width:100%;height:100%;clip-path:path("M150 260 C150 260 20 180 20 90 C20 40 70 20 110 50 C130 65 145 80 150 90 C155 80 170 65 190 50 C230 20 280 40 280 90 C280 180 150 260 150 260 Z");filter:drop-shadow(0 0 2px #c4a163);display:flex;position:relative;box-shadow:inset 0 0 20px #0003}.SaveTheDate-module__TpN_tG__photoHalf{border-right:1.5px solid #fff6;flex:1;height:100%;overflow:hidden}.SaveTheDate-module__TpN_tG__coupleImg{object-fit:cover;width:100%;height:100%}.SaveTheDate-module__TpN_tG__coupleNames{color:#333;letter-spacing:1px;margin-top:30px;font-family:Playfair Display,serif;font-size:26px}.SaveTheDate-module__TpN_tG__heartIcon{color:#c4a163;margin:0 10px;font-size:20px;animation:1.5s infinite SaveTheDate-module__TpN_tG__heartbeat}@keyframes SaveTheDate-module__TpN_tG__heartbeat{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.SaveTheDate-module__TpN_tG__verticalDivider{opacity:.8;flex-direction:column;align-items:center;height:350px;display:flex}.SaveTheDate-module__TpN_tG__line{background:linear-gradient(#0000,#c4a163,#0000);flex:1;width:1.5px}.SaveTheDate-module__TpN_tG__verticalText{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:10px;color:#5c4b37;padding:30px 0;font-family:Montserrat,sans-serif;font-size:13px;font-weight:500}.SaveTheDate-module__TpN_tG__detailsSection{flex-direction:column;flex:1;gap:35px;padding-left:40px;display:flex}.SaveTheDate-module__TpN_tG__infoItem{align-items:center;gap:25px;display:flex}.SaveTheDate-module__TpN_tG__goldIconBox{background:linear-gradient(135deg,#bf953f,#fcf6ba,#b38728,#fbf5b7,#aa771c);border-radius:15px;justify-content:center;align-items:center;width:65px;height:65px;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #b89d6466}.SaveTheDate-module__TpN_tG__infoItem:hover .SaveTheDate-module__TpN_tG__goldIconBox{transform:rotate(5deg)scale(1.05)}.SaveTheDate-module__TpN_tG__goldIconBox img{filter:drop-shadow(0 2px 2px #0003);width:30px;height:30px}.SaveTheDate-module__TpN_tG__infoText label{letter-spacing:3px;color:#8b7d6b;margin-bottom:6px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;display:block}.SaveTheDate-module__TpN_tG__infoText p{color:#2c241c;margin:0;font-family:Playfair Display,serif;font-size:20px;font-weight:600}@media (max-width:991px){.SaveTheDate-module__TpN_tG__savethedate{margin:20px;padding:20px}.SaveTheDate-module__TpN_tG__mainContent{flex-direction:column;gap:60px}.SaveTheDate-module__TpN_tG__verticalDivider{display:none}.SaveTheDate-module__TpN_tG__detailsSection{align-items:center;width:100%;padding-left:0}.SaveTheDate-module__TpN_tG__infoItem{width:100%;max-width:300px}.SaveTheDate-module__TpN_tG__heartWrapper{width:280px;height:260px}}@media (max-width:480px){.SaveTheDate-module__TpN_tG__title{font-size:28px}.SaveTheDate-module__TpN_tG__coupleNames{font-size:22px}.SaveTheDate-module__TpN_tG__goldIconBox{width:55px;height:55px}.SaveTheDate-module__TpN_tG__goldIconBox img{width:24px}.SaveTheDate-module__TpN_tG__infoText p{font-size:17px}}
.HostFamily-module__KEIByG__sectionContainer{background-color:#fcfaf7;border-top:4px solid #c4a163;border-bottom:4px solid #c4a163;justify-content:center;width:100%;padding:10px 20px;font-family:Playfair Display,serif;display:flex;position:relative;overflow:hidden}.HostFamily-module__KEIByG__bgDecor{opacity:.8;z-index:1;pointer-events:none;width:25vw;max-width:400px;position:absolute}.HostFamily-module__KEIByG__topL{top:-40px;left:-50px;transform:rotate(-270deg)}.HostFamily-module__KEIByG__topR{top:-40px;right:-50px;transform:rotate(-180deg)}.HostFamily-module__KEIByG__bottomL{bottom:-40px;left:-50px;transform:scaleY(1)}.HostFamily-module__KEIByG__bottomR{bottom:-40px;right:-50px;transform:scaleX(-1)}.HostFamily-module__KEIByG__mainWrapper{z-index:10;text-align:center;width:100%;max-width:1100px}.HostFamily-module__KEIByG__header{margin-bottom:10px}.HostFamily-module__KEIByG__titleIcon{width:130px;margin-bottom:20px}.HostFamily-module__KEIByG__mainTitle{color:#2c241c;margin-bottom:10px;font-size:clamp(36px,5vw,55px);font-weight:500}.HostFamily-module__KEIByG__subText{letter-spacing:4px;color:#8b7d6b;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:14px}.HostFamily-module__KEIByG__sectionHeading{color:#5c4b37;margin-bottom:10px;font-size:26px;font-weight:400}.HostFamily-module__KEIByG__treeGrid{grid-template-columns:repeat(3,1fr);gap:10px 20px;padding:20px;display:grid}.HostFamily-module__KEIByG__memberCard{justify-content:center;align-items:center;transition:all .4s;display:flex;position:relative}.HostFamily-module__KEIByG__frameContainer{aspect-ratio:4/3;justify-content:center;align-items:center;width:100%;padding:20px;display:flex;position:relative}.HostFamily-module__KEIByG__memberCard:hover{transform:translateY(-10px)}.HostFamily-module__KEIByG__frameImg{object-fit:contain;z-index:1;width:100%;height:100%;position:absolute;inset:0}.HostFamily-module__KEIByG__nameArea{z-index:5;text-align:center;width:65%;position:relative}.HostFamily-module__KEIByG__memberName{color:#2c241c;letter-spacing:1px;margin:0;font-size:clamp(20px,2.5vw,26px);font-weight:500}.HostFamily-module__KEIByG__relationBadge{color:#fff;z-index:6;background:linear-gradient(135deg,#d4a76a 0%,#b8905a 100%);border-radius:50px;padding:8px 22px;position:absolute;bottom:5%;right:5%;box-shadow:0 4px 12px #b8905a4d}.HostFamily-module__KEIByG__relationBadge span{letter-spacing:2px;text-transform:uppercase;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700}.HostFamily-module__KEIByG__vineConnector{opacity:.4;background:linear-gradient(90deg,#0000,#c4a163);width:40px;height:1px;position:absolute;top:50%;left:-40px}.HostFamily-module__KEIByG__treeGrid>div:nth-child(3n+1) .HostFamily-module__KEIByG__vineConnector{display:none}.HostFamily-module__KEIByG__footerNote{flex-direction:column;justify-content:center;align-items:center;margin-top:10px;display:flex}.HostFamily-module__KEIByG__footerNote p{color:#4a3e31;font-size:22px;font-style:italic;line-height:1.8}.HostFamily-module__KEIByG__finalLine{opacity:.8;width:250px;margin-top:10px}@media (max-width:1024px){.HostFamily-module__KEIByG__treeGrid{grid-template-columns:repeat(2,1fr);gap:10px}.HostFamily-module__KEIByG__treeGrid>div:nth-child(odd) .HostFamily-module__KEIByG__vineConnector{display:none}}@media (max-width:768px){.HostFamily-module__KEIByG__treeGrid{grid-template-columns:1fr;gap:10px}.HostFamily-module__KEIByG__vineConnector{display:none}.HostFamily-module__KEIByG__frameContainer{width:100%;max-width:400px}.HostFamily-module__KEIByG__relationBadge{padding:6px 15px}}@media (max-width:480px){.HostFamily-module__KEIByG__sectionContainer{padding:20px 15px}.HostFamily-module__KEIByG__mainTitle{font-size:32px}.HostFamily-module__KEIByG__memberName{font-size:18px}.HostFamily-module__KEIByG__bgDecor{width:160px}.HostFamily-module__KEIByG__footerNote p{font-size:16px}}
.WeddingGallery-module__Q13xwW__sectionWrapper{background-color:#fcfaf7;border-top:4px solid #c4a163;width:100%;padding:20px 2%;position:relative;overflow:hidden}.WeddingGallery-module__Q13xwW__decor{z-index:1;opacity:.85;width:22vw;max-width:320px;position:absolute}.WeddingGallery-module__Q13xwW__left{bottom:-40px;left:-40px}.WeddingGallery-module__Q13xwW__right{bottom:-40px;right:-40px;transform:scaleX(-1)}.WeddingGallery-module__Q13xwW__container{z-index:10;max-width:1000px;margin:0 auto;position:relative}.WeddingGallery-module__Q13xwW__header{text-align:center;margin-bottom:70px}.WeddingGallery-module__Q13xwW__title{color:#2c241c;margin-bottom:15px;font-family:Playfair Display,serif;font-size:clamp(34px,5vw,52px);font-weight:500}.WeddingGallery-module__Q13xwW__subTitle{letter-spacing:4px;color:#8b7d6b;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:14px}.WeddingGallery-module__Q13xwW__headerLine{justify-content:center;align-items:center;margin:10px 0;display:flex}.WeddingGallery-module__Q13xwW__headerLine img{width:180px;margin-top:25px}.WeddingGallery-module__Q13xwW__gridContainer{grid-template-columns:repeat(4,1fr);gap:45px 35px;display:grid}.WeddingGallery-module__Q13xwW__photoCard{cursor:pointer;transition:all .6s cubic-bezier(.23,1,.32,1);position:relative}.WeddingGallery-module__Q13xwW__cardFrame{background:#fff;border:1px solid #c4a16333;padding:14px;box-shadow:0 10px 30px #00000012}.WeddingGallery-module__Q13xwW__photoCard:hover{z-index:100;box-shadow:0 25px 60px #b89d6440;transform:rotate(0)scale(1.1)!important}.WeddingGallery-module__Q13xwW__photoCard:hover .WeddingGallery-module__Q13xwW__cardFrame{border-color:#c4a163}.WeddingGallery-module__Q13xwW__imgBox{aspect-ratio:4/5;background:#f1f1f1;width:100%;position:relative;overflow:hidden}.WeddingGallery-module__Q13xwW__mainImg{object-fit:cover;width:100%;height:100%;transition:transform .8s}.WeddingGallery-module__Q13xwW__photoCard:hover .WeddingGallery-module__Q13xwW__mainImg{transform:scale(1.12)}.WeddingGallery-module__Q13xwW__goldTint{pointer-events:none;background:linear-gradient(#0000,#b89d641a);position:absolute;inset:0}.WeddingGallery-module__Q13xwW__lightbox{z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0805f7;justify-content:center;align-items:center;animation:.4s WeddingGallery-module__Q13xwW__fadeIn;display:flex;position:fixed;inset:0}.WeddingGallery-module__Q13xwW__lightboxContent{max-width:90vw;max-height:90vh;position:relative}.WeddingGallery-module__Q13xwW__fullViewImg{border:4px solid #fff;max-width:100%;max-height:90vh;box-shadow:0 0 70px #0009}.WeddingGallery-module__Q13xwW__closeBtn{color:#c4a163;cursor:pointer;background:0 0;border:none;font-size:65px;line-height:1;transition:transform .3s;position:absolute;top:-60px;right:-20px}.WeddingGallery-module__Q13xwW__closeBtn:hover{transform:scale(1.2)rotate(90deg)}@keyframes WeddingGallery-module__Q13xwW__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1200px){.WeddingGallery-module__Q13xwW__gridContainer{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.WeddingGallery-module__Q13xwW__gridContainer{grid-template-columns:repeat(2,1fr);gap:30px}.WeddingGallery-module__Q13xwW__corner{width:160px}}@media (max-width:550px){.WeddingGallery-module__Q13xwW__gridContainer{grid-template-columns:1fr}.WeddingGallery-module__Q13xwW__photoCard{max-width:340px;margin:0 auto;transform:rotate(0)!important}.WeddingGallery-module__Q13xwW__cardFrame{padding:10px}.WeddingGallery-module__Q13xwW__title{font-size:30px}.WeddingGallery-module__Q13xwW__lightboxContent{max-width:95vw}}
.RSVPComponent-module__Hdyv9a__wrapper{background-color:#fdfaf5;border-top:4px solid #b88c4d;justify-content:center;width:100%;padding:100px 20px;display:flex;position:relative;overflow:hidden}.RSVPComponent-module__Hdyv9a__flower{opacity:.8;z-index:1;pointer-events:none;width:28vw;max-width:400px;position:absolute}.RSVPComponent-module__Hdyv9a__topL{top:-20px;left:-20px}.RSVPComponent-module__Hdyv9a__topR{top:-20px;right:-20px;transform:scaleX(-1)}.RSVPComponent-module__Hdyv9a__content{text-align:center;z-index:10;width:100%;max-width:850px;position:relative}.RSVPComponent-module__Hdyv9a__guestHeader{color:#5c4b37;margin-bottom:12px;font-family:Playfair Display,serif;font-size:22px}.RSVPComponent-module__Hdyv9a__mainTitle{color:#2c241c;letter-spacing:1px;margin-bottom:18px;font-family:Playfair Display,serif;font-size:clamp(34px,5vw,55px)}.RSVPComponent-module__Hdyv9a__tagline{color:#8b7d6b;letter-spacing:3px;text-transform:uppercase;margin-bottom:45px;font-family:Montserrat,sans-serif;font-size:14px}.RSVPComponent-module__Hdyv9a__buttonContainer{justify-content:center;gap:25px;margin-bottom:35px;display:flex}.RSVPComponent-module__Hdyv9a__btn{letter-spacing:3px;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:12px;padding:18px 35px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;transition:all .3s;display:flex}.RSVPComponent-module__Hdyv9a__btnSolid{color:#fff;box-shadow:0 12px 25px #b88c4d40}.RSVPComponent-module__Hdyv9a__btnSolid:hover{filter:brightness(1.1);transform:translateY(-3px)}.RSVPComponent-module__Hdyv9a__btnOutline{background:0 0;border:1.5px solid}.RSVPComponent-module__Hdyv9a__btnOutline:hover{background-color:#00000005;transform:translateY(-3px)}.RSVPComponent-module__Hdyv9a__btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.RSVPComponent-module__Hdyv9a__btnIcon{font-size:16px}.RSVPComponent-module__Hdyv9a__messageWrapper{min-height:40px;margin-bottom:40px}.RSVPComponent-module__Hdyv9a__statusMessage{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;animation:.5s ease-out RSVPComponent-module__Hdyv9a__slideUp}@keyframes RSVPComponent-module__Hdyv9a__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.RSVPComponent-module__Hdyv9a__heartDivider{justify-content:center;align-items:center;gap:25px;margin-bottom:60px;display:flex}.RSVPComponent-module__Hdyv9a__line{background-color:#b88c4d66;flex:1;max-width:150px;height:1px}.RSVPComponent-module__Hdyv9a__goldHeart{font-size:26px}.RSVPComponent-module__Hdyv9a__thankYou{margin:0;font-family:Great Vibes,cursive;font-size:65px}.RSVPComponent-module__Hdyv9a__storyText{letter-spacing:5px;color:#2c241c;margin-top:-15px;margin-bottom:50px;font-family:Montserrat,sans-serif;font-size:15px}.RSVPComponent-module__Hdyv9a__socialGroup{margin-bottom:60px}.RSVPComponent-module__Hdyv9a__followTitle{letter-spacing:5px;color:#8b7d6b;margin-bottom:25px;font-size:12px}.RSVPComponent-module__Hdyv9a__iconList{justify-content:center;gap:20px;display:flex}.RSVPComponent-module__Hdyv9a__socialCircle{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:all .4s;display:flex}.RSVPComponent-module__Hdyv9a__socialCircle:hover{background-color:#b88c4d;transform:translateY(-5px);color:#fff!important}.RSVPComponent-module__Hdyv9a__foreverText{letter-spacing:6px;color:#8b7d6b;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:13px}.RSVPComponent-module__Hdyv9a__smallHeart{margin-left:8px;font-size:14px}@media (max-width:768px){.RSVPComponent-module__Hdyv9a__buttonContainer{flex-direction:column;align-items:center}.RSVPComponent-module__Hdyv9a__btn{justify-content:center;width:100%;max-width:350px}.RSVPComponent-module__Hdyv9a__thankYou{font-size:50px}.RSVPComponent-module__Hdyv9a__flower{width:160px}.RSVPComponent-module__Hdyv9a__storyText{letter-spacing:3px;font-size:12px}}
.MusicPlayer-module__dBbVyW__musicContainer{z-index:9999;position:fixed;bottom:25px;left:25px}.MusicPlayer-module__dBbVyW__musicBtn{-webkit-backdrop-filter:blur(10px);cursor:pointer;background:#0006;border:1px solid #ffffff4d;border-radius:50%;outline:none;justify-content:center;align-items:center;width:55px;height:55px;transition:all .3s;display:flex;position:relative;box-shadow:0 8px 32px #0000005e}.MusicPlayer-module__dBbVyW__musicBtn:hover{background:#0009;transform:scale(1.1)}.MusicPlayer-module__dBbVyW__icon{color:#fff;font-size:22px;display:block}.MusicPlayer-module__dBbVyW__pulse{animation:2s cubic-bezier(.215,.61,.355,1) infinite MusicPlayer-module__dBbVyW__pulse-ring}@keyframes MusicPlayer-module__dBbVyW__pulse-ring{0%{transform:scale(1);box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 15px #fff0}to{transform:scale(1)}}.MusicPlayer-module__dBbVyW__waves{align-items:flex-end;gap:2px;height:15px;display:flex;position:absolute;top:-10px}.MusicPlayer-module__dBbVyW__waves span{background:#fff;border-radius:2px;width:3px;animation:1s ease-in-out infinite MusicPlayer-module__dBbVyW__wave}.MusicPlayer-module__dBbVyW__waves span:nth-child(2){height:100%;animation-delay:.2s}.MusicPlayer-module__dBbVyW__waves span:first-child{height:60%;animation-delay:.4s}.MusicPlayer-module__dBbVyW__waves span:nth-child(3){height:80%;animation-delay:.1s}@keyframes MusicPlayer-module__dBbVyW__wave{0%,to{height:5px}50%{height:15px}}
.ThemeModern-module__vr8hTa__mainWrapper{background-color:#fff;width:100%;min-height:100vh;position:relative;overflow:hidden auto;container:mainTheme/inline-size}.ThemeModern-module__vr8hTa__contentContainer{flex-direction:column;width:100%;display:flex}.ThemeModern-module__vr8hTa__langBtn{z-index:999;color:#2e0011;cursor:pointer;transition:transform .2s active;background:#d9b060;border:2px solid #2e0011;border-radius:30px;padding:8px 15px;font-size:14px;font-weight:700;position:absolute;top:20px;right:15px;box-shadow:0 4px 10px #0003}.ThemeModern-module__vr8hTa__langBtn:active{transform:scale(.95)}.ThemeModern-module__vr8hTa__floatingWrapper{z-index:90;pointer-events:none;position:absolute;bottom:30px;right:15px}.ThemeModern-module__vr8hTa__floatingWrapper>*{pointer-events:auto}.ThemeModern-module__vr8hTa__rsvpWrapper{width:100%;padding-bottom:100px}@container mainTheme (max-width:600px){.ThemeModern-module__vr8hTa__langBtn{padding:5px 10px;font-size:12px;top:15px;right:10px}.ThemeModern-module__vr8hTa__floatingWrapper{bottom:20px;right:10px}}@container mainTheme (max-width:380px){.ThemeModern-module__vr8hTa__langBtn{padding:4px 8px;font-size:11px}}:is(.ThemeModern-module__vr8hTa__mainWrapper .container,.ThemeModern-module__vr8hTa__mainWrapper .section){box-sizing:border-box!important;max-width:100%!important}
.WeddingEvents-module__eIM9WG__wrapper{box-sizing:border-box;width:100%;padding:clamp(80px,12cqw,120px) 20px;position:relative;overflow:hidden}.WeddingEvents-module__eIM9WG__bottomBorder{object-fit:contain;opacity:.8;width:100%;position:absolute;bottom:0;left:0}.WeddingEvents-module__eIM9WG__contentContainer{z-index:5;width:100%;max-width:1100px;margin:0 auto;position:relative}.WeddingEvents-module__eIM9WG__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:clamp(40px,8vw,80px);display:flex}.WeddingEvents-module__eIM9WG__ganeshaIcon{filter:drop-shadow(0 0 10px #00000080);width:clamp(60px,10cqw,90px);margin-bottom:20px}.WeddingEvents-module__eIM9WG__title{text-transform:uppercase;letter-spacing:2px;margin:10px 0;font-size:clamp(2rem,6vw,3.2rem);font-weight:700}.WeddingEvents-module__eIM9WG__fancyDivider{border-radius:10px;width:120px;height:2px;margin:15px auto}.WeddingEvents-module__eIM9WG__slogan{opacity:.9;letter-spacing:1px;font-size:clamp(.9rem,2.5vw,1.2rem);font-style:italic}.WeddingEvents-module__eIM9WG__eventsGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:25px;width:100%;display:grid}.WeddingEvents-module__eIM9WG__eventCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid;border-radius:25px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 15px 35px #0003}.WeddingEvents-module__eIM9WG__eventCard:hover{background:#ffffff12;transform:translateY(-8px)}.WeddingEvents-module__eIM9WG__cardCorner{opacity:.5;border-top:3px solid;border-left:3px solid;border-top-left-radius:25px;width:50px;height:50px;position:absolute;top:0;left:0}.WeddingEvents-module__eIM9WG__cardBody{flex-direction:column;align-items:center;height:100%;padding:40px 25px;display:flex}.WeddingEvents-module__eIM9WG__iconCircle{background:#0003;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:25px;display:flex}.WeddingEvents-module__eIM9WG__eventName{text-align:center;margin-bottom:25px;font-size:clamp(1.4rem,3.5vw,1.8rem);font-weight:700}.WeddingEvents-module__eIM9WG__infoList{flex-direction:column;gap:15px;width:100%;margin-bottom:30px;display:flex}.WeddingEvents-module__eIM9WG__infoRow{align-items:center;gap:12px;display:flex}.WeddingEvents-module__eIM9WG__textSmall{letter-spacing:.5px;font-size:1rem;font-weight:500}.WeddingEvents-module__eIM9WG__addressBox{flex-direction:column;display:flex}.WeddingEvents-module__eIM9WG__venueName{font-size:1.1rem;font-weight:700}.WeddingEvents-module__eIM9WG__addressDetail{opacity:.8;margin-top:4px;font-size:.9rem;line-height:1.4}.WeddingEvents-module__eIM9WG__mapButton{text-align:center;border-radius:15px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:auto;padding:14px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s;display:flex;box-shadow:0 4px 15px #0003}.WeddingEvents-module__eIM9WG__mapButton:hover{transform:scale(1.02)}.WeddingEvents-module__eIM9WG__footer{flex-direction:column;align-items:center;margin-top:60px;display:flex}.WeddingEvents-module__eIM9WG__footerMessage{text-align:center;opacity:.9;font-size:clamp(1.2rem,3vw,1.6rem);font-style:italic;font-weight:600}@media (max-width:480px){.WeddingEvents-module__eIM9WG__wrapper{padding:60px 15px}.WeddingEvents-module__eIM9WG__cardBody{padding:35px 20px}}
.OverlayBorder-module__DldWia__topBorder{z-index:35;pointer-events:none;width:100%;position:absolute;top:0;left:0}
.WeddingFamily-module__LjpKAa__section{text-align:center;box-sizing:border-box;width:100%;padding:clamp(80px,12cqw,120px) 20px;position:relative;overflow:hidden;container:familySection/inline-size}.WeddingFamily-module__LjpKAa__bottomBorder{object-fit:contain;opacity:.8;width:100%;position:absolute;bottom:0;left:0}.WeddingFamily-module__LjpKAa__container{z-index:2;max-width:1100px;margin:0 auto;position:relative}.WeddingFamily-module__LjpKAa__topQuoteBox{flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.WeddingFamily-module__LjpKAa__ganeshaIcon{filter:drop-shadow(0 0 8px #00000080);width:clamp(60px,10cqw,90px);margin-bottom:15px}.WeddingFamily-module__LjpKAa__hindiQuote{max-width:600px;margin:0 auto;font-size:clamp(1rem,3.5cqw,1.4rem);font-style:italic;font-weight:500;line-height:1.6}.WeddingFamily-module__LjpKAa__header{margin-bottom:50px}.WeddingFamily-module__LjpKAa__title{text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-size:clamp(2rem,6cqw,3.2rem);font-weight:700}.WeddingFamily-module__LjpKAa__divider{justify-content:center;align-items:center;gap:15px;margin:20px 0;display:flex}.WeddingFamily-module__LjpKAa__line{width:clamp(60px,20cqw,150px);height:1.5px}.WeddingFamily-module__LjpKAa__subtitle{opacity:.9;letter-spacing:1px;font-size:clamp(.9rem,2.5cqw,1.2rem);font-style:italic}.WeddingFamily-module__LjpKAa__familyBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:clamp(30px,6cqw,60px);box-shadow:0 20px 50px #0000004d}.WeddingFamily-module__LjpKAa__boxTitle{letter-spacing:2px;text-transform:uppercase;margin-bottom:40px;font-size:clamp(1.2rem,4cqw,1.8rem);font-weight:600}.WeddingFamily-module__LjpKAa__familyFlex{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.WeddingFamily-module__LjpKAa__memberTag{background:#ffffff0d;border-radius:15px;flex-direction:column;align-items:center;min-width:160px;padding:15px 25px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.WeddingFamily-module__LjpKAa__sparkle{opacity:.6;position:absolute;top:8px;right:8px}.WeddingFamily-module__LjpKAa__relationLabel{text-transform:uppercase;letter-spacing:1.5px;opacity:.8;margin-bottom:6px;font-size:.7rem;font-weight:700}.WeddingFamily-module__LjpKAa__memberName{letter-spacing:.5px;font-size:clamp(1rem,2cqw,1.2rem)}.WeddingFamily-module__LjpKAa__bottomQuote{margin-top:60px;font-size:clamp(1.1rem,3cqw,1.5rem);font-style:italic;font-weight:500}.WeddingFamily-module__LjpKAa__emptyMsg{color:#fff6;font-style:italic}@container familySection (max-width:650px){.WeddingFamily-module__LjpKAa__familyFlex{grid-template-columns:1fr 1fr;gap:12px;display:grid}.WeddingFamily-module__LjpKAa__memberTag{min-width:0;padding:12px 10px}}@container familySection (max-width:400px){.WeddingFamily-module__LjpKAa__familyFlex{grid-template-columns:1fr}.WeddingFamily-module__LjpKAa__section{padding:80px 15px}}
.WeddingAlbum-module__gZga1W__section{text-align:center;box-sizing:border-box;width:100%;padding:clamp(80px,12cqw,120px) 20px;position:relative;overflow:hidden;container:albumContainer/inline-size}.WeddingAlbum-module__gZga1W__container{z-index:2;width:100%;max-width:1100px;margin:0 auto;position:relative}.WeddingAlbum-module__gZga1W__topQuoteBox{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border:1px dashed;border-radius:30px;flex-direction:column;align-items:center;margin-bottom:50px;padding:30px 20px;display:inline-flex}.WeddingAlbum-module__gZga1W__ganeshaIcon{width:60px;margin-bottom:15px}.WeddingAlbum-module__gZga1W__title{text-transform:uppercase;letter-spacing:3px;margin-bottom:10px;font-size:clamp(2rem,7cqw,3.5rem);font-weight:700}.WeddingAlbum-module__gZga1W__divider{justify-content:center;align-items:center;gap:15px;margin:20px 0;display:flex}.WeddingAlbum-module__gZga1W__line{width:clamp(60px,20cqw,150px);height:1.5px}.WeddingAlbum-module__gZga1W__photoGrid{grid-template-columns:repeat(3,1fr);gap:clamp(15px,3cqw,25px);padding:10px;display:grid}.WeddingAlbum-module__gZga1W__photoCard{aspect-ratio:1;cursor:pointer;background:#ffffff0d;border:4px solid;border-radius:20px;transition:all .4s;position:relative;overflow:hidden}.WeddingAlbum-module__gZga1W__imgOverlay{opacity:0;z-index:2;background:#0006;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.WeddingAlbum-module__gZga1W__photoCard:hover .WeddingAlbum-module__gZga1W__imgOverlay{opacity:1}.WeddingAlbum-module__gZga1W__image{object-fit:cover}.WeddingAlbum-module__gZga1W__lightbox{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000eb;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.WeddingAlbum-module__gZga1W__lightboxContent{justify-content:center;align-items:center;max-width:95vw;max-height:90vh;display:flex;position:relative;overflow:hidden}.WeddingAlbum-module__gZga1W__fullImage{object-fit:contain;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:90vh;box-shadow:0 0 30px #00000080}.WeddingAlbum-module__gZga1W__closeBtn{color:#fff;cursor:pointer;z-index:10000;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.WeddingAlbum-module__gZga1W__closeBtn:hover{background:#fff3;transform:rotate(90deg)}@container albumContainer (max-width:768px){.WeddingAlbum-module__gZga1W__photoGrid{grid-template-columns:repeat(2,1fr)}}@container albumContainer (max-width:480px){.WeddingAlbum-module__gZga1W__photoGrid{grid-template-columns:repeat(2,1fr);gap:10px}.WeddingAlbum-module__gZga1W__title{letter-spacing:1px}}
.WeddingFooter-module__lvQJoG__footer{text-align:center;width:100%;padding:80px 20px 140px;position:relative;overflow:hidden}.WeddingFooter-module__lvQJoG__bottomBorder{object-fit:contain;opacity:.8;z-index:1;pointer-events:none;width:100%;position:absolute;bottom:0;left:0}.WeddingFooter-module__lvQJoG__container{z-index:5;max-width:600px;margin:0 auto;position:relative}.WeddingFooter-module__lvQJoG__topSection{margin-bottom:30px}.WeddingFooter-module__lvQJoG__footerGanesha{filter:drop-shadow(0 0 8px #00000080);width:60px;margin-bottom:15px}.WeddingFooter-module__lvQJoG__ganeshaimg{justify-content:center;align-items:center;width:100%;display:flex}.WeddingFooter-module__lvQJoG__decorativeDivider{justify-content:center;align-items:center;gap:15px;display:flex}.WeddingFooter-module__lvQJoG__line{opacity:.5;width:80px;height:1px}.WeddingFooter-module__lvQJoG__thanksHeading{letter-spacing:1px;margin-bottom:40px;font-size:clamp(1.4rem,4vw,2rem);font-style:italic;font-weight:700}.WeddingFooter-module__lvQJoG__socialSection{margin-bottom:50px}.WeddingFooter-module__lvQJoG__smallLabel{text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:20px;font-size:.75rem}.WeddingFooter-module__lvQJoG__socialBar{justify-content:center;gap:20px;display:flex}.WeddingFooter-module__lvQJoG__socialIcon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.WeddingFooter-module__lvQJoG__bottomBranding{border-top:1px solid;margin-top:20px;padding-top:30px}.WeddingFooter-module__lvQJoG__copyright{opacity:.9;font-size:.9rem;line-height:1.8}.WeddingFooter-module__lvQJoG__brandName{letter-spacing:1px;font-size:1rem;font-weight:700}.WeddingFooter-module__lvQJoG__whatsappOverlay{color:#fff;z-index:1000;background-color:#25d366;border:2px solid #fff3;border-radius:50px;padding:12px 22px;text-decoration:none;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 25px #0006}.WeddingFooter-module__lvQJoG__whatsappContent{letter-spacing:.5px;align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:flex}@media (max-width:480px){.WeddingFooter-module__lvQJoG__footer{padding-bottom:120px}.WeddingFooter-module__lvQJoG__thanksHeading{font-size:1.3rem}.WeddingFooter-module__lvQJoG__whatsappOverlay{padding:10px 18px;bottom:20px;right:20px}.WeddingFooter-module__lvQJoG__whatsappContent span{display:none}.WeddingFooter-module__lvQJoG__whatsappContent{gap:0}}
.DivineWelcome-module__fglm3a__wrapper{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:50px 0;display:flex;position:relative;overflow:hidden}.DivineWelcome-module__fglm3a__cardContent{z-index:5;position:relative}.DivineWelcome-module__fglm3a__mandalaContainer{z-index:1;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.DivineWelcome-module__fglm3a__mocupFrame{z-index:1;width:100%;height:100%;animation:120s linear infinite DivineWelcome-module__fglm3a__rotateMandala;position:absolute}.DivineWelcome-module__fglm3a__mandalaBg{opacity:.05;background-position:50%;background-repeat:no-repeat;background-size:contain;width:clamp(400px,120vw,900px);height:clamp(400px,120vw,900px);animation:120s linear infinite DivineWelcome-module__fglm3a__rotateMandala}@keyframes DivineWelcome-module__fglm3a__rotateMandala{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DivineWelcome-module__fglm3a__container{z-index:10;text-align:center;width:100%;max-width:600px;padding:0 20px;position:relative}.DivineWelcome-module__fglm3a__ganeshaBox{justify-content:center;align-items:center;width:clamp(140px,30vw,180px);height:clamp(140px,30vw,180px);margin:0 auto 15px;display:flex;position:relative}.DivineWelcome-module__fglm3a__ganeshaImg{z-index:2;filter:drop-shadow(0 0 10px #00000080);width:42%}.DivineWelcome-module__fglm3a__shriGanesh{letter-spacing:5px;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(.9rem,2.5vw,1.2rem);font-weight:600}.DivineWelcome-module__fglm3a__shlokaBox{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border-left:1.5px solid;border-right:1.5px solid;width:90%;margin:0 auto 40px;padding:20px}.DivineWelcome-module__fglm3a__shlokaText{font-size:clamp(1rem,3vw,1.2rem);font-style:italic;line-height:1.6}.DivineWelcome-module__fglm3a__inviteCard{position:relative;overflow:hidden;box-shadow:0 30px 60px #0006}.DivineWelcome-module__fglm3a__invitationdesign{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}.DivineWelcome-module__fglm3a__diya{background-position:50%;background-repeat:no-repeat;background-size:contain;width:40px;height:40px}.DivineWelcome-module__fglm3a__title{margin-bottom:0;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700}.DivineWelcome-module__fglm3a__guestSection{margin:2rem 0}.DivineWelcome-module__fglm3a__toLabel{text-transform:uppercase;letter-spacing:2px;opacity:.8;font-size:.9rem}.DivineWelcome-module__fglm3a__guestName{border-bottom:1.5px dashed;margin:10px 0;padding-bottom:8px;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:600;display:inline-block}.DivineWelcome-module__fglm3a__cityText{opacity:.9;margin-top:5px;font-size:.95rem}.DivineWelcome-module__fglm3a__invitationText{margin-bottom:25px;font-size:clamp(1rem,2.8vw,1.15rem);line-height:1.8}.DivineWelcome-module__fglm3a__divider{width:160px;height:28px;margin:0 auto 25px}.DivineWelcome-module__fglm3a__footerQuote{font-size:clamp(1.1rem,3.5vw,1.4rem);font-style:italic;font-weight:500;line-height:1.5}.DivineWelcome-module__fglm3a__cornerDesign{z-index:2;opacity:.8;background-repeat:no-repeat;background-size:contain;width:130px;height:130px;position:absolute}.DivineWelcome-module__fglm3a__topLeft{top:5px;left:5px;transform:rotate(0)}.DivineWelcome-module__fglm3a__topRight{top:5px;right:5px;transform:rotate(90deg)}.DivineWelcome-module__fglm3a__bottomLeft{bottom:5px;left:5px;transform:rotate(-90deg)}.DivineWelcome-module__fglm3a__bottomRight{bottom:5px;right:5px;transform:rotate(180deg)}@media (max-width:480px){.DivineWelcome-module__fglm3a__wrapper{padding:auto}.DivineWelcome-module__fglm3a__inviteCard{padding:3.5rem 1.5rem 2.5rem}.DivineWelcome-module__fglm3a__cornerDesign{width:80px;height:80px}}
.HostAndCouple-module__dfvISa__mainSection{box-sizing:border-box;width:100%;padding:clamp(60px,10cqw,100px) 20px;position:relative;overflow:hidden;container:hostCoupleContainer/inline-size}.HostAndCouple-module__dfvISa__topBorder{object-fit:contain;opacity:.8;width:100%;position:absolute;top:0;left:0}.HostAndCouple-module__dfvISa__bottomBorder{object-fit:contain;opacity:.8;width:100%;position:absolute;bottom:0;left:0}.HostAndCouple-module__dfvISa__ganeshaWrapper{justify-content:center;margin-bottom:15px;display:flex}.HostAndCouple-module__dfvISa__ganeshaLogo{filter:drop-shadow(0 0 10px #0000004d);width:clamp(60px,12cqw,100px)}.HostAndCouple-module__dfvISa__container{text-align:center;z-index:2;width:100%;max-width:1100px;margin:0 auto;position:relative}.HostAndCouple-module__dfvISa__sectionHeader{margin-bottom:clamp(40px,10cqw,80px)}.HostAndCouple-module__dfvISa__subTitle{text-transform:uppercase;letter-spacing:4px;opacity:.9;margin-bottom:5px;font-size:clamp(.7rem,2cqw,.9rem);display:block}.HostAndCouple-module__dfvISa__mainTitle{text-shadow:2px 2px 4px #0000004d;margin:10px 0;font-size:clamp(1.8rem,6cqw,3.2rem);font-weight:700}.HostAndCouple-module__dfvISa__divider{opacity:1;background-repeat:no-repeat;background-size:cover;width:160px;height:28px;margin:0 auto 25px}.HostAndCouple-module__dfvISa__coupleWrapper{flex-direction:row;justify-content:center;align-items:flex-start;gap:30px;width:100%;display:flex}.HostAndCouple-module__dfvISa__profileCard{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex:1;padding:clamp(20px,5cqw,40px);position:relative}.HostAndCouple-module__dfvISa__hostHighlight{border:1.5px solid var(--primary-color);box-shadow:0 0 20px #d7ae5f1a}.HostAndCouple-module__dfvISa__hostBadge{background:var(--primary-color);color:#3f0d1f;white-space:nowrap;border-radius:50px;padding:4px 15px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #0000004d}.HostAndCouple-module__dfvISa__imageFrame{justify-content:center;align-items:center;width:clamp(160px,35cqw,240px);height:clamp(160px,35cqw,240px);margin:0 auto 25px;display:flex;position:relative}.HostAndCouple-module__dfvISa__frameMockup{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.HostAndCouple-module__dfvISa__profileImg{object-fit:cover;z-index:1;border-radius:50%}.HostAndCouple-module__dfvISa__coupleName{margin-bottom:15px;font-size:clamp(1.4rem,4cqw,2rem);font-weight:700}.HostAndCouple-module__dfvISa__parentInfo{opacity:.9;font-size:clamp(.9rem,2.5cqw,1.1rem);line-height:1.8}.HostAndCouple-module__dfvISa__vsWrapper{z-index:10;align-self:center;display:flex}.HostAndCouple-module__dfvISa__vsCircle{background:#0003;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:70px;height:70px;font-size:.7rem;font-weight:700;display:flex}.HostAndCouple-module__dfvISa__closingBox{margin-top:clamp(50px,10cqw,100px);padding:0 20px}.HostAndCouple-module__dfvISa__hindiQuote{font-size:clamp(1.1rem,3cqw,1.5rem);font-style:italic;font-weight:500;line-height:1.6}.HostAndCouple-module__dfvISa__cornerDesign{z-index:2;opacity:.8;background-repeat:no-repeat;background-size:contain;width:100px;height:100px;position:absolute}.HostAndCouple-module__dfvISa__topLeft{top:5px;left:5px;transform:rotate(0)}.HostAndCouple-module__dfvISa__topRight{top:5px;right:5px;transform:rotate(90deg)}.HostAndCouple-module__dfvISa__bottomLeft{bottom:5px;left:5px;transform:rotate(-90deg)}.HostAndCouple-module__dfvISa__bottomRight{bottom:5px;right:5px;transform:rotate(180deg)}@container hostCoupleContainer (max-width:768px){.HostAndCouple-module__dfvISa__cornerDesign{width:80px;height:80px}.HostAndCouple-module__dfvISa__coupleWrapper{flex-direction:column;align-items:center}.HostAndCouple-module__dfvISa__reverseOrder{flex-direction:column-reverse}.HostAndCouple-module__dfvISa__profileCard{width:90%;max-width:400px}.HostAndCouple-module__dfvISa__vsWrapper{margin:10px 0}}
.RSVPContact-module__zIUN4W__sectionWrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:clamp(80px,12cqw,140px) 20px;display:flex;position:relative;overflow:hidden;container-type:inline-size}.RSVPContact-module__zIUN4W__bottomBorder{object-fit:contain;opacity:.8;width:100%;position:absolute;bottom:0;left:0}.RSVPContact-module__zIUN4W__container{z-index:5;width:100%;max-width:500px;position:relative}.RSVPContact-module__zIUN4W__card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);text-align:center;background:#ffffff0a;padding:clamp(30px,6cqw,50px) clamp(20px,4cqw,35px);position:relative;box-shadow:0 25px 60px #0000004d}.RSVPContact-module__zIUN4W__ganeshaimg{justify-content:center;align-items:center;width:100%;display:flex}.RSVPContact-module__zIUN4W__ganeshaIcon{filter:drop-shadow(0 0 8px #00000080);width:70px;margin-bottom:20px}.RSVPContact-module__zIUN4W__guestBadge{letter-spacing:1px;text-transform:uppercase;background:#0003;border-radius:50px;align-items:center;gap:8px;margin-bottom:25px;padding:6px 18px;font-size:.85rem;font-weight:600;display:inline-flex}.RSVPContact-module__zIUN4W__title{letter-spacing:1px;margin-bottom:12px;font-size:clamp(1.8rem,5vw,2.2rem);font-weight:700}.RSVPContact-module__zIUN4W__description{opacity:.9;margin-bottom:40px;font-size:1.05rem;font-style:italic;line-height:1.5}.RSVPContact-module__zIUN4W__optionList{flex-direction:column;gap:18px;display:flex}.RSVPContact-module__zIUN4W__optionBtn{cursor:pointer;background:0 0;border:2px solid;border-radius:18px;align-items:center;gap:15px;width:100%;padding:18px 24px;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.RSVPContact-module__zIUN4W__optionBtn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0003}.RSVPContact-module__zIUN4W__checkMark{border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:all .3s;display:flex}.RSVPContact-module__zIUN4W__successMsg{justify-content:center;align-items:center;gap:10px;margin-top:30px;font-size:1.2rem;font-weight:700;animation:1.5s infinite RSVPContact-module__zIUN4W__heartBeat;display:flex}@keyframes RSVPContact-module__zIUN4W__heartBeat{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}to{opacity:.8;transform:scale(1)}}.RSVPContact-module__zIUN4W__footerNote{text-align:center;opacity:.8;letter-spacing:2px;margin-top:50px;font-size:1rem;font-style:italic}@container (max-width:450px){.RSVPContact-module__zIUN4W__card{padding:40px 20px}.RSVPContact-module__zIUN4W__title{font-size:1.6rem}.RSVPContact-module__zIUN4W__optionBtn{padding:16px 20px;font-size:1rem}}
.WeddingHero-module___EA4LG__heroContainer{background-color:#000;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.WeddingHero-module___EA4LG__bgBlurredLayer{filter:blur(10px)brightness(.6);z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.1)}.WeddingHero-module___EA4LG__mainCard{z-index:10;aspect-ratio:15/16;background-position:50%;background-size:cover;border:1px solid #ffffff1a;flex-direction:column;justify-content:flex-end;max-width:100%;height:100vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.WeddingHero-module___EA4LG__overlay{z-index:2;background:linear-gradient(#0000 0%,#0003 60%,#000c 100%);position:absolute;inset:0}.WeddingHero-module___EA4LG__content{z-index:5;text-align:center;color:#fff;width:100%;padding-bottom:10px;position:relative}.WeddingHero-module___EA4LG__names{margin-bottom:10px;font-family:Playfair Display,serif}.WeddingHero-module___EA4LG__names h1{font-size:clamp(2rem,8vh,2.5rem);font-weight:400}.WeddingHero-module___EA4LG__ampersand{font-size:1rem;display:block}.WeddingHero-module___EA4LG__dateWrapper{justify-content:center;align-items:center;gap:15px;margin-bottom:10px;display:flex}.WeddingHero-module___EA4LG__line{background-color:#ffffffb3;width:50px;height:1px}.WeddingHero-module___EA4LG__dateText{letter-spacing:4px;text-transform:uppercase;font-size:.9rem;font-weight:300}.WeddingHero-module___EA4LG__hashtag{opacity:1;letter-spacing:1px;font-size:.85rem}@media (max-width:480px){.WeddingHero-module___EA4LG__mainCard{aspect-ratio:auto;width:100%;height:100vh}}
.CoupleSection-module__MJMwqa__sectionContainer{background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;padding:80px 20px;display:flex;position:relative;overflow-x:hidden}.CoupleSection-module__MJMwqa__topBorder{filter:invert()sepia(95%)saturate(3932%)hue-rotate(36deg)brightness(92%)contrast(104%);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;max-width:500px;height:60px;margin-bottom:30px}.CoupleSection-module__MJMwqa__inviteMessage{text-align:center;max-width:850px;margin-bottom:50px;padding:0 15px}.CoupleSection-module__MJMwqa__specialMsg{margin-bottom:20px;font-size:clamp(1rem,2.5vw,1.2rem);font-style:italic;line-height:1.8}.CoupleSection-module__MJMwqa__mainSlogan{letter-spacing:5px;text-transform:uppercase;font-size:clamp(1.2rem,4vw,2rem);font-weight:600}.CoupleSection-module__MJMwqa__coupleWrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;width:100%;max-width:1200px;display:flex}.CoupleSection-module__MJMwqa__card{text-align:center;border:1px solid #ffffff4d;border-radius:25px;width:100%;max-width:420px;padding:20px;transition:all .4s;box-shadow:0 15px 35px #0000001a}.CoupleSection-module__MJMwqa__photoContainer{aspect-ratio:4/5;border:5px solid #fff;border-radius:18px;width:100%;margin-bottom:25px;overflow:hidden}.CoupleSection-module__MJMwqa__photo{object-fit:cover;width:100%;height:100%}.CoupleSection-module__MJMwqa__info h2{margin-bottom:10px;font-size:1.8rem}.CoupleSection-module__MJMwqa__parentsInfo{opacity:.85;font-size:.95rem;line-height:1.5}.CoupleSection-module__MJMwqa__ampersand{font-family:Playfair Display,serif;font-size:5rem}@media (max-width:992px){.CoupleSection-module__MJMwqa__coupleWrapper{gap:20px}.CoupleSection-module__MJMwqa__ampersand{height:60px;margin:10px 0}}
.FamilySection-module__9G_HkW__familySection{background-position:50%;background-size:cover;width:100%;padding:clamp(40px,8vw,88px) clamp(16px,5vw,48px);font-family:Georgia,Times New Roman,serif;position:relative;overflow:hidden}.FamilySection-module__9G_HkW__overlay{pointer-events:none;background:radial-gradient(circle at 50% 0,#ffffff59,#0000 60%);position:absolute;inset:0}.FamilySection-module__9G_HkW__contentWrapper{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:760px;margin:0 auto;display:flex;position:relative}.FamilySection-module__9G_HkW__ornamentTop,.FamilySection-module__9G_HkW__ornamentBottom{align-items:center;gap:12px;width:min(220px,60%);display:flex}.FamilySection-module__9G_HkW__ornamentTop{margin-bottom:18px}.FamilySection-module__9G_HkW__ornamentBottom{margin-top:28px}.FamilySection-module__9G_HkW__ornamentLine{opacity:.35;background:currentColor;flex:1;height:1px}.FamilySection-module__9G_HkW__ornamentMotif{font-size:14px;line-height:1}.FamilySection-module__9G_HkW__topQuote{opacity:.85;max-width:480px;margin:0 0 20px;font-size:clamp(.85rem,2vw,1rem);font-style:italic;line-height:1.6}.FamilySection-module__9G_HkW__title{letter-spacing:.02em;margin:0 0 8px;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:400}.FamilySection-module__9G_HkW__subtitle{opacity:.8;margin:0 0 32px;font-size:clamp(.85rem,2vw,1rem);font-style:italic}.FamilySection-module__9G_HkW__familyBox{background:#ffffff8c;border:1px solid;border-radius:4px;width:100%;max-width:640px;margin-bottom:28px;padding:clamp(28px,6vw,44px) clamp(20px,5vw,40px);position:relative;box-shadow:0 8px 30px #00000014}.FamilySection-module__9G_HkW__cornerTL,.FamilySection-module__9G_HkW__cornerTR,.FamilySection-module__9G_HkW__cornerBL,.FamilySection-module__9G_HkW__cornerBR{opacity:.7;border-style:solid;border-width:0;width:22px;height:22px;position:absolute}.FamilySection-module__9G_HkW__cornerTL{border-top-width:2px;border-left-width:2px;top:8px;left:8px}.FamilySection-module__9G_HkW__cornerTR{border-top-width:2px;border-right-width:2px;top:8px;right:8px}.FamilySection-module__9G_HkW__cornerBL{border-bottom-width:2px;border-left-width:2px;bottom:8px;left:8px}.FamilySection-module__9G_HkW__cornerBR{border-bottom-width:2px;border-right-width:2px;bottom:8px;right:8px}.FamilySection-module__9G_HkW__boxTitle{letter-spacing:.01em;margin:0 0 clamp(22px,5vw,32px);font-size:clamp(1.05rem,3vw,1.35rem);font-weight:400}.FamilySection-module__9G_HkW__membersGrid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:clamp(18px,4vw,28px) clamp(14px,3vw,22px);padding-top:6px;display:grid}.FamilySection-module__9G_HkW__memberItem{transform:rotate(var(--tilt,0deg)) translateY(var(--lift,0px));background:#fffdf9;border:1px solid #00000014;border-radius:2px;flex-direction:column;align-items:center;gap:4px;padding:14px 10px 12px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 4px 10px #0000001a}.FamilySection-module__9G_HkW__memberItem:hover{transform:rotate(0deg) translateY(calc(var(--lift,0px) - 4px)) scale(1.04);z-index:2;box-shadow:0 8px 18px #00000029}.FamilySection-module__9G_HkW__pinDot{opacity:.85;border-radius:50%;width:8px;height:8px;position:absolute;top:-5px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #0006}.FamilySection-module__9G_HkW__relationLabel{letter-spacing:.1em;text-transform:uppercase;opacity:.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.65rem}.FamilySection-module__9G_HkW__memberName{word-break:break-word;font-size:clamp(.95rem,2.4vw,1.1rem);line-height:1.3}.FamilySection-module__9G_HkW__emptyMsg{opacity:.7;margin:0;font-size:.95rem;font-style:italic}.FamilySection-module__9G_HkW__bottomQuote{opacity:.85;max-width:480px;margin:0;font-size:clamp(.85rem,2vw,1rem);font-style:italic;line-height:1.6}@media (max-width:480px){.FamilySection-module__9G_HkW__membersGrid{grid-template-columns:repeat(2,1fr)}.FamilySection-module__9G_HkW__memberItem{transform:rotate(calc(var(--tilt,0deg) * .6)) translateY(var(--lift,0px))}.FamilySection-module__9G_HkW__memberItem:hover{transform:rotate(0deg) translateY(calc(var(--lift,0px) - 3px)) scale(1.02)}}@media (min-width:900px){.FamilySection-module__9G_HkW__membersGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (prefers-reduced-motion:reduce){.FamilySection-module__9G_HkW__memberItem{transition:none}}
.EventSection-module__xHYuUa__eventSection{background-position:50%;background-size:cover;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:80px 20px 200px;display:flex;position:relative}.EventSection-module__xHYuUa__bottomFloral{pointer-events:none;z-index:1;background-position:bottom;background-repeat:no-repeat;background-size:contain;width:100%;height:350px;position:absolute;bottom:0;left:0}.EventSection-module__xHYuUa__contentWrapper{z-index:10;text-align:center;width:100%;max-width:1100px;position:relative}.EventSection-module__xHYuUa__headerArea{margin-bottom:60px}.EventSection-module__xHYuUa__title{text-transform:uppercase;letter-spacing:6px;margin-bottom:10px;font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4rem)}.EventSection-module__xHYuUa__slogan{letter-spacing:3px;text-transform:uppercase;opacity:.8;font-size:1.1rem}.EventSection-module__xHYuUa__eventsGrid{border-top:1px solid #0000001a;border-left:1px solid #0000001a;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:0;display:grid}.EventSection-module__xHYuUa__eventCard{text-align:center;border-bottom:1px solid #0000001a;border-right:1px solid #0000001a;padding:50px 30px;transition:background .3s}.EventSection-module__xHYuUa__eventCard:hover{background:#00000005}.EventSection-module__xHYuUa__eventName{margin-bottom:20px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600}.EventSection-module__xHYuUa__infoRow{flex-direction:column;gap:5px;margin-bottom:15px;display:flex}.EventSection-module__xHYuUa__label{text-transform:uppercase;letter-spacing:2px;opacity:.6;font-size:.75rem}.EventSection-module__xHYuUa__value{font-size:1.05rem;font-weight:500}.EventSection-module__xHYuUa__address{opacity:.8;max-width:250px;margin:10px auto 0;font-size:.9rem;line-height:1.6}@media (max-width:768px){.EventSection-module__xHYuUa__eventSection{padding-bottom:150px}.EventSection-module__xHYuUa__bottomFloral{height:200px}.EventSection-module__xHYuUa__eventsGrid{border-left:none}.EventSection-module__xHYuUa__eventCard{border-left:none;padding:40px 20px}}
.PhotoGallery-module__hAsPfW__gallerySection{background-position:50%;background-size:cover;width:100%;min-height:100vh;padding:80px 20px;position:relative;overflow-x:hidden}.PhotoGallery-module__hAsPfW__header{text-align:center;margin-bottom:60px}.PhotoGallery-module__hAsPfW__title{margin-bottom:10px;font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4rem)}.PhotoGallery-module__hAsPfW__subtitle{max-width:600px;margin:0 auto 20px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.PhotoGallery-module__hAsPfW__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:20px;display:grid}.PhotoGallery-module__hAsPfW__photoFrame{cursor:pointer;background:#fff;border:1px solid #0000000d;padding:12px 12px 40px;transition:all .3s;position:relative;box-shadow:0 10px 25px #00000026}.PhotoGallery-module__hAsPfW__photoFrame:hover{z-index:50;box-shadow:0 20px 40px #00000040;transform:scale(1.08)rotate(0)!important}.PhotoGallery-module__hAsPfW__imgWrapper{aspect-ratio:1;background:#f0f0f0;width:100%;position:relative;overflow:hidden}.PhotoGallery-module__hAsPfW__image{object-fit:cover;transition:transform .5s}.PhotoGallery-module__hAsPfW__photoFrame:hover .PhotoGallery-module__hAsPfW__image{transform:scale(1.1)}.PhotoGallery-module__hAsPfW__bottomQuote{text-align:center;opacity:.9;margin-top:60px;font-size:1.1rem;font-style:italic}.PhotoGallery-module__hAsPfW__modalOverlay{z-index:9999;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.PhotoGallery-module__hAsPfW__fullImage{object-fit:contain;max-width:95%;max-height:90vh;animation:.3s ease-out PhotoGallery-module__hAsPfW__zoomIn;box-shadow:0 0 50px #ffffff1a}@keyframes PhotoGallery-module__hAsPfW__zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.PhotoGallery-module__hAsPfW__emptyMsg{text-align:center;opacity:.6;padding:100px;font-size:1.2rem}@media (max-width:600px){.PhotoGallery-module__hAsPfW__galleryGrid{grid-template-columns:repeat(2,1fr);gap:15px;padding:10px}.PhotoGallery-module__hAsPfW__photoFrame{padding:8px 8px 25px}.PhotoGallery-module__hAsPfW__title{font-size:2.2rem}}
.RSVPSection-module__Pj3UfW__rsvpSection{background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;padding:100px 20px;display:flex}.RSVPSection-module__Pj3UfW__rsvpBox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#fff9;border:1px solid #0000001a;width:100%;max-width:700px;padding:50px 40px}.RSVPSection-module__Pj3UfW__ganeshaimg{justify-content:center;align-items:center;width:100%;display:flex}.RSVPSection-module__Pj3UfW__guestGreeting{text-transform:uppercase;letter-spacing:3px;margin-bottom:15px;font-size:1.1rem;font-weight:500}.RSVPSection-module__Pj3UfW__title{margin-bottom:15px;font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.2}.RSVPSection-module__Pj3UfW__subtitle{opacity:.85;margin-bottom:45px;max-width:500px;margin-inline:auto;font-size:1.1rem;line-height:1.7}.RSVPSection-module__Pj3UfW__optionsWrapper{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.RSVPSection-module__Pj3UfW__optionBtn{cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:2px solid;justify-content:center;align-items:center;gap:12px;min-width:250px;padding:18px 35px;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex}.RSVPSection-module__Pj3UfW__checkMark{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.RSVPSection-module__Pj3UfW__activeStatus{margin-top:30px;font-style:italic;font-weight:600;animation:.5s RSVPSection-module__Pj3UfW__fadeIn}@keyframes RSVPSection-module__Pj3UfW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.RSVPSection-module__Pj3UfW__optionBtn{width:100%}.RSVPSection-module__Pj3UfW__rsvpBox{padding:40px 20px}}
.Footer-module__oBfkTW__footerSection{text-align:center;background-position:50%;background-size:cover;flex-direction:column;align-items:center;gap:40px;width:100%;padding:100px 20px;display:flex;position:relative;overflow:hidden}.Footer-module__oBfkTW__overlay{z-index:1;background:#ffffffd9;position:absolute;inset:0}.Footer-module__oBfkTW__contentContainer{z-index:5;width:100%;max-width:800px;position:relative}.Footer-module__oBfkTW__thanksMsg{margin-bottom:20px;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.2rem);line-height:1.2}.Footer-module__oBfkTW__socialSection{margin-top:30px}.Footer-module__oBfkTW__smallLabel{text-transform:uppercase;letter-spacing:4px;margin-bottom:20px;font-size:.8rem;display:block}.Footer-module__oBfkTW__socialBar{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.Footer-module__oBfkTW__socialIcon{border:1px solid;border-radius:0;justify-content:center;align-items:center;width:55px;height:55px;font-size:1.4rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__oBfkTW__whatsappOverlay{z-index:999;text-decoration:none;transition:transform .3s;position:fixed;bottom:30px;right:30px}.Footer-module__oBfkTW__whatsappOverlay:hover{transform:translateY(-5px)}.Footer-module__oBfkTW__whatsappContent{color:#fff;background-color:#25d366;border-radius:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex;box-shadow:0 10px 30px #0003}@media (max-width:600px){.Footer-module__oBfkTW__footerSection{padding:80px 15px}.Footer-module__oBfkTW__whatsappOverlay{bottom:20px;right:20px}.Footer-module__oBfkTW__whatsappContent{width:50px;height:50px;font-size:1.5rem}}
.LifafaReveal-module__GSQhhq__gate{--lifafa-flap:#6e1423;--lifafa-flap-dark:#4a0d18;--lifafa-gold:#d9a648;--lifafa-paper:#f4ede8;--lifafa-ink:#fff7ec;z-index:999;background:var(--lifafa-flap-dark);position:fixed;inset:0;overflow:hidden}.LifafaReveal-module__GSQhhq__panel{background:linear-gradient(155deg, var(--lifafa-flap) 0%, var(--lifafa-flap-dark) 100%);will-change:transform;align-items:center;width:50%;transition:transform 1.1s cubic-bezier(.76,0,.24,1);display:flex;position:absolute;top:0;bottom:0}.LifafaReveal-module__GSQhhq__panelLeft{clip-path:polygon(0 0,100% 0,88% 100%,0 100%);justify-content:flex-end;left:0}.LifafaReveal-module__GSQhhq__panelRight{clip-path:polygon(12% 0,100% 0,100% 100%,0 100%);justify-content:flex-start;right:0}.LifafaReveal-module__GSQhhq__isOpening .LifafaReveal-module__GSQhhq__panelLeft{transform:translate(-105%)}.LifafaReveal-module__GSQhhq__isOpening .LifafaReveal-module__GSQhhq__panelRight{transform:translate(105%)}.LifafaReveal-module__GSQhhq__seamLine{background:linear-gradient(to bottom, transparent, var(--lifafa-gold) 18%, var(--lifafa-gold) 82%, transparent);opacity:.85;width:1px;position:absolute;top:6%;bottom:6%}.LifafaReveal-module__GSQhhq__panelLeft .LifafaReveal-module__GSQhhq__seamLine{right:13%}.LifafaReveal-module__GSQhhq__panelRight .LifafaReveal-module__GSQhhq__seamLine{left:13%}.LifafaReveal-module__GSQhhq__cornerFlourish{border:1px solid var(--lifafa-gold);opacity:.5;border-radius:50%;width:64px;height:64px;position:absolute}.LifafaReveal-module__GSQhhq__panelLeft .LifafaReveal-module__GSQhhq__cornerFlourish{top:8%;right:18%}.LifafaReveal-module__GSQhhq__panelRight .LifafaReveal-module__GSQhhq__cornerFlourish{bottom:8%;left:18%}@media (max-width:640px){.LifafaReveal-module__GSQhhq__cornerFlourish{width:40px;height:40px}.LifafaReveal-module__GSQhhq__panelLeft .LifafaReveal-module__GSQhhq__seamLine{right:9%}.LifafaReveal-module__GSQhhq__panelRight .LifafaReveal-module__GSQhhq__seamLine{left:9%}.LifafaReveal-module__GSQhhq__panelLeft .LifafaReveal-module__GSQhhq__cornerFlourish{right:12%}.LifafaReveal-module__GSQhhq__panelRight .LifafaReveal-module__GSQhhq__cornerFlourish{left:12%}}.LifafaReveal-module__GSQhhq__centerWrap{z-index:10;text-align:center;flex-direction:column;align-items:center;gap:10px;width:min(90vw,420px);padding:0 20px;transition:opacity .5s,transform .5s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LifafaReveal-module__GSQhhq__isOpening .LifafaReveal-module__GSQhhq__centerWrap{opacity:0;transition:opacity .45s,transform .45s;transform:translate(-50%,-50%)scale(.88)}.LifafaReveal-module__GSQhhq__coupleNames{color:var(--lifafa-ink);letter-spacing:.03em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.4rem,5vw,2.1rem)}.LifafaReveal-module__GSQhhq__tagline{letter-spacing:.16em;text-transform:uppercase;color:var(--lifafa-gold);margin:0 0 14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.72rem,2vw,.85rem)}.LifafaReveal-module__GSQhhq__openButton{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;align-items:center;gap:10px;padding:8px;display:flex}.LifafaReveal-module__GSQhhq__openButton:disabled{cursor:default}.LifafaReveal-module__GSQhhq__openButton:focus-visible{outline:2px solid var(--lifafa-gold);outline-offset:8px;border-radius:50%}.LifafaReveal-module__GSQhhq__sealRing{background:radial-gradient(circle at 35% 30%, #e9c06a, var(--lifafa-gold) 70%);border-radius:50%;justify-content:center;align-items:center;width:clamp(64px,14vw,84px);height:clamp(64px,14vw,84px);transition:transform .25s;display:flex;box-shadow:0 6px 18px #00000059}.LifafaReveal-module__GSQhhq__openButton:hover .LifafaReveal-module__GSQhhq__sealRing{transform:scale(1.06)}.LifafaReveal-module__GSQhhq__openButton:active .LifafaReveal-module__GSQhhq__sealRing{transform:scale(.96)}.LifafaReveal-module__GSQhhq__sealGlyph{color:var(--lifafa-flap-dark);font-size:clamp(1.4rem,4vw,1.8rem)}.LifafaReveal-module__GSQhhq__buttonText{letter-spacing:.08em;text-transform:uppercase;color:var(--lifafa-ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.78rem,2vw,.9rem)}.LifafaReveal-module__GSQhhq__revealedContent{animation:.6s both LifafaReveal-module__GSQhhq__lifafaFadeUp}@keyframes LifafaReveal-module__GSQhhq__lifafaFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.LifafaReveal-module__GSQhhq__panel,.LifafaReveal-module__GSQhhq__centerWrap,.LifafaReveal-module__GSQhhq__sealRing{transition-duration:.01ms!important}.LifafaReveal-module__GSQhhq__revealedContent{animation:none}}
.WeddingEvents-module__71ubVW__wrapper{box-sizing:border-box;width:100%;padding:clamp(80px,12cqw,120px) 20px;position:relative;overflow:hidden}.WeddingEvents-module__71ubVW__bottomBorder{object-fit:contain;opacity:.8;width:100%;position:absolute;bottom:0;left:0}.WeddingEvents-module__71ubVW__contentContainer{z-index:5;width:100%;max-width:1100px;margin:0 auto;position:relative}.WeddingEvents-module__71ubVW__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:clamp(40px,8vw,80px);display:flex}.WeddingEvents-module__71ubVW__ganeshaIcon{filter:drop-shadow(0 0 10px #00000080);width:clamp(60px,10cqw,90px);margin-bottom:20px}.WeddingEvents-module__71ubVW__title{text-transform:uppercase;letter-spacing:2px;margin:10px 0;font-size:clamp(2rem,6vw,3.2rem);font-weight:700}.WeddingEvents-module__71ubVW__fancyDivider{border-radius:10px;width:120px;height:2px;margin:15px auto}.WeddingEvents-module__71ubVW__slogan{opacity:.9;letter-spacing:1px;font-size:clamp(.9rem,2.5vw,1.2rem);font-style:italic}.WeddingEvents-module__71ubVW__eventsGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:25px;width:100%;display:grid}.WeddingEvents-module__71ubVW__eventCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid;border-radius:25px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 15px 35px #0003}.WeddingEvents-module__71ubVW__eventCard:hover{background:#ffffff12;transform:translateY(-8px)}.WeddingEvents-module__71ubVW__cardCorner{opacity:.5;border-top:3px solid;border-left:3px solid;border-top-left-radius:25px;width:50px;height:50px;position:absolute;top:0;left:0}.WeddingEvents-module__71ubVW__cardBody{flex-direction:column;align-items:center;height:100%;padding:40px 25px;display:flex}.WeddingEvents-module__71ubVW__iconCircle{background:#0003;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:25px;display:flex}.WeddingEvents-module__71ubVW__eventName{text-align:center;margin-bottom:25px;font-size:clamp(1.4rem,3.5vw,1.8rem);font-weight:700}.WeddingEvents-module__71ubVW__infoList{flex-direction:column;gap:15px;width:100%;margin-bottom:30px;display:flex}.WeddingEvents-module__71ubVW__infoRow{align-items:center;gap:12px;display:flex}.WeddingEvents-module__71ubVW__textSmall{letter-spacing:.5px;font-size:1rem;font-weight:500}.WeddingEvents-module__71ubVW__addressBox{flex-direction:column;display:flex}.WeddingEvents-module__71ubVW__venueName{font-size:1.1rem;font-weight:700}.WeddingEvents-module__71ubVW__addressDetail{opacity:.8;margin-top:4px;font-size:.9rem;line-height:1.4}.WeddingEvents-module__71ubVW__mapButton{text-align:center;border-radius:15px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:auto;padding:14px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s;display:flex;box-shadow:0 4px 15px #0003}.WeddingEvents-module__71ubVW__mapButton:hover{transform:scale(1.02)}.WeddingEvents-module__71ubVW__footer{flex-direction:column;align-items:center;margin-top:60px;display:flex}.WeddingEvents-module__71ubVW__footerMessage{text-align:center;opacity:.9;font-size:clamp(1.2rem,3vw,1.6rem);font-style:italic;font-weight:600}@media (max-width:480px){.WeddingEvents-module__71ubVW__wrapper{padding:60px 15px}.WeddingEvents-module__71ubVW__cardBody{padding:35px 20px}}
.OverlayBorder-module__f-JQBW__topBorder{z-index:35;pointer-events:none;width:100%;position:absolute;top:0;left:0}
.ThemeModern-module__BxGJCW__mainWrapper{background-color:#fff;width:100%;min-height:100vh;position:relative;overflow:hidden auto;container:mainTheme/inline-size}.ThemeModern-module__BxGJCW__contentContainer{flex-direction:column;width:100%;display:flex}.ThemeModern-module__BxGJCW__langBtn{z-index:999;color:#2e0011;cursor:pointer;transition:transform .2s active;background:#d9b060;border:2px solid #2e0011;border-radius:30px;padding:8px 15px;font-size:14px;font-weight:700;position:absolute;top:20px;right:15px;box-shadow:0 4px 10px #0003}.ThemeModern-module__BxGJCW__langBtn:active{transform:scale(.95)}.ThemeModern-module__BxGJCW__floatingWrapper{z-index:90;pointer-events:none;position:absolute;bottom:30px;right:15px}.ThemeModern-module__BxGJCW__floatingWrapper>*{pointer-events:auto}.ThemeModern-module__BxGJCW__rsvpWrapper{width:100%;padding-bottom:100px}@container mainTheme (max-width:600px){.ThemeModern-module__BxGJCW__langBtn{padding:5px 10px;font-size:12px;top:15px;right:10px}.ThemeModern-module__BxGJCW__floatingWrapper{bottom:20px;right:10px}}@container mainTheme (max-width:380px){.ThemeModern-module__BxGJCW__langBtn{padding:4px 8px;font-size:11px}}:is(.ThemeModern-module__BxGJCW__mainWrapper .container,.ThemeModern-module__BxGJCW__mainWrapper .section){box-sizing:border-box!important;max-width:100%!important}
