.VideoModal-module__8RNAxG__backdrop{-webkit-backdrop-filter:blur(12px);z-index:10000;background:#14100cf2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.VideoModal-module__8RNAxG__modalContent{border-radius:var(--radius-lg);background:#12100e;border:1px solid #b8933466;width:100%;max-width:1000px;position:relative;overflow:hidden;box-shadow:0 25px 50px #000c}.VideoModal-module__8RNAxG__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:background .3s,color .3s;display:flex;position:absolute;top:12px;right:18px}.VideoModal-module__8RNAxG__closeBtn:hover{background:var(--gold);color:#fff}.VideoModal-module__8RNAxG__videoWrapper{width:100%;padding-top:56.25%;position:relative}.VideoModal-module__8RNAxG__iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.VideoModal-module__8RNAxG__modalFooter{text-align:center;background:#181410;padding:1.25rem 2rem}.VideoModal-module__8RNAxG__modalFooter h3{font-family:var(--font-heading);color:var(--gold-light);margin-bottom:.25rem;font-size:1.2rem}.VideoModal-module__8RNAxG__modalFooter p{font-family:var(--font-body);color:#a09880;margin:0;font-size:.85rem}@media (max-width:768px){.VideoModal-module__8RNAxG__backdrop,.VideoModal-module__8RNAxG__modalFooter{padding:1rem}}
.HeroSection-module__MmUPlq__hero{color:#fff;justify-content:center;align-items:center;width:100%;height:100dvh;min-height:600px;display:flex;position:relative;overflow:hidden}.HeroSection-module__MmUPlq__videoContainer{z-index:1;background-image:url(/images/gallery/001_DVuFX4NE9a5_1.webp);background-position:50% 30%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__MmUPlq__video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.2s ease-in-out;position:absolute;inset:0;transform:scale(1.05)}.HeroSection-module__MmUPlq__videoActive{opacity:1}.HeroSection-module__MmUPlq__overlay{z-index:2;background:radial-gradient(circle,#05050533 0%,#050505e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__MmUPlq__content{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:1000px;padding:0 2rem;display:flex;position:relative}.HeroSection-module__MmUPlq__badge{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:#f8f4ec;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#b8933426;border:1px solid #d4af3780;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem}.HeroSection-module__MmUPlq__heading{font-family:var(--font-heading);color:#fff;text-shadow:0 4px 20px #00000080;overflow-wrap:break-word;max-width:100%;margin-bottom:1.25rem;font-size:clamp(2rem,4.2vw,3.5rem);font-weight:600;line-height:1.1}.HeroSection-module__MmUPlq__wordMask{margin-right:.2em;padding-bottom:.1em;display:inline-block;overflow:hidden}.HeroSection-module__MmUPlq__word{background:linear-gradient(#fff,#e0d5c1);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.HeroSection-module__MmUPlq__textContainer{flex-direction:column;align-items:center;display:flex}.HeroSection-module__MmUPlq__subtitle{font-family:var(--font-body);color:#f3ede2e6;text-shadow:0 2px 10px #0006;max-width:650px;margin-bottom:1.75rem;font-size:1.15rem}.HeroSection-module__MmUPlq__actions{gap:1.5rem;margin-bottom:2.5rem;display:flex}.HeroSection-module__MmUPlq__primaryBtn,.HeroSection-module__MmUPlq__secondaryBtn{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;cursor:pointer;border-radius:9999px;align-items:center;gap:8px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.25,1,.5,1);display:inline-flex}.HeroSection-module__MmUPlq__primaryBtn{background:linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));color:#fff;border:none;box-shadow:0 8px 25px #b893344d}.HeroSection-module__MmUPlq__primaryBtn:hover{background:linear-gradient(135deg, #f0c440, var(--gold-light), var(--gold));transform:translateY(-3px);box-shadow:0 12px 30px #b8933480}.HeroSection-module__MmUPlq__secondaryBtn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1e1a1666;border:1px solid #d4af3799}.HeroSection-module__MmUPlq__secondaryBtn:hover{border-color:var(--gold-light);background-color:#d4af3726;transform:translateY(-3px)}.HeroSection-module__MmUPlq__playIcon{color:var(--gold-light);font-size:.9em}.HeroSection-module__MmUPlq__stats{font-family:var(--font-body);color:#f3ede2;text-transform:uppercase;letter-spacing:1.5px;opacity:.9;align-items:center;gap:2rem;font-size:.95rem;display:flex}.HeroSection-module__MmUPlq__statDivider{background-color:var(--gold);width:4px;height:4px;box-shadow:0 0 8px var(--gold-light);border-radius:50%}.HeroSection-module__MmUPlq__scrollIndicator{z-index:10;animation:2s cubic-bezier(.28,.84,.42,1) infinite HeroSection-module__MmUPlq__bounce;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.HeroSection-module__MmUPlq__chevron{border-right:2px solid var(--gold-light);border-bottom:2px solid var(--gold-light);width:18px;height:18px;transform:rotate(45deg)}@keyframes HeroSection-module__MmUPlq__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@media (max-width:768px){.HeroSection-module__MmUPlq__badge,.HeroSection-module__MmUPlq__heading{margin-bottom:.75rem}.HeroSection-module__MmUPlq__subtitle{margin-bottom:1rem;font-size:1.05rem}.HeroSection-module__MmUPlq__actions{flex-direction:column;gap:.75rem;width:100%;margin-bottom:1.5rem}.HeroSection-module__MmUPlq__primaryBtn,.HeroSection-module__MmUPlq__secondaryBtn{justify-content:center;width:100%;padding:.85rem 2rem;font-size:.95rem}.HeroSection-module__MmUPlq__stats,.HeroSection-module__MmUPlq__statDivider{display:none}}
.AboutPreview-module__hV8ABW__aboutPreview{background-color:var(--bg-dark);min-height:100vh;color:var(--text-primary);display:flex;position:relative;overflow:hidden}.AboutPreview-module__hV8ABW__imageContainer{flex:1;width:100%;min-height:500px;position:relative;overflow:hidden}.AboutPreview-module__hV8ABW__imageWrapper{width:100%;height:120%;position:absolute;top:-10%;left:0}.AboutPreview-module__hV8ABW__image{object-fit:cover;object-position:center 30%}.AboutPreview-module__hV8ABW__contentContainer{background-color:var(--bg-dark);z-index:2;flex:1;align-items:center;padding:6rem 5%;display:flex}.AboutPreview-module__hV8ABW__content{max-width:600px}.AboutPreview-module__hV8ABW__badge{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--gold);border-bottom:1px solid var(--gold);margin-bottom:1.5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:600;display:inline-block}.AboutPreview-module__hV8ABW__heading{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600;line-height:1.2}.AboutPreview-module__hV8ABW__paragraph{font-family:var(--font-body);color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.AboutPreview-module__hV8ABW__features{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:3rem 0;display:grid}.AboutPreview-module__hV8ABW__featureCard{background:var(--bg-card);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);border:1px solid #b8933440;padding:1.5rem 1rem;transition:transform .3s}.AboutPreview-module__hV8ABW__featureCard:hover{box-shadow:var(--shadow-gold);transform:translateY(-4px)}.AboutPreview-module__hV8ABW__icon{margin-bottom:.75rem;font-size:2rem}.AboutPreview-module__hV8ABW__featureCard h3{font-family:var(--font-body);color:var(--text-primary);margin:0;font-size:.9rem;font-weight:600}.AboutPreview-module__hV8ABW__learnMoreBtn{font-family:var(--font-body);background:linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #b8933440}.AboutPreview-module__hV8ABW__learnMoreBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #b8933466}@media (max-width:1024px){.AboutPreview-module__hV8ABW__aboutPreview{flex-direction:column}.AboutPreview-module__hV8ABW__imageContainer{width:100%;height:380px;min-height:380px;position:relative}.AboutPreview-module__hV8ABW__imageWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.AboutPreview-module__hV8ABW__contentContainer{padding:3rem 1.5rem}.AboutPreview-module__hV8ABW__features{grid-template-columns:1fr;gap:1rem}}
.PortfolioGrid-module__kCKzEq__portfolioSection{background-color:var(--bg-dark);padding:8rem 2rem;position:relative;overflow:hidden}.PortfolioGrid-module__kCKzEq__header{text-align:center;margin-bottom:5rem}.PortfolioGrid-module__kCKzEq__badge{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--gold-light);background:#b893341a;border:1px solid #d4af3780;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;display:inline-block}.PortfolioGrid-module__kCKzEq__heading{font-family:var(--font-heading);color:var(--text-primary);margin:0;font-size:clamp(2.5rem,5vw,4rem)}.PortfolioGrid-module__kCKzEq__gridContainer{grid-template-columns:repeat(4,1fr);grid-auto-rows:300px;gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.PortfolioGrid-module__kCKzEq__gridItem{cursor:pointer;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.PortfolioGrid-module__kCKzEq__col-span-2{grid-column:span 2}.PortfolioGrid-module__kCKzEq__col-span-1{grid-column:span 1}.PortfolioGrid-module__kCKzEq__row-span-2{grid-row:span 2}.PortfolioGrid-module__kCKzEq__row-span-1{grid-row:span 1}.PortfolioGrid-module__kCKzEq__imageWrapper{width:100%;height:100%;position:relative}.PortfolioGrid-module__kCKzEq__image{object-fit:cover;object-position:center 30%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.PortfolioGrid-module__kCKzEq__gridItem:hover .PortfolioGrid-module__kCKzEq__image{transform:scale(1.08)}.PortfolioGrid-module__kCKzEq__overlay{opacity:.9;background:linear-gradient(#0000 0%,#0f0d0b33 40%,#0f0d0be6 100%);flex-direction:column;justify-content:flex-end;padding:2rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.PortfolioGrid-module__kCKzEq__gridItem:hover .PortfolioGrid-module__kCKzEq__overlay{opacity:1;background:linear-gradient(#0f0d0b66 0%,#0f0d0bf2 100%)}.PortfolioGrid-module__kCKzEq__content{transition:transform .4s cubic-bezier(.25,1,.5,1);transform:translateY(20px)}.PortfolioGrid-module__kCKzEq__gridItem:hover .PortfolioGrid-module__kCKzEq__content{transform:translateY(0)}.PortfolioGrid-module__kCKzEq__title{font-family:var(--font-heading);color:#fff;margin-bottom:.5rem;font-size:1.75rem}.PortfolioGrid-module__kCKzEq__desc{font-family:var(--font-body);color:#ffffffb3;opacity:0;margin-bottom:1.5rem;font-size:.95rem;transition:opacity .4s}.PortfolioGrid-module__kCKzEq__gridItem:hover .PortfolioGrid-module__kCKzEq__desc{opacity:1}.PortfolioGrid-module__kCKzEq__linkBtn{border:1px solid var(--gold);color:var(--gold-light);text-transform:uppercase;letter-spacing:1px;border-radius:9999px;padding:.75rem 1.5rem;font-size:.85rem;text-decoration:none;transition:all .3s;display:inline-block}.PortfolioGrid-module__kCKzEq__linkBtn:hover{background:var(--gold);color:#fff}@media (max-width:1024px){.PortfolioGrid-module__kCKzEq__gridContainer{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PortfolioGrid-module__kCKzEq__gridContainer{grid-template-columns:1fr;grid-auto-rows:350px}.PortfolioGrid-module__kCKzEq__col-span-2,.PortfolioGrid-module__kCKzEq__col-span-1{grid-column:span 1}.PortfolioGrid-module__kCKzEq__row-span-2,.PortfolioGrid-module__kCKzEq__row-span-1{grid-row:span 1}.PortfolioGrid-module__kCKzEq__desc{opacity:1}.PortfolioGrid-module__kCKzEq__content{transform:translateY(0)}}
.ServicesShowcase-module__P1B2ma__servicesShowcase{background-color:var(--bg-dark);color:var(--text-primary);padding:8rem 5%}.ServicesShowcase-module__P1B2ma__header{text-align:center;margin-bottom:4rem}.ServicesShowcase-module__P1B2ma__badge{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--gold);border-bottom:1px solid var(--gold);margin-bottom:1.5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:600;display:inline-block}.ServicesShowcase-module__P1B2ma__heading{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600}.ServicesShowcase-module__P1B2ma__subtitle{font-family:var(--font-body);color:var(--text-muted);font-size:1.1rem}.ServicesShowcase-module__P1B2ma__cardsContainer{flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;display:flex}.ServicesShowcase-module__P1B2ma__cardWrapper{flex:1;min-width:280px;max-width:350px;height:500px;position:relative}.ServicesShowcase-module__P1B2ma__card{border-radius:var(--radius-md);width:100%;height:100%;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.ServicesShowcase-module__P1B2ma__cardImage{object-fit:cover;object-position:center 30%;transition:transform .6s}.ServicesShowcase-module__P1B2ma__card:hover .ServicesShowcase-module__P1B2ma__cardImage{transform:scale(1.05)}.ServicesShowcase-module__P1B2ma__cardOverlay{background:linear-gradient(#14100c26 0%,#14100c80 50%,#14100cf2 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:2rem;transition:background .3s;display:flex;position:absolute;top:0;left:0}.ServicesShowcase-module__P1B2ma__card:hover .ServicesShowcase-module__P1B2ma__cardOverlay{background:linear-gradient(#14100c40 0%,#14100cb3 50%,#14100cfa 100%)}.ServicesShowcase-module__P1B2ma__cardContent{transition:transform .4s;transform:translateY(10px)}.ServicesShowcase-module__P1B2ma__card:hover .ServicesShowcase-module__P1B2ma__cardContent{transform:translateY(0)}.ServicesShowcase-module__P1B2ma__popularBadge{background:linear-gradient(135deg, var(--gold-light), var(--gold));color:#fff;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-full);margin-bottom:1rem;padding:.3rem .85rem;font-size:.75rem;font-weight:600;display:inline-block;box-shadow:0 2px 8px #0000004d}.ServicesShowcase-module__P1B2ma__cardTitle{font-family:var(--font-heading);color:#fff;text-shadow:0 2px 6px #00000080;margin-bottom:.75rem;font-size:1.6rem;font-weight:600}.ServicesShowcase-module__P1B2ma__cardDesc{font-family:var(--font-body);color:#f3ede2;opacity:.9;text-shadow:0 1px 4px #00000080;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.ServicesShowcase-module__P1B2ma__enquireBtn{font-family:var(--font-body);color:var(--gold-light);text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid var(--gold-light);padding-bottom:.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.ServicesShowcase-module__P1B2ma__enquireBtn:hover{color:#fff;border-color:#fff}.ServicesShowcase-module__P1B2ma__viewAllContainer{text-align:center;margin-top:4rem}.ServicesShowcase-module__P1B2ma__viewAllBtn{font-family:var(--font-body);color:var(--gold-dark);border:2px solid var(--gold);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;background-color:#0000;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.ServicesShowcase-module__P1B2ma__viewAllBtn:hover{background-color:var(--gold);color:#fff;box-shadow:var(--shadow-gold)}@media (max-width:768px){.ServicesShowcase-module__P1B2ma__servicesShowcase{padding:5rem 4%}.ServicesShowcase-module__P1B2ma__cardsContainer{flex-direction:column;align-items:center;gap:1.5rem}.ServicesShowcase-module__P1B2ma__cardWrapper{width:100%;max-width:100%;height:400px;min-height:400px;position:relative}.ServicesShowcase-module__P1B2ma__cardOverlay{background:linear-gradient(#14100c33 0%,#14100c8c 40%,#14100cf2 100%);padding:1.5rem}.ServicesShowcase-module__P1B2ma__cardDesc{opacity:1;margin-bottom:1rem;font-size:.9rem}.ServicesShowcase-module__P1B2ma__cardContent{transform:translateY(0)}}
.GalleryPreview-module__aj7PUG__galleryPreview{background-color:var(--bg-dark);color:var(--text-primary);padding:8rem 5%}.GalleryPreview-module__aj7PUG__header{text-align:center;margin-bottom:4rem}.GalleryPreview-module__aj7PUG__badge{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--gold);border-bottom:1px solid var(--gold);margin-bottom:1.5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:600;display:inline-block}.GalleryPreview-module__aj7PUG__heading{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600}.GalleryPreview-module__aj7PUG__subtitle{font-family:var(--font-body);color:var(--text-muted);font-size:1.1rem}.GalleryPreview-module__aj7PUG__grid{grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;gap:1.5rem;display:grid}.GalleryPreview-module__aj7PUG__gridItem{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.GalleryPreview-module__aj7PUG__landscape{aspect-ratio:16/9;grid-column:span 2}.GalleryPreview-module__aj7PUG__portrait{aspect-ratio:3/4;grid-column:span 1}.GalleryPreview-module__aj7PUG__gridItem:not(.GalleryPreview-module__aj7PUG__landscape):not(.GalleryPreview-module__aj7PUG__portrait){aspect-ratio:1}.GalleryPreview-module__aj7PUG__imageWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.GalleryPreview-module__aj7PUG__image{object-fit:cover;object-position:center 30%;transition:transform .6s}.GalleryPreview-module__aj7PUG__gridItem:hover .GalleryPreview-module__aj7PUG__image{transform:scale(1.05)}.GalleryPreview-module__aj7PUG__overlay{opacity:0;background:linear-gradient(#14100c00 0%,#14100c66 50%,#14100ce6 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:2rem;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.GalleryPreview-module__aj7PUG__gridItem:hover .GalleryPreview-module__aj7PUG__overlay{opacity:1}.GalleryPreview-module__aj7PUG__overlayContent{transition:transform .4s;transform:translateY(20px)}.GalleryPreview-module__aj7PUG__gridItem:hover .GalleryPreview-module__aj7PUG__overlayContent{transform:translateY(0)}.GalleryPreview-module__aj7PUG__imageTitle{font-family:var(--font-heading);color:#fff;text-shadow:0 2px 6px #0009;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.GalleryPreview-module__aj7PUG__coupleName{font-family:var(--font-body);color:var(--gold-light);text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 4px #0009;font-size:.9rem;font-weight:600}.GalleryPreview-module__aj7PUG__ctaContainer{text-align:center;margin-top:5rem}.GalleryPreview-module__aj7PUG__viewGalleryBtn{font-family:var(--font-body);background:linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #b8933440}.GalleryPreview-module__aj7PUG__viewGalleryBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #b8933466}@media (max-width:1024px){.GalleryPreview-module__aj7PUG__grid{grid-template-columns:repeat(2,1fr)}.GalleryPreview-module__aj7PUG__landscape{grid-column:span 2}}@media (max-width:768px){.GalleryPreview-module__aj7PUG__grid{grid-template-columns:1fr}.GalleryPreview-module__aj7PUG__landscape,.GalleryPreview-module__aj7PUG__portrait{aspect-ratio:4/3;grid-column:span 1}.GalleryPreview-module__aj7PUG__overlay{opacity:1;background:linear-gradient(#0000 0%,#14100c59 40%,#14100ceb 100%)}.GalleryPreview-module__aj7PUG__overlayContent{transform:translateY(0)}}
.TestimonialsCarousel-module__98GNka__testimonialsSection{background-color:var(--bg-surface);color:var(--text-primary);padding:8rem 5%;position:relative;overflow:hidden}.TestimonialsCarousel-module__98GNka__container{max-width:1000px;margin:0 auto}.TestimonialsCarousel-module__98GNka__header{text-align:center;margin-bottom:4rem}.TestimonialsCarousel-module__98GNka__badge{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--gold);border-bottom:1px solid var(--gold);margin-bottom:1.5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:600;display:inline-block}.TestimonialsCarousel-module__98GNka__heading{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600}.TestimonialsCarousel-module__98GNka__carouselContainer{width:100%;position:relative}.TestimonialsCarousel-module__98GNka__carouselWrapper{min-height:320px;position:relative}.TestimonialsCarousel-module__98GNka__testimonialCard{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);-webkit-user-select:none;user-select:none;border:1px solid #b8933440;padding:3rem;position:relative}.TestimonialsCarousel-module__98GNka__quoteMark{font-family:var(--font-heading);color:#b8933426;pointer-events:none;font-size:6rem;line-height:1;position:absolute;top:1rem;right:2rem}.TestimonialsCarousel-module__98GNka__textContent{margin-bottom:2rem}.TestimonialsCarousel-module__98GNka__highlightQuote{font-family:var(--font-heading);color:var(--gold);margin-bottom:1rem;font-size:1.5rem;font-weight:600;line-height:1.4}.TestimonialsCarousel-module__98GNka__review{font-family:var(--font-body);color:var(--text-muted);font-size:1.05rem;line-height:1.7}.TestimonialsCarousel-module__98GNka__authorInfo{align-items:center;gap:1.25rem;display:flex}.TestimonialsCarousel-module__98GNka__authorImageWrapper{border:2px solid var(--gold);border-radius:50%;width:60px;height:60px;position:relative;overflow:hidden}.TestimonialsCarousel-module__98GNka__authorImage{object-fit:cover}.TestimonialsCarousel-module__98GNka__authorDetails{flex-direction:column;display:flex}.TestimonialsCarousel-module__98GNka__authorName{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.25rem;font-size:1.2rem;font-weight:600}.TestimonialsCarousel-module__98GNka__authorService{font-family:var(--font-body);color:var(--text-muted);margin-bottom:.25rem;font-size:.85rem}.TestimonialsCarousel-module__98GNka__stars{gap:2px;display:flex}.TestimonialsCarousel-module__98GNka__star{color:var(--gold);font-size:1rem}.TestimonialsCarousel-module__98GNka__controls{justify-content:center;align-items:center;gap:2rem;margin-top:2.5rem;display:flex}.TestimonialsCarousel-module__98GNka__controlBtn{background:var(--bg-card);color:var(--text-primary);cursor:pointer;width:44px;height:44px;box-shadow:var(--shadow-sm);border:1px solid #b893344d;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.TestimonialsCarousel-module__98GNka__controlBtn:hover{background:var(--gold);color:#fff;border-color:var(--gold)}.TestimonialsCarousel-module__98GNka__dots{gap:.5rem;display:flex}.TestimonialsCarousel-module__98GNka__dot{cursor:pointer;background:#b893344d;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.TestimonialsCarousel-module__98GNka__activeDot{background:var(--gold);border-radius:10px;width:28px}@media (max-width:768px){.TestimonialsCarousel-module__98GNka__testimonialCard{padding:2rem 1.5rem}.TestimonialsCarousel-module__98GNka__highlightQuote{font-size:1.25rem}}
.StatsCounter-module__BbTAhG__statsSection{color:#fff;width:100%;padding:6rem 5%;position:relative;overflow:hidden}.StatsCounter-module__BbTAhG__bgImage{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.StatsCounter-module__BbTAhG__image{object-fit:cover;object-position:center 30%}.StatsCounter-module__BbTAhG__overlay{z-index:2;background:linear-gradient(135deg,#1e1812e6 0%,#1e1812cc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.StatsCounter-module__BbTAhG__content{z-index:10;max-width:1200px;margin:0 auto;position:relative}.StatsCounter-module__BbTAhG__grid{justify-content:space-between;align-items:center;display:flex}.StatsCounter-module__BbTAhG__statItem{flex-direction:column;flex:1;align-items:center;padding:1rem;display:flex;position:relative}.StatsCounter-module__BbTAhG__number{font-family:var(--font-heading);color:var(--gold-light);text-shadow:0 4px 12px #0006;margin-bottom:.75rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1}.StatsCounter-module__BbTAhG__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;color:#f3ede2;text-align:center;font-size:.95rem;font-weight:500}.StatsCounter-module__BbTAhG__divider{background:linear-gradient(to bottom, transparent, var(--gold), transparent);width:1px;height:60%;position:absolute;top:20%;right:0}@media (max-width:768px){.StatsCounter-module__BbTAhG__grid{grid-template-columns:repeat(2,1fr);gap:3rem 1rem;display:grid}.StatsCounter-module__BbTAhG__divider{display:none}}
.EventsTimeline-module__GndMAq__timelineSection{background-color:var(--bg-dark);color:var(--text-primary);padding:8rem 5%;position:relative}.EventsTimeline-module__GndMAq__header{text-align:center;margin-bottom:5rem}.EventsTimeline-module__GndMAq__badge{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--gold);border-bottom:1px solid var(--gold);margin-bottom:1.5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:600;display:inline-block}.EventsTimeline-module__GndMAq__heading{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600}.EventsTimeline-module__GndMAq__subtitle{font-family:var(--font-body);color:var(--text-muted);font-size:1.1rem}.EventsTimeline-module__GndMAq__timeline{max-width:1200px;margin:0 auto;position:relative}.EventsTimeline-module__GndMAq__timelineLineWrapper{background-color:#b8933433;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.EventsTimeline-module__GndMAq__timelineLine{background:linear-gradient(to bottom, var(--gold-light), var(--gold), var(--gold-dark));width:100%;height:0}.EventsTimeline-module__GndMAq__timelineItem{justify-content:flex-end;width:100%;margin-bottom:4rem;padding-right:50%;display:flex;position:relative}.EventsTimeline-module__GndMAq__rightItem{justify-content:flex-start;padding-left:50%;padding-right:0}.EventsTimeline-module__GndMAq__timelineDot{background-color:var(--bg-dark);border:3px solid var(--gold);z-index:5;border-radius:50%;width:16px;height:16px;position:absolute;top:40px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #b8933480}.EventsTimeline-module__GndMAq__timelineContent{background:var(--bg-card);border-radius:var(--radius-lg);width:90%;box-shadow:var(--shadow-md);border:1px solid #b8933440;transition:transform .3s,box-shadow .3s;overflow:hidden}.EventsTimeline-module__GndMAq__leftItem .EventsTimeline-module__GndMAq__timelineContent{margin-right:2.5rem}.EventsTimeline-module__GndMAq__rightItem .EventsTimeline-module__GndMAq__timelineContent{margin-left:2.5rem}.EventsTimeline-module__GndMAq__timelineContent:hover{box-shadow:var(--shadow-gold);transform:translateY(-5px)}.EventsTimeline-module__GndMAq__imageContainer{aspect-ratio:3/2;width:100%;position:relative}.EventsTimeline-module__GndMAq__image{object-fit:cover;object-position:center 20%}.EventsTimeline-module__GndMAq__textContent{padding:1.5rem 2rem}.EventsTimeline-module__GndMAq__eventTitle{font-family:var(--font-heading);color:var(--gold);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.EventsTimeline-module__GndMAq__eventDesc{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}@media (max-width:992px){.EventsTimeline-module__GndMAq__timelineSection{padding:5rem 4%}.EventsTimeline-module__GndMAq__timelineLineWrapper{left:20px}.EventsTimeline-module__GndMAq__timelineDot{top:30px;left:20px}.EventsTimeline-module__GndMAq__timelineItem,.EventsTimeline-module__GndMAq__rightItem{justify-content:flex-start;margin-bottom:2.5rem;padding-left:45px;padding-right:0}.EventsTimeline-module__GndMAq__leftItem .EventsTimeline-module__GndMAq__timelineContent,.EventsTimeline-module__GndMAq__rightItem .EventsTimeline-module__GndMAq__timelineContent{width:100%;margin-left:0;margin-right:0}.EventsTimeline-module__GndMAq__imageContainer{position:relative}}@media (max-width:600px){.EventsTimeline-module__GndMAq__timelineSection{padding:4rem 3%}.EventsTimeline-module__GndMAq__textContent{padding:1.25rem 1rem}}
.InstagramFeed-module__5fXdyq__instaSection{background-color:var(--bg-dark);text-align:center;padding:6rem 5%}.InstagramFeed-module__5fXdyq__header{margin-bottom:3.5rem}.InstagramFeed-module__5fXdyq__badge{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--gold);border-bottom:1px solid var(--gold);margin-bottom:1.5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:600;display:inline-block}.InstagramFeed-module__5fXdyq__heading{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:600}.InstagramFeed-module__5fXdyq__subtitle{font-family:var(--font-body);color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.InstagramFeed-module__5fXdyq__grid{grid-template-columns:repeat(6,1fr);gap:1rem;max-width:1400px;margin:0 auto;display:grid}.InstagramFeed-module__5fXdyq__postCard{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);display:block;position:relative;overflow:hidden}.InstagramFeed-module__5fXdyq__imageWrapper{aspect-ratio:1;width:100%;position:relative}.InstagramFeed-module__5fXdyq__image{object-fit:cover;object-position:center 30%;transition:transform .5s}.InstagramFeed-module__5fXdyq__postCard:hover .InstagramFeed-module__5fXdyq__image{transform:scale(1.08)}.InstagramFeed-module__5fXdyq__overlay{opacity:0;background:#14100cbf;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.InstagramFeed-module__5fXdyq__postCard:hover .InstagramFeed-module__5fXdyq__overlay{opacity:1}.InstagramFeed-module__5fXdyq__stats{color:#fff;font-family:var(--font-body);gap:16px;font-size:.95rem;font-weight:600;display:flex}.InstagramFeed-module__5fXdyq__ctaWrapper{margin-top:3rem}.InstagramFeed-module__5fXdyq__followBtn{background:linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));color:#fff;border-radius:var(--radius-full);font-family:var(--font-body);padding:.9rem 2.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 15px #b8933440}.InstagramFeed-module__5fXdyq__followBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8933466}.InstagramFeed-module__5fXdyq__modalOverlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0d0bf2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.InstagramFeed-module__5fXdyq__modalContent{background:var(--bg-card,#1a1612);border-radius:var(--radius-lg,12px);border:1px solid #d4af374d;flex-direction:column;width:100%;max-width:900px;max-height:95vh;padding:1.5rem;display:flex;position:relative;box-shadow:0 25px 50px -12px #000000b3}.InstagramFeed-module__5fXdyq__closeBtn{color:#fff;cursor:pointer;z-index:20;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.InstagramFeed-module__5fXdyq__closeBtn:hover{background:#d4af37cc;border-color:#d4af37}.InstagramFeed-module__5fXdyq__mediaWrapper{justify-content:center;align-items:center;width:100%;margin-top:1.5rem;display:flex;position:relative}.InstagramFeed-module__5fXdyq__mediaContainer{background:#000;border-radius:8px;flex:1;justify-content:center;align-items:center;min-height:50vh;max-height:75vh;display:flex;overflow:hidden}.InstagramFeed-module__5fXdyq__modalMedia{object-fit:contain;width:100%;height:100%;max-height:75vh}.InstagramFeed-module__5fXdyq__navBtn{color:#fff;cursor:pointer;z-index:10;background:#0009;border:1px solid #d4af3766;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.InstagramFeed-module__5fXdyq__navBtn:hover{background:#d4af37cc;border-color:#d4af37}.InstagramFeed-module__5fXdyq__prevBtn{left:-20px}.InstagramFeed-module__5fXdyq__nextBtn{right:-20px}.InstagramFeed-module__5fXdyq__modalActions{justify-content:center;margin-top:1.5rem;display:flex}.InstagramFeed-module__5fXdyq__openInstaBtn{background:linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));color:#fff;font-family:var(--font-body);border-radius:9999px;align-items:center;gap:8px;padding:.85rem 2.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 15px #b893344d}.InstagramFeed-module__5fXdyq__openInstaBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8933480}@media (max-width:1024px){.InstagramFeed-module__5fXdyq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.InstagramFeed-module__5fXdyq__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.InstagramFeed-module__5fXdyq__modalOverlay{padding:.5rem}.InstagramFeed-module__5fXdyq__modalContent{padding:1rem}.InstagramFeed-module__5fXdyq__navBtn{width:40px;height:40px;font-size:1.25rem}.InstagramFeed-module__5fXdyq__prevBtn{left:-10px}.InstagramFeed-module__5fXdyq__nextBtn{right:-10px}}
.CTASection-module__MXxBDW__ctaSection{color:#fff;text-align:center;justify-content:center;align-items:center;width:100%;padding:10rem 2rem;display:flex;position:relative;overflow:hidden}.CTASection-module__MXxBDW__bgImage{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.CTASection-module__MXxBDW__image{object-fit:cover;object-position:center 30%}.CTASection-module__MXxBDW__overlay{z-index:2;background:linear-gradient(135deg,#1e1812d9 0%,#1e1812bf 100%);width:100%;height:100%;position:absolute;top:0;left:0}.CTASection-module__MXxBDW__content{z-index:10;flex-direction:column;align-items:center;max-width:800px;display:flex;position:relative}.CTASection-module__MXxBDW__heading{font-family:var(--font-heading);color:#fff;text-shadow:0 4px 16px #0006;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.2}.CTASection-module__MXxBDW__scriptText{font-family:var(--font-script);color:var(--gold-light);text-shadow:0 2px 8px #0006;margin-bottom:3rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:400}.CTASection-module__MXxBDW__actions{gap:1.5rem;display:flex}.CTASection-module__MXxBDW__primaryBtn,.CTASection-module__MXxBDW__secondaryBtn{font-family:var(--font-body);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.CTASection-module__MXxBDW__primaryBtn{background:linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));color:#fff;box-shadow:0 4px 15px #b8933466}.CTASection-module__MXxBDW__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8933499}.CTASection-module__MXxBDW__secondaryBtn{color:#fff;border:1.5px solid var(--gold);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff26}.CTASection-module__MXxBDW__secondaryBtn:hover{background-color:var(--gold);color:#fff;transform:translateY(-2px)}.CTASection-module__MXxBDW__particles{pointer-events:none;z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.CTASection-module__MXxBDW__particle{background:var(--gold-light);opacity:0;border-radius:50%;width:4px;height:4px;animation:8s linear infinite CTASection-module__MXxBDW__float;position:absolute;box-shadow:0 0 10px 2px #d4af3799}.CTASection-module__MXxBDW__particle:nth-child(odd){animation-duration:12s}.CTASection-module__MXxBDW__particle:nth-child(3n){animation-duration:15s}@keyframes CTASection-module__MXxBDW__float{0%{opacity:0;transform:translateY(100vh)translate(0)}10%{opacity:.8}90%{opacity:.8}to{opacity:0;transform:translateY(-100px)translate(50px)}}.CTASection-module__MXxBDW__particle:first-child{animation-delay:0s;left:10%}.CTASection-module__MXxBDW__particle:nth-child(2){animation-delay:2s;left:20%}.CTASection-module__MXxBDW__particle:nth-child(3){animation-delay:4s;left:30%}.CTASection-module__MXxBDW__particle:nth-child(4){animation-delay:6s;left:40%}.CTASection-module__MXxBDW__particle:nth-child(5){animation-delay:1s;left:50%}.CTASection-module__MXxBDW__particle:nth-child(6){animation-delay:3s;left:60%}.CTASection-module__MXxBDW__particle:nth-child(7){animation-delay:5s;left:70%}.CTASection-module__MXxBDW__particle:nth-child(8){animation-delay:7s;left:80%}.CTASection-module__MXxBDW__particle:nth-child(9){animation-delay:.5s;left:90%}@media (max-width:768px){.CTASection-module__MXxBDW__ctaSection{padding:6rem 1.5rem}.CTASection-module__MXxBDW__actions{flex-direction:column;width:100%}}
.DateAvailabilityChecker-module__cuOAna__checkerCard{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #b893344d;max-width:900px;margin:0 auto;padding:2.5rem;position:relative;overflow:hidden}.DateAvailabilityChecker-module__cuOAna__cardHeader{text-align:center;margin-bottom:2rem}.DateAvailabilityChecker-module__cuOAna__badge{border:1px solid var(--gold);color:var(--gold);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;background:#b893341f;margin-bottom:.75rem;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.DateAvailabilityChecker-module__cuOAna__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.2rem)}.DateAvailabilityChecker-module__cuOAna__subtitle{font-family:var(--font-body);color:var(--text-muted);font-size:.95rem}.DateAvailabilityChecker-module__cuOAna__form{width:100%}.DateAvailabilityChecker-module__cuOAna__formGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;display:grid}.DateAvailabilityChecker-module__cuOAna__inputGroup{flex-direction:column;gap:.5rem;display:flex}.DateAvailabilityChecker-module__cuOAna__label{font-family:var(--font-body);color:var(--text-primary);font-size:.85rem;font-weight:600}.DateAvailabilityChecker-module__cuOAna__input,.DateAvailabilityChecker-module__cuOAna__select{background:var(--bg-surface);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--text-primary);border:1px solid #b893344d;padding:12px 14px;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.DateAvailabilityChecker-module__cuOAna__input:focus,.DateAvailabilityChecker-module__cuOAna__select:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 2px #b8933433}.DateAvailabilityChecker-module__cuOAna__checkBtn{background:linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));color:#fff;border-radius:var(--radius-full);width:100%;font-family:var(--font-body);letter-spacing:.5px;cursor:pointer;border:none;padding:14px;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #b8933440}.DateAvailabilityChecker-module__cuOAna__checkBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8933466}.DateAvailabilityChecker-module__cuOAna__loaderContainer{justify-content:center;align-items:center;gap:10px;display:flex}.DateAvailabilityChecker-module__cuOAna__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite DateAvailabilityChecker-module__cuOAna__spin}@keyframes DateAvailabilityChecker-module__cuOAna__spin{to{transform:rotate(360deg)}}.DateAvailabilityChecker-module__cuOAna__resultBox{border:1px solid var(--gold);border-radius:var(--radius-md);text-align:center;background:#b8933414;margin-top:1.5rem;padding:1.25rem;animation:.4s ease-out DateAvailabilityChecker-module__cuOAna__fadeInUp}.DateAvailabilityChecker-module__cuOAna__statusMsg{font-family:var(--font-body);color:var(--gold-dark);margin-bottom:1rem;font-size:.95rem;font-weight:600}.DateAvailabilityChecker-module__cuOAna__whatsappBtn{color:#fff;border-radius:var(--radius-full);font-family:var(--font-body);cursor:pointer;background:#25d366;border:none;padding:10px 24px;font-size:.9rem;font-weight:600;transition:transform .3s,box-shadow .3s}.DateAvailabilityChecker-module__cuOAna__whatsappBtn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #25d36666}@media (max-width:768px){.DateAvailabilityChecker-module__cuOAna__checkerCard{padding:1.5rem 1rem}.DateAvailabilityChecker-module__cuOAna__formGrid{grid-template-columns:1fr;gap:1rem}}
.cinema-module__jNqtLW__pageWrapper{background-color:var(--bg-dark);color:var(--text-primary);min-height:100vh;padding-top:100px}.cinema-module__jNqtLW__hero{text-align:center;background:var(--bg-surface);border-bottom:1px solid var(--glass-border);padding:4rem 5%}.cinema-module__jNqtLW__badge{border:1px solid var(--gold);color:var(--gold);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;background:#b893341f;margin-bottom:1rem;padding:4px 16px;font-size:.8rem;font-weight:700;display:inline-block}.cinema-module__jNqtLW__hero h1{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.cinema-module__jNqtLW__hero p{font-family:var(--font-body);color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.1rem}.cinema-module__jNqtLW__mainSection{max-width:1400px;margin:0 auto;padding:4rem 5%}.cinema-module__jNqtLW__tabsContainer{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:3.5rem;display:flex}.cinema-module__jNqtLW__tabBtn{color:var(--text-muted);font-family:var(--font-body);cursor:pointer;letter-spacing:.1em;text-transform:uppercase;background:0 0;border:none;padding:8px 16px;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.cinema-module__jNqtLW__tabBtn:after{content:"";background:var(--gold-light);transform-origin:50%;width:100%;height:2px;transition:transform .3s cubic-bezier(.25,1,.5,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.cinema-module__jNqtLW__tabBtn:hover{color:var(--text-primary)}.cinema-module__jNqtLW__tabBtn:hover:after,.cinema-module__jNqtLW__activeTab:after{transform:translate(-50%)scaleX(1)}.cinema-module__jNqtLW__activeTab{color:var(--gold-light)}.cinema-module__jNqtLW__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.cinema-module__jNqtLW__videoCard{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.cinema-module__jNqtLW__videoCard:hover{border-color:var(--gold);box-shadow:var(--shadow-gold);transform:translateY(-6px)}.cinema-module__jNqtLW__thumbnailWrapper{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.cinema-module__jNqtLW__thumbnail{object-fit:cover;transition:transform .5s}.cinema-module__jNqtLW__videoCard:hover .cinema-module__jNqtLW__thumbnail{transform:scale(1.06)}.cinema-module__jNqtLW__overlay{opacity:0;background:linear-gradient(#05050533 0%,#050505e6 100%);justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.cinema-module__jNqtLW__videoCard:hover .cinema-module__jNqtLW__overlay{opacity:1}.cinema-module__jNqtLW__playBtnRing{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .4s cubic-bezier(.25,1,.5,1),background .4s;display:flex}.cinema-module__jNqtLW__videoCard:hover .cinema-module__jNqtLW__playBtnRing{border-color:var(--gold);background:#d4af3733;transform:scale(1.1)}.cinema-module__jNqtLW__playIcon{color:#fff;margin-left:4px;font-size:1.5rem}.cinema-module__jNqtLW__durationBadge{color:#fff;font-family:var(--font-body);background:#000000bf;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;bottom:12px;right:12px}.cinema-module__jNqtLW__cardInfo{padding:1.5rem}.cinema-module__jNqtLW__videoTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.cinema-module__jNqtLW__videoDesc{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}@media (max-width:1024px){.cinema-module__jNqtLW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cinema-module__jNqtLW__grid{grid-template-columns:1fr}.cinema-module__jNqtLW__mainSection{padding:2.5rem 1rem}}
