
/* 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-benefits-expanded{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.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)}.product-carousel{isolation:isolate}.product-carousel .carousel-track,.product-carousel .carousel-slide,.product-carousel picture{position:absolute;inset:0;width:100%;height:100%;margin:0}.product-carousel .carousel-slide{opacity:0;transform:scale(1.035);transition:opacity 1s ease,transform 6s ease}.product-carousel .carousel-slide.is-active{opacity:1;transform:scale(1)}.product-carousel picture{display:block}.product-carousel img{width:100%;height:100%;object-fit:cover}.product-carousel .carousel-dots{position:absolute;left:28px;bottom:24px;z-index:3;display:flex;gap:10px}.product-carousel .carousel-dots span{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.55);box-shadow:0 0 0 1px rgba(0,0,0,.08);transition:width .25s ease,background .25s ease}.product-carousel .carousel-dots span.is-active{width:30px;background:#fff}@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%}}


/* Produtos relacionados - grade compacta com duas colunas */
.product-related{margin-top:52px;padding-top:8px}.product-related .section-head{margin-bottom:24px}.product-related .section-intro{max-width:560px;margin-top:10px;color:var(--muted);font-size:16px;line-height:1.65}.product-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-related-card{border-radius:22px;padding:14px;min-height:180px;display:grid;grid-template-columns:1fr minmax(170px,46%);gap:18px;align-items:stretch;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.product-related-card:hover{transform:translateY(-3px);border-color:rgba(156,106,82,.35);box-shadow:0 18px 42px rgba(52,33,21,.10)}.related-card-copy{padding:16px 4px 12px 10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.product-related-card .tag{margin-bottom:16px;font-weight:600}.product-related-card p{color:var(--muted);font-size:14px;line-height:1.55;margin:0;max-width:260px}.related-arrow{margin-top:18px;width:40px;height:40px;border-radius:999px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--brand);font-size:22px;transition:background .25s ease,transform .25s ease}.product-related-card:hover .related-arrow{background:var(--bg-soft);transform:translateX(3px)}.related-card-media{margin:0;border-radius:16px;overflow:hidden;background:var(--bg-soft);min-height:150px}.related-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.product-related-card:hover .related-card-media img{transform:scale(1.035)}
@media (max-width:980px){.product-related-grid{grid-template-columns:1fr}.product-related-card{grid-template-columns:1fr minmax(130px,42%);min-height:150px}.related-card-copy{padding:12px 0 10px 6px}.related-card-media{min-height:130px}}
@media (max-width:620px){.product-related-card{grid-template-columns:1fr;padding:14px}.related-card-media{min-height:190px;order:-1}.product-related-card p{max-width:none}.related-arrow{margin-top:14px}}

/* Ajuste v5 - Produtos relacionados em cards fotográficos compactos */
.product-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.product-related-card{
  position:relative;
  display:block;
  padding:0;
  min-height:0;
  aspect-ratio:1.22/1;
  overflow:hidden;
  border-radius:22px;
  background:var(--bg-soft);
  box-shadow:0 14px 34px rgba(52,33,21,.08);
}
.product-related-card .related-card-media{
  position:absolute;
  inset:0;
  margin:0;
  width:100%;
  height:100%;
  min-height:0;
  border-radius:0;
}
.product-related-card .related-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease,filter .45s ease;
}
.product-related-card:hover .related-card-media img{
  transform:scale(1.045);
  filter:saturate(1.05) contrast(1.02);
}
.product-related-card .related-card-copy{
  position:absolute;
  z-index:2;
  left:14px;
  top:14px;
  right:14px;
  padding:0;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.product-related-card .tag{
  margin:0;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(255,250,244,.88);
  border:1px solid rgba(217,194,178,.78);
  color:var(--brand);
  backdrop-filter:blur(6px);
  box-shadow:0 8px 18px rgba(52,33,21,.08);
  font-size:11px;
  line-height:1.05;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-weight:700;
}
.product-related-card p{display:none!important}
.product-related-card .related-arrow{
  margin:0;
  width:34px;
  height:34px;
  flex:0 0 34px;
  background:rgba(255,250,244,.88);
  backdrop-filter:blur(6px);
  border-color:rgba(217,194,178,.78);
  font-size:18px;
  box-shadow:0 8px 18px rgba(52,33,21,.08);
}
.product-related-card:hover .related-arrow{background:#fff;transform:translateX(2px)}
@media (max-width:980px){
  .product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .product-related-card{aspect-ratio:1.18/1}
}
@media (max-width:620px){
  .product-related-grid{grid-template-columns:1fr}
  .product-related-card{aspect-ratio:1.25/1}
  .product-related-card .related-card-media{order:initial;min-height:0}
}
