/* Consigne 3 : exclusivement le hero de la page verre et câbles inox. */
.c46-cables-hero .product-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); }
.c46-cables-hero .product-hero-copy { min-width: 0; }
.c46-cables-hero h1 { max-width: none; text-wrap: wrap; }
.c46-cables-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; order: 2; }
.c46-cables-gallery figure { display: flex; flex-direction: column; min-width: 0; margin: 0; overflow: hidden; background: #fff; border: 1px solid #dfe8eb; }
.c46-cables-frame { aspect-ratio: 16 / 9; overflow: hidden; }
.c46-cables-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.c46-cables-gallery figcaption { flex: 1; display: grid; align-content: start; gap: 8px; padding: 18px 20px; color: #5e6b70; font-size: .85rem; line-height: 1.45; }
.c46-cables-gallery figcaption span { color: #0e7397; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
@media (max-width: 680px) {
  .c46-cables-gallery { gap: 14px; }
  .c46-cables-gallery figcaption { padding: 12px 10px; font-size: .75rem; }
  .c46-cables-gallery figcaption span { font-size: .6rem; }
}
