@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}:root{--main:#fff;--second:#d8d8d8;--gold:linear-gradient(135deg, #8a6a1f 0%, #f5d76e 35%, #fff3b0 50%, #c9972b 70%, #6f5012 100%);--bg:#111;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}body{margin:0}#root{text-align:center;flex-direction:column;max-width:100%;margin:0 auto;display:flex}*,:before,:after{box-sizing:border-box}h1,h2{color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.title{font-size:90px}.title-line{margin-bottom:-.12em;padding-bottom:.12em;overflow:hidden}.title-line>span{opacity:0;display:block;transform:translateY(120%)}.reveal-active .title-line span{opacity:1;transition:transform .9s cubic-bezier(.22,1,.36,1),opacity .9s;transform:translateY(0%)}.reveal-active .title-line:nth-child(2) span{transition-delay:.12s}.reveal-active .title-line:nth-child(3) span{transition-delay:.24s}.reveal-active .title-line:nth-child(4) span{transition-delay:.36s}.reveal-active .title-line:nth-child(5) span{transition-delay:.48s}.reveal-active .title-line:nth-child(6) span{transition-delay:.5s}.navbar{z-index:1000;background:0 0;width:100%;padding:20px 0;transition:all .3s;position:fixed;top:0}.navbar-shrink{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0acc;padding:10px 0;box-shadow:0 0 2px #ffffff73}.nav-inner{justify-content:space-between;align-items:center;width:92%;margin:auto;display:flex;position:relative}.nav-logo{height:100px;transition:all .3s}.navbar-shrink .nav-logo{height:65px}.nav-links{gap:60px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:#dfdfdf;padding-bottom:6px;font-size:17px;font-weight:550;text-decoration:none;position:relative}.nav-links a:after{content:"";transform-origin:0;background:#fff;width:105%;height:3px;transition:transform .3s;position:absolute;bottom:0;left:-2.5%;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-links a:hover{color:#fff}.nav-right{align-items:center;gap:40px;margin-right:0;display:flex}.nav-call{align-items:center;gap:12px;display:flex}.nav-call-icon{background:var(--main);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;display:flex}.nav-call-icon svg{color:#000}.nav-call-text{text-align:left;flex-direction:column;line-height:1.1;text-decoration:none;display:flex}.call-label{color:var(--main);font-size:13px;font-weight:600}.call-number{color:var(--main);font-size:18px;font-weight:600}@media (width<=1000px){.navbar{display:none}}@media (width<=1100px){.navbar{display:none}}.mobile-navbar,.mobile-menu-overlay{display:none}@media (width<=1100px){.mobile-navbar{z-index:3000;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;width:100%;height:68px;padding:0 5%;transition:background .3s,border-color .3s,height .3s;display:flex;position:fixed;top:0;left:0}.navbar-shrink~.mobile-navbar,.mobile-navbar.scrolled,.mobile-navbar.mobile-navbar-shrink{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0ae0;border-bottom:1px solid #ffffff24}.mobile-logo{z-index:3002;height:45px;position:relative}.mobile-menu-btn{z-index:3002;cursor:pointer;background:0 0;border:none;outline:none;flex-direction:column;justify-content:space-between;width:31px;height:23px;padding:0;display:flex;position:relative}.mobile-menu-btn span{transform-origin:50%;background:#fff;border-radius:999px;width:100%;height:3px;transition:transform .35s cubic-bezier(.76,0,.24,1),opacity .25s,width .35s;display:block}.mobile-menu-btn span:nth-child(2){width:75%;margin-left:auto}.mobile-menu-btn.open span:first-child{transform:translateY(10.5px)rotate(45deg)}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-10.5px)rotate(-45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0;transform:translate(18px)}.mobile-menu-overlay{z-index:2999;pointer-events:none;background:0 0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.mobile-menu-overlay:before{content:"";transform-origin:50%;z-index:-1;background:#111;border-radius:50%;width:250vmax;height:250vmax;transition:transform .8s cubic-bezier(.76,0,.24,1);position:absolute;top:0;right:0;transform:translate(50%,-50%)scale(0)}.mobile-menu-overlay.open{pointer-events:auto}.mobile-menu-overlay.open:before{transform:translate(50%,-50%)scale(1)}.mobile-menu-links{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:26px;margin-bottom:50px;display:flex}.mobile-menu-links a{color:#fff;letter-spacing:1px;opacity:0;font-size:clamp(2rem,10vw,5rem);font-weight:600;line-height:.98;text-decoration:none;transition:opacity .45s,transform .45s cubic-bezier(.22,1,.36,1);transform:translateY(35px)scale(.96)}.mobile-menu-overlay.open .mobile-menu-links a{opacity:1;transform:translateY(0)scale(1)}.mobile-menu-overlay.open .mobile-menu-links a:first-child{transition-delay:.22s}.mobile-menu-overlay.open .mobile-menu-links a:nth-child(2){transition-delay:.32s}.mobile-menu-overlay.open .mobile-menu-links a:nth-child(3){transition-delay:.42s}.mobile-menu-overlay.open .mobile-menu-links a:nth-child(4){transition-delay:.52s}.mobile-menu-overlay.open .mobile-menu-links a:nth-child(5){transition-delay:.62s}.mobile-menu-links a.active{color:var(--main)}.mobile-menu-overlay:not(.open) .mobile-menu-links a{transition-delay:0s}.mobile-menu-contact{opacity:0;flex-direction:column;align-items:center;gap:14px;width:90%;transition:opacity .35s,transform .35s;display:flex;position:absolute;bottom:110px;left:50%;transform:translate(-50%)translateY(20px)}.mobile-menu-overlay.open .mobile-menu-contact{opacity:1;transition-delay:.75s;transform:translate(-50%)translateY(0)}.mobile-contact-row{color:#dcdcdc;white-space:nowrap;justify-content:center;align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}.mobile-contact-row svg{color:var(--main);flex-shrink:0;font-size:17px}}@media (width<=500px){.mobile-navbar{height:62px;padding:0 5%}.mobile-logo{height:40px}.mobile-menu-btn{width:29px;height:21px}.mobile-menu-btn.open span:first-child{transform:translateY(9.5px)rotate(45deg)}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-9.5px)rotate(-45deg)}}.where-map-container{width:100%;margin:0 auto;padding:20px 0;position:relative}.where-map-container2{width:90%;margin:0 auto;position:relative}.where-we-work-bg{object-fit:cover;z-index:-2;filter:brightness(13%);width:100%;height:100%;position:absolute;inset:0}.services-section{flex-direction:column;width:90%;margin:0 auto;padding:10px 0 100px;display:flex}.services-header{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:fit-content;margin:0 auto 50px;padding:20px;transition:opacity .8s;display:flex}.section-label{letter-spacing:1px;text-transform:uppercase;margin:0 auto;font-weight:700}.services-header>span{text-shadow:0 0 4px #000;font-size:26px;display:none}.services-header h2{color:#333;width:fit-content;max-width:850px;margin:0 0 20px;font-size:clamp(2rem,4vw,4rem);line-height:1.05;display:inline-block;position:relative}.services-header h2:after{content:"";background:var(--main);width:100%;height:4px;margin-top:16px;display:block}.services-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:50px;max-width:1400px;margin:20px auto;padding-bottom:200px;display:grid}.service-card:nth-child(3n-1){transform:translateY(50%)}.service-card-wrapper{background:#111;width:380px;position:relative}.service-card-border{clip-path:polygon(0 0,100% 0,100% 94%,85% 94%,80% 100%,0 100%);background:linear-gradient(135deg,#8a6a1f 0%,#f5d76e 35%,#fff3b0 50%,#c9972b 70%,#6f5012 100%);border-radius:999px 999px 0 0;padding:2px}.service-card-inner{clip-path:polygon(0 0,100% 0,100% 94%,85% 94%,80% 100%,0 100%);background:#020202;border-radius:999px 999px 0 0;height:540px;overflow:hidden}.service-card{cursor:pointer;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;max-width:380px;height:540px;margin-bottom:20px;transition:background-color .35s;display:flex;overflow:hidden}.service-card-wrapper:last-child .service-card-image{display:none}.service-card-wrapper:last-child .service-card-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-top:30px;display:flex}.service-card-image{flex:.85;width:100%;overflow:hidden}.service-card-content{color:#fff;text-align:left;z-index:5;background-color:#f000;background-image:url(/black-fade.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-top:none;flex-direction:row;flex:.15;align-items:center;width:100%;margin:-50px 0 0;padding:40px 25px 15px;font-size:1.5rem;display:flex;position:relative}.service-card-image>img{object-fit:cover;width:100%;height:100%}.service-card:hover .service-card-content img{transform:scale(1.08)}.service-card img{transition:transform .3s}.service-card:hover img{transform:scale(1.08)}.service-icon{z-index:3;border:2px solid #929292;border-radius:30px;height:fit-content;padding:3px;display:none;position:absolute;top:10px;right:10px}.service-icon img{width:26px;height:26px;display:block}.service-card h3{width:90%;margin:20px 0 0}.service-card-solid{background:#000}.services-container{position:relative;overflow:hidden}.services-video{z-index:-1;backface-visibility:hidden;will-change:transform;mix-blend-mode:multiply;width:100%;height:auto;position:absolute;top:-130px;left:0}.service-card-wrapper{opacity:0;transform:translateY(50px)}.cards-visible{opacity:1;transition:opacity .8s,transform .9s cubic-bezier(.22,1,.36,1);transform:translateY(0)}.service-arrow{z-index:10;background:linear-gradient(135deg,#8a6a1f 0%,#f5d76e 35%,#fff3b0 50%,#c9972b 70%,#6f5012 100%);width:42px;height:42px;transition:transform .25s;position:absolute;bottom:-7px;right:15px;-webkit-mask:url(/icons/right-arrow.png) 50%/contain no-repeat;mask:url(/icons/right-arrow.png) 50%/contain no-repeat}.service-card-wrapper:hover .service-arrow{transform:translate(10px)}@media (width<=1350px){.services-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(3n-1){transform:none}}@media (width<=900px){.services-grid{grid-template-columns:1fr}}@media (width<=600px){.services-section{width:90%;padding:70px 0}.services-header{margin-bottom:0}.services-grid{grid-template-columns:1fr}.service-card-wrapper{width:330px}.service-card,.service-card-inner{height:270px}.service-arrow{width:38px;height:38px;bottom:-16px;right:6px}.services-grid{gap:35px;padding-bottom:50px}.service-card h3{font-size:22px}.service-card-content{padding:30px 18px 15px}.service-card,.service-card-border,.service-card-inner,.service-card-image{border-radius:0}.service-card-wrapper:last-child .service-card-content{margin-top:0;margin-bottom:20px}}.get-started{background:#000;width:100%;padding:80px 0}.get-started-inner{color:#fff;flex-direction:column;align-items:flex-start;width:85%;margin:0 auto;display:flex}.gs-label{text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:700}.gs-title{margin-bottom:10px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.gs-subtitle{margin-bottom:12px;font-size:clamp(1.4rem,2.5vw,2rem)}.gs-note{opacity:.9;margin-bottom:25px;font-size:1rem}.gs-buttons{flex-wrap:wrap;gap:15px;display:flex}.gs-btn{color:#e6e6e6;background:#000;border:2px solid #fff;border-radius:4px;padding:12px 22px;font-weight:600;text-decoration:none;transition:all .25s}.gs-btn:hover{background:#353535;transform:translateY(-2px)}.why-us-container{flex-direction:row;gap:100px;width:80%;height:fit-content;margin:10px auto 300px;display:flex}.why-us-left{color:#fff;width:30%;height:fit-content;margin:10px auto;position:sticky;top:30vh}.why-us-left-title-container{flex-direction:column;display:flex}.why-us-left-title{letter-spacing:2px;margin-bottom:10px;font-size:clamp(3.75rem,12vw,160px);font-weight:600}.why-us-left-subtitle{margin-left:7px;font-weight:650}.why-us-right{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:100px;width:70%;margin-top:300px;margin-bottom:100px;display:flex}.why-us-right-content{box-sizing:border-box;border-radius:20px;flex-direction:row;align-items:center;gap:30px;width:85%;min-height:160px;padding:30px 40px;animation:linear both focusContent;animation-timeline:view();animation-range:entry cover;display:flex}@keyframes focusContent{0%{opacity:0;box-shadow:none;transform:scale(.4)}30%{opacity:0;transform:scale(.75)}40%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1)}60%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(.75)}to{opacity:0;box-shadow:none;transform:scale(.5)}}.why-us-reason-container{text-shadow:0 1px 2px #0006;flex-direction:column;gap:12px;display:flex}.why-us-reason{color:#fff;letter-spacing:clamp(-1px,.08vw,1px);font-size:clamp(2rem,4.4vw,70px);font-weight:600}.why-us-reason-text{color:#f5f5f5;font-size:clamp(1rem,1.25vw,20px);font-weight:400;line-height:1.6}.why-us-right-content img{background-color:#00007573;border-radius:20px;width:80px;padding:14px}@media (width<=1600px){.why-us-container{gap:60px;width:100%;padding:0 80px}.why-us-left{width:35%}.why-us-right{width:65%}}@media (width<=1250px){.why-us-container{gap:30px;width:100%;padding:0 60px}}@media (width<=800px){.why-us-container{flex-direction:column;padding:0}.why-us-right-content{width:95%;padding:0}.why-us-left,.why-us-right{width:90%;margin:0 auto}.why-us-left{top:20vh}@keyframes focusContent{0%{opacity:0;box-shadow:none;transform:scale(.4)}20%{opacity:0;transform:scale(.75)}30%{opacity:1;transform:scale(1)}42%{opacity:1;transform:scale(1)}48%{opacity:1;transform:scale(1)}52%{opacity:1;transform:scale(1)}56%{opacity:0;transform:scale(.75)}to{opacity:0;box-shadow:none;transform:scale(.5)}}.why-us-container{margin-bottom:180px}.why-us-left-title{flex-direction:row;justify-content:center;align-items:center;gap:12px;display:flex}.why-us-right{gap:30px}}.where-map{padding:40px}.region{fill:#000;stroke:#fff3;stroke-width:1px;transition:all .2s}.region.active:hover{fill:#ececec;transform:translateY(-2px)}.region:hover{fill:#111;transform:translateY(-2px)}.region.active{fill:#fff;stroke:#000;stroke-width:1.5px}.map-container{position:relative}.where-map svg{width:100%;height:auto;display:block}.map-overlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.pin line{stroke:#000;stroke-width:2px;stroke-linecap:round}.pin-dot{fill:#dfdfdf}.pin{pointer-events:all;cursor:pointer;transition:transform .25s}.pin-ring-0{fill:none;stroke:#000;stroke-width:1px;transform-box:fill-box;transform-origin:50%}.pin-ring{fill:none;stroke:#000;stroke-width:1px;transform-box:fill-box;transform-origin:50%;animation:1.3s ease-out infinite ringPulse}@keyframes ringPulse{0%{opacity:.8;transform:scale(1)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(1.5)}}.pin-ring-2{fill:none;stroke:#fff;stroke-width:1px;transform-box:fill-box;transform-origin:50%;animation:1.3s ease-out 50ms infinite ringPulse}@keyframes ringPulse2{0%{opacity:.8;transform:scale(1)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(1.5)}}.pin-label{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);letter-spacing:.3px;opacity:0;pointer-events:none;background:#00000073;border-radius:6px;flex-direction:column;gap:5px;padding:8px 14px;font-size:15px;transition:all .25s;display:flex;position:absolute;top:56%;left:46%;transform:translate(-50%,-130%)}.pin-label span{font-weight:600}.map-container:has(.pin:hover) .pin-label{opacity:1;transform:translate(-50%,-150%)}.pin:hover{transform:translateY(-3px)}.where-we-work-container{flex-direction:row;gap:40px;width:100%;display:flex;position:relative}.where-we-work{justify-content:flex-end;align-items:center;width:35%;display:flex;position:relative}.map-container{width:65%}.legend{flex-direction:column;gap:10px;padding:20px 0 20px 20px;font-weight:600;display:flex;position:absolute;top:36%;right:8%}.legend-item{color:#fff;justify-content:flex-start;align-items:center;gap:10px;display:flex}.legend-item img{background-color:#fff;border-radius:30px;width:20px}.where-we-work-bg-text{color:#bebebe;text-align:left;z-index:-1;max-width:500px;font-size:160px;font-weight:450;position:absolute;top:50%;left:0;transform:translateY(-50%)}.scroll-reveal{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;gap:0;height:fit-content;padding:100px;display:flex}.scroll-reveal p{font-size:50px}.scroll-reveal>*{margin:0}.scroll-reveal span{color:#54545433;will-change:background-size;contain:paint;background-image:linear-gradient(90deg,#000,#000);background-repeat:no-repeat;background-size:0% 100%;-webkit-background-clip:text;background-clip:text;animation:linear forwards scroll-reveal;animation-timeline:view();animation-range:contain}@keyframes scroll-reveal{to{background-size:100% 100%}}@media (width<=1000px){.where-we-work-container{flex-direction:column;height:fit-content}.where-we-work{justify-content:center;align-items:center;width:100%}.where-we-work-bg-text{font-size:74px;position:relative;transform:none}.legend{top:40%;left:3%}.map-container{width:100%;margin-top:80px}.where-map{padding:0}}.reveal-text-wrapper{--reveal-font-size:clamp(4.5rem, 10vw, 10rem);--reveal-font-weight:500;--reveal-letter-spacing:-4px;--reveal-line-height:.9;--reveal-base-color:#2c2c2c;--reveal-fill-color:#f3f3f3;position:relative}.about-reveal-title{--reveal-font-size:clamp(4rem, 13vw, 175px);--reveal-font-weight:700;--reveal-letter-spacing:-4px;--reveal-line-height:.85;--reveal-base-color:#2e2e2e;--reveal-fill-color:white;text-transform:uppercase;text-align:left}.reveal-line{width:fit-content;line-height:var(--reveal-line-height);position:relative}.reveal-text-base,.reveal-text-fill{font-size:var(--reveal-font-size);font-weight:var(--reveal-font-weight);letter-spacing:var(--reveal-letter-spacing);white-space:nowrap}.reveal-text-base{color:var(--reveal-base-color)}.reveal-text-fill{color:var(--reveal-fill-color);will-change:width;width:0%;position:absolute;inset:0;overflow:hidden}.reveal-text-wrapper.active .reveal-line:first-child .reveal-text-fill{animation:.9s cubic-bezier(.22,1,.36,1) .25s forwards fillText}.reveal-text-wrapper.active .reveal-line:nth-child(2) .reveal-text-fill{animation:.9s cubic-bezier(.22,1,.36,1) .65s forwards fillText}.reveal-text-wrapper.active .reveal-line:nth-child(3) .reveal-text-fill{animation:1.5s cubic-bezier(.16,1,.3,1) 1s forwards fillText}@keyframes fillText{to{width:110%}}@media (width<=1000px){.about-reveal-title{--reveal-letter-spacing:0px;text-align:center}}@media (width<=800px){.reveal-text-wrapper{align-items:center}.reveal-text-wrapper .reveal-line{margin-inline:auto}.reveal-text-wrapper .reveal-text-base,.reveal-text-wrapper .reveal-text-fill{text-align:left}}.hero-section{align-items:center;width:100%;min-height:100vh;padding:135px 0;display:flex;overflow:hidden}.hero-inner{justify-content:space-between;align-items:center;gap:90px;width:85%;margin:0 auto;display:flex}.hero-left{justify-content:center;align-items:center;width:50%;display:flex}.hero-image-frame{border:2px solid #fff;border-radius:0 120px;width:min(880px,100%);height:560px;padding:10px;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}.hero-image-frame:after{content:"";pointer-events:none;z-index:3;position:absolute;inset:10px}.hero-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.2s,transform 5s;position:absolute;inset:0;transform:scale(1.05)}.hero-image.active{opacity:1;z-index:2;transform:scale(1)}.hero-right{text-align:left;color:#fff;flex-direction:column;align-items:flex-start;width:42%;display:flex}.hero-title{letter-spacing:0;text-transform:capitalize;font-size:clamp(3rem,5vw,6rem);font-weight:750;line-height:.9}.hero-text{color:#ffffffc7;max-width:85%;margin-top:24px;font-size:1.2rem;font-weight:600;line-height:1.6}.hero-actions{margin-top:38px}.hero-btn{-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:.5px;background:#ffffff14;border:1px solid #fff;border-radius:8px;justify-content:center;align-items:center;padding:16px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-btn:hover{color:#111;background:#fff;transform:translateY(-3px)}.gold-text{background:linear-gradient(135deg,#8a6a1f 0%,#f5d76e 35%,#fff3b0 50%,#c9972b 70%,#6f5012 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.hero-left{opacity:0;transition:transform 1s cubic-bezier(.22,1,.36,1),opacity 1s;transform:scale(.96)}.hero-left.hero-image-active{opacity:1;transform:scale(1)}.hero-actions{opacity:0;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s;transform:translateY(20px)}.hero-actions.hero-button-active{opacity:1;transform:translateY(0)}@media (width<=950px){.hero-section{padding:120px 0 50px}.hero-inner{flex-direction:column;gap:50px}.hero-left,.hero-right{width:100%}.hero-image-frame{height:320px}.hero-right{text-align:left;align-items:flex-start}.hero-title{font-size:clamp(2.5rem,10vw,5rem)}.hero-text{max-width:100%}}@media (width<=700px){.hero-image-frame{border-top-right-radius:100px;border-bottom-left-radius:100px;height:230px}.hero-inner{gap:20px}.hero-text{max-width:100%;font-size:1rem}.hero-btn{font-size:15px}.hero-section{padding-top:95px}}.list-container{flex-direction:column;width:100%;padding:80px 0;display:flex}.list-container>.list-item-reveal:first-child .list-item-container{border-top:1px solid #b4b4b4}.list-container-title{color:#fff;text-transform:uppercase;font-size:18px;font-weight:600}.list-container-subtitle{color:#fff;max-width:90%;margin:20px auto;font-size:110px;font-weight:700}.list-item-reveal{opacity:0;transition:opacity .75s,transform .75s cubic-bezier(.22,1,.36,1);transform:translateY(50px)}.list-item-reveal.list-item-visible{opacity:1;transform:translateY(0)}.list-item-container{border-bottom:1px solid #b4b4b4;flex-direction:row;justify-content:space-between;align-items:center;width:80%;min-height:150px;margin:0 auto;padding:10px 80px;display:flex}.list-left{flex-direction:row;align-items:center;display:flex}.list-number{width:8vw;font-size:22px;font-weight:500}.list-title{color:#fff;width:30vw;font-size:38px;font-weight:450}.list-text{color:#e7e7e7;width:30vw;font-size:17px;font-weight:500;line-height:1.4}@media (width<=1000px){.list-item-container{flex-direction:column;justify-content:center;gap:10px;width:100%;margin:0;padding:20px}.list-text,.list-title{width:90%;margin:0 auto}.list-title{padding:0 10px;font-size:24px}.list-left{flex-direction:column;gap:4px}.list-text{margin:10px auto 4px}}.home-about{text-align:center;width:min(90%,1050px);margin:0 auto;padding:65px 0 85px}.home-about-label{letter-spacing:1.8px;text-transform:uppercase;margin-bottom:16px;font-size:.85rem;font-weight:700;display:inline-block}.home-about h1{color:#fff;letter-spacing:.2px;max-width:900px;margin:0 auto 24px;font-size:clamp(1.5rem,3vw,2.45rem);font-weight:650;line-height:1.25}.home-about p{color:#ffffffdb;max-width:900px;margin:0 auto 16px;font-size:clamp(.98rem,1.35vw,1.12rem);font-weight:400;line-height:1.75}.home-about p:last-child{margin-bottom:0}@media (width<=700px){.home-about{padding:50px 0 70px}.home-about-label{margin-bottom:14px;font-size:.78rem}.home-about h1{font-size:1.45rem}.home-about p{font-size:.98rem;line-height:1.65}}.testimonials-section{color:#fff;width:100%;padding:100px 0;overflow:hidden}.testimonials-inner{width:85%;max-width:1450px;margin:0 auto}.testimonials-header{margin-bottom:55px}.testimonials-subtitle{color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-size:.95rem;font-weight:700}.testimonials-title{margin:0 auto;font-size:clamp(40px,8vw,110px);font-weight:750;line-height:.9}.home-subtitle{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:2px;margin:0 auto 16px;font-size:clamp(12px,2vw,16px);font-weight:700}.home-title{color:#fff;letter-spacing:-1px;text-align:center;margin:0 auto;font-size:clamp(50px,8vw,110px);font-weight:750;line-height:.9}.testimonial-card{background:radial-gradient(circle at top,#ffffff14,#0000 60%),#ffffff0a;border:1px solid #ffffff14;border-radius:36px;justify-content:center;align-items:center;width:100%;height:520px;display:flex;position:relative;overflow:hidden}.testimonial-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff04,#0000,#ffffff04);position:absolute;inset:0}.testimonial-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1100px;padding:50px;font-size:clamp(1.4rem,3.7vw,2.5rem);display:flex;position:absolute}.testimonial-show{animation:.85s cubic-bezier(.22,1,.36,1) forwards testimonialReveal}.testimonial-hide{animation:.35s forwards testimonialHide}@keyframes testimonialReveal{0%{opacity:0;filter:blur(10px);transform:translateY(40px)scale(.98)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes testimonialHide{0%{opacity:1;filter:blur();transform:translateY(0)}to{opacity:0;filter:blur(8px);transform:translateY(-20px)}}.testimonial-quote{background:var(--gold);width:90px;height:90px;-webkit-mask:url(/icons/quote.png) 50%/contain no-repeat;mask:url(/icons/quote.png) 50%/contain no-repeat}@keyframes quoteReveal{to{opacity:.8;transform:translateY(0)}}.testimonial-text{letter-spacing:-1.5px;opacity:0;max-width:1000px;margin-top:10px;font-weight:500;line-height:1.08;animation:.9s cubic-bezier(.22,1,.36,1) .22s forwards textReveal;transform:translateY(35px)}@keyframes textReveal{to{opacity:1;transform:translateY(0)}}.testimonial-bottom{flex-direction:column;align-items:center;gap:8px;margin-top:48px;display:flex}.testimonial-name{opacity:0;font-weight:700;animation:.7s .42s forwards metaReveal;transform:translateY(18px)}.testimonial-date{color:#ffffff94;opacity:0;animation:.7s .5s forwards metaReveal;transform:translateY(18px)}@keyframes metaReveal{to{opacity:1;transform:translateY(0)}}.testimonial-progress-wrap{gap:16px;margin-top:28px;display:flex}.testimonial-progress{cursor:pointer;background:#ffffff1f;border:none;border-radius:999px;width:120px;height:6px;padding:0;position:relative;overflow:hidden}.testimonial-progress-fill{background:var(--main);transform-origin:0;animation-name:progressFill;animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;inset:0}@keyframes progressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=900px){.testimonials-section{padding:90px 0}.testimonials-inner{width:92%}.testimonial-card{border-radius:26px;height:500px}.testimonial-content{padding:30px 20px}.testimonial-text{max-width:100%}.testimonial-progress{width:70px}}.contact-page{width:100%;padding-top:170px;padding-bottom:120px}.contact-section{width:88%;max-width:1400px;margin:0 auto}.contact-top{margin-bottom:55px}.contact-tag{color:var(--main);letter-spacing:2px;margin:0 0 20px;font-size:.9rem;font-weight:700}.contact-heading{color:#fff;margin-bottom:24px;font-size:clamp(3rem,10vw,5.5rem);font-weight:750;line-height:.9}.contact-subtext{color:#ffffffb3;max-width:600px;font-size:1.1rem;line-height:1.7}.contact-form{-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:35px;flex-direction:column;gap:20px;width:100%;padding:40px;display:flex}.contact-row{gap:20px;display:flex}.contact-form input,.contact-form textarea{color:#fff;background:0 0;border:none;border-bottom:1px solid #ffffff26;outline:none;width:100%;padding:18px 4px;font-family:inherit;font-size:1rem;transition:all .25s}.contact-form textarea{resize:vertical;min-height:180px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffff73}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--main)}.contact-bottom{justify-content:space-between;align-items:center;gap:20px;margin-top:10px;display:flex}.contact-form button{background:var(--main);color:#000;cursor:pointer;border:none;border-radius:999px;height:56px;padding:0 34px;font-size:.95rem;font-weight:700;transition:all .25s}.contact-form button:hover{transform:translateY(-2px)}.contact-status{color:#ffffffb3;font-size:.95rem}@media (width<=850px){.contact-page{padding-top:100px}.contact-row{flex-direction:column;gap:0}.contact-form{border-radius:24px;padding:28px}.contact-bottom{flex-direction:column;align-items:flex-start}.contact-form button{width:100%}}.contact-details{grid-template-columns:1fr 1fr;gap:24px;width:100%;margin:24px auto;display:grid}.contact-details-card{-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:28px;padding:32px}.contact-details-title{color:#fff;margin-bottom:26px;font-size:1.3rem;font-weight:700}.contact-detail-item{text-align:start;align-items:center;gap:18px;width:fit-content;margin-bottom:22px;text-decoration:none;display:flex}.contact-detail-icon{width:52px;min-width:52px;height:52px;color:var(--main);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.contact-detail-text span{color:#ffffff80;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;font-size:.8rem;display:block}.contact-detail-text div{color:#fff;font-size:1.05rem;font-weight:500}.hours-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 0;display:flex}.hours-row:last-child{border-bottom:none;padding-bottom:0}.hours-row span{color:#ffffffa6}.hours-row div{color:#fff;font-weight:500}@media (width<=850px){.contact-details{grid-template-columns:1fr}.contact-details-card{padding:26px}}.contact-detail-info{position:relative}.contact-detail-info:after{content:"";background-color:#fff;width:0%;height:2px;transition:width .5s;position:absolute;bottom:-5px;left:0}.contact-detail-item:hover .contact-detail-info:after{width:100%}@media (width<=700px){.contact-detail-icon{width:36px;min-width:36px;height:36px}.contact-details-card{padding:20px 14px}.contact-detail-text div{font-size:16px}.contact-detail-item{gap:8px}.contact-page-phone div{font-size:18px}.contact-heading{line-height:1}}@media (width<=380px){.contact-detail-text div{font-size:15px}}.footer{color:#fff;background:#050505;border-top:1px solid #ffffff14;width:100%;padding-top:85px}.footer-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:60px;width:85%;max-width:1500px;margin:0 auto;display:grid}.footer-heading{text-transform:uppercase;letter-spacing:2px;color:var(--main);margin-bottom:22px;font-size:.9rem;font-weight:700}.footer-brand{flex-direction:column;align-items:flex-start;display:flex}.footer-logo{object-fit:contain;width:240px;margin-bottom:28px}.footer-contact{flex-direction:column;gap:14px;display:flex}.footer-contact-item{color:#ffffffb8;align-items:center;gap:12px;font-size:.98rem;text-decoration:none;display:flex}.footer-contact-item svg{color:var(--main);flex-shrink:0;font-size:.95rem}.footer-pages{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:34px;display:flex}.footer-links a{color:#fff;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .3s,transform .3s;position:relative}.footer-links a:after{content:"";background:var(--main);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-7px;left:0}.footer-links a:hover:after{width:100%}.footer-links a:hover{opacity:.7;transform:translateY(-2px)}.footer-social-wrap{flex-direction:column;align-items:flex-end;display:flex}.footer-socials{gap:14px;display:flex}.footer-socials a{color:#fff;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;text-decoration:none;transition:transform .3s,background .3s,border .3s;display:flex}.footer-socials a:hover{background:var(--main);border-color:var(--main);transform:translateY(-4px)}.footer-bottom{color:#ffffff61;text-align:center;border-top:1px solid #ffffff14;width:85%;max-width:1500px;margin:70px auto 0;padding:28px 0;font-size:.88rem}@media (width<=1000px){.footer{padding-top:60px}.footer-inner{text-align:center;grid-template-columns:1fr;gap:55px;width:92%}.footer-brand{align-items:center}.footer-logo{width:190px}.footer-pages{align-items:center}.footer-links{gap:18px}.footer-social-wrap,.footer-contact{align-items:center}.footer-bottom{width:92%;margin-top:50px;font-size:.8rem;line-height:1.5}}.about-page{flex-direction:column;gap:140px;width:100%;min-height:100vh;margin:0 auto;padding-top:220px;display:flex}.about-container{justify-content:space-between;align-items:flex-start;gap:60px;width:calc(100% - 100px);max-width:1600px;margin:40px auto;display:flex}.about-left{flex:1;position:sticky;top:120px}.about-title{flex-direction:column;align-items:flex-start;line-height:.85;display:flex}.about-title-line{color:#2e2e2e;letter-spacing:-6px;text-align:left;text-transform:uppercase;letter-spacing:-6px;font-size:200px;font-weight:700}.about-right{flex-direction:column;flex:1;align-items:flex-start;gap:35px;padding-top:20px;display:flex}.about-subtitle{color:#fff;text-align:left;max-width:750px;font-size:clamp(1.6rem,2.5vw,2.5rem);font-weight:700;line-height:1.2}.about-text{color:#ffffffb8;text-align:left;max-width:850px;font-size:1.05rem;line-height:1.9}.about-values{flex-direction:column;gap:50px;width:calc(100% - 100px);max-width:1600px;margin:60px auto;display:flex}.about-values-header{color:#fff;text-align:left;font-size:clamp(2rem,4vw,3rem);font-weight:750}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:30px;width:100%;display:grid}.about-value-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:30px;flex-direction:column;align-items:flex-start;gap:22px;padding:35px;transition:all .35s;display:flex}.about-value-card:hover{border-color:#ffffff2e;transform:translateY(-6px)}.about-value-icon{color:#fff;background:#ffffff14;border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;font-size:1.35rem;display:flex}.about-value-title{color:#fff;text-align:left;font-size:1.3rem;font-weight:700}.about-value-text{color:#ffffffb3;text-align:left;font-size:1rem;line-height:1.8}@media (width<=1100px){.about-container{flex-direction:column;gap:60px}.about-left,.about-right{width:100%}.about-left{top:unset;position:relative}.about-values-grid{grid-template-columns:1fr}}@media (width<=700px){.about-page{gap:100px;padding:100px 0}.about-title-line{font-size:clamp(4rem,18vw,7rem)}.about-subtitle{font-size:1.8rem}.about-value-card{padding:28px}}.about-photo-section{background-image:url(/kitchen.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.our-promise-section{width:100%;margin-top:30px}.our-promise-container{background-color:#111;flex-direction:row;justify-content:center;align-items:center;width:100%;height:fit-content;padding-top:80px;padding-bottom:80px;display:flex}.our-promise{color:#fff;flex-direction:row;justify-content:space-evenly;align-items:flex-start;width:88%;display:flex}.our-promise-right{width:50%;max-width:600px}.our-promise-left{width:50%;max-width:450px}.our-promise-left h2{margin-top:0;margin-bottom:40px;font-size:18px}.our-promise-left span{color:#fff;font-size:34px}.our-promise-triangle{clip-path:polygon(0 0,100% 100%,100% 100%,0 100%);background-color:#111;width:100%;height:140px;margin-bottom:-2px}.our-promise-line{background:var(--gold);width:100%;height:2px;margin-top:0;margin-bottom:45px}.our-promise-right span{color:#fff;font-size:20px;line-height:1.4}@media (width<=1000px){.who-we-are{flex-direction:column;gap:40px}.who-we-are-title{padding:10px;font-size:22px}.who-we-are-container{justify-content:center;align-items:center;margin:30px auto;padding:0}.image-sizing,.who-we-are-text-container{width:100%}.who-we-are-text{font-size:16px}.our-promise{flex-direction:column;justify-content:center;align-items:center}.our-promise-left,.our-promise-right{width:100%}.about-cta{flex-direction:column;padding:45px 0 45px 30px}.about-cta-right{justify-content:flex-start;width:100%}.about-cta-btn{padding:20px;font-size:18px}.about-cta-subtitle{font-size:24px}.our-promise-line{margin-top:50px}}@media (width<=600px){.about-photo-section{height:fit-content;margin-top:150px}.our-promise-container{background-color:#111111e6;height:fit-content}.our-promise-triangle{background-color:#111111e6;width:100%;height:140px;margin-bottom:-.25px}.about-container,.about-values{width:calc(100% - 80px)}.about-title{align-items:center}.our-promise-left span{font-size:24px}.our-promise-right span{font-size:18px}}.services-page{color:#fff;background:#111;width:100%;min-height:100vh;padding:180px 0}.services-hero{flex-direction:column;width:100%;display:flex}.services-hero-title{letter-spacing:normal;color:#fff;margin:0;font-size:clamp(3rem,10vw,5.5rem);font-weight:800}.services--hero-title.outline{color:#0000;-webkit-text-stroke:2px #ffffff2e}.services-list{flex-direction:column;width:100%;display:flex}.service-section{border-top:1px solid #ffffff14;justify-content:space-between;align-items:stretch;gap:80px;width:100%;min-height:30vh;padding:80px 7%;display:flex;position:relative}.service-section-reverse{flex-direction:row-reverse}.service-image-side{flex:1;position:relative}.service-image-sticky{border-radius:28px;position:sticky;top:275px;overflow:hidden}.service-image-sticky img{object-fit:cover;opacity:0;width:100%;height:50vh;transition:transform 1.2s cubic-bezier(.22,1,.36,1),opacity 1s;display:block;transform:scale(1.08)}.service-content-side{opacity:0;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding-top:40px;transition:transform 1s cubic-bezier(.22,1,.36,1),opacity 1s;display:flex;transform:translateY(80px)}.service-number{letter-spacing:4px;text-transform:uppercase;color:#fff6;margin-bottom:25px;font-size:.95rem}.service-title{letter-spacing:-1px;max-width:650px;font-size:clamp(2.5rem,5vw,5rem);font-weight:750;line-height:.95}.service-divider{background:#ffffff2e;width:0%;height:1px;margin:40px 0;transition:width 1.1s cubic-bezier(.22,1,.36,1)}.service-description{color:#ffffffb8;white-space:pre-line;max-width:700px;font-size:1.05rem;line-height:2}.service-visible .service-content-side{opacity:1;transform:translateY(0)}.service-visible .service-image-sticky img{opacity:1;transform:scale(1)}.service-visible .service-divider{width:100%}@media (width<=1100px){.service-section,.service-section-reverse{min-height:unset;flex-direction:column;gap:60px}.service-image-side,.service-content-side{width:100%}.service-image-sticky{top:unset;position:relative}.service-image-sticky img{height:500px}.service-content-side{padding-top:0}.services-page{padding-top:100px}}@media (width<=700px){.service-divider{margin:20px 0}.service-description,.service-title{text-align:left}.service-content-side{align-items:flex-start}.service-number{font-size:22px}.service-section{gap:30px;padding:30px 7%}.service-image-sticky img{height:200px}.service-title{letter-spacing:-2px}.service-description{font-size:1rem;line-height:1.9}.services-hero{padding:0 0 20px}.services-hero-title{font-weight:700}}.faq-section{background:#0f0f0f;justify-content:center;width:100%;min-height:100vh;padding:180px 20px 100px;display:flex}.faq-container{width:100%;max-width:1000px}.faq-title{color:#fff;letter-spacing:normal;margin:0 0 60px;font-size:clamp(3rem,10vw,5.5rem);font-weight:800;line-height:1.2}.faq-list{flex-direction:column;gap:18px;display:flex}.faq-item{background:#171717;border:1px solid #ffffff14;border-radius:22px;transition:border-color .25s,background .25s;overflow:hidden}.faq-item.active{background:#1d1d1d;border-color:#ff8c42}.faq-question{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:28px 30px;font-size:1.1rem;font-weight:600;display:flex}.faq-arrow{min-width:18px;transition:transform .3s}.faq-item.active .faq-arrow{transform:rotate(180deg)}.faq-answer-wrapper{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.faq-item.active .faq-answer-wrapper{grid-template-rows:1fr}.faq-answer{color:#c7c7c7;padding:0 30px;font-size:1rem;line-height:1.7;overflow:hidden}.faq-item.active .faq-answer{padding-bottom:28px}@media (width<=768px){.faq-section{padding-top:100px}.faq-question{padding:24px 22px;font-size:1rem}.faq-answer{padding-left:22px;padding-right:22px}.faq-item.active .faq-answer{padding-bottom:24px}.faq-title{font-weight:700}}
