/* ============================================================
   BINFRND — Premium Chemical Manufacturer Website
   ============================================================ */
:root{
  --white:#ffffff;
  --green-900:#1b4d20;
  --green-700:#2e7d32;
  --green-500:#4caf50;
  --green-100:#e8f5e9;
  --orange:#f4a259;
  --orange-light:#fde8d4;
  --text-dark:#1f2a1f;
  --text-grey:#5c655c;
  --text-muted:#7a847a;
  --radius:20px;
  --shadow-soft:0 10px 40px rgba(46,125,50,0.08);
  --shadow-hover:0 20px 50px rgba(46,125,50,0.16);
  --ff-heading:'Poppins',sans-serif;
  --ff-body:'Inter',sans-serif;
  --ff-accent:'DM Sans',sans-serif;
  --leading-tight:1.12;
  --leading-snug:1.35;
  --leading-normal:1.7;
  --tracking-tight:-0.03em;
  --tracking-wide:0.12em;
  --section-y:68px;
  --section-y-sm:48px;
  --section-head-gap:40px;
  --grid-gap:36px;
  --home-section-y:52px;
  --home-block-gap:28px;
  --header-offset:88px;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{
  scroll-behavior:smooth;-webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
body{
  font-family:var(--ff-body);
  color:var(--text-dark);
  background:var(--white);
  overflow-x:hidden;
  line-height:var(--leading-normal);
  font-size:1rem;
}
body.nav-open{overflow:hidden;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px;}
h1,h2,h3,h4{
  font-family:var(--ff-heading);font-weight:700;color:var(--green-900);
  line-height:var(--leading-snug);letter-spacing:var(--tracking-tight);
}
h1{font-size:clamp(2.25rem,4.8vw,3.75rem);font-weight:800;line-height:var(--leading-tight);}
h2{font-size:clamp(1.85rem,3.2vw,2.65rem);line-height:1.18;}
h3{font-size:1.35rem;font-weight:600;letter-spacing:-0.02em;}
p{color:var(--text-grey);line-height:var(--leading-normal);}
section{padding:var(--section-y) 0;position:relative;overflow-wrap:break-word;}
.section-tag{
  display:inline-block;padding:8px 20px;border-radius:50px;
  background:var(--green-100);color:var(--green-700);
  font-family:var(--ff-accent);font-size:.72rem;letter-spacing:var(--tracking-wide);
  text-transform:uppercase;font-weight:700;margin-bottom:16px;
}
.section-head{text-align:center;max-width:720px;margin:0 auto var(--section-head-gap);}
.section-head h2{margin-bottom:0;}
.section-head p{
  margin:14px auto 0;font-size:1.05rem;line-height:1.75;color:var(--text-muted);
  max-width:620px;
}
.section-head:last-child{margin-bottom:0;}

/* ---------------- Buttons ---------------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:15px 32px;border-radius:50px;font-family:var(--ff-accent);
  font-weight:600;font-size:.92rem;letter-spacing:.02em;cursor:pointer;border:none;
  transition:.35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;
}
.btn-primary{background:var(--green-700);color:#fff;box-shadow:0 8px 24px rgba(46,125,50,.3);}
.btn-primary:hover{background:var(--green-900);transform:translateY(-3px);box-shadow:0 14px 30px rgba(46,125,50,.4);}
.btn-outline{background:transparent;border:2px solid var(--green-700);color:var(--green-700);}
.btn-outline:hover{background:var(--green-700);color:#fff;transform:translateY(-3px);}
.btn-orange{background:var(--orange);color:#fff;}
.btn-orange:hover{background:#e08c36;transform:translateY(-3px);}
.btn-sm{padding:10px 22px;font-size:.85rem;}

/* ---------------- Loader ---------------- */
#pageLoader{
  position:fixed;inset:0;background:#fff;z-index:9999;
  display:flex;align-items:center;justify-content:center;
}
.loader-leaf{
  width:60px;height:60px;border:4px solid var(--green-100);
  border-top-color:var(--green-700);border-radius:50%;
  animation:spin 0.9s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg);}}

