
:root{--red:#b52b23;--red2:#e83535;--gold:#c49a4a;--cream:#fbf6ec;--ink:#28221f;--muted:#6f6863;--line:#eadfcd;--white:#fff;--shadow:0 18px 50px rgba(67,40,20,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:#251f1c;color:#fff;font-size:13px}.topbar-inner{min-height:38px;display:flex;gap:24px;align-items:center;justify-content:space-between}.topbar a{color:#f2d38b}.header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}.nav{min-height:92px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;min-width:270px}.brand img{width:92px;height:74px;object-fit:contain}.brand strong{font-family:Georgia,serif;font-size:25px;color:var(--red);white-space:nowrap}.brand small{display:block;color:var(--gold);letter-spacing:.08em;font-size:11px;text-transform:uppercase}.menu{margin-left:auto;display:flex;align-items:center;gap:24px;white-space:nowrap}.menu a{font-weight:700;font-size:14px}.menu a:hover{color:var(--red)}.quote{background:var(--red);color:#fff!important;padding:13px 18px;border-radius:999px}.mobile-toggle{display:none;background:none;border:0;font-size:28px}.hero{background:radial-gradient(circle at 82% 10%,rgba(196,154,74,.25),transparent 28%),linear-gradient(120deg,#fff 0%,#fff8ee 62%,#f5e6c7 100%);overflow:hidden}.hero-grid{min-height:590px;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:42px}.eyebrow{display:inline-flex;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:12px;margin-bottom:12px}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(42px,5vw,72px);line-height:1.02;margin:0 0 20px}.hero h1 span{color:var(--red)}.hero-copy p{font-size:18px;line-height:1.7;color:var(--muted);max-width:610px}.buttons,.product-actions,.filter-actions{display:flex;gap:12px;flex-wrap:wrap}.btn,.small-btn{border:1px solid var(--red);border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--red)}.btn.primary,.small-btn.fill{background:var(--red);color:#fff}.btn.secondary{background:#fff}.btn.ghost{border-color:var(--line);color:var(--ink)}.showcase{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.showcase:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(181,43,35,.09);border:1px solid rgba(181,43,35,.12)}.showcase>img{position:relative;z-index:2;max-width:62%;max-height:410px;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(52,27,12,.2));animation:float 4s ease-in-out infinite}.wheat-decor{position:absolute;font-size:180px;opacity:.12;transform:rotate(-22deg);right:-20px;top:20px}.slide-card{position:absolute;z-index:3;right:0;bottom:30px;width:min(370px,72%);background:rgba(255,255,255,.94);border:1px solid rgba(196,154,74,.45);border-radius:22px;padding:22px;box-shadow:var(--shadow);backdrop-filter:blur(8px)}.slide-card small{color:var(--red);font-weight:900;text-transform:uppercase}.slide-card h3{font-size:20px;margin:8px 0}.slide-card p{color:var(--muted);margin:0 0 14px}.hero-progress{position:absolute;bottom:8px;left:12%;right:12%;height:4px;background:#eadfcd;border-radius:99px;overflow:hidden}.hero-progress:before{content:"";display:block;height:100%;background:var(--red);animation:progress 5s linear infinite}.trust-strip{background:var(--red);color:#fff}.trust-strip .container{min-height:70px;display:flex;justify-content:space-between;gap:22px;align-items:center;font-weight:800}.section{padding:84px 0}.soft{background:var(--cream)}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:34px}.section-head h2,.catalog-main h2{font-family:Georgia,serif;font-size:38px;margin:0}.text-link{font-weight:800;color:var(--red)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;transition:.25s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--gold)}.category-card span{font-size:26px}.category-card h3{margin:12px 0 6px}.category-card p{color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-photo{height:250px;background:linear-gradient(145deg,#fff,#f9f2e7);display:flex;align-items:center;justify-content:center;padding:22px;overflow:hidden}.product-photo img{max-width:100%;max-height:100%;object-fit:contain;transition:.25s}.product-card:hover .product-photo img{transform:scale(1.04)}.product-placeholder{font-weight:900;color:var(--red);text-align:center;padding:20px}.product-info{padding:20px;display:flex;flex-direction:column;flex:1}.tag{display:inline-flex;align-self:flex-start;background:#f7e9e7;color:var(--red);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900}.product-info h3{font-size:17px;line-height:1.35;margin:13px 0 8px;overflow-wrap:anywhere}.product-info p{color:var(--muted);margin:0 0 18px}.product-actions{margin-top:auto}.small-btn{font-size:12px;padding:10px 13px}.wheat-section{background:linear-gradient(rgba(255,250,239,.94),rgba(255,250,239,.94)),url('assets/trigo-cartao.jpg') center/cover}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}.feature b{font-size:32px;color:var(--red)}.feature h3{margin:10px 0}.feature p{color:var(--muted)}.page-hero{background:linear-gradient(115deg,#fff8ed,#f0d8aa);padding:72px 0}.page-hero h1{font-size:56px}.page-hero p{font-size:18px;color:var(--muted);max-width:720px}.catalog-layout{display:grid;grid-template-columns:290px 1fr;gap:30px;align-items:start}.filter-panel{position:sticky;top:112px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 10px 30px rgba(67,40,20,.07)}.filter-title{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:18px}.filter-title>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#f7e9e7;color:var(--red);font-size:22px}.filter-title h2{margin:0;font-size:22px}.filter-title p{margin:3px 0 0;color:var(--muted);font-size:13px}.filter-panel label{display:block;font-weight:800;font-size:13px;margin:16px 0}.filter-panel input,.filter-panel select,.catalog-toolbar select{margin-top:8px;width:100%;border:1px solid #d8c9b5;border-radius:14px;padding:13px 14px;background:#fff;font-size:14px;color:var(--ink);outline:none}.filter-panel input:focus,.filter-panel select:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(181,43,35,.09)}.filter-actions .btn{flex:1;padding:11px}.catalog-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:22px}.catalog-toolbar p{color:var(--muted)}.catalog-toolbar select{width:auto;min-width:200px;margin:0}.catalog-main .product-grid{grid-template-columns:repeat(3,1fr)}.modal{position:fixed;inset:0;background:rgba(25,20,18,.72);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-card{position:relative;background:#fff;border-radius:28px;width:min(920px,100%);max-height:90vh;overflow:auto;box-shadow:0 30px 90px rgba(0,0,0,.3)}.modal-close{position:absolute;right:16px;top:14px;border:0;background:#fff;width:42px;height:42px;border-radius:50%;font-size:28px;z-index:3;box-shadow:0 4px 14px rgba(0,0,0,.12)}.modal-grid{display:grid;grid-template-columns:1fr 1fr}.modal-media{min-height:490px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff,#f8efe1);padding:40px;overflow:hidden}.modal-media img{max-width:100%;max-height:410px;object-fit:contain}.modal-content{padding:54px 44px}.modal-content h2{font-family:Georgia,serif;font-size:36px;line-height:1.12;margin:16px 0;overflow-wrap:anywhere}.modal-meta{font-weight:800;color:var(--gold)}.info-chips{display:grid;gap:10px;margin:22px 0}.info-chips span{background:var(--cream);padding:10px 12px;border-radius:12px}.brands-grid,.institutional-grid,.knowledge-grid,.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.brands-grid article,.institutional-grid article,.knowledge-grid article,.contact-grid article{border:1px solid var(--line);border-radius:20px;padding:26px;background:#fff}.brands-grid b{color:var(--red);font-size:22px}.knowledge-grid span{font-size:36px}footer{background:#2b221e;color:#f8eee4;padding-top:60px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.footer-logo{width:120px;filter:brightness(1.08)}footer h4{color:#e6bf6f}footer a,footer p{display:block;color:#d8cbc1;line-height:1.8}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:20px;margin-top:40px;color:#a99b91}.wa-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#1fbf63;color:#fff;font-size:28px;z-index:90;box-shadow:0 10px 25px rgba(0,0,0,.25)}@keyframes float{50%{transform:translateY(-10px)}}@keyframes progress{from{width:0}to{width:100%}}@media(max-width:980px){.topbar-inner span:nth-child(2),.topbar-inner span:nth-child(3){display:none}.menu{display:none;position:absolute;top:92px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.menu.open{display:flex}.mobile-toggle{display:block;margin-left:auto}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:60px 0 30px}.showcase{min-height:470px}.category-grid,.product-grid,.features{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.filter-panel{position:relative;top:auto}.catalog-main .product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.container{width:min(100% - 22px,1180px)}.topbar-inner{justify-content:center}.topbar a{display:none}.nav{min-height:76px}.brand{min-width:0}.brand img{width:66px;height:54px}.brand strong{font-size:20px}.brand small{font-size:9px}.menu{top:76px}.hero-grid{padding-top:42px}.hero h1{font-size:43px}.hero-copy p{font-size:16px}.showcase{min-height:410px}.showcase:before{width:300px;height:300px}.showcase>img{max-width:72%;max-height:280px}.slide-card{left:10px;right:10px;bottom:10px;width:auto;padding:16px}.trust-strip .container{overflow-x:auto;justify-content:flex-start;padding:16px 0}.trust-strip span{min-width:max-content}.section{padding:58px 0}.section-head{align-items:flex-start}.section-head h2{font-size:32px}.category-grid,.product-grid,.features,.catalog-main .product-grid,.brands-grid,.institutional-grid,.knowledge-grid,.contact-grid{grid-template-columns:1fr}.product-photo{height:270px}.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-toolbar select{width:100%}.modal-grid{grid-template-columns:1fr}.modal-media{min-height:300px;padding:28px}.modal-media img{max-height:270px}.modal-content{padding:30px 24px}.modal-content h2{font-size:28px}.footer-grid{grid-template-columns:1fr}}

/* V9.1 — identidade visual congelada */
.header{background:linear-gradient(90deg,#fff 0%,#fffdf8 55%,#fff8e9 100%)}
.brand img{width:108px;height:82px}.brand strong{font-size:27px}
.hero{position:relative;background:radial-gradient(circle at 82% 10%,rgba(196,154,74,.32),transparent 29%),linear-gradient(120deg,#fff 0%,#fff9ef 55%,#f3dfb7 100%)}
.hero:after{content:"🌾";position:absolute;left:-45px;bottom:-55px;font-size:260px;opacity:.06;transform:rotate(25deg);pointer-events:none}
.showcase:before{background:radial-gradient(circle,rgba(196,154,74,.20),rgba(181,43,35,.06) 62%,transparent 63%);border-color:rgba(196,154,74,.35)}
.hero-enter{animation:heroEnter .55s ease both,float 4s ease-in-out .55s infinite!important}
.hero-controls{position:absolute;z-index:5;left:12%;right:12%;bottom:16px;display:flex;justify-content:center;align-items:center;gap:12px}
.hero-controls>button{width:36px;height:36px;border-radius:50%;border:1px solid rgba(181,43,35,.25);background:rgba(255,255,255,.9);color:var(--red);font-size:24px;cursor:pointer}
.hero-dots{display:flex;gap:7px}.hero-dots button{width:9px;height:9px;border:0;padding:0;border-radius:99px;background:#d8c6a9;cursor:pointer;transition:.25s}.hero-dots button.active{width:28px;background:var(--red)}
.hero-progress{bottom:4px}.hero-progress:before{display:none}.hero-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),var(--red))}.hero-progress span.run{animation:progress 5s linear}
.premium-footer{position:relative;overflow:hidden;background:linear-gradient(115deg,#2b221e,#3b281f 64%,#5b2b22)}
.footer-wheat{position:absolute;right:-25px;bottom:-90px;font-size:290px;opacity:.08;transform:rotate(-18deg);pointer-events:none}.premium-footer .container,.premium-footer .footer-bottom{position:relative;z-index:1}
.maps-link{display:inline-flex!important;margin-top:8px;padding:10px 14px;border:1px solid rgba(230,191,111,.55);border-radius:999px;color:#f2d38b!important;font-weight:800}.maps-link:hover{background:rgba(230,191,111,.12)}
.quote,.btn.primary,.small-btn.fill{background:linear-gradient(135deg,var(--red),#8e201a);box-shadow:0 8px 18px rgba(181,43,35,.18)}
.category-card:hover{background:linear-gradient(145deg,#fff,#fff9ef)}
@keyframes heroEnter{from{opacity:0;transform:translateX(28px) scale(.96)}to{opacity:1;transform:none}}
@media(max-width:620px){.brand img{width:76px;height:60px}.hero-controls{left:7%;right:7%;bottom:8px}.slide-card{bottom:48px}}

.brand strong em{font-style:normal;color:var(--gold)}.v8-title{font-family:Georgia,serif;color:#8f1e19;font-size:44px;margin:0 0 38px}.why-v8{background:#fffaf3}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-grid article{border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:0 18px 18px 0;padding:28px;background:#fff}.why-grid h3{font-size:18px}.why-grid p{color:var(--muted);line-height:1.55}.knowledge-v8{background:#fff}.knowledge-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.knowledge-cards article{border:1px solid var(--line);border-radius:22px;overflow:hidden;padding-bottom:18px}.knowledge-cover{min-height:160px;display:flex;align-items:center;padding:24px;color:#fff;font:28px Georgia,serif;background:linear-gradient(120deg,#67130f,#c72a21 70%,#d39b2f)}.knowledge-cards p,.knowledge-cards a{margin-left:20px;margin-right:20px}.product-detail{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}.detail-media{min-height:520px;border-radius:24px;background:linear-gradient(145deg,#fff,#f8efe1);display:flex;align-items:center;justify-content:center;padding:40px}.detail-media img{max-width:100%;max-height:450px;object-fit:contain}.detail-content h1{font:46px/1.05 Georgia,serif;margin:18px 0}.tech-row{padding:16px 0;border-top:1px solid var(--line)}.tech-row b{color:#8f1e19}.tech-row p{line-height:1.65;margin:7px 0}.source-note{font-size:12px;color:var(--muted)}.inactive-row{opacity:.55}.admin-table button{margin:2px}.admin-body textarea{width:100%;border:1px solid #d8c9b5;border-radius:12px;padding:10px;font:inherit}@media(max-width:980px){.why-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}}@media(max-width:620px){.why-grid,.knowledge-cards{grid-template-columns:1fr}.v8-title{font-size:36px}.detail-media{min-height:300px}.detail-content h1{font-size:34px}}

/* V8 FINAL - identidade visual congelada */
.header{background:#fffdfa}.nav{min-height:118px}.brand{gap:22px}.brand img{width:58px;height:58px;object-fit:contain}.brand strong{font-family:Georgia,serif;font-size:40px;line-height:1;color:#98231d;letter-spacing:-.6px}.brand strong em{color:#c99635}.brand small{display:block;margin-top:10px;font-size:11px;font-weight:800;letter-spacing:2.4px;color:#6d4c43}.soft-section{background:#fffaf3}.history-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:44px;align-items:center}.history-grid p{font-size:17px;line-height:1.75;color:var(--muted)}.institutional-photo{min-height:340px;border:1px dashed #d7bd8d;border-radius:24px;background:linear-gradient(135deg,#fffaf2,#f1dfbd);display:grid;place-items:center;text-align:center;color:#9b6f28}.institutional-photo div{font-size:34px}.institutional-photo b,.institutional-photo small{display:block;font-size:15px;margin-top:8px}.institutional-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.institutional-gallery div{min-height:180px;border-radius:20px;background:linear-gradient(145deg,#f9efe1,#fff);border:1px solid var(--line);display:grid;place-items:center;color:var(--muted);font-weight:800}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-grid article{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;scroll-margin-top:120px}.article-grid h2{font:27px/1.15 Georgia,serif;color:#6d1b17}.article-grid h3{font-size:16px}.article-grid p{line-height:1.65;color:var(--muted)}@media(max-width:980px){.brand strong{font-size:32px}.history-grid{grid-template-columns:1fr}.institutional-gallery{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.nav{min-height:84px}.brand{gap:10px}.brand img{width:48px;height:48px}.brand strong{font-size:24px}.brand small{font-size:8px;letter-spacing:1.4px;margin-top:6px}.institutional-gallery,.article-grid{grid-template-columns:1fr}}

/* Ajustes finais de homologação 10-08-2026 */
/* Cabeçalho V8: padeirinho com presença visual equivalente ao conjunto da marca */
.nav{min-height:116px}
.brand{gap:18px}
.brand img{width:86px;height:86px;object-fit:contain}

/* Padronização fotográfica V8.2 */
.product-photo,.modal-media,.detail-media{background:radial-gradient(circle at 50% 42%,#fff 0 42%,#fbf3e7 76%,#f0dfc6 100%)}
.product-photo img,.modal-media img,.detail-media img{width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:multiply}
.product-photo img{max-width:100%;max-height:100%}
.photo-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:28px;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:#fffaf3}
.photo-summary strong{font:24px Georgia,serif;color:#8f1e19;margin-right:auto}.photo-summary span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:800}.photo-summary a{color:var(--red);font-weight:900}
.photo-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.photo-item{margin:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(67,40,20,.07)}.photo-frame{aspect-ratio:1;display:grid;place-items:center;padding:16px;background:radial-gradient(circle at 50% 42%,#fff 0 42%,#fbf3e7 76%,#f0dfc6 100%)}.photo-frame img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.photo-item figcaption{display:grid;gap:6px;padding:14px}.photo-item figcaption b{font-size:14px;line-height:1.3}.photo-item figcaption span{font-size:12px;color:var(--red);font-weight:800}.photo-item figcaption small{color:var(--muted);overflow-wrap:anywhere}
@media(max-width:980px){.photo-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.photo-summary strong{width:100%}.photo-frame{padding:10px}}
.brand strong{font-size:40px}
/* Catálogo: faixa institucional compacta para filtros aparecerem no primeiro enquadramento */
body.catalog-page .page-hero{padding:30px 0 28px;background:linear-gradient(110deg,rgba(100,13,10,.97),rgba(188,31,24,.96) 65%,rgba(208,117,28,.93)),url('assets/trigo-cartao.jpg') center/cover;color:#fff}
body.catalog-page .page-hero .eyebrow{color:#f2cf88;margin-bottom:5px}
body.catalog-page .page-hero h1{font-size:48px;margin-bottom:8px;color:#fff}
body.catalog-page .page-hero p{color:#fff;margin:0;font-size:15px}
body.catalog-page .catalog-section{padding-top:28px}
body.catalog-page .filter-panel{top:126px}
@media(max-width:980px){.brand img{width:72px;height:72px}.brand strong{font-size:32px}}
@media(max-width:620px){.nav{min-height:84px}.brand img{width:58px;height:58px}.brand strong{font-size:24px}body.catalog-page .page-hero{padding:22px 0}body.catalog-page .page-hero h1{font-size:38px}body.catalog-page .catalog-section{padding-top:20px}}

/* V8 - acabamento das imagens do catalogo */
.product-photo{margin:12px 12px 0;height:238px;border:1px solid #e2d8cb;border-radius:14px;background:#fff;box-shadow:0 3px 12px rgba(67,40,20,.07);padding:16px}
.product-photo-link{cursor:pointer;text-decoration:none;color:inherit}
.product-photo-link:focus-visible{outline:3px solid rgba(181,43,35,.22);outline-offset:2px}
.product-card:hover .product-photo{border-color:#d5bd9d;box-shadow:0 5px 16px rgba(67,40,20,.10)}
.detail-media{border:1px solid #e2d8cb;box-shadow:0 6px 22px rgba(67,40,20,.07)}

/* UI-02 — detalhe inspirado no site anterior: linha laranja fixa + hover do menu */
.header{
  border-bottom:3px solid #d88912;
}
.menu a:not(.quote){
  position:relative;
  padding:12px 13px;
  border-bottom:3px solid transparent;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease;
}
.menu a:not(.quote):hover,
.menu a:not(.quote):focus-visible{
  background:#292725;
  color:#fff;
  border-bottom-color:#d88912;
}
@media(max-width:980px){
  .menu a:not(.quote){
    border-radius:6px;
  }
}

/* UI-03 — refinamentos aprovados: menu, rodape, busca e cards */
/* Mantem a marca com seu espaco e impede o primeiro item de invadi-la */
.nav{gap:18px}
.brand{flex:0 0 auto;min-width:390px}
.menu{margin-left:auto;gap:10px}
.menu a:not(.quote){padding:7px 18px}

/* Rodape mais compacto, com acabamento laranja */
.premium-footer{border-top:4px solid #d88912;padding-top:34px}
.premium-footer .footer-grid{gap:30px}
.premium-footer .footer-logo{width:100px}
.premium-footer h4{margin:0 0 10px}
.premium-footer p,.premium-footer a{line-height:1.55;margin-top:5px;margin-bottom:5px}
.premium-footer .footer-bottom{padding:14px 0;margin-top:24px}

/* Catalogo: somente acabamento estetico da area de pesquisa */
body.catalog-page .filter-panel{
  border:2px solid #e1d2bf;
  border-radius:22px;
  padding:24px;
  box-shadow:0 12px 30px rgba(67,40,20,.10);
  background:linear-gradient(180deg,#fff 0%,#fffdf9 100%);
}
body.catalog-page .filter-title{border-bottom:2px solid #eee1d0;padding-bottom:17px}
body.catalog-page .filter-title>span{
  width:46px;height:46px;border-radius:13px;background:#292725;color:#f0a12c;
  box-shadow:inset 0 -3px 0 #d88912;
}
body.catalog-page .filter-title h2{font-family:Georgia,serif;font-size:25px;letter-spacing:-.2px}
body.catalog-page .filter-panel label{font-size:13px;letter-spacing:.015em;color:#453a34}
body.catalog-page .filter-panel input,
body.catalog-page .filter-panel select,
body.catalog-page .catalog-toolbar select{
  min-height:48px;border:2px solid #dfd1bf;border-radius:12px;background:#fff;
  font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px;
  box-shadow:inset 0 1px 2px rgba(67,40,20,.03);
}
body.catalog-page .filter-panel input:hover,
body.catalog-page .filter-panel select:hover,
body.catalog-page .catalog-toolbar select:hover{border-color:#c8ad8a}
body.catalog-page .filter-panel input:focus,
body.catalog-page .filter-panel select:focus,
body.catalog-page .catalog-toolbar select:focus{border-color:#d88912;box-shadow:0 0 0 4px rgba(216,137,18,.12)}
body.catalog-page .catalog-toolbar{border-bottom:1px solid #eadfcd;padding-bottom:18px}
body.catalog-page .catalog-toolbar h2{letter-spacing:-.4px}

/* Moldura da imagem mais presente, sem alterar o arquivo da foto */
.product-photo{
  margin:12px 12px 0;height:238px;border:2px solid #d8c9b6;border-radius:15px;
  background:#fff;box-shadow:0 5px 15px rgba(67,40,20,.11);padding:17px;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.product-card:hover .product-photo{
  border-color:#d88912;
  box-shadow:0 8px 22px rgba(67,40,20,.16),0 0 0 1px rgba(216,137,18,.10);
  transform:translateY(-2px);
}
.product-card:hover .product-photo img{transform:scale(1.035)}

@media(max-width:1180px) and (min-width:981px){
  .brand{min-width:330px}.brand strong{font-size:34px}.menu{gap:5px}.menu a:not(.quote){padding:7px 12px;font-size:13px}.quote{padding:12px 14px}
}
@media(max-width:980px){
  .brand{min-width:0}.menu{gap:8px}.premium-footer{padding-top:30px}
}

/* AJUSTE 06 — marca premium realmente visível no cabeçalho.
   Desktop apenas; responsividade existente preservada. */
@media (min-width: 1001px){
  .header .nav{
    min-height:112px;
    display:flex;
    align-items:center;
  }
  .header .brand{
    flex:0 0 390px !important;
    width:390px !important;
    min-width:390px !important;
    height:100px !important;
    margin-right:26px !important;
    padding:0 !important;
    overflow:visible !important;
    display:flex !important;
    align-items:center !important;
  }
  .header .brand img.brand-premium-art{
    width:390px !important;
    height:96px !important;
    max-width:390px !important;
    max-height:96px !important;
    object-fit:contain !important;
    object-position:left center !important;
  }
  .header .menu{
    margin-left:auto;
  }
}

/* V8.3 - fundo contínuo: sem linha de chão ou efeito de produto à deriva */
.product-photo{
  position:relative;
  isolation:isolate;
  background:linear-gradient(145deg,#fffefd 0%,#fbf7f0 58%,#f6efe5 100%);
  box-shadow:inset 0 0 32px rgba(130,93,50,.035),0 5px 15px rgba(67,40,20,.09);
}
.product-photo:before{
  content:none;
}
.product-photo img,.product-photo .product-placeholder{position:relative;z-index:1}
.product-placeholder{display:grid;justify-items:center;gap:10px;color:#8b7769!important;font-size:13px!important;letter-spacing:.02em}.product-placeholder span{display:grid;place-items:center;width:44px;height:44px;border:1px solid #dfd1bf;border-radius:50%;background:#fff;color:#b52b23;font-size:20px}.product-placeholder b{font-weight:800}
.modal-media,.detail-media{
  background:linear-gradient(145deg,#fffefd 0%,#fbf7f0 58%,#f6efe5 100%);
}

/* Comando mestre — acabamento consistente das fotos */
.product-photo img,.modal-media img,.detail-media img{
  width:100%;height:100%;object-fit:contain;object-position:center;
  image-rendering:auto;filter:saturate(1.02) contrast(1.015);
}
.modal-media,.detail-media{overflow:hidden}

/* Formas de pagamento integradas ao rodapé */
.premium-footer .footer-grid{grid-template-columns:1.35fr repeat(4,minmax(0,1fr));gap:26px}
.history-grid.no-photo{grid-template-columns:1fr;max-width:820px}
.footer-payments{min-width:0}
.payment-logos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:180px}
.payment-logo{min-height:43px;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:#fff;display:flex;align-items:center;justify-content:center;color:#28221f;font:700 12px/1 Arial,sans-serif;padding:7px;overflow:hidden}
.payment-logo.visa{color:#183b8f;font-size:19px;font-style:italic;letter-spacing:-1px}
.payment-logo.mastercard{position:relative;padding-top:26px;font-size:9px}
.payment-logo.mastercard:before,.payment-logo.mastercard:after{content:"";position:absolute;top:7px;width:20px;height:20px;border-radius:50%;background:#e31b23}
.payment-logo.mastercard:before{margin-left:-12px}.payment-logo.mastercard:after{margin-left:12px;background:#f7a600;opacity:.92}
.payment-logo.cielo{color:#1875bb;font-size:18px;letter-spacing:-1px}
.payment-logo.pix{color:#168b82;font-size:15px}
@media(max-width:980px){.premium-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-payments{grid-column:auto}.payment-logos{max-width:220px}}
@media(max-width:620px){.premium-footer .footer-grid{grid-template-columns:1fr}.payment-logos{grid-template-columns:repeat(4,minmax(0,1fr));max-width:100%;gap:6px}.payment-logo{min-height:42px;padding:6px}.payment-logo.visa{font-size:17px}.payment-logo.cielo{font-size:16px}}
