
:root{
  --green:#0b6b38;
  --green-dark:#064b27;
  --green-soft:#e9f5ee;
  --accent:#d5a62a;
  --ink:#18211b;
  --muted:#68726b;
  --line:#dfe6e1;
  --soft:#f6f8f6;
  --white:#ffffff;
  --shadow:0 16px 50px rgba(16, 48, 28, .10);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.5}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 32px));margin:auto}
.topbar{background:var(--green-dark);color:#eafff1;font-size:.88rem}
.topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.topbar__links{display:flex;gap:18px}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header__inner{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand__mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-weight:900;font-size:1.35rem;box-shadow:inset 0 0 0 5px #d8eedf}
.brand__text{display:flex;flex-direction:column;line-height:1.15;white-space:nowrap}
.brand__text strong{font-size:1rem}
.brand__text small{margin-top:5px;color:var(--muted)}
.search{display:flex;background:var(--soft);border:1px solid var(--line);border-radius:999px;overflow:hidden}
.search:focus-within{outline:3px solid rgba(11,107,56,.12);border-color:var(--green)}
.search input{width:100%;border:0;background:transparent;padding:13px 16px;outline:0}
.search button{border:0;background:transparent;padding:0 18px;font-size:1.35rem;color:var(--green)}
.header__actions{display:flex;align-items:center;gap:14px}
.header-action,.quote-button{display:flex;align-items:center;gap:9px;border:0;background:transparent;color:var(--ink)}
.header-action span,.quote-button>span:first-child{font-size:1.2rem}
.header-action div,.quote-button>span:last-child{display:flex;flex-direction:column;line-height:1.05;text-align:left}
.header-action small,.quote-button small{color:var(--muted);font-size:.72rem;margin-bottom:5px}
.header-action strong,.quote-button strong{font-size:.82rem}
.quote-button{padding:10px 13px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}
.nav{border-top:1px solid var(--line)}
.nav__inner{min-height:48px;display:flex;align-items:center}
.nav__toggle{display:none}
.nav__links{display:flex;align-items:center;justify-content:space-between;width:100%;gap:18px}
.nav__links a{font-size:.88rem;font-weight:700;padding:14px 0}
.nav__links a:hover{color:var(--green)}
.hero{padding:70px 0;background:linear-gradient(135deg,#f7fbf8 0%,#eef7f1 60%,#fff8e5 100%)}
.hero__grid{display:grid;grid-template-columns:1.35fr .65fr;gap:46px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--green);font-size:.76rem}
.hero h1{font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.045em;max-width:850px;margin:15px 0 18px}
.hero__content>p{font-size:1.12rem;color:var(--muted);max-width:720px}
.hero__actions{display:flex;gap:12px;margin:28px 0 34px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 18px;border:1px solid transparent;font-weight:800;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn--primary{background:var(--green);color:white}
.btn--outline{background:white;color:var(--green);border-color:#b9d8c5}
.btn--small{font-size:.82rem;padding:10px 12px;width:100%}
.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hero__stats div{display:flex;flex-direction:column;padding:14px 0;border-top:1px solid #cfe0d5}
.hero__stats strong{font-size:1.2rem}.hero__stats span{color:var(--muted);font-size:.82rem}
.hero__panel{background:var(--green-dark);color:white;border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.hero__panel-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.75rem;font-weight:800}
.hero__panel h2{font-size:2rem;line-height:1.1;margin:18px 0 12px}
.hero__panel p{color:#d8eade}
.hero__panel-list{display:grid;gap:12px;margin-top:25px}
.section{padding:78px 0}
.section--soft{background:var(--soft)}
.section--dark{background:var(--green-dark);color:white;padding:34px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section-heading h2{font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:-.03em;margin:7px 0 0}
.section-heading>a{color:var(--green);font-weight:800}
.mode-label{background:var(--green-soft);color:var(--green);padding:7px 10px;border-radius:999px;font-size:.76rem;font-weight:800}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-card{min-height:155px;border:1px solid var(--line);border-radius:18px;padding:22px;background:white;display:flex;flex-direction:column;transition:.2s}
.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bad5c4}
.category-card>span{font-size:2rem;margin-bottom:16px}
.category-card strong{font-size:1.04rem}
.category-card small{color:var(--muted);margin-top:5px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:white;border:1px solid var(--line);border-radius:18px;padding:14px;display:flex;flex-direction:column;min-width:0}
.product-card__image{height:190px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#eef4f0,#faf6eb);font-size:4rem}
.product-card__category{color:var(--green);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin:15px 0 6px}
.product-card h3{margin:0;font-size:1.08rem}.product-card p{color:var(--muted);font-size:.9rem;flex:1}
.story{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}
.story__visual{min-height:380px;border-radius:28px;background:linear-gradient(135deg,var(--green-dark),var(--green));color:white;padding:34px;display:flex;flex-direction:column;justify-content:end;box-shadow:var(--shadow)}
.story__year{font-size:5rem;font-weight:900;line-height:1}
.story__visual p{max-width:350px;color:#d9eee1}
.story__content h2{font-size:clamp(2rem,3.5vw,3.3rem);line-height:1.05;letter-spacing:-.035em;margin:10px 0 18px}
.story__content p{color:var(--muted);font-size:1.02rem}
.story__content .btn{margin-top:14px}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.benefits div{display:grid;grid-template-columns:auto 1fr;gap:0 10px;align-items:center}
.benefits span{grid-row:1/3;font-size:1.4rem}.benefits strong{font-size:.95rem}.benefits small{color:#cfe6d7}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-card{border:1px solid var(--line);border-radius:18px;padding:22px;background:white;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}
.service-card>span{font-size:1.8rem}.service-card div{display:flex;flex-direction:column}.service-card small{color:var(--muted);margin-top:4px}.service-card b{color:var(--green)}
.contact{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:40px;border:1px solid var(--line);border-radius:24px}
.contact h2{font-size:clamp(1.8rem,3vw,2.8rem);margin:8px 0}.contact p{color:var(--muted);max-width:700px}
.contact__actions{display:flex;gap:10px;flex-wrap:wrap}
.footer{background:#101713;color:#eaf2ed;padding:54px 0 24px}
.footer__grid{display:grid;grid-template-columns:1.5fr .75fr 1fr;gap:40px}
.footer__grid>div{display:flex;flex-direction:column;gap:10px}
.footer__grid p,.footer__grid a,.footer__grid small{color:#aebbb2}
.brand--footer .brand__text strong{color:white}
.footer__bottom{border-top:1px solid #2d3831;margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;color:#87938b;font-size:.82rem}
.mobile-bar{display:none}
.drawer{position:fixed;inset:0;z-index:100;pointer-events:none}
.drawer.is-open{pointer-events:auto}
.drawer__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35);opacity:0;transition:.25s}
.drawer.is-open .drawer__backdrop{opacity:1}
.drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(440px,92vw);background:white;transform:translateX(100%);transition:.25s;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.2)}
.drawer.is-open .drawer__panel{transform:translateX(0)}
.drawer__header,.drawer__footer{padding:22px;border-bottom:1px solid var(--line)}
.drawer__footer{border-top:1px solid var(--line);border-bottom:0;margin-top:auto;display:grid;gap:10px}
.drawer__header{display:flex;align-items:center;justify-content:space-between}
.drawer__header h2{margin:2px 0}.drawer__header small{color:var(--green);font-weight:800}
.drawer__header button{border:0;background:transparent;font-size:2rem}
.drawer__items{padding:20px;display:grid;gap:12px;overflow:auto}
.quote-item{border:1px solid var(--line);border-radius:14px;padding:14px;display:flex;justify-content:space-between;gap:12px}
.quote-item button{border:0;background:transparent;color:#a43d3d}
.empty{color:var(--muted)}
@media(max-width:1040px){
  .header__inner{grid-template-columns:auto 1fr}.header__actions{grid-column:1/-1;justify-content:space-between;padding-bottom:14px}.search{max-width:none}
  .hero__grid,.story{grid-template-columns:1fr}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  body{padding-bottom:66px}.topbar{display:none}.header{position:static}.header__inner{display:flex;flex-wrap:wrap;gap:12px;padding:12px 0}.brand{flex:1}.brand__text strong{font-size:.88rem}.search{order:3;width:100%}.header__actions{display:none}
  .nav__inner{display:block}.nav__toggle{display:block;width:100%;border:0;background:white;padding:14px 0;text-align:left;font-weight:800}.nav__links{display:none;flex-direction:column;align-items:flex-start;padding-bottom:12px}.nav__links.is-open{display:flex}
  .hero{padding:42px 0}.hero__grid{gap:26px}.hero h1{font-size:2.55rem}.hero__stats{grid-template-columns:1fr}.hero__panel{padding:25px}
  .section{padding:52px 0}.section-heading{align-items:flex-start;flex-direction:column}.category-grid,.product-grid,.service-grid,.benefits{grid-template-columns:1fr}
  .category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:135px;padding:17px}
  .contact{padding:26px;flex-direction:column;align-items:flex-start}.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:8px}
  .mobile-bar{position:fixed;z-index:80;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);background:white;border-top:1px solid var(--line);box-shadow:0 -8px 30px rgba(0,0,0,.08)}
  .mobile-bar a,.mobile-bar button{border:0;background:white;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:9px 4px;font-size:1.1rem}.mobile-bar small{font-size:.7rem;font-weight:800}
}


/* Refinamentos visuais profissionais */
body{
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background:#fbfcfb;
}
.header{
  box-shadow:0 8px 28px rgba(12,42,24,.05);
}
.brand__mark{
  background:linear-gradient(145deg,#0b6b38,#084f2b);
  border:1px solid rgba(255,255,255,.25);
}
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(213,166,42,.12), transparent 24%),
    radial-gradient(circle at 10% 90%, rgba(11,107,56,.09), transparent 28%),
    linear-gradient(135deg,#f9fcfa 0%,#eef6f0 55%,#fffaf0 100%);
}
.hero::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  right:-180px;
  bottom:-240px;
  border:1px solid rgba(11,107,56,.10);
}
.hero__content,.hero__panel{position:relative;z-index:1}
.hero__panel{
  background:linear-gradient(155deg,#073f22 0%,#0b6b38 100%);
  border:1px solid rgba(255,255,255,.08);
}
.btn{
  box-shadow:0 6px 18px rgba(11,107,56,.08);
}
.btn--primary{
  background:linear-gradient(135deg,#0b6b38,#08532d);
}
.category-card,
.product-card,
.service-card,
.contact{
  box-shadow:0 8px 26px rgba(18,45,28,.045);
}
.category-card{
  border-color:#e4ebe6;
}
.category-card>span{
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#f0f7f3;
}
.product-card{
  transition:.2s ease;
}
.product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(18,45,28,.10);
}
.product-card__image{
  border:1px solid #e8eee9;
}
.section--soft{
  background:linear-gradient(180deg,#f7f9f7,#f3f6f4);
}
.service-grid{
  grid-template-columns:repeat(4,1fr);
}
.service-card{
  min-height:120px;
  transition:.2s ease;
}
.service-card:hover{
  transform:translateY(-3px);
  border-color:#b9d8c5;
}
.contact{
  background:linear-gradient(135deg,#ffffff 0%,#f7fbf8 100%);
}
.footer{
  background:linear-gradient(180deg,#0c1410,#101713);
}
@media(max-width:1040px){
  .service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .service-grid{grid-template-columns:1fr}
}


/* Fase 1 — refinamento visual premium */
.hero__grid--premium{
  grid-template-columns:1.15fr .85fr;
  gap:54px;
}
.hero__highlights{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:32px;
}
.highlight-chip{
  display:flex;
  align-items:center;
  gap:10px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(11,107,56,.12);
  padding:11px 13px;
  border-radius:14px;
  backdrop-filter:blur(8px);
}
.highlight-chip>span{
  width:28px;height:28px;border-radius:50%;
  background:var(--green-soft);
  color:var(--green);
  display:grid;place-items:center;
  font-weight:900;
}
.highlight-chip div{display:flex;flex-direction:column;line-height:1.15}
.highlight-chip strong{font-size:.82rem}
.highlight-chip small{font-size:.72rem;color:var(--muted);margin-top:3px}

.hero-showcase{display:grid;gap:14px}
.hero-showcase__main{
  min-height:330px;
  border-radius:30px;
  padding:30px;
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.13), transparent 27%),
    linear-gradient(145deg,#063c20,#0b6b38);
  color:white;
  box-shadow:0 26px 70px rgba(6,60,32,.20);
  position:relative;
  overflow:hidden;
}
.hero-showcase__main::after{
  content:"";
  position:absolute;
  width:220px;height:220px;border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
  right:-75px;bottom:-100px;
}
.hero-showcase__tag{
  display:inline-flex;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  padding:7px 10px;
  font-size:.73rem;
  font-weight:800;
}
.hero-showcase__icon{
  font-size:4rem;
  margin:28px 0 8px;
}
.hero-showcase__main h2{
  font-size:2rem;
  line-height:1.08;
  margin:8px 0 10px;
}
.hero-showcase__main p{color:#dcebe1;max-width:430px}
.hero-showcase__main a{display:inline-block;margin-top:12px;color:white;font-weight:800}
.hero-showcase__mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.mini-promo{
  background:white;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:0 10px 28px rgba(18,45,28,.05);
}
.mini-promo>span{
  width:44px;height:44px;border-radius:13px;background:#f0f7f3;
  display:grid;place-items:center;font-size:1.45rem
}
.mini-promo div{display:flex;flex-direction:column}
.mini-promo small{color:var(--muted);margin-top:2px;font-size:.75rem}

.retail-trust{
  background:white;
  border-bottom:1px solid var(--line);
}
.retail-trust__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}
.retail-trust__grid>div{
  display:flex;
  align-items:center;
  gap:12px;
  padding:22px 18px;
  border-right:1px solid var(--line);
}
.retail-trust__grid>div:last-child{border-right:0}
.retail-trust__grid>div>span{font-size:1.5rem}
.retail-trust__grid div div{display:flex;flex-direction:column}
.retail-trust__grid small{color:var(--muted);font-size:.76rem;margin-top:3px}

.category-grid{grid-template-columns:repeat(3,1fr)}
.category-card{
  min-height:118px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
  padding:18px;
  overflow:hidden;
  position:relative;
}
.category-card>span{margin:0}
.category-card>div{display:flex;flex-direction:column}
.category-card>b{color:var(--green);font-size:1.1rem}
.category-card::after{
  content:"";
  position:absolute;
  width:90px;height:90px;border-radius:50%;
  right:-46px;bottom:-50px;
  background:rgba(11,107,56,.045);
}
.category-card:hover b{transform:translateX(3px)}
.category-card b{transition:.2s}

.promo-band{
  background:linear-gradient(135deg,#0b6b38,#064b27);
  color:white;
}
.promo-band__inner{
  min-height:190px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.promo-band h2{font-size:clamp(2rem,3vw,3rem);margin:6px 0}
.promo-band p{margin:0;color:#d9ebdf}
.eyebrow--light{color:#d7f2e0}
.btn--light{background:white;color:var(--green-dark);border-color:white}

.brands-section{padding-top:62px;padding-bottom:62px}
.section-heading--center{text-align:center;justify-content:center}
.section-heading--center p{color:var(--muted);max-width:700px;margin:10px auto 0}
.brand-strip{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  margin-top:28px;
}
.brand-pill{
  min-height:84px;
  display:grid;
  place-items:center;
  background:white;
  border:1px solid var(--line);
  border-radius:16px;
  font-weight:900;
  color:#788078;
  letter-spacing:.06em;
  box-shadow:0 8px 22px rgba(18,45,28,.035);
}

@media(max-width:1040px){
  .hero__grid--premium{grid-template-columns:1fr}
  .retail-trust__grid{grid-template-columns:repeat(2,1fr)}
  .retail-trust__grid>div:nth-child(2){border-right:0}
  .retail-trust__grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .brand-strip{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .hero-showcase__mini-grid{grid-template-columns:1fr}
  .retail-trust__grid{grid-template-columns:1fr}
  .retail-trust__grid>div{border-right:0;border-bottom:1px solid var(--line)}
  .retail-trust__grid>div:last-child{border-bottom:0}
  .category-grid{grid-template-columns:1fr}
  .promo-band__inner{padding:34px 0;flex-direction:column;align-items:flex-start}
  .brand-strip{grid-template-columns:repeat(2,1fr)}
}


/* =========================================================
   CATÁLOGO REAL JD
   ========================================================= */
.catalog-results__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:24px;
}
.catalog-results__top p{
  margin:8px 0 0;
  color:var(--muted);
}
.catalog-tools{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.clear-filter{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--green);
  border-radius:12px;
  font-weight:800;
}
.product-card__image--real{
  width:100%;
  height:210px;
  object-fit:contain;
  background:#fff;
}
.product-card__sku,
.product-card__unit,
.product-card__barcode{
  display:block;
  color:var(--muted);
  font-size:.78rem;
  margin-top:4px;
}
.product-card__price{
  display:block;
  margin:10px 0;
  color:var(--green-dark);
  font-size:1.25rem;
}
.product-card__footer{
  display:grid;
  gap:8px;
}
.product-card__details{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  font-size:.82rem;
  font-weight:800;
  color:var(--green);
  padding:9px 10px;
  border:1px solid #c8ddcf;
  border-radius:10px;
  background:#fff;
}
.product-card__details:hover{
  background:var(--green-soft);
}
.catalog-empty{
  grid-column:1/-1;
  padding:35px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  text-align:center;
}
.catalog-empty p{
  color:var(--muted);
}
.category-card__count{
  color:var(--green);
  font-weight:800;
  margin-top:5px;
}
.pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  margin:34px 0 12px;
}
.pagination a,
.pagination span.page-current{
  min-width:42px;
  height:42px;
  padding:0 12px;
  border-radius:10px;
  border:1px solid var(--line);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--green-dark);
  font-weight:800;
}
.pagination a:hover{
  border-color:var(--green);
  background:var(--green-soft);
}
.pagination span.page-current{
  background:var(--green);
  color:#fff;
  border-color:var(--green);
}
.pagination .dots{
  border:0;
  min-width:auto;
  padding:0 3px;
  color:var(--muted);
  background:transparent;
}
.page-summary{
  text-align:center;
  color:var(--muted);
  font-size:.8rem;
}
.quote-item{
  align-items:center;
}
.quote-item__content{
  display:grid;
  gap:4px;
}
.quote-item__content small{
  color:var(--muted);
}
.quote-item__actions{
  display:flex;
  align-items:center;
  gap:6px;
}
.quote-qty{
  min-width:31px;
  height:31px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--green);
  font-weight:900;
}
.quote-remove{
  min-width:31px;
  height:31px;
  border:0;
  border-radius:8px;
  background:#fff1f1;
  color:#a43d3d;
  font-weight:900;
}
.quote-total{
  color:var(--muted);
  font-size:.8rem;
  text-align:center;
}
.product-detail-inline{
  grid-column:1/-1;
  display:none;
}
@media(max-width:760px){
  .catalog-results__top{
    align-items:flex-start;
    flex-direction:column;
  }
  .product-card__image--real{
    height:190px;
  }
}


/* =========================================================
   REFINO FASE 1 — HISTÓRIA, SERVIÇOS E LOCALIZAÇÃO
   ========================================================= */
.story--three{
  display:grid;
  grid-template-columns:minmax(220px,.8fr) minmax(300px,1.15fr) minmax(220px,.8fr);
  gap:24px;
  align-items:stretch;
}
.story-photo-card{
  margin:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(18,45,28,.06);
}
.story-photo-card img{
  display:block;
  width:100%;
  height:310px;
  object-fit:cover;
}
.story-photo-card figcaption{
  padding:12px 16px;
  font-weight:800;
  color:var(--green-dark);
  text-align:center;
  background:#fff;
}
.story__content--center{
  padding:28px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(145deg,#fff,#f7fbf8);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.story__content--center h3{
  margin:10px 0 16px;
  font-size:1.8rem;
  line-height:1.15;
}
.service-grid--enhanced{
  grid-template-columns:repeat(3,1fr);
}
.service-card--interactive{
  cursor:default;
  grid-column:span 2;
}
.ca-form{
  display:flex;
  gap:8px;
  margin-top:12px;
}
.ca-form input{
  min-width:0;
  flex:1;
  border:1px solid var(--line);
  border-radius:10px;
  padding:10px 12px;
  outline:none;
}
.ca-form input:focus{
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(11,107,56,.10);
}
.ca-form button{
  border:0;
  border-radius:10px;
  background:var(--green);
  color:#fff;
  padding:10px 14px;
  font-weight:800;
}
.location-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:stretch;
}
.location-content{
  padding:30px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
}
.location-content h2{
  font-size:clamp(2rem,3vw,3rem);
  margin:8px 0 14px;
}
.location-content p{color:var(--muted)}
.neighborhoods{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:20px 0 24px;
}
.neighborhoods span{
  padding:7px 10px;
  border-radius:999px;
  background:var(--green-soft);
  color:var(--green-dark);
  font-size:.78rem;
  font-weight:800;
}
.location-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.location-map{
  min-height:420px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#eef4f0;
}
.location-map iframe{
  width:100%;
  height:100%;
  min-height:420px;
  border:0;
}
.page-shell{
  padding:54px 0 80px;
}
.page-hero{
  background:linear-gradient(135deg,#f8fbf9,#eef7f1);
  padding:42px 0;
  border-bottom:1px solid var(--line);
}
.page-hero h1{
  margin:8px 0 10px;
  font-size:clamp(2rem,4vw,3.5rem);
}
.page-hero p{color:var(--muted);max-width:800px}
.tech-search{
  display:flex;
  gap:10px;
  margin:22px 0 28px;
}
.tech-search input{
  flex:1;
  min-width:0;
  border:1px solid var(--line);
  border-radius:12px;
  padding:13px 15px;
}
.tech-search button{
  border:0;
  border-radius:12px;
  background:var(--green);
  color:#fff;
  padding:0 20px;
  font-weight:800;
}
.tech-table-wrap{
  overflow:auto;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.tech-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}
.tech-table th,
.tech-table td{
  padding:13px 14px;
  border-bottom:1px solid var(--line);
  text-align:left;
}
.tech-table th{
  background:#f4f8f5;
  color:var(--green-dark);
}
.doc-status{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  font-size:.74rem;
  font-weight:800;
}
.doc-status--ok{background:#e7f6ed;color:#086132}
.doc-status--missing{background:#f3f3f3;color:#6d756f}
.video-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.video-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
}
.video-card iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  display:block;
}
.video-card h3{
  padding:16px;
  margin:0;
  font-size:1rem;
}
.delivery-rules{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:24px 0;
}
.delivery-rule{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:20px;
}
.delivery-rule span{font-size:1.7rem}
.delivery-rule h3{margin:10px 0 7px}
.delivery-rule p{color:var(--muted);margin:0}

@media(max-width:1040px){
  .story--three{grid-template-columns:1fr 1fr}
  .story__content--center{grid-column:1/-1;grid-row:1}
  .service-grid--enhanced{grid-template-columns:repeat(2,1fr)}
  .service-card--interactive{grid-column:1/-1}
  .location-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .story--three{grid-template-columns:1fr}
  .story__content--center{grid-column:auto;grid-row:auto}
  .story-photo-card img{height:260px}
  .service-grid--enhanced{grid-template-columns:1fr}
  .service-card--interactive{grid-column:auto}
  .ca-form,.tech-search{flex-direction:column}
  .video-grid,.delivery-rules{grid-template-columns:1fr}
}


/* =========================================================
   AJUSTES FINAIS SOLICITADOS — 06/09/2026
   ========================================================= */

/* Nossa História: três partes na MESMA LINHA em telas de computador/tablet. */
.story.story--three{
  display:grid !important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.16fr) minmax(0,.92fr) !important;
  gap:18px !important;
  align-items:stretch !important;
}
.story.story--three .story-photo-card{
  width:100%;
  max-width:none;
  min-width:0;
  align-self:stretch;
}
.story.story--three .story-photo-card img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:15 / 10;
  object-fit:cover;
  max-height:260px;
}
.story.story--three .story__content--center{
  min-width:0;
  padding:22px;
}
.story.story--three .story__content--center h3{
  font-size:1.45rem;
}
.story.story--three .story__content--center p{
  font-size:.92rem;
  line-height:1.55;
}

/* Central Técnica: cinco blocos alinhados em UMA linha no desktop. */
.service-grid.service-grid--enhanced{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:10px !important;
  align-items:stretch;
}
.service-grid.service-grid--enhanced .service-card,
.service-grid.service-grid--enhanced .service-card--interactive{
  grid-column:auto !important;
  min-width:0;
  padding:14px 12px !important;
  border-radius:14px;
  gap:8px;
}
.service-grid.service-grid--enhanced .service-card > span{
  font-size:1.35rem !important;
}
.service-grid.service-grid--enhanced .service-card strong{
  font-size:.86rem;
  line-height:1.2;
}
.service-grid.service-grid--enhanced .service-card small{
  font-size:.69rem;
  line-height:1.25;
}
.service-grid.service-grid--enhanced .service-card b{
  font-size:.9rem;
}
.service-grid.service-grid--enhanced .ca-form{
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
  margin-top:8px;
}
.service-grid.service-grid--enhanced .ca-form input{
  width:100%;
  min-height:34px;
  padding:7px 8px;
  font-size:.74rem;
}
.service-grid.service-grid--enhanced .ca-form button{
  min-height:34px;
  padding:7px 8px;
  font-size:.72rem;
}

/* Produtos: cartões menores e fotos na proporção 15 x 10. */
.product-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:12px !important;
}
.product-card{
  padding:11px !important;
  border-radius:14px !important;
}
.product-card__image,
.product-card__image--real{
  width:100% !important;
  height:auto !important;
  aspect-ratio:15 / 10;
  max-height:none !important;
  object-fit:contain !important;
  background:#fff;
  border-radius:10px;
}
.product-card h3{
  font-size:.84rem !important;
  line-height:1.3 !important;
  min-height:2.6em;
  margin:9px 0 6px !important;
}
.product-card__category{
  font-size:.66rem !important;
}
.product-card__sku,
.product-card__unit,
.product-card__barcode{
  font-size:.68rem !important;
  line-height:1.25;
}
.product-card .btn--small{
  min-height:36px;
  padding:8px 9px !important;
  font-size:.72rem !important;
}
.catalog-results__top{
  margin-bottom:18px !important;
}

/* Bairros em frase formal e compacta. */
.served-neighborhoods{
  color:var(--muted);
  margin:18px 0 22px;
  line-height:1.6;
}
.served-neighborhoods strong{
  color:var(--green-dark);
}

/* Mantém 3 colunas da história até telas médias; só empilha no celular. */
@media(max-width:1050px) and (min-width:701px){
  .story.story--three{
    grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr) minmax(0,.9fr) !important;
    gap:12px !important;
  }
  .story.story--three .story-photo-card img{
    max-height:220px;
  }
  .story.story--three .story__content--center{
    padding:16px;
  }
  .story.story--three .story__content--center h3{
    font-size:1.18rem;
  }
  .story.story--three .story__content--center p{
    font-size:.82rem;
  }

  .service-grid.service-grid--enhanced{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:7px !important;
  }
  .service-grid.service-grid--enhanced .service-card{
    padding:10px 8px !important;
  }

  .product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:700px){
  .story.story--three{
    grid-template-columns:1fr !important;
  }
  .service-grid.service-grid--enhanced{
    grid-template-columns:1fr !important;
  }
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:430px){
  .product-grid{
    grid-template-columns:1fr !important;
  }
}


/* =========================================================
   AJUSTES FINAIS — HISTÓRIA / DESTAQUES / CENTRAL TÉCNICA
   ========================================================= */

/* NOSSA HISTÓRIA: 3 elementos SEMPRE LADO A LADO em desktop/tablet */
@media (min-width: 701px){
  #empresa .story.story--three{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr) !important;
    gap:16px !important;
    align-items:stretch !important;
  }
  #empresa .story.story--three > *{
    min-width:0 !important;
    grid-column:auto !important;
    grid-row:auto !important;
  }
  #empresa .story-photo-card img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:15 / 10 !important;
    object-fit:cover !important;
    max-height:240px !important;
  }
  #empresa .story__content--center{
    padding:18px !important;
  }
}

/* Apenas no celular a história pode empilhar */
@media (max-width:700px){
  #empresa .story.story--three{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
}

/* DESTAQUES: cartões menores, foto 15x10 */
#produtos .product-grid{
  grid-template-columns:repeat(5, minmax(0,1fr)) !important;
  gap:10px !important;
}
#produtos .product-card{
  padding:9px !important;
  border-radius:12px !important;
}
#produtos .product-card__image,
#produtos .product-card__image--real{
  aspect-ratio:15 / 10 !important;
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  max-height:170px !important;
}
#produtos .product-card h3{
  font-size:.79rem !important;
  line-height:1.25 !important;
  margin:7px 0 5px !important;
  min-height:2.5em;
}
#produtos .product-card__category{
  font-size:.62rem !important;
}
#produtos .product-card__sku,
#produtos .product-card__unit,
#produtos .product-card__barcode{
  font-size:.64rem !important;
}
#produtos .product-card .btn{
  min-height:34px !important;
  padding:7px 8px !important;
  font-size:.68rem !important;
}