/* ---------------- Header ---------------- */
.site-header{
  position:fixed;top:0;left:0;width:100%;z-index:1000;
  background:transparent;transition:.4s ease;padding:22px 0;
}
.site-header.scrolled{
  background:rgba(255,255,255,.9);backdrop-filter:blur(14px);
  box-shadow:0 4px 30px rgba(0,0,0,.06);padding:12px 0;
}
.header-inner{
  max-width:1240px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;
}
.logo{display:flex;align-items:center;gap:12px;line-height:1;}
.logo-img{height:46px;width:auto;object-fit:contain;}
.logo-text-group{display:flex;flex-direction:column;}
.footer-logo-img{height:44px;width:auto;object-fit:contain;margin-bottom:12px;background:#fff;padding:6px 10px;border-radius:8px;}
.logo-text{font-family:var(--ff-heading);font-weight:800;font-size:1.6rem;color:var(--green-900);letter-spacing:.5px;}
.logo-tag{font-size:.6rem;color:var(--orange);letter-spacing:2px;text-transform:uppercase;margin-top:2px;}
.main-nav{display:flex;gap:36px;}
.main-nav a{
  position:relative;font-family:var(--ff-accent);font-weight:600;font-size:.9rem;
  letter-spacing:.02em;color:var(--text-dark);padding:6px 0;
}
.main-nav a::after{
  content:'';position:absolute;left:0;bottom:0;height:2px;width:0;
  background:var(--green-700);transition:.3s;
}
.main-nav a:hover::after,.main-nav a.active::after{width:100%;}
.header-actions{display:flex;align-items:center;gap:18px;}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;}
.hamburger span{width:26px;height:2px;background:var(--green-900);border-radius:2px;}
.mobile-nav{
  display:none;flex-direction:column;background:#fff;padding:20px 24px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.mobile-nav a{
  padding:12px 0;border-bottom:1px solid #eee;
  font-family:var(--ff-accent);font-weight:600;font-size:.92rem;letter-spacing:.02em;
}
.mobile-nav.open{display:flex;}

.cursor-glow{
  position:fixed;width:280px;height:280px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(76,175,80,.12),transparent 70%);
  transform:translate(-50%,-50%);z-index:1;transition:opacity .3s;
}
@media(max-width:900px){.cursor-glow{display:none;}}

