
:root{--navy:#092451;--navy2:#061936;--yellow:#f6bf00;--orange:#ff9c48;--ink:#13213b;--muted:#5f6f87;--line:#dfe6ef;--cream:#f7f1e9;--white:#fff;--max:1180px;--shadow:0 18px 45px rgba(10,36,81,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:9999}.topbar{background:var(--navy);color:#fff;font-size:14px}.topbar-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-inner>div{display:flex;gap:12px;align-items:center}.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}.header-inner{min-height:110px;display:flex;align-items:center;gap:28px}.brand{width:245px;flex:0 0 245px;display:flex;align-items:center;justify-content:flex-start}.brand img{width:235px;height:100px;object-fit:contain}.nav{margin-left:auto;display:flex;align-items:center;gap:3px}.nav-link{font-weight:700;padding:13px 12px;border-radius:12px;font-size:15px}.nav-link:hover,.nav-link.active{background:#eef4fb;color:#0a4b91}.quote,.btn,.small-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;border-radius:11px;transition:.2s}.nav-quote{margin-left:12px;background:var(--orange);padding:14px 18px}.btn{background:var(--navy);color:#fff;padding:15px 20px;box-shadow:0 7px 18px rgba(9,36,81,.15)}.btn:hover,.small-btn:hover{transform:translateY(-1px)}.btn-yellow{background:var(--yellow);color:var(--navy)}.small-btn{background:#fff;color:var(--navy);padding:8px 14px;font-size:13px;border:1px solid #9fb0c8;border-radius:999px;box-shadow:none;gap:8px}.small-btn::after{content:'→';font-size:15px}.small-btn:hover{background:#f4f7fb;border-color:var(--navy)}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{width:24px;height:2px;background:var(--navy);display:block;margin:5px}
.hero{height:500px;position:relative;overflow:hidden;background:var(--cream)}
.hero-slide{position:absolute;inset:0;display:none;overflow:hidden}
.hero-slide.active{display:block}
.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.hero-content{height:100%;display:flex;align-items:center;position:relative;z-index:2}
.hero-copy,.cat-copy{width:min(540px,47%)}
.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#8b6647;font-size:14px}
.hero h1,.hero h2,.category-hero h1{font-size:clamp(40px,4.1vw,62px);line-height:.99;margin:12px 0 18px;color:var(--navy);letter-spacing:-.035em}
.hero p,.category-hero p{font-size:18px;margin:0 0 24px;max-width:560px}
.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:46px;height:46px;border-radius:50%;border:1px solid #e5eaf1;background:#fff;color:var(--navy);font-size:32px;line-height:1;box-shadow:0 10px 26px rgba(10,36,81,.14);cursor:pointer}
.hero-prev{left:18px}.hero-next{right:18px}
.hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:7;background:rgba(255,255,255,.9);padding:7px 10px;border-radius:30px}
.hero-dots button{width:9px;height:9px;padding:0;border-radius:50%;border:0;background:#bdc8d6;cursor:pointer}
.hero-dots button.active{background:var(--navy)}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:14px;margin-top:24px;margin-bottom:50px;overflow:hidden}.benefits div{padding:22px 26px;border-right:1px solid var(--line)}.benefits div:last-child{border:0}.benefits strong,.benefits span{display:block}.benefits span{font-size:14px;color:var(--muted)}.intro{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:38px}.intro h2,.section-head h2,.content-section h2,.seo-block h2,.cta h2,.page-title h1{font-size:clamp(30px,3.2vw,46px);line-height:1.08;color:var(--navy);margin:8px 0}.intro p,.section-head p{color:var(--muted);font-size:17px}.section{padding:15px 0 70px}.section-head{text-align:center;max-width:720px;margin:0 auto 30px}.dept-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;align-items:stretch}
.dept-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(10,36,81,.04);display:flex;flex-direction:column;min-width:0}
.dept-card img{width:100%;height:170px;object-fit:cover;object-position:center}
.dept-body{padding:16px;display:flex;flex-direction:column;flex:1}
.dept-body h3{margin:0 0 7px;color:var(--navy);font-size:18px}
.dept-body p{font-size:13px;color:var(--muted);margin:0 0 16px;flex:1;line-height:1.5}
.dept-body .small-btn{margin-top:auto;align-self:flex-start}.cta{background:var(--navy);color:#fff;padding:38px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{color:#fff;font-size:30px}.cta p{margin:0;color:#d8e2f1}
.category-hero{height:460px;position:relative;overflow:hidden;display:flex;align-items:center;background:var(--cream)}.category-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.cat-content{display:flex;align-items:center;height:100%;position:relative;z-index:2}.category-hero h1{font-size:clamp(38px,4vw,58px)}.content-section{display:grid;grid-template-columns:1.35fr .65fr;gap:45px;padding:65px 0}.content-copy p{font-size:18px;color:#41506a}.product-list{border:1px solid var(--line);border-radius:16px;padding:26px;background:#fbfcfe}.product-list h2{font-size:26px}.product-list ul{padding-left:20px;color:#33435f}.product-list li{margin:8px 0}.seo-block{background:#f5f8fc;padding:55px 0}.seo-block p{max-width:850px;color:#4d5e77}.faq{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:26px}.faq details{background:white;border:1px solid var(--line);border-radius:12px;padding:18px}.faq summary{font-weight:800;color:var(--navy);cursor:pointer}.faq p{font-size:14px}.page-title{padding:70px 0;background:linear-gradient(120deg,var(--cream),#fff)}.page-title p{font-size:18px;max-width:850px}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:30px;padding:60px 0}.contact-card,.quote-form{border:1px solid var(--line);border-radius:16px;padding:28px}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.quote-form h2,.quote-form .btn,.form-note{grid-column:1/-1}.quote-form label{display:grid;gap:6px;font-weight:700}.quote-form input,.quote-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:12px;font:inherit}.form-note{font-size:13px;color:var(--muted)}
.footer{background:var(--navy2);color:#fff;padding-top:48px}.footer-grid{display:grid;grid-template-columns:1.3fr .6fr 1fr;gap:50px}.footer h3{margin-top:0}.footer a{display:block;margin:8px 0;color:#dbe6f5}.footer p{color:#b9c6d8}.footer-logo{width:225px;height:105px;object-fit:contain;background:#fff;border-radius:10px;padding:4px}.footer-bottom{margin-top:35px;padding:20px;text-align:center;border-top:1px solid #294267;color:#b9c6d8}.footer-bottom a{display:inline}.wa{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#13c86f;color:#052b18;font-weight:900;font-size:26px;box-shadow:0 12px 30px rgba(0,0,0,.2);z-index:90}
@media(max-width:1050px){.nav-link{padding:10px 8px;font-size:14px}.nav-quote{display:none}.dept-grid{grid-template-columns:repeat(4,1fr)}.brand{width:185px;flex-basis:185px}.brand img{width:180px}.hero-copy,.cat-copy{width:55%}}
@media(max-width:820px){.topbar-inner>span{display:none}.topbar-inner{justify-content:center}.header-inner{min-height:82px}.brand{width:150px;flex-basis:150px}.brand img{width:145px;height:72px}.menu-toggle{display:block;margin-left:auto}.nav{position:absolute;top:82px;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:15px 20px;display:none;flex-direction:column;align-items:stretch;box-shadow:0 18px 30px rgba(0,0,0,.08)}.nav.open{display:flex}.nav-link{padding:12px}.nav-quote{display:flex;margin:8px 0 0}.hero{height:590px}.hero-media,.category-media{object-position:68% center}.hero-slide:after,.category-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f7f1e9 0%,rgba(247,241,233,.96) 48%,rgba(247,241,233,.45) 72%,rgba(247,241,233,.05) 100%)}.hero-content{position:relative;z-index:2}.hero-copy,.cat-copy{width:75%}.hero h1,.hero h2,.category-hero h1{font-size:44px}.benefits{grid-template-columns:1fr 1fr}.benefits div:nth-child(2){border-right:0}.intro,.content-section,.contact-grid{grid-template-columns:1fr}.dept-grid{grid-template-columns:repeat(2,1fr)}.faq{grid-template-columns:1fr}.category-hero{position:relative;height:500px}.cat-content{position:relative;z-index:2}.cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.quote-form{grid-template-columns:1fr}.quote-form h2,.quote-form .btn,.form-note{grid-column:auto}}
@media(max-width:520px){.wrap{width:min(100% - 24px,var(--max))}.topbar{font-size:12px}.topbar-inner>div{gap:6px;flex-wrap:wrap;justify-content:center}.hero{height:610px}.hero-media,.category-media{object-position:77% center}.hero-slide:after,.category-hero:after{background:linear-gradient(180deg,rgba(247,241,233,.98) 0%,rgba(247,241,233,.9) 58%,rgba(247,241,233,.35) 100%)}.hero-content{align-items:flex-start;padding-top:50px}.hero-copy,.cat-copy{width:100%}.hero h1,.hero h2,.category-hero h1{font-size:38px}.hero p,.category-hero p{font-size:16px}.hero-prev,.hero-next{top:auto;bottom:16px;width:38px;height:38px}.hero-prev{left:12px}.hero-next{right:12px}.benefits{grid-template-columns:1fr;margin-bottom:35px}.benefits div{border-right:0;border-bottom:1px solid var(--line)}.intro{gap:10px}.dept-grid{grid-template-columns:1fr 1fr;gap:10px}.dept-body{padding:12px}.dept-body p{min-height:0}.category-hero{height:540px}.content-section{padding:40px 0}.wa{right:15px;bottom:15px}}

@media(max-width:1050px){.dept-card img{height:190px}}
@media(max-width:520px){.dept-card img{height:145px}.dept-body h3{font-size:16px}.dept-body .small-btn{font-size:12px;padding:7px 11px}}

/* V13 FINAL - imagens e marca consolidadas */
.hero-media,.category-media{width:100%;height:100%;object-fit:cover;object-position:center center}
.dept-card img{width:100%;height:170px;object-fit:cover;object-position:center center;background:#f7f1e9}
.dept-body{display:flex;flex-direction:column;flex:1}
.dept-body p{flex:1}
.dept-body .small-btn{margin-top:auto}
@media(max-width:820px){
  .hero-media,.category-media{object-position:center center}
}

/* ===== V14 - banner full bleed real ===== */
.hero-slide::after,
.category-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(247,241,233,.96) 0%,
    rgba(247,241,233,.92) 25%,
    rgba(247,241,233,.70) 42%,
    rgba(247,241,233,.28) 58%,
    rgba(247,241,233,.04) 72%,
    rgba(247,241,233,0) 84%
  );
}
.hero-media,.category-media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:0!important;
}
.hero-content,.cat-content{position:relative;z-index:2}
.hero-copy,.cat-copy{text-shadow:0 1px 0 rgba(255,255,255,.28)}
.brand{width:275px!important;flex:0 0 275px!important}
.brand img{width:265px!important;height:94px!important;object-fit:contain!important}
.dept-card img{width:100%;height:170px;object-fit:cover;object-position:center;background:#f7f1e9}
.dept-body{display:flex;flex-direction:column;flex:1}
.dept-body p{flex:1}
.dept-body .small-btn{margin-top:auto}
@media(max-width:1050px){
  .brand{width:220px!important;flex-basis:220px!important}
  .brand img{width:210px!important;height:82px!important}
}
@media(max-width:820px){
  .brand{width:170px!important;flex-basis:170px!important}
  .brand img{width:165px!important;height:68px!important}
  .hero-slide::after,.category-hero::after{
    background:linear-gradient(
      90deg,
      rgba(247,241,233,.98) 0%,
      rgba(247,241,233,.92) 50%,
      rgba(247,241,233,.45) 75%,
      rgba(247,241,233,.08) 100%
    );
  }
}
@media(max-width:520px){
  .hero-slide::after,.category-hero::after{
    background:linear-gradient(
      180deg,
      rgba(247,241,233,.96) 0%,
      rgba(247,241,233,.86) 54%,
      rgba(247,241,233,.30) 78%,
      rgba(247,241,233,.05) 100%
    );
  }
}

/* ============================================================
   V15 — LAYOUT APROVADO: FOTO REALMENTE DE PONTA A PONTA
   ============================================================ */
.category-hero,
.hero-slide{
  position:relative!important;
  overflow:hidden!important;
  background:#b9aa92!important;
}
.category-media,
.hero-media{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:0!important;
  opacity:1!important;
}

/* NÃO existe painel bege cobrindo metade do banner.
   Só há um sombreado translúcido para o texto continuar legível. */
.category-hero::after,
.hero-slide::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,
      rgba(18,27,34,.58) 0%,
      rgba(18,27,34,.42) 27%,
      rgba(18,27,34,.18) 47%,
      rgba(18,27,34,.04) 66%,
      rgba(18,27,34,0) 82%)!important;
}
.cat-content,
.hero-content{
  position:relative!important;
  z-index:2!important;
}
.cat-copy,
.hero-copy{
  width:min(590px,48%)!important;
}
.category-hero h1,
.hero h1,
.hero h2{
  color:#fff!important;
  text-shadow:0 2px 12px rgba(0,0,0,.34)!important;
}
.category-hero p,
.hero p{
  color:#fff!important;
  text-shadow:0 1px 8px rgba(0,0,0,.42)!important;
}
.category-hero .eyebrow,
.hero .eyebrow{
  color:#ffd22e!important;
  text-shadow:0 1px 6px rgba(0,0,0,.35)!important;
}

