
/* Páginas auxiliares de produtos - alinhadas à HOME e A Marca */
.product-page{padding:54px 0 28px}.product-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:stretch}.product-hero-copy,.product-hero-media,.product-panel,.product-related-card{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow)}.product-hero-copy,.product-hero-media{border-radius:32px;overflow:hidden}.product-hero-copy{padding:60px 52px;display:flex;flex-direction:column;justify-content:center}.product-hero-copy h1{font-size:clamp(46px,6vw,76px);margin-bottom:18px}.product-hero-copy .lead{font-size:18px;margin-bottom:28px}.product-hero-media{min-height:520px;position:relative;background:#efe6dd}.product-hero-media img{width:100%;height:100%;object-fit:cover}.product-hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(35,25,18,.28),rgba(35,25,18,0))}.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.product-benefit{padding:22px;border-radius:22px;background:var(--bg-soft);border:1px solid var(--line);color:var(--muted);font-size:14px}.product-benefit strong{display:block;color:var(--brand);font-size:12px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.product-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:30px}.product-panel{border-radius:28px;padding:34px}.product-panel h2{font-size:clamp(30px,3.8vw,46px)}.product-panel p{color:var(--muted);margin:0}.product-cta-band{margin-top:30px;border-radius:32px;padding:42px;background:linear-gradient(135deg,#2c1d12 0%,#6d4837 54%,#9c6a52 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.product-cta-band h2{font-size:clamp(32px,4vw,52px);margin-bottom:8px}.product-cta-band p{margin:0;color:rgba(255,255,255,.82);max-width:680px}.product-cta-band .btn{background:#fff;color:#6d4837 !important;border-color:#fff;white-space:nowrap}.product-related{margin-top:44px}.product-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-related-card{border-radius:24px;padding:24px;transition:transform .25s ease,border-color .25s ease}.product-related-card:hover{transform:translateY(-3px);border-color:rgba(156,106,82,.35)}.product-related-card .tag{margin-bottom:14px}.product-related-card h3{font-size:28px;margin-bottom:8px}.product-related-card p{color:var(--muted);font-size:14px;margin:0}.breadcrumb{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:22px}.breadcrumb a{color:var(--brand)}@media (max-width:980px){.product-hero,.product-content-grid,.product-benefits,.product-related-grid{grid-template-columns:1fr}.product-hero-copy{padding:38px 28px}.product-hero-media{min-height:360px}.product-cta-band{flex-direction:column;align-items:flex-start}.product-cta-band .btn{width:100%}}
