@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Space+Grotesk:wght@300..700&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#1f332a;-webkit-font-smoothing:antialiased;background:#f9f8f5;font-family:Inter,system-ui,-apple-system,sans-serif}:root{--green-dark:#134531;--green-mid:#5a8050;--cream:#eeece6;--bg:#f9f8f5;--white:#fff;--text:#1f332a;--text-muted:#4d5d4d;--border:#e4e3df;--shadow-card:0 4px 32px #13453117;--radius-card:20px;--radius-sm:12px;--max-w:1440px;--section-px:clamp(1.25rem, 5vw, 5rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}h1,h2,h3,h4{color:var(--text);font-family:Space Grotesk,sans-serif;font-weight:500;line-height:1}.navbar{z-index:100;-webkit-backdrop-filter:blur(18px);background:#f9f8f5eb;border-bottom:1px solid #13453114;position:sticky;top:0}.navbar-inner{max-width:var(--max-w);padding:0 var(--section-px);justify-content:space-between;align-items:center;gap:1.5rem;height:72px;margin:0 auto;display:flex}.navbar-brand{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.navbar-brand-logo{width:44px;height:44px}.navbar-brand-text{flex-direction:column;line-height:1.2;display:flex}.navbar-brand-title{color:var(--green-dark);letter-spacing:.01em;font-family:Space Grotesk,sans-serif;font-size:1.7rem;font-weight:700}.navbar-brand-tags{color:var(--green-mid);font-family:Inter,sans-serif;font-size:.6rem;font-weight:500}.navbar-links{align-items:center;gap:.2rem;list-style:none;display:flex}.navbar-link{color:var(--text);border-radius:6px;padding:.45rem .85rem;font-family:Inter,sans-serif;font-size:.92rem;font-weight:500;transition:color .15s,background .15s}.navbar-link-btn{cursor:pointer;font:inherit;color:inherit;text-align:left;background:0 0;border:none;width:auto;margin:0;padding:0;display:inline}.navbar-links .navbar-link-btn:hover,.navbar-links .navbar-link-btn:focus-visible{color:var(--green-dark);background:#1345310f}.navbar-mobile-links .navbar-link-btn:hover,.navbar-mobile-links .navbar-link-btn:focus-visible{color:var(--green-dark);background:#13453112}.navbar-link:hover,.navbar-link.active{color:var(--green-dark)}.navbar-cta{isolation:isolate;background:var(--green-dark);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.7rem 1.35rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:transform .18s;display:inline-flex;position:relative;overflow:hidden}.navbar-cta .btn-bg{z-index:1;pointer-events:none;background:#ffffff26;border-radius:50%;width:250px;height:250px;transition:transform .55s;position:absolute;bottom:-240px;left:50%;transform:translate(-50%)scale(0)}.navbar-cta:hover .btn-bg{transform:translate(-50%)scale(2)}.navbar-cta .btn-text{z-index:2;position:relative}.navbar-cta:hover{transform:translateY(-1px)}.navbar-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.navbar-hamburger span{background:var(--green-dark);border-radius:99px;height:2.5px;transition:transform .28s,opacity .28s;display:block}.navbar-hamburger.open span:first-child{transform:translateY(8.75px)rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar-hamburger.open span:nth-child(3){transform:translateY(-8.75px)rotate(-45deg)}.navbar-mobile-menu{border-top:1px solid var(--border);background:#f9f8f5fa;flex-direction:column;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1);display:none;overflow:hidden}.navbar-mobile-menu.open{max-height:500px}.navbar-mobile-links{padding:1rem var(--section-px) 1rem;flex-direction:column;gap:.15rem;list-style:none;display:flex}.navbar-mobile-link{color:var(--text);border-radius:10px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:background .15s,color .15s;display:block}.navbar-mobile-link:hover{color:var(--green-dark);background:#13453112}.navbar-mobile-cta-wrap{padding:.75rem var(--section-px) 1.5rem;border-top:1px solid var(--border)}.navbar-mobile-cta-btn{isolation:isolate;background:var(--green-dark);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:8px;justify-content:center;width:100%;padding:.85rem 1.6rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:transform .18s;display:flex;position:relative;overflow:hidden}.navbar-mobile-cta-btn .btn-bg{z-index:1;pointer-events:none;background:#ffffff26;border-radius:50%;width:500px;height:500px;transition:transform .55s;position:absolute;bottom:-490px;left:50%;transform:translate(-50%)scale(0)}.navbar-mobile-cta-btn:hover .btn-bg{transform:translate(-50%)scale(2)}.navbar-mobile-cta-btn .btn-text{z-index:2;position:relative}.navbar-mobile-cta-btn:hover{transform:translateY(-1px)}@media (width<=900px){.navbar-links,.navbar-cta{display:none}.navbar-hamburger,.navbar-mobile-menu{display:flex}}.footer{background:var(--cream);border-top:1px solid #1345311a;padding:3.5rem 0 0}.footer-inner{max-width:var(--max-w);padding:0 var(--section-px);margin:0 auto}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr 1.1fr;gap:2rem;padding-bottom:3rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-brand-logo-row{align-items:center;gap:.65rem;display:flex}.footer-brand-logo{width:40px;height:40px}.footer-brand-name{color:var(--green-dark);letter-spacing:.04em;text-transform:uppercase;font-family:Space Grotesk,sans-serif;font-size:1.7rem;font-weight:700}.footer-brand-tags{color:var(--green-mid);font-family:Inter,sans-serif;font-size:.68rem;font-weight:500;display:block}.footer-brand-desc{color:#4d5d4d;max-width:220px;margin:0;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.75}.footer-col-title{color:var(--green-dark);margin-bottom:1.2rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}.footer-links{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-links a{color:#1f332a;font-family:Inter,sans-serif;font-size:.88rem;text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--green-mid)}.footer-address{color:#1f332a;margin:0;font-family:Inter,sans-serif;font-size:.88rem;font-style:normal;line-height:1.8}.footer-contacts{flex-direction:column;gap:.4rem;display:flex}.footer-contact-link{color:#1f332a;font-family:Inter,sans-serif;font-size:.88rem;text-decoration:none;transition:color .15s}.footer-contact-link:hover{color:var(--green-mid)}.footer-social-label{color:var(--green-dark);margin-top:1.4rem;margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}.footer-social-icons{align-items:center;gap:.75rem;display:flex}.footer-social-icons a{transition:transform .18s,opacity .18s;display:inline-flex}.footer-social-icons a:hover{opacity:.8;transform:translateY(-2px)}.footer-social-icons img{width:36px;height:36px}.footer-bottom{text-align:center;border-top:1px solid #1345311a;padding:1.2rem 0}.footer-bottom p{color:#6b7c71;font-family:Inter,sans-serif;font-size:.8rem}.footer-bottom span{color:#1345314d;margin:0 .4rem}@media (width<=1100px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr;row-gap:2.5rem}.footer-brand{flex-direction:row;grid-column:1/-1;align-items:flex-start;gap:2rem}.footer-brand-desc{max-width:340px}}@media (width<=700px){.footer-grid{grid-template-columns:1fr 1fr;row-gap:2rem}.footer-brand{flex-direction:column;grid-column:1/-1;gap:.75rem}}@media (width<=420px){.footer-grid{grid-template-columns:1fr}}@keyframes levitate{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero{width:100%;padding:3rem var(--section-px);align-items:flex-start;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#f2c85926 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#728d1614 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-30%;left:-5%}.hero-container{max-width:var(--max-w);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;margin:0 auto;display:grid;position:relative}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.hero-badge{color:#728d16;background:#edf0cf;border-radius:999px;align-items:center;gap:.6rem;width:fit-content;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:#728d16;border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.hero-heading{flex-direction:column;gap:1rem;display:flex}.hero-lines{flex-direction:column;gap:1rem;max-width:100%;display:flex}.hero-line{height:70px;position:relative}.hero-bar,.hero-reveal{width:0;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-bar{z-index:1}.hero-bar.dark{background:#145737}.hero-reveal{z-index:2;background:#f9f9f9;align-items:center;display:flex}.hero-bar.green{background:#648c57}.hero-line-text{white-space:nowrap;font-family:Space Grotesk,sans-serif;font-size:clamp(2.8rem,4.5vw,4rem);font-weight:600;line-height:1}.hero-line-text.light{color:#648c57}.hero-line-text.dark{color:#145737}.hero-cta-block{margin-top:1rem}.hero-description{color:#2c2c2c;max-width:95%;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.h-btn{isolation:isolate;cursor:pointer;white-space:nowrap;border:none;border-radius:14px;align-items:center;gap:.75rem;padding:1rem 1.75rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.h-btn .btn-bg{z-index:1;border-radius:50%;width:280px;height:280px;transition:transform .5s;position:absolute;bottom:-270px;left:50%;transform:translate(-50%)scale(0)}.h-btn-primary .btn-bg{background:#fff3}.h-btn-secondary .btn-bg{background:#13453114}.h-btn:hover .btn-bg{transform:translate(-50%)scale(2)}.h-btn span,.h-btn img{z-index:2;position:relative}.h-btn-primary{background:var(--green-dark);color:#fff}.h-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #597d5033}.h-btn-primary img{width:18px;height:18px}.h-btn-secondary{color:var(--green-dark);border:2px solid var(--green-dark);background:0 0}.h-btn-secondary:hover{background:var(--green-dark);color:#fff;transform:translateY(-2px)}.h-btn-secondary img{filter:invert(0)brightness(.2);width:18px;height:18px}.h-btn-secondary:hover img{filter:invert()brightness()}.hero-image-container{height:70dvh;position:relative}.hero-image{object-fit:cover;border-radius:12px;width:100%;height:100%;box-shadow:0 20px 60px #00000026}.hero-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#fffc;border:1px solid #ffffff80;border-radius:12px;justify-content:flex-start;align-items:center;gap:1rem;padding:.5rem .5rem .5rem .1rem;animation:3s ease-in-out infinite levitate;display:flex;position:absolute;box-shadow:0 8px 32px #0000001a}.hero-tag img{border-radius:50%;flex-shrink:0;width:70px;height:70px;padding:.5rem}.hero-tag-top-left{animation-delay:0s;top:20px;left:20px}.hero-tag-bottom-right{animation-delay:.5s;bottom:20px;right:20px}.hero-tag>div{flex-direction:column;gap:.25rem;display:flex}.hero-tag-title{color:#1a1a1a;margin:0;font-size:1rem;font-weight:700}.hero-tag-subtitle{color:#2c2c2c;margin:0;font-size:.9rem;font-weight:600}.hero-tag-location{color:#728d16;align-items:center;gap:.3rem;margin:0;font-size:.8rem;display:flex}.hero-tag-location:before{content:"";background:#728d16;border-radius:50%;width:6px;height:6px;display:inline-block}@media (width<=1024px){.hero{min-height:auto;padding:3rem var(--section-px)}.hero-container{grid-template-columns:1fr;gap:2.5rem}.hero-description,.hero-image-container{max-width:100%}.hero-tag img{width:40px;height:40px}.hero-tag-title{font-size:.95rem}.hero-tag-subtitle{font-size:.85rem}.hero-tag-location{font-size:.75rem}}@media (width<=640px){.hero{padding:2rem var(--section-px)}.hero-badge{padding:.6rem 1rem;font-size:12px}.hero-line{height:52px}.hero-line-text{font-size:2rem}.hero-description{margin-bottom:1.5rem;font-size:.95rem}.hero-buttons{flex-direction:column;gap:.8rem}.h-btn{justify-content:center;width:100%;padding:.9rem 1.5rem;font-size:1rem}.hero-tag{gap:.75rem;padding:.7rem 1rem}.hero-tag img{width:36px;height:36px}.hero-tag-top-left{top:15px;left:15px}.hero-tag-bottom-right{bottom:15px;right:15px}}.whyus{background:var(--bg);width:100%;padding:3rem var(--section-px);overflow:hidden}.whyus-container{max-width:var(--max-w);margin:0 auto}.whyus-header{margin-bottom:4rem}.whyus-badge{color:#728d16;background:#edf0cf;border-radius:999px;align-items:center;gap:.6rem;margin-bottom:.5rem;padding:.85rem 1.35rem;font-size:1.1rem;display:inline-flex}.whyus-badge:before{content:"";background:#728d16;border-radius:50%;width:11px;height:11px}.whyus-heading{color:var(--green-mid);margin-top:1.8rem;font-size:clamp(3rem,5vw,4.8rem);font-weight:600;line-height:1.08}.whyus-heading span{color:var(--green-dark)}.whyus-process{grid-template-columns:repeat(4,1fr);display:grid}.whyus-step{min-height:390px;padding:1.8rem 2rem 2rem;position:relative}.whyus-step-left{flex-direction:column;gap:2rem;display:flex}.whyus-step:first-child{border-left:2px solid #597d50}.whyus-step:last-child{border-right:2px solid #597d50}.whyus-step-top{flex-direction:row-reverse;align-items:flex-end;gap:1.5rem;display:flex}.whyus-number{width:55px;height:80px}.whyus-number img{width:100%;height:100%}.whyus-content h3{color:var(--green-dark);font-size:1.8rem;font-weight:700;line-height:1.25}.whyus-content p{color:#2c2c2c;font-size:.95rem;line-height:1.45}.whyus-icon-box{border:1px solid #ddd3c8;border-radius:16px;justify-content:center;align-items:center;width:74px;height:74px;margin:2rem auto 0;display:flex}.whyus-icon-box img{width:38px}.whyus-arrow-desktop{z-index:30;width:auto;height:100%;position:absolute;top:0;right:-26px}.whyus-arrow-mobile{display:none}@media (width<=1100px){.whyus-process{flex-direction:column;gap:0;display:flex}.whyus-step{min-height:unset;border:none;padding:1.5rem 0;position:relative}.whyus-step:first-child{border-top:2px solid #597d50;border-left:none}.whyus-step:last-child{border-bottom:2px solid #597d50;border-right:none}.whyus-step-inner{justify-content:space-between;align-items:flex-start;gap:1.25rem;display:flex}.whyus-step-left{flex-direction:column;flex:1;display:flex}.whyus-step-top{flex-direction:row;align-items:flex-end;gap:1rem;display:flex}.whyus-number{width:60px;height:90px}.whyus-content h3{margin:0;font-size:1.8rem;line-height:1.25}.whyus-mobile-desc{color:#2c2c2c;max-width:320px;margin-top:1rem;font-size:.95rem;line-height:1.45}.whyus-content p{display:none}.whyus-icon-box{flex-shrink:0;width:96px;height:96px;margin:0}.whyus-icon-box img{width:42px}.whyus-arrow-desktop{display:none}.whyus-arrow-mobile{width:100%;height:auto;margin-top:1rem;display:block;position:static;transform:none}}@media (width<=600px){.whyus-heading{font-size:1.9rem}.whyus-number{width:50px;height:80px}.whyus-content h3{font-size:1.8rem}.whyus-mobile-desc{font-size:.85rem}.whyus-icon-box{width:82px;height:82px}.whyus-icon-box img{width:34px}}.whyus-anim-heading{flex-direction:column;gap:.75rem;display:flex}.whyus-anim-line{height:70px;position:relative}.whyus-anim-bar,.whyus-anim-reveal{width:0;height:100%;position:absolute;top:0;left:0;overflow:hidden}.whyus-anim-bar{z-index:1}.whyus-anim-bar--green{background:#648c57}.whyus-anim-bar--dark{background:#145737}.whyus-anim-reveal{z-index:2;background:#f7f5f3;align-items:center;display:flex}.whyus-anim-text{white-space:nowrap;letter-spacing:-.04em;font-family:Space Grotesk,sans-serif;font-size:clamp(2.8rem,4vw,4.5rem);font-weight:500;line-height:1}.whyus-anim-text--green{color:#648c57}.whyus-anim-text--dark{color:#145737}@media (width<=768px){.whyus-anim-line{height:46px}.whyus-anim-text{font-size:2rem}}@media (width<=480px){.whyus-anim-line{height:36px}.whyus-anim-text{font-size:1.6rem}}.materials-section{padding:4rem var(--section-px);background:#f7f5f3}.materials-container{grid-template-columns:360px 260px 1fr;align-items:start;gap:2rem;display:grid}.materials-badge{color:#6a7f19;background:#f0f4d4;border-radius:999px;align-items:center;gap:8px;padding:.5rem .95rem;font-size:.72rem;font-weight:600;display:inline-flex}.materials-badge:before{content:"";background:#6a7f19;border-radius:50%;width:8px;height:8px}.materials-content h2{color:var(--green-mid);margin-top:1.5rem;font-size:clamp(2.4rem,4.5vw,3.6rem);font-weight:600;line-height:1.08}.materials-content span{color:var(--green-dark)}.materials-content p{color:#555;max-width:280px;margin-top:1.5rem;line-height:1.6}.materials-selector{flex-direction:column;gap:1rem;height:100%;display:flex}.material-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e4dfd9;border-radius:18px;flex:1;width:100%;padding:1rem;transition:all .25s}.material-card.active{background:#164b35;border-color:#164b35;color:#fff!important}.material-card.active .material-body h4{border-color:#164b35;color:#fff!important}.material-tag{color:#222;background:#f0eb5f;border-radius:999px;padding:.25rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.material-card.active .material-tag{background:#ede73c}.material-body{justify-content:space-between;align-items:flex-end;margin-top:1rem;display:flex}.material-body h4{margin:0;font-size:1.45rem;font-weight:500;line-height:1.2}.material-body span{font-size:1.6rem}.material-detail{background:#fff;border:1px solid #e4dfd9;border-radius:22px;min-height:100%;overflow:hidden}.material-detail img{object-fit:cover;width:100%;height:260px;display:block}.material-detail-content{padding:1.5rem}.material-subtitle{color:#333;font-weight:700}.material-detail h3{color:#222;margin:.5rem 0 1rem;font-size:2rem;line-height:1.2}.material-detail p{color:#555;line-height:1.7}.material-tags{flex-wrap:wrap;gap:.75rem;margin-top:1.2rem;display:flex}.material-tags span{border:1px solid #d2d2d2;border-radius:999px;padding:.45rem .9rem;font-size:.85rem}.enquire-btn{isolation:isolate;color:#fff;background:#164b35;border-radius:12px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.9rem 1.3rem;font-weight:600;text-decoration:none;transition:transform .25s;display:inline-flex;position:relative;overflow:hidden}.enquire-btn:hover{transform:translateY(-2px)}.enquire-btn .enq-btn-bg{z-index:1;pointer-events:none;background:#ffffff2e;border-radius:50%;width:280px;height:280px;transition:transform .5s;position:absolute;bottom:-270px;left:50%;transform:translate(-50%)scale(0)}.enquire-btn>:not(.enq-btn-bg){z-index:2;position:relative}.enquire-btn:hover .enq-btn-bg{transform:translate(-50%)scale(2)}@media (width<=1100px){.materials-container{grid-template-columns:1fr}.materials-content p{max-width:100%}.materials-selector{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=768px){.materials-container{grid-template-columns:1fr;gap:1.5rem}.materials-content h2{font-size:2.5rem}.materials-selector{flex-direction:row;justify-content:space-between;gap:.5rem;display:flex}.material-card{min-height:unset;border-radius:999px;flex:1;padding:.75rem}.material-body{justify-content:center;margin:0}.material-body h4,.material-body span{display:none}.material-tag{background:0 0;justify-content:center;width:100%;padding:0;font-size:.8rem;font-weight:700}.material-card.active .material-tag{color:#fff;background:0 0}.material-detail img{height:220px}.material-detail h3{font-size:1.6rem}}@media (width<=480px){.materials-content h2{font-size:2rem}.material-detail-content{padding:1.2rem}}.faq{padding:3rem var(--section-px);background:#f7f5f3}.faq-inner{max-width:var(--max-w);grid-template-columns:340px minmax(0,1fr);align-items:start;gap:clamp(2rem,6vw,7rem);margin:0 auto;padding:0;display:grid}.faq-left{position:sticky;top:120px}.faq-badge{color:var(--green-dark);letter-spacing:.04em;text-transform:uppercase;background:#dfe7b7;border-radius:999px;align-items:center;gap:8px;margin-bottom:1.4rem;padding:.45rem .9rem;font-size:.72rem;font-weight:600;display:inline-flex}.faq-badge:before{content:"";background:var(--green-dark);border-radius:50%;width:8px;height:8px}.faq-anim-heading{flex-direction:column;gap:.75rem;margin-bottom:1.4rem;display:flex}.faq-anim-line{height:56px;position:relative}.faq-anim-bar,.faq-anim-reveal{width:0;height:100%;position:absolute;top:0;left:0;overflow:hidden}.faq-anim-bar{z-index:1}.faq-anim-bar--green{background:#648c57}.faq-anim-bar--dark{background:#145737}.faq-anim-reveal{z-index:2;background:#f7f5f3;align-items:center;display:flex}.faq-anim-text{white-space:nowrap;color:#5f8458;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:500;line-height:1}.faq-anim-text--accent{color:var(--green-dark);font-weight:700}.faq-subtext{max-width:280px;color:var(--text-muted);font-size:1rem;line-height:1.6}.faq-right{width:100%}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:#fff;border:none;border-radius:18px;transition:all .3s;overflow:hidden;box-shadow:0 1px 2px #00000005,0 10px 30px #0000000a}.faq-item.open{transform:translateY(-2px)}.faq-question-row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:1.4rem 1.6rem;display:flex}.faq-dot{background:var(--green-dark);border-radius:50%;flex-shrink:0;width:10px;height:10px}.faq-question-text{color:#222;flex:1;font-size:1.05rem;font-weight:500;line-height:1.4}.faq-toggle-icon{width:34px;height:34px;color:var(--green-dark);justify-content:center;align-items:center;font-size:2rem;font-weight:300;transition:transform .3s;display:flex}.faq-item.open .faq-toggle-icon{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .35s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{color:var(--text-muted);margin:0;padding:0 1.6rem 1.5rem 2.95rem;font-size:.95rem;line-height:1.8}@media (width<=992px){.faq-inner{grid-template-columns:1fr;gap:3rem}.faq-left{position:static}.faq-subtext{max-width:100%}}@media (width<=768px){.faq-anim-line{height:44px}.faq-anim-text{font-size:1.75rem}.faq-question-row{padding:1.15rem 1.1rem}.faq-question-text{font-size:.95rem}.faq-answer p{padding:0 1.1rem 1.25rem 2.4rem}}@media (width<=480px){.faq-anim-line{height:38px}.faq-anim-text{font-size:1.5rem}.faq-badge{font-size:.65rem}.faq-question-text{font-size:.9rem}.faq-toggle-icon{font-size:1.7rem}}.cta-section{padding:3rem var(--section-px);background:#f7f5f3}.cta-banner{background:var(--green-dark);border-radius:20px;align-items:center;gap:2rem;padding:3.2rem 5rem;display:flex;position:relative;overflow:hidden}.cta-leaves{opacity:.85;flex-shrink:0;width:70px;position:absolute;bottom:0;left:0}.cta-content{flex-direction:column;flex:1;gap:.35rem;display:flex}.cta-question{color:#fff;font-family:Space Grotesk,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:600;line-height:1.2}.cta-answer{color:#ffffffb3;font-family:Inter,sans-serif;font-size:.92rem;line-height:1.6}.cta-btn{background:var(--white);color:var(--green-dark);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex}.cta-btn:hover{background:#f0efeb;transform:translateY(-2px)}.cta-btn-arrow{width:15px;height:15px}@media (width<=800px){.cta-banner{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:3.2rem 1.75rem}.cta-leaves{width:70px}.cta-btn{justify-content:center;align-self:center;width:80%}}.stats{background:#f7f5f3;padding:4rem 0}.stats-inner{max-width:var(--max-w);padding:0 var(--section-px);grid-template-columns:repeat(3,1fr);align-items:center;margin:0 auto;display:grid}.stat-item{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.stat-item.has-divider:after{content:"";background:#e4ddd6;width:1px;height:80px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.stat-icon-wrapper{background:#f1f3ea;border:1px solid #dfe4cc;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:1rem;display:flex}.stat-icon{object-fit:contain;width:28px;height:28px}.stat-item h3{color:var(--green-dark);margin:0;font-size:2rem;font-weight:600;line-height:1}.stat-item p{color:var(--green-dark);max-width:160px;margin-top:.4rem;font-size:1rem;line-height:1.4}@media (width<=768px){.stats{padding:3rem 0}.stat-icon-wrapper{width:58px;height:58px}.stat-item h3{font-size:1.6rem}.stat-item p{font-size:.9rem}.stat-item.has-divider:after{height:60px}}@media (width<=560px){.stats-inner{grid-template-columns:repeat(3,1fr);gap:0}.stat-icon-wrapper{width:48px;height:48px}.stat-icon{width:22px;height:22px}.stat-item h3{font-size:1.25rem}.stat-item p{max-width:90px;font-size:.78rem}.stat-item.has-divider:after{height:45px}}.about-info-section{padding:4rem var(--section-px);background:var(--bg)}.about-info-container{gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.about-info-card{z-index:1;border-radius:24px;flex-direction:column;flex:1;min-height:280px;padding:1.5rem;display:flex;position:relative;overflow:hidden}.vision-card{border:1px solid #dfdccf}.mission-card{background:var(--green-dark);color:var(--white)}.vision-side-rings{z-index:0;pointer-events:none;width:auto;height:100%;position:absolute;top:0;right:0}.aboutinfo-top{justify-content:flex-start;align-items:center;gap:10px;margin-bottom:1rem;display:flex}.about-info-icon{background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.about-info-icon img{width:100%;height:100%}.vision-card .about-info-icon{background:#ecebdd}.mission-card .about-info-icon{background:#0003}.about-info-label{letter-spacing:.02em;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:500}.vision-card .about-info-label{color:#7a8d20}.mission-card .about-info-label{color:#ffffffe6}.about-info-content h3{z-index:2;color:#080808;max-width:100%;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-size:1.65rem;font-weight:500;line-height:1.2;position:relative}.mission-card-h3{color:#fff!important}.about-info-content p{font-size:1rem;line-height:1.45}.vision-card p{color:var(--text-muted)}.mission-card p{color:#ffffffe6}@media (width<=1024px){.about-info-content h3{font-size:1.4rem}}@media (width<=768px){.about-info-section{padding-top:3rem;padding-bottom:3rem}.about-info-container{flex-direction:column}.about-info-card{min-height:auto}.about-info-content{max-width:100%}.about-info-content h3{font-size:1.25rem}.vision-side-rings{object-fit:cover;width:35%;height:100%}}.about-hero-section{background:var(--bg);min-height:auto;padding:3rem var(--section-px);justify-content:center;display:flex}.about-hero-container{width:100%}.about-hero-breadcrumb{color:var(--green-dark);align-items:center;gap:.65rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}.about-hero-breadcrumb a{transition:all .25s}.about-hero-breadcrumb a:hover{color:var(--green-mid)}.about-hero-breadcrumb strong{color:var(--green-mid);font-weight:500}.about-hero-tag{color:#748116;background:#e7ead1;border-radius:999px;align-items:center;gap:.6rem;width:fit-content;margin-bottom:1.25rem;padding:.65rem 1.15rem;font-size:.82rem;font-weight:500;display:flex}.about-hero-tag span{background:#748116;border-radius:50%;width:9px;height:9px}.about-hero-title{letter-spacing:-.04em;max-width:850px;color:var(--green-mid);font-family:Space Grotesk,sans-serif;font-size:clamp(3rem,5vw,5rem);font-weight:500;line-height:1.05}.about-hero-title span{color:var(--green-dark)}.about-hero-description{max-width:980px;color:var(--text);margin-top:1.4rem;font-size:clamp(1rem,1vw,1.15rem);line-height:1.45}.about-hero-highlight{color:var(--text);margin-top:1.5rem;font-size:clamp(1.05rem,1.2vw,1.3rem);font-weight:700}.about-hero-actions{align-items:center;gap:1rem;margin-top:2rem;display:flex}.ah-btn{isolation:isolate;border-radius:14px;justify-content:center;align-items:center;gap:.8rem;height:56px;padding:0 1.6rem;font-size:1rem;font-weight:500;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.ah-btn img{z-index:2;width:18px;position:relative}.ah-btn .btn-bg{z-index:1;border-radius:50%;width:250px;height:250px;transition:transform .5s;position:absolute;bottom:-240px;left:50%;transform:translate(-50%)scale(0)}.ah-btn-primary .btn-bg{background:#fff3}.ah-btn-secondary .btn-bg{background:#13453114}.ah-btn:hover .btn-bg{transform:translate(-50%)scale(2)}.ah-btn:hover{transform:translateY(-2px)}.ah-btn-primary{background:var(--green-dark);color:var(--white)}.ah-btn-secondary{border:3px solid var(--green-dark);color:var(--green-dark);background:0 0}.ah-btn-secondary:hover{background-color:var(--green-dark);color:#fff}.ah-btn-secondary:hover img{filter:invert(15)}.ah-btn span,.ah-btn img{z-index:2;position:relative}@media (width>=1600px){.about-hero-title{font-size:4.75rem}}@media (width<=1024px){.about-hero-title{font-size:clamp(3rem,6vw,4.5rem)}.about-hero-description{max-width:100%}}@media (width<=768px){.about-hero-section{align-items:flex-start;min-height:auto}.about-hero-title{font-size:clamp(2.4rem,9vw,3.4rem);line-height:1.08}.about-hero-description{font-size:1rem}.about-hero-highlight{font-size:1rem;line-height:1.5}.about-hero-actions{flex-direction:column;width:100%}.ah-btn{width:100%}}@media (width<=480px){.about-hero-section{padding:2rem var(--section-px)}.about-hero-breadcrumb{font-size:.85rem}.about-hero-tag{font-size:.75rem}.about-hero-title{font-size:2.15rem}.ah-btn{height:52px}}.about-anim-heading{flex-direction:column;gap:.75rem;margin:1.5rem 0;display:flex}.about-anim-line{height:88px;position:relative}.about-anim-bar,.about-anim-reveal{width:0;height:100%;position:absolute;top:0;left:0;overflow:hidden}.about-anim-bar{z-index:1}.about-anim-bar--green{background:#648c57}.about-anim-bar--dark{background:#145737}.about-anim-reveal{z-index:2;background:#f9f8f5;align-items:center;display:flex}.about-anim-text{white-space:nowrap;font-family:inherit;font-size:clamp(3rem,6vw,6rem);font-weight:600;line-height:1}.about-anim-text--green{color:#648c57}.about-anim-text--dark{color:#145737}@media (width<=1024px){.about-anim-line{height:72px}}@media (width<=768px){.about-anim-heading{gap:.5rem}.about-anim-line{height:52px}.about-anim-text{font-size:clamp(2rem,6vw,3rem)}}@media (width<=480px){.about-anim-line{height:42px}.about-anim-text{font-size:1.65rem}}.wwd-section{width:100%;padding:3rem var(--section-px);background:var(--bg)}.wwd-inner{grid-template-columns:400px 1fr;align-items:start;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.wwd-header{text-align:left;flex-direction:column;display:flex}.wwd-label{color:#748116;background:#e7ead1;border-radius:999px;align-items:center;gap:.65rem;width:max-content;margin-bottom:1.5rem;padding:.75rem 1.2rem;font-size:.85rem;font-weight:500;display:inline-flex}.wwd-dot{background:#748116;border-radius:50%;width:10px;height:10px}.wwd-heading{letter-spacing:-.04em;color:var(--green-mid);margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(3.5rem,5vw,5rem);font-weight:500;line-height:1.05}.wwd-heading-highlight{color:var(--green-dark)}.wwd-sub{max-width:320px;color:var(--text);font-size:1.05rem;line-height:1.4}.wwd-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.wwd-card{background:var(--white);text-align:center;border:1px solid #dfdccf;border-radius:18px;flex-direction:column;justify-content:flex-start;align-items:center;min-height:178px;padding:1.6rem;transition:all .25s;display:flex}.wwd-card:hover{border:1px solid #fbff08;transform:translateY(-4px);box-shadow:0 0 5px #fbff08}.wwd-card:hover .wwd-card-icon-wrap{background-color:#feffc5}.wwd-card-icon-wrap{background:var(--cream);border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:1rem;transition:all .3s ease-in-out;display:flex}.wwd-card-icon{width:22px;height:22px}.wwd-card-title{color:var(--text);margin-bottom:.75rem;font-size:1.05rem;font-weight:600}.wwd-card-desc{color:var(--text);max-width:270px;font-size:.95rem;line-height:1.35}@media (width<=1024px){.wwd-inner{grid-template-columns:1fr;gap:3rem}.wwd-header{max-width:100%}.wwd-sub{max-width:600px}}@media (width<=768px){.wwd-section{padding:4rem var(--section-px)}.wwd-heading{font-size:3rem}.wwd-grid{grid-template-columns:1fr}.wwd-card{min-height:auto}.wwd-sub{max-width:100%}}@media (width<=900px){.wwd-section{padding:3.5rem var(--section-px)}.wwd-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.wwd-inner{gap:2.5rem}}@media (width<=540px){.wwd-grid{grid-template-columns:1fr}.wwd-card{padding:1.5rem 1.25rem}}@media (width<=480px){.wwd-heading{font-size:2.4rem}}.wwd-anim-heading{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.wwd-anim-line{height:60px;position:relative}.wwd-anim-bar,.wwd-anim-reveal{width:0;height:100%;position:absolute;top:0;left:0;overflow:hidden}.wwd-anim-bar{z-index:1}.wwd-anim-bar--green{background:#648c57}.wwd-anim-bar--dark{background:#145737}.wwd-anim-reveal{z-index:2;background:var(--bg);align-items:center;display:flex}.wwd-anim-text{white-space:nowrap;letter-spacing:-.03em;font-family:Space Grotesk,sans-serif;font-size:clamp(2.4rem,3.4vw,3.8rem);font-weight:500;line-height:1}.wwd-anim-text--green{color:#648c57}.wwd-anim-text--dark{color:#145737}@media (width<=768px){.wwd-anim-line{height:46px}.wwd-anim-text{font-size:2rem}}@media (width<=480px){.wwd-anim-line{height:36px}.wwd-anim-text{font-size:1.55rem}}.products-info{padding:3rem var(--section-px);background:#f7f5f3}.products-info-container{max-width:1280px;margin:0 auto}.products-info-badge{color:#73861c;text-transform:uppercase;background:#eef2d1;border-radius:999px;align-items:center;gap:.6rem;padding:.65rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.products-info-badge:before{content:"";background:#73861c;border-radius:50%;width:10px;height:10px}.products-info-heading{letter-spacing:-.03em;margin-top:1.75rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:500;line-height:1.1}.products-info-heading span{color:var(--green-mid)}.products-info-heading strong{color:var(--green-dark);font-weight:600}.products-info-description{color:#2f2f2f;max-width:900px;margin-top:2rem;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.45}.products-info-btn{border:2px solid var(--green-dark);color:var(--green-dark);border-radius:18px;align-items:center;gap:.9rem;margin-top:2.5rem;padding:1rem 1.25rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.products-info-btn img{width:22px;height:22px}.products-info-btn:hover{background:var(--green-dark);color:#fff;transform:translateY(-2px)}.products-info-btn:hover img{filter:brightness(0)invert()}@media (width<=1024px){.products-info-heading{max-width:900px}.products-info-description{max-width:700px}}@media (width<=768px){.products-info-heading{margin-top:1.25rem;line-height:1.15}.products-info-description{max-width:100%;margin-top:1.5rem}.products-info-btn{width:fit-content;margin-top:2rem;padding:.9rem 1rem;font-size:.95rem}}@media (width<=480px){.products-info-heading{font-size:2.2rem}.products-info-description{font-size:.95rem}.products-info-btn{justify-content:center;width:100%}}.products-anim-heading{flex-direction:column;gap:.75rem;margin:1.5rem 0;display:flex}.products-anim-line{height:72px;position:relative}.products-anim-bar,.products-anim-reveal{width:0;height:100%;position:absolute;top:0;left:0;overflow:hidden}.products-anim-bar{z-index:1}.products-anim-bar--dark{background:#145737}.products-anim-bar--green{background:#648c57}.products-anim-reveal{z-index:2;background:#f7f5f3;align-items:center;display:flex}.products-anim-text{white-space:nowrap;color:#5f8458;font-size:clamp(2.4rem,5vw,4.8rem);font-weight:500;line-height:1}.products-anim-text--accent{color:#145737;font-weight:700}@media (width<=992px){.products-anim-line{height:60px}}@media (width<=768px){.products-anim-line{height:40px}.products-anim-text{font-size:clamp(1.7rem,5vw,2.4rem)}}@media (width<=480px){.products-anim-line{height:35px}.products-anim-text{font-size:1.45rem}}.products-grid-section{padding:5rem var(--section-px);background:var(--bg)}.products-grid-container{max-width:1280px;margin:0 auto}.products-toolbar{grid-template-columns:1fr 360px;gap:1.5rem;margin-bottom:2rem;display:grid}.products-toolbar h4{color:var(--green-dark);margin-bottom:.75rem;font-size:1rem;font-weight:600}.products-filters{border:1px solid var(--border);background:#fff;border-radius:18px;gap:.75rem;min-width:0;padding:.65rem;display:flex}.all-material-btn{cursor:pointer;color:var(--text);background:#fff;border:none;border-radius:14px;align-items:center;gap:.75rem;padding:.95rem 1.25rem;font-weight:600;display:flex}.all-material-btn.active{background:var(--green-dark);color:#fff}.all-material-btn img{width:18px}.filter-chip{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:999px;padding:.8rem 1.25rem;font-weight:600}.filter-chip.active{background:#f0eb5f}.products-search{border:1px solid var(--border);background:#fff;border-radius:18px;align-items:center;gap:.75rem;height:58px;padding:0 1rem;display:flex}.products-search img{opacity:.5;width:20px}.products-search input{background:0 0;border:none;outline:none;flex:1}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.product-card{border:1px solid var(--border);background:#fff;border-radius:18px;transition:all .25s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.product-image{aspect-ratio:1.15;object-fit:cover;width:100%}.product-content{padding:1rem}.product-content h3{margin-bottom:.75rem;font-size:1.4rem;font-weight:500}.product-tag{background:#ece74f;border-radius:999px;padding:.35rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.product-quote{color:var(--green-dark);cursor:pointer;background:0 0;border:none;margin-top:1rem;font-weight:700;display:block}@media (width<=1100px){.products-toolbar{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.products-grid-section{padding:3rem var(--section-px)}.products-toolbar{grid-template-columns:1fr;gap:1.25rem}.products-filters-wrapper{overflow-x:auto}.products-filters{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;width:100%;padding:.5rem;overflow:auto hidden}.products-filters::-webkit-scrollbar{display:none}.all-material-btn,.filter-chip{flex-shrink:0}.all-material-btn{padding:.85rem 1rem;font-size:.9rem}.filter-chip{padding:.85rem 1rem;font-size:.85rem}.products-search{width:100%;height:54px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-content h3{font-size:1rem;line-height:1.3}.product-tag{font-size:.7rem}.product-quote{font-size:.9rem}.product-image{aspect-ratio:1}}@media (width<=480px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-card{border-radius:14px}.product-image{height:140px;aspect-ratio:unset}.product-content{padding:.75rem}.product-content h3{margin-bottom:.5rem;font-size:.95rem}.product-tag{padding:.3rem .6rem;font-size:.65rem}.product-quote{margin-top:.75rem;font-size:.85rem}}@media (width<=540px){.products-grid{grid-template-columns:1fr}}.pagination-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.pagination-btn,.pagination-page{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;min-width:50px;padding:.9rem 1.15rem;font-weight:700;transition:all .2s}.pagination-btn:disabled{opacity:.45;cursor:not-allowed}.pagination-btn:hover:not(:disabled),.pagination-page:hover{border-color:var(--green-dark);color:var(--green-dark);background:#2d765914}.pagination-pages{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.pagination-page.active{background:var(--green-dark);color:#fff;border-color:var(--green-dark)}@media (width<=540px){.pagination-btn,.pagination-page{min-width:30px;padding:.75rem .9rem;font-size:.85rem}}.product-form{width:100%;padding:5rem var(--section-px)}.product-form-container{max-width:var(--max-w);grid-template-columns:1fr 1.15fr;align-items:start;gap:4rem;width:100%;margin:0 auto;display:grid}.product-form-content{flex-direction:column;gap:1.75rem;padding-top:.5rem;display:flex}.product-form-badge{letter-spacing:.02em;color:#728d16;background:#edf0cf;border-radius:999px;align-items:center;gap:.6rem;width:fit-content;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.product-form-badge-dot{background:#728d16;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.product-form-heading{flex-direction:column;margin:0;display:flex}.pf-line{white-space:nowrap;font-size:clamp(2.2rem,4vw,3.75rem);font-weight:700;line-height:1.15}.pf-line.light{color:#648c57;font-weight:600}.pf-line.dark{color:#145737;font-weight:700}.product-form-description{color:#2c2c2c;max-width:90%;margin:0;font-size:1.05rem;line-height:1.6}.product-form-panel{position:relative}.product-form-card{flex-direction:column;gap:1.5rem;display:flex}.product-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.product-form-field{flex-direction:column;gap:.6rem;display:flex}.product-form-field label{color:#1a1a1a;font-size:.92rem;font-weight:600}.required{color:#e25b4f;margin-left:.15rem}.product-form-field input,.product-form-field select,.product-form-field textarea{box-sizing:border-box;color:#1a1a1a;background:#fff;border:1px solid #0000000f;border-radius:14px;width:100%;padding:.95rem 1.1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #00000008}.product-form-field input::placeholder,.product-form-field textarea::placeholder{color:#9a9a93}.product-form-field input:focus-visible,.product-form-field select:focus-visible,.product-form-field textarea:focus-visible{border-color:#648c57;outline:none;box-shadow:0 0 0 3px #648c572e}.product-form-field select{appearance:none;cursor:pointer;color:#9a9a93;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'><path d='M1 1L7 7L13 1' stroke='%231A1A1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-position:right 1.1rem center;background-repeat:no-repeat;padding-right:2.5rem}.product-form-field select:valid{color:#1a1a1a}.product-form-field textarea{resize:vertical;min-height:130px;line-height:1.5}.product-form-field-full{grid-column:1/-1}.product-form-submit{isolation:isolate;color:#fff;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#145737;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:1.15rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .2s;display:inline-flex;position:relative;overflow:hidden}.product-form-submit .btn-bg{z-index:1;pointer-events:none;background:#ffffff24;border-radius:50%;width:380px;height:380px;transition:transform .55s;position:absolute;bottom:-360px;left:50%;transform:translate(-50%)scale(0)}.product-form-submit:hover:not(:disabled) .btn-bg{transform:translate(-50%)scale(2)}.product-form-submit>:not(.btn-bg){z-index:2;position:relative}.product-form-submit:hover:not(:disabled){transform:translateY(-2px)}.product-form-submit:focus-visible{outline:none;box-shadow:0 0 0 3px #1457374d}.product-form-submit:disabled{opacity:.75;cursor:not-allowed;transform:none}.product-form-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite pf-spin;display:inline-block}@keyframes pf-spin{to{transform:rotate(360deg)}}.product-form-success{flex-direction:column;align-items:flex-start;gap:1rem;padding:2.5rem 0;display:none}.product-form-check svg{width:56px;height:56px}.product-form-success h3{color:#145737;margin:0;font-size:1.6rem;font-weight:700}.product-form-success p{color:#2c2c2c;max-width:90%;margin:0;font-size:1rem;line-height:1.6}.product-form-reset{color:#145737;cursor:pointer;background:0 0;border:2px solid #145737;border-radius:16px;margin-top:.5rem;padding:.85rem 1.5rem;font-size:.92rem;font-weight:700;transition:background .3s,color .3s,transform .2s}.product-form-reset:hover{color:#fff;background:#145737;transform:translateY(-2px)}.product-form-reset:focus-visible{outline:none;box-shadow:0 0 0 3px #1457374d}@media (width<=1024px){.product-form{padding:3.5rem var(--section-px)}.product-form-container{grid-template-columns:1fr;gap:2.75rem}.pf-line{font-size:clamp(2rem,6vw,3rem)}.product-form-description{max-width:100%}}@media (width<=640px){.product-form{padding:2.5rem var(--section-px)}.product-form-badge{padding:.6rem 1rem;font-size:.78rem}.pf-line{white-space:normal;font-size:clamp(1.8rem,9vw,2.6rem)}.product-form-description{font-size:.95rem}.product-form-card{gap:1.25rem}.product-form-row{grid-template-columns:1fr;gap:1.25rem}.product-form-field input,.product-form-field select,.product-form-field textarea{padding:.85rem 1rem;font-size:.95rem}.product-form-submit{padding:1rem 1.25rem;font-size:.88rem}}.pf-anim-heading{flex-direction:column;gap:.65rem;margin:1.25rem 0;display:flex}.pf-anim-line{height:68px;position:relative}.pf-anim-bar,.pf-anim-reveal{width:0;height:100%;position:absolute;top:0;left:0;overflow:hidden}.pf-anim-bar{z-index:1}.pf-anim-bar--green{background:#648c57}.pf-anim-bar--dark{background:#145737}.pf-anim-reveal{z-index:2;background:#f9f8f5;align-items:center;display:flex}.pf-anim-text{white-space:nowrap;font-size:clamp(2rem,3.5vw,4rem);font-weight:600;line-height:1}.pf-anim-text--green{color:#648c57}.pf-anim-text--dark{color:#145737}@media (width<=768px){.pf-anim-line{height:46px}.pf-anim-text{font-size:clamp(1.7rem,7vw,2.5rem)}}@media (width<=480px){.pf-anim-line{height:38px}.pf-anim-text{font-size:1.45rem}}.cf-section{background:var(--bg);width:100%;padding:4rem var(--section-px)}.cf-inner{max-width:var(--max-w);grid-template-columns:1fr 340px;align-items:start;gap:4rem;margin:0 auto;display:grid}.cf-left{flex-direction:column;gap:1.5rem;display:flex}.cf-breadcrumb{color:var(--text-muted);align-items:center;gap:.4rem;font-family:Inter,sans-serif;font-size:.82rem;display:flex}.cf-breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .15s}.cf-breadcrumb a:hover{color:var(--green-dark)}.cf-breadcrumb span{color:#b5b2ab;font-size:.78rem}.cf-breadcrumb strong{color:var(--text);font-weight:500}.cf-heading{color:var(--green-dark);margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(2.8rem,4vw,4.5rem);font-weight:700;line-height:1.15}.cf-heading span{color:var(--green-mid)}.cf-sub{color:var(--text-muted);margin:0;font-family:Inter,sans-serif;font-size:clamp(.88rem,1.3vw,1.2rem);line-height:1.7}.cf-form{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.cf-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cf-field{flex-direction:column;gap:.35rem;display:flex}.cf-field--full{grid-column:1/-1}.cf-label{color:var(--text);font-family:Inter,sans-serif;font-size:.8rem;font-weight:500}.cf-req{color:#c0392b;font-weight:600}.cf-input,.cf-select,.cf-textarea{width:100%;color:var(--text);background:var(--white);border:1.5px solid var(--border);appearance:none;border-radius:10px;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.92rem;transition:border-color .18s,box-shadow .18s}.cf-input::placeholder,.cf-textarea::placeholder{color:#b0b5ae}.cf-input:focus,.cf-select:focus,.cf-textarea:focus{border-color:var(--green-mid);box-shadow:0 0 0 3px #5a80501f}.cf-select-wrap{position:relative}.cf-select{cursor:pointer;color:var(--text);padding-right:2.5rem}.cf-select option[value=""]{color:#b0b5ae}.cf-select-arrow{pointer-events:none;width:18px;height:18px;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.cf-textarea{resize:vertical;min-height:130px}.cf-feedback{border-radius:8px;padding:.7rem 1rem;font-family:Inter,sans-serif;font-size:.88rem;animation:.4s cubic-bezier(.34,1.56,.64,1) feedbackSlideIn}.cf-feedback--success{color:var(--green-dark);background:#5a80501a;border:1px solid #5a805040;animation:.4s cubic-bezier(.34,1.56,.64,1) feedbackSlideIn,.6s ease-out .4s successPulse}.cf-feedback--error{color:#c0392b;background:#c0392b14;border:1px solid #c0392b33;animation:.5s ease-in-out errorShake}@keyframes feedbackSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.cf-submit{isolation:isolate;background:var(--green-dark);color:#fff;letter-spacing:.08em;cursor:pointer;border:none;border-radius:10px;align-self:center;width:70%;padding:1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:transform .18s,opacity .18s;position:relative;overflow:hidden}.cf-submit .btn-bg{z-index:1;pointer-events:none;background:#ffffff26;border-radius:50%;width:440px;height:440px;transition:transform .55s;position:absolute;bottom:-320px;left:50%;transform:translate(-50%)scale(0)}.cf-submit:hover:not(:disabled) .btn-bg{transform:translate(-50%)scale(2)}.cf-submit>:not(.btn-bg){z-index:2;position:relative}.cf-submit:hover:not(:disabled){transform:translateY(-1px)}.cf-submit:disabled{opacity:.6;cursor:not-allowed}.cf-submit:disabled:after{content:"";border:2px solid #ffffff80;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-left:8px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.cf-right{position:sticky;top:96px}.cf-card{background:var(--cream);border-radius:20% 0 0 20%;flex-direction:column;gap:1.25rem;padding:2.5rem 2rem;display:flex}.cf-card-title{color:var(--green-dark);text-align:center;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,2.5vw,2rem);font-weight:700;line-height:1.1}.cf-card-sub{color:var(--text-muted);text-align:center;margin:0;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.65}.cf-card-details{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:.5rem;display:flex}.cf-card-detail{flex-direction:column;flex:1;align-items:center;gap:.55rem;min-width:100px;display:flex}.cf-card-icon-wrap{background:#13453114;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.cf-card-icon{object-fit:contain;width:22px;height:22px}.cf-card-detail-label{letter-spacing:.08em;color:var(--text-muted);text-align:center;margin:0;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700}.cf-card-detail-value{color:var(--green-dark);text-align:center;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .15s}.cf-card-detail-value:hover{color:var(--green-mid)}@media (width<=768px){.cf-section{padding:3rem var(--section-px) 4rem}.cf-inner{grid-template-columns:1fr;gap:2.5rem}.cf-right{position:static;top:auto}.cf-left{order:2}.cf-right{order:1}.cf-card{border-radius:16px;padding:2rem 1.5rem}.cf-card-details{flex-direction:row;justify-content:space-around}.cf-card-sub{text-align:center;width:100%;font-size:1rem}}@media (width<=600px){.cf-grid{grid-template-columns:1fr}.cf-heading{font-size:2rem}}@media (width<=420px){.cf-card-details{flex-direction:column;align-items:center}}.cf-anim-heading{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.cf-anim-line{height:72px;position:relative}.cf-anim-bar,.cf-anim-reveal{width:0;height:100%;position:absolute;top:0;left:0;overflow:hidden}.cf-anim-bar{z-index:1}.cf-anim-bar--green{background:#648c57}.cf-anim-bar--dark{background:#145737}.cf-anim-reveal{z-index:2;background:#f7f5f3;align-items:center;display:flex}.cf-anim-text{white-space:nowrap;color:#5f8458;font-size:clamp(2rem,4vw,4.5rem);font-weight:500;line-height:1}.cf-anim-text--accent{color:#145737;font-weight:700}@media (width<=768px){.cf-anim-line{height:50px}.cf-anim-text{font-size:clamp(1.8rem,8vw,2.6rem)}}@media (width<=480px){.cf-anim-line{height:42px}.cf-anim-text{font-size:1.55rem}}
