
:root{
  --olive:#4E5F16;
  --olive-dark:#29350B;
  --brown:#9A5A12;
  --cream:#F2E08C;
  --white:#FFFFFF;
  --light:#F5F5F3;
  --text:#222222;
  --muted:#5E6254;
  --line:rgba(78,95,22,.13);
  --shadow:0 18px 42px rgba(25,35,8,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter','Segoe UI',Arial,sans-serif;
  font-weight:400;
  color:var(--text);
  line-height:1.7;
  background:#fff;
}
a{text-decoration:none}
img{max-width:100%;display:block}
p{color:#555;font-weight:400;font-size:16px;}
I{font-weight:400;font-size:15px;}
h1,h2,h3,h4,h5,h6{
  font-family:'Inter','Segoe UI',Arial,sans-serif;
  font-weight:700;
  letter-spacing:-.45px;
  color:#111;
}
.topbar{
  background:var(--olive-dark);
  color:#fff;
  font-size:14px;
  padding:8px 0;
}
.topbar a{color:#fff;margin-right:24px}
.social a{
  width:30px;height:30px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;color:var(--olive);margin-left:8px;transition:.25s;
}
.social a:hover{background:var(--cream);transform:translateY(-2px)}
.navbar{background:#fff;padding:5px 0;transition:.3s;z-index:99}
.navbar.scrolled{box-shadow:0 12px 30px rgba(0,0,0,.08);padding:8px 0}
.navbar-brand img{height:120px;width:auto}
.nav-link{
  font-weight:600;
  color:#151515!important;
  font-size:14px;
  margin:0 10px;
  letter-spacing:.2px;
  position:relative;
}
.nav-link.active,.nav-link:hover{color:var(--olive)!important}
.nav-link.active:after{
  content:"";height:3px;width:32px;background:var(--cream);
  position:absolute;left:8px;bottom:-9px;border-radius:8px;
}
.dropdown-menu{border:0;box-shadow:var(--shadow);border-radius:14px;padding:12px}
.dropdown-item{font-weight:500;font-size:14px;border-radius:10px;padding:9px 12px}
.dropdown-item:hover{background:var(--light);color:var(--olive)}
.hero{
  position:relative;
  min-height:560px;
  overflow:hidden;
  background:rgba(20,30,5,.72); background-image:linear-gradient(rgba(20,30,5,.68),rgba(20,30,5,.68)),url('https://commons.wikimedia.org/wiki/Special:FilePath/Cashew_Brazil_tree.jpg?width=1800'); background-position:center; background-size:cover; background-repeat:no-repeat;
}
.hero .container-fluid{min-height:560px}
.hero-content{padding:58px 0 95px 7%}
.hero h1{
  font-size:clamp(34px,4.4vw,56px);
  line-height:1.08;
  font-weight:700;
  color:#fff;
  text-shadow:0 4px 20px rgba(0,0,0,.25);
}
.accent-line{width:84px;height:4px;background:var(--cream);margin:24px 0;border-radius:10px}
.hero p{color:#fff;font-size:16px;max-width:600px}
.btn-brand,.btn-outline-brand{
  font-weight:600;
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:11px 22px;
  border-radius:7px;
  transition:.25s;
}
.btn-brand{background:var(--olive);color:#fff;border:1px solid var(--olive)}
.btn-brand:hover{background:var(--brown);border-color:var(--brown);color:#fff;transform:translateY(-3px)}
.btn-outline-brand{border:2px solid var(--cream);color:#fff;background:transparent}
.btn-outline-brand:hover{background:var(--cream);color:var(--olive);transform:translateY(-3px)}
.hero-collage{height:560px;display:flex;align-items:stretch;margin-right:-24px}
.slant{
  flex:1;
  margin-left:-38px;
  clip-path:polygon(18% 0,100% 0,82% 100%,0 100%);
  background-size:cover;
  background-position:center;
  border-left:6px solid rgba(255,255,255,.92);
}
.slant:nth-child(1){background-image:url('https://commons.wikimedia.org/wiki/Special:FilePath/Anacardium_occidentale_0007.jpg?width=1600')}
.slant:nth-child(2){background-image:url('https://commons.wikimedia.org/wiki/Special:FilePath/Tobacco_field%2C_Prilep.jpg?width=1600')}
.slant:nth-child(3){background-image:url('https://commons.wikimedia.org/wiki/Special:FilePath/Tree_planting_as_part_of_reforestation_observed_in_the_outskirts_of_Dar_es_salaam_Tanzania_IZZD8253.jpg?width=1600')}
.slant:nth-child(4){background-image:url('https://commons.wikimedia.org/wiki/Special:FilePath/Cashews.jpg?width=1600')}
.stats-card{
  position:absolute;right:4%;bottom:24px;
  background:rgba(42,54,10,.86);
  border:1px solid rgba(242,224,140,.7);
  backdrop-filter:blur(10px);
  border-radius:14px;
  box-shadow:var(--shadow);
  color:#fff;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  max-width:920px;
  z-index:5;
  overflow:hidden;
}
.stat{padding:15px 18px;display:flex;gap:14px;align-items:center;border-right:1px solid rgba(242,224,140,.35)}
.stat:last-child{border-right:0}
.stat i{
  min-width:44px;height:44px;border:2px solid var(--cream);
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:20px;color:var(--cream);
}
.stat strong{font-size:24px;line-height:1;font-weight:700}
.section{padding:58px 0}
.section-light{background:var(--light)}
.eyebrow{
  font-size:13px;color:var(--olive);
  font-weight:700;text-transform:uppercase;letter-spacing:1px;
}
.section-title{
  font-size:clamp(26px,2.6vw,38px);
  line-height:1.16;
  font-weight:700;
  margin:8px 0 16px;
}
.feature-card,.service-card,.project-card,.value-card,.contact-card{
  background:#fff;border-radius:16px;padding:22px;
  box-shadow:0 8px 28px rgba(0,0,0,.055);
  height:100%;
  transition:.25s;
  border:1px solid var(--line);
}
.feature-card:hover,.service-card:hover,.project-card:hover,.value-card:hover,.contact-card:hover{
  transform:translateY(-7px);
  box-shadow:var(--shadow);
}
.icon-line{font-size:34px;color:var(--olive);line-height:1;margin-bottom:12px}
.about-image,.project-img{
  height:250px;border-radius:18px;object-fit:cover;width:100%;
  box-shadow:var(--shadow);
}
.about-panel{
  background:#fff;padding:36px;border-radius:18px;box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.service-card{padding:0;overflow:hidden}
.service-card img{height:175px;width:100%;object-fit:cover}
.service-card .content{padding:20px}
.learn{font-weight:600;color:var(--olive);display:inline-flex;gap:8px;align-items:center}
.impact{
  background:rgba(20,30,5,.82); background-image:linear-gradient(rgba(20,30,5,.76),rgba(20,30,5,.76)),url('https://commons.wikimedia.org/wiki/Special:FilePath/Cashew_Brazil_tree.jpg?width=1800'); background-position:center; background-size:cover; background-attachment:fixed;
  color:#fff;padding:48px 0;
}
.impact h2,.impact strong{color:#fff}
.impact-item{text-align:center;border-right:1px solid rgba(242,224,140,.35);padding:12px}
.impact-item:last-child{border-right:0}
.impact-item i{font-size:34px;color:var(--cream)}
.impact-item strong{font-size:30px;display:block;font-weight:700}
.sustainability-band{
  background:var(--olive-dark);
  color:#fff;position:relative;overflow:hidden;
}
.sustainability-band h2,.sustainability-band p{color:#fff}
.cta{background:var(--olive);color:#fff;padding:38px 0}
.cta h2{color:#fff}
.footer{background:var(--olive-dark);color:#dfe5c9;padding:48px 0 0}
.footer-logo{max-height:100px;width:auto;margin-bottom:18px;background:#fff;padding:5px;border-radius:5px}
.footer h5{color:#fff;font-size:16px;font-weight:700;margin-bottom:20px}
.footer a{display:block;color:#dfe5c9;font-size:15px;margin-bottom:9px}
.footer a:hover{color:var(--cream)}
.footer p{color:#dfe5c9;font-size:14px;margin-bottom:9px}
.footer-bottom{border-top:1px solid rgba(242,224,140,.2);margin-top:40px;padding:18px 0;text-align:center;font-size:14px}
.page-hero{
  color:#fff;
  padding:82px 0;
  background:linear-gradient(rgba(20,30,5,.78),rgba(20,30,5,.78)),url('https://commons.wikimedia.org/wiki/Special:FilePath/Cashew_Brazil_tree.jpg?width=1800') center/cover no-repeat;
}
.page-hero h1{font-size:clamp(30px,3.4vw,44px);font-weight:700;color:#fff}
.breadcrumb-text{color:var(--cream);font-weight:500}
.form-control,.form-select{
  padding:14px;border-radius:10px;border:1px solid #ddd;font-weight:400;
}
.form-control:focus,.form-select:focus{border-color:var(--olive);box-shadow:0 0 0 .2rem rgba(78,95,22,.15)}
.gallery-item{position:relative;overflow:hidden;border-radius:15px;box-shadow:var(--shadow);cursor:pointer}
.gallery-item img{height:210px;width:100%;object-fit:cover;transition:.35s}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-overlay{
  position:absolute;inset:0;
  background:linear-gradient(transparent,rgba(20,30,5,.88));
  display:flex;align-items:flex-end;padding:16px;color:#fff;opacity:0;transition:.25s;
}
.gallery-item:hover .gallery-overlay{opacity:1}
.gallery-overlay h5,.gallery-overlay span{color:#fff}
@media(max-width:991px){
  .topbar .container{flex-direction:column;gap:8px;text-align:center}
  .navbar-brand img{height:120px}
  .hero,.hero .container-fluid{min-height:auto}
  .hero-content{padding:70px 24px}
  .hero-collage{height:320px}
  .stats-card{position:relative;right:auto;bottom:auto;margin:20px;grid-template-columns:repeat(2,1fr)}
  .stat{border-bottom:1px solid rgba(242,224,140,.35)}
  .impact-item{border-right:0;border-bottom:1px solid rgba(242,224,140,.25);padding:22px}
}
@media(max-width:575px){
  .topbar {display:none}
  .hero h1{font-size:30px}
  .hero-collage{display:none}
  .stats-card{display: none;}
  .stat{border-right:0}
  .section{padding:58px 0}
  .about-panel{padding:22px}
  .btn-brand,.btn-outline-brand{width:100%;justify-content:center}
}


/* Compact refinements */
.navbar-brand img{height:120px}
.nav-link{font-size:13px;margin:0 8px}
.hero h1{max-width:650px}
.accent-line{margin:18px 0;width:70px}
.feature-card h5,.service-card h5,.project-card h4,.value-card h5{margin-bottom:8px}
.feature-card p,.service-card p,.project-card p,.value-card p,.contact-card p{font-size:14.5px;margin-bottom:10px}
.section-title{margin-bottom:12px}
.service-card .content{padding:20px}
.footer-bottom{margin-top:26px}
@media(max-width:991px){
  .hero-content{padding:50px 22px}
  .stats-card{margin:12px 16px}
  .section{padding:48px 0}
}


/* Reduced-gradient theme refinements */
.topbar,
.cta,
.sustainability-band{
  background:var(--olive-dark) !important;
}

.hero{
  background-color:var(--olive-dark);
}

.impact{
  background-color:var(--olive-dark);
}

.page-hero{
  background-color:var(--olive-dark);
}

.stats-card{
  background:rgba(42,54,10,.94);
  backdrop-filter:none;
}

.service-card,
.feature-card,
.project-card,
.value-card,
.contact-card,
.about-panel{
  box-shadow:0 10px 24px rgba(25,35,8,.09);
}

.btn-brand{
  background:var(--olive);
}

.btn-brand:hover{
  background:var(--olive-dark);
  border-color:var(--olive-dark);
}

.btn-outline-brand:hover{
  background:var(--cream);
  color:var(--olive-dark);
}


/* HD photography refinements */
.hero,
.page-hero,
.impact{
  background-size:cover;
  background-position:center;
}

.hero-collage{
  overflow:hidden;
}

.slant{
  background:none !important;
  position:relative;
  overflow:hidden;
}

.slant img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.01);
}

.service-card img,
.project-img,
.about-image,
.gallery-item img{
  object-fit:cover;
  object-position:center;
  image-rendering:auto;
}
