:root{--color-primary:#2a4d38;--color-primary-mid:#3d6b4f;--color-primary-light:#5a8f6a;--color-primary-pale:#c4d9ca;--color-primary-mist:#f0f5f1;--color-bg:#f5f2ec;--color-border:#e8e2d5;--color-muted:#8c8679;--color-text:#2b2b2a;--color-accent:#b5604a;--color-accent-light:#d4896e;--color-info:#4a5e6a;--transition:all 0.2s ease}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#2a4d38;background-color:var(--color-primary);color:#2b2b2a;color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}a{text-decoration:none}img{height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{margin-top:0}.app{display:flex;flex-direction:column;min-height:100vh}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-transition{animation:pageFadeIn .3s ease}.hero{align-items:center;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.07'/%3E%3C/svg%3E") repeat,radial-gradient(ellipse 60% 50% at 85% 15%,#5a8f6a2e 0,#0000 60%),radial-gradient(ellipse 45% 40% at 15% 85%,#b5604a1a 0,#0000 60%),linear-gradient(160deg,#1d3829,#2a4d38 50%,#1d3829);background-size:250px 250px,100% 100%,100% 100%,100% 100%;display:flex;justify-content:center;min-height:calc(100vh - 70px);overflow:hidden;padding:5rem 2rem 4rem;position:relative}.hero:after{background:linear-gradient(180deg,#0000,#f0f5f1);bottom:-1px;content:"";height:80px;left:0;pointer-events:none;position:absolute;right:0}.hero-content{max-width:900px;position:relative;text-align:center;width:100%;z-index:1}.hero-eyebrow{align-items:center;color:#c4d9ca;display:flex;font-size:.7rem;font-weight:700;gap:1.25rem;justify-content:center;letter-spacing:.14em;margin-bottom:2rem;text-transform:uppercase}.hero-title{color:#fff;font-size:clamp(2.75rem,7vw,5rem);font-weight:800;letter-spacing:-.04em;line-height:1.05;margin:0 0 1.5rem}.hero-title .accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#c4d9ca,#b5604a);-webkit-background-clip:text;background-clip:text}.hero-description{color:#ffffffad;font-size:1.15rem;line-height:1.75;margin:0 auto 2.5rem;max-width:580px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem}.btn-primary{align-items:center;background-color:#b5604a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;letter-spacing:.01em;padding:.9rem 2rem;text-decoration:none;transition:all .2s ease}.btn-primary:hover{background-color:#9d4e3b;box-shadow:0 8px 28px #b5604a66;color:#fff;transform:translateY(-2px)}.btn-secondary{align-items:center;background-color:initial;border:1px solid #ffffff40;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.9rem 2rem;text-decoration:none;transition:all .2s ease}.btn-secondary:hover{background-color:#ffffff14;border-color:#ffffff73;color:#fff}.section-header{margin-bottom:3.5rem;text-align:center}.section-label{align-items:center;color:#3d6b4f;display:inline-flex;font-size:.7rem;font-weight:700;gap:.6rem;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.section-label:before{background:#b5604a;content:"";display:inline-block;flex-shrink:0;height:2px;width:18px}.section-label-light{color:#ffffff8c}.section-label-light:before{background:#b5604a}.section-title{color:#2b2b2a;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 .75rem}.section-subtitle{color:#8c8679;font-size:1rem;line-height:1.7;margin:0 auto;max-width:480px}.services{background-color:#f0f5f1;padding:6rem 2rem}.services-container{margin:0 auto;max-width:1200px}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background-color:#fff;border:1px solid #e8e2d5;border-radius:12px;overflow:hidden;padding:2.5rem;position:relative;transition:all .25s ease}.service-card:after{background:linear-gradient(90deg,#2a4d38,#b5604a);bottom:0;content:"";height:3px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-card:hover{border-color:#0000;box-shadow:0 20px 60px #2a4d381a;transform:translateY(-6px)}.service-card:hover:after{transform:scaleX(1)}.service-icon{align-items:center;background:linear-gradient(135deg,#2a4d3814,#5a8f6a14);border:1px solid #2a4d381a;border-radius:14px;color:#2a4d38;display:flex;height:52px;justify-content:center;margin-bottom:1.5rem;width:52px}.service-icon svg{height:22px;width:22px}.service-card h3{color:#2b2b2a;font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .75rem}.service-card p{color:#8c8679;font-size:.9rem;line-height:1.7;margin:0}.process{background-color:#f5f2ec;padding:6rem 2rem}.process-container{margin:0 auto;max-width:1200px}.process-steps{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.process-steps{grid-template-columns:1fr}}.process-step{border-top:2px solid #e8e2d5;padding-top:1.5rem;position:relative}.process-step:before{background:#2a4d38;content:"";height:2px;left:0;position:absolute;top:-2px;width:40px}.step-number{color:#8c8679;display:block;font-size:.7rem;font-weight:700;letter-spacing:.12em;margin-bottom:1.25rem}.step-title{color:#2b2b2a;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .75rem}.step-desc{color:#8c8679;font-size:.875rem;line-height:1.75;margin:0}.cta-banner{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.06'/%3E%3C/svg%3E") repeat,linear-gradient(160deg,#1d3829,#2a4d38);background-size:250px 250px,100% 100%;padding:7rem 2rem;text-align:center}.cta-banner-content{margin:0 auto;max-width:640px}.cta-banner h2{color:#fff;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:.75rem 0 1rem}.cta-banner p{color:#ffffffa6;font-size:1.1rem;line-height:1.65;margin:0 0 2.5rem}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tech-scroll-section{background-color:#f0f5f1;overflow:hidden;padding:5rem 0 6rem}.tech-scroll-header{margin-bottom:3rem;padding:0 2rem;text-align:center}.scroll-container{display:flex;flex-direction:column;gap:2rem}.scroll-row{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 10%,#000 90%,#0000);mask-image:linear-gradient(90deg,#0000 0,#000 10%,#000 90%,#0000);overflow:hidden}.scroll-track{align-items:center;animation:scrollLeft 120s linear infinite;display:flex;gap:3.5rem;width:-webkit-max-content;width:max-content}.scroll-row-reverse .scroll-track{animation:scrollRight 140s linear infinite}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.scroll-item{flex-shrink:0}.scroll-item,.scroll-logo{align-items:center;display:flex}.scroll-logo{border-radius:16px;box-shadow:0 2px 14px #2a4d3817;height:72px;justify-content:center;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:72px}.scroll-logo:hover{box-shadow:0 10px 28px #2a4d3829;transform:translateY(-4px)}.scroll-logo svg{display:block;height:36px;width:36px}.scroll-row:hover .scroll-track{animation-play-state:paused}.contact-page{align-items:center;background:linear-gradient(135deg,#f5f2ec,#f0f5f1);display:flex;min-height:calc(100vh - 70px);padding:5rem 2rem}.contact-wrapper{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px;width:100%}@media (max-width:768px){.contact-wrapper{gap:2rem;grid-template-columns:1fr}}.contact-info-section-label{color:#3d6b4f;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.contact-info h1{color:#2b2b2a;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 1rem}.contact-info>p{color:#8c8679;font-size:.95rem;line-height:1.7;margin:0 0 2rem}.contact-detail{align-items:center;color:#8c8679;display:flex;font-size:.9rem;gap:.875rem;margin-bottom:.875rem}.contact-detail-icon{align-items:center;background-color:#2a4d381a;border:1px solid #2a4d3833;border-radius:10px;display:flex;flex-shrink:0;font-size:1rem;height:38px;justify-content:center;width:38px}.contact-form-card{background-color:#fff;border:1px solid #e8e2d5;border-radius:20px;padding:2.5rem}.contact-form-card h2{color:#2b2b2a;font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.75rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#2b2b2a;display:block;font-size:.82rem;font-weight:600;margin-bottom:.45rem}.form-group input,.form-group textarea{background-color:#f5f2ec;border:1px solid #e8e2d5;border-radius:8px;color:#2b2b2a;font-family:inherit;font-size:.9rem;padding:.75rem 1rem;transition:border-color .2s ease,background-color .2s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#8c8679}.form-group input:focus,.form-group textarea:focus{background-color:#2a4d380a;border-color:#2a4d38;outline:none}.form-group textarea{min-height:120px;resize:vertical}.btn-submit{background-color:#b5604a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;margin-top:.25rem;padding:.875rem;transition:all .2s ease;width:100%}.btn-submit:hover{background-color:#9d4e3b;box-shadow:0 4px 16px #b5604a59;transform:translateY(-1px)}.header{background-color:#2a4d38;border-bottom:1px solid #0000001f;box-sizing:border-box;height:70px;justify-content:space-between;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.header,.header-brand{align-items:center;display:flex}.header-brand{text-decoration:none}.logo{height:36px;width:auto}.logo-mark{display:none}.nav-list{align-items:center;display:flex;gap:.25rem;list-style:none;margin:0;padding:0}.nav-list li a{border-radius:6px;color:#ffffffbf;display:block;font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-list li a:hover{background-color:#ffffff1a;color:#fff}.nav-cta{background-color:#b5604a!important;border-radius:8px!important;color:#fff!important;font-weight:600!important;margin-left:.5rem;padding:.5rem 1.25rem!important}.nav-cta:hover{background-color:#9d4e3b!important;color:#fff!important}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;padding:0;width:24px;z-index:101}.hamburger span{background-color:#fff;border-radius:2px;display:block;height:2px;transition:transform .25s ease,opacity .25s ease;width:100%}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:640px){.logo-full{display:none}.logo-mark{display:block}.hamburger{display:flex}.header nav{background-color:#2a4d38;border-bottom:1px solid #00000026;display:none;left:0;padding:1rem 0 1.5rem;position:absolute;right:0;top:70px}.header nav.nav-open{display:block}.nav-list{align-items:stretch;flex-direction:column;gap:0;padding:0 1.5rem}.nav-list li a{font-size:1rem;padding:.75rem 1rem}.nav-cta{margin-left:0!important;margin-top:.5rem;text-align:center}}.footer{background-color:#2a4d38;border-top:1px solid #0000001f;color:#ffffffb3;padding:3rem 2rem 1.5rem}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr;margin:0 auto 2.5rem;max-width:1200px}@media (max-width:768px){.footer-grid{gap:2rem;grid-template-columns:1fr}}.footer-brand .brand-name{color:#fff;display:block;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.footer-brand p{color:#ffffff8c;font-size:.875rem;line-height:1.65;margin:0;max-width:300px}.footer-location{color:#fff6;font-size:.78rem;letter-spacing:.03em;margin-top:.75rem!important}.footer-col h4{color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:#ffffff8c;font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-col ul li a:hover{color:#fff}.footer-bottom{align-items:center;border-top:1px solid #ffffff1f;color:#fff6;display:flex;font-size:.8rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding-top:1.5rem}.footer-bottom p{margin:0}@media (max-width:600px){.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.about-page{background-color:#f5f2ec}.about-hero{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.07'/%3E%3C/svg%3E") repeat,linear-gradient(160deg,#1d3829,#2a4d38);background-size:250px 250px,100% 100%;overflow:hidden;padding:7rem 2rem 6rem;position:relative;text-align:center}.about-hero:after{background:linear-gradient(180deg,#0000,#f5f2ec);bottom:-1px;content:"";height:60px;left:0;pointer-events:none;position:absolute;right:0}.about-eyebrow{align-items:center;color:#c4d9ca;display:flex;font-size:.7rem;font-weight:700;gap:1.25rem;justify-content:center;letter-spacing:.14em;margin-bottom:2rem;text-transform:uppercase}.hero-eyebrow-line{background:#c4d9ca59;flex:1 1;height:1px;max-width:80px}.about-hero-content{margin:0 auto;max-width:720px;position:relative;z-index:1}.about-section-label{align-items:center;color:#3d6b4f;display:inline-flex;font-size:.7rem;font-weight:700;gap:.6rem;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.about-section-label:before{background:#b5604a;content:"";display:inline-block;flex-shrink:0;height:2px;width:18px}.about-hero-content h1{color:#fff;font-size:clamp(2.25rem,5.5vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.08;margin:0 0 1.25rem}.about-hero-content p{color:#ffffffad;font-size:1.15rem;line-height:1.75;margin:0;margin-inline:auto;max-width:540px}.about-mission{background-color:#f5f2ec;border-bottom:1px solid #e8e2d5;padding:6rem 2rem}.about-container-wide{margin:0 auto;max-width:1200px}.mission-grid{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:1fr 1.5fr}@media (max-width:768px){.mission-grid{gap:2rem;grid-template-columns:1fr}}.mission-left h2{color:#2b2b2a;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:.75rem 0 0}.mission-right p{color:#8c8679;font-size:1rem;line-height:1.8;margin:0 0 1.25rem}.mission-right p:last-child{margin-bottom:0}.about-values-section{background-color:#f0f5f1;padding:6rem 2rem}.about-section-header{margin-bottom:3.5rem;text-align:center}.about-section-header h2{color:#2b2b2a;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:.5rem 0 0}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.value-card{background-color:#fff;border:1px solid #e8e2d5;border-radius:12px;overflow:hidden;padding:2.5rem;position:relative;transition:all .25s ease}.value-card:after{background:linear-gradient(90deg,#2a4d38,#b5604a);bottom:0;content:"";height:3px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.value-card:hover{border-color:#0000;box-shadow:0 20px 60px #2a4d381a;transform:translateY(-6px)}.value-card:hover:after{transform:scaleX(1)}.value-icon-wrap{align-items:center;background:linear-gradient(135deg,#2a4d3814,#5a8f6a14);border:1px solid #2a4d381a;border-radius:14px;color:#2a4d38;display:flex;height:52px;justify-content:center;margin-bottom:1.5rem;width:52px}.value-icon-wrap svg{height:22px;width:22px}.value-card h3{color:#2b2b2a;font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .75rem}.value-card p{color:#8c8679;font-size:.9rem;line-height:1.7;margin:0}.testimonials-page{background-color:#f5f2ec}.testimonials-hero{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.07'/%3E%3C/svg%3E") repeat,linear-gradient(160deg,#1d3829,#2a4d38);background-size:250px 250px,100% 100%;border-bottom:1px solid #0000001a;overflow:hidden;padding:6rem 2rem;position:relative;text-align:center}.testimonials-hero:before{background:radial-gradient(circle,#5a8f6a2e 0,#0000 70%);content:"";height:700px;left:50%;pointer-events:none;position:absolute;top:-50%;transform:translateX(-50%);width:700px}.testimonials-hero-content{margin:0 auto;max-width:680px;position:relative;z-index:1}.testimonials-section-label{color:#c4d9ca;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.testimonials-hero-content h1{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 1rem}.testimonials-hero-content p{color:#ffffffb8;font-size:1.125rem;line-height:1.7;margin:0}.testimonials-section{background-color:#f5f2ec;padding:5rem 2rem}.testimonials-container{margin:0 auto;max-width:1200px}.testimonials-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background-color:#fff;border:1px solid #e8e2d5;border-radius:16px;display:flex;flex-direction:column;gap:1.25rem;padding:2rem;transition:all .2s ease}.testimonial-card:hover{border-color:#2a4d384d;box-shadow:0 12px 40px #2a4d381a;transform:translateY(-4px)}.testimonial-stars{color:#f59e0b;font-size:1rem;letter-spacing:2px}.testimonial-quote{color:#2b2b2a;flex:1 1;font-size:.95rem;font-style:italic;line-height:1.75;margin:0}.testimonial-author{align-items:center;border-top:1px solid #e8e2d5;display:flex;gap:.875rem;padding-top:1.25rem}.author-avatar{align-items:center;background:linear-gradient(135deg,#2a4d38,#3d6b4f);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:42px;justify-content:center;width:42px}.author-info strong{color:#2b2b2a;display:block;font-size:.9rem;font-weight:600}.author-info span{color:#8c8679;font-size:.8rem}.testimonials-empty{margin:0 auto;max-width:480px;padding:5rem 2rem;text-align:center}.testimonials-empty-icon{font-size:3rem;margin-bottom:1.25rem}.testimonials-empty h2{color:#2b2b2a;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1rem}.testimonials-empty p{color:#8c8679;font-size:1rem;line-height:1.7;margin:0}
/*# sourceMappingURL=main.3b8119a2.css.map*/