.Navbar-module__dVeNwG__navbar{z-index:1000;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__dVeNwG__navbar.Navbar-module__dVeNwG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:1rem 0;box-shadow:0 4px 30px #0000000d}.Navbar-module__dVeNwG__navbar.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__logo,.Navbar-module__dVeNwG__navbar.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navLinks a{color:var(--text-primary)}.Navbar-module__dVeNwG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__dVeNwG__logo{font-family:var(--font-heading);letter-spacing:2px;color:#fff;font-size:1.5rem;font-weight:700;transition:color .3s}.Navbar-module__dVeNwG__navLinks{gap:2.5rem;display:flex}.Navbar-module__dVeNwG__navLinks a{font-family:var(--font-body);color:#fff;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__dVeNwG__navLinks a:after{content:"";background-color:var(--accent-gold);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__dVeNwG__navLinks a:hover:after{width:100%}.Navbar-module__dVeNwG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;display:none}.Navbar-module__dVeNwG__hamburger span{background-color:#fff;width:25px;height:2px;transition:all .3s;display:block}.Navbar-module__dVeNwG__navbar.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__hamburger span{background-color:var(--text-primary)}@media (max-width:768px){.Navbar-module__dVeNwG__hamburger{display:flex}.Navbar-module__dVeNwG__navLinks{background:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:right .4s;position:fixed;top:0;right:-100%}.Navbar-module__dVeNwG__navLinks.Navbar-module__dVeNwG__open{right:0}.Navbar-module__dVeNwG__navLinks a{color:var(--text-primary);font-size:1.5rem}.Navbar-module__dVeNwG__logo{color:var(--text-primary)}.Navbar-module__dVeNwG__hamburger span{background-color:var(--text-primary)}}
.Footer-module__rnk_JG__footer{color:#fff;background-color:#111;padding:4rem 0 2rem}.Footer-module__rnk_JG__footerContainer{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:2rem;padding-bottom:3rem;display:flex}.Footer-module__rnk_JG__footerBrand{max-width:400px}.Footer-module__rnk_JG__logo{font-family:var(--font-heading);letter-spacing:2px;color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:inline-block}.Footer-module__rnk_JG__logoImage{filter:brightness(0)invert()}.Footer-module__rnk_JG__tagline{color:#ffffffb3;line-height:1.6}.Footer-module__rnk_JG__footerLinks .Footer-module__rnk_JG__linkTitle{font-family:var(--font-heading);color:var(--accent-gold);margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__rnk_JG__footerLinks ul{list-style:none}.Footer-module__rnk_JG__footerLinks ul li{margin-bottom:.8rem}.Footer-module__rnk_JG__footerLinks ul li a{color:#ffffffb3;transition:color .3s}.Footer-module__rnk_JG__footerLinks ul li a:hover{color:#fff}.Footer-module__rnk_JG__footerCopyright{text-align:center;color:#ffffff80;font-size:.9rem}
.Hero-module__PgAKtG__hero{background-color:var(--bg-primary);justify-content:center;align-items:center;height:100vh;min-height:600px;display:flex;position:relative}.Hero-module__PgAKtG__overlay{z-index:1;background:linear-gradient(#0000004d 0%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__bgImageContainer{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__heroContent{z-index:2;text-align:center;color:#fff;max-width:900px;position:relative}.Hero-module__PgAKtG__title{font-family:var(--font-heading);letter-spacing:.02em;text-shadow:0 4px 20px #0006;margin-bottom:2rem;font-size:5.5rem;font-weight:400;line-height:1.1}.Hero-module__PgAKtG__subtitle{font-family:var(--font-body);color:#ffffffd9;letter-spacing:.05em;margin-bottom:3.5rem;font-size:1.2rem;font-weight:300;line-height:1.8}.Hero-module__PgAKtG__ctaButton{color:#fff;font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;background-color:#0000;border:1px solid #ffffff80;padding:1.2rem 3rem;font-size:.85rem;font-weight:500;transition:all .4s;display:inline-block;position:relative;overflow:hidden}.Hero-module__PgAKtG__ctaButton:before{content:"";transform-origin:100%;z-index:-1;background-color:#fff;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.Hero-module__PgAKtG__ctaButton:hover{color:#000;border-color:#fff}.Hero-module__PgAKtG__ctaButton:hover:before{transform-origin:0;transform:scaleX(1)}@media (max-width:768px){.Hero-module__PgAKtG__title{font-size:3.5rem}.Hero-module__PgAKtG__subtitle{font-size:1.05rem}}
.About-module__OtWT4W__aboutSection{background-color:var(--bg-primary)}.About-module__OtWT4W__aboutContainer{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.About-module__OtWT4W__aboutContent{padding-right:2rem}.About-module__OtWT4W__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:2rem;font-size:3.5rem;font-weight:400;line-height:1.1}.About-module__OtWT4W__divider{background-color:var(--accent-gold);width:80px;height:2px;margin-bottom:2.5rem}.About-module__OtWT4W__text{font-family:var(--font-body);color:var(--text-secondary);letter-spacing:.03em;margin-bottom:1.5rem;font-size:1.05rem;font-weight:300;line-height:2}.About-module__OtWT4W__stats{border-top:1px solid var(--border-color);gap:4rem;margin-top:4rem;padding-top:3rem;display:flex}.About-module__OtWT4W__statItem{flex-direction:column;display:flex}.About-module__OtWT4W__statNumber{font-family:var(--font-heading);color:var(--accent-gold);margin-bottom:.5rem;font-size:3rem;font-weight:400}.About-module__OtWT4W__statLabel{font-family:var(--font-body);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500}.About-module__OtWT4W__aboutImageWrapper{height:650px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000000d}.About-module__OtWT4W__imageBox{width:100%;height:100%;position:absolute;top:0;left:0}.About-module__OtWT4W__aboutImageElem{transition:transform 1.2s}.About-module__OtWT4W__aboutImageWrapper:hover .About-module__OtWT4W__aboutImageElem{transform:scale(1.05)}@media (max-width:992px){.About-module__OtWT4W__aboutContainer{grid-template-columns:1fr;gap:4rem}.About-module__OtWT4W__aboutContent{padding-right:0}.About-module__OtWT4W__aboutImageWrapper{height:450px}.About-module__OtWT4W__stats{flex-wrap:wrap;gap:3rem}}
.Products-module__vYFycq__productsSection{background-color:var(--bg-secondary)}.Products-module__vYFycq__grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:4rem;margin-top:5rem;display:grid}.Products-module__vYFycq__card{background-color:var(--bg-primary);border:1px solid var(--border-color);transition:box-shadow .5s;overflow:hidden;box-shadow:0 15px 40px #00000008}.Products-module__vYFycq__card:hover{box-shadow:0 25px 50px #00000014}.Products-module__vYFycq__cardImageWrapper{height:420px;position:relative;overflow:hidden}.Products-module__vYFycq__cardImage{width:100%;height:100%;position:absolute;top:0;left:0}.Products-module__vYFycq__imageElem{transition:transform .8s}.Products-module__vYFycq__card:hover .Products-module__vYFycq__imageElem{transform:scale(1.05)}.Products-module__vYFycq__cardOverlay{opacity:0;background:#0003;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;transition:opacity .5s,background .5s;display:flex;position:absolute;top:0;left:0}.Products-module__vYFycq__card:hover .Products-module__vYFycq__cardOverlay{opacity:1;background:#0006}.Products-module__vYFycq__viewButton{color:#000;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;cursor:pointer;opacity:0;background:#fff;border:none;padding:1rem 2.5rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .4s;display:inline-block;transform:translateY(20px)}.Products-module__vYFycq__card:hover .Products-module__vYFycq__viewButton{opacity:1;transform:translateY(0)}.Products-module__vYFycq__viewButton:hover{background:var(--accent-gold);color:#fff}.Products-module__vYFycq__cardContent{text-align:center;background-color:var(--bg-primary);z-index:2;padding:3rem 2.5rem;position:relative}.Products-module__vYFycq__cardTitle{color:var(--text-primary);margin-bottom:1.2rem;font-size:2.2rem;font-weight:400}.Products-module__vYFycq__cardDesc{color:var(--text-secondary);letter-spacing:.02em;font-size:.95rem;font-weight:300;line-height:1.8}@media (max-width:768px){.Products-module__vYFycq__grid{grid-template-columns:1fr}}
.Contact-module__dhIxzq__contactSection{background-color:var(--bg-primary)}.Contact-module__dhIxzq__contactContainer{grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:5rem;display:grid}.Contact-module__dhIxzq__infoBox{background-color:var(--bg-secondary);border:1px solid var(--border-color);padding:4rem 3rem}.Contact-module__dhIxzq__infoItem{gap:1.5rem;margin-bottom:3rem;display:flex}.Contact-module__dhIxzq__infoItem:last-child{margin-bottom:0}.Contact-module__dhIxzq__icon{color:var(--accent-gold);stroke-width:1.5px;flex-shrink:0}.Contact-module__dhIxzq__infoTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.8rem;font-size:1.5rem;font-weight:400}.Contact-module__dhIxzq__infoText{color:var(--text-secondary);letter-spacing:.02em;font-weight:300;line-height:1.8}.Contact-module__dhIxzq__mapBox{background-color:var(--bg-secondary);border:1px solid var(--border-color);width:100%;height:100%;min-height:500px;position:relative;overflow:hidden}.Contact-module__dhIxzq__mapPlaceholder{width:100%;height:100%;color:var(--text-secondary);background:#00000005;flex-direction:column;justify-content:center;align-items:center;display:flex}.Contact-module__dhIxzq__mapPlaceholder p{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.8rem;font-weight:400}.Contact-module__dhIxzq__mapPlaceholder span{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;font-size:.9rem;font-weight:300}@media (max-width:992px){.Contact-module__dhIxzq__contactContainer{grid-template-columns:1fr}.Contact-module__dhIxzq__mapBox{height:400px}}
.Gallery-module__fp8Iza__gallerySection{background-color:var(--bg-secondary);position:relative;overflow:hidden}.Gallery-module__fp8Iza__filterContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.Gallery-module__fp8Iza__filterBtn{border:1px solid var(--border-color);color:var(--text-secondary);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border-radius:50px;padding:.7rem 1.8rem;font-size:.8rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #00000005}.Gallery-module__fp8Iza__filterBtn:hover{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary);transform:translateY(-2px)}.Gallery-module__fp8Iza__filterBtn.Gallery-module__fp8Iza__active{background:var(--accent-gold);color:var(--bg-primary);border-color:var(--accent-gold);box-shadow:0 4px 15px #c5a0594d}.Gallery-module__fp8Iza__grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem;margin-top:1rem;display:grid}@media (max-width:768px){.Gallery-module__fp8Iza__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@keyframes Gallery-module__fp8Iza__cardFadeIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Gallery-module__fp8Iza__card{aspect-ratio:4/3;cursor:pointer;background-color:var(--bg-primary);border:1px solid #e5e0d880;border-radius:12px;animation:.5s cubic-bezier(.16,1,.3,1) forwards Gallery-module__fp8Iza__cardFadeIn;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000000a}.Gallery-module__fp8Iza__mediaWrapper{width:100%;height:100%;position:relative;overflow:hidden}.Gallery-module__fp8Iza__media{object-fit:cover;transition:transform .8s cubic-bezier(.25,1,.5,1)}.Gallery-module__fp8Iza__card:hover .Gallery-module__fp8Iza__media{transform:scale(1.06)}.Gallery-module__fp8Iza__overlay{opacity:0;color:var(--bg-primary);z-index:2;background:linear-gradient(#1111111a 0%,#1116 50%,#111c 100%);flex-direction:column;justify-content:space-between;padding:2rem;transition:opacity .4s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;inset:0}.Gallery-module__fp8Iza__card:hover .Gallery-module__fp8Iza__overlay{opacity:1}.Gallery-module__fp8Iza__iconContainer{background:#c5a059d9;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:50px;height:50px;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex;transform:scale(.8)translateY(-10px);box-shadow:0 4px 10px #0003}.Gallery-module__fp8Iza__card:hover .Gallery-module__fp8Iza__iconContainer{transform:scale(1)translateY(0)}.Gallery-module__fp8Iza__playIcon{fill:var(--bg-primary);margin-left:2px}.Gallery-module__fp8Iza__cardContent{transition:transform .4s cubic-bezier(.25,1,.5,1);transform:translateY(15px)}.Gallery-module__fp8Iza__card:hover .Gallery-module__fp8Iza__cardContent{transform:translateY(0)}.Gallery-module__fp8Iza__cardCategory{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);margin-bottom:.5rem;font-size:.75rem;font-weight:500;display:inline-block}.Gallery-module__fp8Iza__cardCaption{font-family:var(--font-heading);letter-spacing:.02em;color:var(--bg-primary);font-size:1.25rem;font-weight:400;line-height:1.4}.Gallery-module__fp8Iza__lightbox{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a0a0af2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Gallery-module__fp8Iza__closeBtn{color:#fff;cursor:pointer;z-index:10001;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:2rem;right:2rem}.Gallery-module__fp8Iza__closeBtn:hover{background:#ffffff26;transform:scale(1.05)}.Gallery-module__fp8Iza__navBtn{color:#fff;cursor:pointer;z-index:10001;background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__fp8Iza__navBtn:hover{border-color:var(--accent-gold);background:#ffffff1a;transform:translateY(-50%)scale(1.05)}.Gallery-module__fp8Iza__prev{left:2rem}.Gallery-module__fp8Iza__next{right:2rem}@media (max-width:768px){.Gallery-module__fp8Iza__navBtn{width:45px;height:45px}.Gallery-module__fp8Iza__prev{left:1rem}.Gallery-module__fp8Iza__next{right:1rem}}.Gallery-module__fp8Iza__lightboxContent{z-index:10000;justify-content:center;align-items:center;width:90%;max-width:1000px;height:80vh;display:flex;position:relative}.Gallery-module__fp8Iza__lightboxMediaWrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Gallery-module__fp8Iza__lightboxImageWrapper{width:100%;height:100%;position:relative}.Gallery-module__fp8Iza__lightboxVideo{background-color:#000;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:100%;box-shadow:0 10px 40px #00000080}.Gallery-module__fp8Iza__iframeWrapper{aspect-ratio:16/9;background-color:#000;border-radius:8px;width:100%;max-width:800px;height:100%;overflow:hidden;box-shadow:0 10px 40px #00000080}.Gallery-module__fp8Iza__iframeWrapper iframe{width:100%;height:100%}.Gallery-module__fp8Iza__lightboxCaptionPanel{text-align:center;width:100%;margin-top:1.5rem;padding:0 1rem}.Gallery-module__fp8Iza__lightboxCategory{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);margin-bottom:.4rem;font-size:.75rem;display:block}.Gallery-module__fp8Iza__lightboxCaption{font-family:var(--font-heading);color:#fff;letter-spacing:.03em;font-size:1.5rem;font-weight:300}@media (max-width:768px){.Gallery-module__fp8Iza__lightboxCaption{font-size:1.1rem}.Gallery-module__fp8Iza__lightboxContent{height:70vh}}.Gallery-module__fp8Iza__errorText{color:#ff4a4a;font-family:var(--font-body);font-size:1.1rem}.Gallery-module__fp8Iza__comingSoonContainer{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border:1px solid #e5e0d880;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:4rem auto;padding:4rem 2rem;display:flex;box-shadow:0 10px 30px #00000005}.Gallery-module__fp8Iza__comingSoonBadge{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--accent-gold);border:1px solid var(--accent-gold);background-color:#c5a05914;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.7rem;font-weight:500}.Gallery-module__fp8Iza__comingSoonTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:400}.Gallery-module__fp8Iza__comingSoonText{font-family:var(--font-body);color:var(--text-secondary);max-width:480px;font-size:1rem;font-weight:300;line-height:1.7}@media (max-width:768px){.Gallery-module__fp8Iza__comingSoonContainer{margin:2rem auto;padding:3rem 1.5rem}.Gallery-module__fp8Iza__comingSoonTitle{font-size:1.75rem}}
