:root{
  --bg:#ffffff;
  --bg2:#f5f7f4;
  --text:#141612;
  --muted:#5f665c;
  --card:#ffffff;
  --line:rgba(20,22,18,.12);
  --shadow:0 18px 45px rgba(20,22,18,.12);
  --shadow2:0 10px 25px rgba(20,22,18,.10);

  --green:#3C9324;
  --green2:#2F7D1D;
  --honey:#F0A617;
  --ink:#1b1f13;
  --radius:20px;
  --radius2:26px;

  --font-head:'Montserrat',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --font-body:'Nunito',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
button{font:inherit}

.container{
  width:min(1120px, calc(100% - 40px));
  margin-inline:auto;
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:16px; top:16px;
  width:auto;height:auto;
  background:#fff;
  padding:10px 12px;
  border-radius:12px;
  box-shadow:var(--shadow2);
  z-index:9999;
}

.topbar{
  background:linear-gradient(90deg, rgba(60,147,36,.14), rgba(240,166,23,.12));
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-weight:700;
  font-size:13px;
}
.topbar__right{display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end}
.toplink{
  font-weight:700;
  font-size:14px;
  opacity:.9;
}
.toplink:hover{opacity:1; text-decoration:underline}

.navbar{
  position:sticky;
  top:0;
  background:rgba(255,255,255,.88);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid var(--line);
  z-index:50;
}
.nav__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand__logo{
  width:44px;height:44px;
  border-radius:14px;
  box-shadow:0 10px 20px rgba(20,22,18,.10);
  border:1px solid var(--line);
  background:#fff;
}
.brand__text{font-family:var(--font-head); line-height:1.05}
.brand__text strong{font-weight:800}
.brand__text span{font-weight:700; color:var(--muted); font-size:13px}

.nav__toggle{
  display:none;
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow2);
  cursor:pointer;
}
.nav__toggle span{
  display:block;
  width:18px;height:2px;
  background:var(--ink);
  margin:5px auto;
  border-radius:99px;
}

.nav__links{
  display:flex;
  align-items:center;
  gap:18px;
  font-weight:800;
  font-family:var(--font-head);
}
.nav__links a{opacity:.9}
.nav__links a:hover{opacity:1}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:16px;
  background:linear-gradient(135deg, var(--green), var(--green2));
  color:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 14px 26px rgba(60,147,36,.22);
  font-weight:800;
  letter-spacing:.2px;
  transition:transform .18s ease, box-shadow .18s ease;
}
.btn:hover{transform:translateY(-1px); box-shadow:0 18px 32px rgba(60,147,36,.26)}
.btn:active{transform:translateY(0)}
.btn--ghost{
  background:#fff;
  color:var(--ink);
  box-shadow:var(--shadow2);
}
.btn--ghost:hover{box-shadow:var(--shadow)}
.btn--small{padding:10px 12px; border-radius:14px; font-size:14px}

.hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}
.hero__bg{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 500px at 20% 20%, rgba(240,166,23,.16), transparent 60%),
    radial-gradient(900px 500px at 80% 10%, rgba(60,147,36,.18), transparent 55%),
    linear-gradient(180deg, #ffffff, #fbfcfb);
}
.hero__inner{
  position:relative;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:34px;
  padding:48px 0;
}
.hero__copy h1{
  font-family:var(--font-head);
  font-weight:900;
  letter-spacing:-.5px;
  line-height:1.05;
  font-size:clamp(36px, 4vw, 54px);
  margin:0 0 12px;
}
.hero__copy p{margin:0 0 18px; color:var(--muted); font-size:18px; max-width:55ch}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:12px}
.hero__meta{
  margin-top:22px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.meta-card{
  padding:12px 14px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow2);
}
.meta-card__kicker{font-size:12px; color:var(--muted); font-weight:800; font-family:var(--font-head)}
.meta-card__value{font-weight:900; font-family:var(--font-head)}

