.navbar{position:fixed;top:0;width:100%;height:80px;background:#e4dfd799;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100}.navbar__cta{border:2px solid #E4DFD7;border-radius:1000px;padding:14px 26px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:transparent;color:#e4dfd7;cursor:pointer;transition:background .3s,color .3s}.navbar__cta:hover{background:#e4dfd7;color:#181716}.navbar__center{display:flex;gap:2rem}.navbar__center a{font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;color:#181716;text-decoration:none;transition:color .2s}.navbar__center a:hover{color:#64615e}.navbar__right{display:flex;gap:1rem}.navbar__right a{color:#64615e;font-size:22px;transition:color .2s}.navbar__right a:hover{color:#181716}@media (max-width: 768px){.navbar{flex-direction:column;height:auto;gap:.5rem;padding:1rem}.navbar__center{flex-wrap:wrap;justify-content:center}.navbar__cta{font-size:12px;padding:10px 18px}}.navbar__hamburger{display:none;font-size:1.8rem;color:#181716;cursor:pointer}.navbar__mobile-menu{display:none;flex-direction:column;background:#e4dfd7f2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:absolute;top:80px;left:0;right:0;padding:1rem 2rem;z-index:999;transition:transform .3s ease}.navbar__mobile-menu a{font-size:18px;font-weight:500;color:#181716;text-decoration:none;margin-bottom:1rem}.navbar__mobile-menu .navbar__social-mobile{display:flex;gap:1rem;margin-top:1rem}.navbar__mobile-menu a:hover{color:#64615e}.navbar__mobile-menu.open{display:flex}@media (max-width: 768px){.navbar{flex-direction:row;justify-content:space-between;align-items:center;padding:.8rem 1rem;height:70px}.navbar__center,.navbar__right{display:none}.navbar__cta{font-size:14px;padding:10px 16px}.navbar__hamburger{display:block}}.hero{width:100vw;height:100vh;background-image:url(/assets/background-BccVnb-y.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#18171680;z-index:0}.hero-overlay{z-index:1;text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%}.hero-logo{width:300px;max-width:80vw;height:auto;margin-bottom:2rem}.hero-title{font-family:Montserrat,sans-serif;font-size:4rem;font-weight:600;letter-spacing:.1em;text-transform:capitalize;color:#e4dfd7;margin-bottom:1rem}.hero-lines{display:flex;gap:2rem;margin-top:1rem}.line{width:100px;height:2px;background-color:#d9d9d9}.hero-subtitle{font-family:Open Sans,sans-serif;font-size:1,5rem;font-weight:400;letter-spacing:.15em;color:#dcd5c5;margin-top:1rem}.hero-lines-with-text{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1.2rem;flex-wrap:nowrap;flex-shrink:1;padding:0 1rem;overflow:hidden}.hero-lines-with-text .line{flex:1 1 auto;min-width:20px;height:2px;background-color:#d9d9d9}.hero-lines-with-text .hero-subtitle{margin:0;white-space:nowrap;font-size:2rem;flex-shrink:0}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.line{width:80px}.hero-logo{width:220px}}@media (max-width: 480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.line{width:60px}.hero-logo{width:160px}.hero-lines-with-text .hero-subtitle{font-size:.85rem;letter-spacing:.1em}.hero-lines-with-text .line{max-width:60px}}.projects{padding:5rem 2rem;text-align:center;background-color:#181716;color:#e4dfd7}.projects-heading{font-family:Montserrat,sans-serif;font-weight:700;font-size:24px;text-transform:none;margin-bottom:1rem}.projects-quote{font-family:Montserrat,sans-serif;font-style:italic;font-weight:300;font-size:28px;line-height:1.4;color:#e4dfd7;margin-bottom:2rem}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;justify-content:center;max-width:1200px;margin:0 auto 2rem}.projects-tile img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border:2px solid #61564A}.projects-nav{display:flex;justify-content:center;gap:2rem}.projects-nav button{background:none;border:none;font-size:2rem;color:#a59b8f;cursor:pointer;transition:color .2s}.projects-nav button:hover{color:#e4dfd7}.projects-nav button:disabled{color:#3a3734;cursor:default}@media (max-width: 900px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.projects-grid{grid-template-columns:1fr}.projects-quote{font-size:20px}}.card{perspective:1000px}.card-inner{position:relative;width:100%;aspect-ratio:1;transform-style:preserve-3d;transition:transform .6s}.card:hover .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border:2px solid #61564A;overflow:hidden;display:flex;align-items:center;justify-content:center}.card-front img{width:100%;height:100%;object-fit:cover}.card-back{background-color:#d9d9d9;color:#181716;transform:rotateY(180deg);flex-direction:column;padding:1rem;text-align:center}.card-back h3{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;text-transform:none;margin-bottom:1rem}.card-back p{font-family:Open Sans,sans-serif;font-size:16px;line-height:1.6}.projects-carousel{position:relative;width:100%;max-width:100vw;overflow:hidden;text-align:center}.fade{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dots{margin-top:10px;display:flex;justify-content:center;gap:6px}.dot{width:10px;height:10px;border-radius:50%;background:#aaa;cursor:pointer;transition:background .3s}.dot.active{background:#e4dfd7}.flip-btn{position:absolute;bottom:10px;right:10px;background:#fffc;border:none;padding:6px 10px;border-radius:50%;font-size:1.2rem;cursor:pointer;z-index:3;transition:background .3s ease}.flip-btn:hover{background:#e4dfd7}.flipped .card-inner{transform:rotateY(180deg)}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;justify-content:center;max-width:1200px;margin:0 auto 2rem;position:relative;transition:opacity 1s ease,transform 1s ease;opacity:1}.projects-grid.fade-out{opacity:0;transform:translate(-10px)}.projects-grid.fade-in{opacity:1;transform:translate(0)}.about{padding:5rem 2rem;background-color:#181716;color:#e4dfd7;text-align:center}.about-heading{font-family:Montserrat,sans-serif;font-weight:700;font-size:24px;text-transform:uppercase;margin-bottom:2rem}.about-content{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.about-image img{width:100%;max-width:500px;height:auto;object-fit:cover;transform:scaleX(-1);border:2px solid #D9D9D9}.about-text{max-width:500px;text-align:justify}.about-quote{font-family:Montserrat,sans-serif;font-style:italic;font-weight:300;font-size:50px;line-height:1.8;margin-bottom:8rem;text-align:right}.about-text p{font-family:Open Sans,sans-serif;font-size:18px;line-height:1.8;letter-spacing:.05em;margin-bottom:2rem}.about-cta{display:inline-block;padding:.75rem 2rem;border:2px solid #E4DFD7;border-radius:50px;background:transparent;color:#e4dfd7;font-family:Montserrat,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .3s,color .3s}.about-cta:hover{background:#e4dfd7;color:#181716}@media (max-width: 768px){.about-content{flex-direction:column}.about-quote{text-align:center;font-size:20px}.about-text p{font-size:16px}}.about-image{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.center-on-mobile{margin-top:1.5rem;text-align:center}.about-cta-wrapper{margin-top:2rem;text-align:center}.offer{padding:5rem 2rem;background-color:#181716;color:#e4dfd7;text-align:center}.offer-heading{font-family:Montserrat,sans-serif;font-weight:700;font-size:50px;text-transform:uppercase;margin-bottom:2rem}.offer-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.offer-card{background:#e4dfd7;color:#181716;border-radius:28px;box-shadow:0 4px 4px #00000040;padding:2rem;max-width:340px;flex:1 1 300px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.offer-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d}.offer-card h3{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;margin-bottom:.5rem}.offer-time{font-family:Open Sans,sans-serif;font-weight:400;font-style:italic;font-size:16px;margin-top:1rem;margin-bottom:1rem}.highlighted-time{font-weight:400}.offer-card ul{list-style:disc inside;margin-bottom:1rem;text-align:left;padding-left:1rem}.offer-card ul li{font-family:Open Sans,sans-serif;font-size:16px;line-height:1.6;margin-bottom:.5rem}.offer-price{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;letter-spacing:.1em;text-transform:none;margin-top:auto}@media (max-width: 768px){.offer-cards{flex-direction:column;align-items:center}}@media (max-width: 480px){.offer-card{padding:1.5rem}.offer-card h3{font-size:18px}.offer-card ul li,.offer-time{font-size:14px}.offer-price{font-size:18px}}.video-section{padding:5rem 2rem;background-color:#181716;color:#e4dfd7;text-align:center}.video-heading{font-family:Montserrat,sans-serif;font-weight:700;font-size:24px;text-transform:uppercase;margin-bottom:2rem}.video-content{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:3rem;flex-wrap:wrap;text-align:left}.video-steps{display:flex;flex-direction:column;gap:1.5rem;max-width:350px;width:100%;flex-shrink:0}.step{background:#61564a;border-radius:30px;padding:1rem 1.5rem;color:#e4dfd7;display:flex;align-items:center;gap:1.5rem}.step-number{font-family:Montserrat,sans-serif;font-size:32px;font-weight:700;flex-shrink:0;width:40px;text-align:center}.step-text{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;line-height:1.4}.video-container{flex:1;max-width:700px;margin:auto 0;position:relative}.video-preview{position:relative;cursor:pointer;border-radius:12px;overflow:hidden;transition:transform .3s}.video-preview:hover{transform:scale(1.01)}.video-preview img{display:block;width:100%;height:auto;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;color:#fff;background:#00000080;border-radius:100%;padding:.5rem 1rem;line-height:1}.video-container iframe{width:100%;height:auto;aspect-ratio:16 / 9;border-radius:12px;border:none}@media (max-width: 768px){.video-content{flex-direction:column;align-items:center;text-align:center}.video-steps,.video-container{max-width:100%}.step{width:100%}.step-text{font-size:16px}}.features{padding:5rem 2rem;background-color:#181716;color:#e4dfd7;text-align:center}.features-heading{font-family:Montserrat,sans-serif;font-weight:700;font-size:24px;text-transform:uppercase;margin-bottom:2rem}.features-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.feature-card{background:#61564a;border-radius:30px;padding:2rem;max-width:260px;flex:1 1 220px;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d}.feature-icon{width:60px;height:60px;margin-bottom:1rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-card h3{font-family:Open Sans,sans-serif;font-weight:700;font-size:16px;line-height:1.4;margin-bottom:1rem;text-transform:uppercase}.feature-card p{font-family:Open Sans,sans-serif;font-weight:400;font-size:16px;line-height:1.6;text-align:center}@media (max-width: 768px){.features-grid{flex-direction:column;align-items:center}.feature-card{max-width:100%}}.cta{padding:5rem 2rem;background-color:#181716;color:#e4dfd7;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.cta-text{max-width:500px;text-align:left}.cta-text blockquote{font-family:Montserrat,sans-serif;font-style:italic;font-weight:400;font-size:55px;line-height:110px;letter-spacing:.06em;color:#e4dfd7;margin-bottom:2rem;display:block;text-align:left}.cta-button{padding:.75rem 2rem;border:2px solid #E4DFD7;border-radius:1000px;background:transparent;color:#e4dfd7;font-family:Montserrat,sans-serif;font-weight:800;font-size:20px;line-height:22px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .3s,color .3s}.cta-button:hover{background:#e4dfd7;color:#181716}.cta-image img{max-width:544px;width:100%;object-fit:cover;transform:scaleX(-1);border:2px solid #D9D9D9}@media (max-width: 768px){.cta{flex-direction:column}.cta-text blockquote{font-size:32px;line-height:1.4}}@media (max-width: 768px){.cta{flex-direction:column}.cta-button-wrapper{margin-top:2rem}}.cta{position:relative;flex-direction:row;flex-wrap:wrap;text-align:center}.cta-button-wrapper{width:100%;display:flex;justify-content:center;margin-top:2rem}.reviews{padding:5rem 2rem;background-color:#181716;color:#e4dfd7;text-align:center}.reviews-heading{font-family:Montserrat,sans-serif;font-weight:700;font-size:24px;text-transform:uppercase;margin-bottom:2rem}.reviews-carousel{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;min-height:350px;transition:opacity .5s ease-in-out}.review-card{background:#e4dfd7;border:3px solid #A59B8F;border-radius:30px;padding:1rem;width:300px;min-height:330px;color:#181716;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start}.review-image-placeholder{width:80px;height:80px;background:#61564a;border:3px solid #A59B8F;border-radius:50%;margin:0 auto 1rem}.review-name{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;text-transform:uppercase;margin-bottom:1rem;color:#61564a}.review-text{font-family:Open Sans,sans-serif;font-size:18px;line-height:1.6;text-align:justify;flex-grow:1}.reviews-nav{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.reviews-nav button{background:none;border:none;color:#a59b8f;font-size:2rem;cursor:pointer;transition:color .2s}.reviews-nav button:hover{color:#e4dfd7}.fade-in{animation:fade .5s ease-in-out}@keyframes fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.faq{padding:4rem 2rem;background:#181716;color:#e4dfd7}.faq-heading{text-align:center;font-family:Montserrat,sans-serif;text-transform:uppercase;font-size:20px;margin-bottom:2rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #A59B8F;padding:1rem 0;cursor:pointer}.faq-question{display:flex;align-items:center;font-family:Open Sans,sans-serif;font-size:20px;gap:1rem;flex-wrap:nowrap}.faq-icon{border:2px solid #A59B8F;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:24px;color:#a59b8f;flex-shrink:0}.faq-question span{flex-grow:1;word-break:break-word}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}.faq-answer-wrapper.open{max-height:500px;padding:.5rem 0}.faq-answer{font-size:18px;line-height:1.6}@media (max-width: 600px){.faq-question{font-size:18px;gap:.75rem}.faq-icon{width:36px;height:36px;font-size:20px}.faq-answer{font-size:16px}}.booking{padding:5rem 2rem;background-color:#181716;color:#e4dfd7;text-align:center}.booking-main-heading{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;text-transform:uppercase;letter-spacing:.05em;line-height:28px;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.booking-calendar{width:100%;max-width:1000px;margin:0 auto 3rem;border-radius:16px;overflow:hidden;background:#e4dfd7;padding:1rem;box-shadow:0 10px 40px #0000004d}.booking-calendar iframe{width:100%;height:600px;border:none;border-radius:12px;box-shadow:0 0 20px #0006}.booking-calendar iframe{border:1px solid #ccc}.booking-info-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;text-align:center;max-width:1000px;margin:0 auto}.info-column{flex:1;min-width:250px}.info-column h3{font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;text-transform:uppercase;margin-bottom:1rem;color:#e4dfd7}.info-column p{font-family:Open Sans,sans-serif;font-weight:700;font-size:16px;line-height:1.6;color:#e4dfd7}@media (max-width: 768px){.booking-calendar{padding:.5rem;border-radius:12px}.booking-main-heading{font-size:18px;line-height:1.5}}.footer{background-color:#181716;padding:1rem 2rem;color:#a59b8f;position:relative}.footer-divider{width:100%;height:1px;background:#d9d9d9;margin-bottom:1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-left{display:flex;align-items:center;gap:1rem}.footer-logo{width:70px;height:70px;object-fit:cover}.footer-brand{font-family:Open Sans,sans-serif;font-weight:600;font-size:16px}.footer-social{display:flex;gap:1rem}.footer-icon{color:#64615e;font-size:30px;transition:color .3s}.footer-icon:hover{color:#e4dfd7}@media (max-width: 600px){.footer-content{flex-direction:column;gap:1rem}}.quote-section{background-color:#181716;padding:4rem 1rem;margin-top:4rem;display:flex;justify-content:center;align-items:flex-end;min-height:100px}.quote-text{font-family:Montserrat,sans-serif;font-style:italic;font-weight:400;font-size:45px;line-height:100px;color:#e4dfd7;max-width:942px;width:100%;margin:0;text-align:center;letter-spacing:.03em}@media (max-width: 992px){.quote-text{font-size:36px;line-height:1.4}}@media (max-width: 600px){.quote-text{font-size:28px;line-height:1.4}}html{scroll-behavior:smooth;overflow-x:hidden}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;font-family:Montserrat,sans-serif;background-color:#181716}*{margin:0;padding:0;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}