/* Logo horizontal, símbolo original completo + escrita azul ampliada */
.brand{
  width:300px!important;
  flex:0 0 300px!important;
}
.brand img{
  width:290px!important;
  height:92px!important;
  object-fit:contain!important;
  object-position:left center!important;
}

/* miniaturas sem faixa e com preenchimento total */
.dept-card{overflow:hidden!important}
.dept-card img{
  display:block!important;
  width:100%!important;
  height:170px!important;
  object-fit:cover!important;
  object-position:center!important;
  background:none!important;
}

@media(max-width:1050px){
  .brand{width:235px!important;flex-basis:235px!important}
  .brand img{width:225px!important;height:80px!important}
}
@media(max-width:820px){
  .brand{width:190px!important;flex-basis:190px!important}
  .brand img{width:185px!important;height:70px!important}
  .category-hero::after,.hero-slide::after{
    background:linear-gradient(90deg,
      rgba(18,27,34,.68) 0%,
      rgba(18,27,34,.48) 48%,
      rgba(18,27,34,.12) 82%,
      rgba(18,27,34,0) 100%)!important;
  }
  .cat-copy,.hero-copy{width:76%!important}
}
@media(max-width:520px){
  .category-hero::after,.hero-slide::after{
    background:linear-gradient(180deg,
      rgba(18,27,34,.72) 0%,
      rgba(18,27,34,.46) 62%,
      rgba(18,27,34,.10) 100%)!important;
  }
  .cat-copy,.hero-copy{width:100%!important}
}