/* CENTRAL TÉCNICA: todos os 5 itens em uma única linha em desktop/tablet */
@media (min-width: 701px){
  #servicos .service-grid.service-grid--enhanced{
    display:grid !important;
    grid-template-columns:repeat(5, minmax(0,1fr)) !important;
    gap:8px !important;
  }
  #servicos .service-card,
  #servicos .service-card--interactive{
    grid-column:auto !important;
    min-width:0 !important;
    padding:11px 9px !important;
    border-radius:12px !important;
  }
  #servicos .service-card > span{
    font-size:1.2rem !important;
  }
  #servicos .service-card strong{
    font-size:.78rem !important;
    line-height:1.15 !important;
  }
  #servicos .service-card small{
    font-size:.62rem !important;
    line-height:1.15 !important;
  }
  #servicos .ca-form{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:5px !important;
    margin-top:6px !important;
  }
  #servicos .ca-form input,
  #servicos .ca-form button{
    width:100% !important;
    min-height:30px !important;
    font-size:.66rem !important;
    padding:6px 7px !important;
  }
}

/* Tablet: mantém a Central Técnica em uma linha */
@media (min-width:701px) and (max-width:1100px){
  #servicos .service-grid.service-grid--enhanced{
    gap:6px !important;
  }
  #servicos .service-card,
  #servicos .service-card--interactive{
    padding:8px 6px !important;
  }
  #produtos .product-grid{
    grid-template-columns:repeat(4, minmax(0,1fr)) !important;
  }
}

