.Header-module__hBw1pG__header{z-index:1000;width:100%;transition:var(--transition-smooth);background-color:#0000;border-bottom:1px solid #0000;padding:2.2rem 0;position:fixed;top:0;left:0}.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(15px);background-color:#fbfbfad9;border-bottom:1px solid #1a1a1a0a;padding:1.2rem 0;box-shadow:0 4px 30px #00000003}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2.5rem;display:flex}.Header-module__hBw1pG__desktopNavLeft{flex:1;justify-content:flex-start;gap:2.5rem;display:flex}.Header-module__hBw1pG__desktopNavRight{flex:1;justify-content:flex-end;align-items:center;gap:2.5rem;display:flex}.Header-module__hBw1pG__navLink{letter-spacing:.15em;color:#ffffffd9;transition:color var(--transition-fast);padding:.4rem 0;font-size:.75rem;font-weight:500;position:relative}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__navLink{color:var(--fg-primary)}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--accent-gold);transform-origin:100%;width:100%;height:1px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.Header-module__hBw1pG__navLink:hover{color:var(--accent-gold)}.Header-module__hBw1pG__navLink:hover:after{transform-origin:0;transform:scaleX(1)}.Header-module__hBw1pG__logoContainer{text-align:center;flex:none;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__logoLink{transition:var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImageWrapper{width:16rem;height:4.5rem;transition:var(--transition-smooth);position:relative}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoImageWrapper{width:10rem;height:2.8rem}.Header-module__hBw1pG__logoImage{object-fit:contain;width:100%;height:100%;transition:filter var(--transition-smooth);display:block}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoImage{filter:brightness(0)}.Header-module__hBw1pG__logoText{font-family:var(--font-poppins);letter-spacing:.16em;color:#fff;transition:color var(--transition-fast);font-size:1.3rem;font-weight:500;line-height:1}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoText{color:var(--fg-primary)}.Header-module__hBw1pG__logoLink:hover .Header-module__hBw1pG__logoText{color:var(--accent-gold)}.Header-module__hBw1pG__logoLink:hover .Header-module__hBw1pG__logoImageWrapper{transform:scale(1.1)rotate(5deg)}.Header-module__hBw1pG__langSwitcher{transition:border-color var(--transition-smooth);border-left:1px solid #ffffff26;align-items:center;margin-left:1.5rem;padding-left:1.5rem;display:flex}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__langSwitcher{border-left-color:var(--border-color)}.Header-module__hBw1pG__langBtn{letter-spacing:.1em;color:#ffffff8c;transition:color var(--transition-fast);padding:.2rem .4rem;font-size:.7rem;font-weight:600}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__langBtn{color:var(--fg-muted)}.Header-module__hBw1pG__langBtn:hover{color:#fff}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__langBtn:hover{color:var(--fg-primary)}.Header-module__hBw1pG__activeLang{font-weight:700;color:var(--accent-gold)!important}.Header-module__hBw1pG__langDivider{color:#fff3;-webkit-user-select:none;user-select:none;transition:color var(--transition-smooth);margin:0 .2rem;font-size:.7rem}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__langDivider{color:var(--border-color)}.Header-module__hBw1pG__mobileMenuBtn{z-index:1001;flex-direction:column;justify-content:space-between;width:22px;height:16px;display:none}.Header-module__hBw1pG__bar{width:100%;height:1.5px;transition:var(--transition-fast);transform-origin:50%;background-color:#fff}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__bar{background-color:var(--fg-primary)}.Header-module__hBw1pG__mobileBtnActive .Header-module__hBw1pG__bar:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__mobileBtnActive .Header-module__hBw1pG__bar:nth-child(2){opacity:0}.Header-module__hBw1pG__mobileBtnActive .Header-module__hBw1pG__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__mobileNavOverlay{background-color:var(--bg-primary);z-index:999;justify-content:center;align-items:center;width:100%;height:100vh;animation:.4s cubic-bezier(.16,1,.3,1) forwards Header-module__hBw1pG__fadeIn;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__mobileNavLinks{text-align:center;flex-direction:column;align-items:center;gap:2.2rem;display:flex}.Header-module__hBw1pG__mobileNavLink{font-family:var(--font-poppins);letter-spacing:.1em;color:var(--fg-primary);transition:var(--transition-fast);font-size:1.8rem}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--accent-gold)}.Header-module__hBw1pG__mobileLangSwitcher{border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;width:200px;margin-top:2rem;padding-top:2rem;display:flex}.Header-module__hBw1pG__mobileLangBtn{letter-spacing:.2em;color:var(--fg-muted);transition:var(--transition-fast);font-size:.75rem;font-weight:600}.Header-module__hBw1pG__mobileActiveLang{color:var(--accent-gold-dark)}@media (max-width:900px){.Header-module__hBw1pG__header{padding:1.5rem 0}.Header-module__hBw1pG__scrolled{padding:1rem 0}.Header-module__hBw1pG__desktopNavLeft,.Header-module__hBw1pG__desktopNavRight{display:none}.Header-module__hBw1pG__mobileMenuBtn{margin-left:auto;display:flex}.Header-module__hBw1pG__container{align-items:center;width:100%;padding:0 1.5rem;display:flex;position:relative}.Header-module__hBw1pG__logoContainer{z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Header-module__hBw1pG__logoImageWrapper{width:10rem;height:2.8rem}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoImageWrapper{width:8rem;height:2.2rem}}
.Hero-module__ZARIfG__heroSection{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroBg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__heroOverlay{z-index:10;pointer-events:none;background:linear-gradient(#0d0d0d73 0%,#0d0d0dbf 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__imageSlide{opacity:0;z-index:1;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0}.Hero-module__ZARIfG__slideActive{opacity:1;z-index:2}.Hero-module__ZARIfG__heroBgImage{object-fit:cover;filter:brightness(.9)contrast(1.05);width:100%;height:100%;animation:25s ease-in-out infinite alternate Hero-module__ZARIfG__slowZoomPan}@keyframes Hero-module__ZARIfG__slowZoomPan{0%{transform:scale(1.02)translate(0)}to{transform:scale(1.1)translate(-1%,-1%)}}.Hero-module__ZARIfG__heroContainer{text-align:center;z-index:3;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:900px;padding:0 1.5rem;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);display:flex}.Hero-module__ZARIfG__switching{opacity:0;transform:translateY(10px)}.Hero-module__ZARIfG__typographyWrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}.Hero-module__ZARIfG__heroSubtitle{font-family:var(--font-poppins);letter-spacing:.08em;color:var(--accent-gold);text-shadow:0 2px 10px #0000004d;margin-bottom:2rem;font-size:1.4rem;font-style:italic;font-weight:400;line-height:1.4}.Hero-module__ZARIfG__goldLine{background:linear-gradient(90deg, transparent, var(--accent-gold) 50%, transparent);opacity:.8;width:80px;height:1px;margin-bottom:2.2rem}.Hero-module__ZARIfG__heroTagline{font-family:var(--font-poppins);letter-spacing:.03em;color:#fff;text-shadow:0 2px 15px #0006;max-width:650px;margin-bottom:4rem;font-size:1rem;font-weight:300;line-height:2.3rem}.Hero-module__ZARIfG__discoverBtn{font-family:var(--font-poppins);letter-spacing:.25em;color:#fff;text-shadow:0 2px 5px #0000004d;flex-direction:column;align-items:center;gap:.8rem;font-size:.65rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.Hero-module__ZARIfG__arrow{color:var(--accent-gold);font-size:1.2rem;animation:2s infinite Hero-module__ZARIfG__bounce}.Hero-module__ZARIfG__discoverBtn:hover{color:var(--accent-gold)}@keyframes Hero-module__ZARIfG__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}@media (max-width:900px){.Hero-module__ZARIfG__heroSubtitle{margin-bottom:1.5rem;font-size:1.15rem}.Hero-module__ZARIfG__heroTagline{margin-bottom:2.5rem;font-size:.875rem;line-height:1.5rem}.Hero-module__ZARIfG__discoverBtn{font-size:.55rem}}
.Intro-module__5pWlIa__introSection{background-color:var(--bg-primary);justify-content:center;align-items:center;width:100%;padding:10rem 2.5rem 4rem;display:flex;overflow:hidden}.Intro-module__5pWlIa__container{opacity:1;flex-direction:row;justify-content:space-between;align-items:center;gap:6rem;width:100%;max-width:1200px;transition:opacity .5s cubic-bezier(.16,1,.3,1);display:flex}.Intro-module__5pWlIa__switching{opacity:0}.Intro-module__5pWlIa__visualSide{aspect-ratio:3/4;flex:1;justify-content:center;align-items:center;width:100%;max-width:500px;display:flex;position:relative}.Intro-module__5pWlIa__imageInnerFrame{z-index:2;border-radius:4px;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.Intro-module__5pWlIa__introImage{object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1)}.Intro-module__5pWlIa__goldFrameOutline{border:1px solid var(--accent-gold);opacity:.5;z-index:1;border-radius:4px;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .8s cubic-bezier(.16,1,.3,1);position:absolute;top:20px;left:-20px}.Intro-module__5pWlIa__floatingBadge{background-color:var(--bg-dark);border:1px solid var(--accent-gold);z-index:3;border-radius:50px;padding:.7rem 1.4rem;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:30px;right:-25px;transform:translateY(0);box-shadow:0 10px 25px #0003}.Intro-module__5pWlIa__badgeEst{font-family:var(--font-poppins);letter-spacing:.2em;color:var(--accent-gold);font-size:.62rem;font-weight:700}.Intro-module__5pWlIa__visualSide:hover .Intro-module__5pWlIa__imageInnerFrame{transform:translateY(-5px)}.Intro-module__5pWlIa__visualSide:hover .Intro-module__5pWlIa__introImage{transform:scale(1.05)}.Intro-module__5pWlIa__visualSide:hover .Intro-module__5pWlIa__goldFrameOutline{opacity:.8;transform:translate(8px,-8px)}.Intro-module__5pWlIa__visualSide:hover .Intro-module__5pWlIa__floatingBadge{transform:translateY(-8px)}.Intro-module__5pWlIa__contentSide{text-align:left;flex-direction:column;flex:1.2;align-items:flex-start;display:flex}.Intro-module__5pWlIa__subtitle{font-family:var(--font-poppins);letter-spacing:.05em;color:var(--accent-gold-dark);text-transform:capitalize;margin-bottom:.8rem;font-size:1.1rem;font-style:italic}.Intro-module__5pWlIa__helloGreeting{font-family:var(--font-poppins);color:var(--accent-gold);letter-spacing:-.01em;margin-bottom:.4rem;font-size:3.8rem;font-style:italic;font-weight:300;line-height:1.1;animation:4s ease-in-out infinite Intro-module__5pWlIa__warmPulse;display:block}@keyframes Intro-module__5pWlIa__warmPulse{0%,to{text-shadow:0 0 1px #f5c8421a}50%{text-shadow:0 0 12px #f5c84273}}.Intro-module__5pWlIa__title{font-family:var(--font-poppins);letter-spacing:.08em;color:var(--fg-primary);text-transform:uppercase;margin-bottom:1.8rem;font-size:2.4rem;font-weight:400;line-height:1.35}.Intro-module__5pWlIa__elegantDivider{background-color:var(--accent-gold);opacity:.65;width:60px;height:1px;margin-bottom:2.2rem;transition:width .4s}.Intro-module__5pWlIa__contentSide:hover .Intro-module__5pWlIa__elegantDivider{width:100px}.Intro-module__5pWlIa__description{font-family:var(--font-poppins);letter-spacing:.02em;color:var(--fg-secondary);margin-bottom:2.8rem;font-size:1.15rem;font-weight:300;line-height:2.1rem}.Intro-module__5pWlIa__editorialCta{padding:.5rem 0;text-decoration:none;display:inline-block;position:relative}.Intro-module__5pWlIa__ctaText{font-family:var(--font-poppins);letter-spacing:.2em;color:var(--fg-primary);font-size:.72rem;font-weight:700;transition:color .3s}.Intro-module__5pWlIa__editorialCta:after{content:"";background-color:var(--accent-gold);transform-origin:100%;width:100%;height:1px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.Intro-module__5pWlIa__editorialCta:hover .Intro-module__5pWlIa__ctaText{color:var(--accent-gold)}.Intro-module__5pWlIa__editorialCta:hover:after{transform-origin:0;transform:scaleX(1)}@media (max-width:900px){.Intro-module__5pWlIa__introSection{padding:6rem 1.5rem 2.5rem}.Intro-module__5pWlIa__container{flex-direction:column;gap:4.5rem}.Intro-module__5pWlIa__visualSide{width:calc(100% - 30px);max-width:400px;margin-left:15px}.Intro-module__5pWlIa__floatingBadge{padding:.5rem 1rem;bottom:20px;right:-15px}.Intro-module__5pWlIa__contentSide{text-align:center;align-items:center}.Intro-module__5pWlIa__helloGreeting{margin-bottom:.2rem;font-size:2.6rem}.Intro-module__5pWlIa__title{margin-bottom:1.4rem;font-size:1.8rem}.Intro-module__5pWlIa__elegantDivider{margin:0 auto 1.8rem}.Intro-module__5pWlIa__description{margin-bottom:2rem;font-size:1.02rem;line-height:1.85rem}}
.Panoramic-module__A60oQq__panoramicSection{background-color:var(--bg-primary);width:100%;padding:0;position:relative;overflow:hidden}.Panoramic-module__A60oQq__panoramicFrame{width:100vw;height:80vh;min-height:550px;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%;overflow:hidden}.Panoramic-module__A60oQq__panoramicImage{object-fit:cover;filter:contrast()brightness();transition:transform 1.5s cubic-bezier(.16,1,.3,1);transform:scale(1.02)}.Panoramic-module__A60oQq__panoramicFrame:hover .Panoramic-module__A60oQq__panoramicImage{transform:scale(1.06)}@media (max-width:900px){.Panoramic-module__A60oQq__panoramicFrame{height:35vh;min-height:240px}}
.Gallery-module__3QxX8q__gallerySection{background-color:var(--bg-primary);justify-content:center;width:100%;padding:3rem 0 8rem;display:flex}.Gallery-module__3QxX8q__container{flex-direction:column;align-items:center;width:100%;max-width:100%;display:flex}.Gallery-module__3QxX8q__headerArea{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;padding:0 1.5rem;display:flex}.Gallery-module__3QxX8q__subTitle{letter-spacing:.25em;color:var(--accent-gold-dark);text-transform:uppercase;margin-bottom:.8rem;font-size:.65rem;font-weight:700}.Gallery-module__3QxX8q__title{font-family:var(--font-poppins);letter-spacing:.05em;color:var(--fg-primary);text-transform:uppercase;margin-bottom:0;font-size:2.5rem;font-weight:400}.Gallery-module__3QxX8q__divider{background-color:var(--accent-gold);opacity:.5;width:60px;height:1px;margin-bottom:1.5rem}.Gallery-module__3QxX8q__storiesGrid{grid-template-columns:repeat(3,1fr);gap:0;width:100%;transition:all .6s cubic-bezier(.16,1,.3,1);display:grid}.Gallery-module__3QxX8q__storyCard{cursor:pointer;transition:var(--transition-smooth);flex-direction:column;display:flex}.Gallery-module__3QxX8q__imageFrame{aspect-ratio:4/5;background-color:#f2f1ed;border:2px solid #fff;border-radius:0;width:100%;position:relative;overflow:hidden}.Gallery-module__3QxX8q__imageInner{width:100%;height:100%;position:relative}.Gallery-module__3QxX8q__galleryImage{object-fit:cover;filter:contrast()brightness();transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.Gallery-module__3QxX8q__storyCard:hover .Gallery-module__3QxX8q__galleryImage{transform:scale(1.04)}.Gallery-module__3QxX8q__storyCard:hover{transform:none}.Gallery-module__3QxX8q__captionContainer{text-align:center;margin-top:1.2rem}.Gallery-module__3QxX8q__storyNames{font-family:var(--font-poppins);letter-spacing:.05em;color:var(--fg-primary);margin-bottom:.2rem;font-size:.95rem;font-weight:500}.Gallery-module__3QxX8q__storyLocation{font-family:var(--font-poppins);letter-spacing:.05em;color:var(--fg-muted);font-size:.75rem;font-style:italic}.Gallery-module__3QxX8q__actionArea{justify-content:center;margin-top:5rem;display:flex}.Gallery-module__3QxX8q__exploreBtn{border:1px solid var(--fg-primary);color:var(--fg-primary);letter-spacing:.2em;transition:var(--transition-fast);background-color:#0000;border-radius:2px;align-items:center;gap:1rem;padding:1.2rem 2.8rem;font-size:.75rem;font-weight:600;display:flex}.Gallery-module__3QxX8q__exploreBtn:hover{background-color:var(--fg-primary);color:var(--bg-primary);letter-spacing:.23em;box-shadow:0 10px 30px #0000000d}.Gallery-module__3QxX8q__btnIcon{width:14px;height:14px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.Gallery-module__3QxX8q__rotated{transform:rotate(180deg)}.Gallery-module__3QxX8q__lightbox{-webkit-backdrop-filter:blur(15px);z-index:5000;background-color:#121212f2;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.4s cubic-bezier(.16,1,.3,1) forwards Gallery-module__3QxX8q__fadeIn;display:flex;position:fixed;top:0;left:0}.Gallery-module__3QxX8q__closeBtn{color:var(--fg-light-muted);width:48px;height:48px;transition:var(--transition-fast);z-index:5100;background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:2rem;right:2.5rem}.Gallery-module__3QxX8q__closeBtn:hover{color:var(--fg-light);background-color:#ffffff1a;transform:rotate(90deg)}.Gallery-module__3QxX8q__closeBtn svg{width:20px;height:20px}.Gallery-module__3QxX8q__navArrowLeft,.Gallery-module__3QxX8q__navArrowRight{color:var(--fg-light-muted);width:56px;height:56px;transition:var(--transition-fast);z-index:5100;background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__3QxX8q__navArrowLeft{left:2.5rem}.Gallery-module__3QxX8q__navArrowRight{right:2.5rem}.Gallery-module__3QxX8q__navArrowLeft:hover,.Gallery-module__3QxX8q__navArrowRight:hover{color:var(--fg-light);border-color:var(--accent-gold);background-color:#ffffff1a}.Gallery-module__3QxX8q__navArrowLeft svg,.Gallery-module__3QxX8q__navArrowRight svg{width:24px;height:24px}.Gallery-module__3QxX8q__navArrowLeft:hover svg{transform:translate(-2px)}.Gallery-module__3QxX8q__navArrowRight:hover svg{transform:translate(2px)}.Gallery-module__3QxX8q__lightboxImageContainer{z-index:5050;flex-direction:column;align-items:center;max-width:82%;max-height:80vh;animation:.5s cubic-bezier(.16,1,.3,1) forwards Gallery-module__3QxX8q__fadeInUp;display:flex;position:relative}.Gallery-module__3QxX8q__lightboxImage{object-fit:contain;border-radius:2px;max-width:100%;height:auto;max-height:75vh;box-shadow:0 30px 90px #00000080}.Gallery-module__3QxX8q__lightboxCaption{justify-content:space-between;align-items:center;width:100%;margin-top:1.5rem;padding:0 .5rem;display:flex}.Gallery-module__3QxX8q__lightboxIndexText{letter-spacing:.15em;color:var(--accent-gold);font-size:.7rem;font-weight:600}.Gallery-module__3QxX8q__lightboxNames{font-family:var(--font-poppins);letter-spacing:.05em;color:var(--fg-light);font-size:1.15rem;font-weight:400}@media (max-width:1000px){.Gallery-module__3QxX8q__storiesGrid{grid-template-columns:1fr 1fr;gap:0}}@media (max-width:900px){.Gallery-module__3QxX8q__gallerySection{padding:.5rem 0 5rem}.Gallery-module__3QxX8q__title{font-size:2rem}.Gallery-module__3QxX8q__storiesGrid{grid-template-columns:1fr 1fr;gap:0}.Gallery-module__3QxX8q__storyCard:hover{transform:none}.Gallery-module__3QxX8q__landscapeRow{grid-column:span 2}.Gallery-module__3QxX8q__landscapeRow .Gallery-module__3QxX8q__imageFrame{aspect-ratio:16/9}.Gallery-module__3QxX8q__lightboxImageContainer{max-width:95%}.Gallery-module__3QxX8q__navArrowLeft,.Gallery-module__3QxX8q__navArrowRight{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#12121299;width:44px;height:44px}.Gallery-module__3QxX8q__navArrowLeft{left:.8rem}.Gallery-module__3QxX8q__navArrowRight{right:.8rem}.Gallery-module__3QxX8q__closeBtn{width:40px;height:40px;top:1rem;right:1rem}}
.About-module__vAULUW__aboutSection{background-color:var(--bg-primary);justify-content:center;width:100%;padding:4rem 1.5rem;display:flex}.About-module__vAULUW__aboutContainer{background-color:var(--bg-secondary);border-radius:2px;grid-template-columns:1fr auto;align-items:stretch;width:100%;max-width:1400px;display:grid;overflow:hidden;box-shadow:0 30px 60px #00000005}.About-module__vAULUW__contentCard{opacity:1;flex-direction:column;justify-content:center;align-items:flex-start;padding:6.5rem 5.5rem;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex}.About-module__vAULUW__switching{opacity:0}.About-module__vAULUW__aboutTitle{font-family:var(--font-poppins);color:var(--fg-primary);letter-spacing:-.01em;margin-bottom:2rem;font-size:2.5rem;font-weight:400}.About-module__vAULUW__aboutText{font-family:var(--font-poppins);color:var(--fg-secondary);text-align:left;letter-spacing:.02em;font-size:1.1rem;font-weight:300;line-height:1.9rem}.About-module__vAULUW__imageCard{aspect-ratio:2/3;background-color:#0000;width:auto;height:100%;position:relative;overflow:hidden}.About-module__vAULUW__imageInner{width:100%;height:100%;position:relative}.About-module__vAULUW__aboutImage{object-fit:cover;filter:contrast()brightness();transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.About-module__vAULUW__imageCard:hover .About-module__vAULUW__aboutImage{transform:scale(1.04)}@media (max-width:1000px){.About-module__vAULUW__contentCard{padding:4rem 3rem}}@media (max-width:900px){.About-module__vAULUW__aboutContainer{grid-template-columns:1fr}.About-module__vAULUW__contentCard{order:1;padding:3.5rem 2rem}.About-module__vAULUW__imageCard{aspect-ratio:2/3;background-color:#0000;order:2;width:100%;height:auto;padding:0}.About-module__vAULUW__imageInner{width:100%;height:100%;position:relative}.About-module__vAULUW__aboutTitle{margin-bottom:1.2rem;font-size:2rem}}
.Contact-module__hcVmEa__contactSection{width:100%;min-height:80vh;color:var(--fg-light);justify-content:center;align-items:center;padding:10rem 1.5rem;display:flex;position:relative;overflow:hidden}.Contact-module__hcVmEa__backgroundContainer{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__hcVmEa__backgroundImage{object-fit:cover;filter:brightness(.7);transition:transform 3s cubic-bezier(.16,1,.3,1)}.Contact-module__hcVmEa__contactSection:hover .Contact-module__hcVmEa__backgroundImage{transform:scale(1.05)}.Contact-module__hcVmEa__darkOverlay{background:linear-gradient(#121212bf,#121212e6);width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__hcVmEa__container{z-index:2;width:100%;max-width:1400px;position:relative}.Contact-module__hcVmEa__contentGrid{grid-template-columns:1.2fr .8fr;align-items:center;gap:6rem;display:grid}.Contact-module__hcVmEa__leftCol{opacity:1;flex-direction:column;justify-content:center;align-items:flex-start;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex}.Contact-module__hcVmEa__switching{opacity:0}.Contact-module__hcVmEa__title{font-family:var(--font-poppins);letter-spacing:-.01em;color:var(--fg-light);margin-bottom:3.5rem;font-size:3.5rem;font-weight:400;line-height:4.2rem}.Contact-module__hcVmEa__contactDetails{flex-direction:column;gap:1.5rem;width:100%;max-width:450px;display:flex}.Contact-module__hcVmEa__contactItem{transition:var(--transition-fast);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;text-align:left;width:100%;color:inherit;background-color:#ffffff08;border:1px solid #ffffff14;border-radius:4px;align-items:center;gap:1.5rem;padding:1.2rem 1.8rem;font-family:inherit;display:flex}.Contact-module__hcVmEa__contactItem:hover{border-color:var(--accent-gold);background-color:#ffffff12;transform:translate(5px)}.Contact-module__hcVmEa__iconCircle{width:48px;height:48px;color:var(--accent-gold);transition:var(--transition-fast);background-color:#ffffff0d;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__contactItem:hover .Contact-module__hcVmEa__iconCircle{background-color:var(--accent-gold);color:var(--bg-dark)}.Contact-module__hcVmEa__icon{width:20px;height:20px}.Contact-module__hcVmEa__contactText{flex-direction:column;gap:.2rem;display:flex}.Contact-module__hcVmEa__label{letter-spacing:.25em;color:var(--fg-light-muted);font-size:.65rem;font-weight:700}.Contact-module__hcVmEa__value{letter-spacing:.05em;color:var(--fg-light);font-size:.95rem;font-weight:500}.Contact-module__hcVmEa__rightCol{opacity:1;border-left:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:5rem;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex}.Contact-module__hcVmEa__servicesLabel{letter-spacing:.3em;color:var(--accent-gold);text-transform:uppercase;margin-bottom:2.2rem;font-size:.7rem;font-weight:700}.Contact-module__hcVmEa__servicesList{flex-direction:column;gap:1.8rem;list-style:none;display:flex}.Contact-module__hcVmEa__serviceItem{align-items:center;gap:1.2rem;display:flex}.Contact-module__hcVmEa__serviceDot{background-color:var(--accent-gold);border-radius:50%;width:5px;height:5px}.Contact-module__hcVmEa__serviceText{font-family:var(--font-poppins);letter-spacing:.05em;color:var(--fg-light);transition:var(--transition-fast);font-size:1.6rem;font-weight:400}.Contact-module__hcVmEa__serviceItem:hover .Contact-module__hcVmEa__serviceText{color:var(--accent-gold);transform:translate(5px)}.Contact-module__hcVmEa__locationSection{border-top:1px solid #ffffff0a;flex-direction:column;align-items:center;width:100%;padding:5rem 0;display:flex}.Contact-module__hcVmEa__mapSection{opacity:0;justify-content:center;width:100%;max-height:0;padding:0;transition:max-height .8s cubic-bezier(.16,1,.3,1),opacity .8s cubic-bezier(.16,1,.3,1),padding .8s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.Contact-module__hcVmEa__activeMapSection{opacity:1;max-height:500px;padding:4rem 0 5rem}.Contact-module__hcVmEa__mapContainer{width:100%;max-width:1400px}.Contact-module__hcVmEa__mapWrapper{border:1px solid var(--border-color);width:100%;height:380px;transition:border-color var(--transition-fast);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:4px;overflow:hidden}.Contact-module__hcVmEa__mapIframe{opacity:.95;width:100%;height:100%;transition:opacity var(--transition-smooth);border:none}.Contact-module__hcVmEa__mapWrapper:hover .Contact-module__hcVmEa__mapIframe{opacity:1}.Contact-module__hcVmEa__actionArea{justify-content:center;margin-top:0;display:flex}.Contact-module__hcVmEa__exploreBtn{border:1px solid var(--fg-primary);color:var(--fg-primary);letter-spacing:.2em;transition:var(--transition-fast);cursor:pointer;background-color:#0000;border-radius:2px;align-items:center;gap:1rem;padding:1.2rem 2.8rem;font-family:inherit;font-size:.75rem;font-weight:600;display:flex}.Contact-module__hcVmEa__exploreBtn:hover{background-color:var(--fg-primary);color:var(--bg-primary);letter-spacing:.23em;box-shadow:0 10px 30px #0000000d}.Contact-module__hcVmEa__btnIcon{width:14px;height:14px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.Contact-module__hcVmEa__rotated{transform:rotate(180deg)}@media (max-width:1100px){.Contact-module__hcVmEa__contentGrid{gap:3.5rem}.Contact-module__hcVmEa__rightCol{padding-left:3rem}}@media (max-width:900px){.Contact-module__hcVmEa__contactSection{padding:6rem 1.2rem}.Contact-module__hcVmEa__contentGrid{grid-template-columns:1fr;gap:4.5rem}.Contact-module__hcVmEa__rightCol{border-top:1px solid #ffffff1a;border-left:none;width:100%;padding-top:3.5rem;padding-left:0}.Contact-module__hcVmEa__title{margin-bottom:2.5rem;font-size:2.6rem;line-height:3.2rem}.Contact-module__hcVmEa__serviceText{font-size:1.35rem}.Contact-module__hcVmEa__locationSection{padding:3.5rem 1.2rem 0}.Contact-module__hcVmEa__activeMapSection{max-height:450px;padding:2.5rem 0 3.5rem}.Contact-module__hcVmEa__mapWrapper{height:280px}.Contact-module__hcVmEa__actionArea{margin-top:0}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-primary);border-top:1px solid var(--border-color);justify-content:center;width:100%;padding:4rem 1.5rem;display:flex}.Footer-module__S6Hkya__container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;display:flex}.Footer-module__S6Hkya__copyrightText{letter-spacing:.08em;color:var(--fg-muted);font-size:.75rem;font-weight:400}.Footer-module__S6Hkya__backToTopBtn{letter-spacing:.2em;color:var(--fg-primary);transition:var(--transition-fast);align-items:center;gap:.8rem;padding:.5rem 0;font-size:.7rem;font-weight:700;display:flex}.Footer-module__S6Hkya__arrowIcon{width:14px;height:14px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.Footer-module__S6Hkya__backToTopBtn:hover{color:var(--accent-gold-dark)}.Footer-module__S6Hkya__backToTopBtn:hover .Footer-module__S6Hkya__arrowIcon{transform:translateY(-4px)}@media (max-width:900px){.Footer-module__S6Hkya__footer{padding:3rem 1.2rem}.Footer-module__S6Hkya__container{text-align:center;flex-direction:column;gap:1.5rem}}
.WhatsAppFloatingButton-module__1VMT0G__floatingBtn{z-index:4000;cursor:pointer;background-color:var(--bg-dark);border:1px solid var(--accent-gold);border-radius:50px;align-items:center;padding:0;text-decoration:none;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:2.2rem;right:2.2rem;overflow:hidden;box-shadow:0 10px 35px #00000040,0 0 #c5a88000}.WhatsAppFloatingButton-module__1VMT0G__iconCircle{width:52px;height:52px;color:var(--accent-gold);background-color:#0000;flex-shrink:0;justify-content:center;align-items:center;transition:color .3s,background-color .3s;display:flex}.WhatsAppFloatingButton-module__1VMT0G__icon{flex-shrink:0;width:22px;height:22px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.WhatsAppFloatingButton-module__1VMT0G__divider{background-color:#c5a88059;flex-shrink:0;width:1px;height:26px}.WhatsAppFloatingButton-module__1VMT0G__btnLabel{white-space:nowrap;flex-direction:column;justify-content:center;align-items:flex-start;gap:.15rem;padding:0 1.4rem 0 1rem;display:flex}.WhatsAppFloatingButton-module__1VMT0G__labelMain{font-family:var(--font-poppins);letter-spacing:.18em;color:var(--accent-gold);font-size:.68rem;font-weight:700;line-height:1}.WhatsAppFloatingButton-module__1VMT0G__labelSub{font-family:var(--font-poppins);letter-spacing:.06em;color:#ffffff73;font-size:.58rem;font-weight:400;line-height:1}.WhatsAppFloatingButton-module__1VMT0G__floatingBtn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 18px 45px #0000004d,0 0 0 3px #c5a8801f}.WhatsAppFloatingButton-module__1VMT0G__floatingBtn:hover .WhatsAppFloatingButton-module__1VMT0G__iconCircle{background-color:var(--accent-gold);color:var(--bg-dark)}.WhatsAppFloatingButton-module__1VMT0G__floatingBtn:hover .WhatsAppFloatingButton-module__1VMT0G__icon{transform:scale(1.1)rotate(8deg)}@media (max-width:768px){.WhatsAppFloatingButton-module__1VMT0G__floatingBtn{bottom:1.5rem;right:1.5rem}.WhatsAppFloatingButton-module__1VMT0G__iconCircle{width:46px;height:46px}.WhatsAppFloatingButton-module__1VMT0G__icon{width:19px;height:19px}.WhatsAppFloatingButton-module__1VMT0G__btnLabel{padding:0 1.1rem 0 .8rem}.WhatsAppFloatingButton-module__1VMT0G__labelMain{font-size:.62rem}.WhatsAppFloatingButton-module__1VMT0G__labelSub{font-size:.52rem}}
