:root{
  --green-900:#0a4d2f;
  --green-800:#12643d;
  --green-700:#2f8a4b;
  --green-500:#58a95f;
  --cream:#f7f3e9;
  --sand:#ece4d4;
  --white:#fff;
  --text:#202821;
  --muted:#657066;
  --border:#dfe7df;
  --shadow:0 18px 50px rgba(28,74,43,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--green-900);color:#fff;font-size:.86rem}
.topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.topbar__links{display:flex;gap:24px}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(10,77,47,.08)}
.header__inner{min-height:88px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;margin-right:auto;flex:none}
.brand img{display:block;width:220px;height:auto;max-height:72px;object-fit:contain;object-position:left center}
.nav{display:flex;gap:28px;align-items:center}
.nav a{font-size:.92rem;font-weight:700;text-transform:uppercase;position:relative}
.nav a:after{content:"";position:absolute;left:0;bottom:-10px;width:0;height:2px;background:var(--green-700);transition:.25s}
.nav a:hover:after,.nav a.active:after{width:100%}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:10px;font-weight:700;transition:.25s;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn--whatsapp,.btn--primary{background:var(--green-700);color:#fff}
.btn--outline{border-color:var(--green-700);color:var(--green-800);background:#fff}
.btn--light{background:#fff;color:var(--green-900)}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{display:block;width:26px;height:2px;background:var(--green-900);margin:5px}
.hero{
  position:relative;
  overflow:hidden;
  min-height:650px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(250,248,241,.98) 0%,rgba(250,248,241,.92) 33%,rgba(250,248,241,.40) 54%,rgba(250,248,241,0) 72%),
    url("../assets/banner-palmito.webp") center center/cover no-repeat;
  padding:88px 0 70px
}
.hero__grid{display:block}
.hero__content{max-width:680px;position:relative;z-index:2}
.eyebrow{display:inline-block;color:var(--green-700);font-size:.78rem;text-transform:uppercase;letter-spacing:.22em;font-weight:800;margin-bottom:14px}
.hero h1,.section h2,.cta h2{font-family:"Playfair Display",serif;line-height:1.05;margin:0}
.hero h1{font-size:clamp(3rem,5.5vw,5.6rem);max-width:680px}
.hero h1 span{display:block;color:var(--green-800)}
.hero__content>p{font-size:1.12rem;color:var(--muted);max-width:620px;margin:26px 0}
.hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.hero__proof{display:flex;gap:34px;margin-top:38px;padding-top:28px;border-top:1px solid rgba(10,77,47,.15)}
.hero__proof div{display:flex;flex-direction:column}
.hero__proof strong{font-size:1.3rem;color:var(--green-800)}
.hero__proof span{font-size:.83rem;color:var(--muted)}
.hero__visual{position:relative;min-height:520px;display:grid;place-items:center}
.hero-card{width:min(470px,100%);height:500px;border-radius:42px;background:linear-gradient(145deg,#cbd9bc,#f2ead7);position:relative;box-shadow:var(--shadow);overflow:hidden}
.hero-card__leaf{position:absolute;right:36px;top:28px;font-size:5rem;transform:rotate(-18deg)}
.hero-card__jar{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);width:215px;z-index:3}
.jar__lid{height:26px;background:linear-gradient(#c6a45c,#8e733a);border-radius:8px 8px 3px 3px}
.jar__glass{height:285px;border:6px solid rgba(255,255,255,.78);border-top:3px solid rgba(255,255,255,.55);border-radius:0 0 34px 34px;background:rgba(255,255,255,.42);position:relative;overflow:hidden;box-shadow:inset 0 0 24px rgba(255,255,255,.8)}
.jar__label{position:absolute;left:14px;right:14px;top:90px;background:var(--green-800);color:#fff;text-align:center;padding:18px 8px;border-radius:10px;z-index:2}
.jar__label span{display:block;font-family:"Playfair Display";font-size:1.5rem}
.jar__label small{font-size:.55rem;letter-spacing:.15em}
.jar__pieces{display:flex;gap:8px;justify-content:center;align-items:flex-end;height:100%;padding:12px}
.jar__pieces i{display:block;width:24px;height:145px;background:#f5efcf;border-radius:20px;box-shadow:inset -4px 0 5px rgba(0,0,0,.06)}
.hero-card__board{position:absolute;left:40px;right:40px;bottom:74px;height:74px;background:#9d7041;border-radius:50%;transform:perspective(400px) rotateX(66deg)}
.hero-card__caption{position:absolute;left:0;right:0;bottom:22px;text-align:center;color:var(--green-900);font-weight:700}
.hero__shape{display:none}
.hero__shape--one{width:220px;height:220px;background:#b9d2ad;left:-80px;top:40px}
.hero__shape--two{width:180px;height:180px;background:#f0dcb8;right:-60px;bottom:20px}
.features{background:#fff;border-bottom:1px solid var(--border)}
.features__grid{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0}
.feature{display:flex;gap:15px;padding:16px 24px;border-right:1px solid var(--border)}
.feature:last-child{border-right:0}
.feature>span{width:48px;height:48px;display:grid;place-items:center;background:#edf6ed;border-radius:50%;font-size:1.4rem;flex:none}
.feature h3{margin:0 0 3px;font-size:1rem}
.feature p{margin:0;color:var(--muted);font-size:.88rem}
.section{padding:100px 0}
.section-heading{text-align:center;max-width:740px;margin:0 auto 46px}
.section-heading--left{text-align:left;margin-left:0}
.section-heading h2,.about h2{font-size:clamp(2.2rem,4vw,3.6rem)}
.section-heading p{color:var(--muted)}
.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;align-items:stretch}
.product-card{
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 34px rgba(26,73,42,.08);
  transition:transform .28s ease,box-shadow .28s ease;
  display:flex;
  flex-direction:column
}
.product-card:hover{transform:translateY(-8px);box-shadow:0 22px 50px rgba(26,73,42,.16)}
.product-card__image{
  height:245px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#f7f2e8
}



.product-card__body{padding:20px}
.product-card h3{margin:0 0 6px;font-size:1.12rem}
.product-card p{color:var(--muted);font-size:.9rem;min-height:68px}
.product-card a,.text-link,.recipe-card a{color:var(--green-700);font-weight:800}
.about{background:var(--cream)}
.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about__photo{height:480px;border-radius:var(--radius);background:linear-gradient(rgba(5,55,31,.15),rgba(5,55,31,.35)),radial-gradient(circle at 30% 30%,#d9e8c8 0 12%,transparent 13%),linear-gradient(145deg,#6f9d62,#193e2b);position:relative;overflow:hidden}
.about__photo:before,.about__photo:after{content:"";position:absolute;bottom:-40px;border-radius:50% 50% 0 0;background:#3c6b43}
.about__photo:before{width:420px;height:230px;left:-40px}
.about__photo:after{width:420px;height:280px;right:-120px;background:#29553a}
.about__photo span{position:absolute;left:28px;bottom:24px;color:#fff;font-family:"Playfair Display";font-size:2rem;z-index:2}
.about__content p{color:var(--muted)}
.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.benefit{padding:34px;border:1px solid var(--border);border-radius:20px;text-align:center}
.benefit span{font-size:2.4rem}
.benefit h3{margin:12px 0 6px}
.benefit p{margin:0;color:var(--muted)}
.recipes{background:#f9fbf8}
.recipes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.recipe-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 32px rgba(26,73,42,.08)}
.recipe-card__image{height:210px;display:grid;place-items:center;background:linear-gradient(145deg,#f0eadb,#dfead9);font-size:5rem}
.recipe-card>div:last-child{padding:22px}
.recipe-card span{font-size:.8rem;color:var(--green-700);font-weight:800}
.recipe-card h3{font-family:"Playfair Display";font-size:1.4rem;margin:8px 0 14px}
.cta{padding:70px 0;background:linear-gradient(135deg,var(--green-900),var(--green-700));color:#fff}
.cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.cta h2{font-size:clamp(2rem,4vw,3.5rem);max-width:760px}
.cta p{max-width:760px;color:rgba(255,255,255,.78)}
.eyebrow--light{color:#cde6cf}
.footer{background:#10251a;color:#fff;padding:70px 0 20px}
.footer__grid{display:grid;grid-template-columns:1.6fr .7fr 1fr;gap:60px}
.brand--footer{background:#fff;border-radius:12px;padding:8px 12px}
.brand--footer img{width:230px}
.footer p,.footer a,.footer span{color:#b9c5bd}
.footer h4{margin:0 0 14px}
.footer__grid>div{display:flex;flex-direction:column;align-items:flex-start}
.footer__bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:20px;font-size:.84rem}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#29b65b;color:#fff;display:grid;place-items:center;font-size:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.2);z-index:60}
.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}
@media (max-width:1050px){
  .nav{position:fixed;left:0;right:0;top:126px;background:#fff;padding:24px;display:none;flex-direction:column;border-bottom:1px solid var(--border)}
  .nav.open{display:flex}
  .menu-toggle{display:block}
  .header__cta{display:none}
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .features__grid{grid-template-columns:repeat(2,1fr)}
  .feature:nth-child(2){border-right:0}
}
@media (max-width:760px){
  .brand img{width:170px;max-height:58px}
  .brand--footer img{width:205px}
  .container{width:min(100% - 28px,1180px)}
  .topbar__links{display:none}
  .topbar__inner{justify-content:center;text-align:center}
  .header__inner{min-height:76px}
  .nav{top:114px}
  .hero{
    min-height:auto;
    padding:58px 0 360px;
    align-items:flex-start;
    background:
      linear-gradient(180deg,rgba(250,248,241,.99) 0%,rgba(250,248,241,.95) 42%,rgba(250,248,241,.18) 67%,rgba(250,248,241,0) 100%),
      url("../assets/banner-palmito.webp") 72% bottom/auto 100% no-repeat;
  }
  .hero__content{max-width:100%}
  .hero__grid,.about__grid{grid-template-columns:1fr}
  .hero__visual{min-height:420px}
  .hero-card{height:420px}
  .hero__proof{gap:16px;flex-wrap:wrap}
  .features__grid,.products-grid,.benefits__grid,.recipes__grid,.footer__grid{grid-template-columns:1fr}
  .feature{border-right:0;border-bottom:1px solid var(--border)}
  .feature:last-child{border-bottom:0}
  .products-grid{gap:16px}
  .product-card__image{height:250px}
  .cta__inner{flex-direction:column;align-items:flex-start}
  .footer__bottom{flex-direction:column;gap:8px}
  .section{padding:72px 0}
}


.product-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.product-card:hover .product-card__image img{transform:scale(1.035)}
.product-card__body{padding:22px;display:flex;flex-direction:column;flex:1}
.product-card__tag{
  align-self:flex-start;
  margin-bottom:10px;
  padding:5px 10px;
  border-radius:999px;
  background:#edf6ed;
  color:var(--green-800);
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em
}
.product-card h3{margin:0 0 8px;font-size:1.16rem}
.product-card p{color:var(--muted);font-size:.9rem;min-height:70px;margin:0 0 16px}
.product-card__details{margin:0 0 18px;padding-top:14px;border-top:1px solid var(--border)}
.product-card__details div{display:flex;justify-content:space-between;gap:12px;font-size:.8rem}
.product-card__details dt{color:var(--muted)}
.product-card__details dd{margin:0;font-weight:800;color:var(--text)}
.product-card__body>a{margin-top:auto;color:var(--green-700);font-weight:800}


/* =========================================================
   Verdejante v1.3.1 — Ajustes de responsividade mobile
   ========================================================= */

section[id]{
  scroll-margin-top:130px;
}

@media (max-width:760px){

  /* Cabeçalho mais compacto */
  .topbar{display:none}
  .header__inner{
    min-height:82px;
    padding:5px 0;
  }
  .brand img{
    width:158px;
    max-height:62px;
  }
  .menu-toggle{
    padding:10px 2px 10px 10px;
  }
  .nav{
    top:82px;
    max-height:calc(100vh - 82px);
    overflow-y:auto;
  }

  /* Hero: texto separado visualmente da foto */
  .hero{
    min-height:auto;
    padding:44px 0 270px;
    background:
      linear-gradient(
        180deg,
        rgba(250,248,241,1) 0%,
        rgba(250,248,241,1) 47%,
        rgba(250,248,241,.90) 58%,
        rgba(250,248,241,.10) 75%,
        rgba(250,248,241,0) 100%
      ),
      url("../assets/banner-palmito.webp") 68% bottom / auto 58% no-repeat;
  }

  .hero__content{
    max-width:100%;
  }

  .hero h1{
    font-size:clamp(2.45rem,11vw,3.45rem);
    line-height:1.02;
    letter-spacing:-.025em;
    margin-top:2px;
  }

  .hero__content>p{
    font-size:1rem;
    line-height:1.7;
    margin:20px 0 24px;
  }

  .hero__actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .hero__actions .btn{
    width:100%;
    min-height:54px;
    padding:0 18px;
  }

  .hero__proof{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-top:28px;
    padding-top:22px;
  }

  .hero__proof strong{
    font-size:1.1rem;
  }

  .hero__proof span{
    font-size:.74rem;
    line-height:1.35;
  }

  /* Seções mais equilibradas no celular */
  .section{
    padding:58px 0;
  }

  .section-heading{
    margin-bottom:30px;
  }

  .section-heading h2,
  .about h2{
    font-size:clamp(2rem,9vw,2.8rem);
    line-height:1.08;
  }

  .section-heading p{
    font-size:.98rem;
    line-height:1.6;
  }

  /* Cards: produto inteiro visível, sem recorte */
  .products-grid{
    gap:20px;
  }

  .product-card{
    border-radius:20px;
  }

  .product-card__image{
    height:235px;
    padding:10px;
    background:#f7f2e8;
  }

  .product-card__image img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    transform:none !important;
  }

  .product-card__body{
    padding:20px 20px 22px;
  }

  .product-card h3{
    font-size:1.12rem;
    line-height:1.25;
  }

  .product-card p{
    min-height:auto;
    font-size:.9rem;
    line-height:1.55;
  }

  .product-card__details div{
    font-size:.82rem;
  }

  /* WhatsApp sem cobrir informações dos cards */
  .floating-whatsapp{
    width:52px;
    height:52px;
    right:16px;
    bottom:18px;
    font-size:1.3rem;
  }

  /* Evita título escondido atrás do header ao clicar no menu */
  #inicio,#empresa,#produtos,#receitas,#beneficios,#contato{
    scroll-margin-top:96px;
  }
}

@media (max-width:390px){
  .container{
    width:min(100% - 24px,1180px);
  }

  .brand img{
    width:148px;
  }

  .hero{
    padding-top:38px;
    padding-bottom:250px;
  }

  .hero h1{
    font-size:2.35rem;
  }

  .hero__proof{
    grid-template-columns:repeat(3,1fr);
    gap:4px;
  }

  .hero__proof strong{
    font-size:1rem;
  }

  .hero__proof span{
    font-size:.68rem;
  }

  .product-card__image{
    height:220px;
  }
}


/* =========================================================
   Verdejante v1.3.2 — Mobile redesign
   ========================================================= */

.hero__mobile-photo{display:none}

@media (max-width:760px){

  /* Header não cobre mais nenhuma parte do conteúdo */
  .header{
    position:relative;
    top:auto;
  }

  .header__inner{
    min-height:74px;
    padding:6px 0;
  }

  .brand img{
    width:148px;
    max-height:56px;
  }

  .nav{
    top:74px;
  }

  /* Hero realmente pensado para celular */
  .hero{
    display:block;
    min-height:0;
    padding:34px 0 0;
    background:#faf8f1 !important;
    overflow:hidden;
  }

  .hero .container{
    width:100%;
  }

  .hero__content{
    width:min(100% - 32px, 660px);
    margin:0 auto;
  }

  .hero .eyebrow{
    margin-bottom:10px;
    font-size:.69rem;
  }

  .hero h1{
    font-size:clamp(2.15rem,10.5vw,3rem);
    line-height:1.02;
    letter-spacing:-.035em;
    margin:0;
  }

  .hero h1 span{
    margin-top:2px;
  }

  .hero__content>p{
    margin:18px 0 22px;
    font-size:.98rem;
    line-height:1.62;
  }

  .hero__actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .hero__actions .btn{
    min-height:52px;
    width:100%;
    font-size:.94rem;
    border-radius:12px;
  }

  .hero__proof{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-top:24px;
    padding:20px 0 22px;
    border-top:1px solid rgba(10,77,47,.15);
  }

  .hero__proof div{
    min-width:0;
  }

  .hero__proof strong{
    font-size:1.05rem;
  }

  .hero__proof span{
    font-size:.68rem;
    line-height:1.25;
  }

  /* Foto fica separada do texto e com altura controlada */
  .hero__mobile-photo{
    display:block;
    width:100%;
    height:245px;
    margin-top:0;
    background:
      linear-gradient(180deg,rgba(250,248,241,.12),rgba(250,248,241,0)),
      url("../assets/banner-palmito.webp") 70% center / cover no-repeat;
  }

  /* Faixa de benefícios mais compacta */
  .features__grid{
    padding:14px 0;
  }

  .feature{
    padding:14px 8px;
  }

  /* Título da seção Produtos */
  .section-heading{
    margin-bottom:24px;
  }

  .section-heading h2,
  .about h2{
    font-size:clamp(1.9rem,8.5vw,2.55rem);
  }

  .section-heading p{
    font-size:.94rem;
  }

  /* Cards compactos e produto inteiro visível */
  .products-grid{
    gap:18px;
  }

  .product-card{
    border-radius:18px;
  }

  .product-card__image{
    height:230px;
    padding:16px 12px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .product-card__image img{
    width:auto !important;
    height:198px !important;
    max-width:90% !important;
    max-height:198px !important;
    object-fit:contain !important;
    object-position:center !important;
    transform:none !important;
  }

  .product-card:hover .product-card__image img{
    transform:none !important;
  }

  .product-card__body{
    padding:18px 18px 20px;
  }

  .product-card__tag{
    margin-bottom:8px;
    padding:4px 9px;
    font-size:.66rem;
  }

  .product-card h3{
    font-size:1.08rem;
    margin-bottom:7px;
  }

  .product-card p{
    font-size:.86rem;
    line-height:1.5;
    margin-bottom:13px;
  }

  .product-card__details{
    margin-bottom:14px;
    padding-top:12px;
  }

  .product-card__details div{
    font-size:.78rem;
  }

  .product-card__body>a{
    font-size:.92rem;
  }

  .floating-whatsapp{
    width:48px;
    height:48px;
    right:14px;
    bottom:14px;
  }

  #inicio,#empresa,#produtos,#receitas,#beneficios,#contato{
    scroll-margin-top:16px;
  }
}

@media (max-width:390px){
  .hero__content{
    width:min(100% - 26px,660px);
  }

  .hero h1{
    font-size:2.15rem;
  }

  .hero__mobile-photo{
    height:220px;
    background-position:72% center;
  }

  .product-card__image{
    height:215px;
  }

  .product-card__image img{
    height:184px !important;
    max-height:184px !important;
  }
}


/* =========================================================
   Verdejante v1.3.3 — Banner novo + produtos transparentes
   ========================================================= */

/* Desktop */
.hero{
  background:
    linear-gradient(90deg,
      rgba(250,248,241,.96) 0%,
      rgba(250,248,241,.88) 31%,
      rgba(250,248,241,.50) 47%,
      rgba(250,248,241,.05) 68%,
      rgba(250,248,241,0) 100%),
    url("../assets/banner-verdejante-v133.webp") center center / cover no-repeat !important;
}

.product-card__image{
  background:#f7f3e9 !important;
}

.product-card__image img{
  object-fit:contain !important;
  filter:drop-shadow(0 14px 14px rgba(36,49,39,.14));
}

/* A imagem já é transparente: o fundo agora pertence ao card */
.product-card:hover .product-card__image img{
  transform:translateY(-4px) scale(1.025);
}

@media (max-width:760px){

  .hero{
    background:#faf8f1 !important;
  }

  .hero__mobile-photo{
    display:block;
    width:calc(100% - 28px);
    max-width:660px;
    height:260px;
    margin:0 auto 14px;
    border-radius:18px;
    overflow:hidden;
    background:
      linear-gradient(180deg,rgba(250,248,241,.02),rgba(250,248,241,.04)),
      url("../assets/banner-verdejante-mobile-v133.webp") 58% center / cover no-repeat !important;
    box-shadow:0 12px 32px rgba(28,74,43,.10);
  }

  .product-card__image{
    height:240px;
    padding:10px 14px 4px;
    background:#f7f3e9 !important;
  }

  .product-card__image img{
    width:auto !important;
    height:218px !important;
    max-width:92% !important;
    max-height:218px !important;
    object-fit:contain !important;
    filter:drop-shadow(0 11px 12px rgba(36,49,39,.14));
  }

  .product-card:hover .product-card__image img{
    transform:none !important;
  }
}

@media (max-width:390px){
  .hero__mobile-photo{
    height:225px;
    background-position:60% center !important;
  }

  .product-card__image{
    height:220px;
  }

  .product-card__image img{
    height:198px !important;
    max-height:198px !important;
  }
}

/* =========================================================
   Verdejante v1.3.4 — acabamento dos cards
   ========================================================= */
.product-card__image{
  background:transparent !important;
}
.product-card{
  background:#fff !important;
}
.product-card__image img{
  filter:drop-shadow(0 12px 10px rgba(30,45,35,.16));
}
@media(max-width:760px){
  .product-card__image{
    background:transparent !important;
  }
}

/* Verdejante v1.3.5 — catálogo confirmado */
.product-card__details--catalog{display:grid;gap:8px}
.product-card__details--catalog div{display:flex;justify-content:space-between;gap:16px}
.product-card__details--catalog strong{text-align:right}
.product-card__image img{max-width:92%;max-height:92%}
@media(max-width:760px){
 .product-card__image{height:255px!important}
 .product-card__image img{height:auto!important;max-height:230px!important;width:auto!important;max-width:94%!important}
}

/* =========================================================
   Verdejante v1.3.9 — Logo maior
   ========================================================= */

.brand img{
  width:300px !important;
  max-height:96px !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:left center !important;
}

.header__inner{
  min-height:108px;
}

.brand--footer img{
  width:280px !important;
  max-height:none !important;
}

@media (max-width:1050px){
  .brand img{
    width:250px !important;
    max-height:84px !important;
  }
}

@media (max-width:760px){
  .header__inner{
    min-height:92px;
  }

  .brand img{
    width:205px !important;
    max-height:74px !important;
  }

  .nav{
    top:92px !important;
  }

  .brand--footer img{
    width:225px !important;
  }
}

@media (max-width:390px){
  .brand img{
    width:190px !important;
  }
}

/* =========================================================
   Verdejante v1.4.0 — logo transparente otimizada
   ========================================================= */
.header__inner{
  min-height:92px !important;
}

.brand{
  display:flex;
  align-items:center;
  flex-shrink:0;
}

.brand img{
  width:330px !important;
  height:auto !important;
  max-height:82px !important;
  object-fit:contain !important;
  object-position:left center !important;
}

.brand--footer img{
  width:290px !important;
  height:auto !important;
  max-height:none !important;
}

@media (max-width:1050px){
  .brand img{
    width:280px !important;
    max-height:76px !important;
  }
}

@media (max-width:760px){
  .header__inner{
    min-height:82px !important;
  }

  .brand img{
    width:235px !important;
    max-height:68px !important;
  }

  .nav{
    top:82px !important;
  }

  .brand--footer img{
    width:240px !important;
  }
}

@media (max-width:390px){
  .brand img{
    width:215px !important;
    max-height:64px !important;
  }
}

/* v1.4.1 — institucional, sustentabilidade e bem-estar */
.wellness-section,.nutrition-section{padding:82px 0;background:#fff}
.wellness-intro,.nutrition-heading{max-width:820px;margin:0 auto 44px;text-align:center}
.eyebrow{display:inline-block;margin-bottom:14px;color:#2f8f55;font-size:.82rem;font-weight:800;letter-spacing:.18em}
.wellness-section h2,.responsibility-section h2,.nutrition-section h2{margin:0 0 18px;color:#17251c;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.05}
.wellness-intro p,.nutrition-heading p,.responsibility-copy p{color:#69736c;font-size:1.08rem;line-height:1.8}
.wellness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.info-card{padding:32px;border:1px solid #e3e8e3;border-radius:24px;background:#fbfcf9}
.info-icon{display:flex;width:54px;height:54px;align-items:center;justify-content:center;margin-bottom:20px;border-radius:50%;background:#edf7ed;font-size:1.55rem}
.info-card h3{margin:0 0 12px;color:#173d28;font-size:1.25rem}.info-card p{margin:0;color:#6c746e;line-height:1.7}
.responsibility-section{padding:82px 0;background:#f5f1e7}.responsibility-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:60px;align-items:center}
.responsibility-highlight{padding:38px;border-radius:26px;background:#145b3a;color:#fff}.responsibility-highlight strong{display:block;margin-bottom:12px;color:#c8ef99;font-size:.85rem;letter-spacing:.16em}
.responsibility-highlight span{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.7rem;line-height:1.3}
.nutrition-section{background:#f8fbf7}.nutrition-points{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.nutrition-item{padding:26px 22px;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(26,73,47,.07)}
.nutrition-item>span{display:flex;width:34px;height:34px;align-items:center;justify-content:center;margin-bottom:16px;border-radius:50%;background:#eaf6e9;color:#25854e;font-weight:900}
.nutrition-item strong{display:block;margin-bottom:8px;color:#173d28}.nutrition-item small{color:#737c76;font-size:.9rem;line-height:1.55}
.nutrition-note{margin:24px 0 0;color:#899089;text-align:center;font-size:.78rem}
@media(max-width:900px){.wellness-grid{grid-template-columns:1fr}.responsibility-grid{grid-template-columns:1fr;gap:30px}.nutrition-points{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.wellness-section,.nutrition-section,.responsibility-section{padding:56px 0}.wellness-intro,.nutrition-heading{text-align:left}.nutrition-points{grid-template-columns:1fr}.info-card{padding:25px}.responsibility-highlight{padding:28px}}


/* =========================================================
   Verdejante v1.4.2 — correções mobile
   ========================================================= */

/* Foto da fábrica: sem overlay textual cobrindo a imagem */
.about__photo span,
.about-photo span,
.factory-photo span,
.location-photo span,
.about__visual .photo-label,
.about__visual .image-label{
  display:none !important;
}

@media (max-width:760px){

  /* Foto da fábrica inteira e limpa */
  .about__photo,
  .about-photo,
  .factory-photo,
  .location-photo{
    position:relative;
    overflow:hidden;
    min-height:0;
    height:auto !important;
    aspect-ratio:16 / 10;
    border-radius:22px;
  }

  .about__photo::before,
  .about__photo::after,
  .about-photo::before,
  .about-photo::after,
  .factory-photo::before,
  .factory-photo::after,
  .location-photo::before,
  .location-photo::after{
    display:none !important;
    content:none !important;
  }

  .about__photo img,
  .about-photo img,
  .factory-photo img,
  .location-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
  }

  /* Rodapé: vira uma coluna no celular */
  .footer{
    padding:48px 0 20px;
  }

  .footer__grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:30px !important;
  }

  .footer__grid > div{
    width:100%;
    min-width:0;
  }

  .footer h4{
    margin-bottom:10px;
  }

  .footer a,
  .footer span,
  .footer p{
    overflow-wrap:anywhere;
    word-break:normal;
    white-space:normal;
  }

  .footer__grid > div:last-child a,
  .footer__grid > div:last-child span{
    display:block;
    line-height:1.65;
  }

  .footer__bottom{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px !important;
    margin-top:30px;
    padding-top:18px;
  }

  .brand--footer{
    padding:7px 10px;
  }

  .brand--footer img{
    width:215px !important;
    max-width:100%;
  }
}

@media (max-width:420px){
  .footer{
    padding-left:0;
    padding-right:0;
  }

  .footer .container{
    width:min(100% - 30px,1180px);
  }

  .footer a,
  .footer span,
  .footer p{
    font-size:.92rem;
  }
}


/* =========================================================
   Verdejante v1.4.3 — foto real da fábrica + logo atual
   ========================================================= */

/* Remove SOMENTE a arte/overlay antigo da área da fábrica */
.about__photo{
  height:auto;
  aspect-ratio:16 / 10;
  background:none !important;
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
}
.about__photo::before,
.about__photo::after,
.about__photo > span{
  display:none !important;
  content:none !important;
}
.about__photo > img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

/* A logo nova é mais horizontal: ocupa melhor o cabeçalho sem deformar */
.brand img{
  width:auto;
  height:auto;
  max-width:260px;
  max-height:82px;
  object-fit:contain;
  display:block;
}

@media (max-width:760px){
  .about__photo{
    width:100%;
    height:auto !important;
    aspect-ratio:16 / 10;
    border-radius:22px;
  }
  .about__photo > img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
  }

  .brand img{
    width:auto;
    height:auto;
    max-width:220px;
    max-height:72px;
  }
}

/* =========================================================
   Verdejante v1.4.4 — dados completos da empresa
   ========================================================= */
.footer-contact-complete,
.footer-company-complete{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
  min-width:0;
}
.footer-contact-complete a,
.footer-contact-complete span,
.footer-company-complete a,
.footer-company-complete span{
  color:#b9c5bd;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.footer-map-link{
  margin-top:8px;
  color:#d5ef9f !important;
  font-weight:700;
}
.footer__grid{
  grid-template-columns:1.35fr .65fr 1fr 1.15fr;
  gap:42px;
}
@media(max-width:1000px){
  .footer__grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .footer__grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  .footer-contact-complete,
  .footer-company-complete{
    width:100%;
  }
}

.products-grid--featured{grid-template-columns:repeat(3,1fr);max-width:980px;margin:0 auto;gap:26px}
.products-grid--featured .product-card__image{height:310px}
.products-grid--featured .product-card__image img{max-width:88%;max-height:280px;object-fit:contain}
.catalog-cta{margin-top:44px;padding:30px 34px;border-radius:24px;background:#f4f0e5;display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid #e7e0d0}
.catalog-cta h3{margin:0 0 8px;color:#173d28;font-size:1.5rem}.catalog-cta p{margin:0;color:#6e766f}
.kit-section{padding:92px 0;background:linear-gradient(145deg,#edf5e9,#f8f3e8);overflow:hidden}
.kit-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.kit-image img{display:block;width:100%;max-height:620px;object-fit:contain;filter:drop-shadow(0 22px 26px rgba(25,59,34,.16))}
.kit-content h2{margin:0 0 18px;font-family:Georgia,"Times New Roman",serif;color:#17251c;font-size:clamp(2.3rem,4vw,4rem);line-height:1.04}
.kit-lead{margin:0 0 28px;color:#667069;font-size:1.08rem;line-height:1.75}
.kit-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;margin-bottom:22px}
.kit-list div{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:14px;background:rgba(255,255,255,.62)}
.kit-list span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#e4f1dd;color:#216c40;font-weight:800;font-size:.82rem}
.kit-list p{margin:0;color:#344039;font-size:.9rem;line-height:1.35}
.kit-badge{display:inline-flex;margin-bottom:24px;padding:10px 14px;border-radius:999px;background:#145b3a;color:#fff;font-weight:700;font-size:.9rem}
@media(max-width:900px){.products-grid--featured{grid-template-columns:1fr;max-width:620px}.catalog-cta{flex-direction:column;align-items:flex-start}.kit-grid{grid-template-columns:1fr;gap:34px}}
@media(max-width:600px){.products-grid--featured .product-card__image{height:245px}.products-grid--featured .product-card__image img{max-height:220px}.catalog-cta{padding:24px 22px}.catalog-cta .btn,.kit-whatsapp{width:100%;text-align:center;justify-content:center}.kit-section{padding:60px 0}.kit-image img{max-height:440px}.kit-list{grid-template-columns:1fr}}

/* v1.4.6 — Palminatta transparente */
.products-grid--featured .product-card__image img[src*="palminatta-transparente"]{
  object-fit:contain !important;
  background:transparent !important;
}