/* Celular */
@media (max-width:700px){
  #servicos .service-grid.service-grid--enhanced{
    grid-template-columns:1fr !important;
  }
  #produtos .product-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }
}
@media (max-width:430px){
  #produtos .product-grid{
    grid-template-columns:1fr !important;
  }
}


/* =========================================================
   CORREÇÃO VISUAL DEFINITIVA — 06/09/2026
   ========================================================= */

html, body{
  max-width:100%;
  overflow-x:hidden;
}

/* ---------- NOSSA HISTÓRIA ---------- */
.section--history{
  padding:42px 0 !important;
}
.history-heading{
  text-align:center;
  margin-bottom:24px;
}
.history-heading h2{
  margin:7px auto 0;
  max-width:900px;
  font-size:clamp(1.75rem,3vw,2.55rem);
  line-height:1.12;
}
.history-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) minmax(0,1fr);
  gap:18px;
  align-items:stretch;
  width:100%;
}
.history-photo{
  margin:0;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(15,50,25,.06);
}
.history-photo img{
  display:block;
  width:100%;
  aspect-ratio:15 / 10;
  height:auto;
  object-fit:cover;
  max-height:245px;
}
.history-photo figcaption{
  text-align:center;
  padding:9px 12px;
  font-size:.78rem;
  font-weight:800;
  color:var(--green-dark);
}
.history-text{
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(145deg,#fff,#f7fbf8);
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.history-text h3{
  margin:7px 0 10px;
  font-size:1.35rem;
  line-height:1.18;
}
.history-text p{
  margin:0 0 10px;
  color:var(--muted);
  font-size:.88rem;
  line-height:1.5;
}
.history-text .btn{
  align-self:flex-start;
  margin-top:4px;
}

/* ---------- PRODUTOS ---------- */
#produtos .product-grid{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:12px !important;
  width:100%;
}
#produtos .product-card{
  min-width:0 !important;
  padding:9px !important;
  border-radius:13px !important;
}
#produtos .product-card__image,
#produtos .product-card__image--real{
  width:100% !important;
  aspect-ratio:15 / 10 !important;
  height:auto !important;
  max-height:165px !important;
  object-fit:contain !important;
  background:#fff !important;
  border-radius:9px !important;
}
#produtos .product-card h3{
  font-size:.78rem !important;
  line-height:1.24 !important;
  min-height:2.45em !important;
  margin:7px 0 5px !important;
}
#produtos .product-card__category{
  font-size:.6rem !important;
}
#produtos .product-card__sku,
#produtos .product-card__unit,
#produtos .product-card__barcode{
  font-size:.62rem !important;
  line-height:1.22 !important;
}
#produtos .product-card .btn{
  min-height:33px !important;
  padding:6px 7px !important;
  font-size:.66rem !important;
}