/* ============================================================
   V16 - CORREÇÃO DEFINITIVA
   Arquivo novo para impedir cache de CSS antigo.
   ============================================================ */
.category-hero,
.hero-slide{
  position:relative!important;
  overflow:hidden!important;
  background:#756b5d!important;
}
.category-media,
.hero-media{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:1!important;
  z-index:0!important;
  transform:none!important;
}

/* A fotografia continua de ponta a ponta.
   O que existe sobre ela é SOMENTE um degradê translúcido. */
.category-hero::after,
.hero-slide::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,
      rgba(7,27,58,.64) 0%,
      rgba(7,27,58,.48) 24%,
      rgba(7,27,58,.24) 44%,
      rgba(7,27,58,.07) 61%,
      rgba(7,27,58,0) 78%)!important;
}
.cat-content,.hero-content{
  position:relative!important;
  z-index:2!important;
}
.cat-copy,.hero-copy{
  width:min(610px,46%)!important;
}
.category-hero h1,.hero h1,.hero h2,
.category-hero p,.hero p{
  color:white!important;
  text-shadow:0 2px 10px rgba(0,0,0,.38)!important;
}
.category-hero .eyebrow,.hero .eyebrow{
  color:#ffd22e!important;
  text-shadow:0 1px 6px rgba(0,0,0,.35)!important;
}