/* ---------------- Hero ---------------- */
.hero{
  position:relative;min-height:auto;display:flex;align-items:center;
  padding:calc(var(--header-offset) + 32px) 0 56px;overflow:hidden;
  background:linear-gradient(180deg,#f6fbf6 0%,#ffffff 70%);
}
.hero-video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden;}
.hero-video-wrap video{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.hero-video-mobile{display:none;}
.hero-video-desktop{display:block;}
.hero-video-fallback{display:block;}
@media (orientation:portrait) and (max-width:1024px){
  .hero-video-mobile{display:block;}
  .hero-video-desktop{display:none;}
}
@media (max-width:767px){
  .hero-video-mobile{display:block;}
  .hero-video-desktop{display:none;}
}
.hero-video-wrap .hero-overlay{
  position:absolute;inset:0;pointer-events:none;
}

/* Video hero — cinematic background, content-led layout */
.hero.hero--video{
  min-height:min(92vh,860px);padding:0;background:var(--green-900);
}
.hero.hero--video::after{
  content:'';position:absolute;left:0;right:0;bottom:0;height:100px;z-index:1;pointer-events:none;
  background:linear-gradient(to top,#fff 0%,rgba(255,255,255,.55) 45%,transparent 100%);
}
.hero.hero--video .hero-video-wrap video{
  transform:scale(1.06);
  animation:heroVideoDrift 22s ease-in-out infinite alternate;
  will-change:transform;
}
@keyframes heroVideoDrift{
  from{transform:scale(1.04);}
  to{transform:scale(1.1);}
}
.hero.hero--video .hero-video-wrap .hero-overlay{
  background:
    linear-gradient(100deg,rgba(18,52,22,.9) 0%,rgba(18,52,22,.72) 34%,rgba(18,52,22,.28) 58%,rgba(18,52,22,.1) 100%),
    linear-gradient(180deg,rgba(0,0,0,.22) 0%,transparent 38%,rgba(0,0,0,.28) 100%);
}
.hero.hero--video .hero-inner{
  width:100%;max-width:1240px;margin:0 auto;
  padding:calc(var(--header-offset) + 52px) 24px 80px;
  min-height:min(92vh,860px);
  display:flex;flex-direction:column;justify-content:center;
  text-align:left;background:none;box-shadow:none;border-radius:0;backdrop-filter:none;
}
.hero.hero--video .hero-inner .section-tag{
  margin-bottom:22px;padding:9px 22px;
  background:rgba(255,255,255,.1);color:var(--orange-light);
  border:1px solid rgba(244,162,89,.42);backdrop-filter:blur(6px);
  letter-spacing:.14em;font-size:.7rem;
}
.hero.hero--video .hero-inner h1{
  color:#fff;max-width:720px;margin-bottom:22px;
  font-size:clamp(2.35rem,4.6vw,4.1rem);font-weight:800;
  line-height:1.08;letter-spacing:-.035em;
}
.hero.hero--video .hero-inner h1::before{
  content:'';display:block;width:54px;height:4px;margin-bottom:22px;border-radius:4px;
  background:linear-gradient(90deg,var(--orange),var(--green-500));
}
.hero.hero--video .hero-inner h1 span{color:var(--orange);font-weight:800;}
.hero.hero--video .hero-inner p{
  font-family:var(--ff-body);font-size:clamp(1rem,1.45vw,1.18rem);font-weight:400;
  line-height:1.75;letter-spacing:.01em;color:rgba(255,255,255,.9);
  max-width:520px;margin:0 0 34px;
}
.hero.hero--video .hero-cta{justify-content:flex-start;gap:12px;}
.hero.hero--video .hero-cta .btn{
  font-size:.9rem;font-weight:600;letter-spacing:.03em;padding:14px 28px;
}
.hero.hero--video .btn-outline{
  border-color:rgba(255,255,255,.82);color:#fff;background:rgba(255,255,255,.06);
}
.hero.hero--video .btn-outline:hover{
  background:#fff;color:var(--green-900);border-color:#fff;
}

/* Header over video hero */
body:has(.hero--video) .site-header:not(.scrolled) .logo-text{color:#fff;}
body:has(.hero--video) .site-header:not(.scrolled) .main-nav a{color:rgba(255,255,255,.92);}
body:has(.hero--video) .site-header:not(.scrolled) .main-nav a:hover,
body:has(.hero--video) .site-header:not(.scrolled) .main-nav a.active{color:#fff;}
body:has(.hero--video) .site-header:not(.scrolled) .main-nav a::after{background:#fff;}
body:has(.hero--video) .site-header:not(.scrolled) .hamburger span{background:#fff;}

.hero-inner{
  position:relative;z-index:2;text-align:center;max-width:820px;margin:0 auto;padding:32px 28px;
  background:rgba(255,255,255,.5);backdrop-filter:blur(4px);border-radius:22px;
}
.hero-inner .section-tag{margin-bottom:18px;}
.hero-inner h1{
  margin-bottom:18px;font-weight:800;line-height:1.1;letter-spacing:-.03em;
}
.hero-inner h1 span{color:var(--green-700);font-weight:800;}
.hero-inner p{
  font-size:1.08rem;line-height:1.75;color:var(--text-muted);
  max-width:580px;margin:0 auto 28px;
}
.hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.hero-floats{position:absolute;inset:0;z-index:1;pointer-events:none;}
.floating-bottle{
  position:absolute;width:70px;height:70px;background:var(--green-100);
  border-radius:24px;box-shadow:var(--shadow-soft);
}
.leaf-particle{
  position:absolute;width:16px;height:16px;background:var(--green-500);
  border-radius:0 60% 0 60%;opacity:.5;
}

/* ---------------- About Preview ---------------- */
.about-preview{background:var(--white);}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--grid-gap);align-items:center;}
.about-visual{
  border-radius:32px;background:linear-gradient(135deg,var(--green-100),var(--orange-light));
  display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;
  min-height:220px;max-height:420px;
}
.about-visual:has(.section-media-img){min-height:0;max-height:none;}
.about-visual i{font-size:4rem;color:var(--green-700);opacity:.5;}
.section-media-img{width:100%;height:auto;max-height:420px;object-fit:cover;border-radius:inherit;}
.section-feature-image{
  margin-top:16px;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);
}
.section-feature-image img{width:100%;height:auto;max-height:240px;object-fit:cover;}
.about-points{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0;}
.about-point{display:flex;gap:12px;align-items:flex-start;}
.about-point i{color:var(--green-700);font-size:1.2rem;margin-top:3px;}
.about-point strong{display:block;font-family:var(--ff-heading);font-size:.95rem;}

/* ---------------- Product Cards ---------------- */
.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:26px;}
.product-card{
  background:rgba(255,255,255,.7);backdrop-filter:blur(10px);
  border:1px solid rgba(46,125,50,.08);
  border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-soft);
  transition:.4s cubic-bezier(.4,0,.2,1);
}
.product-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-hover);}
.product-img{
  height:auto;min-height:160px;max-height:200px;border-radius:16px;background:var(--green-100);
  display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:16px;
}
.product-img img{height:100%;width:100%;object-fit:cover;}
.product-img i{font-size:3rem;color:var(--green-700);opacity:.4;}
.product-card h3{margin-bottom:8px;font-weight:700;letter-spacing:-.02em;}
.product-card p{font-size:.92rem;line-height:1.65;margin-bottom:10px;color:var(--text-muted);}
.product-apps{font-size:.76rem;color:var(--orange);font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.08em;}
.product-card .btn{width:100%;}

/* ---------------- Why Choose Us ---------------- */
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;}
.why-card{
  text-align:center;padding:32px 20px;background:#fff;border-radius:var(--radius);
  box-shadow:var(--shadow-soft);transition:.35s;
}
.why-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);}
.why-icon{
  width:64px;height:64px;margin:0 auto 14px;border-radius:50%;
  background:var(--green-100);display:flex;align-items:center;justify-content:center;
}
.why-icon i{font-size:1.6rem;color:var(--green-700);}