.hero__media{display:grid; gap:14px; align-content:start}
.hero__frame{
  border-radius:var(--radius2);
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.hero__frame img{width:100%; height:auto}
.hero__mini{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.hero__mini img{
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow2);
  height:130px;
  width:100%;
  object-fit:cover;
}

.section{padding:64px 0}
.section--alt{background:var(--bg2); border-block:1px solid var(--line)}
.section__head{margin-bottom:18px}
.section__head h2{
  font-family:var(--font-head);
  font-weight:900;
  letter-spacing:-.3px;
  margin:0 0 6px;
  font-size:32px;
}
.section__head p{margin:0; color:var(--muted)}

.grid-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:22px;
  align-items:start;
}
.lead{font-size:18px; color:var(--muted); margin:10px 0 14px}
.checks{padding-left:0; margin:0; list-style:none; display:grid; gap:10px}
.checks li{
  padding-left:32px;
  position:relative;
  font-weight:700;
}
.checks li::before{
  content:"✓";
  position:absolute; left:0; top:0;
  width:24px;height:24px;
  display:grid; place-items:center;
  border-radius:10px;
  background:rgba(60,147,36,.14);
  color:var(--green2);
  font-weight:900;
}

.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius2);
  box-shadow:var(--shadow2);
  padding:18px;
}
.card--soft{
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
}
.card h3{margin:0 0 10px; font-family:var(--font-head); font-weight:900}
.stack{display:grid; gap:10px; margin-top:12px}

.cards{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}
.product-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow2);
  transition:transform .18s ease, box-shadow .18s ease;
}
.product-card:hover{transform:translateY(-2px); box-shadow:var(--shadow)}
.product-card img{
  width:100%;
  height:160px;
  object-fit:cover;
}
.product-card__body{padding:14px}
.product-card__body h3{
  margin:0 0 6px;
  font-family:var(--font-head);
  font-weight:900;
  font-size:16px;
}
.product-card__body p{margin:0 0 10px; color:var(--muted); font-weight:700; font-size:14px}
.product-card__body ul{margin:0; padding-left:18px; color:var(--muted); font-weight:700; font-size:13px}
.product-card__body li{margin:4px 0}

.gallery{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}
.gallery__item{
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow2);
  border:1px solid var(--line);
  transition:transform .18s ease, box-shadow .18s ease;
}
.gallery__item:hover{transform:translateY(-2px); box-shadow:var(--shadow)}
.gallery__item img{width:100%; height:170px; object-fit:cover}

.lightbox{
  position:fixed;
  inset:0;
  display:none;
  z-index:1000;
}
.lightbox.is-open{display:block}
.lightbox__backdrop{
  position:absolute; inset:0;
  background:rgba(20,22,18,.62);
}
.lightbox__dialog{
  position:relative;
  width:min(1050px, calc(100% - 28px));
  margin: clamp(24px, 6vh, 60px) auto;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  display:grid;
  grid-template-columns: 54px 1fr 54px;
  align-items:stretch;
}
.lightbox__figure{margin:0; padding:0; display:grid}
.lightbox__figure img{
  width:100%;
  height:min(70vh, 620px);
  object-fit:contain;
  background:#0f120d;
}
.lightbox__figure figcaption{
  padding:12px 14px;
  font-weight:900;
  font-family:var(--font-head);
  color:var(--ink);
  border-top:1px solid var(--line);
}
.lightbox__close{
  position:absolute;
  right:12px; top:12px;
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow2);
  cursor:pointer;
}
.lightbox__nav{
  border:0;
  background:rgba(255,255,255,.92);
  cursor:pointer;
  font-size:34px;
  color:var(--ink);
}
.lightbox__nav:hover{background:#fff}
.lightbox__nav--prev{border-right:1px solid var(--line)}
.lightbox__nav--next{border-left:1px solid var(--line)}

.video-card{padding:0; overflow:hidden}
.video{
  position:relative;
  padding-top:56.25%;
}
.video iframe{
  position:absolute; inset:0;
  width:100%; height:100%;
}

.pill-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.pill{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-weight:900;
  font-family:var(--font-head);
  font-size:13px;
  color:var(--muted);
}

.social-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  margin-top:16px;
}
.muted{color:var(--muted)}
.fb-embed{
  margin:12px 0;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow2);
  background:#fff;
}
.fb-embed iframe{width:100%}
.ig-placeholder{
  display:flex;
  gap:12px;
  align-items:center;
  border:1px dashed rgba(20,22,18,.25);
  border-radius:18px;
  padding:14px;
  background:rgba(60,147,36,.06);
  margin:12px 0;
}
.ig-placeholder__icon{
  width:44px;height:44px;
  display:grid; place-items:center;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow2);
  font-size:20px;
}