/* Setas do slider acima de TODAS as camadas e sempre clicáveis */
.hero-prev,.hero-next{
  z-index:50!important;
  pointer-events:auto!important;
  position:absolute!important;
}
.hero-dots{
  z-index:51!important;
  pointer-events:auto!important;
}
.hero-slide:not(.active){
  display:none!important;
}
.hero-slide.active{
  display:block!important;
}

/* Logo original, sem versão antiga em cache */
.brand{
  width:245px!important;
  flex:0 0 245px!important;
}
.brand img{
  width:225px!important;
  height:96px!important;
  object-fit:contain!important;
  object-position:left center!important;
}

/* Cards */
.dept-card{overflow:hidden!important}
.dept-card img{
  width:100%!important;
  height:170px!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  background:none!important;
}
.dept-body{display:flex!important;flex-direction:column!important;flex:1!important}
.dept-body p{flex:1!important}
.dept-body .small-btn{margin-top:auto!important}

@media(max-width:820px){
  .cat-copy,.hero-copy{width:76%!important}
  .category-hero::after,.hero-slide::after{
    background:linear-gradient(90deg,
      rgba(7,27,58,.75) 0%,
      rgba(7,27,58,.56) 50%,
      rgba(7,27,58,.12) 86%,
      rgba(7,27,58,0) 100%)!important;
  }
  .brand{width:180px!important;flex-basis:180px!important}
  .brand img{width:170px!important;height:74px!important}
}
@media(max-width:520px){
  .cat-copy,.hero-copy{width:100%!important}
  .category-hero::after,.hero-slide::after{
    background:linear-gradient(180deg,
      rgba(7,27,58,.80) 0%,
      rgba(7,27,58,.56) 58%,
      rgba(7,27,58,.12) 100%)!important;
  }
}