/* ---------- CENTRAL TÉCNICA ---------- */
#servicos{
  padding:38px 0 !important;
}
#servicos .section-heading{
  margin-bottom:16px !important;
}
#servicos .section-heading h2{
  font-size:1.65rem !important;
}
#servicos .service-grid.service-grid--enhanced{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:8px !important;
  width:100%;
}
#servicos .service-card,
#servicos .service-card--interactive{
  grid-column:auto !important;
  min-width:0 !important;
  padding:10px 8px !important;
  border-radius:12px !important;
  gap:6px !important;
}
#servicos .service-card > span{
  font-size:1.15rem !important;
}
#servicos .service-card strong{
  font-size:.76rem !important;
  line-height:1.15 !important;
}
#servicos .service-card small{
  font-size:.6rem !important;
  line-height:1.18 !important;
}
#servicos .service-card b{
  font-size:.8rem !important;
}
#servicos .ca-form{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:4px !important;
  margin-top:6px !important;
}
#servicos .ca-form input,
#servicos .ca-form button{
  width:100% !important;
  min-height:29px !important;
  font-size:.64rem !important;
  padding:5px 6px !important;
}

/* ---------- RESPONSIVIDADE ---------- */
@media(max-width:1100px) and (min-width:701px){
  .history-row{
    grid-template-columns:minmax(0,.95fr) minmax(0,1.1fr) minmax(0,.95fr);
    gap:12px;
  }
  .history-photo img{
    max-height:210px;
  }
  .history-text{
    padding:14px;
  }
  .history-text h3{
    font-size:1.08rem;
  }
  .history-text p{
    font-size:.78rem;
  }

  #produtos .product-grid{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  #servicos .service-grid.service-grid--enhanced{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:5px !important;
  }
  #servicos .service-card,
  #servicos .service-card--interactive{
    padding:7px 5px !important;
  }
  #servicos .service-card strong{
    font-size:.68rem !important;
  }
  #servicos .service-card small{
    font-size:.54rem !important;
  }
}

@media(max-width:700px){
  .history-row{
    grid-template-columns:1fr;
  }
  .history-photo img{
    max-height:none;
  }
  #produtos .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  #servicos .service-grid.service-grid--enhanced{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:430px){
  #produtos .product-grid{
    grid-template-columns:1fr !important;
  }
}


/* Destaques: 5 produtos por linha em telas maiores */
@media (min-width: 901px){
  #produtos .product-grid{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  }
}

/* Cards de produto — nome institucional removido para reduzir poluição visual */
.product-card h3{
  margin-top:8px !important;
}


/* Ajustes desta etapa */
.footer-social{
  display:grid;
  gap:5px;
  margin-top:18px;
}
.footer-social strong{
  margin-bottom:4px;
}
.footer-social a{
  display:inline-flex;
  align-items:center;
  gap:6px;
}

@media(min-width:901px){
  #produtos .product-grid{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  }
}