.contact-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:16px;
  margin-top:16px;
}
.form{display:grid; gap:12px}
.form label{display:grid; gap:6px; font-weight:900; font-family:var(--font-head); font-size:13px}
.form input, .form textarea{
  font:inherit;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px 12px;
  outline:none;
  background:#fff;
}
.form input:focus, .form textarea:focus{
  border-color:rgba(60,147,36,.55);
  box-shadow:0 0 0 4px rgba(60,147,36,.14);
}
.form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.form__actions{display:flex; gap:10px; flex-wrap:wrap; align-items:center}
.hint{margin:0; color:var(--muted); font-size:13px; font-weight:700}
.map{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow2);
  background:#fff;
  margin:12px 0;
}
.map iframe{
  width:100%;
  height:320px;
  border:0;
}

.contact-actions{display:flex; gap:10px; flex-wrap:wrap}

.float-wa{
  position:fixed;
  right:18px;
  bottom:18px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, #25D366, #1fae57);
  color:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  z-index:60;
  font-weight:900;
  font-family:var(--font-head);
}
.float-wa:hover{transform:translateY(-1px)}
.float-wa__icon{font-size:18px}
.float-wa__text{font-size:14px}

.footer{
  padding:26px 0 34px;
  border-top:1px solid var(--line);
  background:#fff;
}
.footer__inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap:14px;
  align-items:start;
}
.footer__brand{display:flex; gap:12px; align-items:center}
.footer__brand img{
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
}
.footer__links{display:flex; gap:14px; flex-wrap:wrap; font-weight:900; font-family:var(--font-head)}
.footer__links a{opacity:.85}
.footer__links a:hover{opacity:1; text-decoration:underline}
.footer__meta{justify-self:end; text-align:right; color:var(--muted); font-weight:800}
.footer__meta p{margin:8px 0 0}
.footer__meta a{text-decoration:underline}

/*
  Progressive enhancement:
  - Without JS, content should be visible (no blank sections).
  - With JS (html.js), we animate elements as they enter the viewport.
*/
.reveal{opacity:1; transform:none;}
html.js .reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .55s ease, transform .55s ease;
  transition-delay:var(--d, 0ms);
}
html.js .reveal.is-visible{opacity:1; transform:translateY(0);}

/* Responsive */
@media (max-width: 980px){
  .hero__inner{grid-template-columns:1fr; padding:34px 0}
  .hero__mini img{height:120px}
  .cards{grid-template-columns:repeat(2, 1fr)}
  .gallery{grid-template-columns:repeat(3, 1fr)}
  .grid-2{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer__inner{grid-template-columns:1fr; text-align:left}
  .footer__meta{justify-self:start; text-align:left}
}
@media (max-width: 700px){
  .nav__toggle{display:block}
  .nav__links{
    position:fixed;
    left:14px; right:14px; top:76px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    padding:14px;
    box-shadow:var(--shadow);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }
  .nav__links.is-open{display:flex}
  .nav__links a{padding:10px 12px; border-radius:14px; background:rgba(60,147,36,.06)}
  .nav__links a.btn{background:linear-gradient(135deg, var(--green), var(--green2))}
  .gallery{grid-template-columns:repeat(2, 1fr)}
  .gallery__item img{height:150px}
  .product-card img{height:150px}
  .form__row{grid-template-columns:1fr}
  .float-wa__text{display:none}
  .lightbox__dialog{grid-template-columns:44px 1fr 44px}
}