/* V17 — banner fotográfico integral em todas as páginas */
.category-hero{
 position:relative!important; overflow:hidden!important; background:#142d54!important;
 min-height:460px!important;
}
.category-media{
 position:absolute!important; inset:0!important; width:100%!important; height:100%!important;
 object-fit:cover!important; object-position:center!important; z-index:0!important;
}
.category-hero::after{
 content:""!important; position:absolute!important; inset:0!important; z-index:1!important;
 background:linear-gradient(90deg,rgba(5,28,63,.78) 0%,rgba(5,28,63,.60) 29%,
 rgba(5,28,63,.25) 52%,rgba(5,28,63,.03) 72%,rgba(5,28,63,0) 100%)!important;
}
.cat-content{position:relative!important;z-index:2!important;min-height:460px!important;display:flex!important;align-items:center!important}
.cat-copy{width:min(600px,48%)!important;padding:38px 0!important}
.category-hero h1,.category-hero p{color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.42)!important}
.category-hero .eyebrow{color:#ffd43b!important}
.brand{width:255px!important;flex:0 0 255px!important}
.brand img{width:245px!important;height:82px!important;object-fit:contain!important;object-position:left center!important}
@media(max-width:820px){
 .cat-copy{width:72%!important}
 .category-hero::after{background:linear-gradient(90deg,rgba(5,28,63,.82),rgba(5,28,63,.38) 72%,rgba(5,28,63,.06))!important}
}
@media(max-width:560px){
 .cat-copy{width:100%!important}
 .category-hero::after{background:linear-gradient(180deg,rgba(5,28,63,.78),rgba(5,28,63,.44))!important}
}

/* V18 FINAL — logo integral e banners uniformes */
.brand{width:275px!important;flex:0 0 275px!important;overflow:visible!important}
.brand img{
 width:265px!important;height:94px!important;object-fit:contain!important;
 object-position:center!important;display:block!important;overflow:visible!important
}
.category-hero,.hero-slide{position:relative!important;overflow:hidden!important}
.category-media,.hero-media{
 position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
 object-fit:cover!important;object-position:center center!important;display:block!important;
 max-width:none!important;z-index:0!important
}
.category-hero::after,.hero-slide::after{
 content:""!important;position:absolute!important;inset:0!important;z-index:1!important;
 background:linear-gradient(90deg,rgba(4,25,57,.72) 0%,rgba(4,25,57,.53) 27%,
 rgba(4,25,57,.22) 48%,rgba(4,25,57,.04) 68%,rgba(4,25,57,0) 82%)!important;
 pointer-events:none!important
}
.cat-content,.hero-content{position:relative!important;z-index:2!important}
.category-hero h1,.category-hero p,.hero-slide h1,.hero-slide h2,.hero-slide p{
 color:#fff!important;text-shadow:0 2px 9px rgba(0,0,0,.42)!important
}
.category-hero .eyebrow,.hero-slide .eyebrow{color:#ffd33b!important}
@media(max-width:820px){
 .brand{width:200px!important;flex-basis:200px!important}
 .brand img{width:190px!important;height:76px!important}
}


/* V20 FINAL — somente logo e padronização dos banners */
/* Corrige o espaço vazio do slider: V18 havia tornado o slide position:relative. */
.hero{height:500px!important;min-height:500px!important;background:#142d54!important}
.hero-slide{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:500px!important}
.hero-slide.active{display:block!important}
.hero-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}
/* Todas as páginas usam exatamente a mesma altura visual do banner inicial. */
.category-hero{height:500px!important;min-height:500px!important}
.category-hero .cat-content{height:500px!important;min-height:500px!important}
/* Logo horizontal feito exclusivamente com elementos recortados do original V19. */
.brand{width:275px!important;flex:0 0 275px!important}
.brand img{width:265px!important;height:94px!important;object-fit:contain!important;object-position:left center!important}
.footer-logo{width:260px!important;height:110px!important;object-fit:contain!important}
@media(max-width:820px){
 .hero{height:500px!important;min-height:500px!important}
 .hero-slide{height:100%!important;min-height:500px!important}
 .category-hero,.category-hero .cat-content{height:500px!important;min-height:500px!important}
 .brand{width:200px!important;flex-basis:200px!important}
 .brand img{width:190px!important;height:76px!important}
}
@media(max-width:520px){
 .hero{height:540px!important;min-height:540px!important}
 .hero-slide{min-height:540px!important}
 .category-hero,.category-hero .cat-content{height:540px!important;min-height:540px!important}
}
