@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap");.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f9f9f9;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .5s ease}.loading-screen.hidden{opacity:0;pointer-events:none}.loading-logo{width:100px;height:100px;animation:pulse 1.5s infinite,rotate 2s linear infinite}.barba-leave{position:absolute;top:0;left:0;width:100%}.barba-leave-active{transition:opacity .3s ease}.barba-leave-to{opacity:0}.barba-enter{opacity:0;transform:translateY(20px)}.barba-enter-active{transition:opacity .4s ease,transform .4s ease}.barba-enter-to{opacity:1;transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{line-height:1.6;color:#333;background-color:#f9f9f9;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}h1{overflow:hidden;white-space:nowrap;letter-spacing:.15em;animation:typing 4s steps(20),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:rgb(226,65,65)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;animation:fadeIn 1s ease forwards}.hero{margin:2rem 1rem;border-radius:12px}.hero,.hero-canvas{position:relative;min-height:70vh;overflow:hidden}.hero-canvas{width:100%;z-index:0}.hero-img-inner{opacity:1!important}.hero-overlay{top:0;left:0;height:100%;background:rgba(0,0,0,.35);z-index:1}.hero-content,.hero-overlay{position:absolute;width:100%}.hero-content{top:40%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;padding:20px;z-index:2}.glass{background:rgba(255,255,255,.08);border-radius:12px;backdrop-filter:blur(8px);padding:2rem;display:inline-block;opacity:1}.luxury-heading{font-family:Playfair Display,serif;font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;font-family:Poppins,sans-serif;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.animated-border-btn{position:relative;padding:12px 28px;background:transparent;color:white;border:none;border-radius:50px;cursor:pointer;z-index:1;font-size:1rem;font-weight:700;text-decoration:none}.animated-border-btn:before{inset:0;padding:3px;animation:borderMove 2s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.animated-border-btn:after,.animated-border-btn:before{content:"";position:absolute;border-radius:inherit;background:linear-gradient(90deg,#fe664f,#e500fe,#43e97b,#000000,#f9ea8f);background-size:400%;z-index:-1}.animated-border-btn:after{top:-2px;left:-2px;right:-2px;bottom:-2px;opacity:0;transition:opacity .4s}.animated-border-btn:hover:after{opacity:1;animation:borderMove 4s linear infinite}@keyframes borderMove{0%{background-position:0 50%}to{background-position:100% 50%}}.btn{display:inline-block;background-color:#b8860b;color:white;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s;border:2px solid transparent}.btn:hover{background:linear-gradient(90deg,rgba(213,194,194,.819),black);border-color:#b8860b;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.services{padding:80px 0;background-color:white}.section-title{text-align:center;margin-bottom:50px}.section-title h2{font-size:36px;color:#2c3e50;margin-bottom:15px}.section-title p{color:#7f8c8d;max-width:700px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.service-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .3s}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.2)}.service-img{position:relative;min-height:200px;overflow:hidden;transition:transform .5s}.service-img-inner{opacity:1!important}.service-card:hover .service-img{transform:scale(1.1)}.service-content{padding:20px}.service-content h3{font-size:22px;margin-bottom:10px;color:#2c3e50}.service-content .btn{display:inline-block;margin-top:15px;padding:8px 20px;font-size:14px}.gallery{padding:80px 0;background-color:#f9f9f9}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.gallery-item{position:relative;min-height:250px;overflow:hidden;border-radius:8px;cursor:pointer;transition:all .3s}.gallery-img-inner{opacity:1!important}.gallery-item:hover{transform:scale(1.03)}.gallery-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);opacity:0;transition:opacity .3s}.gallery-item:hover:after{opacity:1}@media (max-width:1024px){.container{padding:0 15px}.luxury-heading{font-size:2.5rem}.hero-subtitle{font-size:1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:768px){h1{font-size:1.8rem;letter-spacing:.1em;animation:none}.luxury-heading{font-size:2rem}.hero-subtitle{font-size:.95rem}.glass{padding:1.5rem}.animated-border-btn,.btn{font-size:.9rem;padding:10px 20px}.service-content h3{font-size:18px}.service-content .btn{font-size:13px;padding:7px 18px}.section-title h2{font-size:28px}.section-title p{font-size:14px}}@media (max-width:480px){.hero{margin:1rem .5rem;border-radius:8px;min-height:60vh}.hero-content{top:45%;padding:1px;h1{font-size:1.4rem}}.luxury-heading{font-size:1.6rem}.hero-subtitle{font-size:.85rem;margin-bottom:1rem}.animated-border-btn,.btn{font-size:.8rem;padding:8px 16px}.gallery,.services{padding:50px 0}.gallery-item{min-height:180px}.section-title h2{font-size:22px}.section-title p{font-size:13px}}.Footer_footer__Ir1kR{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);color:#fff;padding:1rem 1rem .5rem;position:relative;z-index:2}.Footer_footer__Ir1kR .Footer_footerContent__4LtIJ{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.Footer_footer__Ir1kR .Footer_footerColumn__zhIS9 h3{margin-bottom:1rem;font-size:1.2rem;font-weight:600;color:#fd9}.Footer_footer__Ir1kR .Footer_footerColumn__zhIS9 p{margin:.4rem 0;line-height:1.6;font-size:.95rem}.Footer_footer__Ir1kR .Footer_footerColumn__zhIS9 ul{list-style:none;padding:0}.Footer_footer__Ir1kR .Footer_footerColumn__zhIS9 ul li{margin:.5rem 0}.Footer_footer__Ir1kR .Footer_footerColumn__zhIS9 ul li a{text-decoration:none;color:#ddd;transition:color .3s}.Footer_footer__Ir1kR .Footer_footerColumn__zhIS9 ul li a:hover{color:#fd9}.Footer_footer__Ir1kR .Footer_brand__JhLPZ{font-size:1.5rem;font-weight:700;margin-bottom:.8rem}.Footer_footer__Ir1kR .Footer_socialIcons__IWQEo{margin-top:1rem}.Footer_footer__Ir1kR .Footer_socialIcons__IWQEo a{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;margin-right:.5rem;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;font-size:1.1rem;transition:.3s}.Footer_footer__Ir1kR .Footer_socialIcons__IWQEo a:hover{background:#fd9;color:#333}.Footer_footer__Ir1kR .Footer_footerBottom__tjQ32{border-top:1px solid hsla(0,0%,100%,.2);text-align:center;padding-top:1rem;font-size:.9rem;color:#ccc}.Header_header__sSSiY{position:fixed;top:0;left:0;right:0;height:100px;z-index:1000;background:rgba(0,0,0,0);color:#fff;padding:20px 0;transition:background .3s ease,padding .25s ease,box-shadow .25s ease}.Header_header__sSSiY.Header_scrolled__egP9G{padding:12px 0;background:rgba(15,15,15,.6);box-shadow:0 4px 20px rgba(0,0,0,.25)}.Header_container__SFBVa{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.Header_logo__Z36UC{display:inline-flex;align-items:center}.Header_logo__Z36UC img{width:auto;height:72px;margin-right:10px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));transition:transform .3s ease-in-out}.Header_logo__Z36UC:hover img{transform:scale(1.05)}.Header_navLinks__am4Ja{display:flex;gap:22px}.Header_navLinks__am4Ja a{color:hsla(0,0%,100%,.8039215686);text-decoration:none;padding:8px 18px;position:relative;overflow:hidden;border:2px solid rgba(231,226,226,.712);border-radius:10px 5px;transition:all .4s ease;font-weight:500}.Header_navLinks__am4Ja a:after,.Header_navLinks__am4Ja a:before{content:"";position:absolute;inset:0;border:2px solid #b8220b;border-radius:6px;transform:scaleX(0);transform-origin:left;transition:transform .4s ease-in}.Header_navLinks__am4Ja a:after{border-color:gold;transform-origin:right}.Header_navLinks__am4Ja a:hover:after,.Header_navLinks__am4Ja a:hover:before{transform:scaleX(1)}.Header_navLinks__am4Ja a:hover{color:gold;background:rgba(255,215,0,.06)}.Header_navLinks__am4Ja.Header_open__4i3S1{display:block;position:absolute;top:70px;left:0;right:0;background:rgba(15,32,39,.7);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:24px;text-align:center;border-radius:0 0 12px 12px}.Header_hamburger__uNjRJ{display:none;flex-direction:column;gap:6px;cursor:pointer;background:rgba(0,0,0,0);border:0;padding:6px}.Header_hamburger__uNjRJ span{width:28px;height:3px;background:#fff;border-radius:3px;transition:all .35s ease}.Header_hamburgerOpen__DVdGt .Header_rotate1___8gR7{transform:rotate(45deg) translate(5px,6px)}.Header_hamburgerOpen__DVdGt .Header_rotate2__An7hQ{transform:rotate(-45deg) translate(6px,-6px)}.Header_hamburgerOpen__DVdGt .Header_fade__brQMo{opacity:0}.Header_rotate1___8gR7{transform:rotate(45deg) translate(5px,6px)}.Header_rotate2__An7hQ{transform:rotate(-45deg) translate(6px,-6px)}.Header_fade__brQMo{opacity:0}@media(max-width:992px){.Header_navLinks__am4Ja{display:none;flex-direction:column;gap:18px}.Header_navLinks__am4Ja.Header_open__4i3S1 a{display:block;padding:12px 0}.Header_hamburger__uNjRJ{display:inline-flex}}.ctaButton_ctaSection__VWwK_{padding:1.5rem 2rem;display:flex;justify-content:center;align-items:center;text-align:center;background:url(/images/marble-cta.jpg) no-repeat 50%/cover}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03{max-width:800px;height:230px;border-radius:20px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);box-shadow:0 8px 32px rgba(0,0,0,.25);padding:1rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03 h2{font-size:2.5rem;color:#fff}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03 p{font-size:1.2rem;margin-bottom:1rem;color:#eaeaea}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaBtn__K_88j .ctaButton_btnOverlay__pCG6T{position:relative;display:inline-block;padding:.6rem .5rem;font-size:1.1rem;font-weight:700;border-radius:22px;text-decoration:none;background:linear-gradient(135deg,rgba(255,255,255,.25),rgba(255,255,255,.05));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);color:#fff;overflow:hidden;transition:all .3s ease;cursor:pointer}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaBtn__K_88j .ctaButton_btnOverlay__pCG6T:hover{background:rgba(193,154,107,.6);border-color:rgba(238,200,154,.8);transform:scale(1.05)}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaBtn__K_88j .ctaButton_btnOverlay__pCG6T:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(120deg,rgba(255,255,255,.4),rgba(255,255,255,.1) 60%,transparent);transform:rotate(25deg) translateX(-120%);animation:ctaButton_shine__mbXcw 2.5s infinite}@keyframes ctaButton_shine__mbXcw{0%{transform:rotate(25deg) translateX(-120%)}60%{transform:rotate(25deg) translateX(120%)}to{transform:rotate(25deg) translateX(120%)}}@media(max-width:1024px){.ctaButton_ctaSection__VWwK_{padding:1.5rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03{max-width:700px;height:auto;padding:1.2rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03 h2{font-size:2rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03 p{font-size:1.05rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaBtn__K_88j .ctaButton_btnOverlay__pCG6T{font-size:1rem;padding:.6rem 1.2rem}}@media(max-width:768px){.ctaButton_ctaSection__VWwK_{padding:1rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03{max-width:100%;height:auto;padding:1rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03 h2{font-size:1.6rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03 p{font-size:.95rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaBtn__K_88j .ctaButton_btnOverlay__pCG6T{font-size:.9rem;padding:.5rem 1rem;border-radius:18px}}@media(max-width:480px){.ctaButton_ctaSection__VWwK_{padding:.8rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03{height:auto;border-radius:14px;padding:.8rem;margin-bottom:.2rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03 h2{font-size:1.3rem;line-height:1.4}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaContent__Ywl03 p{font-size:.85rem;margin-bottom:.2rem}.ctaButton_ctaSection__VWwK_ .ctaButton_ctaBtn__K_88j .ctaButton_btnOverlay__pCG6T{font-size:.8rem;padding:.45rem .9rem;border-radius:16px}}