
:root{
  --green:#4c9a49;
  --green-deep:#1f6f36;
  --green-dark:#075d2a;
  --green-pale:#f2f8f2;
  --orange:#efa92f;
  --ink:#111713;
  --muted:#66736b;
  --line:#dfe7e1;
  --white:#fff;
  --soft:#f6f8f6;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 42px));margin:0 auto}

/* Header */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #edf0ed;
  backdrop-filter:blur(12px);
}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:255px;height:auto}
.main-nav{display:flex;align-items:center;gap:29px;font-size:13px;font-weight:750}
.nav-cta{padding:12px 18px;background:var(--green);color:#fff;border-radius:7px}
.menu-toggle{display:none;border:0;background:none;font-size:26px}

/* HERO — exact approved mockup image, no cropping */
.hero-approved{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#fff;
  line-height:0;
}
.hero-approved-image{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.hero-hotspot{
  position:absolute;
  z-index:4;
  display:block;
  background:transparent;
}
/* Percentage positions correspond to the buttons baked into the mockup artwork. */
.process-hotspot{left:7.3%;top:78.2%;width:12.6%;height:7.5%}
.contact-hotspot{left:20.6%;top:78.2%;width:9.6%;height:7.5%}
.sr-only{
  position:absolute!important;
  width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}

/* About */
.about-section{
  padding:82px 0 82px;
  background:
    radial-gradient(circle at 84% 30%,rgba(76,154,73,.07),transparent 25%),
    linear-gradient(180deg,#f5f8f5 0%,#f8faf8 100%);
}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}
.about-copy h2,.section-heading h2{
  font-size:clamp(38px,4vw,56px);line-height:1.04;letter-spacing:-.042em;margin:0 0 23px
}
.about-copy h2 span{color:var(--green)}
.about-copy>p{font-size:16px;color:var(--muted);margin:0 0 16px;max-width:625px}
.about-info{display:grid;grid-template-columns:.75fr 1.25fr;gap:14px;margin-top:28px}
.info-card{
  background:white;border:1px solid var(--line);border-radius:16px;
  padding:19px;display:flex;gap:14px;align-items:flex-start;
  box-shadow:0 7px 22px rgba(24,45,30,.035)
}
.card-icon{font-size:23px;color:var(--green-dark);min-width:26px}
.info-card .label{display:block;font-size:10px;color:var(--green-dark);font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.capacity-card strong{display:block;font-size:31px;letter-spacing:-.04em;margin:3px 0}
.capacity-card strong small{font-size:14px}
.capacity-card em,.product-body em{
  display:inline-block;font-size:10px;font-style:normal;font-weight:850;text-transform:uppercase;
  color:#795814;background:#fff3cf;border:1px dashed #d3aa4c;border-radius:5px;padding:4px 6px
}
.promoter-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 20px;margin:8px 0}
.promoter-grid b{font-size:12px}
.promoter-copy>small{font-size:11px;color:#7b857e}
.about-visual{
  border-radius:23px;padding:8px;background:white;
  box-shadow:0 18px 42px rgba(23,52,31,.12)
}
.about-visual img{width:100%;border-radius:17px;aspect-ratio:16/9;object-fit:cover}

/* Shared section heading */
.section-heading{text-align:center;max-width:830px;margin:0 auto 43px}
.section-heading p{font-size:15px;color:var(--muted);margin:0}

/* Process */
.process-section{
  padding:86px 0;
  background:#fff;
}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.process-card{position:relative}
.process-card img{width:100%;height:148px;object-fit:cover;border-radius:15px;border:1px solid var(--line)}
.process-card:not(:last-child):after{
  content:"→";position:absolute;right:-17px;top:53px;color:var(--green-dark);font-size:28px;font-weight:900
}
.step{display:flex;align-items:center;gap:10px;margin:14px 0 7px}
.step span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green-dark);color:white;font-size:11px;font-weight:850}
.step h3{font-size:14px;margin:0}
.process-card p{font-size:12px;color:var(--muted);margin:0 0 0 40px}

/* Products */
.products-section{
  padding:86px 0;
  background:linear-gradient(180deg,#f3f5f3,#f8faf8);
}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{
  background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;
  box-shadow:0 9px 24px rgba(24,45,30,.05)
}
.product-card>img{width:100%;height:160px;object-fit:cover}
.product-body{padding:18px}
.product-body h3{font-size:16px;margin:0 0 8px}
.product-body p{font-size:13px;color:var(--muted);margin:0;min-height:80px}
.product-body>strong{display:block;margin-top:14px;padding-top:12px;border-top:1px solid var(--line);font-size:11px;color:var(--green-dark)}

/* Sustainability */
.sustainability-section{
  padding:58px 0;
  background:linear-gradient(135deg,#0c5128,#0d6d31);
  color:#fff;
}
.sustainability-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}
.eyebrow.light{color:#c9efd1}
.sustainability-section h2{font-size:39px;line-height:1.08;letter-spacing:-.035em;margin:0 0 13px}
.sustainability-section p{color:#d6e6d9;margin:0}
.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.impact-grid div{padding:17px;border-left:1px solid rgba(255,255,255,.22)}
.impact-grid b{display:block;font-size:26px;margin-bottom:7px}
.impact-grid span{font-size:12px;font-weight:750}

/* Contact */
.contact-section{padding:58px 0;background:#fff}
.contact-box{
  background:#101612;color:#fff;border-radius:22px;padding:36px 42px;
  display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center
}
.contact-box h2{font-size:34px;line-height:1.08;margin:0 0 10px}
.contact-box p{color:#c7d0ca;margin:0}
.contact-actions{display:grid;gap:10px;justify-items:start}
.contact-actions span{font-size:12px;color:#c7d0ca}

/* Footer */
.site-footer{border-top:1px solid #e6ebe7;background:#fff;padding:22px 0 28px}
.footer-grid{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;font-size:11px;color:#737d76}
.footer-grid img{width:185px}
.built-by{display:flex;align-items:center;gap:8px}
.built-by a{font-weight:750;color:#111}
.built-by a:hover{color:var(--green-dark)}

/* Responsive */
@media(max-width:980px){
  .main-nav{display:none}
  .main-nav.open{
    display:flex;position:absolute;top:70px;left:0;right:0;background:white;
    padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)
  }
  .menu-toggle{display:block}
  .nav-wrap{height:70px}
  .brand img{width:215px}
  .hero-ribbon{display:none}

  .about-grid,.sustainability-grid,.contact-box{grid-template-columns:1fr}
  .process-grid,.products-grid{grid-template-columns:repeat(2,1fr)}
  .process-card:after{display:none}
}
@media(max-width:620px){
  .container{width:min(100% - 26px,1180px)}
  .hero h1{font-size:47px}
  .hero-benefits{display:grid;grid-template-columns:1fr 1fr}
  .about-section,.process-section,.products-section{padding:65px 0}
  .about-info,.process-grid,.products-grid,.impact-grid{grid-template-columns:1fr}
  .product-card>img,.process-card img{height:205px}
  .footer-grid{grid-template-columns:1fr;justify-items:start}
  .built-by{flex-wrap:wrap}
}


/* Approved hero responsive behavior */
@media(max-width:980px){
  .hero-approved-image{width:100%;height:auto}
  .process-hotspot{left:7.3%;top:78.2%;width:12.6%;height:8%}
  .contact-hotspot{left:20.6%;top:78.2%;width:9.6%;height:8%}
}
@media(max-width:620px){
  /* On phones keep the entire hero visible rather than cropping it. */
  .hero-approved{overflow-x:hidden}
  .hero-approved-image{width:155%;max-width:none;transform:translateX(-1%)}
  .hero-hotspot{display:none}
}
