.navigation{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e8e4dff2;border-bottom:1px solid #7e968233;transition:all .3s;position:fixed;top:0;left:0;right:0}.navigation.scrolled{background:#e8e4dffa;box-shadow:0 2px 20px #2c2c2c1a}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.5rem 3rem;display:flex}.logo{cursor:pointer;align-items:center;transition:opacity .3s,transform .3s;display:flex}.logo:hover{opacity:.85;transform:translateY(-1px)}.nav-links{gap:3rem;margin:0;padding:0;list-style:none;display:flex}.nav-links li{letter-spacing:1px;color:#2c2c2c;cursor:pointer;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.nav-links li:after{content:"";background:#c67d5a;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links li:hover{color:#c67d5a}.nav-links li:hover:after{width:100%}.nav-services-toggle{position:relative}.nav-services-toggle.active{color:#c67d5a}.nav-services-toggle.active:after{width:100%}@media (max-width:1024px){.nav-container{padding:1.25rem 2rem}.logo img{width:auto!important;height:60px!important}.nav-links{gap:2rem}.nav-links li{font-size:.9rem}}@media (max-width:768px){.nav-container{flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem}.logo{order:1}.logo img{width:auto!important;height:50px!important}.nav-links{order:2;justify-content:center;gap:1.5rem;width:100%}.nav-links li{font-size:.85rem}}@media (max-width:480px){.nav-container{padding:.75rem 1rem}.logo img{width:auto!important;height:45px!important}.nav-links{flex-wrap:wrap;gap:1rem}.nav-links li{font-size:.8rem}}
.hero{background:linear-gradient(135deg,#e8e4df 0%,#d8d4cf 50%,#e8e4df 100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:1;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 3rem;display:flex;position:relative}.hero-text{flex:1;animation:1s ease-out fadeInUp}.hero-title{color:#2c2c2c;flex-direction:column;margin:0 0 2rem;font-size:5rem;font-weight:800;line-height:1.1;display:flex}.title-line{opacity:0;animation:.8s ease-out forwards slideInLeft;display:block}.title-line:first-child{animation-delay:.2s}.title-line:nth-child(2){animation-delay:.4s}.title-line:nth-child(3){animation-delay:.6s}.title-line.emphasis{color:#c67d5a}.hero-subtitle{color:gray;opacity:0;max-width:600px;margin:0 0 3rem;font-size:1.25rem;line-height:1.8;animation:1s ease-out .8s forwards fadeIn}.cta-button{color:#f5f3f0;letter-spacing:1px;cursor:pointer;opacity:0;background:#c67d5a;border:none;padding:1.25rem 3rem;font-size:1rem;font-weight:600;transition:all .4s;animation:1s ease-out 1s forwards fadeIn;position:relative;overflow:hidden}.cta-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.cta-button:hover:before{left:100%}.cta-button:hover{background:#b8704a;transform:translateY(-2px);box-shadow:0 10px 30px #c67d5a4d}.hero-visual{flex:1;justify-content:center;align-items:center;height:500px;display:flex;position:relative}.visual-element{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);position:absolute}.element-1{background:#e8e4dfcc;width:350px;height:280px;animation:6s ease-in-out infinite float;top:50%;left:100%;transform:translate(-50%,-50%)}.element-2{background:#d3ccc3bf;width:280px;height:220px;animation:8s ease-in-out -2s infinite float;top:40%;left:85%;transform:translate(-50%,-50%)}.element-3{background:#c67d5a59;width:230px;height:180px;animation:7s ease-in-out -4s infinite float;top:60%;left:115%;transform:translate(-50%,-50%)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 15px))}}@media (max-width:1024px){.hero-content{text-align:center;flex-direction:column;padding:3rem 1.5rem}.hero-title{font-size:3.5rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-visual{width:100%;height:300px}.element-1{width:250px;height:250px}.element-2{width:180px;height:180px}.element-3{width:120px;height:120px}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.cta-button{padding:1rem 2rem;font-size:.95rem}}
.services-overlay-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#2c2c2ccc;animation:.3s fadeIn;position:fixed;inset:0}.services-overlay-panel{z-index:1000;background:#f5f3f0;border-radius:12px;width:90%;max-width:1400px;max-height:calc(100vh - 100px);animation:.4s cubic-bezier(.4,0,.2,1) slideDown;position:fixed;top:80px;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 20px 80px #2c2c2c66}.services-overlay-container{padding:4rem 3rem;position:relative}.services-close-btn{color:#f5f3f0;cursor:pointer;z-index:10;background:#2c2c2c;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:2rem;right:2rem}.services-close-btn:hover{background:#c67d5a;transform:rotate(90deg)}.section-header{text-align:center;margin-bottom:3rem}.section-title{color:#2c2c2c;letter-spacing:-1px;margin:0 0 1.5rem;font-size:3.5rem;font-weight:800}.section-subtitle{color:gray;max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.8}.services-list{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.25rem;margin:0;padding:0;list-style:none;display:grid}.service-item{opacity:0;background:#fff;border:1px solid #9caf8840;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem 2.25rem;transition:transform .25s,box-shadow .25s,border-color .25s;animation:.45s forwards fadeInUp;display:flex;position:relative;box-shadow:0 18px 40px #2c2c2c14}.service-item:before{content:"";transform-origin:0;background:linear-gradient(90deg,#c67d5a 0%,#b8704a 100%);border-radius:999px;height:4px;transition:transform .3s;position:absolute;inset:1.5rem 1.75rem auto;transform:scaleX(0)}.service-item:hover:before{transform:scaleX(1)}.service-item:hover{border-color:#c67d5a59;transform:translateY(-6px);box-shadow:0 22px 45px #c67d5a33}.service-number{color:#f5f3f0;letter-spacing:.4px;background:linear-gradient(135deg,#c67d5a 0%,#b8704a 100%);border-radius:999px;justify-content:center;align-items:center;min-width:52px;height:52px;font-size:1.1rem;font-weight:700;display:inline-flex;box-shadow:0 10px 25px #c67d5a4d}.service-item-body{flex:1}.service-title{color:#2c2c2c;letter-spacing:.2px;margin:0 0 .85rem;font-size:1.3rem;font-weight:700}.service-description{color:#616161;margin:0;font-size:1rem;line-height:1.75}.loading{text-align:center;color:gray;padding:4rem 0;font-size:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translate(-50%)translateY(-30px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.services-overlay-panel::-webkit-scrollbar{width:8px}.services-overlay-panel::-webkit-scrollbar-track{background:#e8e4df}.services-overlay-panel::-webkit-scrollbar-thumb{background:#9caf8866;border-radius:4px}.services-overlay-panel::-webkit-scrollbar-thumb:hover{background:#9caf8899}@media (max-width:1024px){.services-overlay-panel{width:95%;top:70px}.services-overlay-container{padding:3rem 2rem}.services-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.section-title{font-size:2.5rem}.services-close-btn{width:45px;height:45px;font-size:1.75rem;top:1.5rem;right:1.5rem}}@media (max-width:768px){.services-overlay-panel{width:95%;max-height:calc(100vh - 80px);top:60px}.services-overlay-container{padding:3rem 1.5rem}.services-list{grid-template-columns:1fr;gap:1.25rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.service-item{padding:1.75rem 1.5rem}.services-close-btn{width:40px;height:40px;font-size:1.5rem;top:1rem;right:1rem}}@media (max-width:480px){.services-overlay-panel{border-radius:0;width:100%;max-height:100vh;top:0}.services-overlay-container{padding:2.5rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.service-item{gap:1rem;padding:1.5rem 1rem}.service-number{min-width:42px;height:42px;font-size:.95rem}.service-title{font-size:1.1rem}.service-description{font-size:.95rem}}
.about{background:linear-gradient(135deg,#d8d4cf 0%,#c9c5c0 50%,#d8d4cf 100%);padding:8rem 3rem;position:relative;overflow:hidden}.about:before{content:"";opacity:.4;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%237E9682' fill-opacity='0.06' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;inset:0}.about-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.about-content{align-items:center;gap:5rem;display:flex}.about-visual{flex:none;max-width:450px}.about-image-placeholder{background:linear-gradient(135deg,#e8e4dfcc 0%,#d8d4cf99 100%);border:3px solid #7e96824d;justify-content:center;align-items:center;width:fit-content;height:fit-content;padding:3rem;display:flex;position:relative;overflow:visible}.about-image-placeholder:before{content:"";border:2px solid #7e968233;position:absolute;inset:20px}.about-image-placeholder svg,.about-image-placeholder img{z-index:1;width:auto;max-width:100%;height:auto;display:block;position:relative}.placeholder-text{color:#7e96824d;letter-spacing:.5rem;font-size:8rem;font-weight:800}.about-text{flex:1}.about-title{color:#2c2c2c;letter-spacing:-1px;margin:0 0 2.5rem;font-size:3.5rem;font-weight:800}.about-description{margin-bottom:3rem}.about-description p{color:gray;margin:0 0 1.5rem;font-size:1.15rem;line-height:1.9}.about-description p:last-child{margin-bottom:0}.about-values{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;display:grid}.value-item{border-top:3px solid #c67d5a;padding:2rem 0}.value-item h4{color:#c67d5a;letter-spacing:1px;margin:0 0 .75rem;font-size:1.3rem;font-weight:700}.value-item p{color:gray;margin:0;font-size:.95rem;line-height:1.7}@media (max-width:1024px){.about{padding:6rem 2rem}.about-content{flex-direction:column;gap:3rem}.about-visual{flex:none;width:100%;max-width:400px;margin:0 auto}.about-image-placeholder{max-width:100%}.about-image-placeholder svg,.about-image-placeholder img{width:auto;max-width:100%;height:auto}.about-title{font-size:2.5rem}.about-values{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.about{padding:4rem 1.5rem}.about-title{font-size:2rem}.about-description p{font-size:1.05rem}.about-visual{max-width:350px}.about-image-placeholder{max-width:100%;padding:2rem}.about-image-placeholder svg,.about-image-placeholder img{width:auto;max-width:100%;height:auto}.placeholder-text{font-size:5rem}}@media (max-width:480px){.about{padding:3rem 1rem}.about-title{font-size:1.75rem}.about-description p{font-size:1rem}.about-visual{max-width:100%}.about-image-placeholder{max-width:100%;padding:1.5rem}.about-image-placeholder svg,.about-image-placeholder img{width:auto;max-width:100%;height:auto}.value-item{padding:1.5rem 0}.value-item h4{font-size:1.1rem}.value-item p{font-size:.9rem}}
.contact{background:#e8e4df;padding:8rem 3rem}.contact-container{max-width:1200px;margin:0 auto}.contact-content{align-items:flex-start;gap:5rem;display:flex}.contact-info{flex:1}.contact-title{color:#2c2c2c;letter-spacing:-1px;margin:0 0 2rem;font-size:3.5rem;font-weight:800}.contact-description{color:gray;margin:0 0 3rem;font-size:1.25rem;line-height:1.8}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-detail-item h4{color:#c67d5a;letter-spacing:2px;text-transform:uppercase;margin:0 0 .5rem;font-size:.9rem;font-weight:700}.contact-detail-item p{color:#2c2c2c;margin:0;font-size:1.15rem}.contact-form-wrapper{background:#fff;border:1px solid #9caf884d;flex:1;padding:3rem;box-shadow:0 10px 40px #2c2c2c1a}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;display:flex}.form-group input,.form-group textarea{color:#2c2c2c;background:#f5f3f0;border:2px solid #9caf884d;outline:none;padding:1.25rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#c67d5a}.form-group input::placeholder,.form-group textarea::placeholder{color:gray}.form-group textarea{resize:vertical;min-height:150px}.submit-button{color:#f5f3f0;letter-spacing:1px;cursor:pointer;background:#c67d5a;border:none;align-self:flex-start;padding:1.25rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-button:hover{background:#b8704a;transform:translateY(-2px);box-shadow:0 5px 20px #c67d5a4d}.success-message{color:#2c2c2c;text-align:center;background:linear-gradient(135deg,#9caf88 0%,#8aa076 100%);border-radius:4px;padding:1rem 1.5rem;font-weight:500;animation:.4s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.contact{padding:6rem 2rem}.contact-content{flex-direction:column;gap:3rem}.contact-title{font-size:2.5rem}}@media (max-width:768px){.contact{padding:4rem 1.5rem}.contact-title{font-size:2rem}.contact-description{font-size:1.1rem}.contact-form-wrapper{padding:2rem 1.5rem}.submit-button{width:100%}}@media (max-width:480px){.contact{padding:3rem 1rem}.contact-title{font-size:1.75rem}.contact-description{font-size:1rem}.contact-form-wrapper{padding:1.5rem 1rem}.form-group input,.form-group textarea{padding:1rem;font-size:.95rem}.contact-detail-item p{font-size:1rem}}
.footer{color:#e8e4dfcc;background:#2c2c2c;padding:4rem 3rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{border-bottom:1px solid #7e968233;justify-content:space-between;gap:4rem;padding-bottom:3rem;display:flex}.footer-brand h3{color:#e8e4df;letter-spacing:2px;margin:0 0 .75rem;font-size:1.3rem;font-weight:700}.footer-brand p{color:#a0b39a;margin:0;font-size:.95rem}.footer-links{gap:4rem;display:flex}.footer-section h4{color:#c67d5a;letter-spacing:2px;text-transform:uppercase;margin:0 0 1.5rem;font-size:.9rem;font-weight:700}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section li{cursor:pointer;margin-bottom:.75rem;font-size:.95rem;transition:color .3s}.footer-section li:hover{color:#e8e4df}.footer-bottom{text-align:center;padding-top:2rem}.footer-bottom p{color:#e8e4df80;margin:0;font-size:.9rem}@media (max-width:1024px){.footer-content,.footer-links{gap:3rem}}@media (max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content,.footer-links{flex-direction:column;gap:2rem}.footer-brand h3{font-size:1.1rem}.footer-section h4{font-size:.85rem}}@media (max-width:480px){.footer{padding:2rem 1rem 1rem}.footer-brand h3{font-size:1rem}.footer-brand p{font-size:.85rem}.footer-section h4{margin-bottom:1rem;font-size:.8rem}.footer-section li{font-size:.85rem}.footer-bottom p{font-size:.8rem}}
.page-module__E0kJGG__app{isolation:isolate;background:#d8d4cf;min-height:100vh;position:relative;overflow-x:hidden}.page-module__E0kJGG__app:before{content:"";pointer-events:none;z-index:-1;opacity:.95;filter:saturate(.92)contrast(.96);background-image:radial-gradient(135% 125% at 50% -20%,#4a555626 0%,#4a555600 60%),radial-gradient(90% 80% at 50% 95%,#a0a29f33 0%,#a0a29f00 70%),linear-gradient(#5c66674d 0%,#5c66671a 55%,#5c666733 100%);background-position:50%,50%,50%;background-repeat:no-repeat;background-size:140% 120%,120% 120%,100% 100%;position:fixed;inset:0}.page-module__E0kJGG__app:after{content:"";pointer-events:none;z-index:-1;mix-blend-mode:soft-light;opacity:.6;background-image:linear-gradient(#d8d5d133 0%,#d8d5d11a 35%,#d8d5d140 100%),repeating-linear-gradient(#e2e0dd1f 0 3px,#0000 3px 12px),repeating-linear-gradient(0deg,#ffffff1a 0 2px,#0000 2px 20px);position:fixed;inset:0}
