:root{--bg: #f3f4f6;--text: #111111;--white: #ffffff;--primary: #165e04;--primary-dark: #114603;--muted: #5b616d;--dark: #5a5e67;--header-accent: #165e04}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:var(--bg)}.container{width:min(1440px,92%);margin:0 auto}.top-wrap{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:5}.navbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{font-weight:800;font-size:1.6rem;color:var(--header-accent);display:flex;align-items:center}.brand-logo{height:45px;width:auto;display:block}.nav-links{display:flex;gap:1.4rem;background:#f2f2f2;border-radius:999px;padding:.8rem 1.3rem}.nav-links a,.nav-link-btn{color:#202225;text-decoration:none;font-weight:600}.nav-link-btn{background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit;padding:0}.nav-link-btn:hover{color:#165e04}.btn{border:none;border-radius:999px;padding:.8rem 1.5rem;cursor:pointer;text-decoration:none;font-weight:700;display:inline-block}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{border:none;color:#fff;background:var(--header-accent);padding:.9rem 2.2rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 4px 12px #165e0440;transition:all .3s ease}.btn-outline:hover{background:#114603;box-shadow:0 6px 16px #165e0459;transform:translateY(-2px)}.nav-consultancy-desktop{display:inline-block}.menu-toggle{display:none;width:44px;height:44px;border:1px solid #d1d5db;border-radius:10px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;background:#165e04}.nav-menu-mobile{display:none}.btn-light{background:#fff;color:var(--primary)}.hero-banner{margin-top:1.5rem;border-radius:1.7rem;min-height:560px;position:relative;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .45s ease;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000059,#00000014)}.hero-copy{position:relative;z-index:1;color:#fff;padding:4rem 3rem;max-width:760px}.hero-copy h1{margin:0 0 1rem;font-size:clamp(2.3rem,6vw,5rem)}.hero-copy p{margin:0 0 1.4rem;font-size:1.15rem;color:#e5e7eb}.hero-dots{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.dot{width:10px;height:10px;border-radius:999px;border:none;background:#ffffff80;cursor:pointer}.dot.active{width:28px;background:#fff}.section{padding:4rem 0}.intro-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.intro-layout h2{font-size:clamp(2rem,4vw,3.5rem);margin-top:0;line-height:1.2}.intro-layout h2 span{color:var(--primary)}.lead{color:#111;font-size:1.15rem;line-height:1.6}.video-card{margin-top:1rem;border-radius:1.2rem;background:#000;overflow:hidden;aspect-ratio:16 / 9}.about-video{width:100%;height:100%;display:block;object-fit:cover}.metrics-wrap{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.metric-card{background:#fff;border-radius:1.2rem;padding:1.6rem;box-shadow:0 8px 20px #0000000f}.metric-card h3{margin:0;color:var(--primary);font-size:2.3rem}.metric-card p{margin:.35rem 0;font-weight:700;font-size:1.4rem}.metric-card span{color:var(--muted)}.metric-detail{display:block;margin-top:.65rem;color:#4b5563;font-size:.95rem;line-height:1.5}.mid-cta{background:#e9eaec;padding:4rem 0;width:100%}.mid-cta-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.mid-cta h2{margin:0;font-size:clamp(1.8rem,4vw,3.3rem);max-width:850px}.trusted-section{padding-top:1.25rem}.trusted-section h2{margin:0;text-align:center;font-size:clamp(2rem,4vw,3.2rem);color:#0f172a}.trusted-section>p{margin:.9rem auto 1.9rem;max-width:850px;text-align:center;color:#4b5563;font-size:1.05rem;line-height:1.6}.trusted-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.95rem}.trusted-card{min-height:140px;border-radius:.95rem;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #0000000d}.trusted-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.trusted-card img{max-width:100%;max-height:90px;width:auto;height:auto;object-fit:contain}.trusted-card span{color:#6b7280;font-weight:700;text-align:center;font-size:clamp(1rem,1.7vw,1.95rem);line-height:1.1}.brands-section{padding-top:.5rem}.brands-section h2{margin:0 0 .6rem;text-align:center;color:#165e04;font-size:clamp(1.9rem,4vw,3.1rem)}.brands-section .section-subtitle{text-align:center;color:#6b7280;font-size:clamp(1rem,1.5vw,1.1rem);margin:0 auto 2.5rem;max-width:700px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.product-card{background:linear-gradient(135deg,#e8f5e9,#f1f8f4);border-radius:1.2rem;padding:2rem;border:1px solid #d1e7dd;transition:all .3s ease;position:relative;overflow:hidden;min-height:280px;display:flex;flex-direction:column}.product-card:before{content:"";position:absolute;bottom:0;right:0;width:150px;height:150px;background:radial-gradient(circle,rgba(22,94,4,.08) 0%,transparent 70%);border-radius:50%;transform:translate(40%,40%)}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #165e0426;border-color:#165e04}.product-card-inner{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.product-logo{width:80px;height:80px;background:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #00000014;border:2px solid #e5e7eb}.product-logo img{width:56px;height:56px;object-fit:contain}.product-name{font-size:1.4rem;font-weight:700;color:#1f2937;margin:0 0 .8rem;line-height:1.2}.product-description{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0 0 1.2rem;flex-grow:1}.product-button{display:inline-flex;align-items:center;gap:.3rem;color:var(--primary);text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;align-self:flex-start;margin-top:auto;background:none;padding:0;border:none;cursor:pointer}.product-button:hover{color:var(--primary-dark)}.brands-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.8rem;align-items:center}.brand-card{min-height:92px;border-radius:.8rem;background:#f8fafc;border:1px solid #e5e7eb;display:grid;place-items:center;padding:.6rem}.brand-card span{color:#374151;font-weight:700;text-align:center;font-size:clamp(.95rem,1.1vw,1.25rem)}@media (max-width: 768px){.products-grid{grid-template-columns:1fr}.product-card{min-height:240px}}.brands-dots{margin-top:1rem;display:flex;justify-content:center;gap:.35rem}.brands-dots span{width:10px;height:10px;border-radius:999px;background:#cfd8dc}.brands-dots .active{width:22px;background:#165e04}.services-section{padding-top:1rem}.services-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.services-header>div{flex:1}.services-section h2{margin:0;color:#165e04;font-size:clamp(2rem,4vw,3.2rem)}.services-section .services-header p{margin:.9rem 0 0;color:#4b5563;font-size:1.1rem;max-width:900px}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.service-card{border:1px solid #d8e2de;border-radius:.75rem;background:#f7faf9;padding:1.35rem;display:grid;align-content:start;gap:.7rem}.service-card img{width:56px;height:56px;object-fit:contain}.service-card h3{margin:0;color:#0f5132;font-size:2rem;line-height:1.1}.service-card p{margin:0;color:#374151;line-height:1.45;font-size:1.05rem}.service-link{width:fit-content;margin-top:.4rem;background:transparent;border:none;color:#165e04;font-weight:700;font-size:1.45rem;cursor:pointer;padding:0}.service-link:hover{text-decoration:underline}.portfolio-section{padding-top:3rem;padding-bottom:3rem}.portfolio-page{padding-top:2rem;padding-bottom:5rem;min-height:60vh}.portfolio-page-header{margin-bottom:3rem;text-align:center}.portfolio-page-header h1{margin:0 0 1rem;color:#165e04;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:700}.portfolio-page-header p{margin:0 auto;color:#4b5563;max-width:900px;font-size:1.15rem;line-height:1.7}.portfolio-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.portfolio-header>div{flex:1}.portfolio-section h2{margin:0;color:#165e04;font-size:clamp(2rem,4vw,3.1rem)}.portfolio-section>p,.portfolio-header p{margin:.85rem 0 0;color:#4b5563;max-width:900px;font-size:1.05rem}.view-all-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;background:#165e04;font-size:1.05rem;font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border:none;border-radius:2rem;white-space:nowrap;margin-top:.5rem}.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.portfolio-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.portfolio-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.portfolio-image{position:relative;width:100%;height:240px;overflow:hidden}.portfolio-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.portfolio-card:hover .portfolio-image img{transform:scale(1.05)}.portfolio-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000001a,#00000080);display:flex;align-items:flex-start;padding:1rem}.portfolio-category{background:#165e04f2;color:#fff;font-size:.8rem;font-weight:700;padding:.4rem .9rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.portfolio-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.portfolio-content h3{margin:0 0 .75rem;font-size:1.35rem;color:#111;font-weight:700;line-height:1.3}.portfolio-content p{margin:0 0 1.25rem;color:#5b616d;line-height:1.6;font-size:.95rem;flex-grow:1}.portfolio-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.portfolio-stats{font-weight:700;color:#165e04;font-size:.9rem}.portfolio-link{background:none;border:none;color:#165e04;font-weight:600;font-size:1.05rem;cursor:pointer;padding:0;text-decoration:none;transition:color .2s ease}.portfolio-link:hover{color:#114603;text-decoration:none}.spotlight{background:#0d2e05;color:#fff}.awards-section{padding:4rem 0}.gallery-section{background:#f8f9fa;padding:4rem 0}.gallery-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}.gallery-header>div{flex:1}.gallery-section h2{margin:0 0 .85rem;color:#165e04;font-size:clamp(2rem,4vw,3.1rem)}.gallery-section .gallery-header p{margin:0;color:#4b5563;max-width:700px;font-size:1.05rem}.gallery-slider-wrapper{display:flex;flex-direction:column;gap:1.5rem}.gallery-marquee{overflow:hidden;white-space:nowrap;position:relative;padding:1rem 0}.gallery-marquee-content{display:flex;gap:1.5rem}.gallery-marquee-ltr .gallery-marquee-content{animation:galleryMarqueeLTR 14s linear infinite;animation-play-state:running}.gallery-marquee-rtl .gallery-marquee-content{animation:galleryMarqueeRTL 16s linear infinite;animation-play-state:running}.gallery-image-card{position:relative;background-size:cover;background-position:center;min-width:500px;max-width:500px;height:350px;flex-shrink:0;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-image-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:2rem;font-size:1.2rem;font-weight:600}@keyframes galleryMarqueeLTR{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes galleryMarqueeRTL{0%{transform:translate(0)}to{transform:translate(-50%)}}.services-page{padding:4rem 0}.csr-page{padding:4rem 0 5rem}.csr-page-header{text-align:center;margin-bottom:3rem}.csr-page-header h1{margin:0 0 1rem;color:#165e04;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700}.csr-page-header p{margin:0 auto;max-width:860px;color:#4b5563;font-size:1.1rem;line-height:1.7}.csr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.csr-tabs{display:none}.csr-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.6rem 1.5rem;box-shadow:0 8px 20px #0000000f}.csr-badge{display:inline-block;background:#e8f5e9;color:#165e04;border-radius:999px;padding:.35rem .8rem;font-size:.82rem;font-weight:700;margin-bottom:.9rem}.csr-card h2{margin:0 0 .85rem;color:#0f5132;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.25}.csr-card p{margin:0;color:#374151;line-height:1.75;font-size:1.02rem}.csr-workshop-images{margin-top:1.1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.csr-workshop-images img{width:100%;height:190px;object-fit:cover;border-radius:.75rem;border:1px solid #d1d5db;background:#f8fafc}.ngo-list{margin:1rem 0 0;padding-left:1.2rem;color:#374151;line-height:1.8;font-weight:600}.csr-partner{margin-top:1.1rem;border:1px solid #d1d5db;border-radius:.9rem;background:#f8fafc;padding:.9rem;display:grid;grid-template-columns:84px 1fr;align-items:center;gap:.85rem}.csr-partner img{width:84px;height:84px;border-radius:.75rem;object-fit:contain;background:#fff;border:1px solid #e5e7eb;padding:.45rem}.csr-partner h3{margin:0 0 .25rem;color:#0f5132;font-size:1.05rem}.csr-partner p{margin:0;color:#4b5563;line-height:1.55;font-size:.95rem}.csr-impact-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.csr-impact-grid article{border:1px solid #e5e7eb;border-radius:.85rem;padding:.8rem;background:#fff}.csr-impact-grid img{width:min(220px,100%);aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;display:block;margin:0 auto .7rem;border:1px solid #d1d5db}.csr-impact-grid h4{margin:0 0 .35rem;color:#14532d;font-size:1rem}.csr-impact-grid p{margin:0;color:#4b5563;line-height:1.6;font-size:.93rem}.services-page-header{text-align:center;margin-bottom:4rem}.services-page-header h1{font-size:clamp(2.5rem,5vw,4rem);color:#165e04;margin:0 0 1rem;font-weight:700}.services-page-header p{font-size:1.15rem;color:#4b5563;max-width:900px;margin:0 auto;line-height:1.7}.services-page-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem}.service-card-full{transition:transform .3s ease,box-shadow .3s ease}.service-card-full:hover{transform:translateY(-8px);box-shadow:0 12px 28px #0000001f}.career-page{padding-bottom:5rem}.career-hero-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:1.1rem;margin-bottom:2rem}.career-hero-media{border-radius:1rem;overflow:hidden;min-height:220px;box-shadow:0 8px 24px #00000014}.career-hero-media img{width:100%;height:100%;object-fit:cover;display:block}.career-hero-media-large{min-height:460px}.career-hero-media-stack{display:grid;grid-template-rows:1fr 1fr;gap:1.1rem}.career-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-bottom:1.5rem}.career-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.2rem 1.1rem}.career-info-card h3{margin:0 0 .65rem;color:#165e04;font-size:1.1rem}.career-info-card p{margin:0;color:#374151;line-height:1.65}.career-info-card ul,.career-info-card ol{margin:0;padding-left:1.2rem;color:#374151;line-height:1.7}.career-cta-banner{background:linear-gradient(120deg,#0e4f02,#165e04);color:#fff;border-radius:1rem;padding:1.4rem 1.2rem}.career-cta-banner h3{margin:0 0 .4rem;font-size:1.4rem}.career-cta-banner p{margin:0;opacity:.95}.career-cta-actions{margin-top:1rem;display:flex;gap:.8rem;flex-wrap:wrap}.career-cta-actions .btn-primary{background:#fff;color:#165e04}.career-cta-actions .btn-primary:hover{background:#e7f3e4}@media (max-width: 980px){.career-hero-grid{grid-template-columns:1fr}.career-hero-media-large{min-height:320px}.career-content-grid{grid-template-columns:1fr}}.contact-page{padding:3.5rem 0 5rem}.contact-page-header{text-align:center;margin-bottom:2.5rem}.contact-page-header h1{margin:0 0 .8rem;color:#165e04;font-size:clamp(2.4rem,5vw,4rem);font-weight:700}.contact-page-header p{margin:0 auto;max-width:760px;color:#4b5563;font-size:1.1rem;line-height:1.7}.contact-content-grid{display:grid;grid-template-columns:minmax(280px,430px) minmax(0,1fr);gap:1.2rem;align-items:start}.contact-grid-view{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-bottom:0}.contact-info-card{border:1px solid #e5e7eb;border-radius:1rem;background:#fff;padding:1.3rem 1.2rem}.contact-info-card h3{margin:0 0 .5rem;color:#165e04;font-size:1.05rem}.contact-info-card p{margin:0;color:#374151;line-height:1.6}.gmb-wrap{border:1px solid #e5e7eb;border-radius:1rem;background:#fff;padding:1.4rem 1.2rem}.gmb-wrap h3{margin:0 0 1rem;color:#165e04}.map-wrap{border:1px solid #e5e7eb;border-radius:1rem;background:#fff;padding:1.2rem}.map-wrap h3{margin:0 0 .8rem;color:#165e04}.map-wrap iframe{width:100%;height:100%;min-height:420px;border:0;border-radius:.8rem}.gallery-page{padding:4rem 0}.gallery-page-header{text-align:center;margin-bottom:4rem}.gallery-page-header h1{font-size:clamp(2.5rem,5vw,4rem);color:#165e04;margin:0 0 1rem;font-weight:700}.gallery-page-header p{font-size:1.15rem;color:#4b5563;max-width:800px;margin:0 auto;line-height:1.7}.gallery-grid-view{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem}.gallery-grid-item{position:relative;background-size:cover;background-position:center;height:320px;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery-grid-item:hover{transform:translateY(-8px);box-shadow:0 12px 28px #0000002e}.gallery-grid-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);color:#fff;padding:2rem 1.5rem;font-size:1.1rem;font-weight:600;transform:translateY(100%);transition:transform .3s ease}.gallery-grid-item:hover .gallery-grid-caption{transform:translateY(0)}@media (max-width: 1100px){.gallery-image-card{min-width:400px;max-width:400px;height:300px}.gallery-grid-view{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.gallery-grid-item{height:280px}}@media (max-width: 760px){.csr-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin:0 0 1rem}.csr-tabs button{border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#14532d;font-weight:700;padding:.6rem .8rem;font-size:.92rem;cursor:pointer}.csr-tabs button.active{background:#165e04;color:#fff;border-color:#165e04}.csr-grid{grid-template-columns:1fr}.csr-grid .csr-card{display:none}.csr-grid .csr-card.is-active{display:block}.csr-workshop-images,.csr-partner{grid-template-columns:1fr}.csr-partner img{width:72px;height:72px}.csr-impact-grid{grid-template-columns:1fr}.csr-impact-grid img{width:min(190px,100%)}.gallery-header{flex-direction:column;gap:1.5rem}.gallery-image-card{min-width:320px;max-width:320px;height:250px}.gallery-caption{font-size:1rem;padding:1.5rem}.gallery-grid-view{grid-template-columns:1fr;gap:1.2rem}.gallery-grid-item{height:240px}.gallery-page-header h1{font-size:2rem}.gallery-page-header p{font-size:1rem}}.awards-title{text-align:center;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;margin:0 0 .75rem;color:#fff}.awards-subtitle{text-align:center;font-size:1.15rem;color:#d1d5db;margin:0 0 3rem;max-width:700px;margin-left:auto;margin-right:auto}.awards-carousel-wrapper{position:relative;padding:0 4rem}.awards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:2px solid rgba(255,255,255,1);color:#0d2e05;font-size:2.5rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;line-height:1;padding:0;font-weight:700}.carousel-arrow:hover{background:#fff;border-color:#fff;transform:translateY(-50%) scale(1.15);color:#165e04;box-shadow:0 4px 12px #ffffff4d}.carousel-arrow-left{left:0}.carousel-arrow-right{right:0}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2.5rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#ffffff80}.carousel-dot.active{background:#fff;width:14px;height:14px}.award-card{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:1.2rem;padding:2rem 1.6rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}.award-card:hover{background:#ffffff1f;transform:translateY(-5px);border-color:#fff3}.award-card img{width:300px;height:220px;object-fit:contain;border-radius:.6rem;margin-bottom:1.2rem}.award-year{display:inline-block;background:#165e04d9;color:#fff;font-size:.9rem;font-weight:700;padding:.4rem .9rem;border-radius:999px;margin-bottom:1rem}.award-card h3{font-size:1.4rem;font-weight:700;margin:0;color:#fff;line-height:1.3}.award-card p{font-size:1.05rem;color:#d1d5db;line-height:1.6;margin:0}.spotlight-grid{min-height:560px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:2rem}.kicker{font-weight:700;margin-bottom:0}.spotlight h2{margin-top:.35rem;margin-bottom:.7rem;font-size:clamp(2rem,5vw,4rem)}.spotlight p{max-width:760px;font-size:1.15rem}.quote-card{background:#1111119e;border-radius:1.1rem;padding:1.4rem;max-width:500px}.quote-card p{margin:0 0 .7rem}.quote-card span{color:#d6d9de}.steps-red{background:#165e04;color:#fff;text-align:center}.steps-red h2{margin-top:0;font-size:clamp(2rem,5vw,4.1rem)}.steps-sub{margin:0 auto 1.8rem;max-width:860px;font-size:1.2rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.2rem}.steps-grid article{background:#00000014;border-radius:.8rem;padding:1rem}.steps-grid h3{font-size:2.6rem;margin:0}.steps-grid h4{margin:.4rem 0;font-size:1.8rem}.steps-grid p{margin:0;font-size:1.1rem}.stories-red{background:#fff;color:#111;padding:3rem 0;overflow:hidden}.testimonials-marquee{width:100%;overflow:hidden;position:relative}.marquee-content{display:flex;gap:1.5rem;animation:marquee 40s linear infinite;width:fit-content}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-marquee:hover .marquee-content{animation-play-state:paused}.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.story-card{background:#e5e5e5;border-radius:1.2rem;padding:2.5rem 2rem;color:#111;min-width:420px;max-width:420px;min-height:320px;flex-shrink:0;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.story-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000026}.story-card p{font-size:1.05rem;color:#111;line-height:1.7;margin:0 0 1.5rem;flex-grow:1}.story-card h4{margin:0 0 .4rem;color:#000;font-size:1.15rem;font-weight:700}.story-card span{color:#5b616d;font-size:.95rem}.disclaimer{margin-top:1.2rem;padding-bottom:.6rem;color:#5b616d}.mega-footer{background:#e8e7e6;color:#111;padding:0}.footer-main{background:#e8e7e6}.footer-hero{display:grid;grid-template-columns:1fr 1fr;min-height:500px;overflow:hidden}.footer-hero-image{position:relative;overflow:hidden}.footer-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.footer-hero-logo{position:absolute;bottom:2.5rem;left:2.5rem;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.5))}.footer-hero-logo img{height:60px;width:auto;display:block}.footer-hero-content{background:#165e04;padding:4rem 3.5rem;display:flex;flex-direction:column;justify-content:center;color:#fff}.footer-hero-badge{display:inline-block;background:#fff;color:#165e04;font-size:.95rem;font-weight:700;padding:.5rem 1.2rem;border-radius:2rem;margin-bottom:1.5rem;width:fit-content}.footer-hero-content h2{font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.3;margin:0;font-weight:700;color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;padding:3.5rem 0 2.5rem}.footer-column h4{margin:0 0 1.2rem;color:#111;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.footer-about-text{margin:0;color:#5b616d;font-size:.95rem;line-height:1.75}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin:.65rem 0}.footer-column ul li a{color:#5b616d;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-column ul li a:hover{color:#111;text-decoration:underline}.footer-social{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #d1d5db}.footer-social .social-label{display:block;color:#111;font-weight:600;font-size:.95rem;margin-bottom:1rem}.footer-social .social-icons{display:flex;gap:.9rem;align-items:center;flex-wrap:wrap}.footer-social .social-icons a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#165e04;border-radius:50%;color:#fff;transition:none;text-decoration:none}.footer-social .social-icons a:hover{background:#165e04;color:#fff;transform:none}.footer-social .social-icons svg{width:18px;height:18px}.footer-contact{grid-column:span 1}.contact-item{display:flex;gap:.9rem;align-items:flex-start;margin-bottom:1.2rem}.contact-icon{font-size:1.3rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#d8d7d4;border-radius:50%;color:#165e04}.contact-icon svg{width:20px;height:20px;stroke:#165e04}.contact-label{margin:0 0 .2rem;color:#5b616d;font-size:.85rem}.contact-value{margin:0;color:#111;font-size:.95rem;font-weight:500}.footer-bottom{background:#111;padding:1.8rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#d1d5db;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-copyright{margin:0;color:#9ca3af;font-size:.9rem}@media (max-width: 1100px){.footer-hero{grid-template-columns:1fr;min-height:auto}.footer-hero-image{height:300px}.footer-hero-logo{bottom:1.5rem;left:1.5rem}.footer-hero-logo img{height:50px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-contact{grid-column:span 1}.footer-bottom-content{flex-direction:column;text-align:center}}@media (max-width: 760px){.footer-hero-logo{bottom:1rem;left:1rem}.footer-hero-logo img{height:40px}.footer-hero-content{padding:2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-contact{grid-column:span 1}.footer-social .social-icons{justify-content:flex-start}.footer-links{flex-direction:column;gap:1rem;align-items:center}}.footer-grid h4{margin-top:0;color:#111}.footer-grid p{margin:.45rem 0;color:#5b616d}.contact-intro{color:var(--muted);margin-bottom:1rem}.contact-form{max-width:760px;display:grid;gap:.8rem}.contact-form label{display:grid;gap:.4rem;font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #ced4da;border-radius:.6rem;padding:.7rem;font:inherit}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;z-index:50;padding:1rem}.modal-card{--modal-theme: #165e04;--modal-theme-dark: #114603;--modal-soft: #eef7eb;width:min(760px,95vw);max-height:calc(100vh - 1.25rem);overflow:hidden;background:#fff;border-radius:1.1rem;padding:1.1rem;border-top:6px solid var(--modal-theme);box-shadow:0 24px 60px #0000004d}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-head h2{margin:0;font-size:2rem;color:#111}.modal-close{border:1px solid #d1d5db;background:#fff;width:34px;height:34px;border-radius:999px;font-size:1rem;cursor:pointer}.modal-close:hover{border-color:var(--modal-theme);color:var(--modal-theme);background:var(--modal-soft)}.modal-badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;background:var(--modal-soft);color:var(--modal-theme);font-size:.8rem;margin-right:.5rem;vertical-align:middle}.modal-note{margin-top:-.4rem;margin-bottom:.9rem;color:#6b7280;font-size:.95rem}.modal-card .contact-intro{color:#374151}.modal-card .contact-form{display:grid;grid-template-columns:1fr 1fr;gap:.75rem .9rem}.modal-card .contact-form label{color:#1f2937;gap:.3rem}.modal-card .contact-form label:last-of-type,.modal-card .contact-form .modal-submit,.modal-card .contact-form .form-status{grid-column:1 / -1}.modal-card .contact-form input,.modal-card .contact-form select,.modal-card .contact-form textarea{border:1px solid #d1d5db;transition:border-color .2s ease,box-shadow .2s ease}.modal-card .contact-form input:focus,.modal-card .contact-form select:focus,.modal-card .contact-form textarea:focus{outline:none;border-color:var(--modal-theme);box-shadow:0 0 0 3px #165e0424}.modal-submit{background:var(--modal-theme);color:#fff}.modal-submit:hover{background:var(--modal-theme-dark)}.modal-submit:disabled{opacity:.75;cursor:not-allowed}.form-status.ok{color:#15803d}.form-status.error{color:#b91c1c}@media (max-width: 1100px){.intro-layout,.spotlight-grid{grid-template-columns:1fr}.steps-grid,.footer-grid,.trusted-grid,.brands-grid,.services-grid,.portfolio-grid,.awards-grid{grid-template-columns:1fr 1fr}.awards-carousel-wrapper{padding:0 3rem}.carousel-arrow{width:45px;height:45px;font-size:2rem}.mid-cta-content,.portfolio-header,.services-header{flex-direction:column;align-items:flex-start}.contact-grid-view{grid-template-columns:1fr}.view-all-link{align-self:flex-start}.footer-hero{grid-template-columns:1fr;min-height:400px}.footer-hero-image{min-height:300px}.footer-hero-content{padding:3rem 2rem}}@media (max-width: 760px){.navbar{flex-wrap:wrap;position:relative}.nav-links,.nav-consultancy-desktop{display:none}.menu-toggle{display:inline-flex}.nav-menu-mobile{display:flex;width:100%;flex-direction:column;gap:.65rem;margin-top:.9rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 8px 22px #00000014}.nav-menu-mobile a{color:#202225;text-decoration:none;font-weight:600;padding:.45rem 0;border-bottom:1px solid #cfe8c8}.nav-menu-mobile a:hover{color:#165e04}.nav-menu-mobile a:last-of-type{border-bottom:none;padding-bottom:.2rem}.nav-mobile-consultancy{width:100%;text-align:center;margin-top:.25rem}.hero-banner{min-height:420px}.hero-copy{padding:2rem 1.2rem}.steps-grid,.footer-grid,.metrics-wrap,.trusted-grid,.brands-grid,.services-grid,.portfolio-grid,.awards-grid{grid-template-columns:1fr}.awards-carousel-wrapper{padding:0 2.2rem}.carousel-arrow{width:40px;height:40px;font-size:1.75rem}.carousel-arrow-left{left:-.2rem}.carousel-arrow-right{right:-.2rem}.award-card{padding:1.2rem 1rem}.award-card img{width:100%;max-width:360px;height:220px}.award-card h3{font-size:1rem;line-height:1.35}.modal-card .contact-form{grid-template-columns:1fr}.footer-hero-content h2{font-size:1.5rem}.footer-hero-logo{bottom:1.5rem;left:1.5rem}.footer-hero-logo img{height:40px}.contact-grid-view{grid-template-columns:1fr}}@media (max-width: 1100px){.contact-content-grid{grid-template-columns:1fr}}@media (max-width: 760px){.map-wrap iframe{min-height:320px}}