.counters{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:44px;text-align:center;}
.why-card h4{font-family:var(--ff-heading);font-size:.98rem;font-weight:600;letter-spacing:-.01em;color:var(--green-900);}
.counter-num{font-family:var(--ff-heading);font-size:2.6rem;font-weight:800;color:var(--green-700);letter-spacing:-.03em;}
.counter-label{color:var(--text-muted);font-size:.88rem;font-weight:500;letter-spacing:.02em;}

/* ---------------- Process Timeline ---------------- */
.process-track{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;position:relative;margin-top:32px;}
.process-track::before{
  content:'';position:absolute;top:34px;left:0;right:0;height:2px;
  background:repeating-linear-gradient(90deg,var(--green-500) 0 10px,transparent 10px 20px);
  z-index:0;
}
.process-step{flex:1;min-width:140px;text-align:center;position:relative;z-index:1;}
.process-circle{
  width:70px;height:70px;border-radius:50%;background:#fff;border:3px solid var(--green-700);
  display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-weight:700;color:var(--green-700);
  font-family:var(--ff-heading);
}
.process-step h4{font-family:var(--ff-heading);font-size:.95rem;color:var(--text-dark);}

/* ---------------- Industries ---------------- */
.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:22px;}
.industry-card{
  padding:30px 20px;border-radius:var(--radius);background:var(--green-100);
  text-align:center;transition:.35s;
}
.industry-card:hover{background:var(--green-700);}
.industry-card:hover h4,.industry-card:hover i{color:#fff;}
.industry-card i{font-size:2rem;color:var(--green-700);margin-bottom:10px;display:block;}
.industry-card h4{font-family:var(--ff-heading);font-size:1rem;}

/* ---------------- Brands ---------------- */
.brands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:26px;}
.brand-card{
  padding:40px 32px;border-radius:28px;background:linear-gradient(135deg,var(--green-900),var(--green-700));
  color:#fff;position:relative;overflow:hidden;transition:.4s;
}
.brand-card:nth-child(2){background:linear-gradient(135deg,#b56a25,var(--orange));}
.brand-card:hover{transform:scale(1.02);}
.brand-card h3{color:#fff;font-size:1.8rem;margin-bottom:6px;font-weight:700;}
.brand-card .brand-tagline{
  display:block;color:#fff;font-family:var(--ff-accent);font-weight:600;
  font-size:.95rem;letter-spacing:.3px;margin-bottom:8px;opacity:1;
}
.brand-card .brand-desc{color:rgba(255,255,255,.95);font-size:.92rem;line-height:1.65;margin:0;}

/* Light-green section surfaces */
.bg-mint{background:var(--green-100);}
.bg-mint .section-tag{
  background:#fff;color:var(--green-700);
  box-shadow:0 2px 10px rgba(27,77,32,.08);
}
.bg-mint .section-head p,
.products-section .section-head p,
.process-section .section-head p,
.brands-section .section-head p{
  color:#3a4d3c;
}
.bg-mint .value-card h4,
.bg-mint .timeline-item h4{color:var(--green-900);}
.bg-mint .value-card p,
.bg-mint .timeline-item p{color:#3a4d3c;}
.process-section .process-step h4{color:var(--green-900);font-weight:600;}

/* Card & block text contrast */
.product-card h3{color:var(--green-900);}
.product-card p{color:var(--text-muted);}
.why-card h4{color:var(--green-900);}
.industry-card h4{color:var(--green-900);}
.testimonial-card p{color:var(--text-muted);}
.testimonial-card h4{color:var(--green-900);}
.founder-card h3{color:var(--green-900);}
.founder-card p{color:var(--text-muted);}
.value-card h4{color:var(--green-900);}
.counter-label{color:var(--text-muted);font-weight:500;}
.contact-info-card strong{color:#fff;}
.contact-info-card p{color:#d4e8d4;}

/* ---------------- Home content-fit sections ---------------- */
.products-section,
.why-us,
.process-section,
.industries-section,
.brands-section{
  padding-block:var(--home-section-y);
}
.products-section>.container,
.why-us>.container,
.process-section>.container,
.industries-section>.container,
.brands-section>.container{
  display:flex;flex-direction:column;gap:var(--home-block-gap);
}
.products-section .section-head,
.why-us .section-head,
.process-section .section-head,
.industries-section .section-head,
.brands-section .section-head{
  margin-bottom:0;
}
.products-section .section-head .section-tag,
.why-us .section-head .section-tag,
.process-section .section-head .section-tag,
.industries-section .section-head .section-tag,
.brands-section .section-head .section-tag{
  margin-bottom:12px;
}
.products-section .section-head h2,
.why-us .section-head h2,
.process-section .section-head h2,
.industries-section .section-head h2,
.brands-section .section-head h2{
  margin-bottom:0;
}
.products-section .section-head p,
.why-us .section-head p,
.process-section .section-head p,
.industries-section .section-head p,
.brands-section .section-head p{
  margin:10px 0 0;
}
.products-section .section-head .section-feature-image,
.why-us .section-head .section-feature-image,
.process-section .section-head .section-feature-image,
.industries-section .section-head .section-feature-image,
.brands-section .section-head .section-feature-image{
  margin:16px 0 0;
}
.products-section .section-head .section-feature-image img,
.why-us .section-head .section-feature-image img,
.process-section .section-head .section-feature-image img,
.industries-section .section-head .section-feature-image img,
.brands-section .section-head .section-feature-image img{
  max-height:200px;
}
.products-section .products-grid{gap:24px;margin:0;}
.why-us .why-grid{gap:22px;margin:0;}
.why-us .counters{margin-top:8px;gap:20px;}
.process-section .process-track{margin-top:0;gap:18px;}
.industries-section .industries-grid{gap:22px;margin:0;}
.brands-section .brands-grid{gap:26px;margin:0;}
.products-section .product-card{padding:22px;}
.products-section .product-img{
  min-height:0;max-height:none;margin-bottom:14px;
}
.products-section .product-img img{
  height:auto;width:100%;max-height:200px;object-fit:cover;
}
.products-section .product-img:not(:has(img)){
  min-height:100px;padding:18px;
}
.products-section .product-card p{margin-bottom:8px;}
.products-section .product-apps{margin-bottom:12px;}
.why-us .why-card{padding:28px 18px;}
.why-us .why-icon{width:60px;height:60px;margin-bottom:12px;}
.why-us .why-icon i{font-size:1.5rem;}
.process-section .process-circle{width:64px;height:64px;margin-bottom:10px;}
.process-section .process-step h4{margin:0;}
.industries-section .industry-card{padding:26px 18px;}
.industries-section .industry-card i{margin-bottom:10px;font-size:1.8rem;}
.brands-section .brand-card{padding:32px 26px;}
.brands-section .brand-card h3{font-size:1.6rem;margin-bottom:4px;color:#fff;}
.brands-section .brand-card .brand-tagline{color:#fff;opacity:1;}
.brands-section .brand-card .brand-desc{color:rgba(255,255,255,.95);margin:0;}

/* ---------------- Testimonials ---------------- */
.testimonial-track{
  display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;
  -webkit-overflow-scrolling:touch;scrollbar-width:thin;
}
.testimonial-card{
  min-width:min(340px,calc(100vw - 80px));flex-shrink:0;scroll-snap-align:start;
  background:#fff;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-soft);
}
.testimonial-stars{color:var(--orange);margin-bottom:10px;}
.testimonial-card p{font-size:.95rem;line-height:1.7;color:var(--text-muted);}
.testimonial-card h4{font-family:var(--ff-heading);font-size:1rem;font-weight:700;margin-top:12px;letter-spacing:-.01em;}
.testimonial-card span{color:var(--text-muted);font-size:.8rem;letter-spacing:.02em;}

/* ---------------- CTA ---------------- */
.cta-section{
  background:linear-gradient(135deg,var(--green-900),var(--green-700));
  padding:var(--section-y) 0;text-align:center;color:#fff;position:relative;overflow:hidden;
}
.cta-inner h2{color:#fff;margin-bottom:12px;font-weight:800;letter-spacing:-.03em;}
.cta-inner p{color:rgba(255,255,255,.88);margin-bottom:24px;font-size:1.05rem;line-height:1.75;}
.cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.cta-section .btn-outline{border-color:#fff;color:#fff;}
.cta-section .btn-outline:hover{background:#fff;color:var(--green-900);}
.cta-leaf{position:absolute;border-radius:0 60% 0 60%;background:rgba(255,255,255,.08);}
.leaf-1{width:180px;height:180px;top:-60px;left:-60px;}
.leaf-2{width:240px;height:240px;bottom:-80px;right:-80px;}

/* ---------------- Footer ---------------- */
.site-footer{background:#0f2c12;color:#cfe4cf;padding:48px 0 0;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.2fr;gap:28px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08);}
.footer-col h4{color:#fff;margin-bottom:14px;font-size:1rem;}
.footer-col a,.footer-col p{display:block;color:#a9c4a9;margin-bottom:8px;font-size:.9rem;}
.footer-col a:last-child,.footer-col p:last-child{margin-bottom:0;}
.footer-col a:hover{color:var(--orange);}
.footer-brand .logo-text{color:#fff;font-size:1.6rem;}
.footer-brand p{margin:10px 0;color:#a9c4a9;}
.social-icons{display:flex;gap:12px;}
.social-icons a{
  width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;
}
.social-icons a:hover{background:var(--green-700);}
.footer-bottom{
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;
  padding:18px 24px;max-width:1240px;margin:0 auto;font-size:.82rem;color:#8fae8f;
}
.footer-legal a{margin-left:18px;color:#8fae8f;}

/* ---------------- Floating Buttons ---------------- */
.floating-btn{
  position:fixed;width:54px;height:54px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.3rem;z-index:900;box-shadow:0 10px 24px rgba(0,0,0,.2);
  cursor:pointer;border:none;transition:.3s;
}
.floating-whatsapp{background:#25D366;bottom:26px;right:26px;}
.floating-call{background:var(--green-700);bottom:92px;right:26px;}
.floating-top{background:var(--orange);bottom:158px;right:26px;opacity:0;pointer-events:none;}
.floating-top.show{opacity:1;pointer-events:auto;}
.floating-btn:hover{transform:scale(1.1);}

/* ---------------- Page Header (inner pages) ---------------- */
.page-hero{
  padding:calc(var(--header-offset) + 28px) 0 48px;text-align:center;
  background:linear-gradient(180deg,var(--green-100),#fff);
}
.page-hero h1{margin-bottom:10px;font-weight:800;letter-spacing:-.03em;}
.page-hero .container > p:not(.breadcrumb){
  margin-top:12px;font-size:1.05rem;line-height:1.75;color:var(--text-muted);max-width:640px;margin-left:auto;margin-right:auto;
}
.breadcrumb{
  color:var(--text-muted);font-size:.86rem;margin-bottom:0;
  font-family:var(--ff-accent);letter-spacing:.02em;
}
.breadcrumb a{color:var(--green-700);}
.page-hero-feature{
  max-width:620px;margin:14px auto 0;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);
}
.page-hero-feature img{width:100%;height:auto;max-height:220px;object-fit:cover;}

/* ---------------- About Page ---------------- */
.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;}
.value-card{padding:22px;background:var(--green-100);border-radius:18px;text-align:center;}
.timeline-vert{max-width:700px;margin:0 auto;position:relative;padding-left:40px;}
.timeline-vert::before{content:'';position:absolute;left:10px;top:0;bottom:0;width:2px;background:var(--green-100);}
.timeline-item{position:relative;margin-bottom:28px;}
.timeline-item:last-child{margin-bottom:0;}
.timeline-item::before{
  content:'';position:absolute;left:-34px;top:4px;width:14px;height:14px;border-radius:50%;
  background:var(--green-700);border:3px solid var(--orange-light);
}
.timeline-item .year{color:var(--orange);font-weight:700;font-family:var(--ff-heading);}
.founder-section{display:grid;grid-template-columns:340px 1fr;gap:var(--grid-gap);align-items:center;}
.founder-photo{
  aspect-ratio:1/1;max-height:360px;border-radius:28px;background:var(--green-100);
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.founder-photo i{font-size:5rem;color:var(--green-700);opacity:.4;}
.founders-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.founder-card{
  background:#fff;border:1px solid rgba(46,125,50,.08);border-radius:var(--radius);
  padding:22px;box-shadow:var(--shadow-soft);
}
.founder-card h3{margin-top:12px;}
.founder-photo img{width:100%;height:100%;object-fit:cover;border-radius:28px;}

/* ---------------- Products/Book Order Page ---------------- */
.order-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--grid-gap);align-items:start;}
.product-select-card{
  display:flex;flex-wrap:wrap;gap:14px;align-items:center;background:#fff;border:1px solid #eee;
  border-radius:16px;padding:14px;margin-bottom:12px;transition:.3s;
}
.product-select-card:last-child{margin-bottom:0;}
.product-select-card .info{min-width:0;flex:1 1 180px;}
.product-select-card:hover{box-shadow:var(--shadow-soft);}
.product-select-card .thumb{
  width:70px;height:70px;border-radius:12px;background:var(--green-100);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;
}
.product-select-card .thumb i{color:var(--green-700);font-size:1.6rem;}
.product-select-card .info h4{font-family:var(--ff-heading);font-size:.98rem;}
.product-select-card .info p{font-size:.8rem;margin:4px 0;}
.qty-control{display:flex;align-items:center;gap:10px;}
.qty-control button{
  width:30px;height:30px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer;
}
.qty-control input{width:40px;text-align:center;border:none;font-weight:600;}
.size-select{padding:6px 10px;border-radius:8px;border:1px solid #ddd;font-size:.8rem;}

.order-form{
  background:var(--green-100);border-radius:var(--radius);padding:28px;position:sticky;top:120px;
}
.form-group{margin-bottom:14px;}
.form-group:last-child{margin-bottom:0;}
.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:6px;color:var(--text-dark);}
.form-group input,.form-group textarea,.form-group select{
  width:100%;padding:13px 16px;border-radius:12px;border:1px solid #d8e5d8;
  font-family:var(--ff-body);font-size:.9rem;background:#fff;
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.selected-summary{background:#fff;border-radius:12px;padding:14px;margin-bottom:18px;font-size:.85rem;}

/* ---------------- Contact Page ---------------- */
.contact-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:var(--grid-gap);}
.contact-info-card{
  background:var(--green-900);color:#fff;border-radius:var(--radius);padding:28px;
}
.contact-info-card h3{color:#fff;margin-bottom:0;}
.contact-info-image{margin-bottom:14px;border-radius:14px;overflow:hidden;}
.contact-info-image img{width:100%;height:auto;max-height:180px;object-fit:cover;}
.contact-info-item{display:flex;gap:12px;margin:16px 0;align-items:flex-start;}
.contact-info-item:last-of-type{margin-bottom:0;}
.contact-info-item i{color:var(--orange);font-size:1.2rem;margin-top:3px;}
.map-embed{margin-top:18px;border-radius:16px;overflow:hidden;height:auto;min-height:180px;aspect-ratio:16/10;}
.map-embed iframe{width:100%;height:100%;min-height:180px;border:0;}
.contact-form-card{background:#fff;border:1px solid #eee;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-soft);}

/* ---------------- Alerts ---------------- */
.alert{padding:16px 20px;border-radius:12px;margin-bottom:20px;font-size:.9rem;}
.alert-success{background:#e6f7e8;color:var(--green-900);border:1px solid #b6e3ba;}
.alert-error{background:#fdeceb;color:#a4302a;border:1px solid #f5c2be;}

.contact-form-card h3,.contact-info-card h3{margin-bottom:14px;}
.order-layout > div > h3{margin-bottom:16px;}
.order-form > h3{margin-bottom:4px;}

/* Trim trailing space inside sections */
section .container > *:last-child{margin-bottom:0;}
section .container > .section-head + *{margin-top:0;}

/* ---------------- Reveal Animation base ---------------- */
.reveal-up{will-change:transform;}

/* ---------------- Responsive ---------------- */

/* Large tablets / small laptops */
@media(max-width:1100px){
  .about-grid,.founder-section{gap:24px;}
  .order-layout,.contact-layout{gap:24px;}
  .footer-grid{gap:22px;}
}

/* Tablets */
@media(max-width:1000px){
  .about-grid,.founder-section,.order-layout,.contact-layout,.founders-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:22px;}
  .counters{grid-template-columns:repeat(2,1fr);}
  .order-form{position:static;top:auto;}
  .founder-section{max-width:520px;margin:0 auto;}
}

/* Mobile landscape / small tablets */
@media(max-width:800px){
  :root{
    --section-y:52px;--section-y-sm:40px;--section-head-gap:32px;
    --header-offset:76px;--home-section-y:40px;--home-block-gap:24px;
  }
  .main-nav{display:none;}
  .hamburger{display:flex;}
  .site-header{padding:16px 0;}
  .site-header.scrolled{padding:10px 0;}
  .mobile-nav{
    position:absolute;left:0;right:0;top:100%;z-index:999;
    max-height:calc(100vh - 70px);max-height:calc(100dvh - 70px);overflow-y:auto;
  }
  section{padding:var(--section-y) 0;}
  .section-head{margin-bottom:var(--section-head-gap);}
  .process-track::before{display:none;}
  .process-track{flex-direction:column;align-items:center;}
  .process-step{min-width:auto;width:100%;max-width:300px;}
  .page-hero{padding:calc(var(--header-offset) + 12px) 0 28px;}
  .cta-section{padding:var(--section-y) 0;}
  .site-footer{padding-top:40px;}
  .hero{padding:calc(var(--header-offset) + 16px) 0 36px;}
  .hero.hero--video{min-height:min(88vh,760px);}
  .hero.hero--video::after{height:72px;}
  .hero.hero--video .hero-video-wrap .hero-overlay{
    background:
      linear-gradient(180deg,rgba(18,52,22,.82) 0%,rgba(18,52,22,.5) 42%,rgba(18,52,22,.78) 100%);
  }
  .hero.hero--video .hero-inner{
    min-height:min(88vh,760px);
    padding:calc(var(--header-offset) + 28px) 16px 56px;
    text-align:center;align-items:center;
  }
  .hero.hero--video .hero-inner h1,
  .hero.hero--video .hero-inner p{margin-left:auto;margin-right:auto;}
  .hero.hero--video .hero-inner h1::before{margin-left:auto;margin-right:auto;}
  .hero.hero--video .hero-cta{justify-content:center;}
  .hero-inner{padding:22px 18px;border-radius:18px;}
  .hero-inner p{font-size:1rem;margin-bottom:20px;}
  .hero-floats .floating-bottle{width:50px;height:50px;}
  .hero-floats .leaf-particle{width:12px;height:12px;}
  .about-grid{gap:22px;}
  .brand-card{padding:30px 22px;}
  .contact-info-card,.contact-form-card,.order-form{padding:22px;}
  .header-actions .btn-sm{padding:8px 14px;font-size:.78rem;}
  .counters{margin-top:32px;}
  .why-us .counters{margin-top:4px;}
  .process-section .process-track{margin-top:0;}
}

/* Large phones */
@media(max-width:600px){
  :root{
    --section-y:44px;--section-y-sm:32px;--section-head-gap:28px;
    --home-section-y:32px;--home-block-gap:20px;
  }
  .container,.header-inner{padding:0 16px;}
  .footer-grid{grid-template-columns:1fr;gap:22px;}
  .form-row{grid-template-columns:1fr;}
  .about-points{grid-template-columns:1fr;gap:12px;margin:16px 0;}
  .about-grid{gap:20px;}
  .counters{gap:16px;margin-top:28px;}
  .why-us .counters{margin-top:4px;}
  .counter-num{font-size:2.2rem;}
  .testimonial-card{min-width:min(340px,calc(100vw - 56px));padding:20px;}
  .testimonial-track{gap:16px;}
  .brands-grid{grid-template-columns:1fr;}
  .product-select-card .info{flex:1 1 100%;}
  .btn{padding:14px 26px;font-size:.9rem;}
  .hero-cta{gap:12px;}
  .hero-cta .btn{flex:1 1 calc(50% - 6px);min-width:130px;}
  .page-hero{padding:calc(var(--header-offset) + 8px) 0 24px;}
  .page-hero-feature img{max-height:180px;}
  .section-feature-image img{max-height:180px;}
  .footer-bottom{
    flex-direction:column;align-items:center;text-align:center;
    padding:16px;
  }
  .footer-legal{margin-top:6px;}
  .footer-legal a{margin:0 9px;}
  .floating-btn{width:50px;height:50px;font-size:1.15rem;}
  .floating-whatsapp{bottom:calc(20px + env(safe-area-inset-bottom,0px));right:16px;}
  .floating-call{bottom:calc(82px + env(safe-area-inset-bottom,0px));right:16px;}
  .floating-top{bottom:calc(144px + env(safe-area-inset-bottom,0px));right:16px;}
  .logo-text{font-size:1.25rem;}
  .logo-img{height:38px;}
  .timeline-vert{padding-left:30px;}
  .brand-card h3{font-size:1.5rem;}
  .cta-leaf.leaf-1{width:120px;height:120px;}
  .cta-leaf.leaf-2{width:160px;height:160px;}
  .contact-info-card,.contact-form-card,.order-form{padding:18px;}
  .form-group input,.form-group textarea,.form-group select{font-size:16px;}
  section{padding:var(--section-y) 0;}
  .section-head{margin-bottom:var(--section-head-gap);}
  .why-card{padding:22px 14px;}
  .industry-card{padding:22px 14px;}
  .product-card{padding:20px;}
  .products-section .product-card{padding:18px;}
  .why-us .why-card{padding:22px 16px;}
  .brands-section .brand-card{padding:26px 20px;}
}

/* Small phones */
@media(max-width:400px){
  :root{--section-y:36px;--section-head-gap:24px;--home-section-y:28px;--home-block-gap:18px;}
  .container,.header-inner{padding:0 14px;}
  .header-actions{gap:10px;}
  .header-actions .btn-sm{padding:7px 12px;font-size:.72rem;}
  .logo-text{font-size:1.05rem;}
  .logo-img{height:34px;}
  .hero-inner{padding:18px 14px;}
  .hero.hero--video .hero-inner{padding:calc(var(--header-offset) + 22px) 14px 48px;}
  .hero.hero--video .hero-inner p{font-size:1rem;margin-bottom:22px;}
  .hero-cta .btn{flex:1 1 100%;width:100%;}
  .counter-num{font-size:1.9rem;}
  .counter-label{font-size:.82rem;}
  .testimonial-card{min-width:calc(100vw - 48px);}
  .page-hero{padding:calc(var(--header-offset) + 6px) 0 20px;}
  .founder-card{padding:18px;}
  .value-card{padding:18px 14px;}
  .footer-brand .logo-text{font-size:1.35rem;}
}

/* Touch devices — reduce hover transforms that can cause layout jank */
@media(hover:none) and (pointer:coarse){
  .product-card:hover,.why-card:hover,.industry-card:hover,.brand-card:hover{transform:none;}
  .btn-primary:hover,.btn-outline:hover,.btn-orange:hover{transform:none;}
  .floating-btn:hover{transform:none;}
}
@media (prefers-reduced-motion:reduce){
  .hero.hero--video .hero-video-wrap video{animation:none;transform:scale(1.05);}
}