
:root{
  --green:#0b6b2b;
  --green-dark:#034d1d;
  --green-soft:#eaf7e8;
  --lime:#80b82e;
  --orange:#f58220;
  --gold:#ffbd4a;
  --text:#1f2933;
  --muted:#5d6b75;
  --line:#e6eee5;
  --white:#fff;
  --shadow:0 18px 45px rgba(11,107,43,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Helvetica Neue",sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.container{width:min(1180px,92vw);margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(11,107,43,.08)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:250px}
.brand img{width:70px;height:54px;object-fit:contain}
.brand strong{display:block;color:var(--green);font-size:22px;letter-spacing:.5px;line-height:1.05}
.brand small{display:block;color:#617063;font-size:12px;margin-top:4px}
.main-nav{display:flex;align-items:center;gap:24px}
.nav-menu{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:22px}
.nav-menu a{font-weight:650;color:#203229;font-size:15px;position:relative}
.nav-menu a:hover,.nav-menu .current-menu-item>a{color:var(--green)}
.nav-menu a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--green);transform:scaleX(0);transition:.25s}
.nav-menu a:hover:after{transform:scaleX(1)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:13px 22px;font-weight:800;transition:.25s;border:1px solid transparent;box-shadow:0 10px 22px rgba(0,0,0,.06)}
.btn-green{background:var(--green);color:#fff}
.btn-green:hover{background:var(--green-dark);transform:translateY(-2px)}
.btn-orange{background:var(--orange);color:#fff}
.btn-orange:hover{filter:brightness(.95);transform:translateY(-2px)}
.btn-outline{border-color:#f4a267;color:var(--orange);background:#fff}
.btn-outline:hover{background:#fff6ed;transform:translateY(-2px)}
.menu-toggle{display:none;background:transparent;border:0;width:40px;height:40px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:var(--green);margin:7px 4px;border-radius:99px}

.hero{position:relative;min-height:640px;overflow:hidden;background:linear-gradient(90deg,#fbfff7 0,#fff 55%,#fff8ed 100%)}
.hero-bg{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:.9}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.48) 44%,rgba(255,255,255,.08) 100%)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:40px;align-items:center;min-height:640px;padding:70px 0 95px}
.eyebrow{display:inline-flex;background:#edf7e6;color:var(--green);font-weight:800;border-radius:99px;padding:8px 14px;font-size:14px;margin-bottom:18px}
.hero h1{font-size:58px;line-height:1.04;margin:0 0 20px;color:var(--green);letter-spacing:-1.8px;max-width:680px}
.hero h1 span{display:block;color:var(--orange)}
.hero p{font-size:18px;color:#3e4b43;max-width:560px;margin:0 0 30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-visual{height:430px;position:relative}
.packaging-scene{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;gap:18px;filter:drop-shadow(0 24px 32px rgba(12,84,35,.18))}
.canister,.pump,.jar,.bottle,.pail{background:linear-gradient(135deg,#fff,#eef2ef);border:1px solid #dce5df;border-radius:16px;position:relative}
.canister{width:145px;height:230px;border-radius:22px 22px 14px 14px}
.canister:before{content:"";position:absolute;top:-35px;left:38px;width:70px;height:40px;border:16px solid #f5f7f4;border-bottom:0;border-radius:20px 20px 0 0}
.canister:after{content:"";position:absolute;top:-18px;right:18px;width:40px;height:20px;background:var(--green);border-radius:5px 5px 2px 2px}
.pump{width:80px;height:170px;border-radius:36px 36px 18px 18px;background:linear-gradient(135deg,#197d35,#7ab740)}
.pump:before{content:"";position:absolute;top:-54px;left:28px;width:18px;height:55px;background:#207c37;border-radius:8px}
.pump:after{content:"";position:absolute;top:-55px;left:40px;width:55px;height:12px;background:#207c37;border-radius:10px}
.jar{width:130px;height:160px;border-radius:20px}
.jar:before{content:"";position:absolute;top:-28px;left:20px;right:20px;height:32px;background:var(--green);border-radius:10px 10px 4px 4px}
.bottle{width:70px;height:185px;border-radius:28px 28px 12px 12px}
.bottle:before{content:"";position:absolute;top:-32px;left:22px;width:26px;height:36px;background:#f8f8f6;border:1px solid #dce5df;border-radius:8px}
.pail{width:190px;height:210px;border-radius:16px 16px 28px 28px}
.pail:before{content:"";position:absolute;left:-8px;right:-8px;top:-18px;height:34px;background:#fff;border:1px solid #dce5df;border-radius:50%}
.pail:after{content:"";position:absolute;left:30px;right:30px;top:-48px;height:58px;border:6px solid #d9dfdb;border-bottom:0;border-radius:50% 50% 0 0}

.section{padding:70px 0}
.section h2{font-size:30px;line-height:1.18;color:var(--green);margin:0 0 26px;letter-spacing:-.4px}
.section h2:before{content:"";display:inline-block;width:20px;height:20px;margin-right:8px;vertical-align:-2px;background:linear-gradient(135deg,var(--lime),var(--green));clip-path:ellipse(42% 52% at 50% 50%)}
.two-col{display:grid;grid-template-columns:.95fr 1.25fr;gap:46px;align-items:start}
.about-card{display:grid;grid-template-columns:1fr 1.25fr;gap:26px;align-items:center}
.factory-illustration{min-height:220px;border-radius:18px;background:linear-gradient(160deg,#e7f6e5,#fff),linear-gradient(90deg,#d4dcd6 20%,#f7f7f7 20%);box-shadow:var(--shadow);position:relative;overflow:hidden;border:1px solid var(--line)}
.factory-illustration:before{content:"";position:absolute;left:30px;right:30px;bottom:44px;height:90px;background:linear-gradient(180deg,#edf2ee,#d2dad4);clip-path:polygon(0 25%,75% 0,100% 20%,100% 100%,0 100%)}
.factory-illustration:after{content:"";position:absolute;left:70px;bottom:45px;width:80px;height:78px;background:#fff;border-radius:4px 4px 0 0}
.factory-illustration span{position:absolute;left:62px;top:76px;color:var(--green);font-weight:900;font-size:16px;transform:rotate(0deg)}
.about-copy p{color:var(--muted);margin:0 0 12px}
.mini-link{font-weight:800;color:#fff;background:var(--green);padding:10px 16px;border-radius:10px;display:inline-flex;margin-top:8px}
.products-block{min-width:0}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card,.feature-card,.stats-grid article,.process-grid article,.contact-grid a{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 30px rgba(11,107,43,.06);transition:.25s}
.product-card{padding:18px;text-align:center}
.product-card:hover,.feature-card:hover,.process-grid article:hover,.contact-grid a:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card h3{margin:10px 0 4px;color:#143420}
.product-card p{font-size:13px;color:var(--muted);min-height:42px}
.product-card a{font-weight:800;color:var(--green);font-size:13px}
.product-img{height:112px;margin:auto;width:100%;position:relative}
.product-img:before{content:"";position:absolute;left:50%;bottom:8px;transform:translateX(-50%);background:linear-gradient(135deg,#fff,#edf2ee);border:1px solid #dce5df;box-shadow:inset 0 0 0 8px rgba(255,255,255,.4)}
.product-can:before{width:76px;height:86px;border-radius:10px}
.product-can:after{content:"";position:absolute;left:50%;top:15px;transform:translateX(-50%);width:34px;height:18px;border:8px solid #f2f4f1;border-bottom:0;border-radius:12px 12px 0 0}
.product-bottle:before{width:48px;height:96px;border-radius:24px 24px 10px 10px}
.product-jar:before{width:82px;height:72px;border-radius:14px}
.product-jar:after{content:"";position:absolute;left:50%;top:21px;transform:translateX(-50%);width:70px;height:18px;background:var(--green);border-radius:8px 8px 3px 3px}
.product-pail:before{width:94px;height:76px;border-radius:12px 12px 20px 20px}
.product-pail:after{content:"";position:absolute;left:50%;top:19px;transform:translateX(-50%);width:100px;height:22px;border:4px solid #d7ddd8;border-bottom:0;border-radius:50% 50% 0 0}
.light{background:linear-gradient(180deg,#fbfff7,#fff)}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:42px}
.feature-grid,.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.feature-card{padding:22px}
.feature-card span{width:52px;height:52px;border-radius:16px;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;margin-bottom:12px}
.feature-card h3{margin:0 0 8px;color:#15391f}
.feature-card p{margin:0;color:var(--muted);font-size:14px}
.stats-grid article{padding:26px;text-align:center;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.stats-grid strong{display:block;color:var(--green);font-size:32px;line-height:1.05}
.stats-grid span{color:#4f5e55;font-weight:650;margin-top:8px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-grid article{padding:24px;position:relative}
.process-grid b{display:inline-flex;width:46px;height:46px;background:linear-gradient(135deg,var(--lime),var(--green));color:#fff;border-radius:50%;align-items:center;justify-content:center}
.process-grid h3{margin:16px 0 8px;color:#15391f}
.process-grid p{margin:0;color:var(--muted);font-size:14px}
.logo-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.logo-strip span{height:58px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#a0a7a2;font-weight:900;background:#fff}
.contact{background:#fbfff7}
.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.contact-grid a{padding:24px;display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center}
.contact-grid span{grid-row:1/3;width:52px;height:52px;background:var(--green-soft);color:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px}
.contact-grid small{color:var(--muted);font-weight:700}
.contact-grid strong{font-size:16px;color:#15391f;word-break:break-word}
.contact-grid a:first-child strong{color:var(--orange);font-size:22px}
.site-footer{background:radial-gradient(circle at 88% 20%,rgba(128,184,46,.35),transparent 35%),linear-gradient(135deg,#03521f,#012f13);color:#fff;padding:54px 0 0;position:relative;overflow:hidden}
.site-footer:after{content:"";position:absolute;right:-100px;bottom:-120px;width:520px;height:320px;border:1px solid rgba(255,255,255,.08);border-radius:50%;transform:rotate(-16deg)}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1fr .8fr;gap:34px;position:relative;z-index:1}
.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.footer-logo img{width:76px}
.footer-logo strong{display:block;font-size:22px}
.footer-logo small{display:block;color:#cde7cf;font-size:12px}
.site-footer p,.site-footer a{color:#e0f2df;margin:6px 0;display:block}
.site-footer h4{margin:0 0 12px;color:#fff}
.socials{display:flex;gap:10px}
.socials a{width:36px;height:36px;border-radius:50%;background:#fff;color:var(--green-dark);display:flex;align-items:center;justify-content:center;font-weight:900}
.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;margin-top:38px;color:#d4e9d3;position:relative;z-index:1}
.floating-call{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 16px 35px rgba(245,130,32,.35);z-index:60}
.content-page{max-width:860px}
@media(max-width:1100px){
  .hero h1{font-size:46px}
  .two-col,.about-card,.split{grid-template-columns:1fr}
  .product-grid,.process-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .nav-wrap{height:auto;min-height:72px;align-items:flex-start;padding:12px 0}
  .menu-toggle{display:block;margin-top:9px}
  .main-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 4vw;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .main-nav.open{display:flex}
  .nav-menu{flex-direction:column;align-items:flex-start;width:100%}
  .nav-cta{width:100%}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding:54px 0 70px}
  .hero-visual{height:300px}
  .hero h1{font-size:38px}
  .brand strong{font-size:18px}
  .brand img{width:58px}
  .product-grid,.feature-grid,.stats-grid,.process-grid,.logo-strip,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .contact-grid a{grid-template-columns:46px 1fr}
}

.hero-product-img{width:min(100%,850px);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 24px 32px rgba(12,84,35,.16))}.about-image{width:100%;min-height:220px;object-fit:cover;border-radius:18px;box-shadow:var(--shadow);border:1px solid var(--line)}.product-photo{height:112px;width:100%;object-fit:contain;margin:auto;display:block}


/* ===== DMP MOCKUP V3 - Hero closer to approved mockup ===== */
.site-header{
  background:rgba(255,255,255,.97);
  border-bottom:0;
  box-shadow:0 4px 18px rgba(0,0,0,.035);
}
.nav-wrap{
  height:118px;
  align-items:center;
}
.brand img{
  width:88px;
  height:72px;
}
.brand strong{
  font-size:28px;
  letter-spacing:1px;
}
.brand small{
  font-size:15px;
  color:#3f4a42;
}
.nav-menu{
  gap:40px;
}
.nav-menu a{
  font-size:18px;
  font-weight:700;
}
.nav-menu a:after{
  bottom:-18px;
  height:3px;
}
.nav-cta{
  padding:18px 34px;
  border-radius:12px;
  font-size:18px;
}
.hero{
  min-height:760px;
  background:#fff;
}
.hero-bg{
  opacity:1;
}
.hero:before{
  background:linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.72) 39%,rgba(255,255,255,.1) 100%);
}
.hero-grid{
  min-height:760px;
  grid-template-columns:44% 56%;
  gap:0;
  padding:82px 0 120px;
}
.eyebrow{
  background:#0b6b2b;
  color:#fff;
  font-size:18px;
  padding:15px 26px;
  border-radius:999px;
  box-shadow:0 12px 24px rgba(11,107,43,.15);
}
.hero h1{
  font-size:62px;
  line-height:1.12;
  letter-spacing:-1.5px;
  margin-top:28px;
  margin-bottom:26px;
}
.hero h1 span{
  margin-top:10px;
}
.hero p{
  font-size:24px;
  line-height:1.85;
  color:#39434b;
  max-width:670px;
}
.hero-actions{
  margin-top:38px;
  gap:24px;
}
.hero-actions .btn{
  min-width:230px;
  min-height:72px;
  border-radius:12px;
  font-size:20px;
}
.hero-visual{
  height:650px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:visible;
}
.hero-product-img{
  width:100%;
  max-width:940px;
  transform:translate(26px,18px);
  border:0;
  box-shadow:none;
  filter:none;
}
.product-grid{
  gap:18px;
}
.product-card{
  border-radius:16px;
}
.floating-call{
  background:#ff8a1d;
}

@media(max-width:1100px){
  .hero-grid{grid-template-columns:1fr; padding:48px 0 80px;}
  .hero{min-height:auto;}
  .hero h1{font-size:44px;}
  .hero p{font-size:18px;}
  .hero-visual{height:auto; margin-top:20px;}
  .hero-product-img{transform:none; max-width:720px;}
  .nav-wrap{height:88px;}
}
@media(max-width:820px){
  .nav-wrap{height:auto; min-height:82px;}
  .main-nav{top:82px;}
  .hero h1{font-size:36px;}
  .hero-actions .btn{min-width:0; width:100%; min-height:58px;}
}
